Recompile as a system apk and compression set to 0
Say 'yes' to the keep files question and follow the instructions
Restart phone in Recovery
Mount /system
Push the new framework-res.apk to /system/framework (new file name may be called Sytem_framework-res.apk and will need to be changed)
Freeze or remove TetheringProvision.apk as it is no longer needed
This is the process that I eventually used. It took a few soft-bricks (and re-reading the thread above completely several times) before figuring out this procedure.
The flashable .zip file didn't work for me but I was able to copy over the .apk file. It works great now!
I used ADB to push the modified framework-res.apk onto the phone ( /sdcard) but I think you could just use USB in regular mode to drag and drop.
I tried to do the rest in ADB but I couldn't get it to work so here's my workaround:
Boot into recovery (TWRP 2.4.2.0)
Tap "Mount"
select "Mount System"
Go back to "Advanced" tab and select "Terminal Command"
starting folder should be root " / " and tap select (in the lower right)
a terminal window and keyboard should display
then type
[HIGH]mv /sdcard/framework-res.apk /system/framework/framework-res.apk
chmod 644 /system/framework/framework-res.apk[/HIGH]I had to specify the file name each time I moved it, including when I did the ADB push.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.