Lopez... the op never responded to our questions. Then Jarvis chimed in, and I responded to him. You must be special huh, because it seems you are having a hard time reading four posts. Excuse me five.....
Sent from my DROIDX using DroidForums
I believe what Lopez was saying is that OP just asked a yes or no question. He didn't ask if he needed it or why he needed it. Just whether or not a hack existed for his current build.
And OP, you can try this, but make a nandroid beforehand and I just found this manual method online so please be careful:
1. Download these 2 files:
Smali.jar
Baksmali.jar
2. Create a folder on your C: Drive labeled "Baksmali" and a folder labeled
"Smali" inside of that. (This is for easy access to the folders when being cd'd)
3. Place the 2 downloaded files in the folders accordingly. (I.E. Smali.jar in
"Smali" folder, and Baksmali.jar in "Baksmali" folder.)
4. Using 7zip or WinRAR (or any other zip program) open the services.jar file that you pulled from your phone. Copy the "classes.dex" file and paste it into the "Baksmali" folder.
5. Open your command prompt and type the following:
cd C:\Baksmali
java -Xmx512M -jar baksmali.jar -o classes/ classes.dex
6. Open the newly created "classes" folder (its inside your Baksmali folder that you should already be in) and navigate through"/com/android/server/". Scroll down till you see the 6 or 7 "Throttle" files. They will be located between "TelephonyRegistry" and "TVCableObserver$1$1". DELETE ONLY THE "THROTTLE" FILES.
7. Back out of the folders until you are in the "Baksmali" folder again. Now open the "Smali" folder you created earlier. Place the "classes" FOLDER in the "Smali" folder.
8. Return to your command prompt and type this:
cd Smali
java -Xmx512M -jar smali.jar -o classes.dex classes/
9. You should now see a "classes.dex" file in your "Smali" folder. This is the NEW compiled services.jar classes.dex file. Pull up the 7zip or WinRAR file you had open earlier, delete the current classes.dex file from the services.jar, and place the newly compiled one in it's place.
10. Place the services.jar file back into your /system/framework folder, set the correct permissions, and boot up.