[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2012-04-26 Thread milkysmart prashanth
Run this in command prompt. android-sdk\tools\emulator.exe @avd-name -partition-size 1024 On Monday, 5 September 2011 20:20:18 UTC+5:30, Palsson wrote: Hello, Hardware: AM3517 OS: Froyo release Suddenly I'm not able to install, run and debug applications on my target, using eclipse.

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-08 Thread Palsson
Hey there, Thanks again for replying. I changed my configuration to boot from SD card, instead of NFS. When I do that, things are ok and I can install and debug via eclipse (adb ethernet). If the filesystem is NFS, the INSUFFICIENT_STORAGE error is triggered. /Palsson On Sep 7, 12:45 pm, NAVI

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-07 Thread Palsson
Hey there, Thanks for your replies.. I'm afraid none of them are solving the issue: - partition-size 1024 - android:installLocation=preferExternal - or reboot I can see at the top-icon-bar on my display, when the android desktop shows up after reboot, that it says low on space. That could be

Re: [android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-07 Thread NAVI NEW
Increase avd size On Wed, Sep 7, 2011 at 4:14 PM, Palsson palsson...@gmail.com wrote: Hey there, Thanks for your replies.. I'm afraid none of them are solving the issue: - partition-size 1024 - android:installLocation=preferExternal - or reboot I can see at the top-icon-bar on my

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-06 Thread mitchell_lra
Try this in eclipse: - Run - Run Configurations - Tab Target - Additional Emulator Command Line Options Write the following command: -wipe-data -partition-size 1024 On 5 Set, 15:50, Palsson palsson...@gmail.com wrote: Hello, Hardware: AM3517 OS: Froyo release Suddenly I'm not able to

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-06 Thread Palsson
Hello Ed, Thanks for your response. But restart and reboot of both adb server and even target and host, is not solving the issue. The problem: I'm using Eclipse, with adb-plugin, to develop applications for my target (AM3517 evm, running Android). I'm connecting adb over ethernet. This has been

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-06 Thread Palsson
No luck Mitchell with the partition-size command. That was not needed to begin with, when I first installed the system. Now I'm just trying with my HelloWorld .-) Regards Palsson On Sep 6, 5:36 am, mitchell_lra mitchell@gmail.com wrote: Try this in eclipse: - Run - Run Configurations

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-06 Thread Palsson
Hello Ed, I tried with the adb install command from the shell. It doesn't work. Only adb push. /Palsson On Sep 6, 2:08 am, Ed edscha...@gmail.com wrote: If it's not a device storage issue then the first place I would start is running adb kill-server and adb start-server to restart adb. Not

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-06 Thread Palsson
Just wanted to inform on this.. I'm using NFS. I can do this: adb push myapp.apk /data/app Find it on my target display and execute Open DDMS in eclipse and activate debug from there. I can't do this: adb install myapp.apk or Debug directly from eclipse (debug button) which apparently results

Re: [android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-06 Thread Appaholics
Read my tutorial at http://www.appaholics.in/using-a-hardware-device-for-debugging/. This error and how to fix it is discussed there. Thanks On Tue, Sep 6, 2011 at 3:45 PM, Palsson palsson...@gmail.com wrote: Just wanted to inform on this.. I'm using NFS. I can do this: adb push myapp.apk

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-06 Thread sanj sahayam
Have you read these articles on SO: http://stackoverflow.com/questions/4709137/solution-android-install-failed-insufficient-storage-error http://stackoverflow.com/questions/6788996/installation-error-install-failed-insufficient-storage-during-runing-emulator Have you also tried it by wiping the

Re: [android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-06 Thread Latimerius
Thanks for the links, however even those don't seem to mention a solution (or even a work-around) for pre-2.2 hardware devices ... On Tue, Sep 6, 2011 at 11:29 AM, sanj sahayam sanjsmail...@gmail.comwrote: Have you read these articles on SO:

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-05 Thread Ed
If it's not a device storage issue then the first place I would start is running adb kill-server and adb start-server to restart adb. Not 100% sure what your problem is - you can use the adb push command but cannot use the adb install command? Don't forget that internal memory and SD memory