Realme XT Realme UI Flashable ROM via Custom Recovery (AES Key request thread) - Realme XT Guides, News, & Discussion

Hi Guys,
While trying to convert ozip file to flashable zip of the latest update provided for Realme XT, I found that the AES keys for decryption has been changed and that might also be the reason of "Flashing failed" when trying the manual update.
Implies to Realme 3 Pro as well.
Test setup :
Ubuntu Machine with python3, python3-pip and pycrypto installed.
Use of Python script provided by Bjoern Kerler https://github.com/bkerler/oppo_ozip_decrypt
Tests performed on ROM's RMX1921EX_11_A.16 (RMX1921EX_11_OTA_0160_all_CcmkxwAnmByA.ozip) and RMX1921EX_11_C.01 (RMX1921EX_11_OTA_1010_all_yuEH87qmmZhw_72457e546.ozip)
Decryption process logs for update RMX1921EX_11_A.16
Code:
[B][email protected]:/ozip2zip#[/B] [I][COLOR="Blue"]./ozipdecrypt.py[/COLOR] [COLOR="Black"]RMX1921EX_11_OTA_0160_all_CcmkxwAnmByA.ozip[/COLOR][/I]
ozipdecrypt 0.5 (c) B.Kerler 2017-2019
[COLOR="SeaGreen"]Found correct AES key: 1c4c1ea3a12531ae491b21bb31613c11
[B]Decrypting...
DONE!![/B][/COLOR]
Decryption process logs for update RMX1921EX_11_C.01
Code:
[B][email protected]:/ozip2zip#[/B] [I][COLOR="Blue"]./ozipdecrypt.py[/COLOR] [COLOR="Black"]RMX1921EX_11_OTA_1010_all_yuEH87qmmZhw_72457e546.ozip[/COLOR][/I]
ozipdecrypt 0.5 (c) B.Kerler 2017-2019
Extracting RMX1921EX_11_OTA_1010_all_yuEH87qmmZhw_72457e546.ozip
[COLOR="Red"][B]Unknown AES key, reverse key from recovery first![/B][/COLOR]
Above logs states that the AES key for decryption has been changed in the recent update by Realme.
In order to get the new AES key, the device should have the latest update installed which is RMX1921EX_11_C.01 and latter
I tried with ofp_libextract.py script and RMX1921EX_11_OTA_1010_all_yuEH87qmmZhw_72457e546.ozip update but could not find libapplypatch_jni.so or the file containing the key.
It would be great if someone with Realme XT updated to the latest version could provide the key or libapplypatch_jni.so or can extract /sbin/recovery
Steps on how to get /sbin/recovery: Thanks to fawazahmed0 for providing the instructions
Note: If someone has updated the phone to the latest Realme UI and have root access, they can get the keys
Get the Stock recovery(latest) from phone (requires root access, use dd command to get the recovery)
Unpack the recovery using AIK by osmosis
Get the /sbin/recovery file and decrypt the keys from it
For detailed instructions on how to decrypt the keys, you can refer to this link https://bkerler.github.io/reversing/2019/04/24/the-game-begins/
All the best! Happy Cracking! ​

Header content of file vendor.transfer.list
Code:
OPPOENCRYPT! 7196 9c965bfe78ec06ac4e0f571e262ab5d510086120 ota-id=RMX1921EX_11.C.01_1010_202001121444
ota-property-files=metadata:69:267
ota-required-cache=0
ota-type=BLOCK
ota_version=RMX1921EX_11.C.01_1010_202001121444
patch_type=1
post-timestamp=1578814082
pre-device=RMX1921
version_name=RMX1921EX_11_C.01
wipe=0
I have attached original vendor.transfer.list in zip form

rushank2112 said:
Header content of file vendor.transfer.list
I have attached original vendor.transfer.list in zip form
Click to expand...
Click to collapse
What shall i do for making manual update success?

sehooo said:
What shall i do for making manual update success?
Click to expand...
Click to collapse
We need find the AES key from the .ozip file. Update download link
AES key can be either found from , /vendor/libapplypatch_jni.so or sbin/recovery
Note:
Above 2 mentioned files can be pulled from a Realme XT already updated to the latest Realme UI via OTA.
Guide: https://bkerler.github.io/reversing/2019/04/24/the-game-begins/

Hope everyone will get update by this month end

But I was able to decrypt the realme ui ozip.

gourab4u said:
But I was able to decrypt the realme ui ozip.
Click to expand...
Click to collapse
Glad to hear that. Can you please share the python script via which you manage to decrypt the file?

rushank2112 said:
Glad to hear that. Can you please share the python script via which you manage to decrypt the file?
Click to expand...
Click to collapse
I am on road now. Will share once I reach home.

gourab4u said:
I am on road now. Will share once I reach home.
Click to expand...
Click to collapse
Here you go..

gourab4u said:
Here you go..
Click to expand...
Click to collapse
I will test it and will let you know guys.

So anyone can flash without waiting for ota?

akashavel said:
So anyone can flash without waiting for ota?
Click to expand...
Click to collapse
No, the decrypted file will be in zip format and that can be installed by custom recovery and not stock coloros recovery.

Hi everyone,
For getting Realme UI early, you can fill out and submit your details to Realme through below form. I was provided this form link by one of the Realme employees. Enjoy!!
Note: This form is for Realme 3 Pro and Realme XT only. Also note that the updates are pushed in blocks. Next date of pushing update is 31st January, so hurry up. It is like first come first served.
https://docs.google.com/forms/d/e/1FAIpQLSf07YbAtopqRjUYAE-CYMeHe4WeGdOL8bD3YDtsxv-pHQUhaA/viewform

gourab4u said:
But I was able to decrypt the realme ui ozip.
Click to expand...
Click to collapse
The python script which you provided is not able to decrypt the latest Realme UI update for Realme XT.
Below are the logs:
Code:
[B][email protected]:/ozip2zip[/B]# python3 ozip2zip.py RMX1921EX_11_OTA_1010_all_yuEH87qmmZhw_72457e546.ozip
[B][COLOR="Red"][SIZE="5"]Magic not match [OPPOENCRYPT!][/SIZE][/COLOR][/B]
Can you please share the AES key which you get when the file is decrypted on your machine? It looks as below on successful decrytion and it displays the AES key as well.
Code:
[B][email protected]:/ozip2zip#[/B] ./ozipdecrypt.py RMX1921EX_11_OTA_0160_all_CcmkxwAnmByA.ozip
ozipdecrypt 0.5 (c) B.Kerler 2017-2019
[COLOR="SeaGreen"][B][SIZE="5"]Found correct AES key: 1c4c1ea3a12531ae491b21bb31613c11[/SIZE][/B]
[B][SIZE="5"]Decrypting...
DONE!![/SIZE][/B][/COLOR]

rushank2112 said:
Hi everyone,
For getting Realme UI early, you can fill out and submit your details to Realme through below form. I was provided this form link by one of the Realme employees. Enjoy!!
Click to expand...
Click to collapse
How can anyone be so crazy to hand over personal data like IMEI to an anonymous google form, just because they claim to be employees?

kubus1 said:
How can anyone be so crazy to hand over personal data like IMEI to an anonymous google form, just because they claim to be employees?
Click to expand...
Click to collapse
well said.first i thought of signing up then i had the same thought

kubus1 said:
How can anyone be so crazy to hand over personal data like IMEI to an anonymous google form, just because they claim to be employees?
Click to expand...
Click to collapse
I agree. That is the reason I have created this thread instead of filling out the form.

Bro can I flash to the realme 2 pro??? Bro please please please reaply me

Chebrolu Ganesh said:
Bro can I flash to the realme 2 pro??? Bro please please please reaply me
Click to expand...
Click to collapse
No, you cannot.

hi, i cant update my XTto realme ui from recovery or via click on the ozip file!
so is there any zip file to flash with twrp?
thanks

Related

Android 10 Ported Pixel Experience

Android Version : Android 10 Ported Pixel Easy recovery install.
You should be having proper knowledge of flashing Custom ROM and how to Restore a phone if anything goes wrong.
Take complete backup before taking any action based on this thread. I am not responsible for any action taken by you.
I am just compiling all the information / files available on different websites into this thread, I have patched together with cyber spit, bubblegum, and tape, for a pretty much fully working Android 10 running rom. I have removed what I believe to be all of the bloat. Worked to modify a working android 10 vendor. Latest Magisk 19.5 installer is all ready included as of Oct 10th 2019 as well as the modified boot for root access. Gapps are also included for a fully functioning playstore.
All Credit goes to respective developer/s. I request XDA moderator and or Developer of Respective files to let me know if I have forgotten to mentioned (give credit) their name in this thread. The Download Links are given directly from respective Developer/s.
You need the following two files to run Android 10 on Mi Max 2 (Oxygen). This ROM recovery is ported with many patches and customized from various sources. This ROM maybe Stable enough for your daily use on Mi Max 2. I have access to two MM2 4/64 Global versions using a 1tb sd card one on At&t the other on Tmobile.
1a. Treble Mi Max 2 Recovery 3.2.1 (https://androidfilehost.com/?fid=5862345805528056270)
1b. OrangeFox Recover 10
https://sourceforge.net/projects/orangefox/files/oxygen/OrangeFox-R10.0-Stable-oxygen.zip/download
2. Android 10 Ported Pixel.
https://drive.google.com/folderview?id=13Ro_0NRv4SfD3UqVUCyR2Ki2ojjiKwDL
First step:
Start your phone into recovery and Flash a Treble recovery, if already not flashed. Restart into Recovery.
Click Wipe then Advance wipe and clear System, Vendor, Boot, Data, Cache, and Dalvick cache.
Second step:
Now Extract the Downloaded Rom files in Recovery backup folder. You should know where and how to Extract. (Use extract tool for android or pc then copy paste to recovery backup folder.)
Third step:
Click Restore and Select System, Boot, Vendor and Swipe to confirm. Wait for restore to complete. If any errors, Reboot recovery and try again. Or Mount the System, Vendor, Boot and try again. After Restore completes Reboot. Please allow 1-2 Minutes for first boot, Ignore any errors.
If I missed anything in the above, kindly let me know to include. If you make any further updates / patches that makes this ROM more stable / perfect or enables new features, please don't hesitate to message me to include in this thread.
I have an old PC running windows with 8gb HDD (Asus 901 eeepc) max at any one given time, So if you would like to make the recovery image into a flashable zip, I'd be happy to update/add it.
If you can afford it, Im trying to save for a computer from this decade, any help is appreciated
https://www.paypal.me/LiamMcGinnisIv
If you would like to use the boot, vendor, system, or any other files, All I ask is pass on the proper credits.
Credits : liammc83 | Mohzuned
Original Pie Kernel Source - Hardrock83 (RIP) | beingtejas v5
Best of Luck and Happy Flashing )
Fixes:
Sound has been fixed since initial Android 10 port attempt ( Mohzuned ).
Also added exfat support for external SD cards, rapid charging shows to be working,
Latest magisk as of date posted, Screen mirroring working here as well.
Digital Wellbeing *
Parental Controls *
Main bugs:
Camera, Torch..
I am in my free time trying to come up with a solution, But have also attempted to reach out to V v3k , MaheshTechnicals and others for ideas, or fixes.
Password for the zip;
ungr8f00l
What's the difference between this ROM and one more 10 ROM u have posted , sorry noob here awesome work :good:
liammc83 said:
Android Version : Android 10 Ported Pixel Easy recovery install.
You should be having proper knowledge of flashing Custom ROM and how to Restore a phone if anything goes wrong.
Take complete backup before taking any action based on this thread. I am not responsible for any action taken by you.
I am just compiling all the information / files available on different websites into this thread, I have patched together with cyber spit, bubblegum, and tape, for a pretty much fully working Android 10 running rom. I have removed what I believe to be all of the bloat. Worked to modify a working android 10 vendor. Latest Magisk 19.5 installer is all ready included as of Oct 10th 2019 as well as the modified boot for root access. Gapps are also included for a fully functioning playstore.
All Credit goes to respective developer/s. I request XDA moderator and or Developer of Respective files to let me know if I have forgotten to mentioned (give credit) their name in this thread. The Download Links are given directly from respective Developer/s.
You need the following two files to run Android 10 on Mi Max 2 (Oxygen). This ROM recovery is ported with many patches and customized from various sources. This ROM maybe Stable enough for your daily use on Mi Max 2. I have access to two MM2 4/64 Global versions using a 1tb sd card one on At&t the other on Tmobile.
1a. Treble Mi Max 2 Recovery 3.2.1 (https://androidfilehost.com/?fid=5862345805528056270)
1b. OrangeFox Recover 10
https://sourceforge.net/projects/orangefox/files/oxygen/OrangeFox-R10.0-Stable-oxygen.zip/download
2. Android 10 Ported Pixel.
https://drive.google.com/folderview?id=13Ro_0NRv4SfD3UqVUCyR2Ki2ojjiKwDL
First step:
Start your phone into recovery and Flash a Treble recovery, if already not flashed. Restart into Recovery.
Click Wipe then Advance wipe and clear System, Vendor, Boot, Data, Cache, and Dalvick cache.
Second step:
Now Extract the Downloaded Rom files in Recovery backup folder. You should know where and how to Extract. (Use extract tool for android or pc then copy paste to recovery backup folder.)
Third step:
Click Restore and Select System, Boot, Vendor and Swipe to confirm. Wait for restore to complete. If any errors, Reboot recovery and try again. Or Mount the System, Vendor, Boot and try again. After Restore completes Reboot. Please allow 1-2 Minutes for first boot, Ignore any errors.
If I missed anything in the above, kindly let me know to include. If you make any further updates / patches that makes this ROM more stable / perfect or enables new features, please don't hesitate to message me to include in this thread.
I have an old PC running windows with 8gb HDD (Asus 901 eeepc) max at any one given time, So if you would like to make the recovery image into a flashable zip, I'd be happy to update/add it.
If you can afford it, Im trying to save for a computer from this decade, any help is appreciated
https://www.paypal.me/LiamMcGinnisIv
If you would like to use the boot, vendor, system, or any other files, All I ask is pass on the proper credits.
Credits : liammc83 | Mohzuned
Original Pie Kernel Source - Hardrock83 (RIP) | beingtejas v5
Best of Luck and Happy Flashing )
Fixes:
Sound has been fixed since initial Android 10 port attempt ( Mohzuned ).
Also added exfat support for external SD cards, rapid charging shows to be working,
Latest magisk as of date posted, Screen mirroring working here as well.
Digital Wellbeing *
Parental Controls *
Main bugs:
Camera, Torch..
I am in my free time trying to come up with a solution, But have also attempted to reach out to V v3k , MaheshTechnicals and others for ideas, or fixes.
Click to expand...
Click to collapse
Password?
MaheshTechnicals said:
Password?
Click to expand...
Click to collapse
at post 2
The files dont extract after password
diaselo said:
The files dont extract after password
Click to expand...
Click to collapse
There is an error while extracting files. Archive is corrupted.
Repacked , reupped, downloaded, uncompressed, tested.
Sorry y'all previously ran out of HDD space and tried to pack on external thumb drive, as y'all can tell didn't work out.
But all fixed now.
MaheshTechnicals said:
Password?
Click to expand...
Click to collapse
Password for the zip;
ungr8f00l
diaselo said:
The files dont extract after password
Click to expand...
Click to collapse
Fixed
zavorotnii said:
There is an error while extracting files. Archive is corrupted.
Click to expand...
Click to collapse
Corrected
faraaz3 said:
What's the difference between this ROM and one more 10 ROM u have posted , sorry noob here awesome work :good:
Click to expand...
Click to collapse
First was an attempt to boot.
This has many bug fixes, new features, and its PE
Some Fixes:
Sound has been fixed since initial Android 10 port attempt ( Mohzuned ).
Also added exfat support for external SD cards, rapid charging shows to be working,
Latest magisk as of date posted, Screen mirroring working here as well.
Digital Wellbeing *
Parental Controls *
Booted successfully. Nice ROM. Good job. Android 10 on Mi Max 2. Wow! Waiting when you will fix camera.
Please post Some SS
MaheshTechnicals said:
Please post Some SS
Click to expand...
Click to collapse
Samsung Sh*t ? :silly:
liammc83 said:
Samsung Sh*t ? :silly:
Click to expand...
Click to collapse
Screenshots
zavorotnii said:
Booted successfully. Nice ROM. Good job. Android 10 on Mi Max 2. Wow! Waiting when you will fix camera.
Click to expand...
Click to collapse
Hotspot , IR , working ?
Feel free to post some screen shots
MaheshTechnicals said:
Screenshots
Click to expand...
Click to collapse
Sorry didn't know what you meant
If someone doesn't, I'll try and get some later today, Still getting over illness, now on additional 2 meds for a total of 25...So a little loopy.
And now had a small house fire, So most electrical outlets down, no hotwater, sheesh..... Dogs still alive so no country song yet.
You have any ideas about camera controller fix ?
From Jio outgoing doesnt work might be due to absence of VoLTE but incoming call works on Jio.
OS looks smooth good work liammc83 mate.
maheshkondraju said:
From Jio outgoing doesnt work might be due to absence of VoLTE but incoming call works on Jio.
OS looks smooth good work liammc83 mate.
Click to expand...
Click to collapse
APN all correct ?
*#*#4636#*#*
Have any effect in adjustment ? Under phone information ?
Sorry I don't anything about JIo
No matter on the mi max 2, I never got volte, my carrier didn't support it.. I could barely get a real 4g connection, at only 1mb/down
Screen mirroring dont work..reboot phone

[FIRMWARE] Collection of ESSENTIAL update images for those on Custom ROMs

[06-02-2020] This thread will be closed, but I will keep updating the NOVENDOR AFH folder during next months so please just check there. (I may re-open it at a later time if I decide its necessary).
As the title says, I plan to keep a collection of the ESSENTIAL updates here in this thread because I intend to keep my Mata for a while still and I want to stay updated every month. :good:
WARNING - These are custom made zips as you would download them from ESSENTIAL, except with SYSTEM modifying partitions removed. So anyone who is running on a Custom ROM can easily run the batch file to flash all the other updated partitions at once in FASTBOOT. Easy pz! :good:
HOW TO:
These aren't your usual "TWRP flashable" zips! Please read and follow the instructions below:
INSTRUCTION:
Download ZIP file
Unzip in a location of your choosing
Reboot PH1 to Fastboot
Make your PC/Laptop can communicate with the device
Run the BAT file inside the EXTRACTED folder
Follow the instructions given.
Profit!
-----
DOWNLOADS:
HERE!
NOTE: Feb2020 needs the Feb ROM patch before flashing otherwise you'll end up in a bootloop.
-----
NOTE:
Nothing will be wiped!!
EDIT (11-01-2020): Thanks to (@dragynbane222) for fixing the Linux/Unix script. Zip re-uploaded!
Click Thanks below if you appreciate the work. :good:
Have fun.
Camo.
Reserved.
Extra seat for the future.
If I'm in stock but with elemental x kernel Is necessary this or I have to download all the ota file in the essential developer web and apply in TWRP?
mpena said:
If I'm in stock but with elemental x kernel Is necessary this or I have to download all the ota file in the essential developer web and apply in TWRP?
Click to expand...
Click to collapse
You can still use the images in the zip files from this thread, but you wont get the SYSTEM, VENDOR or KERNEL updates.
Would I need to reflash TWRP and Root after this?
foueddyf said:
Would I need to reflash TWRP and Root after this?
Click to expand...
Click to collapse
Nope you don't. Nothing is wiped.
All the small partitions are silently updated, just run the BAT or SH (if you're on Linux).
CamoGeko said:
Nope you don't. Nothing is wiped.
All the small partitions are silently updated, just run the BAT or SH (if you're on Linux).
Click to expand...
Click to collapse
I'm on Linux, ran the sh script and it all worked perfectly, thanks man!
:good:
foueddyf said:
I'm on Linux, ran the sh script and it all worked perfectly, thanks man!
:good:
Click to expand...
Click to collapse
Fantastic.
Thanks for the feedback! :good:
Sent from my mata using Thebear Blue XDA Labs
Hey, wasn't too hard fixing the script, hope it comes in handy to whomever uses it.
Sorry I hate to be or look stupid... I just don't want a bricked phone or a phone I have to resetup again, but I'm on a custom Rom so do I just run the batch file it do I need to tweak something in order to get the security update? And what is said tweak if need be to do so? Thank you!
jrodbrown58 said:
Sorry I hate to be or look stupid... I just don't want a bricked phone or a phone I have to resetup again, but I'm on a custom Rom so do I just run the batch file it do I need to tweak something in order to get the security update? And what is said tweak if need be to do so? Thank you!
Click to expand...
Click to collapse
Aside from this, the dev also has to pull in the latest security patch in the source code then build it. These zips only provide the updated former.
Man, my pc drives me nuts! I can get it to connect with my phone most of the time, but it is just so fickle about running the scripts in fastboot. I know if I try it on another computer, it'll be fine. BLAH! Just me venting
FYI since updating to this Firmware my phone stops saving wifi passwords. I need to reenter passwords after any reboot i.e. the saved networks are all gone.
Thread closed per OP Request.
The link in the OP will stay active, as the host is continuing to be updated.

[RECOVERY][OneUI-2.5][UNOFFICIAL] TWRP 3.4.0_10.0 For Samsung M51 - Final

*** WARNING ***​This version of TWRP is not compatible with Samsung android 11 (OneUI 3.1) release and it won't work if you have updated your phone to that android version
If you need more detailed steps of what do then wait for my complete guide
I'M NOT RESPONSIBLE IF YOU BRICKED YOUR DEVICE BECAUSE YOU ARE STILL NEWBIE
This is recovery won't get further updates or support​
Bugs
-Userdata decryption is not working so you should use an external SD or USB OTG for putting ZIPs and IMGs on it in order to flash them
How to Install
1. Unlock your bootloader
2. Boot to Odin mode
3. Check AP box and select TWRP tar file
3. Hit start
4. Have fun
Download
TWRP 3.4.0_10 - Stable 1
Sources
TWRP device tree: https://github.com/Lehkeda/android_device_samsung_m51_pbrp/tree/android-10_pbrp/
Kernel source: https://github.com/Lehkeda/android_kernel_samsung_m51/tree/ten
Change Log:
Stable 1 - 19th of December 2020
- Fix MTP
- Fix data partition mounting
- Fix system image flashing
Beta 2 - 16th of December 2020
- Fix ADB
- Fix mounting partitions (Except userdata)
- Fix navigation bar
- Fix CPU temperature
- Add reboot to download mode
Beta 1 - 12th of December 2020
- Initial Release
F.A.Q
How to mount system root to flash ZIPs and other stuff?
-Go to Advanced > terminal
-Type "mkdir /system_root"
-Type "mount /dev/block/mapper/system /system_root"
How to mount data partition?
-Go to Advanced > terminal
-Type "mount /dev/block/by-name/userdata /data"
Thanks man. I ll try to fix mtp , storage and scaling.
bekirakil said:
Thanks man. I ll try to fix mtp , storage and scaling.
Click to expand...
Click to collapse
Storage is partially fixed now.
For MTP, I compiled the kernel without Samsung MTP and it's Kinda working... adb can detect it now, but it still now showing on my computer
I need to add a proper init stuff for it
i was able to fix mount sdcard but i couldn't fix data im working on it
The encryption is really annoying
That was the best i could do. Data mounting is not working because of encryption. I couldn't find the key directory of the encryption. But you can flash from external sd.
Hello. Backup, Restore, running smoothly? Can I back up without problems? Thank you very much, thank you.
onurmemo77 said:
Hello. Backup, Restore, running smoothly? Can I back up without problems? Thank you very much, thank you.
Click to expand...
Click to collapse
It would be nice if you can test that for me as I'm not able to test right now!
LahKeda said:
It would be nice if you can test that for me as I'm not able to test right now!
Click to expand...
Click to collapse
Sure, I'll help.
But I couldn't download the new version of the twrp. Would you please upload to sites like media fire gdrive? Thank you very much, thank you.
onurmemo77 said:
Sure, I'll help.
But I couldn't download the new version of the twrp. Would you please upload to sites like media fire gdrive? Thank you very much, thank you.
Click to expand...
Click to collapse
Download it from a pc or activate desktop site option before downloading it or click on download it anyway link
Can you give me your email please? I need your help at my project. Maybe you can help. (Sorry for my bad english i'm german )
bekirakil said:
Can you give me your email please? I need your help at my project. Maybe you can help. (Sorry for my bad english i'm german )
Click to expand...
Click to collapse
DM me at telegram @lehkeda
The userdata decryption bug, does that mean it can't access the phone's storage in TWRP?
Camack said:
The userdata decryption bug, does that mean it can't access the phone's storage in TWRP?
Click to expand...
Click to collapse
Yes, but you can still access the data on USB device or external sdcard
@LahKeda After installing TWRP and flashing Magisk, do I need to press power and volume up button every time I restart the phone to have Magisk root or can I boot it normally without pressing anything?
swiftez said:
@LahKeda After installing TWRP and flashing Magisk, do I need to press power and volume up button every time I restart the phone to have Magisk root or can I boot it normally without pressing anything?
Click to expand...
Click to collapse
+1 would like to know too as the current root method patching boot.img with Magisk, you have to press power and volume up every time you restart the phone to keep root.
Thanks for the recovery. I have a question. Can I simply flash this via odin (no stock firmware download required) and it will work? I'm asking because in the other twrp thread there is a requirement of downloading and flashing stock firmware. The firmware for my region hasn't released yet.
Affangta said:
Thanks for the recovery. I have a question. Can I simply flash this via odin (no stock firmware download required) and it will work? I'm asking because in the other twrp thread there is a requirement of downloading and flashing stock firmware. The firmware for my region hasn't released yet.
Click to expand...
Click to collapse
Yes, no need to flash stock firmware at all.

[CLOSED]Unbrick Black Shark 3

After more days look up for the tutorial, I found nothing tutorial.
my black shark 3 was bricked caused failed operation and now my bs was live.
the link that contain in this tutorial credit to uploader.
I just make tutorial that I tested by my self.
here is video tutorial :
{Mod edit}
tools :
1. Factory Rom of Blackshark 3. you can download here.. {Mod edit}
2. QPST v2.7 you can find it on google
3. Qualcomm usb driver. you can find it on google
steps :
1. download those file above. ignore if you already have.
2. Install QPST.
3. do test point your bs3.
4. run qfil application. QFIL is one of part QPST application.
5. make sure that your phone conneted to pc and with QFIL application.
6. on Qfil application, look at :
- Select Build Type : choose Meta build
- Select Progammer : click Browse then go to rom folder and choose prog_ufs_firehose_sm8250_lite_lp4.elf (for bs3 8/128gb. If your bs3 256gb, you should choose lp5)
- select meta build : click load content then go to rom folder and choose content.xml.
7. make sure the qfil program set look like this :
- Available meta build storage : ufs
- product flavors : asic
- storage type : ufs
8. if all already set look like no 7, then click download content.
9. wait until program complete to flash your bs3.
10. release the cable and press power button for few seconds or you can combine with power button+vol down
11. once your phone boot, you prove it.
help bro
{Mod edit: Screenshot with download link removed}
hoangbo997 said:
help bro View attachment 5367289
Click to expand...
Click to collapse
Sorry.. I was changed. Please check again
{Mod edit: Quoted post has been removed}
Sure
kevin mitnick said:
Sorry.. I was changed. Please check again
Click to expand...
Click to collapse
i help password extract file bro
hoangbo997 said:
i help password extract file bro
Click to expand...
Click to collapse
I also don't know bro. The rar file has an information for the password. Please ask for him. I just make tutorial
hoangbo997 said:
i help password extract file bro
Click to expand...
Click to collapse
kevin mitnick said:
I also don't know bro. The rar file has an information for the password. Please ask for him. I just make tutorial
Click to expand...
Click to collapse
Thread closed and download link removed as password protected files without password violate the XDA Forum Rules.
@kevin mitnick Please advise the moderators team (best via the report function) to re-open the thread when ready to provide the password or a download link without protection.

Black Shark 3 Global Android 11

Hello Shark's,
I have managed to get the link for downloading Android 11 OTA.
https://ota-oversea-1256119282.file.myqcloud.com/KLE-H0/20210904132110-klein-deltaota_MK-R-H0_2021-02-02_c0b9b6c8fc.zip
You can update the phone to MR0 from MP4 or MP3 by following the steps below.
1) Copy the downloaded file to Phone Storage
2) Create a new folder called ota on the root of the storage
3) Inside ota folder copy the downloaded zip file
4) Rename the zip to update.zip
5) Go to dialer
6) Enter *#*#1027#*#* code. Thanks to wertus33333
7) Press Local Update and Wait.
In order to Root the Shark 3 with Global Android 11 follow the steps below.
Perquisites
1) Unlocked Bootloader. Follow this guide.
Rooting Black Shark 3 / 3 Pro the Correct & Easy Way - BL Unlocking, TWRP & OTA Fix
Rooting Black Shark 3 / 3 Pro the Correct & Easy Way - BL Unlocking, TWRP & OTA Fix Greetings fellow Black Shark users! This guide is made for Black Shark 3 Pro Global version, but in theory it should work with any version if the bootloader is...
forum.xda-developers.com
2) Platform tools on Windows or Mac
3) Basic Knowledge and confidence
* All data will be erased so backup before you do anything.
Steps
1) Download this file and extract it.
https://ota-oversea-1256119282.file.myqcloud.com/KLE-H0/20210904132110-klein-deltaota_MK-R-H0_2021-02-02_c0b9b6c8fc.zip
2) Use Payload dumper by ssssut to extract the boot.img from Payload.bin
[TOOL] A QUICK Android OTA payload dumper
Made with Go. By utilizing goroutines, this can extract img files from (full) OTA payload.bin really quickly. See how fast this is: https://i.imgur.com/adpijqf Source Code: https://github.com/ssut/payload-dumper-go Prebuilt binaries...
forum.xda-developers.com
3) Patch boot.img using Magisk.
4) Go to Fastboot
5) Flash the patched boot.img using
fastboot flash boot boot.img
6) Done
if you don't have stock recovery with the exact same version with your ROM (exp. MP4 ROM with MP4 recovery), the 1027 method won't work, it will give error 20 or something.
slashyuz6 said:
if you don't have stock recovery with the exact same version with your ROM (exp. MP4 ROM with MP4 recovery), the 1027 method won't work, it will give error 20 or something.
Click to expand...
Click to collapse
True it won't work but I have solution for that as well but I am afraid the firmware is paid so I won't be able to share here.
Hey man thanks for the sharing this, i was wondering i have the KLEN2110261CN00MR3, it this rom the global one or the CN00MR0?
Thanks in advance
can you share boot.img of S00MR0 ?
Can someone extract boot and recovery?
arjun_m4 said:
Hello Shark's,
I have managed to get the link for downloading Android 11 OTA.
https://ota-oversea-1256119282.file.myqcloud.com/KLE-H0/20210904132110-klein-deltaota_MK-R-H0_2021-02-02_c0b9b6c8fc.zip
You can update the phone to MR0 from MP4 or MP3 by following the steps below.
1) Copy the downloaded file to Phone Storage
2) Create a new folder called ota on the root of the storage
3) Inside ota folder copy the downloaded zip file
4) Rename the zip to update.zip
5) Go to dialer
6) Enter *#*#1027#*#* code. Thanks to wertus33333
7) Press Local Update and Wait.
In order to Root the Shark 3 with Global Android 11 follow the steps below.
Perquisites
1) Unlocked Bootloader. Follow this guide.
Rooting Black Shark 3 / 3 Pro the Correct & Easy Way - BL Unlocking, TWRP & OTA Fix
Rooting Black Shark 3 / 3 Pro the Correct & Easy Way - BL Unlocking, TWRP & OTA Fix Greetings fellow Black Shark users! This guide is made for Black Shark 3 Pro Global version, but in theory it should work with any version if the bootloader is...
forum.xda-developers.com
2) Platform tools on Windows or Mac
3) Basic Knowledge and confidence
* All data will be erased so backup before you do anything.
Steps
1) Download this file and extract it.
https://ota-oversea-1256119282.file.myqcloud.com/KLE-H0/20210904132110-klein-deltaota_MK-R-H0_2021-02-02_c0b9b6c8fc.zip
2) Use Payload dumper by ssssut to extract the boot.img from Payload.bin
[TOOL] A QUICK Android OTA payload dumper
Made with Go. By utilizing goroutines, this can extract img files from (full) OTA payload.bin really quickly. See how fast this is: https://i.imgur.com/adpijqf Source Code: https://github.com/ssut/payload-dumper-go Prebuilt binaries...
forum.xda-developers.com
3) Patch boot.img using Magisk.
4) Go to Fastboot
5) Flash the patched boot.img using
fastboot flash boot boot.img
6) Done
Click to expand...
Click to collapse
この方法でboot.imgを抽出しようとしましたが、データが0KBでルートできません。
Mod Edit: English Translation Below
I tried to extract boot.img this way, but the data is 0KB and cannot be rooted.
@natsume.port
Spoiler: English / 英語
Hi! I see that you're new here. Welcome to XDA! Please note that XDA is an international forum, and hence only English is permitted to be used across the website.
The above is as per the Forum Rules:
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.
Click to expand...
Click to collapse
As a courtesy, I've added the English translation to your post. Going forward, kindly use English to post/reply on the forum.
Regards,
shadowstep
Forum Moderator
Spoiler: Japanese / 日本
こんにちは! あなたはここで新しいようです。 XDAへようこそ! XDAは国際フォーラムであるため、Webサイト全体での使用は英語のみに許可されていることに注意してください。
上記はフォーラムルールによるものです。
4。英語を使用してください。
国籍が違うので、英語が上手に話せるわけではないので、ぜひお試しください。 本当に英語で投稿できない場合は、オンライン翻訳者を使用してください。 英語の翻訳の下に、元のメッセージを自国語で自由に含めることができます。 (このルールは、投稿、プロファイルエントリ、および署名を対象としています)。 次のことを試すことができます:- https://translate.google.com/またはhttps://www.babelfish.com/または、いずれかを使用してください。
Click to expand...
Click to collapse
礼儀として、私はあなたの投稿に英語の翻訳を追加しました。 今後は、英語を使用してフォーラムに投稿/返信してください。
よろしく、
shadowstep
フォーラムモデレーター
The update has arrived.
Oh my God! I used the payload dumper to dump recovery.IMG flashed it, then re locked the phone, so I could update it with the OTA. However, afterwards it wouldn't boot, so I unlocked it, and now I'm locked out of my own phone. It says I have to activate it and asks for a password to an account I don't recognize. I've tried everything I can think of I've watched every YouTube video that that deals with this issue sort of, most of which I can't understand and most of them that I can understand are fake. Any thoughts on that? Looks like I'm going to have to buy a new phone.
fayherwingnut said:
Oh my God! I used the payload dumper to dump recovery.IMG flashed it, then re locked the phone, so I could update it with the OTA. However, afterwards it wouldn't boot, so I unlocked it, and now I'm locked out of my own phone. It says I have to activate it and asks for a password to an account I don't recognize. I've tried everything I can think of I've watched every YouTube video that that deals with this issue sort of, most of which I can't understand and most of them that I can understand are fake. Any thoughts on that? Looks like I'm going to have to buy a new phone.
I think Your talking about Mi Account. There is paid service to unlock it.
Click to expand...
Click to collapse

Categories

Resources