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