[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
be related to what Pavel Mores said about some clean up failure.. and again, it worked to begin with. Then not. An amazing piece of issue!? Regards Palsson On Sep 6, 3:58 pm, Latimerius l4t1m3r...@googlemail.com wrote: Thanks for the links, however even those don't seem to mention a solution

[android-developers] How to launch custom apk instead of standard home screen after booting..

2011-09-07 Thread Palsson
these standard apks are initiated and executed from? Where is the init script (or similar) that configures which application to execute after booting? Regards Palsson -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

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

2011-09-06 Thread Palsson
changed resulting in the Eclipse debugging not being functional? Regards 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 100% sure what your

[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

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

2011-09-06 Thread Palsson
in adb install! Where is my bug.. is it some permission access to my filesystem maybe? /Palsson On Sep 6, 11:15 am, Palsson palsson...@gmail.com wrote: 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

[android-developers] Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-05 Thread Palsson
, that made this happen? I can't even debug HelloWorld, so this has nothing to do with insufficient memory. Any ideas? Regards Palsson -- 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