[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 NEW navi44...@gmail.com wrote:
 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 display, when the android desktop
  shows up after reboot, that it says low on space.
  That could 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
   (or even a work-around) for pre-2.2 hardware devices ...

   On Tue, Sep 6, 2011 at 11:29 AM, sanj sahayam sanjsmail...@gmail.com
  wrote:

Have you read these articles on SO:

   http://stackoverflow.com/questions/4709137/solution-android-install-f.
  ..

   http://stackoverflow.com/questions/6788996/installation-error-install.
  ..

Have you also tried it by wiping the data on the emulator before
  launching?

when using adb push which filesystem location do you push to?

Cheers,

Sanj

--
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

  --
  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

-- 
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


[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 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
 (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:

 http://stackoverflow.com/questions/4709137/solution-android-install-f...

 http://stackoverflow.com/questions/6788996/installation-error-install...

  Have you also tried it by wiping the data on the emulator before launching?

  when using adb push which filesystem location do you push to?

  Cheers,

  Sanj

  --
  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

-- 
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


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

2011-09-07 Thread Palsson
Hello,

Hardware: AM3517evm
OS: Froyo release

I would like my android platform to boot up and only start my custom
application, after all the init stuff, and not the standard unlock-
screen and then the homescreen launcher.
How can I track this in the boot process of Android and tell where
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 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


[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 working just fine until recently.
Now the debug session is not being established and terminates with:
Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
Please check logcat output for more details.
Launch canceled!

I can't even run the HelloWorld example anymore.
The issue can't be related to memory storage, as there are no other
applications loaded onto the module, beside default apps from the
release.
I have a different host (computer) with the Eclipse ADT configured,
and the same error appears.

Instead of debugging (installing and debugging) my application via
Eclipse, I can use the adb push tool.
If I just use # adb push myapplication.apk /data/app - I can find the
app icon on my target and run it.
I'm not using the adb install command from the shell.

So:
It worked for some time after my first installation.
Now I'm trying to figure it out, which part of the configuration has
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 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 are different so one may
 have room while the other doesn't.

 Cheers,

 Ed

-- 
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


[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
 - 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 install, run and debug applications on my
  target, using eclipse.
  I'm configuring ADB over Ethernet.
  At the same time I can use the adb tool to push the applications onto
  the target and execute..

  Which button did I possibly push, 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@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


[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 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 are different so one may
 have room while the other doesn't.

 Cheers,

 Ed

-- 
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


[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 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...@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 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 are different so one may
  have room while the other doesn't.

  Cheers,

  Ed

-- 
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


[android-developers] Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-05 Thread Palsson
Hello,

Hardware: AM3517
OS: Froyo release

Suddenly I'm not able to install, run and debug applications on my
target, using eclipse.
I'm configuring ADB over Ethernet.
At the same time I can use the adb tool to push the applications onto
the target and execute..

Which button did I possibly push, 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@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