CUBOT X19 help needed - Android Q&A, Help & Troubleshooting

Hi i need help unbricking this. I flashed a img file to boot partition and my phone didnt seem to like it. How do i fix it. do i need boot.img file? does anyone who uses that phone have it? pls help if you know about mtk devices pls help me
I think i just need the stock rom
Ty in advance

kusti420 said:
Hi i need help unbricking this. I flashed a img file to boot partition and my phone didnt seem to like it. How do i fix it. do i need boot.img file? does anyone who uses that phone have it? pls help if you know about mtk devices pls help me
I think i just need the stock rom
Ty in advance
Click to expand...
Click to collapse
You can download Cubot X19 ROM from their website (cubot net/support/firmware/x19/)
Any idea how to root this device?

Official firmware URL in Cubot website
mega.nz/#!JVEx3YqR!lthU61ZF1_deyBrtrQyNeOJ4uUqw9C_V2SZfH3lfS9U
However, this firmware having problem.
After flash, Display has been showing "No write Google Key".
i.imgur.com/7NJuU5Q.png
I don't know about this message and having no idea erase.
---------- Post added at 03:12 AM ---------- Previous post was at 03:07 AM ----------
spirtosan said:
Any idea how to root this device?
Click to expand...
Click to collapse
Use Magisk.
But, problem in official firmware is not solved.

Use Magisk
Click to expand...
Click to collapse
Thank you , but can you make a little guide?

spirtosan said:
Thank you , but can you make a little guide?
Click to expand...
Click to collapse
Check this Guide.
https://forum.xda-developers.com/android/software-hacking/root-recovery-root-device-magisk-t3779454
This is Log in Windows Powershell.
PS C:\WINDOWS\system32> adb devices
List of devices attached
* daemon not running; starting now at tcp:5037
* daemon started successfully
0123456789ABCDEF unauthorized
PS C:\WINDOWS\system32> adb shell reboot bootloader
PS C:\WINDOWS\system32> fastboot devices
0123456789ABCDEF fastboot
PS C:\WINDOWS\system32> fastboot getvar unlocked
unlocked: no
Finished. Total time: 0.003s
PS C:\WINDOWS\system32> fastboot oem unlock      <<-- You need Press Volume UP on X19-->>
(bootloader) Start unlock flow
OKAY [ 29.367s]
Finished. Total time: 29.368s
PS C:\WINDOWS\system32> fastboot getvar unlocked
unlocked: yes
Finished. Total time: 0.003s
PS C:\WINDOWS\system32> fastboot reboot <<--Reboot Android and Setup-->>
PS C:\WINDOWS\system32> adb shell reboot bootloader
PS C:\WINDOWS\system32> fastboot devices
0123456789ABCDEF fastboot
PS C:\platform-tools> fastboot flash boot "D:\patched_boot.img" <<--Select patched_boot.img on your PC-->>
Sending 'boot' (9404 KB) OKAY [ 0.520s]
Writing 'boot' OKAY [ 0.651s]
Finished. Total time: 1.176s
PS C:\platform-tools> fastboot reboot
Rebooting
Finished. Total time: 0.002s

http://forum.cubot.net/viewtopic.php?f=21&t=2375

spirtosan said:
You can download Cubot X19 ROM from their website (cubot net/support/firmware/x19/)
Any idea how to root this device?
Click to expand...
Click to collapse
yeah, they finally uploaded the rom there
rooting is easy, just download magisk, patch the boot.img and then flash it with adb

Thank you, this method worked.
Code:
C:\Users\mc>cd c:\adb
c:\adb>adb devices
List of devices attached
* daemon not running; starting now at tcp:5037
* daemon started successfully
0123456789ABCDEF unauthorized
c:\adb>adb devices
List of devices attached
0123456789ABCDEF device
c:\adb>adb reboot bootloader
c:\adb>fastboot flash boot c:\adb\boot.img
Sending 'boot' (9993 KB) OKAY [ 0.675s]
Writing 'boot' FAILED (remote: 'not allowed in locked state')
fastboot: error: Command failed
c:\adb>fastboot oem unlock
(bootloader) Start unlock flow
OKAY [ 25.885s]
Finished. Total time: 25.890s
c:\adb>fastboot flash boot c:\adb\boot.img
Sending 'boot' (9993 KB) OKAY [ 0.522s]
Writing 'boot' OKAY [ 0.133s]
Finished. Total time: 0.705s
c:\adb>fastboot reboot
Rebooting OKAY [ 0.000s]
Finished. Total time: 0.003s

enotaes said:
Official firmware URL in Cubot website
mega.nz/#!JVEx3YqR!lthU61ZF1_deyBrtrQyNeOJ4uUqw9C_V2SZfH3lfS9U
However, this firmware having problem.
After flash, Display has been showing "No write Google Key".
i.imgur.com/7NJuU5Q.png
I don't know about this message and having no idea erase.
---------- Post added at 03:12 AM ---------- Previous post was at 03:07 AM ----------
Use Magisk.
But, problem in official firmware is not solved.
Click to expand...
Click to collapse
i had the same problem. in my case imei numbers were missing and after i contacted cubot, they helped me out and i got rid of that watermark

I'm bored too.
ADB is working, but fastboot doesn't get the right for the confirmed PC.
Concerning missing IMEIs I searched long time and finally solved it with https://androidmtk.com/download-sn-write-tool

Any one know where I can down load CUBOT_X19_9021C_2_V02_20190802 android 9.0 (current firware)? On Cubot website it shows old firmware CUBOT_X19_9021C_1_V08_20190627 android 9.0.
Thanks

Any one know where I can down load CUBOT_X19_9021C_2_V02_20190802 android 9.0 (current firware)? On Cubot website it shows old firmware CUBOT_X19_9021C_1_V08_20190627 android 9.0.
Thanks
Click to expand...
Click to collapse
Hi
The official website for the Cubot X19 Firmware is https://www.cubot.net/support/firmware/x19/.
I have heard / read, that they have tried a new firmware but this didn't work at the customers so they have retired it.
This may be the firmware you have written.
After my experience the developers have theyr professional environment where some things work fine, but on other PCs or in other networks with other pathes it doesn't work.
This is a general problem of developers, not only Cubot.
Even for me as experienced user (and not developer): They send me a fix for the Google-Key-Watermark which didn't work with theyr pathes. I adapted it for my environment, and it worked. But now I am adapting these changes general, for that it works for all users. Each detail is important, sometimes its good to make a break and to re-check it the next day (or some days later when other things are more important).
I hope they can integrate the next fix of the buggy recovery (no zip-file install possible) in the next update; or when the fix they are proposing to me will work, I will publish him here.
Best regards
Christopher

G3O_CH said:
Hi
The official website for the Cubot X19 Firmware is https://www.cubot.net/support/firmware/x19/.
I have heard / read, that they have tried a new firmware but this didn't work at the customers so they have retired it.
This may be the firmware you have written.
After my experience the developers have theyr professional environment where some things work fine, but on other PCs or in other networks with other pathes it doesn't work.
This is a general problem of developers, not only Cubot.
Even for me as experienced user (and not developer): They send me a fix for the Google-Key-Watermark which didn't work with theyr pathes. I adapted it for my environment, and it worked. But now I am adapting these changes general, for that it works for all users. Each detail is important, sometimes its good to make a break and to re-check it the next day (or some days later when other things are more important).
I hope they can integrate the next fix of the buggy recovery (no zip-file install possible) in the next update; or when the fix they are proposing to me will work, I will publish him here.
Best regards
Christopher
Click to expand...
Click to collapse
Thanks for replying. Actually the firmware I am looking for which is US version. I got the answer from Cubot after-sale support to me that: " Hello,
I asked our engineer for help. But he told me that we didn't have the US version firmware for this phone, the firmware all are the same, not special US version. "
Attached is my Phone US version Build number.

KimLe said:
Thanks for replying. Actually the firmware I am looking for which is US version. I got the answer from Cubot after-sale support to me that: " Hello,
I asked our engineer for help. But he told me that we didn't have the US version firmware for this phone, the firmware all are the same, not special US version. "
Attached is my Phone US version Build number.
Click to expand...
Click to collapse
Hi
The answer looks like written by Scarlett. She tries to make the support while the developers are doing other things, probably preparing the coming Cubot X20.
Scarlett writes quite good English, answers from develeopers (engineers) looks like have been written in Chinese and translated by Google. My English isn't well too (living in Switzerland I prefer German or French).
The actual Android 9 ROMs for the Cubot Phones are based on GSI-Treble-ROMS (https://forum.xda-developers.com/project-treble). These are international and adapted with drivers and settings for specific hardware (Cubot X19).
I don't think that your firmware is a specific US version. But it looks like they have installed on some devices a new firmware, which made problems and was retired.
If hou have big problems with your firmware, it could help to downgrade on the version from the website. If the problems are small, you better don't change too much.
Best regards from Switzerland
Christopher

G3O_CH said:
Hi
The answer looks like written by Scarlett. She tries to make the support while the developers are doing other things, probably preparing the coming Cubot X20.
Scarlett writes quite good English, answers from develeopers (engineers) looks like have been written in Chinese and translated by Google. My English isn't well too (living in Switzerland I prefer German or French).
The actual Android 9 ROMs for the Cubot Phones are based on GSI-Treble-ROMS (https://forum.xda-developers.com/project-treble). These are international and adapted with drivers and settings for specific hardware (Cubot X19).
I don't think that your firmware is a specific US version. But it looks like they have installed on some devices a new firmware, which made problems and was retired.
If hou have big problems with your firmware, it could help to downgrade on the version from the website. If the problems are small, you better don't change too much.
Best regards from Switzerland
Christopher
Click to expand...
Click to collapse
Yes, you are right. The answer was written by Scarlett.
I got Cubot X19 US version from GearBest : https://www.gearbest.com/cell-phones/pp_009514021249.html?wid=1349303#goodsDetail
The firmware support US Network.
Networks:
GSM: 850/900/1800/1900MHz
WCDMA: 850/1700/1900MHz
FDD-LTE: B2/4/5/7/12/17/28A+B
And it is different with EU Network.
Networks:
GSM 850/900/1800/1900MHz
WCDMA 900/2100MHZ
FDD-LTE B1/3/7/8/20

KimLe said:
Yes, you are right. The answer was written by Scarlett.
I got Cubot X19 US version from GearBest : https://www.gearbest.com/cell-phones/pp_009514021249.html?wid=1349303#goodsDetail
The firmware support US Network.
Networks:
GSM: 850/900/1800/1900MHz
WCDMA: 850/1700/1900MHz
FDD-LTE: B2/4/5/7/12/17/28A+B
And it is different with EU Network.
Networks:
GSM 850/900/1800/1900MHz
WCDMA 900/2100MHZ
FDD-LTE B1/3/7/8/20
Click to expand...
Click to collapse
Okay, compared with the official specifications on https://www.cubot.net/smartphones/x19/spec.html there are some significant differences.
When Scarlett couldn't solve the problem, she gave me a mail adress from a developer (engineer).
I don't want to publish this adress because this isn't the official way. But I will send you the mail adress with private message.
Best regards
Christopher

G3O_CH said:
Okay, compared with the official specifications on https://www.cubot.net/smartphones/x19/spec.html there are some significant differences.
When Scarlett couldn't solve the problem, she gave me a mail adress from a developer (engineer).
I don't want to publish this adress because this isn't the official way. But I will send you the mail adress with private message.
Best regards
Christopher
Click to expand...
Click to collapse
Thanks. :good:

Hi
I have the same problem with Red Google Key watermark but this watermark consist Chinese characters. ->
https://drive.google.com/open?id=1mRI7uTe4qc7UB019fJhlBlRNBjD-fNZ1
I wrote IMEI again by https://androidmtk.com/download-sn-write-tool and I can connect via phone and LTE, but I still have red watermark
Have you idea how to fix it?
Regards

Hi,
what for boot.img must I use for magisk?
boot-verified.img or boot.img?

micgeb said:
Hi,
what for boot.img must I use for magisk?
boot-verified.img or boot.img?
Click to expand...
Click to collapse
Hi
I used boot.img
For Android 9 commands in adb:
adb reboot bootloader
fastboot flashing unlock
fastboot flash boot magisk_patched.img
fastboot reboot
Regards

Related

[Q&A] Unbrick Hard bricked Moto E

Q&A for Unbrick Hard bricked Moto E
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for Unbrick Hard bricked Moto E. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
please provide a working link to download stock firmware. thank you in advance
Not working... XT1025... hardbrick
moto e bricked
I downgraded from 5.0.2 to 4.4.2 then when updating to 4.4.4 the device got hard bricked. I approached the service center but they made me wait for 3 hours so I just left.I have given it to a mobile service center who assure to fix it using JTAG , delivery date is today.so let me see what they can do! I'll surely ask him how he fixed it (if they can do it that is).
---------- Post added at 12:59 PM ---------- Previous post was at 12:24 PM ----------
sheltoncyril said:
I downgraded from 5.0.2 to 4.4.2 then when updating to 4.4.4 the device got hard bricked. I approached the service center but they made me wait for 3 hours so I just left.I have given it to a mobile service center who assure to fix it using JTAG , delivery date is today.so let me see what they can do! I'll surely ask him how he fixed it (if they can do it that is).
Click to expand...
Click to collapse
He blames my battery and stuff...he then said the costs will be more than a new phone itself......I'm visiting the service center tomorrow...wish me luck
same here
sheltoncyril said:
I downgraded from 5.0.2 to 4.4.2 then when updating to 4.4.4 the device got hard bricked. I approached the service center but they made me wait for 3 hours so I just left.I have given it to a mobile service center who assure to fix it using JTAG , delivery date is today.so let me see what they can do! I'll surely ask him how he fixed it (if they can do it that is).
---------- Post added at 12:59 PM ---------- Previous post was at 12:24 PM ----------
He blames my battery and stuff...he then said the costs will be more than a new phone itself......I'm visiting the service center tomorrow...wish me luck
Click to expand...
Click to collapse
please bro tell me how much it costs in actual figure ..?? can they fix it around 1000 rs.
sandeep_7 said:
please bro tell me how much it costs in actual figure ..?? can they fix it around 1000 rs.
Click to expand...
Click to collapse
I'll give it to the service center tomorrow. The technician wasn't available today
repair costs and what happened
sheltoncyril said:
I'll give it to the service center tomorrow. The technician wasn't available today
Click to expand...
Click to collapse
so basically she didnt see whether it was on warranty or not, just took the device, details and a flipkart invoice copy.....no costs were told....people say they mostly will replace the mobo as the fix is not yet available (.mbn files) 10 days was the estimate given!
News
cwankhede said:
I hardbricked it too. But I took it to the service center in Mumbai today and they are going to fix it in under 10 working days. They didn't check if my bootloader was unlocked or not so its still under warranty. Go pretend like you still have warranty and you don't know what happened. I don't have to pay a thing
Click to expand...
Click to collapse
This is my experience.
Bricking of moto e
i did every thing as in the instructions......the problem is.....i am unable to go into fastboot by pressing the lock and vol down button......the screen stays blank....and...when ever i connect my device to a lap or charger led light blinks for some time.....but doesnt show any boot options
and my mobile doesn't on in normal mode either. need help urgent...........!!!!
krish003 said:
i did every thing as in the instructions......the problem is.....i am unable to go into fastboot by pressing the lock and vol down button......the screen stays blank....and...when ever i connect my device to a lap or charger led light blinks for some time.....but doesnt show any boot options
and my mobile doesn't on in normal mode either. need help urgent...........!!!!
Click to expand...
Click to collapse
That blank flash files sre intended for Moto G 1st gen. Goto service centre with invioce. I faced same problem with my Moto e. I got motherboard replacement in one week. There is no option. see this http://forum.xda-developers.com/moto-e/help/moto-e-wont-boot-t3045910
Awesome! Isn't there a way to use adb?
Very nice thread, it wold be a lot of help if i brick it, but there's not a way to use adb ? I would most likely prefer to use adb!
giumbai said:
Very nice thread, it wold be a lot of help if i brick it, but there's not a way to use adb ? I would most likely prefer to use adb!
Click to expand...
Click to collapse
If the phone hardbricked u cannot enter into fast bootmode no chance for adb not even it shows battery indicator when charging.
link dont work
FAILED (blank-flash:sdl-transfer-image:sdl-hello:error sending packet)
C:\Users\john\Desktop\bl\blankflash>.\qboot.exe blank-flash
opening device: \\.\COM5
OKAY [ 0.000s]
greeting device for command mode
OKAY [ 0.000s]
identifying device
...serial = 0x21ABC51
...chip-id = 0x811
...chip-rev = 0x0
...sv-sbl = 0x0
OKAY [ 0.000s]
finding files
...programmer = programmer.mbn
...singleimage = singleimage.bin
OKAY [ 0.000s]
validating files
OKAY [ 0.000s]
switching to download mode
OKAY [ 0.000s]
greeting device for image downloading
OKAY [ 0.000s]
sending programmer
OKAY [ 0.016s]
flashing singleimage
FAILED (blank-flash:sdl-transfer-image:sdl-hello:error sending packet)
C:\Users\john\Desktop\bl\blankflash>pause
Pressione qualquer tecla para continuar. . .
help please, not working, moto e xt1025
If I restore my own CM11 backup from CWM on
my device running Blisspop,
will it get bricked ?
vkmcondor said:
If I restore my own CM11 backup from CWM on
my device running Blisspop,
will it get bricked ?
Click to expand...
Click to collapse
no it wont
Links not Working
Thanks for the post but links are not working. Can you please update ?? Also, my windows operating system was not able to search drivers for QHSUSB_BULK.. Please HELP!
My Moto E Phone Hard Bricked
Hello.
my moto e is not working its hard bricked , i have tried to downgrade from lolipop to kitkat. warranty is there, but i have unlocked boot loader, is there any chance they would know about boot loader unlocked.
Sorry for my bad english
Thank you
Rams
this is not working on my moto E XT1022 please help me!
wont work
its showing failed

Huawei ShotX (aka Honor 7i) - How to root

Hello everybody!
This is the first time I'm opening a thread, i simply hope you can help me!
If this is the wrong forum for this threat, plz move it - but i couldn't find a better one...
I'm an owner of the (new?) Huawei ShotX. As i read in the www this device is known as "Honor 7i" in asia and has now been brought to european market.
I achieved to unlock the bootloader an now i would like to root my device, but because of being as new to europe i couldn't find any tutorial or informations in the known forums.
May you please help me?
Here are some information:
Model: ATH-UL01
Build: ATH-UL01C432B130
Android: 5.1.1
Baseband 20234
Kernel: [email protected]
Which CWM or TWRP could match?
I hope these informations may help you, giving me an advice...
I made the mistake to flash via fastboot CWM but after that i couldn't reach recovery-mode any more, only fastboot mode was available. So i had to reset to stock: done!
So i thougt it would be better to ask the experts
Thanks in advance!!!
No idea anybody??
I just went on searching but all i found were some russian 1-click tools i definetly don't want to use...
It is not necesscary for me to use a custom ROM but i want root.
Thanks in advance!
despite the name, it's a different platform to "our" honor 7. it's a qualcomm
unfortunately, you'll have to wait until until someone builds a custom recovery
sminki said:
despite the name, it's a different platform to "our" honor 7. it's a qualcomm
unfortunately, you'll have to wait until until someone builds a custom recovery
Click to expand...
Click to collapse
Does it make sense to search for qualcomm recovery/ROM by other manufactures?
So everybody reading this: get yourself a "ShotX"!!
I would suggest that you don't walk down that path. Even minor changes can cause havoc
AmitJordy said:
I would suggest that you don't walk down that path. Even minor changes can cause havoc
Click to expand...
Click to collapse
I thank you. So i will try to be patient...
Mabus08 said:
Hello everybody!
This is the first time I'm opening a thread, i simply hope you can help me!
If this is the wrong forum for this threat, plz move it - but i couldn't find a better one...
I'm an owner of the (new?) Huawei ShotX. As i read in the www this device is known as "Honor 7i" in asia and has now been brought to european market.
I achieved to unlock the bootloader an now i would like to root my device, but because of being as new to europe i couldn't find any tutorial or informations in the known forums.
May you please help me?
Here are some information:
Model: ATH-UL01
Build: ATH-UL01C432B130
Android: 5.1.1
Baseband 20234
Kernel: [email protected]
Which CWM or TWRP could match?
I hope these informations may help you, giving me an advice...
I made the mistake to flash via fastboot CWM but after that i couldn't reach recovery-mode any more, only fastboot mode was available. So i had to reset to stock: done!
So i thougt it would be better to ask the experts
Thanks in advance!!!
Click to expand...
Click to collapse
Check this for English Version Rom
http://www.needrom.com/download/huawei-shotx-ul01-b130-stock-lollipop-firmware-europe/
Mabus08 said:
I thank you. So i will try to be patient...
Click to expand...
Click to collapse
Did you find root for your phone?
Im also looking for root for honor 7i/shotX
tndb said:
Did you find root for your phone?
Im also looking for root for honor 7i/shotX
Click to expand...
Click to collapse
No, unfortunately i couldn't find a solution yet!
Still searching...
Mabus08 said:
No, unfortunately i couldn't find a solution yet!
Still searching...
Click to expand...
Click to collapse
I managed to root the *****! Gotta learn chinese
http://club.huawei.com/thread-5761110-1-1.html
fkit I made a guide
http://forum.xda-developers.com/honor-7/general/root-solution-honor-shotx-7i-t3310186
Not sure if its Legit
Found an root didnt test it out kind of scared if its an scam.
Cant post links for some reason : ...osroots.com/how-to-root-huawei-honor-7i-via-rootmastar-osroots/

Huawei Mediapad T2 10.0 Pro firmware

Hello,
I have a big issue with my tablet I've been trying to solve for days .
I have accidentally deleted the OS and the only way to fix this is by flashing the original firmware.
However, the problem is that I can't find the original firmware for my device on the internet and the only thing I have managed to find is firmware on Huawei website for FDR-A01L but that is a different model and not the one I am using (I am looking for a firmware for FDR-A01W version of Mediapad T2).
Any idea how I might solve this or where to find the firmware? :crying:
EDIT:
Firmware has been found and link has been posted inside txt file since I don't have rights to post external links yet (model FDR-A01W only!)
Password: rvVusc
same problem here
I have finally found a stock firmware someone has uploaded on the internet and solved the problem .
For those who are still searching for the firmware, I will upload and attach it in the first post.
asablic said:
I have finally found a stock firmware someone has uploaded on the internet and solved the problem .
For those who are still searching for the firmware, I will upload and attach it in the first post.
Click to expand...
Click to collapse
Thanks for sharing. What method did you use to root the tablet? I have the same one. I'd like to avoid unlocking the bootloader if possible, but I will do it if I have no other alternative. i hope your tabled it working again
bisbal said:
Thanks for sharing. What method did you use to root the tablet? I have the same one. I'd like to avoid unlocking the bootloader if possible, but I will do it if I have no other alternative. i hope your tabled it working again
Click to expand...
Click to collapse
Since unlocking bootloader is needed for flashing custom ROM's, I don't think you have to unlock it because you are flashing stock rom but I am not completely sure.
As for rooting, I have found some german website with the instructions on how to root the tablet and install twrp (experimental version).
If you don't understand german, you can use a translator.
Thanks! I tried running TWRP without flashing but I didn't work, it looks like you have to unlock the bootloader
[email protected]:~/Downloads$ sudo fastboot boot TWRP_kiwi.img
downloading 'boot.img'...
OKAY [ 1.529s]
booting...
FAILED (remote: Command not allowed)
finished. total time: 1.530s​
Any other ideas?
Cheers
Raul
Uh the password for the archive ?
The password is : "rvVusc"
FDR-A01w
Hello,
thanks for posted this firmware but can you tell me what is the Virion for this room
Huawei MediaPad T2 10.0 Pro qualcomm msm8939v2.mbn
i have Huawei MediaPad T2 10.0 Pro and it hard bricked now usb connection showing "qualcomm hs-usb diagnostics 9006" i cant flash it becouse qualcomm msm8939v2.mbn cant find in internet. enyone have EMMC raw dump or full flash files.
thanks!!

Help unlock Meizu M5note

Hey all, looking for people who can help me in unlocking the smartphone Meizu M5note. After analyzing the available data and system locale, I realized that the smartphone is locked Secro partition, and most likely in the section lk.bin , there is some sort of verification of this salochki. In General, help to understand with these two sections? Use a translator, so sorry
Alex23m said:
Hey all, looking for people who can help me in unlocking the smartphone Meizu M5note. After analyzing the available data and system locale, I realized that the smartphone is locked Secro partition, and most likely in the section lk.bin , there is some sort of verification of this salochki. In General, help to understand with these two sections? Use a translator, so sorry
Click to expand...
Click to collapse
I need the same help.
yawenliu1234 said:
I need the same help.
Click to expand...
Click to collapse
I need the same help too, my mail [email protected] , do you have success?
Anyone knows how to unlock meizu m5 note bootloader?
sharkisnap said:
I need the same help too, my mail [email protected] , do you have success?
Click to expand...
Click to collapse
Sorry,I have not succeed.Can you help me?
Where can I find correct auth file for my brick phone Meizu M5 note
Hello guys,
I have the Chineese model of this phone and I tried to install global version of the firmware but my phone got brick completely.
Even, it doesn't conncet to computer corrctly the device has two different com ports and they are exchange continuously, this means it connect susing com1 then com 2 after it connects using com1 them com2 and so on.
I tried to do everything but I failed many times for 4 months.
I need a help if someone face this issue or someone have the correct auth file for this model?
Thank you in advance!
Alex23m said:
Hey all, looking for people who can help me in unlocking the smartphone Meizu M5note. After analyzing the available data and system locale, I realized that the smartphone is locked Secro partition, and most likely in the section lk.bin , there is some sort of verification of this salochki. In General, help to understand with these two sections? Use a translator, so sorry
Click to expand...
Click to collapse
I need the same help.

Doogee Mix 2 TWRP recovery

Hi
I wonder if a Twrp recovery is available for mix 2
I know there is one for mix but for the moment i have not found it for mix 2
EDIT : 22.01.2017
Finally Thx to the help of my friend HypoTurtle we have developed the TWRP for MIX 2
Here is the link :
https://drive.google.com/file/d/1UxP...ew?usp=sharing
Install instructions :
- OEM unlock in developer settings followed by 'fastboot oem unlock' via fastboot and 'fastboot flash recovery Twrp Doogee Mix 2.img'
So after you have rooted the kernel install TWRP and enjoy
Hi no replies ?
Nobody is using this nice device ?
I'm using this device and I'm also looking for root and TWRP. But until now I've found nothing.
Thx
It's a really nice device . I'm very happy with it and i hope will be maintained here in xda
I hope for root & twrp also
Yes guys, you're right. I am looking for XDA great stuff for my Doogee Mix2
marco.fortuna said:
Hi no replies ?
Nobody is using this nice device ?
Click to expand...
Click to collapse
yes, i am and i love it but i came into a halt momentarily ... my phone got stuck into a bootloop any help be grateful mate
link or something?.. also anyone found a stock rom for this amazing phone yet? because i havent yet?..
---------- Post added at 02:33 AM ---------- Previous post was at 02:32 AM ----------
it's in nothing but boot loop, where it just keeps restarting over and over and nothing else but if I connect it to computer I can put it into service mode well the screen stays black on phone but at this point only option left is to flash STOCK ROM with SP Flash Tool Software i believe but i'm not very familiar, no others options left but that far as i know?.. oh yeah almost forgot, my phone info is: Doogee Mix 2 the 6gbram+64gbrom Ceramics Black Variant..
any ideas guys?.. any help would be much appreciated indeed.. even just the link or something for STOCK ROM at least to recover this beautiful phone.. please believe me when i tell you coming from samsung models long time this much better phone basically no bloatware that i could find other than just few google apps its pretty much STOCK android...
Stock rom for DOOGEE MIX 2
needrom.com/download/doogee-mix-2-android-7-1-20171213
Wr are looking for a TWRPrecovery ... In needrom you can find also the 03.01.2018 ROM update for MIX2 but is useless for rooting
Please also develop much refine camera app for doogee mix 2 and please make different forum for doogee mix 2
there is no twrp available for Doogee mix 2 but Here is a Rooted kernel which help you to Root Your Phone https://romprovider.com/2018/01/doogee-mix-2/
mark332 said:
there is no twrp available for Doogee mix 2 but Here is a Rooted kernel which help you to Root Your Phone https://romprovider.com/2018/01/doogee-mix-2/
Click to expand...
Click to collapse
this is GREAT mark332 that now we have finally root,
but all we need now is TWRP or maybe even CWM or some
similar recovery with CWM Mixed ..hehe.. anyone remember the old missed Philz Touch recovery?? man that was awesome wish someone
could at least show me how to make or port them to this model
Doogee Mix 2.. btw have Ulefone Power 3 now as well
ANOTHER Monster nice offbrand phone hope this stuff comes to that phone as well... unless someone knows about it some>?..
WE HAVE FOR THIS MODEL NOW ALL WORKING:
#1: Stock Rom
#2: OEM Unlock
#3: Root
now all we need is: missing is: #4 Custom Recovery, Shouldn't
be to hard to obtain i would think since we now have the first three?..
Finally Thx to the help of my friend HypoTurtle we have developed the TWRP for MIX 2
Here is the link :
https://drive.google.com/file/d/1UxPcIm4KmZAKtOjDhqPiYF3cRDyYT9Sf/view?usp=sharing
Install instructions :
- OEM unlock in developer settings followed by 'fastboot oem unlock' via fastboot and 'fastboot flash recovery Twrp Doogee Mix 2.img'
So after you have rooted the kernel install TWRP and enjoy
Great job , thank you very much
Great Thank you
Step 3. Now Reboot Your Phone to Bootloader and Connect to PC with USB.
How can I do that...
Thanks a lot. Works fine.:good:
Hi everybody,
I am stuck at fastboot because I don't have the specific driver. How did you pass that ?
It's an ADB problem ... download the lastest ADB drivers and latest Mediatek USB drivers
Try fastboot devices ... If you don't see your phone you have to work with drivers
marco.fortuna said:
Hi
I wonder if a Twrp recovery is available for mix 2
I know there is one for mix but for the moment i have not found it for mix 2
EDIT : 22.01.2017
Finally Thx to the help of my friend HypoTurtle we have developed the TWRP for MIX 2
Here is the link :
https://drive.google.com/file/d/1UxP...ew?usp=sharing
Install instructions :
- OEM unlock in developer settings followed by 'fastboot oem unlock' via fastboot and 'fastboot flash recovery Twrp Doogee Mix 2.img'
So after you have rooted the kernel install TWRP and enjoy
Click to expand...
Click to collapse
The link is not working. Can you upload a working one?

Categories

Resources