• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM][GSI] Android 10 GSI On Mi Note 10 Lite (toco)

AndroidHQ254

Senior Member
Sep 14, 2013
173
50
28
Kagumo
androidhq254.blogspot.com


Code:
/*
 * Your warranty is now void.
 *
 * I am not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed. Please
 * do some research if you have any concerns about features included in this ROM
 * before flashing it! YOU are choosing to make these modifications, and if
 * you point the finger at me for messing up your device, I will laugh at you.
 */
The Mi Note 10 Lite (toco) has been with us for not that long but has proved to be a pretty awesome device. There is also not much development on the device as at the time of writing this article but @mauronofrio has managed to build a Test-TWRP that you can learn more about HERE. Toco launched with Android 10 out of the box which brings about dynamic partitioning which TWRP has not yet supported. The good thing is that this has not prevented us from being able to tinker with the device once you have the bootloader unlocked. I have managed to set up a GSI on my unit and I will lay out the process I followed here for any other user who want to try.

GSIs Tested

HavocOS v3.7 Link (arm64-A/B) - Credits to @turboxluke - 09/07/2020 with July security patch
HavocOS v3.6 Link (arm64-A/B) - Credits to @turboxluke
AOSP 10.0 v220 Link (arm64-A/B) - Credits to @phhusson

Known Issues

FOD
Bluetooth audio - Fixed on 09/07/2020 - Check the 1st fix in the Fixes section

Let me know in case of other issues arising

Instructions For Flashing:

1. Download GSI with Gapps (Recommended since TWRP is not fully functional)

2. Extract the compressed GSI zip to reveal the *.img file

3. Backup your important data as this process will wipe your data

4. Reboot your Mi Note 1o Lite into bootloader mode

5. Launch a command interface in the folder containing the GSI
Type the commands below in the sequence they are in (NB: Device has to be in bootloader mode)

Code:
fastboot -w
fastboot reboot fastboot
fastboot erase system
fastboot flash system nameofGSI.img
fastboot reboot bootloader
fastboot reboot
6. Set up your device after first-time boot, establish root with Magisk and apply the fixes below


GSI Fixes

1. Audio Stutter Fix
  • This is the first, simple and MOST RECOMMEDED method to fix Audio Stutter is to navigate to Settings > Phh Treble Settings > Misc features > and tick the "Disable audio effects" option as shown with the attached image. This method will have all the audio working including the Bluetooth Audio. I fiddled with the various options and got to this fix and thank you to @alex.msk-dev for testing to confirm this fix. 09/07/2020

  • Audio stutter fix Magisk Module @AndroidHQ254 - Flash in Magisk

2. Adaptive brightness fix (Updated on 09/07/2020) @AndroidHQ254 - copy to /system/overlay/ folder and set rw-r-r permisions

3. GSI lag fix @alex.msk-dev - Flash in Magisk

4. GSI_Fix_havoc3.6_toco_v2 | Mirror by @alex.msk-dev (Flash this fix with Magisk on Havoc 3.6 ONLY)

This HavocOS v3.6 Magisk Module fixes;

Add lawnchair (full work 10-Q)
Fixed SafetyNet
Fixed work Gpay
Add aptX and aptXHD
Fix margins and rounding status bar
Delete stock ShadyQuickStep launcher
Add support AOD, 3.5 jack.
Add power_profile
Add native brightness settings


5. ComboFix_GSi_toco070720 by @alex.msk-dev (Flash this fix with Magisk on ANY GSI)

09/07/2020 This GSI Combo Magisk Module fixes;

* add lawnchair (full work 10-Q)
* fixed SafetyNet
* fixed work Gpay
* Add aptX and aptXHD
* Delete stock ShadyQuickStep launcher (HavocOS)
* Add support AOD, 3.5 jack.
* Add power_profile
* Add native brightness settings


Downloads:

Find download links above in the "GSIs Tested" section

Sources:

Overlay

Credits

Alex Msk (alex.msk-dev) @ XDA


Support
Hello, if you like my work, you may support me by donating:
PayPal




XDA:DevDB Information
Android 10 GSI On Mi Note 10 Lite (toco), ROM for the Xiaomi Mi Note 10

Contributors
AndroidHQ254
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: Clean Stock Firmware

Version Information
Status: Beta
Beta Release Date: 2020-07-01

Created 2020-07-01
Last Updated 2020-07-11
 

AndroidHQ254

Senior Member
Sep 14, 2013
173
50
28
Kagumo
androidhq254.blogspot.com
Manual not working for me. My bootloader is unlocked and Miui 11.0.10.0(QFNEUXM) software is on the device.
Seems you have a driver issue that is why you are stuck at that waiting message. I faced a similar issue and what I did was to disable driver signature enforcement on my Windows 10 and then installing the drivers. You can also substitute the fastboot -w command with going to the stock recovery and performing a factory reset.
 

harry0815

Member
Sep 15, 2013
12
6
3
Rhein Main
Seems you have a driver issue that is why you are stuck at that waiting message. I faced a similar issue and what I did was to disable driver signature enforcement on my Windows 10 and then installing the drivers. You can also substitute the fastboot -w command with going to the stock recovery and performing a factory reset.
OK Thank you, I now have the HavocOS v.3.6 rom on it, but I can't get it to copy the adaptive brightness fix, I'm using Root Explorer, it has root rights, my device is also rooted, what am I doing wrong?
 

AndroidHQ254

Senior Member
Sep 14, 2013
173
50
28
Kagumo
androidhq254.blogspot.com
Post Updated!

09/07/2020 Changelog:

1. Audio stutter fix without breaking Bluetooth Audio or use of a magisk module
2. Updated the overlay - now enable AOD, tweaked auto-brightness values...
2. Lag fix for that extra smooth experience
3. A GSI combo module - Previously it was just for HavocOS
4. Added link for the latest HavocOS v3.7 GSI with the July security patch
 
  • Like
Reactions: harry0815