[PhilZ Touch 6 Recovery][Kitkat] for Alcatel Pop D3 - Miscellaneous Android Development

* * * * * * * * * * * * * * * * * * * * * * * * *
PhilZ Touch 6 Recovery
CWM Advanced Edition 6.x
* * * * * * * * * * * * * * * * * * * * * * * * *
​
DISCLAIMER:
Rooting your phone and using custom Recoveries and ROM's have risks and may result in bricking your device, and has nothing to do with Google or the device manufacturers. In case of any mishap I am not responsible if you brick/ruin your phone in any way.
Basic computer skills are required and minimal knowledge about the phone and phone utilities also.
Make sure that whatever you do, you are doing it at your own responsibility.
Installation see here
Main PhilZ thread here and more info here
Aroma File Manager
Download aromafm.zip from the attached files and place in clockworkmod/aromafm/aromafm.zip of external storage.
How to get multi-flash to work:
Download the multi-flash zip from below and extract it to clockworkmod/ so then the folder looks like this
Code:
clockworkmod/multi-flash/flash/ Place zips here....
It won't work if it isn't in that format.
Everything works AFAIK, report any bugs if you find any. To do backup of custpack you have to do a custom backup. The normal backup won't back it up but it will backup everything else

Tried booting this with fastboot using fastboot boot recoveryPopD3.img but the phone wouldn't boot

daloonik said:
Tried booting this with fastboot using fastboot boot recoveryPopD3.img but the phone wouldn't boot
Click to expand...
Click to collapse
Use Rashr or Flashify.

kirito9 said:
Use Rashr or Flashify.
Click to expand...
Click to collapse
Thanks for your reply. However my phone is running stock ROM and not rooted. So I can't use those apps. I figure in order to root I need to first flash a custom recovery but none of the recoveries will flash properly with SP Flash Tool. Is it because my phone model is a 4037R ?

daloonik said:
Thanks for your reply. However my phone is running stock ROM and not rooted. So I can't use those apps. I figure in order to root I need to first flash a custom recovery but none of the recoveries will flash properly with SP Flash Tool. Is it because my phone model is a 4037R ?
Click to expand...
Click to collapse
It's because your model is 4037R, I didn't know you had that model. Here is the TWRP for that model: https://mega.nz/#!aJNwlATI!kHc-PkhasUB3nb18OvD5n41Yj3WL-kbDUYUtl1UvQ-8

kirito9 said:
It's because your model is 4037R, I didn't know you had that model. Here is the TWRP for that model: https://mega.nz/#!aJNwlATI!kHc-PkhasUB3nb18OvD5n41Yj3WL-kbDUYUtl1UvQ-8
Click to expand...
Click to collapse
Thanks for the file but that didn't boot either. I tried Fastboot and SP Flash tools but the file won't flash. I've tried it on two different 4037R phones too. I guess I'll have to give up on finding a custom ROM for this phone.

daloonik said:
Thanks for the file but that didn't boot either. I tried Fastboot and SP Flash tools but the file won't flash. I've tried it on two different 4037R phones too. I guess I'll have to give up on finding a custom ROM for this phone.
Click to expand...
Click to collapse
Send your stock boot.img and recovery.img

kirito9 said:
Send your stock boot.img and recovery.img
Click to expand...
Click to collapse
I've been trying to Read Back these files using SP Flash Tools but I keep getting the following error:
BROM ERROR: S_DL_GET_DRAM_SETTING_FAIL (5054)
please check your load matches to your target which is to be downloaded
I can't use a tool like z4root on my phone due to the restrictions from the ROM, and /proc/mtd is an empty file on my phone as well, so I can't copy the files using dd.
However MTK Droid Tools says my hardware is a MT6581. Is there a scatter fille for the MT6581? I have been using the MT6582 scatter file.

daloonik said:
I've been trying to Read Back these files using SP Flash Tools but I keep getting the following error:
BROM ERROR: S_DL_GET_DRAM_SETTING_FAIL (5054)
please check your load matches to your target which is to be downloaded
I can't use a tool like z4root on my phone due to the restrictions from the ROM, and /proc/mtd is an empty file on my phone as well, so I can't copy the files using dd.
However MTK Droid Tools says my hardware is a MT6581. Is there a scatter fille for the MT6581? I have been using the MT6582 scatter file.
Click to expand...
Click to collapse
Hmmm, root your device using kingroot then backup your boot.img and recovery.img using flashify. Remove kingroot with supersume.

Related

[ROM][DEV][WIP]Android 2.3.7 For Motorola Fire XT XT530/XT531

Code:
#include <std_disclaimer.h>
/*
* 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. Hard. A lot.
*/
I built a ROM from Stock Chinese XT532 SBF. This is ROM uses kernel 2.6.35.11. This ROM is the stock XT532 ROM.
Advantages:
Newer kernel version. Existing XT530/XT531 Kernels are Froyo Kernel. This kernel is the actual Gingerbread Kernel.
Newer drivers, so increased performance.
New Experimental Build Based on 2nd-init:
ROM Download For 2nd-init: http://www.androidfilehost.com/?fid=23269279319196536
Instructions on how to install 2nd-init ROM for XT530/XT531:
1. Flash back stock XT530/XT531 SBF via RSD-Lite.
2. Root and Install Bootmenu/CWM.
3. Put ROM zip in your SD Card.
4. Reboot device into CWM Recovery.
5. Wipe data/factory reset and wipe cache.
6. Install the zip from SD Card.
7. Reboot Phone.
8. Your Done.
If the ROM boots up via 2nd-init properly then we will be one step closer to CyanogenMod. This ROM uses the XT532 ramdisk and boots it via 2nd-init. 2nd-init ROM uses the stock 2.6.32.9 XT530/XT531 to execute XT532 ramdisk and runs it on top of the XT530/XT531 kernel.
Build based on boot.img and ROM
Downloads:
ROM:http://www.androidfilehost.com/?fid=23269279319196135
boot.img:http://www.androidfilehost.com/?fid=23269279319196191
flex.img:http://www.androidfilehost.com/?fid=23269279319196189
hidden.img:http://www.androidfilehost.com/?fid=23269279319196190
How to install a ROM not based on 2nd-init:
1. Install Bootmenu
2. Put ROM zip on the SD Card.
3. Download boot.img
4. Open a CMD line and cd to the folder where you put "boot.img" file.
5. Flash the boot.img via fastboot:
Code:
adb reboot bootloader
Code:
fastboot flash boot boot.img
Code:
fastboot reboot
6. Reboot into Clockworkmod Recovery.
7. Install the zip from sdcard.
8. Wipe cache/data factory reset from CWM Recovery.
9. Reboot phone.
10. You're done.
If radio isn't working, try using these instructions:
1. Download hidden.img and flex.img
2. Put the two img files in the same folder as fastboot.
3. Open a cmd file and cd to the folder which contains the img files.
4. Reboot the phone back into fastboot mode
Code:
adb reboot bootloader
5. Flash flex.img and hidden.img via this command in cmd
Code:
fastboot flash flex flex.img
Code:
fastboot flash hidden hidden.img
6. Reboot the device via this command in cmd
Code:
fastboot reboot
NOTE: These instructions also work for 2nd-init ROMs for Motorola Fire XT530/XT531.
Kernel Source:
Sorry, Motorola hasn't released the kernel source for XT532 which the ROM is based on. The ROM uses an unmodified Motorola XT532 Kernel.
Bugs:
You tell me as I don't own a Motorola Fire XT530/XT531
Credits:
@zhalx
@inyong1
@7amdoun
@saraghon
@Mazzen.kh
@aweosomeabhijeet
Is it tested?
What are the bugs?
thanks
Mazzen.kh said:
Is it tested?
What are the bugs?
thanks
Click to expand...
Click to collapse
I don't know as I don't a Fire XT. Basically I just extracted the XT532 SBF and I winzipped the ROM. I signed it and uploaded. Make sure you make a nandroid before flashing the ROM
rootdefyxt320 said:
I don't know as I don't a Fire XT. Basically I just extracted the XT532 SBF and I winzipped the ROM. I signed it and uploaded. Make sure you make a nandroid before flashing the ROM
Click to expand...
Click to collapse
hi rootdefyxt320,
My question:
Is this different from the previous one that already tested in cwm thread?
7amdoun said:
Here is test 2:
Reverted back to 2.3.7 phone.apk to prevent FC
Changed some ADB settings
Added nvitems from our XT530
Added logcat reader for debugging, and root file manager for playing with files without having to re-flash.
Again, for whoever wants to test, please flash the new kernel first. Format data and cache partitions after flashing (right before rebooting).
http://www.mediafire.com/?j07gvesnxgg95ep
Click to expand...
Click to collapse
saraghon said:
thanks man!
---------- Post added at 11:50 PM ---------- Previous post was at 11:10 PM ----------
Good News!!!!!!!!!!!!!
After flashing the new kernel and your last zip here is the report:
1. Wifi working and finds the network and I can connect to the internet with the browser and all other apps.
2. Radio isn't working. and can't select the network mode. I think it's because XT532 is CDMA based phone and not GSM (Because it's stuck on CDMA in Network Mode).
3. ADB working.
4. Root working with Super Su.
5. Bluetooth working.
6. Sound working.
7. FM Radio working perfect.
8. GPS working.
9. Notification bar showing Dual SIM Network icon.
10. DUAL SIM Setting in Settings.
Thanks man!!!!!
I'll figure what's up with the radio and will try to fix it!
Click to expand...
Click to collapse
inyong1 said:
hi rootdefyxt320,
My question:
Is this different from the previous one that already tested in cwm thread?
Click to expand...
Click to collapse
Probably, but you can try for yourself. I'll see if I can fix RIL as it might not work.
Good
Dowloading
Voy a probar (testing)
---------------------------------------------------------------------------------
install and bootlop
flopezm said:
Good
Dowloading
Voy a probar (testing)
---------------------------------------------------------------------------------
install and bootlop
Click to expand...
Click to collapse
Did you flash boot.img via fastboot before flashing the ROM and did you wipe data and factory reset?
rootdefyxt320 said:
Did you flash boot.img via fastboot before flashing the ROM and did you wipe data and factory reset?
Click to expand...
Click to collapse
if so it was like I did,
in another attempt to make the tutorial also 2doi-nit, and I restarted the stock recovery again and again, fails to start
quetion?
who rom stock (spain, brasilian)
try with stock rom spain and brazil

[Recovery] [Non-Touch] ClockWorkMod Recovery 6.0.4.4 for Karbonn A19

Again I got a device for development which my friend has given me for some days. He asked me to root it and compile ClockWorkMod Recovery or Carliv Touch Recovery so I compiled it and I am posting CWM Recovery in this thread.
Code:
#include
/*
* 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.
* and make sure you are not drunk before using this
*
*/
Features:
Mounts System, Data and everything
Wiping works
Format works
Keys, power button works
Full stable
Thanks
Rua1 for MTK Droid Root & Tools which made the recovery automatically.​
Downloads:
Click here to download ClockWorkMod Recovery for Karbonn A19 by Forever Alone.​
How To Flash it:
Download the recovery
Move it to SD Card
Rename the recovery to "recovery.img"
Install and open MobileUncle MTK Tools
Accept the root permissions
Click on Recovery update
Click on recovery.img
Reboot to recovery!
stock rom for karbonn a19
plz give me the link of stock rom for karbonn a19
Forever Alone said:
Again I got a device for development which my friend has given me for some days. He asked me to root it and compile ClockWorkMod Recovery or Carliv Touch Recovery so I compiled it and I am posting CWM Recovery in this thread.
Code:
#include
/*
* 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.
* and make sure you are not drunk before using this
*
*/
Features:
Mounts System, Data and everything
Wiping works
Format works
Keys, power button works
Full stable
Thanks
Rua1 for MTK Droid Root & Tools which made the recovery automatically.​
Downloads:
Click here to download ClockWorkMod Recovery for Karbonn A19 by Forever Alone.​
How To Flash it:
Download the recovery
Move it to SD Card
Rename the recovery to "recovery.img"
Install and open MobileUncle MTK Tools
Accept the root permissions
Click on Recovery update
Click on recovery.img
Reboot to recovery!
Click to expand...
Click to collapse
mkv2010 said:
plz give me the link of stock rom for karbonn a19
Click to expand...
Click to collapse
Even I have got this device for testing..I am currently facing toooo sloe net..better root it with srs root n then backup with mtk droid root n tools.
Forever Alone said:
Again I got a device for development which my friend has given me for some days. He asked me to root it and compile ClockWorkMod Recovery or Carliv Touch Recovery so I compiled it and I am posting CWM Recovery in this thread.
Code:
#include
/*
* 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.
* and make sure you are not drunk before using this
*
*/
Features:
Mounts System, Data and everything
Wiping works
Format works
Keys, power button works
Full stable
Thanks
Rua1 for MTK Droid Root & Tools which made the recovery automatically.​
Downloads:
Click here to download ClockWorkMod Recovery for Karbonn A19 by Forever Alone.​
How To Flash it:
Download the recovery
Move it to SD Card
Rename the recovery to "recovery.img"
Install and open MobileUncle MTK Tools
Accept the root permissions
Click on Recovery update
Click on recovery.img
Reboot to recovery!
Click to expand...
Click to collapse
sir
my a19 not booting up after recovery update
how to solve it??
after flashing recovery mobile not booting pls help sir pls helppp

[GUIDE] How to remove data encryption/password in TWRP for mediatek devices

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.
Click to expand...
Click to collapse
1. Root with magisk / superuser or however
2. Download root browser and give superuser rights
3. Navigate to vendor/etc/fstab.6765 Open as txt file
4. Search for these lines
wait,check,quota,formattable,resize,forcencrypt=/dev/block/platform/bootdevice/by-name/metadata
Click to expand...
Click to collapse
5. Change it to
wait,check,quota,formattable,resize,encryptable=/dev/block/platform/bootdevice/by-name/metadata
Click to expand...
Click to collapse
6. Do the same changes in vendor/nvdata/fstab.mt6765 (if you have this file. Skip if this file does not exist)
7. Boot to twrp and flash your stock recovery.
8. Reboot to stock recovery. Wipe data and reboot.
9. Coplete the setup and flash twrp using official twrp app or flashify. You can use fastboot.
Done! Encryption should have gone. Tested on Micromax Infinity n12. Please comment if it works
Hi I got this CUBOT NOTE 7 and I found working TWRP for it, and instead of what you typed I got something similar but not the same, I got the fstab.mt6735 file (MT6737 CPU) and instead of "wait,check,quota,formattable,resize,forcencrypt=/dev/block/platform/bootdevice/by-name/metadata" the closest thing I could find is "wait,check,formattable,quota,reservedsize=128m,formattable,resize,checkpoint=fs,fileencryption=aes256-xts", I assume I have to change "fileencryption" to something else, I have no idea if you go to XDA often but I posted this just in case somebody finds it useful
Sent from my desktop using Windows 8.1.
As you found a working TWRP, you can basically flash the file attached below after flashing magisk. If that doesn't work,
replace
"wait,check,formattable,quota,reservedsize=128m,formattable,resize,checkpoint=fs,fileencryption=aes256-xts
With
wait,check,quota,formattable,resize,encryptable=/dev/block/platform/bootdevice/by-name/metadata
Tab E said:
As you found a working TWRP, you can basically flash the file attached below after flashing magisk. If that doesn't work,
replace
"wait,check,formattable,quota,reservedsize=128m,formattable,resize,checkpoint=fs,fileencryption=aes256-xts
With
wait,check,quota,formattable,resize,encryptable=/dev/block/platform/bootdevice/by-name/metadata
Click to expand...
Click to collapse
I tried
Tab E said:
As you found a working TWRP, you can basically flash the file attached below after flashing magisk. If that doesn't work,
replace
"wait,check,formattable,quota,reservedsize=128m,formattable,resize,checkpoint=fs,fileencryption=aes256-xts
With
wait,check,quota,formattable,resize,encryptable=/dev/block/platform/bootdevice/by-name/metadata
Click to expand...
Click to collapse
That is a line you showed earlier which might brick this phone and I don't want to flash all of android back onto it

[CLOSED][UNOFFICIAL][RECOVERY] OrangeFox Recovery r11.1 [RAPHAEL]

Code:
* 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 recovery
* 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.
INSTALLATION
Via Reocvery :
To install an OrangeFox zip, simply flash it with OrangeFox (or any TWRP-compatible custom recovery) without any wipes - exactly the same way that you would flash any zip
Do the same thing if you want to upgrade OrangeFox
When you flash an OrangeFox zip, there is no need to flash any DFE or any other such thing
See below for detailed instructions on how to install OrangeFox via fastboot
Via Fastboot, and then recovery :
You need a PC for this. If you do not have a PC, or access to a PC, then you are stuck!
Unlock your bootloader (if not already unlocked)
Install adb, fastboot from here, and the relevant USB drivers onto your PC
Install the Mi Flash tool onto your PC (only for Xiaomi devices)
Download the correct OrangeFox zip file to your phone, and to your PC
Extract recovery.img from the OrangeFox zip file, and copy recovery.img to your PC’s adb directory
Reboot your phone into fastboot/bootloader mode
Open up a command line window / terminal emulator on your PC
Change to the adb directory on your PC
Flash OrangeFox Recovery by using the fastboot flash recovery recovery.img command
Reboot into OrangeFox by pressing the power + volume up keys, until you see the OrangeFox splash screen (the keys may be may vary on your device)
After OrangeFox has booted up, check that everything is working – eg, that it has mounted the data partition successfully, and that the touchscreen works.
Find and select the OrangeFox zip on your phone, tap on it, and swipe to install it (because OrangeFox Recovery needs some files from the zip)
After installation, the phone will automatically reboot into OrangeFox
Enjoy!
DOWNLOAD
MOD EDIT: DOWNLOAD LINK REMOVED
Features:
-Fully decryption support
-Wipe support
-Backup support
-vibration support
What doesn't work
you tell me
Thanks to @PeterCxy for the commits and the base: https://github.com/PeterCxy/android_device_xiaomi_violet-twrp
Thanks for @mauronofrio for original raphael device tree: https://github.com/mauronofrio/android_device_xiaomi_raphael
TeamWin - for TWRP
The OrangeFox Team - for your hard work
Thread closed until kernel sources are provided.
OP: Please check your PM-Inbox for more informtion.
You can read about it HERE why it's mandatory to post actual kernel sources according to GPLv2.
Thanks
strongst
Forum Moderator

[RECOVERY][UNOFFICIAL] OrangeFox Recovery R11.1 + Data decrypt

Code:
/*
* 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 recovery
* 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.
*
*/
With data decrypt you can flash custom roms in recovery. In the near future there will be.
Notes:
* Data partition and Internal storage will be formatted (for decryption)
* Tested with latest MIUI 12.5.3.0
Credits
* TeamWin - for TWRP
* The OrangeFox Team - for your hard work
* ymdzq - for OFRP builder
* [email protected] & [email protected], [email protected] & [email protected] - for DisableForceEncryption
FEATURES
* Built-in support for installing init.d functionality
* Built-in support for installing Magisk
* AromaFM
* Flashlight
* Password, torch, led
* Support for Miui and Custom ROMs
* Superb new UI and themes
* OrangeFox theme engine:
- choice of theme (black, dark, etc)
- choice of color scheme
- choice of splash screen
* Alternative lockscreen
* And many more!
DOWNLOADS
Github download site: OrangeFox-21.05.02-Unofficial.zip (atom also use this)
Googledrive download site: DisableForceEncryption.zip
Google download site: Android SDK Platform-tools 31.0.2
REQUIRES
* Redmi 10X 5G (atom) or Redmi 10X Pro (bomb) devices with android 10 or 11.
* Bootloader unlocked and USB debugging enabled.
* PC/Laptop with Xiaomi driver installed.
INSTALLATIONS
1. Download the OrangeFox zip to your pc. Extract and get img file.
2. Reboot device and enter into fastboot mode.
3. Connect device to pc via usb cable.
4. Extract Android SDK Platform-tools and copy img file into this folder. Run cmd...
5. Flash img file: fastboot flash recovery OrangeFox-21.05.02-Unofficial-bomb.img
6. Flash nulled vbmeta: fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
7. Reboot to recovery: fastboot boot OrangeFox-21.05.02-Unofficial-bomb.img
8. If device not reboot to recovery automatically, press volume up + power at reboot.
9. Format data partion and Internal storage in OrangeFox. It will remove all your app data, gallery, sms, contacts,... Make sure backup first.
10. Copy DisableForceEncryption.zip to storage device. Install DisableForceEncryption.zip. Reboot to recovery again and check.
11. Enjoy!
Version Information
Status: Stable
Current Stable Version: R11.1
Stable Release Date: 2021-05-05
Created 2021-07-25
thank you for your great work
thanks,make custom rom
love u so much
thanks for your work. where's the vbmeta file?
joerusama said:
thanks for your work. where's the vbmeta file?
Click to expand...
Click to collapse
You can use stock vbmeta.img.
Just flash using:
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
after flashing it. when i reboot will the recovery be fox twrp or still redmi recovery
hoangx2x said:
after flashing it. when i reboot will the recovery be fox twrp or still redmi recovery
Click to expand...
Click to collapse
when I unzip the twrp file, its name is recovery.img . do i need to rename it to "OrangeFox-21.05.02-Unofficial-bomb.img"???
hoangx2x said:
when I unzip the twrp file, its name is recovery.img . do i need to rename it to "OrangeFox-21.05.02-Unofficial-bomb.img"???
Click to expand...
Click to collapse
Does not matter the name of it.
VD171 said:
Does not matter the name of it.
Click to expand...
Click to collapse
it work , thanks , but i need rename
Hi guys, I just want to ask if this will replace the stock recovery of miui permanently, because on my previous experience, flashing custom recovery and booting to the stock rom, the stock miui recovery will replace the custom recovery .
may i ask where is the vbmeta? it keeps on saying there is no vbmeta on the directory. i dont' have the stock vbmeta. please help
SirruxKyrios said:
may i ask where is the vbmeta? it keeps on saying there is no vbmeta on the directory. i dont' have the stock vbmeta. please help
Click to expand...
Click to collapse
you can get it in the zip file of the rom
Hello, can you help me? which would be the steps to install the beta of miui and magisk without losing the recovery orengefox. I could already install the beta rom but I cannot install magisk, because when I install the beta rom it removes orangefox and I can no longer install magisk. and thanks for the great contribution
alucard2409 said:
Hello, can you help me? which would be the steps to install the beta of miui and magisk without losing the recovery orengefox. I could already install the beta rom but I cannot install magisk, because when I install the beta rom it removes orangefox and I can no longer install magisk. and thanks for the great contribution
Click to expand...
Click to collapse
I used this one, all seems good
It doesn't actually decrypt data
Thank you for your hard work, but I am not able to decrypt it in practice. The version of my device is MIUI 12.5.8.0 stable, and the Android version I am running is Android 11. Is it possible that I have to use MIUI development version?
Can you guys share which driver you're using? My 10x pro is not being detected via fastboot mode. Thanks.
it keeps saying when i try to flash recovery that the file size is too big ? plz help
not working on androind 12 causes bootloop

Categories

Resources