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

Search This thread

Top Liked Posts

  • There are no posts matching your filters.
  • 9
    6cbuZcO


    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
    1
    @AndroidHQ254 Thank you for this guide, will there be a Bluetooth audio fix from you?

    I am exploring possible fixes so the one that works will be posted here
    1

    Your image cannot be loaded. Kindly upload a viewable image
    1
    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
    1
    @touseefiqbal1 For me it was so that the device from the Fastbootd picture was no longer recognized by Windows 10 64Bit correctly, so when the device was in the Fastbootd picture, I unplugged the device from the PC and attached it again, then I unzipped the Latest-ADB-Installer.zip from the attachment to the PC and the contained Latest-ADB-Installer.bat executed as an administrator so that the drivers were then correctly installed and I could flash everything as in the description on page 1.