[MOD] Enable wireless tether 5x - flashable - Nexus 5X Themes and Apps

All,
I already know there is a 'guide' on how to do this, however, that is a manual process that one must perform every time we do a system update, or whatever.
I created a flashable you can flash in recovery that will write the line is it does not exist. I have tested this a few time on my 5x, and it works flawlessly, simple, and easy.
This is only for stock 5x unmodified build.prop file. This MAY work on the 6p but not making any promises on that one.
Also this ONLY modifies the build.prop file only if need be
Best Regards

This is great and all, but do you know if you can add the last extra line in? It's for us Sprint users, the whole put global tether thing.
Sent from my Nexus 5X using Tapatalk

iamterence said:
This is great and all, but do you know if you can add the last extra line in? It's for us Sprint users, the whole put global tether thing.
Sent from my Nexus 5X using Tapatalk
Click to expand...
Click to collapse
How about providing that line for me?

carm01 said:
How about providing that line for me?
Click to expand...
Click to collapse
adb shell settings put global tether_dun_required 0
Sent from my Nexus 5X using Tapatalk

iamterence said:
adb shell settings put global tether_dun_required 0
Sent from my Nexus 5X using Tapatalk
Click to expand...
Click to collapse
so its just:
global tether_dun_required 0
Correct with that space in there?

carm01 said:
so its just:
global tether_dun_required 0
Correct with that space in there?
Click to expand...
Click to collapse
Yes, with the space. I don't know if the other half is needed (adb shell settings put) but maybe someone could test it for you? Not me because I already have tethering set up on my phone and will be away from my computer for the rest of this month
Sent from my Nexus 5X using Tapatalk

iamterence said:
Yes, with the space. I don't know if the other half is needed (adb shell settings put) but maybe someone could test it for you? Not me because I already have tethering set up on my phone and will be away from my computer for the rest of this month
Sent from my Nexus 5X using Tapatalk
Click to expand...
Click to collapse
I was just reading the following guide:
http://forum.xda-developers.com/nexus-5x/general/guide-how-to-unlock-tethering-nexus-5x-t3231301
On page 5 i believe people are stating that this is unnecessary to get tether to work.
I already asked in that thread what that does, because in my testing it does not do anything for wifi tether. I'm still on VZW with grandfathered unlimited plan. I can't say about sprint users. Maybe one will chime in that successfully got it to work and if that line is really needed.

carm01 said:
I was just reading the following guide:
http://forum.xda-developers.com/nexus-5x/general/guide-how-to-unlock-tethering-nexus-5x-t3231301
On page 5 i believe people are stating that this is unnecessary to get tether to work.
I already asked in that thread what that does, because in my testing it does not do anything for wifi tether. I'm still on VZW with grandfathered unlimited plan. I can't say about sprint users. Maybe one will chime in that successfully got it to work and if that line is really needed.
Click to expand...
Click to collapse
It is necessary for Sprint users, like me. Maybe have a separate Sprint zip?
Sent from my Nexus 5X using Tapatalk

iamterence said:
It is necessary for Sprint users, like me. Maybe have a separate Sprint zip?
Sent from my Nexus 5X using Tapatalk
Click to expand...
Click to collapse
I don't know how to implement that command into a flashable zip file atm. I will have to ask around, most likely tomorrow i will post it in the general section.
I am wondering if that writes to some file, and if so what. I am thinking possibly an xml file.
Maybe one of the XML file within: system\customize ? idk, but it sounds like it would write something somewhere.
If i could examine a sprint rom.zip I might be able to locate it if it has it enabled

carm01 said:
I don't know how to implement that command into a flashable zip file atm. I will have to ask around, most likely tomorrow i will post it in the general section.
I am wondering if that writes to some file, and if so what. I am thinking possibly an xml file.
Maybe one of the XML file within: system\customize ? idk, but it sounds like it would write something somewhere.
If i could examine a sprint rom.zip I might be able to locate it if it has it enabled
Click to expand...
Click to collapse
That's the thing, there are no specific Sprint ROMs. All ROMs are the same, but when it comes to service that's where things get mucky with this. So maybe it is something within a data provision XML or something. Because without that line, yes, tethering is enabled, but it doesn't connect. After that line is implemented, then everything works as normal.
Sent from my Nexus 5X using Tapatalk

Has anyone tried it on T-Mobile?

Where you able to get the zip to work on Sprint? Thanks so much for creating this!

Hello,
I'm trying to figure out how to use this on my nexus 5x. I'm looking over the instructions on the nexus 5x beginner's tutorial, and was wondering how you actually run this script. I've performed the` manual tethering = true` thing before, but i haven't figured out how to use this one. I've restored everything to factory state and the only thing different from OEM is that the Bootloader is unlocked. I've tried to `adb sideload` the zipfile, but i get an error stating "verification failed, installation aborted" error. Thanks a lot for your help guys
carm01 said:
All,
I already know there is a 'guide' on how to do this, however, that is a manual process that one must perform every time we do a system update, or whatever.
I created a flashable you can flash in recovery that will write the line is it does not exist. I have tested this a few time on my 5x, and it works flawlessly, simple, and easy.
This is only for stock 5x unmodified build.prop file. This MAY work on the 6p but not making any promises on that one.
Also this ONLY modifies the build.prop file only if need be
Best Regards
Click to expand...
Click to collapse

kevindtx said:
Hello,
I'm trying to figure out how to use this on my nexus 5x. I'm looking over the instructions on the nexus 5x beginner's tutorial, and was wondering how you actually run this script. I've performed the` manual tethering = true` thing before, but i haven't figured out how to use this one. I've restored everything to factory state and the only thing different from OEM is that the Bootloader is unlocked. I've tried to `adb sideload` the zipfile, but i get an error stating "verification failed, installation aborted" error. Thanks a lot for your help guys
Click to expand...
Click to collapse
If you want to use it, you must enable OEM unlock in developer options, and unlock bootloader in fastboot mode, and flash TWRP.

What actually does this mod?

CNBLACK said:
If you want to use it, you must enable OEM unlock in developer options, and unlock bootloader in fastboot mode, and flash TWRP.
Click to expand...
Click to collapse
Hey CNBLACK,
I believe I did what you've detailed. If it makes sense- this is what i did from completely stock.
1) Unlock USB debugging, and eventually unlock the bootloader
2) Reboot into fastboot mode,
3) fastboot boot TWRP-3.1.~ (whatever the latest build is)
4) adb sideload/install Enable_tether.zip
5) reboot.
The reboot stays on the 4 dot animation screen for 5+ minutes. Should i be waiting longer, or did I make a mistake during the TWRP flashing section? Thanks again for your help!

Update #2: Alright, in order for everything to work, i had to root my phone... So yes, it works for me now
Update: it eventually booted up after doing aforementioned steps. However hotspot will still not work- it still checks for subscription status. I'm running the Android 8.0.0 Security patch level: Sept 5, 2017 Build number: OPR4.170623.006.
kevindtx said:
Hey CNBLACK,
I believe I did what you've detailed. If it makes sense- this is what i did from completely stock.
1) Unlock USB debugging, and eventually unlock the bootloader
2) Reboot into fastboot mode,
3) fastboot boot TWRP-3.1.~ (whatever the latest build is)
4) adb sideload/install Enable_tether.zip
5) reboot.
The reboot stays on the 4 dot animation screen for 5+ minutes. Should i be waiting longer, or did I make a mistake during the TWRP flashing section? Thanks again for your help!
Click to expand...
Click to collapse
---------- Post added at 08:15 PM ---------- Previous post was at 07:48 PM ----------
AFK269 said:
What actually does this mod?
Click to expand...
Click to collapse
This MOD's goal is to enable your nexus 5x to be used as a wifi hotspot without having to pay for the "upgrade" with your wireless provider. Not sure if it's just me, but even with the line
net.tethering.noprovisioning=true
Click to expand...
Click to collapse
in my build.prop, my phone still checks for subscription status, and therefore will not allow me to start a hotspot.

Related

How to root the LG tribute 5

(Warning im not responsible for anything that could happen to your phone. If you choose to follow these instructions do so at your own risk)
To Root the lg tribute 5. You need to use kingroot. This is the easiest way to root it
1) go to your setting.
Then scroll to about phone
click on software information.
Then you will see build number and tap on it 8 times
until you unlock developer options
Then go back to the beginning of setting, you will see Developer options
Click on it and then enable USB Debugging then hit ok
2) After that download KingRoot from the link below and install it
Link: http://www.kingroot.net/wap
3) After its installed run the application and follow what it says.
( phone might reboot so dont worry, if it does reboot just go back into the application and keep going)
4) After it finish, reboot the phone and you should be successfully rooted
XDA:DevDB Information
How to root the Lg tribute 5 , ROM for all devices (see above for details)
Contributors
Migue9088
ROM OS Version: 5.1.x Lollipop
Version Information
Status: Testing
Created 2016-03-05
Last Updated 2016-03-06
malware taken over phone
My phone has been infected by malware badly. Cant find a fix. Need help bad. Got the boost mobile tribute 5
loverti79 said:
My phone has been infected by malware badly. Cant find a fix. Need help bad. Got the boost mobile tribute 5
Click to expand...
Click to collapse
Sorry for my late reply but have u tried hard resetting it?
Thanks it worked! BTW do you know how to unlock this device ? I got boost mobile(Tribute 5) with sprint card.
dreamtocode said:
Thanks it worked! BTW do you know how to unlock this device ? I got boost mobile(Tribute 5) with sprint card.
Click to expand...
Click to collapse
No Unfortunately, but I'm not sure but this might be a "CDMA" phone. Here is a Web-site that you might like to read about this topic "http://www.pcmag.com/article2/0,2817,2476565,00.asp" but really I don't know how to unlock it. Hope this helps
Unfortunately that isn't accurate. You will only be partially rooted. You cannot access the bootloader to install a custom ROM.
xanscorp said:
Unfortunately that isn't accurate. You will only be partially rooted. You cannot access the bootloader to install a custom ROM.
Click to expand...
Click to collapse
But will this allow me to give root access to apps? and it will stick upon reboot, right?
Should... Don't know about permanent. Seen mixed replies about it.
dreamtocode said:
Thanks it worked! BTW do you know how to unlock this device ? I got boost mobile(Tribute 5) with sprint card.
Click to expand...
Click to collapse
Did you ever find a way to use the LGLS675ABB on a different carrier?
I have 3 new pre-paid phones unopened and need to use them with TMO.
xanscorp said:
Unfortunately that isn't accurate. You will only be partially rooted. You cannot access the bootloader to install a custom ROM.
Click to expand...
Click to collapse
Locked Bootloader and no custom recoveries but I don't see how its not full root? I have the xposed framework flashed and superSU as my root manager.
Migue9088 said:
No Unfortunately, but I'm not sure but this might be a "CDMA" phone. Here is a Web-site that you might like to read about this topic "http://www.pcmag.com/article2/0,2817,2476565,00.asp" but really I don't know how to unlock it. Hope this helps
Click to expand...
Click to collapse
From what I have seen I would say that the LG LS675 (Tribute 5) is both GSM and CDMA.
andrep182 said:
But will this allow me to give root access to apps? and it will stick upon reboot, right?
Click to expand...
Click to collapse
Yes, The root process is persistent
How it isn't a full root.
RolandStoner said:
Locked Bootloader and no custom recoveries but I don't see how its not full root
Click to expand...
Click to collapse
The inability to flash a custom recovery so one could make a full nandroid backup or flash a different ROM is what defines it as not a full root. Rooting (a full root) gives full access to all aspects of the device. Without the ability to make a backup, if Google decides to half-ass an update that causes glitches, there's no way to flash a backup, because a full one cannot be made.
I'm still trying to find out how it was claimed someone managed to unlock it... or if anyone have the VZ4 firmware in a dz file format...haven't found anything yet, except for the poster who's post was removed for attempting to profit off the forums.
xanscorp said:
The inability to flash a custom recovery so one could make a full nandroid backup or flash a different ROM is what defines it as not a full root. Rooting (a full root) gives full access to all aspects of the device. Without the ability to make a backup, if Google decides to half-ass an update that causes glitches, there's no way to flash a backup, because a full one cannot be made.
I'm still trying to find out how it was claimed someone managed to unlock it... or if anyone have the VZ4 firmware in a dz file format...haven't found anything yet, except for the poster who's post was removed for attempting to profit off the forums.
Click to expand...
Click to collapse
you can get vz4 and vz5 here: http://opensource.lge.com/osSch/list?types=ALL&search=ls675
RolandStoner said:
you can get vz4 and vz5 here: http://opensource.lge.com/osSch/list?types=ALL&search=ls675
Click to expand...
Click to collapse
Downloading it now to see if it's a .dz file in a .zip download, or just a .zip which won't work as the default recovery considers almost everything to be unsigned.
I downloaded it it's the kernel and Android in tar.gz format
As did I. The only issue is how to compile it into .dz format for flashing via the LG UP program.
glen5678 said:
Did you ever find a way to use the LGLS675ABB on a different carrier?
I have 3 new pre-paid phones unopened and need to use them with TMO.
Click to expand...
Click to collapse
I got mine unlocked. I'm using with cricket but getting only 3g speeds. Followed this tutorial
http://lgtribute.com/lg-tribute-5-ls675-gsm-unlock-for-att-t-mobile-and-other-gsm-carriers
the method is same as sprint g3
wroxtar said:
I got mine unlocked. I'm using with cricket but getting only 3g speeds. Followed this tutorial
http://lgtribute.com/lg-tribute-5-ls675-gsm-unlock-for-att-t-mobile-and-other-gsm-carriers
the method is same as sprint g3
Click to expand...
Click to collapse
Bypassing Activation did not work.
It tries 5 times then stays on a "Self Service" black screen...
This is a Boost Pre-Paid device; not sure if that makes a difference...?
LG Tribute 5 Boost (Unlocked)
glen5678 said:
Bypassing Activation did not work.
It tries 5 times then stays on a "Self Service" black screen...
This is a Boost Pre-Paid device; not sure if that makes a difference...?
Click to expand...
Click to collapse
Nevermind. I finally got it to unlock.
But I'm using TMO and, like you, can only get a 3G connection with 3M/2M speeds...
Anyone know how to resolve this?
glen5678 said:
Nevermind. I finally got it to unlock.
But I'm using TMO and, like you, can only get a 3G connection with 3M/2M speeds...
Anyone know how to resolve this?
Click to expand...
Click to collapse
It has something to do with unlocking LTE band, similar to this
http://forum.xda-developers.com/cro...m-updating-t2871269/post55321005#post55321005
However, it seems complicated
Does Tribute 5 have its own thread? I'm rooted, debloated. Disabled one process lg update but it doesn't seem to significantly improve battery life. Something drains the battery. I also have Treasure with tracfone. It has much better battery life. Are there any other processes i can safely uninstall?

Beta program

Hi guys,
i have a pixel and i want to enrrol to the beta program, i just done the process but it seams that update is not arriving, its posible that verizon pixels can't enroll to beta program?
http://www.droid-life.com/2017/01/30/android-7-1-2-beta-download-update-nexus-pixel/
Regards
You can download the full image here
I dont have oem unlocked. I can sideloade it?
Yea even i didn't get it. I guess it not for the verizon phones.
Can anyone who has upgraded to 7.1.2 let us know if it appears stable enough for a daily driver and have they noticed any differences ? Thank you.....
Another locked bootloader VZW customer here who enrolled and is waiting for OTA. I think we'll get it, just have to wait for OTA's to start. Google let us enroll, and we seem to have gotten updates from Google and not VZW so far. I think it'll just take a day or 2 to start rolling.
I installed 7.1.2 briefly. No changes that I noticed besides radio and boot IMG. Seemed stable enough for daily, I went back to PN because of substratum.
I am a non VZW pixel user (Koodo - Canada) and have not received the OTA after signing up yesterday. They note that it may take 24 hours and looks like it's going to for me.
k.s.deviate said:
I installed 7.1.2 briefly. No changes that I noticed besides radio and boot IMG. Seemed stable enough for daily, I went back to PN because of substratum.
Click to expand...
Click to collapse
I know that the bootloader is what loads the Android filesystem to the boot image, I wonder if it can somehow be manipulated to unlock and root since you mention that the boot image is different? Does anyone know? Thanks
Just about 24 hours of enrollment here on my VZW Pixel with no OTA yet. Google support confirmed my device was eligible... Has ANYONE, regardless of carrier, received a beta OTA?
farfromovin said:
Just about 24 hours of enrollment here on my VZW Pixel with no OTA yet. Google support confirmed my device was eligible... Has ANYONE, regardless of carrier, received a beta OTA?
Click to expand...
Click to collapse
Signed up yesterday for both my Pixel (VZW sim) and Pixel XL (Project Fi sim) both bought direct from Google. Pixel XL rec'd update almost immediately not yet on Pixel so far.
If anyone gets the OTA, please pull and post it. OTA's can be flashed in TWRP, followed by a re-flash of TWRP to keep custom recovery. I'm too lazy to download the full firmware, edit it, and flash with a computer.
Sent from my Pixel using Tapatalk
joshw0000 said:
If anyone gets the OTA, please pull and post it. OTA's can be flashed in TWRP, followed by a re-flash of TWRP to keep custom recovery. I'm too lazy to download the full firmware, edit it, and flash with a computer.
Click to expand...
Click to collapse
The edit you mention. Is that just removing the -w command from the flash all script. Or is there more involved in updating from a factory image?
murryrulz said:
The edit you mention. Is that just removing the -w command from the flash all script. Or is there more involved in updating from a factory image?
Click to expand...
Click to collapse
Nope it's exactly that. Just remove -w so it doesn't wipe the device. It's how I update my Pixel and 5X since I'm impatient waiting for OTAs.
murryrulz said:
The edit you mention. Is that just removing the -w command from the flash all script. Or is there more involved in updating from a factory image?
Click to expand...
Click to collapse
Correct. And for some reason the flash-all.bat never works for me. It fails towards the end of the flash. I have to run it through one of those tool kits for it to accept it.
Flashing the OTA in TWRP is a smaller download, quicker, no PC, and it consistently works for me.
Like I said, I'm lazy lol.
Sent from my Pixel using Tapatalk
joshw0000 said:
Correct. And for some reason the flash-all.bat never works for me. It fails towards the end of the flash. I have to run it through one of those tool kits for it to accept it.
Flashing the OTA in TWRP is a smaller download, quicker, no PC, and it consistently works for me.
Like I said, I'm lazy lol.
Click to expand...
Click to collapse
I had the same problem a long time ago. Turns out I was using an old version of fastboot. Once I updated it I had no problem with the flashall.bat
OTA hasn't rolled for the pixel yet, likely "soon", my guess is today or tomorrow at the latest since XL has gone out. I am on project FI and got the pixel through the play store fyi
murryrulz said:
I had the same problem a long time ago. Turns out I was using an old version of fastboot. Once I updated it I had no problem with the flashall.bat
Click to expand...
Click to collapse
I've tried updating mine but that doesn't seem to help. I spent a considerable amount of time working on it one day with no luck. Mine is installed so that it'll work from any directory (I don't have to put my files in the same directory). I even tried putting the new adb/fastboot in the same folder as the flash-all.bat with the same results.
Sent from my Pixel using Tapatalk
I am also in the waiting for the OTA camp and use an unlocked Verizon Pixel and PIxel XL. I have had better luck using the TWRP sideload method and it installing to the other slot with each subsequent sideload appears to me a more consistent way to keep everything updated in the same way that the system OTA works.
joshw0000 said:
I've tried updating mine but that doesn't seem to help. I spent a considerable amount of time working on it one day with no luck. Mine is installed so that it'll work from any directory (I don't have to put my files in the same directory). I even tried putting the new adb/fastboot in the same folder as the flash-all.bat with the same results.
Sent from my Pixel using Tapatalk
Click to expand...
Click to collapse
Get rid of windows, use Linux, no messing around with anything, it just works ?
-------- runs -----_ducks_---- runs ----
Sent from my Pixel using XDA-Developers Legacy app

Trying To Root Pixel 2

Ok I have the bootloader unlocked.
I was hoping then I could do the following
ADB Debugging on
adb reboot bootloader
fastboot boot twrp-3.1.1-1-fastboot-sailfish.img
But its not booting it. Pixel TWRP Image
So my question is can i modify the image to make the pixel 2 boot it?
Please advise?
Can I root without using TWRP?
Thanks,
bluh5d said:
Ok I have the bootloader unlocked.
I was hoping then I could do the following
ADB Debugging on
adb reboot bootloader
fastboot boot twrp-3.1.1-1-fastboot-sailfish.img
But its not booting it. Pixel TWRP Image
So my question is can i modify the image to make the pixel 2 boot it?
Please advise?
Can I root without using TWRP?
Thanks,
Click to expand...
Click to collapse
What makes you believe that TWRP for the original Pixel will work on the Pixel 2? Likely you'll have to wait for a recovery for the Pixel 2.
l7777 said:
What makes you believe that TWRP for the original Pixel will work on the Pixel 2? Likely you'll have to wait for a recovery for the Pixel 2.
Click to expand...
Click to collapse
Yeah I understand that. I was just hoping that since they are so similar it would work. Especially since I am not going to install it on my recovery just boot it to root and suhide.
I wanted to make sure I wasn't missing something or something I could change in the image to make it boot on a 2 .
Thanks though for your thoughts!
bluh5d said:
Yeah I understand that. I was just hoping that since they are so similar it would work. Especially since I am not going to install it on my recovery just boot it to root and suhide.
I wanted to make sure I wasn't missing something or something I could change in the image to make it boot on a 2 .
Thanks though for your thoughts!
Click to expand...
Click to collapse
The similarities are only on the surface my friend. When dealing with computers, similar and close is rarely good enough. You need exact.
bluh5d said:
Ok I have the bootloader unlocked.
I was hoping then I could do the following
ADB Debugging on
adb reboot bootloader
fastboot boot twrp-3.1.1-1-fastboot-sailfish.img
But its not booting it. Pixel TWRP Image
So my question is can i modify the image to make the pixel 2 boot it?
Please advise?
Can I root without using TWRP?
Thanks,
Click to expand...
Click to collapse
The MSM in them is totally different. Plus panel config, clock plan, power grid etc. Your original recovery kernel will not boot on Pixel2, so this is completely expected.
evilwombat said:
The MSM in them is totally different. Plus panel config, clock plan, power grid etc. Your original recovery kernel will not boot on Pixel2, so this is completely expected.
Click to expand...
Click to collapse
Can I root with latest supersu without recovery ?
Someone's bound to hose up their phone. Wondering where factory images are?
Born<ICs said:
Someone's bound to hose up their phone. Wondering where factory images are?
Click to expand...
Click to collapse
Yes. I agree. Might be me right. I wasn't planning on flashing recovery though just booting it.
If you are feeling adventurous (as it seems you already are!) you might try the twrp-3-1-pixel-bootable-mod.img located here: https://androidfilehost.com/?fid=745425885120753892 ? I used the instructions at https://forum.xda-developers.com/pixel-xl/how-to/guide-how-to-systemlessly-root-pixel-xl-t3660324 to root the 2016 Pixel (not xl) and if I upgrade to Pixel 2 might try that. You might just try fastbooting the twrp img referenced there and then flashing the supersu referenced there without the other modifications GroovinChip did. Again you are taking a risk trying this on "dissimilar" hardware.
If your bootloader is unlocked and you want root.
Try installing Chain fire's Supersu from the play store or install the apk.
I do not have my P2 yet to try.
Sent from my Nexus 5X using Tapatalk
me_droid said:
If you are feeling adventurous (as it seems you already are!) you might try the twrp-3-1-pixel-bootable-mod.img located here: https://androidfilehost.com/?fid=745425885120753892 ? I used the instructions at https://forum.xda-developers.com/pixel-xl/how-to/guide-how-to-systemlessly-root-pixel-xl-t3660324 to root the 2016 Pixel (not xl) and if I upgrade to Pixel 2 might try that. You might just try fastbooting the twrp img referenced there and then flashing the supersu referenced there without the other modifications GroovinChip did. Again you are taking a risk trying this on "dissimilar" hardware.
Click to expand...
Click to collapse
I think this may be a waste of time because it was modded to work on Oreo. They have already released a version that works on Oreo 3-1-1 that I already tried it wouldnt boot it. I will probably just wait even though i want to play. So i guess I can just say yep I have a pixel 2 with the bootloader unlocked and thats about it.
This can't come quickly enough - I always take my Ad Blocker for granted until it's not there anymore :'(
The_Fuzz22 said:
This can't come quickly enough - I always take my Ad Blocker for granted until it's not there anymore :'(
Click to expand...
Click to collapse
Yeah, I take having root completely for granted. I guess I've never bought a phone right at the moment of release before. If I didn't really need a new phone, I suppose I would have waited. Anyway, I figured out that you can block ads, without root, with apps that run all your traffic through a vpn (that's really only running locally on the phone). The best options after much research seem to me to be Netguard and AdGuard (though I haven't tried them yet). They both also include a firewall (Netguard is primarly a firewall), which I want.
https://github.com/M66B/NetGuard/blob/master/ADBLOCKING.md
https://adguard.com/en/adguard-android/overview.html
DNS66 also seems to be higly regarded, but it doesn't include a firewall. There are other firewall only apps, which work with the VPN method, but you can only run one VPN on Android at a time, so if you want both functions, without root, you need an app that does both.
https://forum.xda-developers.com/android/apps-games/app-dns66-source-host-ad-blocker-root-t3487497
Anyway, that's my plan until root comes along. Then I will go back to AdAway and AFWall+.
There is no kernel source released for the Pixel 2/XL yet. It is based on the 4.4 kernel, this should make development very smooth.
https://forum.xda-developers.com/pixel-2/development/psa-fastboot-booting-bad-image-confuse-t3692932

Maybe a stupid question about Verizon Pixel 2's and rooting

Would it be possible to modify the .bin in an OTA sideload for a root? Am I missing a key point in how this works? Or is it just, no one's done it yet?
Edit: I guess it just took a passion and a situation. See thread for unlock.
Edit Part 2: Electric Boogaloo: Just a quick recap of what's happened here. From the bootloader screen on my Pixel 2 (Walleye) I ran the
Code:
Fastboot flashing lock_critical
command, which then gave me a menu asking if I really want to lock it, or unlock it, I clicked unlock, and here we are. So far, only @zinchalk has confirmed this working. I would love for more people to try this out on their Verizon Pixel 2's and come back with the results. This was either the weirdest fluke of all time, or the best mistake Verizon has ever made. Either way, I hope it works for you
Edit 3: Well there's the January Patch This looks like it 'fixes' the bypass.
Correction: Nevermind, nothing is confirmed yet. And the people have decided there is no way this could be patched that quickly.
Edit 4: I'm seeing way too many people posting about bricked phones. Please don't do this UNLESS YOU KNOW WHAT YOU ARE DOING. I cannot live knowing that someone ruined their phone with this method. Please be safe.
@SoloTSi97 has confirmed this does work on the January 5th security patch!
Edit 5: There it is, we have people confirming the Verizon OTA being pushed this late January is patching the fastboot unlock method. Keep this in mind down the road guys.
D3RP_ said:
Would it be possible to modify the .bin in an OTA sideload for a root? Am I missing a key point in how this works? Or is it just, no one's done it yet?
Click to expand...
Click to collapse
Have you found a way to unlock the bootloader on a Verizon phone?
Or are you thinking modify the .bin would achieve unlocking the bootloader?
As far as I've read, no one has bothered since you can purchase direct from Google and OEM unlock the bootloader. Then root through Magisk is simple.
Sent from my Pixel 2 using Tapatalk
Diesel_Jeremiah said:
Have you found a way to unlock the bootloader on a Verizon phone?
Or are you thinking modify the .bin would achieve unlocking the bootloader?
As far as I've read, no one has bothered since you can purchase direct from Google and OEM unlock the bootloader. Then root through Magisk is simple.
Sent from my Pixel 2 using Tapatalk
Click to expand...
Click to collapse
lmao not that I know of. But I know it's possible to update any android through adb sideload. I'm really just grasping for straws. But because of my current situation I have a Pixel 2 from Verizon, and i'm gonna have it for a while.
I've been out of the android game for a long time; just switched back from iPhone 7, to a Pixel 2 used with Verizon. Am I correct in assuming that the device is unable to be unlocked, etc.?
tailsthecat3 said:
I've been out of the android game for a long time; just switched back from iPhone 7, to a Pixel 2 used with Verizon. Am I correct in assuming that the device is unable to be unlocked, etc.?
Click to expand...
Click to collapse
Unless you know some magic way, it is locked. I don't even know where to start with this thing.
Sell the Verizon one to someone who doesn't care for root and buy one from Google?
I used Sunshine Root for my HTC m8 years ago. They might be an option in the future. Yet again, since the Google version is easily unlocked & rooted, I don't think anyone has even tried.
Sent from my Pixel 2 using Tapatalk
Thanks. Glad I didn't try using the method I saw on YouTube, etc.
tailsthecat3 said:
Thanks. Glad I didn't try using the method I saw on YouTube, etc.
Click to expand...
Click to collapse
Just a small update. From the fastboot menu, I did
Code:
Fastboot flashing lock_critical
Which gave me the option to ''unlock bootloader'. It can't be this easy, but uhhh. I'll keep this thread updated...
Surely it can't be that easy. I'd say start a thread if this hasn't been noted.
---------- Post added at 18:55 ---------- Previous post was at 18:54 ----------
D3RP_ said:
Just a small update. From the fastboot menu, I did
Code:
Fastboot flashing lock_critical
Which gave me the option to ''unlock bootloader'. It can't be this easy, but uhhh. I'll keep this thread updated...
Click to expand...
Click to collapse
^^
tailsthecat3 said:
Surely it can't be that easy. I'd say start a thread if this hasn't been noted.
---------- Post added at 18:55 ---------- Previous post was at 18:54 ----------
^^
Click to expand...
Click to collapse
OEM unlocking says Bootloader is unlocked. So uh, it was that easy... Gonna root and install TWRP in a second.
Final Update
So that worked. Currently rooted with TWRP on my Verizon Pixel 2. Spread the word, or don't.
D3RP_ said:
So that worked. Currently rooted with TWRP on my Verizon Pixel 2. Spread the word, or don't.
Click to expand...
Click to collapse
Can you give some screenshot proof on this?
Interesting. I've been watching to see if someone gets the bootloader unlocked for the Verizon Pixel 2. In looking at the manpage for the fastboot commands, all you've really done is tell the system to lock the critical partitions (bootloader) during flashing. Pretty cool that it brought up the unlock menu.
What happens if you run `fastboot flashing get_unlock_ability`?
lps1014 said:
Can you give some screenshot proof on this?
Click to expand...
Click to collapse
Does that prove anything?
D3RP_ said:
Does that prove anything?
Click to expand...
Click to collapse
This doesn't prove anything. Show us the bootloader screen with your phone's info. There will be a baseband number and the status of the bootloader. Cover your serial number.
[Edit]
You do have a custom kernel flashed though.. so I guess.
xtacocorex said:
Interesting. I've been watching to see if someone gets the bootloader unlocked for the Verizon Pixel 2. In looking at the manpage for the fastboot commands, all you've really done is tell the system to lock the critical partitions (bootloader) during flashing. Pretty cool that it brought up the unlock menu.
What happens if you run `fastboot flashing get_unlock_ability`?
Click to expand...
Click to collapse
Sorry for the late reply. When I do that, I get
Code:
(bootloader) get_unlock_ability: 0
I made a thread about this in the original Pixel XL section. In the OP I quickly jolted down what you did, can you go and explain in detail as it might also work with the OG Pixel's.
Thanks in advance :
https://forum.xda-developers.com/pixel-xl/how-to/verizon-pixel-bootloader-unlocked-t3726672
How did the OP pass the cert check and update checks?
TonikJDK said:
How did the OP pass the cert check and update checks?
Click to expand...
Click to collapse
edit
lps1014 said:
Can you give some screenshot proof on this?
Click to expand...
Click to collapse
I just ran the command like OP said and the "unlock bootloader prompt" appeared. I ran this from a stock verizon on 8.0. I now flashed twrp, magisk and have the current google 8.1 ota. I will give proof if you tell me what will suffice.

Already unlocked bootloader on my pixel 4 XL

Followed the same instructions here: https://www.the***********.com/unlock-bootloader-google-pixel-3-xl-guide/
and it worked. I know this is probably obvious to everyone on this forum, but just in case anyone was wondering if the version from google was easily unlock able out of the box, it is. I was able to get the device early as a product advocate. Being that not a lot of people on XDA have the device yet, I may be the first person to unlock their Pixel 4 XL? :angel:
elsamuraiguapo said:
Followed the same instructions here: https://www.the***********.com/unlock-bootloader-google-pixel-3-xl-guide/
and it worked. I know this is probably obvious to everyone on this forum, but just in case anyone was wondering if the version from google was easily unlock able out of the box, it is. I was able to get the device early as a product advocate. Being that not a lot of people on XDA have the device yet, I may be the first person to unlock their Pixel 4 XL? :angel:
Click to expand...
Click to collapse
Thanks for the info, excellent news for Verizon subscribers with Pixel 4!
Not from THAT link....
Sent from my Pixel 2 XL using Tapatalk
I don't understand what you need a link for. Isn't it like every other device? Turn it on fastboot mode, hook up to your PC, check to make sure it's read, type in fastboot oem unlock, boom. Am I missing something?
ZeroKool76 said:
I don't understand what you need a link for. Isn't it like every other device? Turn it on fastboot mode, hook up to your PC, check to make sure it's read, type in fastboot oem unlock, boom. Am I missing something?
Click to expand...
Click to collapse
Sometimes it's about the peace of mind to make sure it's being done properly
ZeroKool76 said:
I don't understand what you need a link for. Isn't it like every other device? Turn it on fastboot mode, hook up to your PC, check to make sure it's read, type in fastboot oem unlock, boom. Am I missing something?
Click to expand...
Click to collapse
Why put the link in there if it's not a valid link?
Sent from my Pixel 2 XL using Tapatalk
samteeee said:
Thanks for the info, excellent news for Verizon subscribers with Pixel 4!
Click to expand...
Click to collapse
The Verizon version will be locked.
Have you tried booting Magisk on it yet?
Did you have to turn it on and enable OEM unlocking in Developer options first or nah?
did you try root it ?
mine is coming today
it shipped last night before i went to bed lol
please system dump
brownkid said:
Did you have to turn it on and enable OEM unlocking in Developer options first or nah?
Click to expand...
Click to collapse
You need to turn it on and enable it
I just got my Pixel 4 XL. I want to root, but without the system image how can I get the boot image to patch?
---------- Post added at 07:53 PM ---------- Previous post was at 07:52 PM ----------
MishaalRahman said:
Have you tried booting Magisk on it yet?
Click to expand...
Click to collapse
What do you mean by booting Magisk?
MicroMod777 said:
The Verizon version will be locked.
Click to expand...
Click to collapse
Most likely.
MishaalRahman said:
Have you tried booting Magisk on it yet?
Click to expand...
Click to collapse
What do you mean by booting Magisk? @MishaalRahman
Followed the same steps as OP. Unlocked my 4XL the same way I unlocked my 3XL
northmendo said:
What do you mean by booting Magisk? @MishaalRahman
Click to expand...
Click to collapse
I think he means patching the boot image with magisk
northmendo said:
What do you mean by booting Magisk? @MishaalRahman
Click to expand...
Click to collapse
ZeroKool76 said:
I think he means patching the boot image with magisk
Click to expand...
Click to collapse
And then fastbooting the image that magisk patched :good:
For those asking, no I haven't tried to root it yet. I just wanted to start playing with the device and signing in to all my stuff. No point in doing that first without unlocking the bootloader cause just like with any other phone that will factory reset everything. Better to unlock the device first before you start customizing it to you liking. Most likely root can be achieved without wiping again.
What command are you using? I tried fastboot flashing unlock and it just shows the help menu and fastboot oem unlock gives an error. On win 10 here. That link is incomplete?
ETA: I ended up using a tool and setting it to pixel/ pixel xl and it worked but its all for not, I think I'm returning the phone. I just am not happy with the way the face unlock works with ambient display, it ends up unlocking the phone when I just want to check my notifications lol. C'est la vie!

Categories

Resources