Jump to content

adb help needed...


Recommended Posts

Guest be.quiet
Posted

hey guys,

i try to push files to my desire via adb.

but it wont work, i will get the out of memory error every time...can s.o. help me?

adb remount

remount succeeded

adb push GenieWidget.apk /system/app

failed to copy 'GenieWidget.apk' to '/system/app/GenieWidget.apk': Out of memory

im using the FroYo_inkreDroid 0.35 Rom. any ideas?

big thanks

greets

Guest MrBadgerMilk
Posted
hey guys,

i try to push files to my desire via adb.

but it wont work, i will get the out of memory error every time...can s.o. help me?

adb remount

remount succeeded

adb push GenieWidget.apk /system/app

failed to copy 'GenieWidget.apk' to '/system/app/GenieWidget.apk': Out of memory

im using the FroYo_inkreDroid 0.35 Rom. any ideas?

big thanks

greets

Check to see if how much on board memory you have free from the settings. Also, are you trying to push the app in recovery or when fully booted? You can only push files to the system folder in recovery because of the current root situation.

Guest be.quiet
Posted

ah ok, thanks.

i have 60mb of free space, so thats not the problem ^^

can u guide me how to push files in recovery mode?

when i try to push files in recovery mode, it works with success, but when i starting the desire the pushed .apk isnt in the /system/app-folder.

my steps:

power off device and starting with holding the volume down key. select recovery.

adb remount

remount failed: Invalid argument

adb push GenieWidget.apk /system/app

2469 KB/s (1107391 bytes in 0.437s)

but when i restart the device and open /system/app there isnt my pushed .apk. unknown sources is also checked in the application settings

Guest daveba
Posted
hey guys,

i try to push files to my desire via adb.

but it wont work, i will get the out of memory error every time...can s.o. help me?

adb remount

remount succeeded

adb push GenieWidget.apk /system/app

failed to copy 'GenieWidget.apk' to '/system/app/GenieWidget.apk': Out of memory

im using the FroYo_inkreDroid 0.35 Rom. any ideas?

big thanks

greets

/system is NOT writeable except in recovery mode. You can push it to your /sdcard and use a filemanager to install the app (like estrong, linda, astro etc)

The out of memory error is an error in itself. Should return a EPERM

Guest be.quiet
Posted (edited)

it works now. dunno. why...but now i can push files to /system/app in recovery mode

but now i have the next problem -.-

i pushed GenieWidget.apk with success..but how do i launch it?

it has wrong cert-information, so i cant use the adb install command. i tought pushing it will be the correct way to "install" it, but seems not...

i used the FroYo_inkreDroid 0.35 Rom and the devoloper removed the GenieWidget.apk and i want to reinstall it via pushing or isnt it possible?

Edited by be.quiet
Guest Normola
Posted

I thought that you could do this:

adb install GenieWidget.apk

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.