I was able to solve my issue. Thanks to adb. Forgot about it. Too bad I have to use a low level utility tool like this to achieve some routine operations like move files from my phone to my computer. tsk tsk google!
For those who are also stuck consider using adb. Your tech level needs to be above average. on ubuntu, sudo apt-get install android-tools-adb then you need to enable USB debugging on your phone settings->developer options -> usb debugging then you can see your device when you issue adb devices you can pull files using adb pull. eg: adb pull /sdcard/DCIM/Camera Camera p. -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
