Jump to content

help with pushing file to n1


Recommended Posts

Guest zanzax
Posted

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 (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 by craigcrawford1988

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.