Ok, I guess these settings don't work right yet....Or maybe they'll never work. I don't know. If anyone wants to help out, I'm going to be working on this.
I haven't tested this extensively but I added settings to the default Phone.apk. This is from the Nameless Rom but I'm pretty sure it should work on all of the roms. I have not tested it. YMMV. Always make back ups.
What this adds:
Under Settings -> Call Settings you will have these options
Phone.apk
Here is how to load it:
Let me know if it works.
If you run into trouble and need to reverse:
Here Is how I made it:
I haven't tested this extensively but I added settings to the default Phone.apk. This is from the Nameless Rom but I'm pretty sure it should work on all of the roms. I have not tested it. YMMV. Always make back ups.
What this adds:
Under Settings -> Call Settings you will have these options
- Always Forward
- Forward When Busy
- Forward When Unanswered
- Forward When Unreachable
- Voicemail settings
Phone.apk
Here is how to load it:
Code:
adb remount
adb shell cp /system/app/Phone.apk /system/app/Phone.bak
adb push Phone.apk /system/app/Phone.apk
adb reboot
Let me know if it works.
If you run into trouble and need to reverse:
Code:
adb remount
adb shell cp /system/app/Phone.bak /system/app/Phone.apk
adb reboot
Here Is how I made it:
- Download: Apk Manager 4.9 - Makes Modifying Ur Apk A Breeze (Windows/Linux) - xda-developers
- Get your Settings.apk off of your phone either with root explorer or adb:
Code:adb pull /system/app/Phone.apk
- Keep a copy of Phone.apk somewhere safe.
- Place one copy into the "place-apk-here-for-modding" folder in apk manager.
- Run Script.bat.
- Enter option 22.
- Select the Phone.apk
- Enter option 9.
- Open folder projects\Phone.apk\res\xml\
- Edit your files and save them
- Enter option 11 in app manager.
- Enter "y" (yes) for if this is a system apk.
- Enter "y" for the next option too.
- Open the newly created "keep" folder inside of your app manager folder.
- Delete resources.arsc
- Then delete the files in keep\res\xml\ that you edited
- Go back to app manager and hit enter to continue.
- Look inside "place-apk-here-for-modding" and find your newly created "unsignedPhone.apk"
- I used this file and it worked great. Signing it broke it for some reason.
- Copy "unsignedPhone.apk" to the folder that contains adb.exe and rename it to "Phone.apk"
- Open command prompt and enter:
Code:adb remount adb push Phone.apk /system/app/Phone.apk adb reboot
Last edited: