Guest be.quiet Posted June 13, 2010 Report Posted June 13, 2010 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 June 13, 2010 Report Posted June 13, 2010 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 June 13, 2010 Report Posted June 13, 2010 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 June 13, 2010 Report Posted June 13, 2010 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 June 13, 2010 Report Posted June 13, 2010 (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 June 13, 2010 by be.quiet
Guest Normola Posted June 13, 2010 Report Posted June 13, 2010 I thought that you could do this: adb install GenieWidget.apk
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now