Guest zanzax Posted May 18, 2010 Report Posted May 18, 2010 I am trying to get the battery percentage on this rom. I downloaded the services.jar package and followed the instructions. when I try to adb push the file to the device i get the following error: c:\AndroidSDK\tools>adb push services.jar \system\framework cannot stat 'services.jar': no such file or directory I have the services.jar file on my desktop
Guest craigcrawford1988 Posted May 21, 2010 Report Posted May 21, 2010 (edited) I am trying to get the battery percentage on this rom. I downloaded the services.jar package and followed the instructions. when I try to adb push the file to the device i get the following error: c:\AndroidSDK\tools>adb push services.jar \system\framework cannot stat 'services.jar': no such file or directory I have the services.jar file on my desktop adb push services.jar /system/framework/services.jar Try that. Also, you need to copy the file you want to transfer into the tools folder. Edited May 21, 2010 by craigcrawford1988
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now