Treble is working on Mi Max 3 - Xiaomi Mi Max 3 Guides, News, & Discussion

finally I unlocked my bootloader and tested installing several treble roms.
I dont know if I did it right, but it works.
--> only works if you have a firmware without Anti-Rollback. When Anti-Rollback is activated you will end up in EDL Mode !!!
Here's how I did it:
1. unlocking the bootloader
2. fastboot erase userdata
3. flashed the RedWolf Recovery because it has treble support
4. wiped everything (incl. format data --> yes)
5. flasehd no-verity-opt-encrypt-6.0.zip
6. installed xiaomi.eu rom zip (without doing that, no treble rom booted up)
7. after successful installation --> wipe = factory reset without rebooting
8. installed treble rom (A-ONLY = Pixel Experience & dotos worked)
9. flashed opengapps arm64 8.1 (not necessary for Pixel Experience)
10. flashed Magisk 16.7 (1671)
11. done
you should install Android SystemWebView from the PlayStore if it's not installed by default - otherwise a lot of apps are not working
Some roms had bootlops. Such as OmniRom and OmniRom Treskmod
Here are some cons:
- battery draining seems to be faster than miui rom
- brightness control is not perfect (even with the extra overlay)
- my Bose bluetooth headphones are connected but I don't hear anything (on pph it works fine)
- no 18:9 screen fitting for old apps (for example QuickPic Gallery)
After all, I think it will be fixed and it's a very good phone. Now I can sell my Samsung S8+

I got RR and AICP-mordiford working too following step 7-11 from Eu rom.
Thanks a lot for sharing.

yeaah!! thats the spirit!
Finally we're getting some rom flashing :laugh::laugh:

Is there a LineageOS 15.1 treble GSI available that would be suitable for this device?

stephendt0 said:
Is there a LineageOS 15.1 treble GSI available that would be suitable for this device?
Click to expand...
Click to collapse
https://forum.xda-developers.com/pr...evice-development/lineage-phh-treble-t3767690

stephendt0 said:
Is there a LineageOS 15.1 treble GSI available that would be suitable for this device?
Click to expand...
Click to collapse
bhammler said:
https://forum.xda-developers.com/pr...evice-development/lineage-phh-treble-t3767690
Click to expand...
Click to collapse
Anyone willing to try and see if it works?

SUPERUSER said:
Anyone willing to try and see if it works?
Click to expand...
Click to collapse
@bhammler, will the lineage OS posted above work on mi max 3?Anyone tried successfully, please list your recovery (red wolf I assume) and your steps on flashing. Please update us. Thank you! Still waiting on my mi max 3 to arrive, otherwise I'd try myself.

It's all said in my initial post. Official twrp is released and works too
Gesendet von meinem Phh-Treble with GApps mit Tapatalk

bhammler said:
It's all said in my initial post. Official twrp is released and works too
Gesendet von meinem Phh-Treble with GApps mit Tapatalk
Click to expand...
Click to collapse
Thanks buddy :highfive:

bhammler said:
finally I unlocked my bootloader and tested installing several treble roms.
I dont know if I did it right, but it works.
Here's how I did it:
1. unlocking the bootloader
2. fastboot erase userdata
3. flashed the RedWolf Recovery because it has treble support
4. wiped everything (incl. format data --> yes)
5. flasehd no-verity-opt-encrypt-6.0.zip
6. installed xiaomi.eu rom zip (without doing that, no treble rom booted up)
7. after successful installation --> wipe = factory reset without rebooting
8. installed treble rom (A-ONLY = Pixel Experience & dotos worked)
9. flashed opengapps arm64 8.1 (not necessary for Pixel Experience)
10. flashed Magisk 16.7 (1671)
11. done
Some roms had bootlops. Such as OmniRom and OmniRom Treskmod
Here are some cons:
- battery draining seems to be faster than miui rom
- brightness control is not perfect (even with the extra overlay)
- my Bose bluetooth headphones are connected but I don't hear anything (on pph it works fine)
- no 18:9 screen fitting for old apps (for example QuickPic Gallery)
After all, I think it will be fixed and it's a very good phone. Now I can sell my Samsung S8+
Click to expand...
Click to collapse
How much worse is battery drain?

RedMi92 said:
How much worse is battery drain?
Click to expand...
Click to collapse
not very bad: in standby around 2% per hour and with screen on around 7-8 hours

bhammler said:
not very bad: in standby around 2% per hour and with screen on around 7-8 hours
Click to expand...
Click to collapse
Great, thanks! will flash RR GSI as soon as i unlock BL.

SUPERUSER said:
Anyone willing to try and see if it works?
Click to expand...
Click to collapse
I did a quicck test on LineageOS 15.1 treble GSI. I have some problem with google play store (won't download) with the gapp version.. The vanilla version (plus pico opengapp) is working fine.
Red Wolf twrp -> wipe -> swipe to factory reset -> install -> install image -> xxx.-vanilla-nosu.img -> install -> open_gapp-xxxxpico-xxx.zip -> Reboot
Go back to recovery again to install magisk.

jngiag said:
I did a quicck test on LineageOS 15.1 treble GSI. I have some problem with google play store (won't download) with the gapp version.. The vanilla version (plus pico opengapp) is working fine.
Red Wolf twrp -> wipe -> swipe to factory reset -> install -> install image -> xxx.-vanilla-nosu.img -> install -> open_gapp-xxxxpico-xxx.zip -> Reboot
Go back to recovery again to install magisk.
Click to expand...
Click to collapse
Do you have issues with the brightness control as well?

opasha said:
Do you have issues with the brightness control as well?
Click to expand...
Click to collapse
I use this one: system.img for A-only ARM64 devices with GApps and SU
no errors so far. I had some errors with Opengapps and Mindthegapps.
After setting it up, I flashed Magisk 16.7. I'm using it now for 5 days and no problems

opasha said:
Do you have issues with the brightness control as well?
Click to expand...
Click to collapse
for the brightness I flashed the Brightness-Overlay (found it in the treble thread). Download the apk (https://forum.xda-developers.com/showpost.php?p=75630470&postcount=38), copy it to /vendor/overlay (rights: 644), connect phone to your pc with adb and type the following commands:
Code:
adb shell
su
mount -o rw,remount /system
mount -o rw,remount /vendor
chcon u:object_r:vendor_overlay_file:s0 /vendor/overlay;chcon u:object_r:vendor_overlay_file:s0 /vendor/overlay/framework-res__auto_generated_rro.apk
reboot
After a reboot I set the brightness to "0" and activated the adaptive brightness control.
That works good. Could be darker in the dark, but it's much better than before

bhammler said:
for the brightness I flashed the Brightness-Overlay (found it in the treble thread). Download the apk (https://forum.xda-developers.com/showpost.php?p=75630470&postcount=38), copy it to /vendor/overlay (rights: 644), connect phone to your pc with adb and type the following commands:
adb shell
su
mount -o rw,remount /system
mount -o rw,remount /vendor
chcon ubject_r:vendor_overlay_file:s0 /vendor/overlay;chcon ubject_r:vendor_overlay_file:s0 /vendor/overlay/framework-res__auto_generated_rro.apk
reboot
After a reboot I set the brightness to "0" and activated the adaptive brightness control.
That works good. Could be darker in the dark, but it's much better than before
Click to expand...
Click to collapse
Thanks so much for the helpful tips. Which treble rom do you like best?

opasha said:
Thanks so much for the helpful tips. Which treble rom do you like best?
Click to expand...
Click to collapse
I use this one https://forum.xda-developers.com/project-treble/trebleenabled-device-development/experimental-phh-treble-t3709659
It has no advanced settings For that I use xposed and GravityBox

bhammler said:
I use this one https://forum.xda-developers.com/pr...-development/experimental-phh-treble-t3709659
It has no advanced settings For that I use xposed and GravityBox
Click to expand...
Click to collapse
Do banking apps work with xposed running? I use magisk hide, but read xposed gives limitations. Thanks!

Can anyone please explain in a nutshell what treble is? I've searched Google but it's not clear.

Related

[GUIDE] Resurrection Remix 5.7.4 Final + XPOSED + SUPERSU + F2FS + GOODIX + ViPER

I used TheStrix recovery 3.0M4 for the entire procedure.
Apps that have to write alot to cache like google maps, google earth, are MUCH faster with F2FS.
Make a nandroid backup if you want to revert to your current rom (common sense, no?)
Short video showing all add-ons - https://youtu.be/p9Zyb3C4gQ4
1) First Step
a. install cm13 firmware or install marshmallow miui rom (when installing miui rom with miflash you must allow the rom to boot once to create a proper partition table then reboot to recovery and wipe)
b. wipe all except sd and internal storage
c. install rr or rr-fk rom
d. install gapps if desired (arm64 6.0)
e. reboot to system (this particular reboot can take up to five minutes, be patient)
f. allow setup screen to appear
g. reboot to recovery after 30 secs on setup screen
2) Second Step
a. clear ONLY dalvik
b. install xposed uninstaller (using the xposed uninstaller before installing the framework is the install method recommended by the xposed developers)
c. install xposed framework
d. reboot to system (this particular reboot can take up to five minutes, be patient)
e. allow setup screen to appear
f. reboot to recovery after 30 secs on setup screen
3) Third Step
a. install supersu
b. reboot to system
c. allow setup screen to appear
d. reboot to recovery after 30 secs on setup screen
e. install goodix fix if you have goodix fp
f. install radon or agni kernel ( if using radon 3.7 make sure to check permissive selinux for goodix, the default is now enforcing )
g. reboot to system
h. complete setup
h. install xposed apk
i. done!
4) Optional for ViPER4Android FX
a. install this version of busybox from play store - https://play.google.com/store/apps/details?id=stericson.busybox
b. open busybox app and allow smart settings to complete (takes 2-3 minutes)
c. click "install" button
d. open viper4android fx apk (link below) and install then open. when viper is installing the driver it may seem like it is hanging. it's not, be patient the driver takes about a minute to install
e. reboot
f. done
5) Optional for F2FS data and cache
a. reboot to recovery
b. install stock boot.img to boot partition
c. install radon or agni kernel ( if using radon 3.7 make sure to check permissive selinux for goodix, the default is now enforcing )
d. convert data and cache to f2fs
--- don't try to skip a step and install goodix patch here, you will get infinite boot logo ---
e. install radon or agni kernel again ( if using radon 3.7 make sure to check permissive selinux for goodix, the default is now enforcing )
f. reboot to system (this particular reboot can take up to five minutes, be patient)
g. allow setup screen to appear
h. for non-goodix (fpc) you are done. remember to install xposed apk when you complete setup and complete the steps below for viper4android fx if you installed it earlier.
i. for goodix reboot to recovery and continue to next step
j. install goodix_fp_8.zip
k. install radon or agni kernel ( if using radon 3.7 make sure to check permissive selinux for goodix, the default is now enforcing )
l. reboot to system
m. complete setup again
n. install xposed apk
o. done
---- only if you installed viper4android fx earlier ---
p. install this version of busybox from play store - https://play.google.com/store/apps/details?id=stericson.busybox
q. open busybox app and allow smart settings to complete (takes 2-3 minutes)
r. click "install" button
s. install viper4android fx apk
t. done!
NOTE: I'm not responsible for you breaking your phone, blah blah blah....
Caveats for F2FS users:
You won't be able to take nandroid backups with zcx, you will have to use a customized recovery like TheStrix M4 recovery that supports mounting f2fs partitions.
Caveats for Xposed:
Since RR has many customization features built in, don't expect all the customization features from modules to work. For example, xstana replaces all icons except the battery icon.
Working:
Everything except backlight duration controller in RR settings. Minimal considering the benefits....
Termux: You must use tsu in place of su to have a proper superuser shell. Just open termux and enter "apt-get update && apt-get install tsu" . After tsu package is installed always use tsu in place of su. tsu is a su wrapper for termux to give you a proper interactive shell. I found this out after su was no longer working correctly in termux. This is true for all CM13 based roms as far as I can tell. I am a happy person now. :victory:
LINKS:
TheStrix Recovery M4 - https://www.androidfilehost.com/?w=file-thanks&fid=24591000424943818&mid=130&download_id=38ii1lgrbetl9irha0pklm89s3&tid=1485389435&hc=62d9b8ba004f8a7fbdbd414846b06e9c60f15e12e6b940178fedf2ec4f4c373e
CM 13 Firmware Link - https://www.androidfilehost.com/?fid=24591000424951192
Unlocked emmc_appsboot.mbn - https://drive.google.com/file/d/0B2w-p-CP_G3FaXVFdWp1ODJOQm8/view?usp=sharing
RR 5.7.4 Final Link - https://basketbuild.com/devs/resurrectionremix/kenzo
RR-FK 5.7.4 Final Link - https://forum.xda-developers.com/showpost.php?p=69825653&postcount=376
OpenGapps Link - http://opengapps.org/
Xposed Uninstaller Link - http://dl-xda.xposed.info/framework/uninstaller/
Xposed Framework Link - http://dl-xda.xposed.info/framework/sdk23/arm64/
Xposed Apk Link - https://forum.xda-developers.com/attachment.php?attachmentid=3921508&d=1477916609
Supersu Link - https://download.chainfire.eu/1016
Radon Kernel Link - https://forum.xda-developers.com/redmi-note-3/development/kernel-t3414884
Agni Kernel Link - https://forum.xda-developers.com/redmi-note-3/development/kernel-25-09-2016-agni-purecm-mm-v1-6-t3469874
Goodix Patch Link - https://yadi.sk/d/YX644C9UvjMNj
ViPER4Android FX Link - https://drive.google.com/file/d/0B2w-p-CP_G3FdnItU2ZrNEZkcms/view?usp=sharing
pinned do it soon, thanks for guide
if i have flashed cm 14.1 firmware then flash again cm 13 firmware it wil locked bootloader or not ? what should i do ?
ozan6661 said:
pinned do it soon, thanks for guide
if i have flashed cm 14.1 firmware then flash again cm 13 firmware it wil locked bootloader or not ? what should i do ?
Click to expand...
Click to collapse
I would suggest flashing the latest global stable marshmallow miui fastboot rom via miflash. Make sure you replace emmc_appsboot.mbn with an unlocked version or else you will be with a locked bootloader and a bad attitude. Be careful with miflash as I have already soft and hard bricked my phone many times with it. If you aren't brave enough just wipe all partitions except internal storage and sdcard then flash cm13 firmware.
Kenzo fastboot global stable 8.1.1.0 link - http://en.miui.com/a-234.html
Choose the one that says "Redmi Note 3 Qualcomm Latest Global Stable Version Fastboot File Download"
Unlocked emmc_appsboot.mbn link - https://drive.google.com/file/d/0B2w-p-CP_G3FaXVFdWp1ODJOQm8/view?usp=sharing
Can you help me with https://forum.xda-developers.com/redmi-note-3/help/request-kenzo-alka-unofficial-bl-steps-t3541497
hyperorb said:
Can you help me with https://forum.xda-developers.com/redmi-note-3/help/request-kenzo-alka-unofficial-bl-steps-t3541497
Click to expand...
Click to collapse
replied just follow this tutorial will be great.
pabloa2 said:
I would suggest flashing the latest global stable marshmallow miui fastboot rom via miflash. Make sure you replace emmc_appsboot.mbn with an unlocked version or else you will be with a locked bootloader and a bad attitude. Be careful with miflash as I have already soft and hard bricked my phone many times with it. If you aren't brave enough just wipe all partitions except internal storage and sdcard then flash cm13 firmware.
Kenzo fastboot global stable 8.1.1.0 link - http://en.miui.com/a-234.html
Choose the one that says "Redmi Note 3 Qualcomm Latest Global Stable Version Fastboot File Download"
Unlocked emmc_appsboot.mbn link - https://drive.google.com/file/d/0B2w-p-CP_G3FaXVFdWp1ODJOQm8/view?usp=sharing
Click to expand...
Click to collapse
have full wipe and flashing recovery rom 8.1.1.0 with zcx and follow the instruction and the last thanks for the rom i use RR-FK work without problem.
Thanks for the guide but can you clarify this which is written in bold " Guide up for Resurrection Remix 5.7.4 + XPOSED + Supersu + F2FS + Goodix or FPC FP (Thoroughly Tested)
It's a little lengthy but now I just might have the most badass phone in the universe... Cheers!"
Can you post Benchmarks/ battery usage etc?
Is this even any good? What are the benefits
Dalbin Reji said:
Is this even any good? What are the benefits
Click to expand...
Click to collapse
Um.... Let's see.... RR with f2fs and xposed.... Lol... Look man if you can't take 30 minutes to try something yourself, I don't know what to tell you honestly....
hayabusa_ryu said:
Thanks for the guide but can you clarify this which is written in bold " Guide up for Resurrection Remix 5.7.4 + XPOSED + Supersu + F2FS + Goodix or FPC FP (Thoroughly Tested)
It's a little lengthy but now I just might have the most badass phone in the universe... Cheers!"
Can you post Benchmarks/ battery usage etc?
Click to expand...
Click to collapse
Here I'll clarify it for you. "Resurrection Remix 5.7.4 + XPOSED + Supersu + F2FS + Goodix or FPC FP"
You removed the fourth step? Also please post antutu benchmark and SOT. You should also post steps to return back to stock in case someone does not like this.
hayabusa_ryu said:
You removed the fourth step? Also please post antutu benchmark and SOT. You should also post steps to return back to stock in case someone does not like this.
Click to expand...
Click to collapse
i got 7h SOT with LTE and unstable signal, my antutu is 70k with radon 3.5 with all stock
I have gotten ~76000 with with stock kernel and rom. SOT, I never noticed but it is good in dual sim setting, LTE and 3g + data always on and WiFi Hotspot too.
hayabusa_ryu said:
You removed the fourth step? Also please post antutu benchmark and SOT. You should also post steps to return back to stock in case someone does not like this.
Click to expand...
Click to collapse
Post steps to return to stock? Ok... Make nandroid backup. Restore nandroid backup.......
ozan6661 said:
i got 7h SOT with LTE and unstable signal, my antutu is 70k with radon 3.5 with all stock
Click to expand...
Click to collapse
Thats kernel or, screen brightness is close to 100. I'm getting the same as always with radon kernel 3.6 stock balanced. 7 hrs with brightness at 100 and 10-11 hrs with screen at appx 50 percent. Antutu with stock balanced radon 3.6 and balanced battery profile, 76k.
ozan6661 said:
i got 7h SOT with LTE and unstable signal, my antutu is 70k with radon 3.5 with all stock
Click to expand...
Click to collapse
Make you are on latest miui firmware. I have LTE and signal is rock solid. As always, wipe all, followed by format data, followed by flashing latest miui firmware. Then flash your marshmallow roms.
hayabusa_ryu said:
You removed the fourth step? Also please post antutu benchmark and SOT. You should also post steps to return back to stock in case someone does not like this.
Click to expand...
Click to collapse
I removed a lot of steps because i didn't know about the strix recovery m4 version which solves many problems. I added a new fourth step just for you.
pabloa2 said:
Here I'll clarify it for you. "Resurrection Remix 5.7.4 + XPOSED + Supersu + F2FS + Goodix or FPC FP"
Click to expand...
Click to collapse
Av tried this before and it's not as complicated as you make it sound
Dalbin Reji said:
Av tried this before and it's not as complicated as you make it sound
Click to expand...
Click to collapse
It was complicated as hell until i found strix m4 recovery then things became a WHOLE lot easier. anyways if you don't want to try the rom and just want to say stupid things for no reason, go somewhere else. it took me almost a week pinning down the most direct, fastest way of accomplishing what i wanted. rr with xposed, supersu, f2fs, goodix fp, and viper audio. it's good there's lots of people out there that actually do things with their time instead of talking nonsense on some random xda thread. Now that I figured out all the steps through trial and error because RR never wants to boot if you do one little thing wrong of course it's easy. It took me around 10 hours of total time to figure out the exact steps so RR wouldn't freeze on the boot logo. Do you want to try another method? Be my guest, have fun looking at the RR logo for the next 10 hours. Oh, and don't forget to spend an hour writing a guide about how you did it too.... thanks.
When flasing the RR-fk waht should i do with the Device tree? Can u give the link for me to learn? Search in google and confuse which i should read first... Thx before
CalebWang said:
When flasing the RR-fk waht should i do with the Device tree? Can u give the link for me to learn? Search in google and confuse which i should read first... Thx before
Click to expand...
Click to collapse
The rr-fk rom is BUILT WITH an optimized device tree. before you ask the same question on two different threads read the answer carefully.

PSA - DotOS 8.1 for Huawei Hi6250 devices works flawlessly

I was about to give up and go back to stock but lo and behold I got ahold of a link to a really nice GSI for our Honor 7x devices, and any other device with the Hi6250 chipset. It has worked flawlessly on my BND-L24 and doesn't give me weird uncertified device and internal storage errors like the treble GSI found in the treble ROM forums.
Download link (2nd time just in case) - https://forum.xda-developers.com/p8lite/p8-lite-2017-development/rom-dotos-8-1-huawei-hi6250-t3793970
Open GApps (I use Pico) - https://opengapps.org
Treble GSIs (Why not) - https://github.com/phhusson/treble_experimentations/wiki/Generic-System-Image-(GSI)-list
Latest Magisk (Beta for fixed bugs and whatnot) - https://forum.xda-developers.com/apps/magisk/beta-magisk-v13-0-0980cb6-t3618589
Installation instructions -
crayonicle said:
I assume you have this TWRP installed, if not, install it: TWRP
Alright, let's install.
1. Boot into TWRP
2. Go to wipe - advanced wipe
3. Wipe all but SD card
3. Then go back to wipe.
4. There is an option next to advanced wipe, forgot what it was. (I think it was "Format Data")
5. Tap that option and type "yes"
6. Reboot back into TWRP
7. Flash the ROM and flash Open GApps right after flashing the ROM (I used Pico Open GApps)
8. Do a factory reset, wipe Cache, Dalvik / ART cache, and Data in advanced wipe just to be sure.
9. Reboot
Click to expand...
Click to collapse
EDIT: I'm no longer on this ROM so if there are bugs and you want me to reproduce them, I can not help you. Sorry, I need a more stable ROM for our Honor 7x's than this one. Thanks for understanding.
It's not the best idea to wipe with TWRP. It's better to do it with stock recovery or manually with fastboot.
Hi !
Does it work on BND-L21C432 ? What are the steps to install the rom ? Does it have to be EMUI 8.0 ?
Thank you for your work on this rom!
flashing this i hope the battery sot is good
Thanks for pointing this Rom out crayonicle, just flashed it and it's freaking great!!
jmoss1972 said:
Thanks for pointing this Rom out crayonicle, just flashed it and it's freaking great!!
Click to expand...
Click to collapse
Well until i flashed magisk and now all i get after flashing the rom is stock recovery
imHadees said:
It's not the best idea to wipe with TWRP. It's better to do it with stock recovery or manually with fastboot.
Click to expand...
Click to collapse
Yeah, you're right, I could end up messing up partitions and whatnot...
But I'm known for being careless ¯\_(ツ)_/¯
DaRkLinK_35 said:
Hi !
Does it work on BND-L21C432 ? What are the steps to install the rom ? Does it have to be EMUI 8.0 ?
Thank you for your work on this rom!
Click to expand...
Click to collapse
Yes, this ROM will run on your device!
Well, I didn't make this ROM at all, I'm just here to share it...
I already showed you the steps, read the original post!
You must be on EMUI 8 or you will brick your device!
jmoss1972 said:
Well until i flashed magisk and now all i get after flashing the rom is stock recovery
Click to expand...
Click to collapse
Did you flash the latest Magisk Beta?
Usually that is the one that works, or you can find a treble-compatible version of Magisk to flash.
crayonicle said:
Did you flash the latest Magisk Beta?
Usually that is the one that works, or you can find a treble-compatible version of Magisk to flash.
Click to expand...
Click to collapse
Yes I flashed the 16.4, not sure what happened. I can get into twrp, tried wiping and flashing the DotOs image again but all it does is boot into Huawei recovery. When I get home I will try downloading the stock firmware from the MT website and if I can get it to boot up Ill try flashing DotOs again.
jmoss1972 said:
Yes I flashed the 16.4, not sure what happened. I can get into twrp, tried wiping and flashing the DotOs image again but all it does is boot into Huawei recovery. When I get home I will try downloading the stock firmware from the MT website and if I can get it to boot up Ill try flashing DotOs again.
Click to expand...
Click to collapse
Hmmmm... I flashed Magisk fine here...
Hope you get it working again :good:
crayonicle said:
Hmmmm... I flashed Magisk fine here...
Hope you get it working again :good:
Click to expand...
Click to collapse
How's it compared to lineage 15.1? How's battery life? Post few screenshots and check whether substratum works or not? TIA
Tried flashing gapps linked and get an error about gapps isnt compatible. Tried flashing 8.0, 8.1 and 7.1.2 gapps and none work.
Hell yeah got the phone operational again, time to get back to flashing.
Username.php said:
How's it compared to lineage 15.1? How's battery life? Post few screenshots and check whether substratum works or not? TIA
Click to expand...
Click to collapse
More features than Lineage and the SOT seems to be higher
Substratum only works with Magisk or other root installed
Screenshots: Google Drive link
tlxxxsracer said:
Tried flashing gapps linked and get an error about gapps isnt compatible. Tried flashing 8.0, 8.1 and 7.1.2 gapps and none work.
Click to expand...
Click to collapse
Most likely there is something wrong with what you're using to flash the GApps, like the SD card, USB OTG, etc. Try switching it out.
But before doing all that, first flash the ROM, and then reboot again into TWRP and try flashing it if that makes a difference. Make sure you're flashing the ROM like the original post says.
crayonicle said:
Most likely there is something wrong with what you're using to flash the GApps, like the SD card, USB OTG, etc. Try switching it out.
But before doing all that, first flash the ROM, and then reboot again into TWRP and try flashing it if that makes a difference. Make sure you're flashing the ROM like the original post says.
Click to expand...
Click to collapse
Trust me, I am. ROM boots up fine though.
crayonicle said:
Hmmmm... I flashed Magisk fine here...
Hope you get it working again :good:
Click to expand...
Click to collapse
It was there all along, I'm a moron. It was in the settings menu.
crayonicle said:
I was about to give up and go back to stock but lo and behold I got ahold of a link to a really nice GSI for our Honor 7x devices, and any other device with the Hi6250 chipset. It has worked flawlessly on my BND-L24 and doesn't bootloop like the treble GSI found in the treble ROM forums.
Download link (2nd time just in case) - https://forum.xda-developers.com/p8lite/p8-lite-2017-development/rom-dotos-8-1-huawei-hi6250-t3793970
Open GApps (I use Pico) - https://opengapps.org
Treble GSIs (Why not) - https://github.com/phhusson/treble_experimentations/wiki/Generic-System-Image-(GSI)-list
Latest Magisk (Beta for fixed bugs and whatnot) - https://forum.xda-developers.com/apps/magisk/beta-magisk-v13-0-0980cb6-t3618589
Installation instructions -
Click to expand...
Click to collapse
That's great! Definitely giving this one a try
I recommend it, working great for me as well.
Is it just me or does the inbuilt UI tweaker not work? I can change the accents but not the settings and quicksettings background

[Guide] Install Lineage OS 17 and AOSiP (Android 10) GSI on Mi Max3

** Post updated on 01/10/19 to include AOSiP GSI **
After trying out a lot of Android 10 GSIs, I have managed to get Lineage OS 17 and AOSiP GSI builds by Erfan to run on Mi Max 3. Thanks to the Dev erfanoabdi and his team who have worked on these.
On Mi Max 3 they are very smooth when they are working. However, certain apps can trigger freezing episodes or forced reboots. AOSiP seems smoother and more stable for now. Both are almost stock with no customization. Over all they are still buggy, just usable, and not reliable.
I am not a developer! Try at your own risk!!
** PLEASE NOTE: You would need to be on one of the AOSP- or LOS-based custom Pie Roms with firmware version 9.9.3 (as base) before flashing this rom. Havoc and AEX have been confirmed to work**
Here are the steps
What you would need:
1. GSI Android 10 Rom:
a. Lineage 17 GSI by Erfan: lineage-17.0-Aonly-10-20190909-ErfanGSI.img.7z
b. AOSiP
2. Permissiver_v4.zip
3. FixZygote_v2.zip
4.open_gapps-arm64-10.0-nano-20190920-UNOFFICIAL.zip
5. Magisk 19.4
6. Any file extractor app. I used ZArchiver from Play store.
Installation Steps.:
1. Extract system image from Android 10 GSI zipped file using app of your choice (ZArchiver in my case)
2. Boot into your recovery (I used Nijel's TWRP 3.2.3-3 and 3.2.3-4)
3. Back up your current ROM
4. Wipe data, system, art/davlik and cache
5. Tap install. Then tap ''Image''. Then select the (extracted) Lineage-17 system image, then tap System. Swipe to install.
6. Install Permissiver_v4 zip file.
7. Install FixZygote_V2 zip file
8. Install Magisk 19.4 zip file.
9. Boot into system. Tap ''OK'' on the screen pop up.
10. Reboot into TWRP.
11. Install OpenGaps.
13. Reboot system and set up your phone.
14. Reboot phone and start using.
What works
1. Mobile data, Wifi and bluetooth
2. Phone calls and messaging including dual sim
3. Playstore
4. Rooting with Magisk
5. Finger print reader
6. Gestures are amazing. Dark mode great!
Bugs
1. Stock camera and torch light do not work.
2. Slider does not control brightness
3. Chrome browser freezes. . Firefox and Via browser running smoothly.
4. Camera and video apps force-close or cause random reboots
Where are the links to the packages and why you install two different gapps (Bitgapps&Opengapps)???
L_e_x_t_e_r said:
Where are the links to the packages and why you install two different gapps (Bitgapps&Opengapps)???
Click to expand...
Click to collapse
There are no links to the packages as I wasn't certain of the XDA rules on links to other websites. Just google them and they are easy to find.
I tried just open gapps or just BitGaps and didn't work. Flashing BitGaps first appeared to point the Open Gapps to the right partition, and that worked.
Thanks for posting but very confusing without links. I know what mean about the rules but you can link the page for the GSI not the download etc
shingers5 said:
Thanks for posting but very confusing without links. I know what mean about the rules but you can link the page for the GSI not the download etc
Click to expand...
Click to collapse
I understand.
Thanks to the Nesh Patel at Tweakguy for the links.
My thanks to the devs who have worked on these.
Here are the links:
For Lineage GSI: https://github.com/resk84/releases/...ineage-17.0-Aonly-10-20190909-ErfanGSI.img.7z
For permissive: https://androidfilehost.com/?fid=600693192411788649
For bitzygote:
https://androidfilehost.com/?fid=1395089523397961748
Permissive link not working
shingers5 said:
Permissive link not working
Click to expand...
Click to collapse
Missed one digit at the end.
Permissiver link:
https://androidfilehost.com/?fid=6006931924117886495
This won't boot on global mix max 3 boot loop with both Nigel mod and orangefox recoveries. No work for global 4gb 64gb ROM model
shingers5 said:
This won't boot on global mix max 3 boot loop with both Nigel mod and orangefox recoveries. No work for global 4gb 64gb ROM model
Click to expand...
Click to collapse
I was on the latest Havoc Rom for Mi Max 3. Also my hardware is 6GB 128GB.
I tried a lot of the Android 10 GSIs and this was the only one that booted. The sequence has to be exactly same as in my post to boot.
Also, I don't know if it may have to do with your vendor. I didn't wipe and then flash the device-specific vendor firmware as suggested in some GSI how-to's.
So you were on an android pie ROM and flashed android 10 over it without wipe? I was on miui 11 before flash on global device
shingers5 said:
So you were on an android pie ROM and flashed android 10 over it without wipe? I was on miui 11 before flash on global device
Click to expand...
Click to collapse
Yes Havoc Pie Rom. I wiped davlik/art, system, data and cache only. Then proceeded exactly as outlined in my post. I have just flashed the LOS 17 again with my steps and it boots.
stonesolouk said:
Yes Havoc Pie Rom. I wiped davlik/art, system, data and cache only. Then proceeded exactly as outlined in my post. I have just flashed the LOS 17 again with my steps and it boots.
Click to expand...
Click to collapse
first attempt
i had derpfest AOSIP so i flashed LOS 17 over that with no wipe then the permissive and fix zip and it booted with errors. gestures for home works but edges dont. also kept fail on system etc
2nd attempt
flashed derpfest AOSIP then reboot
back to recovery then wipe as you did flash LOS17 then permissive and fix zips then reboot. boots up but same as before home gesture works and dark mode etc but edges don't. the bitgapps dont flash and open gapps nano causes bootloop on its own
3rd attempt gonna try with firmware 9.9.3 and flash without wipe vendor like the old days to see what happens
Got it good as I can for now
Flashed and booted AEX 6.7
Back to recovery and wiped as you say and not vendor
Flashed LOS 17 image then permissive and fix zips and magisk
Reboot
Didn't need flash 2 gapps just open gapps nano and reboot
Seems good apart from obvious
Brightness doesn't work
Camera
Battery drain very high
shingers5 said:
Got it good as I can for now
Flashed and booted AEX 6.7
Back to recovery and wiped as you say and not vendor
Flashed LOS 17 image then permissive and fix zips and magisk
Reboot
Didn't need flash 2 gapps just open gapps nano and reboot
Seems good apart from obvious
Brightness doesn't work
Camera
Battery drain very high
Click to expand...
Click to collapse
That's great. It settles down after a few more boots. I will update my post with your findings.
Brightness and all edge gestures work for me though.
stonesolouk said:
That's great. It settles down after a few more boots. I will update my post with your findings.
Brightness and all edge gestures work for me though.
OK cool. Hopefully someone can get it working fully or at least stable enough for daily use
Click to expand...
Click to collapse
And what about the AOSIP-Aonly-10-20190924-ErfanGSI.7z? Do I flatten the Lineage-17.0-Aonly-10-20190909-ErfanGSI.img or do I have to decide between one of them?
Does not herfor from the instructions
rudiratlos57 said:
And what about the AOSIP-Aonly-10-20190924-ErfanGSI.7z? Do I flatten the Lineage-17.0-Aonly-10-20190909-ErfanGSI.img or do I have to decide between one of them?
Does not herfor from the instructions
Click to expand...
Click to collapse
Yes it is one or the other.
You could try each one separately, then decide the one you prefer. AOSiP seems more fluid and stable.
Thank you for your prompt reply
What's the report on AOSIP as I haven't tried it yet. Wish someone would take the gsi and get it stable
shingers5 said:
What's the report on AOSIP as I haven't tried it yet. Wish someone would take the gsi and get it stable
Click to expand...
Click to collapse
It is smoother and more stable compared to LOS 17 but brightness slider and camera still don't work.

GSI Havoc-OS v3.12 Official Android 10 for Samsung Galaxy A51

Note:
1. Your phone Unlock Bootloader >> Click here for tutorial Unlock Bootloader
2. TWRP >> Click here to install TWRP for A51
3. Making GSI_Flasher >> Click here how to make GSI Flasher
Link download
Havoc-OS-v3.12-20201230-Official-GApps-arm64-ab.img.xz
All files >> Click here
A51:
1. Enter TWRP Recovery
2. Wipe >> format data >> yes >> reboot recovery
3. Entering recovery.
4. Wipe >> advanced wipe >> cache, dalvik cache, data
5. Transfer file your GSI zip file from PC/laptop to internal storage or SDCard
6. Install >> choose GSI zip file >> flash
7. Reboot system
8. ± 20 second entering welcome screen
9. Done
Additional
1. You can flash magisk if want to root
2. If you get bootloop, flash Disable Dm-Verity
Credit to
@SKULSHADY
@ianmacd
@phhusson
@soulr344
@redymedan
@topjohnwu
Nice! Will try it out when i figure out how to install twrp
Macke444 said:
Nice! Will try it out when i figure out how to install twrp
Click to expand...
Click to collapse
I already posted about Installed twrp
Hi, I have twrp up and running, did not flash havoc yet because i´m not sure hot to flash gapps. Should i follow th same procedure as with havoc os XZ file?
rufinotereso said:
Hi, I have twrp up and running, did not flash havoc yet because i´m not sure hot to flash gapps. Should i follow th same procedure as with havoc os XZ file?
Click to expand...
Click to collapse
For Samsung Galaxy A51
You can download GSI Havoc OS include gapps
Havoc OS Include Gapps >> just click and download
I can't find the gsi.xz file from point 2 in any way, so I can rename it, what should I do?
visioner_vs said:
I can't find the gsi.xz file from point 2 in any way, so I can rename it, what should I do?
Click to expand...
Click to collapse
I already update, so you don't get confused
I have been using it for a week now and i can say that this is quite stable, the only bugs i have ran into were:
*The fingerprint scanner being always active on the lockscreen, so if you want to write your password and it contains words that are on the scanner, the scanner wont let you write
*The camera only detects 12 mp max, I used the stock one and gcam and they both have max 12 mp
Everything else, battery, performance, root stability, etc is better than the stock rom.
iirx121 said:
I have been using it for a week now and i can say that this is quite stable, the only bugs i have ran into were:
*The fingerprint scanner being always active on the lockscreen, so if you want to write your password and it contains words that are on the scanner, the scanner wont let you write
*The camera only detects 12 mp max, I used the stock one and gcam and they both have max 12 mp
Everything else, battery, performance, root stability, etc is better than the stock rom.
Click to expand...
Click to collapse
Hello
1. I dont use lockscreen, but if you want using lock screen you can choose pin, password, pattern, keep fingerprint off
2. - For camera, I use this two app Open Camera and Footej Camera 2
Using Havoc third day straight, must say that is pretty much stable, no problems so far/without installed magisk so no comment on that/ and much better than Pixel Experience with whom I faced constant random reboots. Fast and smooth
Bange said:
Using Havoc third day straight, must say that is pretty much stable, no problems so far/without installed magisk so no comment on that/ and much better than Pixel Experience with whom I faced constant random reboots. Fast and smooth
Click to expand...
Click to collapse
Hope you enjoy using GSI Havoc

Installed android 12 beta GSI. any way to get google apps?

I just installed the ARM64 GSI adapting the steps from https://www.xda-developers.com/android-12-beta-gsi/
let me share:
I rebooted into recovery (had twrp flashed as recovery and lineageos 18.1 as system)
flashed lineageos recovery directly for fastbootd (I could have done it from lineage itself and su tho):
Code:
adb push /path/to/lineageos-recovery.img /cache/lineageos-recovery.img
Code:
adb shell
Code:
cat /cache/lineageos-recovery.img > /dev/block/by-name/recovery
rebooted again into recovery (to lineageos recovery)
entered fastboot mode
followed the fastboot steps in https://www.xda-developers.com/android-12-beta-gsi/
rebooted into system
and it booted! still carrying many lineageos settings since it turns out lineageos recovery ignored fastboot -w
anyway. Google apps were crashing and I thought it was because it didn't wipe user data. so I did that, rebooted, and... well, the GSI does not come with google apps. any way to get them from the Pixel's GSIs?
attaching pictures I took with my phone because the OS is super barebones without google apps so it's kinda meh and I also want you to see it's the tablet
ok so if you do this, flash the ones with GMS so you have google apps
tomatoketchup said:
ok so if you do this, flash the ones with GMS so you have google apps
Click to expand...
Click to collapse
How is the experience with this rom?
Being a GSI, do we still have Atmos ?
shaitan667 said:
How is the experience with this rom?
Being a GSI, do we still have Atmos ?
Click to expand...
Click to collapse
well, there's no UI for picking the accent color or icon shapes which is irking me big time. now with beta 2 more stuff got updated to what was shown at I/O, like the notification shade. it is laggy. I wouldn't recommend it unless you really can't wait for release. I don't know if it has Atmos but I doubt it

Categories

Resources