Root Not Detected Even Bootloader Is Unlocked & TWRP Also Installed.. Infinix Smart 3 Plus. - General Questions and Answers

i installed twrp and unlock bootloader of my android infinix Smart 3 plus.. but when i install root from twrp recovery it shows successful,, when i turn on the device and check it from root checker app it shows root access is not properly installed.. what should i do now ?

what do you mean by "i install root from twrp" ?

ineedroot69 said:
what do you mean by "i install root from twrp" ?
Click to expand...
Click to collapse
there is a option in twrp install root , unroot.etc

Root User M said:
there is a option in twrp install root , unroot.etc
Click to expand...
Click to collapse
ahh i see so it didn't work right? have you tried rooting via Magisk instead?

ineedroot69 said:
ahh i see so it didn't work right? have you tried rooting via Magisk instead?
Click to expand...
Click to collapse
yes i installed magisk manager and magisk zip file but still root not detected,, i searched alot from youtube and from here..

Root User M said:
yes i installed magisk manager and magisk zip file but still root not detected,, i searched alot from youtube and from here..
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Run
Code:
adb devices
adb shell "which 'su'"
to see whether SU-binary got copied to Android or not.

jwoegerbauer said:
Run
Code:
adb devices
adb shell "which 'su'"
to see whether SU-binary got copied to Android or not.
Click to expand...
Click to collapse
ok thanks i will check

Root User M said:
ok thanks i will check
Click to expand...
Click to collapse

Root User M said:
ok thanks i will check
Click to expand...
Click to collapse

jwoegerbauer said:
Run
Code:
adb devices
adb shell "which 'su'"
to see whether SU-binary got copied to Android or not.
Click to expand...
Click to collapse
please check.. i don't understand, what should i do now ?

Root User M said:
please check.. i don't understand, what should i do now ?
Click to expand...
Click to collapse
Screenshot shows that SU-binary isn't present - at least neither in Android's /system partition nor in Android's /vendor partition.

jwoegerbauer said:
Screenshot shows that SU-binary isn't present - at least not in Android's /system partition.
Click to expand...
Click to collapse
what can i do now ? please help
bootloader is unlocked and twrp also installed,, few minutes ago i open twrp and try to root with chainfire root zip file but still not root detected..

Root User M said:
what can i do now ? please help
bootloader is unlocked and twrp also installed,, few minutes ago i open twrp and try to root with chainfire root zip file but still not root detected..
Click to expand...
Click to collapse
Have neither used TWRP nor Magisk: both for me are absolutely senseless. I exclusively manage my Android devices by means of ADB / Fastboot. And if root is needed to perform things then I install a temporary root.

.

jwoegerbauer said:
Have neither used TWRP nor Magisk: both for me are absolutely senseless. I exclusively manage my Android devices by means of ADB / Fastboot. And if root is needed to perform things then I install a temporary root.
Click to expand...
Click to collapse
ok nice

Related

How to Flash boot.img and root MOTOACTV 16 gb with Tine Fastboot bat Script

Credit Modified batch file from = Jay4255. If you wish to use his script to flash boot.img .Here it is .But you need to follow my instruction and it will worked perfectly
The Script itself work with both 8 and 16 gb model
1.We have to uninstall all Motorola stuff First After that Reboot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Put device in fastboot mode Turn off the device and hold the power key and the start key for 3 seconds then release. You should see it now in fastboot mode like this
2.Install modified ADB Driver (Included in Rar with the Extra How to image )
3.Use my Script to Flash boot.img and Get your device rooted
4.Flash boot.img with successfully
I have step by step image in Zip file if you not sure how to install the modified driver.
The tineprogramming fastboot script is in the zip named tinefastbootscript.bat
Thank
Tineprogramming
Download
http://www.mediafire.com/?cuk779ca196v034
After that install the Motorola Driver and Motorola Program And Enjoy Rooting Staff with all user here
http://forum.xda-developers.com/showthread.php?t=1399692
Nice man! Great Job! Are you working on one for us 8GB MotoActv users?
TheEndGame7 said:
Nice man! Great Job! Are you working on one for us 8GB MotoActv users?
Click to expand...
Click to collapse
We can use this script for both of them 8 or 16
tineprogramming said:
We can use this script for both of them 8 or 16
Click to expand...
Click to collapse
Amazing man! Thank you!
Question: I have my 8GB MotoActv which I thought I rooted correctly (SuperOneClick says "My device seems to be rooted already when I try reroot it") (ADB shows #) but, I'm not able to install certain apps, delete files with Root Explorer, etc.. "Basically NOT getting (SuperUser Access)
I love the way I have everything set up on my device at the moment and would hate to start from scratch is there a way I could just reroot it with Superuser Access?
TheEndGame7 said:
Amazing man! Thank you!
Question: I have my 8GB MotoActv which I thought I rooted correctly (SuperOneClick says "My device seems to be rooted already when I try reroot it") (ADB shows #) but, I'm not able to install certain apps, delete files with Root Explorer, etc.. "Basically NOT getting (SuperUser Access)
I love the way I have everything set up on my device at the moment and would hate to start from scratch is there a way I could just reroot it with Superuser Access?
Click to expand...
Click to collapse
Do you have superuser app on your device? Because if you get adb with the device it already rooted but we need to install the superuser app to manage the permission here is the file
5) Download the Superuser APK if you don't have it:
http://www.4shared.com/android/lPMMXl9S/Superuser.html
6) Install:
adb install Superuser.apk
tineprogramming said:
Do you have superuser app on your device? Because if you get adb with the device it already rooted but we need to install the superuser app to manage the permission here is the file
5) Download the Superuser APK if you don't have it:
http://www.4shared.com/android/lPMMXl9S/Superuser.html
6) Install:
adb install Superuser.apk
Click to expand...
Click to collapse
OK, i got Superuser on my device... it pops up requesting Superuser access when i installed a root app "Now how do I Accept? I don't see a (Accept) tab!
I really appreciate the help man!
TheEndGame7 said:
OK, i got Superuser on my device... it pops up requesting Superuser access when i installed a root app "Now how do I Accept? I don't see a (Accept) tab!
I really appreciate the help man!
Click to expand...
Click to collapse
Cool man .the LCD density is too low for the tab .but it have work around man .Go to superuser app.and setting and automatic respond select allow man.That it from now on all the app that ask for superuser or root .will automatic accept
Thank
Tineprogramming
Hi Tine,
Which firmware versions does this script work for? I have a 16 GB version on firmware Blur_Version.4.58.78.Motorola-F100.Retail.en.EU.
It think it work with all firmware
Bugaboo75 said:
Hi Tine,
Which firmware versions does this script work for? I have a 16 GB version on firmware Blur_Version.4.58.78.Motorola-F100.Retail.en.EU.
Click to expand...
Click to collapse
i think it work with all firmware let try it then.Because i had 4.55.78 which is the latest for USA.i think your is latest for Europe.
Thanks Tine, I'll have to try it out.
This video is very interesting too
How to hack data on motoactv via usb/wifi : http://www.youtube.com/watch?v=Dt1csHyRsb
Does the motoactv have to be on a certain firmware before rooting with this method?
16gb model btw.
2010ngojo said:
Does the motoactv have to be on a certain firmware before rooting with this method?
16gb model btw.
Click to expand...
Click to collapse
If you have firmware below 5.6.0 or 5.6.1 use can you because this boot.img is for old version .If you have newer version i recommended you to use root tool.You can find information in here http://motoactv.wikispaces.com/
Thank
Tineprogramming
Thinking of doing this.
Bugaboo75 said:
Thanks Tine, I'll have to try it out.
Click to expand...
Click to collapse
worked?
I've fw 4.57.71

[GT-i9500] 【05.30】cofface CWM 6.0.3.2 RECOVERY & ROOT&UNROOT (EASY and WORKING) V3.0

[GT-i9500] 【05.30】cofface CWM 6.0.3.2 RECOVERY & ROOT&UNROOT (EASY and WORKING) V3.0
Update 2013.05.30 by cofface
ROOT newest selinux.
This should be the easiest way to root the i9500 (yes, the so called 8-core one) by now.
05.30 Update:
1.Support newest Rom Root
2.Fix exfat sdcard
3.Add Unroot feature
4.Add newest superuser.apk
5.Support flash done auto into recovery mode
6.Supprot disable stock recovery
Recovery Feature:
1. Based on CWM 6.0.3.2
2. ROOT your phone
Had two methods root in root your phone option,the newest stock must be use new method,and old stock may be use old method is okey.
I had tried some stock firmwares(for example:I9500XXUAMDK、I9500UBUAMDK、I9500XXUAMDK、I9500ZSUAMDF、I9500XXUAMDE、I9500XXUAMDL、I9500UBUAMDE
、I9500XXUAMDE、I9500XXUAMDE、I9500ZSUAMDF、I9500XXUAMDE、I9500UBUAMDE、I9500UBUAMDE、I9500XXUAMDE、I9500XXUAMDK、I9500ZCUAMDG and so on.)
Thanks:
1、CM Team
2、xiao1u、supercurio、etc.
Just download the recovery and unzip it, flash the cofface_S4_recovery_en_V3.0.tar as PDA in Odin.
Then turn off the phone and enter recovery by pressing Vol Up+Home+Power keys, and select ROOT YOUR PHONE(Had two root method), reboot, DONE.
Download:
Link:http://d-h.st/TLT
Blog:http://cofface.com/archives/186.html
Screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks Man!!
Will I still get ota updates if I root my phone using this method?
Sent from my GT-I9300 with a BIG
Yes,it can root all stock firmwares yet,root option had two methods,you can try them.sorry for my bad english.
Sorry, that's not what I asked, my question is Will my phone get ota updates even after rooting using this method.?
Sent from my GT-I9300 with a BIG
Welcome my BOSS!:laugh:
---------- Post added at 06:31 PM ---------- Previous post was at 06:31 PM ----------
jaidev.s said:
Sorry, that's not what I asked, my question is Will my phone get ota updates even after rooting using this method.?
Sent from my GT-I9300 with a BIG
Click to expand...
Click to collapse
you can't i'm afraid.
Ah great now i can install greenify and bbs
Edit : so I can use this method for xxuamde? Or the other one?
Sent from my GT-I9500 using xda premium
You can try it.
Hi cofface, thank you for your recovery and root.
I have a question. Your recovery make backup with strange path - /data/media/, but user-accessed area of inner-memory have path - /data/media/0. So we don't have easy access to backup via PC connection. Is this possible to change path for backup?
my phone is stuck at odin when i flashed it , its stuck up in the " setupconnection "
Hi,
For GT-I9505 t'is recovery no found
Alan-B said:
Hi,
For GT-I9505 t'is recovery no found
Click to expand...
Click to collapse
Thread title says 9500
Sent from my GT-I9500 using Tapatalk 2
i am on I9500XXUAMDL
followed the method posted, getting following error
"BusyBox works but the "su" command does not elevate to root. There's something wrong with you "su" binary and/or "superuser" app.
Please try to root your device again
Kindly advise...
guyluvsgals said:
i am on I9500XXUAMDL
followed the method posted, getting following error
"BusyBox works but the "su" command does not elevate to root. There's something wrong with you "su" binary and/or "superuser" app.
Please try to root your device again
Kindly advise...
Click to expand...
Click to collapse
Did you try the old method or the new?
Good to see you here cofface
matrix.bharath said:
Did you try the old method or the new?
Click to expand...
Click to collapse
Tried both, New then old, then new - same issue
chaitan_murarka said:
my phone is stuck at odin when i flashed it , its stuck up in the " setupconnection "
Click to expand...
Click to collapse
Close or uninstall KIES.
i have just "RECOVERY BOOTING.....3 in blue and nothing! it's blocked. have you a solution please?
Hey guys, it's my first android so I'm a total newb with rooting. How can I make a full phone backup so if I mess up I can safely restore my data and settings?
matrix.bharath said:
Did you try the old method or the new?
Click to expand...
Click to collapse
Tried both with same results.....

Root InFocus M330 (And Some Other InFocus Devices) With SuperSU

Hello everyone, today I'll teach you how to root your InFocus M330 and maybe other devices too in this tutorial. I know that there are many threads about rooting devices but rooting this kind of device which has a locked Bootloader is very difficult. Although, the Chinese rooting tool iRoot works on almost any device but still, people prefer SuperSU more
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Disclaimer
I won't be responsible if you brick your device. Although this happens very rarely but still, proceed on your own risk.
Note
Doing this will void your warranty.
------
So, saying this, let's get started.
Step 1
Go to the Kingo Root official website and download KingoRoot.apk (I know that this tutorial is about installing SuperSU but this step is very important to get that) and install it.
Step 2
Click on One Click Root and then it'll get your device rooted with the Kingo SuperUser app. Now, reboot your device.
Step 3
Go to this page and download the Replace_Kingroot_With_SuperSU.zip new version.
Step 4
Extract the mrw folder in your phone storage's root and then go download Terminal Emulator.
Step 5
Now, open Terminal Emulator and then type su then the Kingo SuperUser will prompt you to either allow or disallow the root access, select Allow. Then, type in the terminal sh /sdcard/mrw/root.sh. Now, the script will do it's stuff and then it'll launch SuperSU.
Step 5
After it launches SuperSU, it'll ask you to Update the SU Binary. Update it using the Normal mode and then reboot your device.
Step 6
Voilà! Now SuperSU is fully functional in your device. But, the problem is that there's Kingo SuperUser still installed. To remove it, open Kingo SuperUser and then click on the three dots in the top-right corner. It'll open the Settings. From there, choose Remove Root (Don't worry, this will only remove the Kingo SuperUser, SuperSU will still be functional and won't get removed).
Step 7
After removing Kingo SuperUser, reboot your device.
Step 8
After rebooting, open SuperSU, now it'll again prompt you to Update the SU Binary. Just do it and then reboot the device again.
Step 9 (Optional)
Open SuperSU and then in the Settings tab, scroll down until you see Install SuperSU into /system. Confirm the action and then reboot your device again.
Conclusion
So, after a tremendous amount of reboots and following all the steps, this will root your InFocus M330 with SuperSU and then you can enjoy all the benefits of this awesome root-handler
So, that's all for today people, Peace!
Hey
It did not work for InFocus M530. I couldn't install SuperSU .can help to install a custom recovery
Akshay.jak said:
It did not work for InFocus M530. I couldn't install SuperSU .can help to install a custom recovery
Click to expand...
Click to collapse
Can you please describe your problem that's coming?
Hey
The king root app gets deleted but SuperSU is not installed . can you help
Akshay.jak said:
The king root app gets deleted but SuperSU is not installed . can you help
Click to expand...
Click to collapse
Try installing SuperSU manually from Play Store.
Guys You can now root Infocus M530/with kingroot . And to make a backup of stock ROM , download 'Flashify ' app from play store.
Tejas C Shekar said:
Guys You can now root Infocus M530/with kingroot . And to make a backup of stock ROM , download 'Flashify ' app from play store.
Click to expand...
Click to collapse
That was possible from before, doing it with the SuperSU app is much more complex, that's why I posted this
i followed all steps perfectly . .but when i type in terminal sh/sdcard/mrw/root.sh and click ok ... it says not found .. why plz help me
nik0096 said:
i followed all steps perfectly . .but when i type in terminal sh/sdcard/mrw/root.sh and click ok ... it says not found .. why plz help me
Click to expand...
Click to collapse
you should give space between sh and / i.e. sh /sdcard/mrw/root.sh

HTC A9 Nougat Root problem

any way to root A9 nougat?
Behzad.hotknife said:
any way to root A9 nougat?
Click to expand...
Click to collapse
Not as of yet for this device I believe
MGfusion said:
Not as of yet for this device I believe
Click to expand...
Click to collapse
Be patient. Captain is working on a new TWRP release for A9 Nougat .
https://forum.xda-developers.com/showpost.php?p=70596503&postcount=261
Cheers
ouioui01 said:
Be patient. Captain is working on a new TWRP release for A9 Nougat .
https://forum.xda-developers.com/showpost.php?p=70596503&postcount=261
Cheers
Click to expand...
Click to collapse
thanks
ouioui01 said:
Be patient. Captain is working on a new TWRP release for A9 Nougat .
https://forum.xda-developers.com/showpost.php?p=70596503&postcount=261
Cheers
Click to expand...
Click to collapse
bootloop after flash
Behzad.hotknife said:
bootloop after flash
Click to expand...
Click to collapse
After flash of what? TWRP? SuperSU?
The_scam said:
After flash of what? TWRP? SuperSU?
Click to expand...
Click to collapse
Twrp. I try falsh twrp again but not working
Behzad.hotknife said:
Twrp. I try falsh twrp again but not working
Click to expand...
Click to collapse
Are you using the 3.0 beta released by captain throwback?
The_scam said:
Are you using the 3.0 beta released by captain throwback?
Click to expand...
Click to collapse
yes
try version 3.0.3 it is work for me.
anyone else getting a problem where system dosent mount in normal android? I have superSU installed
When i try to mount manually i get: "mount: '/dev/block/bootdevice/by-name/system'->'/system': Device or resource busy". I also tried phh's superuser, i just get an error in twrp when trying to install that.
I was trying to use "# mount -o remount,rw /system /system"
HELP ROOTING HTC ONE A9 on NOUGAT
Hello...
I am HTC ONE A9..
Nougat 7.0, European UHL..
S-off, SuperCID..
TWRP 3.0.3.2 beta Installed..
Please Guide Me to root my phone.. thank you..
Should i flash UPDATE-SuperSU-v2.79-20161211114519 via TWRP?
flashing UPDATE-SuperSU-v2.76 resulted in Bootloops
note - TWRP 3.0.3 beta will work on Nougat only if you are S-OFF
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I rooted my Nougat A9 by following these steps:
Flash TWRP 3.0.3 -> wipe data (don't restart) -> flash SuperSU 2.79 SR3 -> Reboot to system and SuperSU works like a charm!!
eric028 said:
I rooted my Nougat A9 by following these steps:
Flash TWRP 3.0.3 -> wipe data (don't restart) -> flash SuperSU 2.79 SR3 -> Reboot to system and SuperSU works like a charm!!
Click to expand...
Click to collapse
thanx buddy
The_scam said:
anyone else getting a problem where system dosent mount in normal android? I have superSU installed
When i try to mount manually i get: "mount: '/dev/block/bootdevice/by-name/system'->'/system': Device or resource busy". I also tried phh's superuser, i just get an error in twrp when trying to install that.
I was trying to use "# mount -o remount,rw /system /system"
Click to expand...
Click to collapse
Did you solve the problem yet? you may try to delete TWRP folder in your internal and external storages they will reboot twrp and required your permission to write again when you go to recovery mode next time. and it will be flashable (as my experience)
anunknwon said:
Did you solve the problem yet? you may try to delete TWRP folder in your internal and external storages they will reboot twrp and required your permission to write again when you go to recovery mode next time. and it will be flashable (as my experience)
Click to expand...
Click to collapse
Nope, im talking about while running the system, it works fine in twrp, i actually solved this by changing the permissions by checking all the boxes with es file explorer.
The_scam said:
Nope, im talking about while running the system, it works fine in twrp, i actually solved this by changing the permissions by checking all the boxes with es file explorer.
Click to expand...
Click to collapse
ES kind of master for file editor and file management :fingers-crossed:
Hate to necro-bump, but I have yet to find a version of TWRP that works and doesn't bootloop

[DISCUSS] HTC U12 life ROOT achieved!

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If someone interested in this, built a TWRP recovery for your own
https://github.com/sabpprook/android_device_htc_iml
Nice can you put in the steps to flash the zip :good:
I can not find TWRP anywhere and Compiling TWRP is too complicated as I am not Linux user, could anyone share it?
Can you please share your TWRP for the U12 life?
Could you share the TWRP for this phone?
Please help, i need root, i wanna privacy mainly.
[QUOTE =“ sabpprook,帖子:79387293,成員:4375068”]
如果對此感興趣,請為您自己建立TWRP恢復
https://github.com/sabpprook/android_device_htc_iml
[/引用]連結已經失效了 還有別的載點嗎?
Hello friends,
I attach you the links for:
TWRP 3.3.0-0 Tested Ok TWRP
Recovery stock Tested Ok Recovery Stock
Magisk No tested Magisk
Hey!
The TWRP is installed, but the drive is encrypted. Is there a work-around?
I'd also try the Magisk file; is it a boot or recovery file?
Arokan_13 said:
Hey!
The TWRP is installed, but the drive is encrypted. Is there a work-around?
I'd also try the Magisk file; is it a boot or recovery file?
Click to expand...
Click to collapse
Disable force encryption
I just achieved root as well and want to leave some notes here:
The TWRP-File postet here worked very well.
- If you notice your drive is encrypted: Wipe(format) it again and boot directly into recovery mode. It will be encrypted again as soon as you boot into system.
- Installing SuperSU didn't work for me, neither by install nor by adb sideload.
- Installing Magisk worked. Download the latest App and replace the .apk with .zip in order to flash it. This way there's no need for twisting the boot.img with the app.
- Install via command, not via phone. I don't know why, but it made a difference. use "adb shell twrp install /sdcard/Your_File.zip"
Happy rooting!
Arokan_13 said:
I just achieved root as well and want to leave some notes here:
The TWRP-File postet here worked very well.
- If you notice your drive is encrypted: Wipe(format) it again and boot directly into recovery mode. It will be encrypted again as soon as you boot into system.
- Installing SuperSU didn't work for me, neither by install nor by adb sideload.
- Installing Magisk worked. Download the latest App and replace the .apk with .zip in order to flash it. This way there's no need for twisting the boot.img with the app.
- Install via command, not via phone. I don't know why, but it made a difference. use "adb shell twrp install /sdcard/Your_File.zip"
Happy rooting!
Click to expand...
Click to collapse
See my reply above
Flash it right after clear data,and it won't be encrypted again
cedmar14 said:
Hello friends,
I attach you the links for:
TWRP 3.3.0-0 Tested Ok TWRP
Recovery stock Tested Ok Recovery Stock
Magisk No tested Magisk
Click to expand...
Click to collapse
Could you please share these file again? Thanks a lot
sabpprook said:
If someone interested in this, built a TWRP recovery for your own
https://github.com/sabpprook/android_device_htc_iml
Click to expand...
Click to collapse
想請您幫忙 是否能教我如何 root 我的 HTC U12 Life? 謝謝
網上 root HTC U12 Life 需要的檔案連結 都失效 可否請還有備份的 大大 分享
OneDrive
onedrive.live.com
cedmar14 said:
OneDrive
onedrive.live.com
Click to expand...
Click to collapse
Thanks. Please let me know if there is VOLTE or Vowifi when you get into GSI rom.

Categories

Resources