[ROM][GSI] Android 10 GSI On Mi Note 10 Lite (toco) - Xiaomi Mi Note 10 Lite ROMs, Kernels, Recoveries,

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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

Reserved

Havoc GSI is working on tucana too btw

ItsBen12000 said:
Havoc GSI is working on tucana too btw
Click to expand...
Click to collapse
But the installation method is not similar to that of tucana

@AndroidHQ254 Thank you for this guide, will there be a Bluetooth audio fix from you?

harry0815 said:
@AndroidHQ254 Thank you for this guide, will there be a Bluetooth audio fix from you?
Click to expand...
Click to collapse
I am exploring possible fixes so the one that works will be posted here

Failed

m_a_omar said:
Failed
Click to expand...
Click to collapse
Your image cannot be loaded. Kindly upload a viewable image

Manual not working for me. My bootloader is unlocked and Miui 11.0.10.0(QFNEUXM) software is on the device.

harry0815 said:
Manual not working for me. My bootloader is unlocked and Miui 11.0.10.0(QFNEUXM) software is on the device.
Click to expand...
Click to collapse
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.

Failed (waiting for device) stuck in fastbootd mode only

AndroidHQ254 said:
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.
Click to expand...
Click to collapse
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?

harry0815 said:
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?
Click to expand...
Click to collapse
The fix is a Magisk Module so install it in Magisk

m_a_omar said:
Failed (waiting for device) stuck in fastbootd mode only
Click to expand...
Click to collapse
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.

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

@AndroidHQ254
Wow!! Fantasic! In other words..no more bugs apparently?

Yes Bluetooth audio now works really well, thanks to AndroidHQ254:good:

nfraccar said:
@AndroidHQ254
Wow!! Fantasic! In other words..no more bugs apparently?
Click to expand...
Click to collapse
FOD remaining as of now. We hope to get a fix soon too for that

harry0815 said:
Yes Bluetooth audio now works really well, thanks to AndroidHQ254:good:
Click to expand...
Click to collapse
Am happy to know that it is working for you and feel most welcome. Happy to help and contribute where I can

AndroidHQ254 said:
FOD remaining as of now. We hope to get a fix soon too for that
Click to expand...
Click to collapse
Face unlock is there?
Other thing. How did you install magisk?
Did you flash boot twrp then flash magisk after first time installation or..?

Related

[sGSI] [PORTED] [9.0] Android Pie

DISCONNECTED, there is alot of ROMs out there now, which is bugless and build form source with customizations and mods
This build released before Android Pie out and with no sources, it was a just ported Image from another phone
Android P sGSI on mido
EXPERIMENTAL AND MOST LIKELY BROKEN
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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.
*/
sGSI means that this rom is ported from Pixel XL (marlin) Image given by Google OTA.
Requirements
Download P sGSI-a-only and POST 1 – 2 – 3 : Download
TWRP supports Project Treble - Link
Download Treble supported ROM ( LOS - LOS Extended - PE - AOSCP )
Steps
Flash Android 8.1 ROM Treble-Supported
Wipe Cache – System – Data
Flash sGSI to system image
Mount and unmount system and vendor
Flash POST 1-2-3 in order
Flash Fixes and addons
VoLTE ( Recommended at first )
Fingerprint
WiFi & Bluetooth
Lag
Camera
DT2W
Xiaomi Doze
Reboot
Update GMS to fix adding Google Account : Download
Reboot to recovery and Flash Magisk for root
Notes
Don’t flash Magisk on first bootm it causes issues.
You must decrypt your device before doing any thing.
Enable MTP : Goto Settings / System / Developer options / Default USB configuration / File Transfer .
Substratum : Install latest beta from https://t.me/substratumci
Hardware Keys lights : flash this two files 1 - 2 -- to disable goto Magisk Manager / Modules / Disable " Simple init.d enabler "
Lockscreen Swipe fix : Post #228
Bugs
Send Logs to Telegram Group : https://t.me/PsemiGSI
POST 1 and 2 link fix
I have encrypted my device, any additional steps?
zxczxcdani said:
I have encrypted my device, any additional steps?
Click to expand...
Click to collapse
Backup your data.
Then you have to decrypt your device by Formating Data in TWRP and wipe everything ( data-system-vendor-cache )
Volte working?
Mr.mask said:
Volte working?
Click to expand...
Click to collapse
No .
It's GSI bug
Sent from my Pixel XL using Tapatalk
I can confirm, it is booting on Mido.
Thanks for share.
Thanks for a well written guide . Quoted this thread itself on tg for anyone who needs a guide.
non stop not responding and force closures. Anybody rectify that? and not able to set APNsettings.
Everything ok after waiting to set initially. Some lags only .
Nice work
drmuruga said:
non stop not responding and force closures. Anybody rectify that? and not able to set APNsettings.
Click to expand...
Click to collapse
Did you flash fix lag ??
This is the most comprehensive guide so far. Good job, OP.
drmuruga said:
non stop not responding and force closures. Anybody rectify that? and not able to set APNsettings.
Everything ok after waiting to set initially. Some lags only .
Click to expand...
Click to collapse
Same here, but the message of not responding/force close pops up so fast that i can't see what isn't working lol also some lags here and there even with lag fix, however this works pretty good for being a port of a developer preview
I got "there is an internal error with your device, contact your manufauctrer "problem. how to fix that???
Good guide
I wish all those fixes where included in the image
abrahamrhs said:
Same here, but the message of not responding/force close pops up so fast that i can't see what isn't working lol also some lags here and there even with lag fix, however this works pretty good for being a port of a developer preview
Click to expand...
Click to collapse
Try flashing the system image over pixel experience ROM... I had flashed it over unofficial RR and was facing problem... After that I tried flashing it over PE and it's working smooth
I got internal problem and i cnat enter the system. What should I do
Works fine here so far. I got only wlan and fp bug. After boot wlan is working fine. After a minute or so, disables itself and won't let me activate it. Maybe wrong vendor ? I used vendor from dotOS 2.3.1. Magisk 16.6 beta gives me bootloop. Magisk 16.4 seems to work correct for me.
WiFi turns off automatically even when using..... Only bug that bothers me :crying:
After boot don't start phone , just leave it to set up it's own for 30 min then open , install as per OP ,set up everything , enjoy Android P. Excellent upgrade except volte not working (I changed to Airtel) .

[sGSI] [PORTED] [9.0] Pixel Experience Pie

Android P sGSI on mido
EXPERIMENTAL AND MOST LIKELY BROKEN
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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.
*/
sGSI means that this rom is ported from Pixel XL (marlin) vendor
Requirements
Download POST 1 – 2 – 3 : https://androidfilehost.com/?w=files&flid=280192
Download Pixel Experience P gsi : https://www.androidfilehost.com/?fid=1322778262903987685
Download 2 file fix rom(fix Overlay-PE and fix System_Accents_P ): https://androidfilehost.com/?w=files&flid=281005
TWRP supports Project Treble - Link
Download Treble supported ROM ( recommend LOS - LOS Extended - PE )
Steps
Flash Android 8.1 ROM Treble-Supported
Wipe Cache – System – Data
Flash sGSI A (not extract)
Mount and unmount system and vendor
Flash POST 1-2-3 in order
Flash 2 files fix Overlay-PE and fix System_Accents_P to fix launcher and google account
Flash Fixes and addons
VoLTE( Recommended at first ) https://drive.google.com/open?id=1LJ7vnXreNfcb311RpYDJOajFqyOXA7df
Fingerprint https://drive.google.com/open?id=1W4qqff_GJvind0MOlKBCu_E7CLRtk_0l
WiFi & Bluetooth https://drive.google.com/open?id=1uM3LWfGWXC_Ca_rMXeIia_Aaf0_ns4zJ
Lag https://drive.google.com/open?id=1xCa4roS0kev1iIMec5rppW-FrR35Y8AH
Camera https://drive.google.com/open?id=1SlVfhc0WGD6IxF6vIBSD2TaSzQ6-mN50
DT2W https://drive.google.com/open?id=1w1ktKGJ5Vm8zANkBQ_aFt1W55gUqZvj_
Xiaomi Doze. https://drive.google.com/open?id=1-Oy_YuGiby_1W7PrFUT0TgLBAjUk3nXE
Don’t flash Magisk on first bootm it causes issues.
You must decrypt your device before doing any thing.
Enable MTP : Goto Settings / System / Developer options / Default USB configuration / File Transfer .
Turn off Nav: vendor/build.prop add "qemu.hw.mainkeys=1"
Substratum : Install latest beta from https://t.me/substratumci
Bugs
Send Logs to Telegram Group : https://t.me/PsemiGSI
Any bugs present in this rom, and is this a work of the redmi note 5 pro pixel experience sgsi..
---------- Post added at 10:03 AM ---------- Previous post was at 10:01 AM ----------
It says to flash a only, but this device needs ab.. just to confirm, is it correct, I think it's ab partition
I can't boot on OnePlus5,it's bootlooping
@hungphan2001 tried on redmi note 4 mido, did the exact process mentioned, but ended at bootloop
naren12 said:
@hungphan2001 tried on redmi note 4 mido, did the exact process mentioned, but ended at bootloop
Click to expand...
Click to collapse
Me to,use mido not boot,
I tried a few methods but it did not work
is it bootlooping....means going back to revovery again nd again?
Booted on my mido
Everything works
But not detecting sim cards
Flashed two times
Two times booted
But not detecting sim cards
Flashed firmware also
I don't know which fix zip i missed..
how diference for other rom Pie GSI in treble page ?
Has anyone tested the latest version yet?
no boot in mido here
hungphan2001 said:
Android P sGSI on mido
EXPERIMENTAL AND MOST LIKELY BROKEN
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.
*/
sGSI means that this rom is ported from Pixel XL (marlin) vendor
Requirements
Download POST 1 – 2 – 3 : https://androidfilehost.com/?w=files&flid=280192
Download Pixel Experience P gsi : https://www.androidfilehost.com/?fid=1322778262903987685
Download 2 file fix rom(fix Overlay-PE and fix System_Accents_P ): https://androidfilehost.com/?w=files&flid=281005
TWRP supports Project Treble - Link
Download Treble supported ROM ( recommend LOS - LOS Extended - PE )
Steps
Flash Android 8.1 ROM Treble-Supported
Wipe Cache – System – Data
Flash sGSI A (not extract)
Mount and unmount system and vendor
Flash POST 1-2-3 in order
Flash 2 files fix Overlay-PE and fix System_Accents_P to fix launcher and google account
Flash Fixes and addons
VoLTE( Recommended at first ) https://drive.google.com/open?id=1LJ7vnXreNfcb311RpYDJOajFqyOXA7df
Fingerprint https://drive.google.com/open?id=1W4qqff_GJvind0MOlKBCu_E7CLRtk_0l
WiFi & Bluetooth https://drive.google.com/open?id=1uM3LWfGWXC_Ca_rMXeIia_Aaf0_ns4zJ
Lag https://drive.google.com/open?id=1xCa4roS0kev1iIMec5rppW-FrR35Y8AH
Camera https://drive.google.com/open?id=1SlVfhc0WGD6IxF6vIBSD2TaSzQ6-mN50
DT2W https://drive.google.com/open?id=1w1ktKGJ5Vm8zANkBQ_aFt1W55gUqZvj_
Xiaomi Doze. https://drive.google.com/open?id=1-Oy_YuGiby_1W7PrFUT0TgLBAjUk3nXE
Don’t flash Magisk on first bootm it causes issues.
You must decrypt your device before doing any thing.
Enable MTP : Goto Settings / System / Developer options / Default USB configuration / File Transfer .
Turn off Nav: vendor/build.prop add "qemu.hw.mainkeys=1"
Substratum : Install latest beta from https://t.me/substratumci
Bugs
Send Logs to Telegram Group : https://t.me/PsemiGSI
Click to expand...
Click to collapse
Everything working? , it has button only (no swipe gestures) feature.
Phamtung30h said:
Has anyone tested the latest version yet?
Click to expand...
Click to collapse
Not boot
naren12 said:
@hungphan2001 tried on redmi note 4 mido, did the exact process mentioned, but ended at bootloop
Click to expand...
Click to collapse
Before you need install a treblle ROM like los, p2 or mokee
Then follow the next steps:
Wipe system, data, cache
Then you can install PE zip rom file and continue with the procedure
Overheating
I have overheating in mido after install, following the steps mentioned in the post.
Please help
my phone can't detect any simcard after use latest version.
how to fix it?
It seems a lot of you guys didn't booted successfully, I will make a guide about how to do it later :3
How to boot Pixel Experience PROPERLY on mido
This is a guide for Redmi Note 4|X (mido).
Note: I have some problem on English grammar, so please bear with me.
Also, for doing this you will need to loose your data, so backup your file to PC
Prerequisites:
1. Download the latest AOSPExtended ROM from here. (Latest - 18/08/2017 as of now)
2. Download the Pixel Experience ROM from the OP and Don't download the patches from there, as those are for the Pixel XL sGSI and will not work with it
3. Download all the files from here.
4. Download the latest beta firmware. (v8.8.23 as of now)
5. Download the working TWRP from here. As using other recovery will cause 0MB Internal Storage Bug.
Installation:
1. Completely wipe your phones Dalvik, Vendor/Cust, Data, System, Internal Storage and Cache partitions.
2. Format Data and Reboot your phone to recovery.
3. Put all the downloaded files to your phone's internal storage.
4. Flash the downloaded AOSPExtended ROM.
5. Flash the downloaded firmware.
6. Wipe Dalvik, Cache and System. Don't wipe the Vendor and Internal Storage.
7. Flash the Pixel Experience ROM.
8. Flash the other Zips according to the numbers (Flashing Magisk is a MUST, for working SafetyNet and Camera)
*The GApps zip contains - GMail, Google Maps, Google+, Google Play Games, Google Play Music, Google Play Movies and Videos, Google Earth, Google Translate, YouTube, Google Docs-Sheets-Slides, and some necessary system components.
9. After flashing ALL OF THOSE files,wipe Dalvik/Cache and then reboot.
*After you press reboot, you will see that the phone will stuck on Mi logo and then reboot again, just don't worry. On second/third (if you count the recovery's reboot) you will see Mi logo and the following Google animation.
10. Wait for 5-10 Minutes
11. After booting up, set-up your phone, and then install the "AfterBooting-GoogleCamera.apk".
And Voila!
THAT'S A LONG-A** INSTRUCTION! If you fail to do those or your phone isn't booting, I don't know what's wrong with you :silly:
booted successfully but battery is draining very fast
don't flash WiFi+Bluetooth fix,it causes CPU overload
So is there a way to use Bluetooth and wifi at the same time and switching wifi on and off?

[OFFICIAL ROM][10.0][SIRIUS] crDroid v6.13 [05.01.2021]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
[SIZE="4"]*** Disclaimer
I am not responsible for any damage you made to your device
You have been warned[/SIZE]
crDroid is designed to increase performance and reliability over stock Android for your device also attempting to bringing many of the best features existent today
Features:
[url]https://github.com/crdroidandroid/crdroid_features/blob/10.0/README.mkdn[/URL]
Flashing Instructions:
Pre-installation:
TWRP (Download from here)
Gapps (Download from here)
Magisk 20.0 or newer for root (after first boot) - (Download from here)
First time installation:
Backup your data to PC, OTG flash drive
Flash recovery and boot to recovery
Wipe system, data, cache and others partitions. Format data, then reboot to recovery
Copy firmware, ROM base and Gapps to internal memory then flash them in TWRP in same order
Reboot and enjoy
Update installation:
Boot to recovery and make a backup
Flash firmware and reboot to recovery (if there is new firmware available)
Wipe cache
Flash updated ROM base
Reboot and enjoy
Sources:
ROM: [url]https://github.com/crdroidandroid[/URL]
Download:
ROM [url]https://crdroid.net/sirius[/URL]
Changelog: [url]https://raw.githubusercontent.com/crdroidandroid/android_vendor_crDroidOTA/10.0/changelog_sirius.txt[/URL]
Known issues:
- If you find more, please report me
Visit official website @ crDroid.net
crDroid Sirius Telegram
crDroid Community Telegram
Donate to help our team pay server costs
Wonderful
I do not see the link
0967894983 said:
I do not see the link
Click to expand...
Click to collapse
It's already there in the Download section
Sorry for so long waiting. Had problens with OTA updater. Uploading build to the server
I forgot to post the changelog.
===== 25 January, 2020 =====
- Initial push via OTA
- Added OTA updater
- Turn off fake strenth of signal
- Disable proximity sensor check before pulsing
- Disable proximity sensor check for dialer's answer UI
- Add IR Driver
- Added Samsung like lockscreen clock
- Added Exotwo, Storopia, Ubuntu, Nokia Pure and Fifa2018 fonts
- Removed Launcher "promisse app" feature (showing when apps install in app drawer)
- Fixed some dark theme issues
- Fixed double tap to sleep on quick status bar
- Improved Messages app dark theme support
- Some more fixed here and there
- Updated translations
is dt2w, bluetooth, screen casting working?
guglicap said:
is dt2w, bluetooth, screen casting working?
Click to expand...
Click to collapse
yeah, that options are fully working
I try to flash from pitchblak recovery , how is saying , format,and :
1.firmware
2. Rom
3.gapps , but when reboot stay 20 minutes on crdroid logo.
After that I have returned to xiaomi.eu , miui 11 202.01.16, any advice?
soreldc said:
I try to flash from pitchblak recovery , how is saying , format,and :
1.firmware
2. Rom
3.gapps , but when reboot stay 20 minutes on crdroid logo.
After that I have returned to xiaomi.eu , miui 11 202.01.16, any advice?
Click to expand...
Click to collapse
did you flash rm forceencrypt?
===== 30 January, 2020 =====
- Added smart charging
- Added screenrecorder
- Added burn in protection
- Added smart pixels
I have problems with app notifications. Applications that run on multitasking will no longer receive incoming notifications and applications that do not display notification dots. Help me solve the problem above?
Will you bring havoc for sirius?
Help!!!
Sometimes, the crdroid is always stuck for some reason. How to solve this problem?
Grain_Rain said:
Sometimes, the crdroid is always stuck for some reason. How to solve this problem?
Click to expand...
Click to collapse
probably on latest update i didnt face with that issues. Update via OTA or download from official site
===== 10 February, 2020 =====
- Added new kernel. Hopefully, no freezes
- Enable Smart Charging
- Add missing GNSS blobs
- Add missing display props
- Disable forced encryption for bring up
- Fix dark theme issues
- Enable in-built screen recorder
- Enable burn in protection and smart pixels
- Build kernel with clang 10.0.2
- Import msm irqbalance
- Added config_ignoreRssnrSignalLevel
- Enable VoLTE/VoWIFI for most countries (check and report)
- Enable QPower and Deep sleep at the same time
- Fix 'Ok, Google'
- Build missing WiFi Display libs
- Add livedisplay (yes, again)
- Some works on audio
- Add rounded corner (NoCutoutOverlay)
- Adjust hide status bar height
SH1M4BD3 said:
Will you bring havoc for sirius?
Click to expand...
Click to collapse
no
After a while, it does freeze and muscle.
UIxDess said:
Code:
[SIZE="4"]*** Disclaimer
I am not responsible for any damage you made to your device
You have been warned[/SIZE]
crDroid is designed to increase performance and reliability over stock Android for your device also attempting to bringing many of the best features existent today
Features:
[url]https://github.com/crdroidandroid/crdroid_features/blob/10.0/README.mkdn[/URL]
Flashing Instructions:
Pre-installation:
TWRP (Download from here)
Firmware (Download from here)
Gapps (Download from here)
Magisk 20.0 or newer for root (after first boot) - (Download from here)
First time installation:
Backup your data to PC, OTG flash drive
Flash recovery and boot to recovery
Wipe system, data, cache and others partitions. Format data, then reboot to recovery
Flash RM Force-Encrypt patch. You can find this in tools in TWRP
Copy firmware, ROM base and Gapps to internal memory then flash them in TWRP in same order
Reboot and enjoy
Update installation:
Boot to recovery and make a backup
Flash firmware and reboot to recovery (if there is new firmware available)
Wipe cache
Flash updated ROM base
Reboot and enjoy
Sources:
ROM: [url]https://github.com/crdroidandroid[/URL]
Download:
ROM [url]https://crdroid.net/sirius[/URL]
Changelog: [url]https://raw.githubusercontent.com/crdroidandroid/android_vendor_crDroidOTA/10.0/changelog_sirius.txt[/URL]
Known issues:
- VoLTE is not working
- If you find more, please report me
Visit official website @ crDroid.net
crDroid Sirius Telegram
crDroid Community Telegram
Donate to help our team pay server costs
Click to expand...
Click to collapse
Hello, I am using this version 6.3. And after a while the phone freezes and does not detect any touch operation. But it gets better when you restart the phone. Then he does it again.
Mutlu.com.tr said:
Hello, I am using this version 6.3. And after a while the phone freezes and does not detect any touch operation. But it gets better when you restart the phone. Then he does it again.
Click to expand...
Click to collapse
did it happen only while surfing chrome?
we are working on this trouble
UIxDess said:
did it happen only while surfing chrome?
we are working on this trouble
Click to expand...
Click to collapse
Do I uninstall chrome browser? Should I use another browser? And I guess it doesn't just do it on Chrome. I will uninstall Chrome and try. And I will tell your. Thank you for your advice and attention. Good work. Good days.

[RECOVERY][TOCO][UNOFFICIAL] PitchBlack Recovery 3.0.0 [03/01/21]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
/*
*Disclaimer
*
* Your warranty is now void.
*
* We're 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 us for messing up your device, we will laugh at you.
*/
Introduction
Pitch Black Recovery is a fork of TWRP with many improvements to make your experience better. It's more flexible & easy to use.
Based on TWRP version: 3.5.0
PitchBlack version: 3.0.0
For device: Toco
Authors build: @AndroidHQ254
PitchBlack Source Code: https://github.com/PitchBlackRecoveryProject
Device tree: https://github.com/AndroidHQ254/recovery_device_xiaomi_toco-pbrp
Kernel: https://github.com/AndroidHQ254/android_device_xiaomi_toco_nos/tree/ten/prebuilt
PitchBlack Team: @rezaadi0105, @shovon, @manjot.gni, @androiabledroid, sagar
Features
Fully native android like UI
Supports Treble and non-Treble ROMs
Up-to-date kernel, built from sources
Full dark theme with changeable accents
Reorganized menus
MIUI OTA support
Disable DM Verity
Use AromaFM as default file manager
Various tools are include
Universal flash-able file for all variant of a device
Many bug fixes & optimization & much more
Click to expand...
Click to collapse
Installation Instructions
From previous version or other recovery
Download the PitchBlack zip to your device
Reboot to your current custom recovery
Flash the PitchBlack zip
Press Volume Down to reboot into PitchBlack Recovery
Enjoy
From PC
Download PitchBlack Recovery flashable zip from bellow
Extract the PBRP zip
Goto fastboot mode in your device
Flash the recovery.img by fastboot flash recovery.img
Boot into PBRP
Copy the zip to internal storage
Flash it
Enjoy
Changelog
PBRP Side Changelog
Code:
v3.0.0
- Fully Redesigned UI
- Added new Keychecks While Flashing PBRP or recovery.img or Ramdisk
- Fully Redesigned Website https://pitchblackrecovery.com
- New Android like Power Menu (Activated via power key hold)
- Flashlight toggled by Vol up(+) on hold
- New Scrollable Advanced menu
- Totally Redesigned Icons
- Removed old unnecessary Theming Stuff
- Tested on almost all handy Resolutions
- Flashlight toggle on Lockscreen
- More checks for SAR/Non-SAR\
- New Navbar
- Support on almost all Android version (5.0+)
- Update ozip decrypt
- Fix up ozip print logs & take all paths
- Update FUNDING.yml
- Fixed encrypted removal checks & buttons
- Add Flag for disabling treble compatibility by default
- Is_Data_Wiped: Simplify function signature
- Unified AB_OTA_UPDATER
- Change AB device log storage to /data/recovery
- Delay start if specified in board
- Optimize touchscreen driver initialization delay.
v2.9.0
- Update kernel
- Update DM Verity Logic
- Update magisk
- Update unroot magisk
- Some bug fixed
Device Side Changelog
Code:
- Add F2FS support
- Fix Decryption for PIN & Password
Bugs
- Fastbootd
- ADB Sideload
- Backup, restore and image flash for super
Downloads
Flashable zip
http://bit.ly/3pN4xX4
Reserved
Is awesome recovery thanks
REDOTHELLO said:
Is awesome recovery thanks
Click to expand...
Click to collapse
Most welcome
whats the advantage over twrp?
Bro your another level bro hates off
Corvos os for mi note 10 lite its possible
Hi dennis on install rom TWRP "pitch black " crash
Thank you @AndroidHQ254
Hi,I'm current on orginal 12.03 global rom, i never root device just unlock bootloader,can i do this as you said just copy on device zip and flash?
djxysat2 said:
Hi,I'm current on orginal 12.03 global rom, i never root device just unlock bootloader,can i do this as you said just copy on device zip and flash?
Click to expand...
Click to collapse
Do you have a custom recovery installed?
calypso666 said:
Thank you @AndroidHQ254
Click to expand...
Click to collapse
Welcome
DavidDERssj said:
whats the advantage over twrp?
Click to expand...
Click to collapse
Some extra features and different look
Mi note 10 lite User 😭😭 said:
Corvos os for mi note 10 lite its possible
Click to expand...
Click to collapse
Yes.
AndroidHQ254 said:
Do you have a custom recovery installed?
Click to expand...
Click to collapse
no i never do this
First flash twrp or pbrp first after you discuss about custom rom
djxysat2 said:
no i never do this
Click to expand...
Click to collapse
djxysat2 said:
no i never do this
Click to expand...
Click to collapse
Plz follow this tutorial for flash custom recovery
Mi note 10 lite User 😭😭 said:
Plz follow this tutorial for flash custom recovery
Click to expand...
Click to collapse
Please subscribe tech infomania and Dennis murimi Chanel please subscribe
this recovery keep restarting when I'm trying to update the evolution-x rom. had to reinstall twrp again to update the rom
.

[ROM][13.0][OFFICIAL][Rolex/Riva] crDroid 9.x

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
*** Disclaimer ***
I am not responsible for any damage you made to your device.
You have been warned.
crDroid is designed to increase performance and reliability over stock Android for your device also attempting to bringing many of the best features existent today.
Features:
https://github.com/crdroidandroid/crdroid_features/blob/13.0/README.mkdn
Extra features (implemented by the maintainer):
Code:
* Ability to disable touchscreen buttons
* Audio amplification
* Bluetooth aptX codec
* Clear Speaker
* Improved battery saver at kernel level
* LED indicator on offline charging (red when 0-99%, off when 100%)
* Mi Sound Enhancer
* Properly calibrated sensor-based Doze mode
* Smart Charging
* Native support for "Ok Google" hotword feature
* Native support for Google Phone call recording
* FMRadio (width RDS support)
* Ability to reboot to Fastboot
* Battery-friendly pocket mode
⚠️Stock kernel replacement will break some of the above features (ex. Ability to disable touchscreen buttons)
Flashing Instructions:
Pre-installation:
OrangeFox recovery (Download from here)
Gapps (Download from here)
Magisk 20.0 or newer for root (after first boot) - (Download from here)
Firmware (Download from here)
First time installation (Non-standard - read):
Spoiler
Install OrangeFox recovery from the "Pre-installation" section or any other recovery with FBE encryption support
Download the latest crDroid ROM & the latest Gapps package (Optional)
Boot into recovery
Perform a wipe of
Dalvik / ART Cache
System
Vendor
Cache
Format data is MANDATORY using OrangeFox recovery (or any other recovery with FBE encryption support)
Note: if you upgrading from crDroid 8, you only need to wipe data.
Flash crDroid ROM
⚠ The ROM is encrypted by default. This is a crDroid requirement! ⚠
If you don't care about encryption, you can disable it within OrangeFox recovery: demonstration (you should see "Disable FBE" button instead)
Note: encrypting via ROM's settings is no longer supported in Android 13+, so you will not be able to enable encryption in any other way (except clean install or as shown in the demo above).
Flash Gapps [NikGapps T ARM64-Core] (Optional)
Flash Magisk Root (Optional)
Reboot to the system
Update installation (OTA): check Settings > System > Updater
Update installation (Local Update): check Settings > System > Updater > Three dots > Local Update
Update installation (Recovery):
Spoiler
Download the latest crDroid ROM
Reboot to recovery
Flash crDroid update
Note: read recovery logs and make sure Gapps and/or Magisk have restored themselves.
Wipe Dalvik / ART Cache
Reboot to the system
Sources:
ROM: https://github.com/crdroidandroid
Kernel: https://github.com/crdroidandroid/android_kernel_xiaomi_rova
Download:
ROM https://crdroid.net/rova/9
Changelog: See here
Known issues:
You tell me
Visit official website @ crDroid.net
crDroid rova Telegram
crDroid Community Telegram
crDroid Updates Channel
Donate to help our team pay server costs
Hi just flashed this rom, performance is amazing feels like a new phone now. However my network seems not working for mobile 4g/calls/sms
Is there a file I need to flash?
gxthelord said:
Hi just flashed this rom, performance is amazing feels like a new phone now. However my network seems not working for mobile 4g/calls/sms
Is there a file I need to flash?
Click to expand...
Click to collapse
try firmware
iusmac said:
try firmware
Click to expand...
Click to collapse
Hey iusmac, thanks for getting back on this so fast. I tried flashing the rom too as well but it still says no network detected.
I have manually tried inputting APN as well doesnt work.
Any ideas to work around? Aside from this everything is perfect already
iusmac said:
try firmware
Click to expand...
Click to collapse
Thanks got it already data working too now on LTE.
For future reference any forumers want to try.
Reflash to Nougat, unlock bootloader again, Flash Orange Fox, and follow steps above to flash rom. So far this is breathing in new life into this phone. Thanks TS.
Added:
So far found 1 issue, I tried put in MicroSD can and once I select the 2nd option(use SD as app storage) it loads till 24% and stays in bootloop till I remove the MicroSD card.
Now whenever I try put in the microsd card it will bootloop
gxthelord said:
Thanks got it already data working too now on LTE.
For future reference any forumers want to try.
Reflash to Nougat, unlock bootloader again, Flash Orange Fox, and follow steps above to flash rom. So far this is breathing in new life into this phone. Thanks TS.
Added:
So far found 1 issue, I tried put in MicroSD can and once I select the 2nd option(use SD as app storage) it loads till 24% and stays in bootloop till I remove the MicroSD card.
Now whenever I try put in the microsd card it will bootloop
Click to expand...
Click to collapse
Take the ROM "as is". It's beta for now. The ROM will get OTA updates weekly, so stay tuned.
iusmac said:
Take the ROM "as is". It's beta for now. The ROM will get OTA updates weekly, so stay tuned.
Click to expand...
Click to collapse
Loved it thanks for breathing in new life to our phone
这是我用过最好用的rom
简直不要太爽
在中国大陆 没有推送服务 程序依然可以流畅运行
现在有个问题
汉化不完全
其他几乎完美
很难想象一部6年前的手机 可以完美运行android 13
谢谢你
I have a problem now
China Telecom Mobile Card
Call and 4g network cannot be online at the same time
Can you solve this problem
so, can you support the Chinese input method? The official input method of Google is supported
(>^ω^<)喵 said:
I have a problem now
China Telecom Mobile Card
Call and 4g network cannot be online at the same time
Can you solve this problem
Click to expand...
Click to collapse
Can't reproduce. Try firmware I published above.
which gapps?
jokergermany said:
which gapps?
Click to expand...
Click to collapse
okay the crdroid website link to:
Downloads - NikGApps
NikGapps Website
nikgapps.com
jokergermany said:
which gapps?
Click to expand...
Click to collapse
nik core + addons (if needed)
crDroid 9 Update
Spoiler: Changelog
- Upgraded kernel to 4.9.331-3.1-iusmac
- Added more DNS providers
- Hotspot: added ability to hide SSID
- Updated translations
- Fixed Bluetooth calling
- XiaomiParts:
* Added back Dirac tile to quick settings
* Added Dirac logo to Dirac settings
* Added Mi logo to all XiaomiParts features
- Removed debris and reduced ROM size
- Fixed PowerOffAlarm
(!) only stock Clock app can set PowerOffAlarm
- Set full device name for MTP USB & Bluetooth
* will show for ex. Xiaomi Redmi 4A not Redmi 4A
- Optimized graphics render engine
nice~!every good~!
Data is not working, on wifi also. Hence not able to sign in google apps also.
Rest working as butter smooth as of now.
Is there any solution available to the data problem?
Thanks
Himanshu_Panwar said:
Data is not working, on wifi also. Hence not able to sign in google apps also.
Rest working as butter smooth as of now.
Is there any solution available to the data problem?
Thanks
Click to expand...
Click to collapse
Flash both, order doesn't matter. These need to be flashed once after leaving MIUI or custom ROMs based on Android 10 or lower.
iusmac said:
Flash both, order doesn't matter. These need to be flashed once after leaving MIUI or custom ROMs based on Android 10 or lower.
Click to expand...
Click to collapse
Thanks buddy
Updated on what day of the week

Categories

Resources