Recent content by remohraz

  1. R

    Post [How-To][Guide] Root Pixel 3 XL with Magisk 18.1 [pre-patched boot.img] - Feb

    Just flashed the December patched_boot.img update and on rebooting, arrived on the startup screen only to find the touchscreen unresponsive. Also found that TWRP had been replaced by stock recovery, and am not sure how to reinstall since I can't put it in to USB debugging anymore. Think I might...
  2. R

    Post Android 8.1 - How to edit cellular APN?

    Good idea... Just tried it, and when I remove write permissions, the APNs no longer show up in the APN menu, meaning I can't really tell which APN it's using. When I turned off wifi so it would use mobile data, my phone rebooted into recovery, and seems to be in a reboot loop. Replacing the...
  3. R

    Post Android 8.1 - How to edit cellular APN?

    Thanks, this has come to my attention again now that I see that the telephony.db file seems to reset itself any time my phone reboots. So a more permanent solution is still needed. I found the file as you suggested, I trust you mean the .pb files under the assets folder? I'm having...
  4. R

    Post Android 8.1 - How to edit cellular APN?

    Yes! There's lots of advice out there about editing various .xml files, but those aren't where the system actually pulls it's information from. The one question that still lingers for me, though, is: how does the carriers table in telephony.db get populated in the first place? That is, where...
  5. R

    Post Android 8.1 - How to edit cellular APN?

    IT WORKS!!! No, thank YOU! I'd been hunting for days for a method that would allow me to edit my APNs (or in my case, delete one that my phone kept defaulting back to). The ADB approach didn't work for me because I got the "Transaction failed" error, but your approach did. Also: I...