Doogee V20 mods

Search This thread

Oswald Boelcke

Senior Moderator / Moderator Committee
Staff member
I'm starting this thread in the hopes that devs will start mods for the Doogee V20. **Crosses fingers**
@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
I've moved the thread to Android Q&A.

Thanks for your cooperation.
Regards
Oswald Boelcke
Senior Moderator
 
  • Like
Reactions: EldiggEmrys

davi148

New member
May 14, 2022
3
0
Hello! I have the same question... I would like to root it. I have only unlocked the bootloader.. Thanks!
 

GeoffM

Senior Member
Jul 24, 2007
56
3
61
Bellingham, WA
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
 

StackhouseXDA

New member
Jul 6, 2022
3
0
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
 

StackhouseXDA

New member
Jul 6, 2022
3
0
I finally Got working File from older Rom update, I can't flash the device for some reason using SPtool
 

laseg

New member
Jul 13, 2022
1
1
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
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!
 

Attachments

  • boot_magisk.img
    40 MB · Views: 88
  • Driver_Auto_Installer_EXE_v5.1632.00.zip
    8.9 MB · Views: 30
  • minimal_adb_fastboot_v1.4.3_setup.exe.zip
    1,002.6 KB · Views: 35
  • vbmeta.img
    4 KB · Views: 30
Last edited:
  • Like
Reactions: pepa 77

StackhouseXDA

New member
Jul 6, 2022
3
0
ths
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

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.
 

kakadu3

New member
Mar 26, 2011
2
0
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?
 

davi148

New member
May 14, 2022
3
0
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!
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.
 

kakadu3

New member
Mar 26, 2011
2
0
You might have a look at:
or

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!
 

davi148

New member
May 14, 2022
3
0
You might have a look at:
or

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!
Thanks! I managed to restore it with Stock and then followed again the guide. This time everything fine.
 
Aug 16, 2022
5
0
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
 
Last edited:

av_tock

New member
Dec 7, 2022
1
0
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!

 

jefersonfc

New member
Feb 8, 2023
2
0
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.
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,


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.
 
Last edited by a moderator:

jefersonfc

New member
Feb 8, 2023
2
0
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.
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.
 
Last edited by a moderator:

Badger50

Senior Moderator / Moderator Committee
Staff member
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.

Greetings, and welcome to XDA. As a friendly remider, we ask all members to please post in English as stipulated by 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
 
  • Like
Reactions: Oswald Boelcke

manuelguedes

Member
Feb 22, 2023
6
0
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
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    I'm starting this thread in the hopes that devs will start mods for the Doogee V20. **Crosses fingers**
    @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
    I've moved the thread to Android Q&A.

    Thanks for your cooperation.
    Regards
    Oswald Boelcke
    Senior Moderator
    1
    Thank you. I'm new here, so this was a huge help.
    1
    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
    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!
    1
    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.

    Greetings, and welcome to XDA. As a friendly remider, we ask all members to please post in English as stipulated by 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