What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

DXC's Throttle Modding Made Easy

can we get a better discription of how to install this. Sorry im just not really understanding how to go about this? Do we need to us SDK??
 
can we get a better discription of how to install this. Sorry im just not really understanding how to go about this? Do we need to us SDK??

theres no installation, you just download it, unzip it, and run DXCthrottleMod.bat

first make sure you have java installed, which you should, just go to command prompt and type java -version to make sure
 
ok, i got it to work, but only after i made sure to remove any spaces in the file paths. also it seems the temporary .bat files have the <exit> command in the wrong place, it should be at the end and since it's not, the .bat file doesn't push the services.jar to the phone or reboot it.
 
ok, i got it to work, but only after i made sure to remove any spaces in the file paths. also it seems the temporary .bat files have the <exit> command in the wrong place, it should be at the end and since it's not, the .bat file doesn't push the services.jar to the phone or reboot it.

Fixed the exit command issue and reuploaded.

You sure it doesn't work with spaces in the file path? In all my tests it works fine with spaces, can you describe the issue?
 
Last edited:
When i run the main .bat it hangs after i make my selection. however it does make the temporary .bat and when i run it in a command prompt, this is the output. shows the adb command help rather than pulling the services.jar. further down the java commands fail because the services.jar was never pulled and then it reboots my phone with nothing changed.
 
here is the output after removing spaces from the path. running it all from the first .bat works fine, but i wanted to show you the output from the temporary .bat file.
 
Thanks this was a big help.. Ill look into spaces issue now. Just to confirm thoigh, it now works correctly when you remove the spaces?

Sent from my DROIDX using DroidForums App
 
I haven't done that yet but I DID extract the services.jar again and put it in the DXC folder then. And ran the program again. It completed successfully and show that the services.jar was modified (it was a couple KB smaller and modified date show current time). I replaced the old one and reboot. Still had same results :/
 
still not working for me with the spaces. i even uninstalled the android sdk and reinstalled and redid the PATH variable to adb.exe. what did work was adding quotes to the first line and 14th line in the .bat so it reads "%CD%\services.jar" and it worked fine.

thanks for all your work on this :)
 
Back
Top