Hi all, I am using froyo.While installing any apk using adb install i am getting the following error
adb install Hiii.apk 55 KB/s (13382 bytes in 0.234s) pkg: /data/local/tmp/Hiii.apk Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE] I gave 777 permissions to data directory.Here is my logcat while installing apk. --------- beginning of /dev/log/main D/AndroidRuntime( 1973): D/AndroidRuntime( 1973): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<< D/AndroidRuntime( 1973): CheckJNI is ON D/AndroidRuntime( 1973): --- registering native functions --- D/dalvikvm( 1959): GC_EXPLICIT freed 246 objects / 12008 bytes in 173ms D/dalvikvm( 1714): GC_EXPLICIT freed 898 objects / 40968 bytes in 176ms D/AndroidRuntime( 1973): Shutting down VM D/dalvikvm( 1973): Debugger has detached; object registry had 1 entries I/AndroidRuntime( 1973): NOTE: attach of thread 'Binder Thread #3' failed here is my memory status df /: 49103688K total, 45077036K used, 4026652K available (block size 4096) /: 49103688K total, 45077036K used, 4026652K available (block size 4096) /dev: 58424K total, 12K used, 58412K available (block size 4096) /mnt/asec: 58424K total, 0K used, 58424K available (block size 4096) why this error is getting adb push and pull are working properly.How to solve this issue -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en