Doogee V20 mods - Android Q&A, Help & Troubleshooting

I'm starting this thread in the hopes that devs will start mods for the Doogee V20. **Crosses fingers**

EldiggEmrys said:
I'm starting this thread in the hopes that devs will start mods for the Doogee V20. **Crosses fingers**
Click to expand...
Click to collapse
@EldiggEmrys
Welcome to XDA. I hope you'll always get the support you require.
Prior to your next posting please read the guidances that are stuck on top of every forum like
Note: Questions go in Q&A Forum
If you are posting a Question Thread post it in the Q&A forum. Technical discussion of Android development and hacking. No noobs, please. Device-specific releases should go under the appropriate device forum...
forum.xda-developers.com
I've moved the thread to Android Q&A.
Thanks for your cooperation.
Regards
Oswald Boelcke
Senior Moderator

Thank you. I'm new here, so this was a huge help.

Hello! I have the same question... I would like to root it. I have only unlocked the bootloader.. Thanks!

Like to start with simple but Clear Flash instructions, the ppt mixed Chinese/English pictorial doesn't instill confidence swapping to a NOEEA rom from EEA

To start, there's no Rom file on the web... The only file available is corrupt from Microsoft onedrive link.. I've downloaded that file over 10 times just so i can fix a bricked doogee v20, the file is broken

also there is no V3.03 Rom in web.

I finally Got working File from older Rom update, I can't flash the device for some reason using SPtool

StackhouseXDA said:
To start, there's no Rom file on the web... The only file available is corrupt from Microsoft onedrive link.. I've downloaded that file over 10 times just so i can fix a bricked doogee v20, the file is broken
Click to expand...
Click to collapse
Hi! Correct ROM files here (cloud store) : https://disk.yandex.com/d/2xfi4M9TA3CIIQ
Instructions for rooting device:
There are similar instructions in English for getting root on V10 - www.hovatek.com/forum/thread-40209.html
Attention - your data will disappear after manipulation, you will have to configure the phone again. Firmware updates by air (OTA) will not arrive.
0. You can use the FlashTool utility to make a backup of your phone's firmware.
1. First of all, you need to patch the bootloader. Just copy the boot.img from the firmware to the phone's memory and patch by Magisk installed on the phone (I like version 23.0)
2. Copy the patched boot to the computer or you can use already patched boot: https://forum.xda-developers.com/attachments/5658385/
3. Connect the phone to the computer with a USB cable and through the phone settings we become a developer and in the developer menu you can tap the OEM unlock and USB debugging.
4. Download the attached file on the computer with a set of ADB utilities https://forum.xda-developers.com/attachments/5658389
5. Download and install USB drivers on the computer https://forum.xda-developers.com/attachments/5658387/
6. Reboot phone into fastboot mode (hold the Volume + button when restarting)
7. Through ADB, unlock the bootloader by entering fastboot flashing unlock
8. Using ADB to flashing modified vbmeta file (boot integrity checks removed)- fastboot flash vbmeta vbmeta.img https://forum.xda-developers.com/attachments/5658391/
9. Reboot into fasboot again (just enter - fastboot reboot fastboot)
10. Flash a patched boot - fastboot flash boot boot_magisk.img https://forum.xda-developers.com/attachments/5658385/
11. Clearing data using fastboot -w
12. Perform fastboot reboot
13. After restarting the phone and initial setup, click on the Magisk apk icon and after launching, click "Install".
Root have been obtained!

ths
laseg said:
Hi! Correct ROM files here (cloud store) : https://disk.yandex.com/d/2xfi4M9TA3CIIQ
Instructions for rooting device:
There are similar instructions in English for getting root on V10 - www.hovatek.com/forum/thread-40209.html
Attention - your data will disappear after manipulation, you will have to configure the phone again. Firmware updates by air (OTA) will not arrive.
0. You can use the FlashTool utility to make a backup of your phone's firmware.
1. First of all, you need to patch the bootloader. Just copy the boot.img from the firmware to the phone's memory and patch by Magisk installed on the phone (I like version 23.0)
2. Copy the patched boot to the computer or you can use already patched boot: https://forum.xda-developers.com/attachments/5658385/
3. Connect the phone to the computer with a USB cable and through the phone settings we become a developer and in the developer menu you can tap the OEM unlock and USB debugging.
4. Download the attached file on the computer with a set of ADB utilities https://forum.xda-developers.com/attachments/5658389
5. Download and install USB drivers on the computer https://forum.xda-developers.com/attachments/5658387/
6. Reboot phone into fastboot mode (hold the Volume + button when restarting)
7. Through ADB, unlock the bootloader by entering fastboot flashing unlock
8. Using ADB to flashing modified vbmeta file (boot integrity checks removed)- fastboot flash vbmeta vbmeta.img https://forum.xda-developers.com/attachments/5658391/
9. Reboot into fasboot again (just enter - fastboot reboot fastboot)
10. Flash a patched boot - fastboot flash boot boot_magisk.img https://forum.xda-developers.com/attachments/5658385/
11. Clearing data using fastboot -w
12. Perform fastboot reboot
13. After restarting the phone and initial setup, click on the Magisk apk icon and after launching, click "Install".
Root have
Click to expand...
Click to collapse
many thanks mate for the update, but my issue is a little bit complex, i actually bought the Doogee v20 from an Asian market, it came in bricked, and doesn't boot past the doogee logo, I tried flashing with SP tool several times to no success, I encountered all kinds of errors. in between this is supposedly factory build device from the official store.

Hi! I was able to root my V20 too:
Instead of flashing the modified vbmeta.img I followed the instruction from magisk and flashed the original vbmeta after flashing the patched boot.img. Using this command, without a need to reboot into fasboot:
fastboot flash vbmeta --disable-verity --disable-verification vbmeta.img
Now I am looking how to sideload zip files. I'd like to install f-droid privileged extensions. The original recovery does not allow to flash unsigned zips. How can I remove the check?
Next question: Does anybody knows how to get a twrp recovery?

laseg said:
Hi! Correct ROM files here (cloud store) : https://disk.yandex.com/d/2xfi4M9TA3CIIQ
Instructions for rooting device:
There are similar instructions in English for getting root on V10 - www.hovatek.com/forum/thread-40209.html
Attention - your data will disappear after manipulation, you will have to configure the phone again. Firmware updates by air (OTA) will not arrive.
0. You can use the FlashTool utility to make a backup of your phone's firmware.
1. First of all, you need to patch the bootloader. Just copy the boot.img from the firmware to the phone's memory and patch by Magisk installed on the phone (I like version 23.0)
2. Copy the patched boot to the computer or you can use already patched boot: https://forum.xda-developers.com/attachments/5658385/
3. Connect the phone to the computer with a USB cable and through the phone settings we become a developer and in the developer menu you can tap the OEM unlock and USB debugging.
4. Download the attached file on the computer with a set of ADB utilities https://forum.xda-developers.com/attachments/5658389
5. Download and install USB drivers on the computer https://forum.xda-developers.com/attachments/5658387/
6. Reboot phone into fastboot mode (hold the Volume + button when restarting)
7. Through ADB, unlock the bootloader by entering fastboot flashing unlock
8. Using ADB to flashing modified vbmeta file (boot integrity checks removed)- fastboot flash vbmeta vbmeta.img https://forum.xda-developers.com/attachments/5658391/
9. Reboot into fasboot again (just enter - fastboot reboot fastboot)
10. Flash a patched boot - fastboot flash boot boot_magisk.img https://forum.xda-developers.com/attachments/5658385/
11. Clearing data using fastboot -w
12. Perform fastboot reboot
13. After restarting the phone and initial setup, click on the Magisk apk icon and after launching, click "Install".
Root have been obtained!
Click to expand...
Click to collapse
Hi, I followed your info, thanks for sharing... but I somehow bricked my V20... I luckily made a backup and I now have all the 52 ROM_XX files but I don't know how to restore... I can go in fastboot mode.

You might have a look at:
Download Doogee V20 Stock Rom Firmware Flash File ~ Techswizz
This post contains the Doogee V20 Stock Rom firmware Flash File that will allow you to restore your Doogee V20 Smartphone to its original state. You will
www.techswizz.com
or
Doogee V20 Firmware Flash File (Stock ROM)
Android always opens the door to various possibilities such as flashing custom ROM or kernel or APK modding etc. So if you have accidentally bricked your
www.getdroidtips.com
I can't tell if it will work as I never did it myself. You need the zip file, see link above or get it from doogee. Wish you good luck!

kakadu3 said:
You might have a look at:
Download Doogee V20 Stock Rom Firmware Flash File ~ Techswizz
This post contains the Doogee V20 Stock Rom firmware Flash File that will allow you to restore your Doogee V20 Smartphone to its original state. You will
www.techswizz.com
or
Doogee V20 Firmware Flash File (Stock ROM)
Android always opens the door to various possibilities such as flashing custom ROM or kernel or APK modding etc. So if you have accidentally bricked your
www.getdroidtips.com
I can't tell if it will work as I never did it myself. You need the zip file, see link above or get it from doogee. Wish you good luck!
Click to expand...
Click to collapse
Thanks! I managed to restore it with Stock and then followed again the guide. This time everything fine.

Hi All,
Has anyone here been successful in finding an TWRP recovery that works with the Doogee V20? So far I have not had any luck in locating one for that phone yet. I even tried looking for the V10 version which is the previous model with no luck. Trying to repair my V20 and definitely need the TWRP in order to do so.
Thanks in advance!
-G

Hi,
If anyone is interested in stock firmware for Doogee V20, here's the link to the official Doogee website where you can find and download from their repositories including the one with ROMs for V20. Hope it can be useful for someone here. Thank you!
Firmware,Service
Firmware,Service
www.doogee.cc

StackhouseXDA said:
many thanks mate for the update, but my issue is a little bit complex, i actually bought the Doogee v20 from an Asian market, it came in bricked, and doesn't boot past the doogee logo, I tried flashing with SP tool several times to no success, I encountered all kinds of errors. in between this is supposedly factory build device from the official store.
Click to expand...
Click to collapse
Amigo, seu problema é fácil de resolver,
faça o download da ROM oficial direto do fabricante,
https://onedrive.live.com/?authkey=!AHwWCrOETirL9c8&cid=7525A55C0028FDF5&id=7525A55C0028FDF5!3103&parId=7525A55C0028FDF5!3099&o=OneUp.
abra o spflashtool em modo administrador.
Selecione o arquivo scatter.
Logo a baixo tem um botão escrito (download only), clique na seta e altere para ( download e format ),
está e a correção do seu problema.
Após isso clique no botão download,
Para iniciar o processo de atualização da ROM de estoque em seu Doogee V20, você precisa desligar o dispositivo e manter pressionada a tecla Diminuir volume e conectar seu telefone ao PC/laptop usando um cabo USB (Mantenha o botão precisando volume baixo até que seu computador detecte o telefone.)
Quando o telefone se conectar, seu dispositivo será atualizado para atualizar o firmware.
e voala, seu doogee v20 vivo novamente.
Boa sorte.
Caso sua ROM perca os números do IMEI não adianta reinstalar a ROM novamente, basta instalar o programa vbmeta em seu PC/LapTop e colocar o número do IMEI novamente. ( Tem vídeo tutorial no YouTube), obs: use o número do IMEI do seu aparelho que está na caixa.
Mod translation:
Friend, your problem is easy to solve,
download the official ROM directly from the manufacturer,
OneDrive
onedrive.live.com
open spflashtool in administrator mode.
Select the scatter file.
Just below there is a button written (download only), click on the arrow and change it to ( download and format ),
is and the fix for your problem.
After that click the download button,
To start the process of flashing the Stock ROM on your Doogee V20, you need to turn off the device and hold down the Volume Down key and connect your phone to the PC/laptop using a USB cable (Hold the button needing volume down until your computer detect the phone.)
When the phone connects, your device will flash to update the firmware.
and voala, your doogee v20 alive again.
Good luck.
If your ROM loses the IMEI numbers, it's no use to reinstall the ROM again, just install the vbmeta program on your PC/LapTop and put the IMEI number again. (There is a video tutorial on YouTube), note: use the IMEI number of your device that is on the box.

davi148 said:
Hi, I followed your info, thanks for sharing... but I somehow bricked my V20... I luckily made a backup and I now have all the 52 ROM_XX files but I don't know how to restore... I can go in fastboot mode.
Click to expand...
Click to collapse
faça todo o processo de instalação da ROM oficial pelo spflashtool, porém antes de conectar o telefone ao PC selecione todos os arquivos e na opção ( somente download ) altere para ( baixe e formate) e inicie a instalação,
pronto seu v20 vai viver novamente.
Mod translation:
do the entire installation process of the official ROM by spflashtool, but before connecting the phone to the PC select all the files and in the option (download only) change to (download and format) and start the installation,
ready your v20 will live again.

jefersonfc said:
Mod translation:
do the entire installation process of the official ROM by spflashtool, but before connecting the phone to the PC select all the files and in the option (download only) change to (download and format) and start the installation,
ready your v20 will live again.
Click to expand...
Click to collapse
Greetings, and welcome to XDA. As a friendly remider, we ask all members to please post in English as stipulated by XDA Rule #4:
Spoiler: XDA Rule #4
4. Use the English language.
We understand that with all the different nationalities, not everyone speaks English well, but please try. If you're really unable to post in English, use an online translator. You're free to include your original message in your own language, below the English translation. (This rule covers your posts, profile entries and signature). You could try :- https://translate.google.com/ or https://www.babelfish.com/ or use one of your choice.
Thank you for your cooperation, and enjoy your stay on XDA.
-Regards: Badger50

Hi,
Please I need help. I rooted my doogee V20 correctly but after some days, when trying to do a small change to the /system/etc/init/hw/init.rc with root explorer, accidentally cleared the contents of the init.rc
Now I have an empty init.rc and dont know how to recover it.
The phone is still connected and charged, but I think I need to recover the init.rc even to be able to reflash it right?
From what I understood, if I reboot the V20 without init.rc it will bricked right?
The ADB depends on the init.rc I think...
If any of you could share your working /system/etc/init/hw/init.rc I would be really grateful
Or if you know another way to recover it please let me know!!!!
Thank you for your help

Related

UNbrick Motorola Razr XT910S/K

this community help me a lot and it is my time to help.
Its works whit XT910 Korean Retail (S/K).
It is my first post so i can not post links, so remove spaces.
Extract from here: xt910ks.blogspot.com.ar
Archives:
Motorola Drivers and RSD >5.9 : No links,please google
Tool erase the CID & Root: w w w .me diafire .com/?6e1prdc0cq6eraq
Firmware 4.0.4: w w w .droi deve lop ers.com/dow nloads.php?do =file&id=1407 (need free register)
Update: www .med iafire .com/?7s2e953kuka1xa9
Step 1: Erase CID
Put XT910 in Fastboot Mode: Volume up + Volume down + Power
Press volume down to Fastboot and then volume up to select
Conect to pc and install drivers
Decompress "Xoa CID & Root.rar", Find "Xoa CID" folder and double click on "run.bat" and the others 3 .bat files
Step 2: FLash Firmware
Put in Fastboot again, open RSD Lite annd select "SPYDERIRD_U.01.6.7.3-94_SPI-324_04.11.01P_0A.74_ASIA_RETAIL_HKTW_CFC_HWp2b_SIGNED.xml.zip" archive (firmware 4.0.4)
if the flash process fails means that CID is not deleted, back to step 1
After finish all task whitout errors, reboot cellphone, press Volume up, volume down and Power, and selet "BP Tools"
wait boot correctly, aprox 1~2 min
Put the update in SD Card, and turn off
Boot in recovery mode: Volume down+volume up+Power, and select recovery
When appear Android logo press volume up+ volume down quickly,
Do a full wipe
select install zip from sd card, and select "Blur_Version.673.94.328.XT910.AsiaRetail.en.03.zip" archive.
wait to terminate
Full wipe again
Reboot and select BP tools again
Step 3 Fix Boot + Mass Storage:
Activate "USB Debugging" and plug to pc, find the root folder from "Xoa CID & Root.rar" archive and extract,
then run "EasyRootICS_Windows.bat"
cellphone will reboot 3 time, remember to boot in "BP Tools" always,
when done, run EasyRootICS_Apps.bat to install apps
in Cellphon Run Boot Menu Manager, install Hjihack, in 1st system turn on the first 2 items,
now restart, and after 3 seconds the cellphone will pass costumer id error and boot properly.
Tested on my XT910S.
Regards from Argentina!:laugh:
hola, al telefono puede ponerse cualquier firm despues de hacer esto? Queda identico a un nuevo?
jmm18 said:
hola, al telefono puede ponerse cualquier firm despues de hacer esto? Queda identico a un nuevo?
Click to expand...
Click to collapse
You wont get much help posting in spanish in this community, this is a english only forum,but to answer your question, yes you will have a fresh stock rom and you can flash any firmware with an erased CID.
Sent from my XT910 using xda premium
AztekSoul said:
You wont get much help posting in spanish in this community, this is a english only forum,but to answer your question, yes you will have a fresh stock rom and you can flash any firmware with an erased CID.
Sent from my XT910 using xda premium
Click to expand...
Click to collapse
Thanks and sorry for spanish language
During flashing it keeps coming up with fail at the step 6. I have been redoing step 1 for several times, but no luck. Any advice?
I am booting with BT Tools option. Else it wont get inside, also shows Customer ID error.
Sent from my AUXUS Nuclea N1 using xda app-developers app
hi!
jmm18 said:
hola, al telefono puede ponerse cualquier firm despues de hacer esto? Queda identico a un nuevo?
Click to expand...
Click to collapse
si, despues de esto le puse el retail de brasil 4.1.2 y quedo de 10, eso si me costo rootearlo. Saludos
egons said:
During flashing it keeps coming up with fail at the step 6. I have been redoing step 1 for several times, but no luck. Any advice?
Click to expand...
Click to collapse
try whit another similar .bat file, and see if cid is deleted (this only work wiyh XT910S/K)
nijom said:
I am booting with BT Tools option. Else it wont get inside, also shows Customer ID error.
Sent from my AUXUS Nuclea N1 using xda app-developers app
Click to expand...
Click to collapse
try a full wipe again, or do all again from step 1, without flash "ota"
One more tip...
kraven234 said:
this community help me a lot and it is my time to help.
Its works whit XT910 Korean Retail (S/K).
It is my first post so i can not post links, so remove spaces.
Extract from here: xt910ks.blogspot.com.ar
Archives:
Motorola Drivers and RSD >5.9 : No links,please google
Tool erase the CID & Root: w w w .me diafire .com/?6e1prdc0cq6eraq
Firmware 4.0.4: w w w .droi deve lop ers.com/dow nloads.php?do =file&id=1407 (need free register)
Update: www .med iafire .com/?7s2e953kuka1xa9
Step 1: Erase CID
Put XT910 in Fastboot Mode: Volume up + Volume down + Power
Press volume down to Fastboot and then volume up to select
Conect to pc and install drivers
Decompress "Xoa CID & Root.rar", Find "Xoa CID" folder and double click on "run.bat" and the others 3 .bat files
Step 2: FLash Firmware
Put in Fastboot again, open RSD Lite annd select "SPYDERIRD_U.01.6.7.3-94_SPI-324_04.11.01P_0A.74_ASIA_RETAIL_HKTW_CFC_HWp2b_SIGNED.xml.zip" archive (firmware 4.0.4)
if the flash process fails means that CID is not deleted, back to step 1
After finish all task whitout errors, reboot cellphone, press Volume up, volume down and Power, and selet "BP Tools"
wait boot correctly, aprox 1~2 min
Put the update in SD Card, and turn off
Boot in recovery mode: Volume down+volume up+Power, and select recovery
When appear Android logo press volume up+ volume down quickly,
Do a full wipe
select install zip from sd card, and select "Blur_Version.673.94.328.XT910.AsiaRetail.en.03.zip" archive.
wait to terminate
Full wipe again
Reboot and select BP tools again
Step 3 Fix Boot + Mass Storage:
Activate "USB Debugging" and plug to pc, find the root folder from "Xoa CID & Root.rar" archive and extract,
then run "EasyRootICS_Windows.bat"
cellphone will reboot 3 time, remember to boot in "BP Tools" always,
when done, run EasyRootICS_Apps.bat to install apps
in Cellphon Run Boot Menu Manager, install Hjihack, in 1st system turn on the first 2 items,
now restart, and after 3 seconds the cellphone will pass costumer id error and boot properly.
Tested on my XT910S.
Regards from Argentina!:laugh:
Click to expand...
Click to collapse
Useful tip for whom are going to do this (Especially for whom live in Korea):
Removing CID without backup is no good choice. It's kinda emergency treatment.
If you don't need your phone right now or have enough time to visit any Motorola Service Center nearby your place, then go to there.
Even though servicing varies around service centers (it means some engineers don't know how to restore), Most engineers may restore your phone right at the time. They have fastboots for SKT and KT. (Because you HAVE your own CID at this time.) It costs around 8000 ~ 20000 KRW ( $8 ~ $20). But you may keep it safely.
Good luck with RAZR.
P.S. I wiped out my cid without backups.
nidev said:
Useful tip for whom are going to do this (Especially for whom live in Korea):
Removing CID without backup is no good choice. It's kinda emergency treatment.
If you don't need your phone right now or have enough time to visit any Motorola Service Center nearby your place, then go to there.
Even though servicing varies around service centers (it means some engineers don't know how to restore), Most engineers may restore your phone right at the time. They have fastboots for SKT and KT. (Because you HAVE your own CID at this time.) It costs around 8000 ~ 20000 KRW ( $8 ~ $20). But you may keep it safely.
Good luck with RAZR.
P.S. I wiped out my cid without backups.
Click to expand...
Click to collapse
I have deleted CID. Only fastboot working was 9.8.2O-124_SPUEM-14_S7_USASPDRICS01RTFE1007.0R_USASPDRJBRTFR_P013_A014_p2b_S1FF_fb_CFC.xml. I am on 982.124.14.XT910.Retail.en.FR version now. What am I supposed to do now? Any advice?
Customer ID error
Hi, in my case this unfortunatelly resulted in Customer ID error. Whats more, i am not able to get to boot menu any more.
kraven234 said:
this community help me a lot and it is my time to help.
Its works whit XT910 Korean Retail (S/K).
It is my first post so i can not post links, so remove spaces.
Extract from here: xt910ks.blogspot.com.ar
Archives:
Motorola Drivers and RSD >5.9 : No links,please google
Tool erase the CID & Root: w w w .me diafire .com/?6e1prdc0cq6eraq
Firmware 4.0.4: w w w .droi deve lop ers.com/dow nloads.php?do =file&id=1407 (need free register)
Update: www .med iafire .com/?7s2e953kuka1xa9
Step 1: Erase CID
Put XT910 in Fastboot Mode: Volume up + Volume down + Power
Press volume down to Fastboot and then volume up to select
Conect to pc and install drivers
Decompress "Xoa CID & Root.rar", Find "Xoa CID" folder and double click on "run.bat" and the others 3 .bat files
Step 2: FLash Firmware
Put in Fastboot again, open RSD Lite annd select "SPYDERIRD_U.01.6.7.3-94_SPI-324_04.11.01P_0A.74_ASIA_RETAIL_HKTW_CFC_HWp2b_SIGNED.xml.zip" archive (firmware 4.0.4)
if the flash process fails means that CID is not deleted, back to step 1
After finish all task whitout errors, reboot cellphone, press Volume up, volume down and Power, and selet "BP Tools"
wait boot correctly, aprox 1~2 min
Put the update in SD Card, and turn off
Boot in recovery mode: Volume down+volume up+Power, and select recovery
When appear Android logo press volume up+ volume down quickly,
Do a full wipe
select install zip from sd card, and select "Blur_Version.673.94.328.XT910.AsiaRetail.en.03.zip" archive.
wait to terminate
Full wipe again
Reboot and select BP tools again
Step 3 Fix Boot + Mass Storage:
Activate "USB Debugging" and plug to pc, find the root folder from "Xoa CID & Root.rar" archive and extract,
then run "EasyRootICS_Windows.bat"
cellphone will reboot 3 time, remember to boot in "BP Tools" always,
when done, run EasyRootICS_Apps.bat to install apps
in Cellphon Run Boot Menu Manager, install Hjihack, in 1st system turn on the first 2 items,
now restart, and after 3 seconds the cellphone will pass costumer id error and boot properly.
Tested on my XT910S.
Regards from Argentina!:laugh:
Click to expand...
Click to collapse
Guys I am completely desperate!
I have softbricked my XT910S Korean version and right now I was hoping to follow this instructions to recover the device but whatever I do I cant succeed.
I tried to remove CID but it always says "erasing 'cid' ... INFOcommand restricted failed" the rest OK
Next thing I tried all possible firmwares including SPYDERIRD_U.01.6.7.3-94_SPI-324_04.11.01P_0A.74_ASIA_RETAIL_HKTW_CFC_HWp2b_SIGNED.xml.zip but it just fails on step 6 flashing fail.
Please help or show me the rest direction how to get it done otherwise I'm gonna go insane. I have all installed drivers, cable, battery is charged and charging. (I am able to charge the phone but it dies very quickly which is strange.
IF you could please help with providing link to correct version of firmware. I'm not sure even how to check which firmware is correct for my phone.
Your help is really appreciated.
kraven234 said:
this community help me a lot and it is my time to help.
Its works whit XT910 Korean Retail (S/K).
It is my first post so i can not post links, so remove spaces.
Extract from here: xt910ks.blogspot.com.ar
Archives:
Motorola Drivers and RSD >5.9 : No links,please google
Tool erase the CID & Root: w w w .me diafire .com/?6e1prdc0cq6eraq
Firmware 4.0.4: w w w .droi deve lop ers.com/dow nloads.php?do =file&id=1407 (need free register)
Update: www .med iafire .com/?7s2e953kuka1xa9
Step 1: Erase CID
Put XT910 in Fastboot Mode: Volume up + Volume down + Power
Press volume down to Fastboot and then volume up to select
Conect to pc and install drivers
Decompress "Xoa CID & Root.rar", Find "Xoa CID" folder and double click on "run.bat" and the others 3 .bat files
Step 2: FLash Firmware
Put in Fastboot again, open RSD Lite annd select "SPYDERIRD_U.01.6.7.3-94_SPI-324_04.11.01P_0A.74_ASIA_RETAIL_HKTW_CFC_HWp2b_SIGNED.xml.zip" archive (firmware 4.0.4)
if the flash process fails means that CID is not deleted, back to step 1
After finish all task whitout errors, reboot cellphone, press Volume up, volume down and Power, and selet "BP Tools"
wait boot correctly, aprox 1~2 min
Put the update in SD Card, and turn off
Boot in recovery mode: Volume down+volume up+Power, and select recovery
When appear Android logo press volume up+ volume down quickly,
Do a full wipe
select install zip from sd card, and select "Blur_Version.673.94.328.XT910.AsiaRetail.en.03.zip" archive.
wait to terminate
Full wipe again
Reboot and select BP tools again
Step 3 Fix Boot + Mass Storage:
Activate "USB Debugging" and plug to pc, find the root folder from "Xoa CID & Root.rar" archive and extract,
then run "EasyRootICS_Windows.bat"
cellphone will reboot 3 time, remember to boot in "BP Tools" always,
when done, run EasyRootICS_Apps.bat to install apps
in Cellphon Run Boot Menu Manager, install Hjihack, in 1st system turn on the first 2 items,
now restart, and after 3 seconds the cellphone will pass costumer id error and boot properly.
Tested on my XT910S.
Regards from Argentina!:laugh:
Click to expand...
Click to collapse
Hola amigo, yo intento borrar el CID pero me dice FAILED en cualquiera de los cuatro, no existe otra maner, porque ni siquiera puedo entrar a modo fastboot en mi teléfono, gracias
guyz plz i need this file ..plz somebody upload this SPYDERIRD_U.01.6.7.3-94_SPI-324_04.11.01P_0A.74_ASIA_RETAIL_HKTW_CFC_HWp2b_SIG NED.xml.zip
BaCkkk said:
guyz plz i need this file ..plz somebody upload this SPYDERIRD_U.01.6.7.3-94_SPI-324_04.11.01P_0A.74_ASIA_RETAIL_HKTW_CFC_HWp2b_SIG NED.xml.zip
Click to expand...
Click to collapse
Here you go:
Code:
ht tp://sbf.droid-developers.org/download.php?device=10&file=262
how to install hi jack
Thanks a ton!
Sorry for the awkward bump but mate, I could freaking kiss you right now! Thanks a ton! Worked like a charm!
Those who are having problem installing HiJack : Get the updated version of BootMenu Manager from Playstore, install it, grant it root permission, run it and run the installer. After that reboot, wait for a few seconds, and viola!
Once again, thanks a lot!
Thanks
Thanks a bunch!!
Probably the best guide for all Korean XT910's
Works totally fine revived my bricked XT910K using this guide :good:
meher said:
Thanks a bunch!!
Probably the best guide for all Korean XT910's
Works totally fine revived my bricked XT910K using this guide :good:
Click to expand...
Click to collapse
Sorry for off topic, but since you are from India too, did you buy the phone from eBay as well? And are you noticing yellow watermarks on the screen? (There is a number in the middle and two yellow boxes at the bottom)
Sorry to revive an old thread, I'm having this issue with erasing the cid. Anyone know what I can do from here?
xt910k model btw
sending 'mbm' (512 KB)... OKAY [ 0.031s]
writing 'mbm'... OKAY [ 0.484s]
sending 'mbm' (512 KB)... OKAY [ 0.296s]
writing 'mbm'... OKAY [ 0.484s]
finished. total time: 0.780s
erasing 'cid'... INFOCommand restricted
FAILED (remote: )
finished. total time: 0.281s
erasing 'userdata'... OKAY [ 0.937s]
erasing 'cache'... OKAY [ 0.876s]
finished. total time: 1.813s
cid: 5
finished. total time: -0.000s
Press any key to continue . . .
Click to expand...
Click to collapse
New link download
Several people have been looking for the asian rom, so here it is
motofirmware . com/files/download/237-spyderird-u01673-94-spi-324-041101p-0a74-asia-retail-hktw-cfc-hwp2b-signedxmlzip
Just delete the spaces and done.

lg g2 d802 bricked after ota , stock recovery.

1.LG G2 stuck at boot logo.
2.Cannot enter download Mode
4.cannot enter fastboot mode
5.Phone not detecting in the computer either windows or linux! (only ADB SIdeload - assert failed: run_program("/tmp/loki.sh") == 0 assert failed: run_program("/tmp/loki.sh") == 0)
Accidentalmente actualice vía OTA estando rooteado
No entra en "Download Mode"
No sale haciendo Wipe Data desde Recovery ni Factory Reset desde Combinacion de Botones.
Please close the thread, problem solved
That's not the way.
Although you've found the solution to your issue, user might search the forum for the same issue and the will either pm you or make another thread.
You can at least write how you've fixed it.
nulling fota partition and misc if needed from twrp is one way.
1° http://forum.xda-developers.com/lg-g2/general/lg-g2-unbrickable-fix-real-hard-brick-t2904404
- First this to get the qhsusb mode
2°http://downloads.codefi.re/autoprime/LG/LG_G2/D802/Stock_Firmware/10b_16G_partitions
-Second: I downloaded this files and used this guide; http://forum.xda-developers.com/showthread.php?t=2582142 for put the files in the phone, after this i can enter to the recovery TWRP and use ADB Push to move a ROM to the phone.
3°http://forum.xda-developers.com/showthread.php?t=2451696
- This to fix the booting and enter to the ROM
Sorry for my english.

Android Orange State / Your device has been unlocked and can't be trusted

I was trying to install LineageOS rom on my Walton Primo GH7.
My Step
1st OEM unlock (successfully)--
Code:
fastboot flashing lock
2nd Flash recovery (successfully)---
Code:
fastboot flash recovery twrp-x.x.x-x-zl1.img
3nd Reboot---
Code:
fastboot reboot
After reboot my phone show a message
Orange State
Your devices has been unlocked and can't be trusted
Your devices will boot in 5 seconds
Click to expand...
Click to collapse
then 25 seconds reboot the phone and show the message again and again.
i believe you have a bootable custom recovery , if yes flash stock or any custom rom available for it via recovery
as i know the command to unlock bootloader is fastboot oem unlock
if recovery isn't booting after booting in to system , try to boot directly in to recovery
shahrior said:
Code:
fastboot flashing lock
Click to expand...
Click to collapse
As far as I know, this is the command used on Nexus devices in order to re-lock the bootloader, whereas the code to unlock it is
Code:
fastboot oem unlock
After this you should reboot your phone (which will be formatted), re-enabling developer options and ADB and then rebooting to fastboot and flash your custom recovery (but first you'd just boot to custom recovery and take a full backup)
After reboot my phone show a message then 25 seconds reboot the phone and show the message again and again.
Click to expand...
Click to collapse
That message is completely normal after unlocking the bootloader, do not try to re-lock it or you could have a red state, and that is bad
But how ? How to boot directly in to recovery ?
Hi All,
I have same problem with my Ulefone Armor 2S. I can't even turn it off... Just rebotting constantly with message:
Orange State
Your devices has been unlocked and can't be trusted
Your devices will boot in 5 seconds
Click to expand...
Click to collapse
when I try to type any fastboot command in cmd then it only shows
<waiting for any device>
Click to expand...
Click to collapse
What can I do??
I've got it
This description come from: https://forum.xda-developers.com/android/development/root-ulefone-armor-2-easy-rooting-t3780055
I changed link to correct ROM
We Need:
SPFlashtool: https://spflashtools.com/windows/sp-flash-tool-v5-1728
Ulefone Armor 2s ROM: https://www.needrom.com/download/ulefone-armor-2s/
The software is quite of auto-explained. Please, Do not use the Ulefone's SPFlashtool, use the one I provided. (I DID NOT CREATE IT)
Shut off your phone
In SPFlashtool set the ''scatter-loading file'' inside the ROM zip, Click ''choose'' and locate it.
Keep it ''Download Only''
Click ''Download'', SPFlashtool will be waiting for your device. (REMEMBER YOU NEED THE DRIVERS I QUOTED ABOVE FOR ALL PROCESSES)
Plug your phone.
Wait until SPFlashtool say it is finished.
After that your phone is brand new.
Bom, estou com o mesmo problema no meu Vernee Apollo, porém a minha situação vai além. Na inicialização ele aparece a mesma mensagem, porém não consigo entrar em modo recovery por que quebrei o botão de volume mais do celular, então tudo que for pra ser feito nele precisa ser feito pelo computador. Fora isso ele reconhece no computador mais não reconhece os drivers então fica com se não estivesse conectado assim não respondendo os comandos do ADB FLASBOOT, alguém por favor consegue me ajudar com o problema.
Well, I have the same problem with my Vernee Apollo, because my situation is going down. At startup it appears the same message, so I can not get into recovery mode because I broke the volume button more than the phone, so everything that is to be done in it needs to be done by computer. Other than that he recognizes on the computer but he does not recognize the drivers so he is not connected so if he does not respond to ADB FLASBOOT commands, somebody can help me with the problem.
me too somebody please help
Please help for orange state
Dear Expert Friends
I was trying to root my Chuwi H9Air Tablet. I did flash with TWRP 3.2.2.0.But TWRP interface do not get any command either touch or buttons
so I can not install Magisk 18.0 to finalize the rooting and device stuck on Orange State not go back or further.
Please Help
Thanks
shahrior said:
I was trying to install LineageOS rom on my Walton Primo GH7.
My Step
1st OEM unlock (successfully)--
Code:
fastboot flashing lock
2nd Flash recovery (successfully)---
Code:
fastboot flash recovery twrp-x.x.x-x-zl1.img
3nd Reboot---
Code:
fastboot reboot
After reboot my phone show a message
after this my phone is not turning on
please help meee
Click to expand...
Click to collapse
adrub said:
I've got it
This description come from: https://forum.xda-developers.com/android/development/root-ulefone-armor-2-easy-rooting-t3780055
I changed link to correct ROM
We Need:
SPFlashtool: https://spflashtools.com/windows/sp-flash-tool-v5-1728
Ulefone Armor 2s ROM: https://www.needrom.com/download/ulefone-armor-2s/
The software is quite of auto-explained. Please, Do not use the Ulefone's SPFlashtool, use the one I provided. (I DID NOT CREATE IT)
Shut off your phone
In SPFlashtool set the ''scatter-loading file'' inside the ROM zip, Click ''choose'' and locate it.
Keep it ''Download Only''
Click ''Download'', SPFlashtool will be waiting for your device. (REMEMBER YOU NEED THE DRIVERS I QUOTED ABOVE FOR ALL PROCESSES)
Plug your phone.
Wait until SPFlashtool say it is finished.
After that your phone is brand new.
Click to expand...
Click to collapse
Yea I tried that but my problem is that the boot screen shows up and when it starts the process everything is fine but my phone won't stay in the boot screen and will reboot after 10 to 15 seconds only to show me the same boot screen with the same result after that.
So to put it simple: I can't do the method because the phone reboots to fast and so the Flash Tool can't make it's job. I would need something that would freeze the screen for example.
Can you Help in any way?
i have same problem
i installed twrp in my micromax q4310
everything goes fine
but when i rebooted my device
it shows a message saying " orange state
your device has been unlocked and can't be trusted
your device will boot in 5 seconds "
and after 5 seconds it reboot again with same message then again and again until my device discharged completely i am not able to go in recovery mode also the fastboot commands not recognising my device
please help
arpitmishraethicalhacker said:
i installed twrp in my micromax q4310
everything goes fine
but when i rebooted my device
it shows a message saying " orange state
your device has been unlocked and can't be trusted
your device will boot in 5 seconds "
and after 5 seconds it reboot again with same message then again and again until my device discharged completely i am not able to go in recovery mode also the fastboot commands not recognising my device
please help
Click to expand...
Click to collapse
I have the same problem. Nobody knows the solution?
O_state not entering recovery
arpitmishraethicalhacker said:
i installed twrp in my micromax q4310
everything goes fine
but when i rebooted my device
it shows a message saying " orange state
your device has been unlocked and can't be trusted
your device will boot in 5 seconds "
and after 5 seconds it reboot again with same message then again and again until my device discharged completely i am not able to go in recovery mode also the fastboot commands not recognising my device
please help
Click to expand...
Click to collapse
I have the same mobile, I used magisk and patched my boot image then used adb to flash it {without any custom recovery)}
Also I unlocked my bootloader then when reboot my phone, orange state error comes but my phone reboots normal and works fine.
I have then wanted to install twrp but my mobile does not let me, every time I go to recovery, it either boots my phone back or if I use adb it does not show my mobile in it.
I will be grateful if any expert can help me install twrp, cwm any custom recovery through which I can install xposed.
Also one thing is that when I use normal bootloader commands, it doesn't work.
But I use....
Fastboot -i 0x2a96 flash ...
Anything
It works , please guide me to fix the orange state or help me install custom recovery.
Also, I tried flashing, it showed success but didn't reboot to recovery, it again rebooted into normal
Waiting for expert advice......
????
My phone:
Micromax Canvas 2 2017 Q4310.
I was a big fan of Android 1 of canvas and I did most of experiments on it so I decided to get it's upgrade.
Anyone please help , also spflash tool doesn't detect my phone and I have latest drivers installed.
I have "Orange state" on a Blackview BV9000Pro-f device.
After unlock bootloader and flash TWRP impossibile the restart in recovery mode.
Can give me somebody, any idea???
Orange State is just a info message for bootloader is unlocked. however, you can remove this message (just cosmetical, this does not fix any problems)
- new: 'Orange State' disabler
if you wanna get rid of the waiting time flash the 'Orange State disabler'
WARNING: experts only! do not try this if you don't know how to unbrick your device
- make a backup of lk.bin (bootloader)
- install orange_state_disabler_v0.3.zip from TWRP
- flash lk.bin from SP Flash Tool (in case you bricked your device)
--- 'Orange State' disabler v0.3 ---
##### Created by XopmoH97 : ) #####
source: orange_state_disabler_v0.3.zip
i have same problem for my unit INFINIX HOT 9 PLAY X680B
Orange State
Your devices has been unlocked and can't be trusted
Your devices will boot in 5 seconds
to clarify: Orange State has nothing to do with. boot-loop must have other causes. most likely dm-verity prevents boot because of flashing modified partition (like TWRP)
in order to disable dm-verity one must generate avb-disabled vbmeta.img from python avbtools
if device doesn't have vbmeta partition one must patch boot.img with Magisk Manager
aIecxs said:
to clarify: Orange State has nothing to do with. boot-loop must have other causes. most likely dm-verity prevents boot because of flashing modified partition (like TWRP)
in order to disable dm-verity one must generate avb-disabled vbmeta.img from python avbtools
if device doesn't have vbmeta partition one must patch boot.img with Magisk Manager
Click to expand...
Click to collapse
Does we really need to generate avb-disabled vbmeta.img from python avbtools?
Flashing stock vbmeta like fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img does not work?
haven't tested but from my understanding the above fastboot flags are for flashing purposes only, in order to allow flashing vbmeta_disabled.img, and not for disabling AVB itself. please correct me if i am wrong

Acer Iconia B3-A30: Doesn`t boot up/ Stuck on acer boot logo

Hey guys,
I have some issues with my mother in law's tablet. It doesn't boot up anymore, it would stay at the acer logo for hours until the battery dies.
I already downloaded the acer firmware for this model and put it on a sd card into the tablet but Volume Up + On Button to get into the recovery mode doesn't work as well.
However Volume down + Power on to get into fast boot seems to work, but it doesn't do anything.
I'm not a big android expert to be honest, however ... is there a method to recover everything besides the recovery mode?
I just want to get it running for her...
Thank you guys <3
Hi , to fix your device you will need few things:
1. PC with working internet conection
2. USB drivers
https://global-download.acer.com/GD...10&Step3=B3-A30&OS=ALL&LC=en&BC=ACER&SC=AAP_1
3. Smart Phone Flash Tool ( SPFT) :
https://spflashtools.com/windows/sp-flash-tool-v5-1904
4. Stock firmware: Once you download extract on one new folder to desktop using 7-zip.
https://global-download.acer.com/GD...52.1089126042.1556423940-303353692.1556423940
5. 7-zip tool :
if you have 32bit version of operation system then use 32bit version,
if you have 64bit version of operation system then use 64bit version.
https://www.7-zip.org/
6. Install ROM :
- Unpack FlashTools, and Click on Flash_tool.exe
- Select "scatter-Loading" and search MT8163_Android_scatter.txt in ROM that you extracted on the Desktop .
- Wait file to be added into Flash Tool
- Select "Download Only" or if upgrade "Firmware upgrade"
- Turn off your phone, remove the battery (if the battery is removable) and replace it after some seconds (and don't turn on the phone).
- Press “Download” button to start
- and connect your phone into the computer via USB data cable.
- The process will start and a red progress bar will appear after color purple, yellow.
- And green circles display
- Finish !
- You can now safely disconnect your phone and turn it on.
Good Luck
once you download just click on next and
Thank you for your quick respond.
There is only a scatter.txt in the folder when I unzip it. When I try to load it in scatter loading, I always get the fault message "Status Scatter File Invalid"
Hi then download latest version of SPFT and try again to load scatter file .
Still get the same message
just tried it with the SP_Flash_Tool_v5.1824 and ran it as Admin :/
Vietwoksan said:
Still get the same message
just tried it with the SP_Flash_Tool_v5.1824 and ran it as Admin :/
Click to expand...
Click to collapse
Hi , I found another firmware what you can test :
https://mega.nz/#!z2QSyACL!JeyUpFAuM3--xF69VDmlGuFJBhhQnLPaHc_Pi96ezOc
Bonjour,
J ai utiliser spflashtool mais rien ne va !!
Faut il débrancher la batterie ?? Quelle version sp flash faut-il utiliser ?? Aidez moi car je n arrive pas.
Ma tablette reste sur le logo Acer par android.
MMerci d'avance de votre aide

How to root a Allwinner TV Box (e.g. H616)

Hi everyone,
I have a TV Box " X96Q Max" with Allwinner H616 Chip. Now i want root this Device and i found a way to do this.
I am not responsible for any damage. Everyone should know what they're doing.
* I think it works for all Allwinner TV Box's. I assume that you know how to flash a TV box on your PC.
What do you need...
- a Image (Firmware) from your Device
- Tool > PhoenixSuite v1.10 (Win) or PhoenixCard* (*I just don't know if it'll work / if you don't have a flash cable)
- Tool > imgRePacker v2.06 (Win)
- Tool > Magisk Manager v23 on the TV Box. (Android)
01)
Install or Unpack the Tools and the App
02)
Unpack your .img with imgRePacker (Drag&Drop)
03)
In the Folder from the Unpacked Image, you find many .fex files, we need one "boot.fex"
04)
Copy the "boot.fex" file to your TV Box with installed Magisk Manager
05)
Start Magisk Manager and go to "Magisk" > "Install" > "Select and Patch a File" > "boot.fex"
06)
The patched file is in the Download Folder from Android. The file is a .img file
07)
Copy the patched file back to the PC and renamed it to boot.fex ( yes i know, renamed it from xxx.img to boot.fex)
08)
Copy the renamed file to your unpacked Firmware and overwrite the original boot.fex
09)
Repack your image with imgRePacker v2.06 (Drag&Drop the folder) (Before repackaging it, rename the original firmware. To avoid problems)
10)
I assume that you know how to flash a TV box on your PC.
11)
Start PhoenixSuite v1.10 and flash your repacked image to your Device.
12)
Start your Device (possibly install Magisk Manager again)
13)
Start Magisk Manager 23, you becam error message "Abnormal State". I don't know if this is normal, but root works.
You can now the root tested with e.g. root checker app
I hope the instructions help you. I'm still testing it myself
Here the final Image for X96Q Max - H616 - Mediafire
- with root (after Flashing you must install Magisk Manager*)
- without TWRP
* you becam error message "Abnormal State". I don't know if this is normal, but root works.
Based on the last Image X96Q_Max_20200903-2125
B12f13 said:
Hi everyone,
I have a TV Box " X96Q Max" with Allwinner H616 Chip. Now i want root this Device and i found a way to do this.
I am not responsible for any damage. Everyone should know what they're doing.
* I think it works for all Allwinner TV Box's. I assume that you know how to flash a TV box on your PC.
What do you need...
- a Image (Firmware) from your Device
- Tool > PhoenixSuite v1.10 (Win) or PhoenixCard* (*I just don't know if it'll work / if you don't have a flash cable)
- Tool > imgRePacker v2.06 (Win)
- Tool > Magisk Manager v23 on the TV Box. (Android)
01)
Install or Unpack the Tools and the App
02)
Unpack your .img with imgRePacker (Drag&Drop)
03)
In the Folder from the Unpacked Image, you find many .fex files, we need one "boot.fex"
04)
Copy the "boot.fex" file to your TV Box with installed Magisk Manager
05)
Start Magisk Manager and go to "Magisk" > "Install" > "Select and Patch a File" > "boot.fex"
06)
The patched file is in the Download Folder from Android. The file is a .img file
07)
Copy the patched file back to the PC and renamed it to boot.fex ( yes i know, renamed it from xxx.img to boot.fex)
08)
Copy the renamed file to your unpacked Firmware and overwrite the original boot.fex
09)
Repack your image with imgRePacker v2.06 (Drag&Drop the folder) (Before repackaging it, rename the original firmware. To avoid problems)
10)
I assume that you know how to flash a TV box on your PC.
11)
Start PhoenixSuite v1.10 and flash your repacked image to your Device.
12)
Start your Device (possibly install Magisk Manager again)
13)
Start Magisk Manager 23, you becam error message "Abnormal State". I don't know if this is normal, but root works.
You can now the root tested with e.g. root checker app
I hope the instructions help you. I'm still testing it myself
Click to expand...
Click to collapse
I just want to say thank you very much! That really worked for me in a Transpeed 6K Allwinner H616. I've been looking for it for so long, I even bricked one box, that I cannot flash any firmware anymore. Really appreciate! Best wishes from Brazil!
Hi
How can i root my Android tv box X96 Mate plus
Android 10 (android tv)
Cpu Allwinner h616
4G Ram
64g Rom
Firmware installed
xmate_plus_20201118-1659
Thanks
falciatrice10 said:
Hi
How can i root my Android tv box X96 Mate plus
Android 10 (android tv)
Cpu Allwinner h616
4G Ram
64g Rom
Firmware installed
xmate_plus_20201118-1659
Thanks
Click to expand...
Click to collapse
See Post #1.
Thanks for this B. I just did this on my Transpeed 6K. Your link for X96Q Max - H616 wouldn't unzip so I used the Transpeed_H616_20211225_1600 firmware I found. It seems to be the newest but it is not rooted. Or at least, it wasn't.
Here is my rooted image if anyone would like to try it.
Magisk Rooted 1600 FW
This wasn't hard, but these processes are all over the place (or in Chinese) so it wasn't exactly easy either. Maybe I can write it down so it's a little easier to follow. My biggest problem was the device driver in Phoenix. Gotta watch out for that second "unknown device".
I also used Phoenix Suite 1.18 which worked.
Phoenix Suite 1.18
Thanks again B!
Now what do I do with my rooted tv box?!
So, I tried to write this down.
WIN10 (and 11)
Make sure USB Debugging is turned on for the TV Box.
Extract PhoenixSuite to a folder on your Desktop, but don't open yet.
Copy the IMG file to Desktop.
Open Device Manager
Disconnect USB cable from PC and TV Box.
Disconnect Power cable from Box.
DRIVER INSTALL (1/2)
Connect USB to the Box then to PC. It will power on through USB. Wait for Boot to complete.
Check Device Manager in the USB Devices Section.
It should install automatically and display the ADB Device under USB Devices.
But the ADB driver is in the Phoenix folder if you need it.
DRIVER INSTALL (2/2)
Disconnect the USB cable from the PC.
Launch Phoenixsuit.exe from the Phoenix folder.
Select the Firmware anchor.
Select the Image button and browse to your IMG file.
Select your wipe options (wipe it).
DO NOT PRESS UPGRADE!
Press and hold the Reset button hidden in the AV hole.
I have a torx driver that fits the hole snug so I didn't have to "hold" the button down.
The button needs to be pressed during all of the next part. So hold it!
Connect the USB cable to the PC.
You will see Device Manager flash a few times. Wait for it to finish.
Now you will have a new Unknown Device listed. Keep holding the Reset button!
Right click the Unknown Device and select Update Driver.
Select Browse then point it to the AW Driver folder in the Phoenix Suite folder.
When you select OK it will install the driver and the Firmware flash will start automatically.
Just wait for it to finish. It takes a few minutes so hold that button!
At the end you will get a LiveProc box with Chinese and a Yes/No.
Ignore it and disconnect the box and release the reset button.
Close the LiveProc box by selecting Yes.
Power up the box normally and check it out.
Boot will take a little longer.
Run Magisk.
iago197 said:
Eu só quero dizer muito obrigado! Isso realmente funcionou para mim em um Transpeed 6K Allwinner H616. Eu estive procurando por isso por tanto tempo, eu até bloqueei uma caixa, que eu não consigo mais flashar nenhum firmware. Realmente apreciado! Muitas felicidades do Brasil!
Click to expand...
Click to collapse
Olá, desculpe o transtorno, mas quero te perguntar uma coisa, como você conseguiu desbloquear o bootloader da sua caixa de tv transpeed 6k? Tentei fazer o flash do boot.fex.img pelo fastboot e só deu erro, vi alguns vídeos e me parece que é por causa do bootloader, procurei várias vezes como desbloquear o bootloader mas não consigo t encontrar qualquer maneira.
is it working to root X96h? allwinner 603, android 9
Sergio_090 said:
Olá, desculpe o transtorno, mas quero te perguntar uma coisa, como você conseguiu desbloquear o bootloader da sua caixa de tv transpeed 6k? Tentei fazer o flash do boot.fex.img pelo fastboot e só deu erro, vi alguns vídeos e me parece que é por causa do bootloader, procurei várias vezes como desbloquear o bootloader mas não consigo t encontrar qualquer maneira.
Click to expand...
Click to collapse
Hi rename the File from boot.img to boot.fex Not to Boot.fex.img < that can't Work
ahmednscc said:
is it working to root X96h? allwinner 603, android 9
Click to expand...
Click to collapse
Try it out, your own risk.
gottogo said:
So, I tried to write this down.
WIN10 (and 11)
Make sure USB Debugging is turned on for the TV Box.
Extract PhoenixSuite to a folder on your Desktop, but don't open yet.
Copy the IMG file to Desktop.
Open Device Manager
Disconnect USB cable from PC and TV Box.
Disconnect Power cable from Box.
DRIVER INSTALL (1/2)
Connect USB to the Box then to PC. It will power on through USB. Wait for Boot to complete.
Check Device Manager in the USB Devices Section.
It should install automatically and display the ADB Device under USB Devices.
But the ADB driver is in the Phoenix folder if you need it.
DRIVER INSTALL (2/2)
Disconnect the USB cable from the PC.
Launch Phoenixsuit.exe from the Phoenix folder.
Select the Firmware anchor.
Select the Image button and browse to your IMG file.
Select your wipe options (wipe it).
DO NOT PRESS UPGRADE!
Press and hold the Reset button hidden in the AV hole.
I have a torx driver that fits the hole snug so I didn't have to "hold" the button down.
The button needs to be pressed during all of the next part. So hold it!
Connect the USB cable to the PC.
You will see Device Manager flash a few times. Wait for it to finish.
Now you will have a new Unknown Device listed. Keep holding the Reset button!
Right click the Unknown Device and select Update Driver.
Select Browse then point it to the AW Driver folder in the Phoenix Suite folder.
When you select OK it will install the driver and the Firmware flash will start automatically.
Just wait for it to finish. It takes a few minutes so hold that button!
At the end you will get a LiveProc box with Chinese and a Yes/No.
Ignore it and disconnect the box and release the reset button.
Close the LiveProc box by selecting Yes.
Power up the box normally and check it out.
Boot will take a little longer.
Run Magisk.
Click to expand...
Click to collapse
Just a quick question. My box is stuck on Android logo. Looks like bootloader is corrupted. I tried to install image via PhoenixSuit but keep getting "device not found" . When I do reset button in the AV hole there is a red light and nothing happens. I keep thinking the reset button has stopped working. Your above method makes sense but I cannot get into the box to enable USB Debugging. Any help will be highly appreciated.
Mine seemed to lock up one time on the Android screen. Even after rebooting it would hang on the logo.
I eventually let it sit like that for a very long time. Hours and hours I think. Then it suddenly finished booting up. I think that may be it's recovery process. You could try leaving it and see what happens. Otherwise, I really don't have any ideas.
I'm am not impressed with this device at all. In fact, make an offer and maybe I'll sell you mine.
Can you include twrp preinstalled? Or at least does anyone know of a TWRP.img for this box!
gottogo said:
Thanks for this B. I just did this on my Transpeed 6K. Your link for X96Q Max - H616 wouldn't unzip so I used the Transpeed_H616_20211225_1600 firmware I found. It seems to be the newest but it is not rooted. Or at least, it wasn't.
Here is my rooted image if anyone would like to try it.
Magisk Rooted 1600 FW
This wasn't hard, but these processes are all over the place (or in Chinese) so it wasn't exactly easy either. Maybe I can write it down so it's a little easier to follow. My biggest problem was the device driver in Phoenix. Gotta watch out for that second "unknown device".
I also used Phoenix Suite 1.18 which worked.
Phoenix Suite 1.18
Thanks again B!
Now what do I do with my rooted tv box?!
Click to expand...
Click to collapse
Do you still have this stock firmware or a link to it? I flashed forgetting to unlock the bootloader like a dummy. Transpeed_H616_20211225_1600
Well of course I do, don't be ridiculous.
FILE
dbkalyan said:
Just a quick question. My box is stuck on Android logo. Looks like bootloader is corrupted. I tried to install image via PhoenixSuit but keep getting "device not found" . When I do reset button in the AV hole there is a red light and nothing happens. I keep thinking the reset button has stopped working. Your above method makes sense but I cannot get into the box to enable USB Debugging. Any help will be highly appreciated.
Click to expand...
Click to collapse
i have same problem, are you already unbrick your device?i cannot install driver and reset button not working
Kept trying reset button and one day it worked. It's older model and need to hold onto reset button for longer than normal.
Hi,
my H313 chinese box is already rooted, and I'd like to do a complete backup of my stock rom (Android10 , on eMMC).
I looked around, but I only found tools to flash downloaded ROMs, or to backup APKS , not to clone the full content of my eMMC. :/
My goal is being able to safely install other roms on eMMC , and being able to go back to my bootable android if something goes wrong.
I can reboot into recovery and have the "Mount /system" option working, could it be useful?
Tnx!

Categories

Resources