I have installed twrp, and whene I try to boot to fastbootd, ends up in twrp, how to boot to fastbootd? I use "fastboot reboot fastboot", after that reboot to twrp, @AndroidHQ254
![]()
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
I did it thxHi I want to edit system file but cant mount in rw because of the android 10.
How can you take your system.img and edited? I want to take backup and after that I want to edit.
Can you tell me?
Regards..
Hi
i install havoc and after that i went to flash offical miui rom, mi flash give me anti-rollback error!
then i decide to use twrp and install miui.zip file but cant boot twrp
FAILED (remote: 'Failed to load/authenticate boot image: Load Error')
how can i go back to miui?!
I have installed latest Havoc OS 3.8 , do i still need to flash the above combo fix ?
I have installed twrp, and whene I try to boot to fastbootd, ends up in twrp, how to boot to fastbootd? I use "fastboot reboot fastboot", after that reboot to twrp, @AndroidHQ254
Ho ok, thanks, I will do that, another thing, there's another twrp by Alex, that you can do a format data, it's possible to flash img using this way?
If I dont use magisk module for audio, ringtones for alarm and calls dont work but if i use it bluetooth is laggy.
3.5mm jacks not working with or without modules.
this is exactly my problem as well. i hope theres a fix, i really like the battery life in gsi roms
Fingerprint not working and 3.5mm jack earphones not detected/no sound on Havoc OS 3.7, 3.8 with all fix modules applied.
Fingerprint not working (3.5mm jack earphones worked at first but fails for sometime idk) and laggy interface when bluetooth audio is connected on latest AOSP with all fix modules applied.
Requoting my previous post. audio doesnt work with and without the audio fix module
/*
* 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.
*/
fastboot -w
fastboot reboot fastboot
fastboot erase system
fastboot flash system nameofGSI.img
fastboot reboot bootloader
fastboot reboot
@AndroidHQ254 Thank you for this guide, will there be a Bluetooth audio fix from you?