Whenever i try to install an Android app on my HTC device via the Eclipse ADT i get:
[2010-07-27 15:33:20 - Touch] Failed to upload Touch.apk on device '' [2010-07-27 15:33:20 - Touch] java.io.IOException: Unable to upload file: timeout [2010-07-27 15:33:20 - Touch] Launch canceled!
I am running on Ubuntu 8.04 in vmware (on a Vista system).
When i type 'adb devices' my HTC shows up perfectly. When i type 'adb pull system ..' the whole content of the system directory on my HTC gets copied to my Ubuntu machine. When i try 'adb push bla' i get 'failed to copy 'bla' to '': Read-only file system'
I have a feeling the problem of the Eclipse (6 sec) timeout is caused because my HTC is read-only.
When i try 'adb remount' i get: remount failed: Operation not permitted
Installing on the emulator works fine.
Is there a way to fix this?