Related
Hi everybody, we have root thanks to PRF method (here) but now we're facing some problems with xposed.
After flashing xposed components and installing xposed apk after every reboot phone is getting into bootloop or infinite boot. The only way currently to fix this is clearing cache and dalvik/ART cache at every reboot ! Following this the phone is making a very long time to boot (optimizations of the apps)....
We can use this thread for infos/discussion about xposed for our device.
Now we have an alternative solution thanks to @maris__ (here) and confirmed by @ondrejvaroscak (here).
To sum up, the solution is removing some useless apps for you until you don't see any bootloop
You can use my simple debloating script based on the one from @moly82 but with less apps removed, I guess useless ones :
Code:
/system/etc/customization/applications, [COLOR="Red"]contain gameloft apps and linkedin[/COLOR]
/system/etc/product/content, [COLOR="Red"]contain demo video files[/COLOR]
/system/app/AnonymousData,
/system/app/AntHalService,
/system/app/BasicDreams,
/system/app/Books, [COLOR="Red"]get it on play store[/COLOR]
/system/app/BrowserProviderProxy,
/system/app/Chrome, [COLOR="Red"]get it on play store[/COLOR]
/system/app/CityIdPermission,
/system/app/CrashMonitor,
/system/app/CrashMonitorSystem,
/system/app/DeviceConfigTool,
/system/app/Drive, [COLOR="Red"]get it on play store[/COLOR]
/system/app/EnchantedForest,
/system/app/ExternalKeyboardJP,
/system/app/FaceLock,
/system/app/Galaxy4,
/system/app/Gmail2,
/system/app/gmail-reader-service,
/system/app/GoogleLyricsPlugin,
/system/app/GoogleTTS, [COLOR="Red"]get it on play store[/COLOR]
/system/app/Hangouts, [COLOR="Red"]get it on play store[/COLOR]
/system/app/HoloSpiralWallpaper,
/system/app/IddAgent,
/system/app/Keep, [COLOR="Red"]get it on play store[/COLOR]
/system/app/KeyChain,
/system/app/Maps, [COLOR="Red"]get it on play store[/COLOR]
/system/app/Newsstand,
/system/app/NewsWeather,
/system/app/NoiseField,
/system/app/OmaV1AgentDownloadServices,
/system/app/PartnerBookmarksProvider,
/system/app/PhaseBeam,
/system/app/PhotoSlideshow,
/system/app/PhotoTable,
/system/app/PhotoWidget-release,
/system/app/PlayGames,
/system/app/PlusOne,
/system/app/talkback, [COLOR="Red"]get it on play store[/COLOR]
/system/app/textinput-chn,
/system/app/TouchBlock,
/system/app/VisualizationWallpapers,
/system/app/WikipediaPlugin,
/system/app/WirelessControllerManagerService,
/system/app/YouTube, [COLOR="Red"]get it on play store[/COLOR]
/system/app/YouTubeKaraokePlugin,
/system/app/YouTubePlugin
Edit META-INF/com/google/android/updater-script with any text editor to keep or delete any more app
to keep a file remote the line from the file, to delete one add a line with it's location
Instructions :
- Flashed your prerooted ROM
- Flash my debloated script (attached)
- Flash xposed
- Wipe cache / dalvik
- Reboot
- soft reboot and no bootloop normally
official thread link : http://forum.xda-developers.com/showthread.php?t=3034811
Tonio78r said:
Hi everybody, we have root thanks to PRF method (here) but now we're facing some problems with xposed.
After flashing xposed components and installing xposed apk after every reboot phone is getting into bootloop or infinite boot. The only way currently to fix this is clearing cache and dalvik/ART cache at every reboot ! Following this the phone is making a very long time to boot (optimizations of the apps)....
We can use this thread for infos/discussion about xposed for our device.
If anybody has an idea to make it work properly, it would be really cool
official thread link : http://forum.xda-developers.com/showthread.php?t=3034811
Click to expand...
Click to collapse
It ONLY works if you have a xperia deodex lollipop rom
Sent from my D6503 using XDA Free mobile app
Tonio78r said:
Hi everybody, we have root thanks to PRF method (here) but now we're facing some problems with xposed.
After flashing xposed components and installing xposed apk after every reboot phone is getting into bootloop or infinite boot. The only way currently to fix this is clearing cache and dalvik/ART cache at every reboot ! Following this the phone is making a very long time to boot (optimizations of the apps)....
We can use this thread for infos/discussion about xposed for our device.
If anybody has an idea to make it work properly, it would be really cool
official thread link : http://forum.xda-developers.com/showthread.php?t=3034811
Click to expand...
Click to collapse
I ended up with a bootloop as well ... did you find a way to "uninstall" the xposed framework and apk?
wernyuen said:
I ended up with a bootloop as well ... did you find a way to "uninstall" the xposed framework and apk?
Click to expand...
Click to collapse
look here:
In case you get into a boot loop:
First, try using the safemode by pressing any hardware key repeatedly. You can find a short explanation how it works here.
If that doesn't work, you can flash the attached Xposed-Disabler-Recovery.zip by Tungstwenty. It will be copied to your (external) SD card when you install Xposed as well. The only thing it does is copying /system/bin/app_process.orig back to /system/bin/app_process, which you can also do yourself (e.g. with adb shell in recovery mode).
Click to expand...
Click to collapse
Tonio78r said:
Hi everybody, we have root thanks to PRF method (here) but now we're facing some problems with xposed.
After flashing xposed components and installing xposed apk after every reboot phone is getting into bootloop or infinite boot. The only way currently to fix this is clearing cache and dalvik/ART cache at every reboot ! Following this the phone is making a very long time to boot (optimizations of the apps)....
We can use this thread for infos/discussion about xposed for our device.
If anybody has an idea to make it work properly, it would be really cool
official thread link : http://forum.xda-developers.com/showthread.php?t=3034811
Click to expand...
Click to collapse
So I guess it's not safe to install Xposed? Or does it work for someone here?
Random Username said:
So I guess it's not safe to install Xposed? Or does it work for someone here?
Click to expand...
Click to collapse
dude
beniamin24 said:
It ONLY works if you have a xperia deodex lollipop rom
Click to expand...
Click to collapse
xkawer said:
dude
Click to expand...
Click to collapse
My rom is not deodexed and it works
rob rich said:
My rom is not deodexed and it works
Click to expand...
Click to collapse
Could you tell us how you did that without deodexed rom ?
I used a prerooted rom: http://forum.xda-developers.com/showthread.php?t=3081309(, xposed works( tablet metrics is ok) gravitybox fails . no bootloops after several reboots .
Sent from my Nexus 7 using XDA Free mobile app
pargas said:
I used a prerooted rom: http://forum.xda-developers.com/showthread.php?t=3081309(, xposed works( tablet metrics is ok) gravitybox fails . no bootloops after several reboots .
Sent from my Nexus 7 using XDA Free mobile app
Click to expand...
Click to collapse
I used the same rom and flashed. But didn't have luck with xposed. How did you install it? I flashed the zip 1st then installed the apk
Sent from my D5503 using XDA Free mobile app
Thanks, I was wondering what caused the bootloop..
xkawer said:
look here:
Click to expand...
Click to collapse
thanks - managed to get out of the bootloop by booting to recovery and clearing ART cache. then temporarily disabling xposed by changing the app_process32 file back to the original one
but I read that there are ways to get this done on Z2/Z3 ... anyone has success with xposed on Z1C?
http://forum.xda-developers.com/xperia-z2/general/xposed-z2-lollipop-5-0-2-maybe-z3-z3c-t3059016
beniamin24 said:
It ONLY works if you have a xperia deodex lollipop rom
Sent from my D6503 using XDA Free mobile app
Click to expand...
Click to collapse
actually not.my rom is not deodexed and xposed works for me
slsamg7112 said:
actually not.my rom is not deodexed and xposed works for me
Click to expand...
Click to collapse
Can you say how you got it to work?
I have Xposed works well and I'm not deodexed
I did this : I created my own PRF 14.5.A.0.242 Customized FR with the dualrecovery in version 2.8.10
I flashed it. First boot.
Then, I reboot in recovery and Wipe Cache and davilk, flash this files from this topic.
Reboot into system, Install the .apk of Xposed for Lollipop
Reboot again in recovery and just flash the .zip of Xposed
And now, no bootloop after each reboot
xander59 said:
I have Xposed works well and I'm not deodexed
I did this : I created my own PRF 14.5.A.0.242 Customized FR with the dualrecovery in version 2.8.10
I flashed it. First boot.
Then, I reboot in recovery and Wipe Cache and davilk, flash this files from this topic.
Reboot into system, Install the .apk of Xposed for Lollipop
Reboot again in recovery and just flash the .zip of Xposed
And now, no bootloop after each reboot
Click to expand...
Click to collapse
Oh man, you made my day :victory:
May I update first post with your instructions ?
Removing nearly all stock apps is hardly an acceptable solution...
Tonio78r said:
Oh man, you made my day :victory:
May I update first post with your instructions ?
Click to expand...
Click to collapse
Maybe, I'll translate my thread from french forum to XDA community
Darkimmortal said:
Removing nearly all stock apps is hardly an acceptable solution...
Click to expand...
Click to collapse
;.. But many apps can be replaced (for example : File Commander)
After reading all z2\z3 lollipop-xposed topics, I found that the bootloop is caused by some system apk (that's why debloating\deodexing helps - it removes\replaces that apk), if we can narrow it down to a single apk, then we might find a source of an incompatibility, and then it can be fixed in the xposed itself.
xander59 said:
Maybe, I'll translate my thread from french forum to XDA community
Click to expand...
Click to collapse
No problem
Hey guyzz,
Anyone here have rooted desire 820 with marshmallow rom. If yes plz reply
Yes, i have rooted my device after updating to marshmellow.
how did u do that.... I tried many times ... Could u tell me how ?
I tried all the tutorial in the internet and no help... Succeeded in unlocking boot loader and installing twrp. But SUbinary is not installing.
This is the error which i get
******************
Boot image patcher
******************
- Finding boot image
--- Boot image: /dev/block/mmcblk0p43
- Extracting ramdisk
- Decompressing ramdisk
--- Failure, aborting
*************************
IMPORTANT NOTICES
*************************
If TWRP offers to install
SuperSU, do *NOT* let it!
*************************
First reboot may take a
few minutes. It can also
loop a few times. Do not
interrupt the process!
*************************
Click to expand...
Click to collapse
rahulbmg said:
how did u do that.... I tried many times ... Could u tell me how ?
I tried all the tutorial in the internet and no help... Succeeded in unlocking boot loader and installing twrp. But SUbinary is not installing.
This is the error which i get
Click to expand...
Click to collapse
Try this supersu zip
http://xiaomitips.com/download/supersu-flashable-zip/
subhashdas said:
Try this supersu zip
http://xiaomitips.com/download/supersu-flashable-zip/
Click to expand...
Click to collapse
No. Not working ....same issue... I have tried all the versions... And are you using desire 820U... ?
rahulbmg said:
No. Not working ....same issue... I have tried all the versions... And are you using desire 820U... ?
Click to expand...
Click to collapse
I have HTC desire 820 dual sim (Qualcomm)
subhashdas said:
I have HTC desire 820 dual sim (Qualcomm)
Click to expand...
Click to collapse
How did you root ur phone... did u face any problem like this ... I am able to root the lollipop but not marshmallow .. Can you help me
rahulbmg said:
How did you root ur phone... did u face any problem like this ... I am able to root the lollipop but not marshmallow .. Can you help me
Click to expand...
Click to collapse
I faced problem when rooting with supersu 2.56, but got successful with supersu 2.76 (above link). No other problem for me.
subhashdas said:
I faced problem when rooting with supersu 2.56, but got successful with supersu 2.76 (above link). No other problem for me.
Click to expand...
Click to collapse
ANy way i tried with 2.76 and 2.77 and no luck....
By the way do you know what this means ?
- Finding boot image
--- Boot image: /dev/block/mmcblk0p43
- Extracting ramdisk
- Decompressing ramdisk
--- Failure, aborting
Click to expand...
Click to collapse
Anyone ????
rahulbmg said:
ANy way i tried with 2.76 and 2.77 and no luck....
By the way do you know what this means ?
Anyone ????
Click to expand...
Click to collapse
I think ramdisk is related to kernel.
which TWRP are you using?
is it this one http://forum.xda-developers.com/des...-desire-820-recovery-twrp-recovery-3-t3373480
if not then try the twrp first if you still face the problem you could try to reflash the marshmellow ruu and then try again to relock bootloader, flashing TWRP and then flashing supersu process.
subhashdas said:
I think ramdisk is related to kernel.
which TWRP are you using?
is it this one http://forum.xda-developers.com/des...-desire-820-recovery-twrp-recovery-3-t3373480
if not then try the twrp first if you still face the problem you could try to reflash the marshmellow ruu and then try again to relock bootloader, flashing TWRP and then flashing supersu process.
Click to expand...
Click to collapse
Man you are a life saver.... It worked..... The problem was with the recovery ..... this recovery worked Thanks a lot man
rahulbmg said:
Man you are a life saver.... It worked..... The problem was with the recovery ..... this recovery worked Thanks a lot man
Click to expand...
Click to collapse
I have rooted and installed xposed framework, after that i have been facing a problem that "HTC Backup" has stopped working.
Now i have question for you, i assume that you have rooted your phone but not installed the xposed framework, do you face any problem with htc backup app?
subhashdas said:
I have rooted and installed xposed framework, after that i have been facing a problem that "HTC Backup" has stopped working.
Now i have question for you, i assume that you have rooted your phone but not installed the xposed framework, do you face any problem with htc backup app?
Click to expand...
Click to collapse
HTC backup app is working...I have not installed xposed till now. And it has option only to restore from previous backup.
rahulbmg said:
HTC backup app is working...I have not installed xposed till now. And it has option only to restore from previous backup.
Click to expand...
Click to collapse
OK, Thanks
Finally flyme 6.0 beta official is released
link :- http://www.flyme.cn/firmwarelist-76.html#8
i just install this flyme 6.0 beta...seems to be great...dont know yet if it could be used as a daily...feedback later...thanks
So any reviews?
My review for the previous version of flyme 6, was this:
"Just flashed.. Great animations, graphics, sounds and a unique feeling in general.
BUT! This rom asks for every single app for internet and location permissions! from calendar to gallery and notes, in music app and so on.. And if you don't to give permissions there is only an "exit" option and you can't use the app! Maybe it's safe but it seems to me a little shady.
There are many chinese apps preinstalled which explains the size of the rom.
Furthermore some notifications are in chinese and you can't understand what they say.
I flashed opengapps after flashing the rom with no success, so I used a google installer from their store and it worked just fine..
Photos from the camera are stretched and Gallery doesn't show anything as mentioned..
wifi/bluetooth/data works fine."
(I don't know if any of these changed in this version)
Mchasard said:
i just install this flyme 6.0 beta...seems to be great...dont know yet if it could be used as a daily...feedback later...thanks
Click to expand...
Click to collapse
can you please mirror it because it seems like the official link is not working. I really want to download but not able to download from anywhere
download worked for me but failed to flash with status 7 error !! what's causing that anybody??
intoxicated.mad said:
download worked for me but failed to flash with status 7 error !! what's causing that anybody??
Click to expand...
Click to collapse
First flash oos 3.1.4 then wipe only dalvik cache/data don't wipe system.
ajmcklosky said:
First flash oos 3.1.4 then wipe only dalvik cache/data don't wipe system.
Click to expand...
Click to collapse
Thanked .... worked perfectly
intoxicated.mad said:
download worked for me but failed to flash with status 7 error !! what's causing that anybody??
Click to expand...
Click to collapse
please can you share zip with me on google drive or any where else ?
download link is not working for i tried many times
tapanrgohil said:
please can you share zip with me on google drive or any where else ?
download link is not working for i tried many times
Click to expand...
Click to collapse
Try this link: http://openrom-dl.flyme.cn/111732199/20170704/1499109120027/flyme_ONE-E1001_xs_6.7.6.30R-beta.zip
Did anyone flash it? I was stuck at TWRP. It wont boot to rom.
sundhar88 said:
Did anyone flash it? I was stuck at TWRP. It wont boot to rom.
Click to expand...
Click to collapse
First flash oos 3.1.4 then wipe only dalvik cache/data, don't wipe system.
ajmcklosky said:
First flash oos 3.1.4 then wipe only dalvik cache/data, don't wipe system.
Click to expand...
Click to collapse
I did that. nothing helped.
did you flashed successfully?
what version of twrp do you have?
It flashes its own twrp
sundhar88 said:
I did that. nothing helped.
did you flashed successfully?
what version of twrp do you have?
It flashes its own twrp
Click to expand...
Click to collapse
Yes, it worked perfectly on twrp 3.0.2-2 bluespark v41.
try flashing any other ROM or try downloading the ROM again.
Check if you can access the downloaded ROM files in winRAR or any zip extractor.
sundhar88 said:
I did that. nothing helped.
did you flashed successfully?
what version of twrp do you have?
It flashes its own twrp
Click to expand...
Click to collapse
I guess this ROM is for old boot loader.
How are y'all finding the ROM? How stable is it?
EDIT: I just flashed it and I really hate it. Prefer to use stock android
sundhar88 said:
I did that. nothing helped.
did you flashed successfully?
what version of twrp do you have?
It flashes its own twrp
Click to expand...
Click to collapse
Got a workaround just unmount system and then flash.
Hello there,
Although we have done these things tens of times recently we are having some issues with the updates if we are rooted and have magisk modules installed.
I just want to write a small guide to overcome these things which might be helpful.
1) Download the full update zip form Settings/system/system updates/ it is downloaded inside Internal/.ota folder which is hidden by default. or download from anywhere and keep in your storage.
2)Install and Open Mixplorer file manager (MANDATORY) from HERE (Trust me its the best file manager Thanks to @HootanParsa ) if you are already on Pie Be on latest blu_spark TWRP V9.100 HERE Thanks to @eng.stk and skip #3
3) Go to .ota folder open the update zip and delete Compitibility.zip (extracting and repacking is not necessary)
4) Go to Magisk Manager and disable all magisk modules. (Mandatory else there will be reboot issue)
5) Reboot to recovery and flash Full update.zip
6) Flash latest Magisk Zip HERE Thanks to @topjohnwu (it keeps your TWRP alive)
7) Reboot System
8) Open Magisk Manager and Enable all modules and reboot your phone
Cheers!!
Note: if you still get reboot issues just keep a latest magisk modules remover in your storage HERE reboot to TWRP and flash it and reboot to system.
Don't forget to smash Thanks Button ??
I believe you need to delete the compatibility zip also to flash in TWRP ?
benny3 said:
I believe you need to delete the compatibility zip also to flash in TWRP ?
Click to expand...
Click to collapse
Yeah it's a must read no 3
intoxicated.mad said:
Yeah it's a must read no 3
Click to expand...
Click to collapse
My bad i missed #3. I'm installing beta 22 as we speak.
benny3 said:
My bad i missed #3. I'm installing beta 22 as we speak.
Click to expand...
Click to collapse
I made it bold for you lol
Might want to fix the link to MiXplorer. It takes you to the the thread, but opens it in reply mode.
Anyone successfully remove webview? Titanium shows Frozen and won't defrost. Debloater works great otherwise.
Sent from my OnePlus5T using XDA Labs
tcat007 said:
Anyone successfully remove webview? Titanium shows Frozen and won't defrost. Debloater works great otherwise.
Sent from my OnePlus5T using XDA Labs
Click to expand...
Click to collapse
On H2OS I did delete that manually and installed bromite webview but it didn't work on OOS, BTW if you keep Chrome you won't have issues I guess.
intoxicated.mad said:
4) Go to Magisk Manager and disable all magisk modules. (Mandatory else there will be reboot issue)
Click to expand...
Click to collapse
And if you forgot to disable the magisk modules(like i did :angel: ), just flash "Magisk Uninstaller" - https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445, then the Magisk installer and then.... nooo more rebooting problem.
Thanks for the guide :good:
getting error 7 on twrp you got the link the the stock boot image of pie by any chance??
Dragonlord07 said:
getting error 7 on twrp you got the link the the stock boot image of pie by any chance??
Click to expand...
Click to collapse
Did you use Mixplorer to delete the compatibility.zip??
boot.img will be of no use if you have a corrupted zip
intoxicated.mad said:
Did you use Mixplorer to delete the compatibility.zip??
boot.img will be of no use if you have a corrupted zip
Click to expand...
Click to collapse
did it on a desktop so using 7 zip
---------- Post added at 04:08 PM ---------- Previous post was at 04:05 PM ----------
Dragonlord07 said:
did it on a desktop so using 7 zip
Click to expand...
Click to collapse
nvm it worked
Dragonlord07 said:
did it on a desktop so using 7 zip
---------- Post added at 04:08 PM ---------- Previous post was at 04:05 PM ----------
nvm it worked
Click to expand...
Click to collapse
I had problem with 7 zip that's why I didn't mention,
Glad it worked for you :good:
@intoxicated.mad, FYI I took the Telegram link out of the OP as doing so is no longer allowed.
Self-promotion is forbidden, this includes blogs, social media and video channels etc. Random links will be removed.
Click to expand...
Click to collapse
the Doctor said:
@intoxicated.mad, FYI I took the Telegram link out of the OP as doing so is no longer allowed.
Click to expand...
Click to collapse
Nevermind, I'm sorry for including it
Guide updated with blu_spark TWRP V9.91 link no need to delete compitibility.zip now!! Cheers
Hello, after installing blu_spark TWRP V9.91 i cannot get into Recovery anymore, the screen remains black and the led turns on. I need to restart and then reflash TWRP thru their update application. Im disabling Magisk modules and have even tried setting the core only mode but nothing seem to work. I have tried installing blu_sparks kernel and it works fine, only recovery TWRP does not work. Im stuck not being able to install the ltest update since normal TWRP does not support it and for some reason the process explained in this forum does not work for me. Any ideas? I must be doing something wrong. Thanks in advance.
mestradab said:
Hello, after installing blu_spark TWRP V9.91 i cannot get into Recovery anymore, the screen remains black and the led turns on. I need to restart and then reflash TWRP thru their update application. Im disabling Magisk modules and have even tried setting the core only mode but nothing seem to work. I have tried installing blu_sparks kernel and it works fine, only recovery TWRP does not work. Im stuck not being able to install the ltest update since normal TWRP does not support it and for some reason the process explained in this forum does not work for me. Any ideas? I must be doing something wrong. Thanks in advance.
Click to expand...
Click to collapse
I think you are on Oreo or decrypted and blu_spark TWRP v9.91 isn't compatible with that as far as I know, so ignore that part and try using previous version.
Hi, yes, I'm on Oreo but encrypted. Anyway, I tried with bluspark TWRP 9.85 which actually boots fine but when installing the update I get the same error as with official twrp, some zip compatibility error. I did delete compatibility.zip from the zip file but still doesn't doesnt do the trick.
Regards
mestradab said:
Hi, yes, I'm on Oreo but encrypted. Anyway, I tried with bluspark TWRP 9.85 which actually boots fine but when installing the update I get the same error as with official twrp, some zip compatibility error. I did delete compatibility.zip from the zip file but still doesn't doesnt do the trick.
Regards
Click to expand...
Click to collapse
Did you delete using Mixplorer??
Make sure you follow every word properly
I've been stressing all day to fix my 6T. I wiped my phone countless of times and every time I flash TWRP and magisk after, I lose WIFI. I don't know how to fix this, it never happened before. I tried resetting it in settings, nothing happened. I really need WIFI as my data is literally finished. This was after I clean installed 10.3.0. I literally have nothing in my phone and my data is backed up thankfully.
I have found a fix for this. If you have updated to 10.3.0 or new update or going to. Install it via download or local upgrade. and follow this method. Once I followed this method, my WIFI was fixed.
Quote:
Originally Posted by jp0469
Here's the simplest way to upgrade:
1. Flash latest full OTA via Local Updater [DON'T REBOOT]
2. In Magisk Manager, flash latest TWRP installer zip (the one called unofficial installer) from mauronofrio [DON'T REBOOT]
3. Still in Magisk Manager, Install (next to "Magisk is up to date") > Install > Install to inactive slot
4. Reboot
As an update: This method worked when I updated from 10.3.0 to 10.3.1. Everything was working fine.
There is an issue I have found. This method will make your system to boot into slot b, it still works as normal.
But if it bothers you that its slot b and not a, just redo the method again. It worked for me
Hey, thanks for crediting my post. I didn't know this would help with anyone's WiFi issue but I'm glad it did.
jp0469 said:
Hey, thanks for crediting my post. I didn't know this would help with anyone's WiFi issue but I'm glad it did.
Click to expand...
Click to collapse
Yeah, I literally been trying for hours to find a solution online to no provail. Luckily I found your post and I used it as a last resort. I was about to give up at that point. Your method is quite good actually, I can install a new android 10 update, TWRP and magisk at the same time. and reboot with everything there. No more repeated reboots for TWRP and magisk
Same problem
Could not turn my wifi on, couldnt place calls, snap pictures, set alarm. Im so glad i found this post, because it did help me and I didnt lose any data. I was already rooted.
chicoman21 said:
Could not turn my wifi on, couldnt place calls, snap pictures, set alarm. Im so glad i found this post, because it did help me and I didnt lose any data. I was already rooted.
Click to expand...
Click to collapse
Yeah, I honestly haven't found any posts about this. I just used the method as a last resort, I was honestly planning to give up and move to IOS ?.
Installing the 10.3.0 again via local upgrade will just remove TWRP and magisk, but if you follow the method you'll get TWRP and Magisk installed with WIFI working . I thought that using the old method from Nougat, Oreo to Pie would work with Q/10. Nope, now we have found a way to have root with verything working
raghu46j said:
Flashing Custom Kernels will fix the wifi issues,
I'm using BluSpark Kernel.
Click to expand...
Click to collapse
Ok, I didn't know that. But I don't use custom kernels tbh, I like to keep my device close to stock. I just have root, magisk modules, swift black stuff, TWRP, rooted apps which just improve the device and that's fine for me. I'm glad that it worked for you
raghu46j said:
Flashing Custom Kernels will fix the wifi issues,
I'm using BluSpark Kernel.
Click to expand...
Click to collapse
But BT keep disconnected and connected
Extreme_Ninja2099 said:
2. In Magisk Manager, flash latest TWRP installer zip (the one called unofficial installer) from mauronofrio [DON'T REBOOT]
Click to expand...
Click to collapse
I'm confused, how are you flashing from Magisk Manager?
OMGLOLetcetc said:
I'm confused, how are you flashing from Magisk Manager?
Click to expand...
Click to collapse
You can flash TWRP zip in modules. You press on modules, click on the plus button, find your TWRP zip file and press it. Then magisk will flash the zip, but don't reboot
Extreme_Ninja2099 said:
You can flash TWRP zip in modules. You press on modules, click on the plus button, find your TWRP zip file and press it. Then magisk will flash the zip, but don't reboot
Click to expand...
Click to collapse
Ah, that's the issue, I don't have the Modules option.
could anyone be kind enough to lead me to the zip? all i can find is the img for the unofficial twrp
TacTieTee said:
could anyone be kind enough to lead me to the zip? all i can find is the img for the unofficial twrp
Click to expand...
Click to collapse
Its in the download section of the recovery thread. Its called TWRP 3.3.1-30 Unofficial Installer by mauronofrio. Its not hard to find
https://androidfilehost.com/?fid=4349826312261677893
Hello everyone. I'm back. I'm gonna install 10.3.1 on my 6T. I'll try the method and let you guys know
@Extreme_Ninja2099 - How did you get on?
Cam we go straight from a rooted 9.0.17 to rooted 10.3.1 using the above mentioned method?
Static-Noise said:
@Extreme_Ninja2099 - How did you get on?
Click to expand...
Click to collapse
Its at the start of the thread. The method worked from 10.3.0 to 10.3.1. But my slot changed to B. I changed it back to A by re-doing the method again. Everything is fine with 10.3.1.
Goormeetsingh said:
Cam we go straight from a rooted 9.0.17 to rooted 10.3.1 using the above mentioned method?
Click to expand...
Click to collapse
I'm not sure tbh