droidxchat
Member
glad to hear it thanks
not sure why the program didnt do anything for you, i'm going to upload a new version later tonight with a better and visual debug so that it will let you know exactly where there is an error if there is one.
but here is what you can do:
don't worry about what services to use, just worry about which one is on your phone, so do this:
command prompt:
adb pull /system/framework/services.jar (your desktop)\services.jar
then copy the services.jar from your desktop to the folder of the program
open the program, uncheck "pull services from phone" and "send services to phone"
click remove throttle, you'll know it works if it creates some files and a classout folder, then deletes them after
in command prompt again:
adb remount
adb push (location of services.jar)\services.jar /system/framework/services.jar
adb shell reboot
as I said, tonight I'll upload a new version which will show you exactly what it's doing, and tell you if there is an error anywhere, so that you can let me know what happened. weird to hear that this is working fine for some, and not for others
It seems Java has become aware of the security risks with JDK, being able to take a throttle off your phone network for instance and it is no longer available for download. Im sure verizon was doing some investigating on why there throttling was disappearing.
I for one have decided to get rid of the throttle completely along with my service. I know they Outline in the Terms of service what you can and cannot do regarding data usage on phones, but they will never mention how they penalize their top 5% data users in EACH AREA by throttling before you sign the contract.
I keep getting this error message. windows cannot find 'javaw' make sure you typed the name correctly then try again. I downloaded java from there website and android sdk and I also changed my path as MrKleen instructed so I'm not sure what I did wrong.
If follow the instructions to pull services.jar in command prompt then copy the file to the program folder.
when run the program uncheking the pull services/send services get the following error "can´t find the file classes.dex"
what am I doing wrong?