App Centric Old Fashioned?

So the in thing these days is for tech pundits to declare that an app centric ecosystem is old fashioned, and that what people really want is a people centric ecosystem; witness Facebook Home, and Windows Phone 8 before it.

That's all well and good, but do app developers want their brand to be muffled into another system? I think most developers like having their icon on the home screen, like being able to design their app as they see fit, and wouldn't be happy if the operating system simply surfaced their content as part of a people centric approach.

Ecosystems are nothing without the support of developers and big brand apps. Everyone wants their cut of the 'mind share' pie.

Get Android photos into iCloud Photostream via Dropbox

If like me you have an Android phone but also have an iPad, then you might find that getting photos you take on the phone onto the iPad a chore. Having photos on the iPad means you can take advantage of the beautiful screen and powerful software like iPhoto for which there simply is no alternative for on Android.

Yes you can use the built in Dropbox app, but it’s very clunky and doesn’t let you sort by date. With this solution, photos you take on your Android phone will appear in your iCloud photo stream, which is a far more elegant solution.

What we will do here is essentially make your Dropbox Camera Uploads folder the same folder as your iCloud PhotoStream uploads folder.

Note: I got this working by using my Windows 8 PC with Dropbox installed – it should work fine for Windows 7, and instructions will be different for Mac OS X but it should still be possible. Follow this guide at your own risk!

Step 1: Install Dropbox on your phone

If you haven’t done so already, install Dropbox on your Android device and make sure automatic camera uploads is switched on. This will create a new folder in your Dropbox called ‘Camera Uploads’

2012-11-05 21.38.20

Step 2: Install iCloud Control panel on your PC

I already had iTunes installed, so this was a case of running Apple software update and selecting ‘iCloud Control Panel’

Step 3: Remove the iCloud Uploads folder

Open the iCloud control panel and find the location of your photo stream on disk:

image

Kill the any iCloud.exe and ApplePhotoStream.exe processes from the task manager, and then browse to your photostream folder and delete the ‘Uploads’ folder.

Step 4: Recreate uploads folder

Now the magic happens, open an administrative command prompt and create a junction that will recreate the Uploads folder, only showing the contents of your Dropbox’s ‘Camera Uploads’ folder.

Example:

mklink /J “C:UsersMarcDesktopPhotoStreamUploads”  “C:UsersMarcDropboxCamera Uploads”

The first path is where I want the uploads folder to go, and second is where my camera uploads folder in Drobox is. Remember: you haven’t made to copies, if you delete from one, it gets deleted from the other.

Step 5: That’s it…!

Now any photo you take will be uploaded to your PC, from your PC it will be sent to iCloud. and from iCloud it will find its way onto your iOS devices.