Anyone know how to unlock BANDS? - G4 Q&A, Help & Troubleshooting

I want to unlock LTE on my phone.
Anyone know how to enable it?

deltadiesel said:
I want to unlock LTE on my phone.
Anyone know how to enable it?
Click to expand...
Click to collapse
Check out this link: https://forum.xda-developers.com/g4/general/guide-enabling-lte-bands-t3137818
if you haven't already.

sdembiske said:
Check out this link: https://forum.xda-developers.com/g4/general/guide-enabling-lte-bands-t3137818
if you haven't already.
Click to expand...
Click to collapse
It says permission denied
I am rooted.
Whats the problem?
Tried that link can't get passed permission denied

What SuperSU everyone using I'm still on 2.,82 says I'm rooted but maybe features are disabled

deltadiesel said:
It says permission denied
I am rooted.
Whats the problem?
Tried that link can't get passed permission denied
Click to expand...
Click to collapse
If you're referring to the link above that I posted, works fine for me. Maybe security setting in your browser - suggest you try looking at the security settings for the browser you're using or try a different browser.
Other option is to go to Google Search (preferably on a PC) and search XDA-Guide: Enabling LTE Bands.

sdembiske said:
If you're referring to the link above that I posted, works fine for me. Maybe security setting in your browser - suggest you try looking at the security settings for the browser you're using or try a different browser.
Other option is to go to Google Search (preferably on a PC) and search XDA-Guide: Enabling LTE Bands.
Click to expand...
Click to collapse
When I go to SuperSU is says denied
I need SuperSU pro I think
What is latest supersu

Its not my browser
I'm talking about when I run the line to enable it
Permission denied

deltadiesel said:
When I go to SuperSU is says denied
I need SuperSU pro I think
What is latest supersu
Click to expand...
Click to collapse
SuperSU doesn't have anything to do with accessing a link. I'm on v2.82, the latest update I've received to-date.
If using Chrome on your phone, turn off Safe Browsing in Settings > (under Advanced heading) > Privacy.
---------- Post added at 10:18 PM ---------- Previous post was at 10:10 PM ----------
deltadiesel said:
Its not my browser
I'm talking about when I run the line to enable it
Permission denied
Click to expand...
Click to collapse
Try enabling setenforce 0 in Terminal Emulator.
Just type in the following (enter each command separately):
su
setenforce 0 (to set permissive) or setenforce 1 (to re-enable enforcing)
and confirm with: getenforce
Failing that, it may be hard coded in your rom which may put you out of luck.

sdembiske said:
SuperSU doesn't have anything to do with accessing a link. I'm on v2.82, the latest update I've received to-date.
If using Chrome on your phone, turn off Safe Browsing in Settings > (under Advanced heading) > Privacy.
---------- Post added at 10:18 PM ---------- Previous post was at 10:10 PM ----------
Try enabling setenforce 0 in Terminal Emulator.
Just type in the following (enter each command separately):
su
setenforce 0 (to set permissive) or setenforce 1 (to re-enable enforcing)
and confirm with: getenforce
Failing that, it may be hard coded in your rom which may put you out of luck.
Click to expand...
Click to collapse
That works through terminal on my phone
Seems like running commands on my compute r it won't switch to root
Either way DFS isn't working now
Can't select my device

deltadiesel said:
Its not my browser
I'm talking about when I run the line to enable it
Permission denied
Click to expand...
Click to collapse
deltadiesel said:
That works through terminal on my phone
Seems like running commands on my computer it won't switch to root
Either way DFS isn't working now
Can't select my device
Click to expand...
Click to collapse
One other thought: failing to first enter adb shell will give that result on your PC.
The following worked for me -i.e., did not get permission-denied, on my laptop.
adb shell
su
echo 1 > /sys/devices/platform/lg_diag_cmd/diag_enable

sdembiske said:
One other thought: failing to first enter adb shell will give that result.
The following worked for me -i.e., did not get permission-denied.
adb shell
su
echo 1 > /sys/devices/platform/lg_diag_cmd/diag_enable
Click to expand...
Click to collapse
This doesn't work for me off my computer
It only works in terminal manager. It switches to root after su
Anyways now that I'm in where is this BAND tab in DFS

deltadiesel said:
This doesn't work for me off my computer
It only works in terminal manager. It switches to root after su
Anyways now that I'm in where is this BAND tab in DFS
Click to expand...
Click to collapse
With respect to the Band tab in DFS - post your questions now to the link I provided in the 1st instance.
If you do not have LGMobileDriver_WHQL_Ver_4.2.0 installed on your PC you will have problems with adb.

sdembiske said:
With respect to the Band tab in DFS - post your questions now to the link I provided in the 1st instance.
If you do not have LGMobileDriver_WHQL_Ver_4.2.0 installed on your PC you will have problems with adb.
Click to expand...
Click to collapse
That is installed
U know what forget this. Probably won't be able to enable band I want anyway
Wasting time

Related

[How to] Configure Terminal Emulator to use Correct BusyBox & Improve Shell Features

[How to] Configure Terminal Emulator to use Correct BusyBox & Improve Shell Features
A little info on Android, Terminal Emulator, and Busybox
I'm very new to Android. I just got my first device a few months ago(my A100). I have used linux and other forms of unix off and on for over a decade though so I do have some applicable knowlege.
After writing Flashex I have noticed allot of people with miss configured environment variables for Terminal Emulator. The defaults in Terminal Emulator are NOT configured to use the right Busybox. This can make doing ALLOT of the stuff around here seem allot more complex then it is.
How to improve the way Terminal Emulator works
==============================================
(Note: I'm going under the assumption that Busybox is located in /system/xbin. It should be normaly, though it doesn't matter for this as long as you know the correct location and can put in place of /system/xbin in these directions)
1) Launch Terminal Emulator.
2) Look in the Menu in the upper right hand corver and select "Preferences".
3) Scroll down to the "Shell" section of "Preferences".
4) Select "Command Line" within the "Shell" section of "Preferences" and change it to the following;
/system/xbin/sh -u
Then Select "OK".
5) Select "Initial Command" within the "Shell" section of "Preferences" and change it to the following;
export PATH=/system/xbin:$PATH
Then Select "OK"
6) Now you will probably want to scroll up and change the color of the terminal background and text in the "Text" section of "Preferences".
Congratulations! You should now have a Bourne Shell(sh) with, color coded file types, TAB auto complete, and the correct Busybox version in the Terminal Emulator! YAY!
Why do I keep getting permission denied in TM?
helikido said:
Why do I keep getting permission denied in TM?
Click to expand...
Click to collapse
Is your device rooted? Do you have busybox installed?
helikido said:
Why do I keep getting permission denied in TM?
Click to expand...
Click to collapse
You may be getting the permission denied error if you used This root method because it used a non standard install of Busybox to do the job.
It can be updated from what I understand by just downloading the J Rummy Busybox installer from play.google.com and reinstalling Busybox. Also as asked above if you don't have busybox installed you wont be able to point TE to it.
Hope that resolves the issue
Re: [How to] Configure Terminal Emulator to use Correct BusyBox & Improve Shell Featu
I keep getting the same error with terminal emulator and script manager:
Unable to confirm location of BusyBox, please make sure you have busybox installed
Looked in /system/xbin if you have it installed in another location, you can just edit the path at the top of the script
3|[email protected]:/sdcard $
nice share
Confused!
Hey Guys!
After following the steps you mentioned and saved it and closed Terminal emulator and when trying to reopen it it does not open and it is a pre-installed app in my custom ROM so i went to root explorer and deleted it and while am trying to reinstall it from Play store play store does not download any app !!!!! it opens normally it navigates normally and i can press install and accept to the pop up message but keeps making like it is installing while nothing installed !!!
Device : Motorola XT925
ROM : Beanstalk 1009
Android : 4.3.1
Bootloader : Unlocked
BusyBox : BusyBox X+
Please Please Help Me
---------- Post added at 03:48 PM ---------- Previous post was at 03:40 PM ----------
atteya.mohamed said:
Hey Guys!
After following the steps you mentioned and saved it and closed Terminal emulator and when trying to reopen it it does not open and it is a pre-installed app in my custom ROM so i went to root explorer and deleted it and while am trying to reinstall it from Play store play store does not download any app !!!!! it opens normally it navigates normally and i can press install and accept to the pop up message but keeps making like it is installing while nothing installed !!!
Device : Motorola XT925
ROM : Beanstalk 1009
Android : 4.3.1
Bootloader : Unlocked
BusyBox : BusyBox X+
Please Please Help Me
Click to expand...
Click to collapse
I Tried the following :
1. Reboot.
2. Reinstall google play Version 4.4.21
But problem still exist am really upset guys please help me :S
simply go the app settings and clear data. The exact thing is happening to me as soon as i change the path under shell. crashes and when i try opening says . terminal running and immediately closes
atteya.mohamed said:
Hey Guys!
After following the steps you mentioned and saved it and closed Terminal emulator and when trying to reopen it it does not open and it is a pre-installed app in my custom ROM so i went to root explorer and deleted it and while am trying to reinstall it from Play store play store does not download any app !!!!! it opens normally it navigates normally and i can press install and accept to the pop up message but keeps making like it is installing while nothing installed !!!
Please Please Help Me
---------- Post added at 03:48 PM ---------- Previous post was at 03:40 PM ----------
I Tried the following :
1. Reboot.
2. Reinstall google play Version 4.4.21
But problem still exist am really upset guys please help me :S
Click to expand...
Click to collapse
atteya.mohamed said:
Device : Motorola XT925
ROM : Beanstalk 1009
Android : 4.3.1
Bootloader : Unlocked
BusyBox : BusyBox X+
Click to expand...
Click to collapse
Sorry only A100 support allowed here.
But really, eyelash your rom if anything like that happens. Just flash the rom+gapps first and should fix it otherwise factory reset.
Sent from my SPH-L710 using XDA Premium 4 mobile app

(Question) Enable unknown Source over Terminal or ADB?

Hey guys,
The currently CM 13 Nightly have a broken Secure Menu for enable Unknown Source to install manuell Apps on my device.
Someone know a quick way to enable this Feature over the Command Way ?
I have same issue after flashing CM13 unofficial on yuphoria 5010 running marshmallow 6.0.1
When I was trying to install third party apps
it says: "for security your phone is set to block installation of apps obtained from unknown source"
And this message arrive with two buttons below
1. Cancel
2. Settings
When I go to the settings to fix it there is nothing where I can tick unknown sources..
So if anyone get what I am trying to say than please tell what should I do to install third party apps in current ROM
DoM!niC said:
Hey guys,
The currently CM 13 Nightly have a broken Secure Menu for enable Unknown Source to install manuell Apps on my device.
Someone know a quick way to enable this Feature over the Command Way ?
Click to expand...
Click to collapse
Follow the instructions via this link
https://developer.vuforia.com/library/articles/Solution/How-To-install-an-APK-using-ADB
Your welcome...
---------- Post added at 10:31 PM ---------- Previous post was at 10:28 PM ----------
Little android said:
I have same issue after flashing CM13 unofficial on yuphoria 5010 running marshmallow 6.0.1
When I was trying to install third party apps
it says: "for security your phone is set to block installation of apps obtained from unknown source"
And this message arrive with two buttons below
1. Cancel
2. Settings
When I go to the settings to fix it there is nothing where I can tick unknown sources..
So if anyone get what I am trying to say than please tell what should I do to install third party apps in current ROM
Click to expand...
Click to collapse
Use the link I've provided and just follow the instructions...
Try this:
adb shell settings put global install_non_market_apps 1
or this:
adb shell settings put secure install_non_market_apps 1
jobella said:
Try this:
adb shell settings put global install_non_market_apps 1
or this:
adb shell settings put secure install_non_market_apps 1
Click to expand...
Click to collapse
thank you so much!
jobella said:
Try this:
adb shell settings put global install_non_market_apps 1
or this:
adb shell settings put secure install_non_market_apps 1
Click to expand...
Click to collapse
hi
is there any command that work with android10 ?
i want to give permission to root browser to install apk
but it's not present in the list of app who request that permission
any idea how to fix this ?

how to enter diagnostic mode in LOS14.1

i want to enter diagnostic mode in LOS14.1, i use command:
setprop sys.usb.config diag,adb
but it didn't work, pls help me,thk
kirtikhurana said:
Use this
Click to expand...
Click to collapse
i have try,but nothing change
kirtikhurana said:
you should be rooted unless it won't work.
Click to expand...
Click to collapse
i rooted,but these command work for lenovo offical rom,such as 048,062,232,244,251,not on los,any suggestion?
kirtikhurana said:
before that command i told. write the two.
adb shell
su
then diag commands.
during these commands your phone will prompt to grant permissions. Tap OK/Yes on phone
*remember to check Android bebugging Is ON in developer settings.
Even if you're unsuccessful you're probably doing wrong.
Click to expand...
Click to collapse
bro,setprop should be root,i know it,i use successful in lenovo offical rom, i told you,my question is: why not work for los,can you check it?

Add Mobile Data and Wifi HotSpot toggle without root

Don't want to root your phone but you still want to tweak it? No trouble, you can still use adb shell to change a few settings.
-First, follow this guide to install ADB on your Windows PC: https://www.xda-developers.com/install-adb-windows-macos-linux/
-Then, you have to plug your phone to your PC with a USB cable.
-Finally, launch a command line and use this command:
Code:
adb shell settings put secure sysui_qs_tiles "Wifi,SoundMode,Bluetooth,RotationLock,Flashlight,Dnd,custom(com.android.settings/com.samsung.android.settings.qstile.PowerSavingTile),BlueLightFilter,Location,custom(com.samsung.android.app.aodservice/.settings.AODTileService),custom(com.samsung.android.smartmirroring/.tile.SmartMirroringTile),AirplaneMode,custom(com.sec.android.app.soundalive/.DolbyTile),WorkMode,MobileData,Hotspot"
We also may have a way to enable Call Recorder on our phone with ADB Shell but, I'm still trying to figure out how it could be done.
Nico3d3 said:
Don't want to root your phone but you still want to tweak it? No trouble, you can still use adb shell to change a few settings.
-First, follow this guide to install ADB on your Windows PC: https://www.xda-developers.com/install-adb-windows-macos-linux/
-Then, you have to plug your phone to your PC with a USB cable.
-Finally, launch a command line and use this command:
We also may have a way to enable Call Recorder on our phone with ADB Shell but, I'm still trying to figure out how it could be done.
Click to expand...
Click to collapse
This is great for a530w users cuz those icons are missing, thanks for sharing!
Even though i already found my own way with my systemui mod
---------- Post added at 04:30 AM ---------- Previous post was at 04:27 AM ----------
FOR FREEDOM MOBILE USERS AND OTHER CARRIERS THAT SUPPORT VOLTE
DO THIS AND EVEN VOLTE TOGGLE WILL SHOW
adb shell settings put secure sysui_qs_tiles "Wifi,SoundMode,Bluetooth,RotationLock,Flashlight,Dnd,custom(com.android.settings/com.samsung.android.settings.qstile.PowerSavingTile),BlueLightFilter,Location,custom(com.samsung.android.app.aodservice/.settings.AODTileService),custom(com.samsung.android.smartmirroring/.tile.SmartMirroringTile),AirplaneMode,custom(com.sec.android.app.soundalive/.DolbyTile),WorkMode,MobileData,Hotspot,VoLte"
thank me later
[/COLOR]I have the A530W from Fido, I tried and got this error
/system/bin/sh: syntax error: '(' unexpected
KAPABLE-K said:
[/COLOR]I have the A530W from Fido, I tried and got this error
/system/bin/sh: syntax error: '(' unexpected
Click to expand...
Click to collapse
You probably forgot a quotation mark. Please check cmd has been wrote correctly.
I figured it out, I had to do "adb shell" first then send the command and everything worked.
587.saboor said:
This is great for a530w users cuz those icons are missing, thanks for sharing!
Even though i already found my own way with my systemui mod
---------- Post added at 04:30 AM ---------- Previous post was at 04:27 AM ----------
FOR FREEDOM MOBILE USERS AND OTHER CARRIERS THAT SUPPORT VOLTE
DO THIS AND EVEN VOLTE TOGGLE WILL SHOW
adb shell settings put secure sysui_qs_tiles "Wifi,SoundMode,Bluetooth,RotationLock,Flashlight,Dnd,custom(com.android.settings/com.samsung.android.settings.qstile.PowerSavingTile),BlueLightFilter,Location,custom(com.samsung.android.app.aodservice/.settings.AODTileService),custom(com.samsung.android.smartmirroring/.tile.SmartMirroringTile),AirplaneMode,custom(com.sec.android.app.soundalive/.DolbyTile),WorkMode,MobileData,Hotspot,VoLte"
thank me later
Click to expand...
Click to collapse
Can i use it in a530f
Hovo01 said:
Can i use it in a530f
Click to expand...
Click to collapse
yes
I will not lost my warranty yes?
---------- Post added at 06:01 PM ---------- Previous post was at 06:01 PM ----------
587.saboor said:
yes
Click to expand...
Click to collapse
Thanks do you have other tweaks with adb
Hovo01 said:
I will not lost my warranty yes?
---------- Post added at 06:01 PM ---------- Previous post was at 06:01 PM ----------
Thanks do you have other tweaks with adb
Click to expand...
Click to collapse
you will not lose your warranty
no
[email protected]:~/Downloads/platform-tools-2$ sudo ./adb shell
jackpotlte:/ $ settings put secure sysui_qs_tiles "Wifi,SoundMode,Bluetooth,RotationLock,Flashlight, Dnd,custom(com.android.settings/com.samsung.android.settings.qstile.PowerSavingTil e),BlueLightFilter,Locati>
),custom(com.samsung.android.smartmirroring/.tile.SmartMirroringTile),AirplaneMode,custom(com.sec.android.app.soundalive/.DolbyTile),WorkMode,MobileData,Hotspot" <
jackpotlte:/ $
What can I expect here? I see nothing happen ... mac os as you can see
Robert978 said:
What can I expect here? I see nothing happen ... mac os as you can see
Click to expand...
Click to collapse
There is no output with that cmd. To see if it worked, check if you can now see the new toggles in Quick Panel.
Nico3d3 said:
Don't want to root your phone but you still want to tweak it? No trouble, you can still use adb shell to change a few settings.
-First, follow this guide to install ADB on your Windows PC: https://www.xda-developers.com/install-adb-windows-macos-linux/
-Then, you have to plug your phone to your PC with a USB cable.
-Finally, launch a command line and use this command:
Code:
adb shell settings put secure sysui_qs_tiles "Wifi,SoundMode,Bluetooth,RotationLock,Flashlight,Dnd,custom(com.android.settings/com.samsung.android.settings.qstile.PowerSavingTile),BlueLightFilter,Location,custom(com.samsung.android.app.aodservice/.settings.AODTileService),custom(com.samsung.android.smartmirroring/.tile.SmartMirroringTile),AirplaneMode,custom(com.sec.android.app.soundalive/.DolbyTile),WorkMode,MobileData,Hotspot"
We also may have a way to enable Call Recorder on our phone with ADB Shell but, I'm still trying to figure out how it could be done.
Click to expand...
Click to collapse
looking forward to that native call recorder...
can we enable fm radio app with this if it isn't there?

[ROOT] Enable Soli in any country

Made a new thread as seems this is demanded option. Some people already checked this and looks like this works. I can't check right now but if you want, please check and post if it works for you.
Restriction is phone number country code based, can be bypassed. Also looks like its developers left setting to disable country checks at all. To do that, you just need to change android setting 'pixel.oslo.allowed_override' to '1' or 'true'.
Connect Pixel 4 with developer mode and execute command in adb shell:
Code:
adb shell setprop pixel.oslo.allowed_override true
or
Code:
adb shell "setprop persist.pixel.oslo.allowed_override true; setprop ctl.restart zygote"
or edit system/build.prop with some app (eg. MagiskHide Props Config)
You need root to do this.
Also there is Xposed Module in xposed manager to do this automatically called "EnableSoliOnPixel4", here's thread about it https://forum.xda-developers.com/pixel-4-xl/themes/success-enable-soli-china-t3994917
Do I need root permission to execute this command via adb? Thanks
Sent from my Google Pixel 2 using XDA Labs
Monazite said:
Do I need root permission to execute this command via adb? Thanks
Sent from my Google Pixel 2 using XDA Labs
Click to expand...
Click to collapse
Yes, without root you can’t edit system props
Eugnis said:
Yes, without root you can’t edit system props
Click to expand...
Click to collapse
getting failed to set property reply. any idea what i'm doing wrong?
Does it mean that I still can use soli in any country even that country doesn't support for it ?
For example, If I traveled to Japan one day, I still can use soli after enable soli by this xposed module ?
Kris
omar5099 said:
getting failed to set property reply. any idea what i'm doing wrong?
Click to expand...
Click to collapse
Looks like ADB not received root rights on phone. To check this use
Code:
adb shell su
if you receive response ' su: not found ' then you should enable root access for adb on phone (with supersu or similar)
Also you can set this prop with MagiskHide Props Config from phone if you used Magisk to root it
Kris Chen said:
Does it mean that I still can use soli in any country even that country doesn't support for it ?
For example, If I traveled to Japan one day, I still can use soli after enable soli by this xposed module ?
Kris
Click to expand...
Click to collapse
Yes, this setting just disable country check at all. So Soli will work worldwide
Eugnis said:
Looks like ADB not received root rights on phone. To check this use
Code:
adb shell su
if you receive response ' su: not found ' then you should enable root access for adb on phone (with supersu or similar)
Also you can set this prop with MagiskHide Props Config from phone if you used Magisk to root it
Click to expand...
Click to collapse
I've obtained root for ADB shell via this command, however none of those 2 original adb lines are working. I'm still getting the failed to set property reply.
Any help appreciated...
Now I gotta root my phone and lose automatic updates just to be able to use it normally. Thanks a lot, Google!! _l_
You will still get automatic updates, you can root your phone, set the persistent property, and remove the root. Should persist across updates.
Bogega said:
I've obtained root for ADB shell via this command, however none of those 2 original adb lines are working. I'm still getting the failed to set property reply.
Any help appreciated...
Click to expand...
Click to collapse
yes same here, any1 got this to work ? thanks
Pixeling said:
You will still get automatic updates, you can root your phone, set the persistent property, and remove the root. Should persist across updates.
Click to expand...
Click to collapse
So if I set the property and then unroot, it will persist even after OTA updates? No need to root again and set it again after every OTA?
aco.falc said:
So if I set the property and then unroot, it will persist even after OTA updates? No need to root again and set it again after every OTA?
Click to expand...
Click to collapse
That's what I suspect since the property lives in /data which is not changed/erased after OTA. I've not tried it myself however that's probably what I will do when I get the phone.
aco.falc said:
So if I set the property and then unroot, it will persist even after OTA updates? No need to root again and set it again after every OTA?
Click to expand...
Click to collapse
Performing some more reading on the subject, there is a possibility that unlocking the bootloader by itself trips safetynet which in turn prevents OTA. I can't know whether this is true for sure, but in this case keeping Magisk root shall hide that and let you download the OTA.
Before applying the OTA you should use magisk to restore the boot.img, let the OTA install, and then let Magisk install itself to the other inactive flash slot where the OTA is. That will make sure that root is kept intact post update and keep hiding that the bootloader is unlocked. Can anyone confirm?
WORKED
hello, i can confirm its working, steps to follow :
when u flash the magisk_patched image the phone wont boot at first, so u have to flash the boot.img then reflash the magisk_patched.
then the phone will boot normally.
after that, download terminal from play store, and type in it : SU , this will ask u for root permissions
then u need to type these 3 commands within the terminal :
setprop pixel.oslo.allowed_override true
setprop persist.pixel.oslo.allowed_override true
setprop ctl.restart zygote
then motion sense will turn on.
enjoy!
if u need detailed steps about the whole thing let me know
sta3b said:
hello, i can confirm its working, steps to follow :
when u flash the magisk_patched image the phone wont boot at first, so u have to flash the boot.img then reflash the magisk_patched.
then the phone will boot normally.
after that, download terminal from play store, and type in it : SU , this will ask u for root permissions
then u need to type these 3 commands within the terminal :
setprop pixel.oslo.allowed_override true
setprop persist.pixel.oslo.allowed_override true
setprop ctl.restart zygote
then motion sense will turn on.
enjoy!
if u need detailed steps about the whole thing let me know
Click to expand...
Click to collapse
Can confirm that typing these commands in terminal did the trick. Used 'Terminal Emulator for Android' app from playstore.
And I skipped first steps (flashing boot.img etc) as I'm already rooted.
Thanks!
Bogega said:
Can confirm that typing these commands in terminal did the trick. Used 'Terminal Emulator for Android' app from playstore.
And I skipped first steps (flashing boot.img etc) as I'm already rooted.
Thanks!
Click to expand...
Click to collapse
It works for me! Thank you!
Do I need to do this all over again when I reboot my phone?
It seems that when rebooting the phone the soli is disabled again, can someone confirm?
Also I read here something about unrooting? can I really root and unroot everytime I want and retain OTA updates?
chris111111 said:
It works for me! Thank you!
Do I need to do this all over again when I reboot my phone?
Click to expand...
Click to collapse
Soli doesn't survive reboots if you're using this method.
There's a magisk module (non Xposed) which solves this though (https://forum.xda-developers.com/pixel-4-xl/themes/enable-soli-contries-magisk-module-t3997035)
wolfgangam31 said:
It seems that when rebooting the phone the soli is disabled again, can someone confirm?
Also I read here something about unrooting? can I really root and unroot everytime I want and retain OTA updates?
Click to expand...
Click to collapse
correct, rebooting the phone will cause SOLI to get disabled, you need to re-enter the commands in the terminal to get it to work again

Categories

Resources