Question Inofficial TWRP or boot.img? - OnePlus Nord 2T

Is anybody already working on an inofficial TWRP release or extracting a boot.img?
In an other thread @garylawwd mentioned that a patched vbmeta is missing?
I actually don't know anything about it, but how can I help

I am waiting for any update to download where I can extract using Python boot.img. Root needed on this device.

Riski3Run said:
I am waiting for any update to download where I can extract using Python boot.img. Root needed on this device.
Click to expand...
Click to collapse
Checkout my post here. I suppose you proceed with caution as the device can easily get bricked but yeah at least I enjoyed root! I am now looking for the full factory rom to restore back my phone using SP Flash. Anyone share it...

I was able to unzip CPH2399_11_A.09.zip using Python 3.7 entire payload.bin file.
There is a lot of files
What do we need to root?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Riski3Run is it possible to mirror the extracted files for me. I am unable to extract all the images as shown above
For root just patch the boot image and flash it on the active slot.
As a safegauard DO NOT patch the boot image on the inactive slot which I did and hence soft bricking my phone. That way if the device fails to boot then just switch to the inactive slot. What's better you extracted the full dump...

nielsync said:
Riski3Run is it possible to mirror the extracted files for me. I am unable to extract all the images as shown above
For root just patch the boot image and flash it on the active slot.
As a safegauard DO NOT patch the boot image on the inactive slot which I did and hence soft bricking my phone. That way if the device fails to boot then just switch to the inactive slot. What's better you extracted the full dump...
Click to expand...
Click to collapse
Let me know which files exactly you need.

Riski3Run said:
Let me know which files exactly you need.
Click to expand...
Click to collapse
If you could archive and upload all of them I'd be more than grateful. I could only extract as seen below

nielsync said:
If you could archive and upload all of them I'd be more than grateful. I could only extract as seen below
View attachment 5652615
Click to expand...
Click to collapse
Hello
CPH2399_11.A.09
FILE_HASH=yi8kVt017kbkOb17J4IzKVjtRtUgMAlgJIDN5cENJCk=
FILE_SIZE=4379426191
METADATA_HASH=xQROsSak1v7qKP37VejsrLkSoXddfHzHdYWBOaETPU8=
METADATA_SIZE=169161
oplus_separate_soft=21881
oplus_update_engine_verify_disable=0
security_patch_vendor=2022-05-05
ota_target_version=CPH2399_11.A.09_0090_202205181235
oplus_rom_version=V12.1
security_patch=2022-05-05
Here it is:
payload_output.zip
drive.google.com
Let me know when you fix your phone and gtell me how to ROOT it step by step.
Won't to brick my phone

Riski3Run said:
Hello
CPH2399_11.A.09
FILE_HASH=yi8kVt017kbkOb17J4IzKVjtRtUgMAlgJIDN5cENJCk=
FILE_SIZE=4379426191
METADATA_HASH=xQROsSak1v7qKP37VejsrLkSoXddfHzHdYWBOaETPU8=
METADATA_SIZE=169161
oplus_separate_soft=21881
oplus_update_engine_verify_disable=0
security_patch_vendor=2022-05-05
ota_target_version=CPH2399_11.A.09_0090_202205181235
oplus_rom_version=V12.1
security_patch=2022-05-05
Here it is:
payload_output.zip
drive.google.com
Let me know when you fix your phone and gtell me how to ROOT it step by step.
Won't to brick my phone
Click to expand...
Click to collapse
Thanks I used your upload to revive my phone. Thank you so much
For root, patch the boot.img using the Magisk app and then flash the patched boot.img in fastboot and you'll be good to go.
When you get an OTA don't patch the inactive slot in Magisk app because that's what caused me to soft brick. Instead extract the boot.img like you did from the OTA payload.bin and manually patch it in Magisk and then flash as usual:
fastboot flash boot patched_boot.img

Ok I understand and always Root this way. But my question is if we still need also vbmeta.img patched? Another user mentioned this... I think this is important.

Well I actually didn't! And neither did I disable verified boot in a command but was able to boot without any issue. See below:

Everything works there? Busy box etc?
I noticed that phone only after unlocking bootloader is not certified already in Google Store...which basically means "invisible" Netflix and other apps.

nielsync said:
Thanks I used your upload to revive my phone. Thank you so much
For root, patch the boot.img using the Magisk app and then flash the patched boot.img in fastboot and you'll be good to go.
When you get an OTA don't patch the inactive slot in Magisk app because that's what caused me to soft brick. Instead extract the boot.img like you did from the OTA payload.bin and manually patch it in Magisk and then flash as usual:
fastboot flash boot patched_boot.img
Click to expand...
Click to collapse
Thanks for the info.
Do we need check the active slot before flashing the patched boot from the fastboot to avoid soft brick?
Like running this command:
fastboot getvar current-slot
and then applying
fastboot flash boot_a magisk_patched.img
or
fastboot flash boot_b magisk_patched.img
Depending on the results?

Also I am getting this error from Google Pay after unlocking the bootloader but the phone is not rooted yet.
Planning to root and hide magisk from all google services, google pay and see if this error disappears.
Anyone else having this issue?

Riski3Run said:
Hello
CPH2399_11.A.09
FILE_HASH=yi8kVt017kbkOb17J4IzKVjtRtUgMAlgJIDN5cENJCk=
FILE_SIZE=4379426191
METADATA_HASH=xQROsSak1v7qKP37VejsrLkSoXddfHzHdYWBOaETPU8=
METADATA_SIZE=169161
oplus_separate_soft=21881
oplus_update_engine_verify_disable=0
security_patch_vendor=2022-05-05
ota_target_version=CPH2399_11.A.09_0090_202205181235
oplus_rom_version=V12.1
security_patch=2022-05-05
Here it is:
payload_output.zip
drive.google.com
Let me know when you fix your phone and gtell me how to ROOT it step by step.
Won't to brick my phone
Click to expand...
Click to collapse
Hope this isn't considered as necrobumping lol I'm trying to compile the TWRP recovery for this device but when I try to extract payload.bin file, I get this error. May I ask you how you extracted those files? Thanks

luke! said:
Hope this isn't considered as necrobumping lol I'm trying to compile the TWRP recovery for this device but when I try to extract payload.bin file, I get this error. May I ask you how you extracted those files? Thanks
Click to expand...
Click to collapse
I have installed Python 3.7.4 on PC, then paste payload.bin into certain folder (I think it was payload.bin input) and then run command (can't remember which one exactly) and after all files has been extended into payload.bin output.
There's a lot of guides to do that.

I uploaded before entire payload.bin folder where you can download all at once if needed.

Riski3Run said:
I uploaded before entire payload.bin folder where you can download all at once if needed.
Click to expand...
Click to collapse
Unfortunately the link you shared doesn't work anymore :/

luke! said:
Unfortunately the link you shared doesn't work anymore :/
Click to expand...
Click to collapse
I can share it if you want but within 6 days coz now I am on vacation 5000km from home.

luke! said:
Hope this isn't considered as necrobumping lol I'm trying to compile the TWRP recovery for this device but when I try to extract payload.bin file, I get this error. May I ask you how you extracted those files? Thanks
Click to expand...
Click to collapse
You asked on a different thread how I extracted the boot.img. Well you can extract all image with the tool I linked to you in that thread. Here is the tool for extracting all images

Related

[STOCK][DUMP] Storage/Catalog for files related to the G7

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hello, I've been making a catalog with a lot of files related to the G7.
That includes boot, system and vendor images as well as some KDZ files that i need.​
You can probably find most of the stuff you need here.​
The link: https://drive.google.com/open?id=1bZwJVypZZLT6m9r_N2u1rJAxCz8kdiH2​Folder content and how to navigate:
Boot images
This folder contains some boot images for the g7 (specifically G710EM)
If the image has _patched in its name it means that it has Magisk included.
If the image has twrp_ in its name it means that it has TWRP included.
If it has both then it means that it has TWRP and Magisk included.
"TWRP_Pie.img" is for phones that run custom ROMs (9.0 + 8.1) with 8.0 vendor (old guide) (10b-10f)
"TWRP_RealPie.img" is for phones that run custom ROMs (9.0 + 8.1) with 9.0 vendor (new guide) (20c)
Click to expand...
Click to collapse
KDZs
This folder mostly contains KDZs for the G710EM but it also contains some KDZs from G710N and V405/409 (LG v40)
Still that doesn't mean that its finished because KDZ files take a lot of storage and i don't have terabytes of it.
Theres also LGUP installers and a LGUP dll for the G7 in "LGUP" folder.
ANd of course a lonely driver installer in the "Drivers" folder.
Click to expand...
Click to collapse
Other files
Nothing to care about. Move on.
Click to expand...
Click to collapse
Stock images
It contains plenty of images for different firmware versions (Mostly for the G710EM but its specified when its not from it).
It has System images, Vendor images, Boot images, apple images and some other not specified.
Everything completly pulled from stock.
Click to expand...
Click to collapse
Vendors
This folder contains patched vendor images for the G7.
"vendor_10b_securityoff.img" was the first vendor to be used for AOSP now we have a new guide with new files.
"vendor_10k_securityoff.img" same as above but for v10k firmware.
"vendor_gsi.img" this vendor is based on 20c G710N and its used for AOSP (new guide)
Click to expand...
Click to collapse
If you have any questions please ask them here!​
Thank you!
The boot_v10s.img in v10s folder is unpatched? I've to flash boot_10s-magisk.img in order to root the device?
pi3troz said:
Thank you!
The boot_v10s.img in v10s folder is unpatched? I've to flash boot_10s-magisk.img in order to root the device?
Click to expand...
Click to collapse
Yeah
LameMonster82 said:
Yeah
Click to expand...
Click to collapse
Thanks mate
Which one do I need to get magisk on Korean Pie upgraded G710EM model?
Michiel0912 said:
Which one do I need to get magisk on Korean Pie upgraded G710EM model?
Click to expand...
Click to collapse
Try TWRP_RealPie.img
Tried it. Did a data format to have access to data in TWRP but after booting I get a decryption unsuccessful message and keeps looping.
Michiel0912 said:
Tried it. Did a data format to have access to data in TWRP but after booting I get a decryption unsuccessful message and keeps looping.
Click to expand...
Click to collapse
Install back stock boot image. While TWRP works on stock data must stay untoched
Edit: you can download magisk manager and manually patch the stock boot image
Ok, I patched the boot image and everything is working. I will send you a link so you can put it on your drive. It is stock 20c boot with Magisk patch.
https://1drv.ms/u/s!AnYjRY0QyVw8jzHXdUC04lE9R5ER
Michiel0912 said:
Ok, I patched the boot image and everything is working. I will send you a link so you can put it on your drive. It is stock 20c boot with Magisk patch.
https://1drv.ms/u/s!AnYjRY0QyVw8jzHXdUC04lE9R5ER
Click to expand...
Click to collapse
No need. I have some boot images on my PC already patched. Also most people that are using this tutorial can't really use it
Can we use lg v40 kdz on lg g7?
sdiown said:
Can we use lg v40 kdz on lg g7?
Click to expand...
Click to collapse
No
I can't understand the steps that I have to do in order to get root on stock Korean Pie.
Do I have to follow this ones?
1. Download the patched Boot.img
2. Reboot to fastboot (and unlock bootloader????)
3. Flash the new boot.img with the commands fastboot flash boot_a pathtoboot.imghere and then fastboot flash boot_b pathtoboot.imghere
4. Reboot and install Magisk Manager Apk
delpere said:
I can't understand the steps that I have to do in order to get root on stock Korean Pie.
Do I have to follow this ones?
1. Download the patched Boot.img
2. Reboot to fastboot (and unlock bootloader????)
3. Flash the new boot.img with the commands fastboot flash boot_a pathtoboot.imghere and then fastboot flash boot_b pathtoboot.imghere
4. Reboot and install Magisk Manager Apk
Click to expand...
Click to collapse
Yes that's correct
Edit: right now there's no magisk patched Korean pie boot image on my gdrive so I will make one later. Don't install any other one. It will not work
I have seen that you uploaded the patched boot image for the G710N on Google Drive.
Can I use that for my G710EM?
delpere said:
I have seen that you uploaded the patched boot image for the G710N on Google Drive.
Can I use that for my G710EM?
Click to expand...
Click to collapse
If the software version matches then yes
Is anyone working on a bootloader unlock for other G7 models? I have a G7+ (LG710EAW)
What about installing only the TWRP on Korean Pie?
Do I need only to use this command?
HTML:
fastboot --set-active=a flash boot_a [TWRP_RealPie.img full path]
Thank you so much.
delpere said:
What about installing only the TWRP on Korean Pie?
Do I need only to use this command?
fastboot --set-active=a flash boot_a [TWRP_RealPie.img full path]
Thank you so much.
Click to expand...
Click to collapse
Yeah
An excellent compilation of files - everything what's posible to been necessary in one place ... But there is a question: when to expect boot v10t with magisk?

Realme x50 Pro Root ?

Hello there ! I'd like to root my Realme x50 Pro, is there any way to do it please ? :3
Thanks in advance for your help !
To root you need to unlock your bootloader, activate usb debugging and oem unlock. On your computer you need adb intalled. After do these step:
1. Extract the ozip of your phone firmware to have the boot.img and the vbmeta.img.
2. Copy the boot.img on your phone and patch it with magisk manager.
3. Copy the patched boot.img (rename it boot.img) and the vbmeta.img on your adb directorie.
4. Boot your phone to fastboot and launch adb on your computer.
5. enter these command:
fastboot devices
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
Tada you now root.
Is fingerprint working with this method?
sco-mito said:
Is fingerprint working with this method?
Click to expand...
Click to collapse
+1
Yes
If I do that and I fail/want to remove it, is the factory reset enough ? I don't want to f**k up my phone x)
You have to flash the stock boot.img before.
deleted
crusader974 said:
Yes
Click to expand...
Click to collapse
fingerprint don't works for me
have you do somthing if for you it works?
Naokimaru said:
If I do that and I fail/want to remove it, is the factory reset enough ? I don't want to f**k up my phone x)
Click to expand...
Click to collapse
just flash vbmeta and after stock boot and don't need to reset factory
crusader974 said:
To root you need to unlock your bootloader, activate usb debugging and oem unlock. On your computer you need adb intalled. After do these step:
1. Extract the ozip of your phone firmware to have the boot.img and the vbmeta.img.
2. Copy the boot.img on your phone and patch it with magisk manager.
3. Copy the patched boot.img (rename it boot.img) and the vbmeta.img on your adb directorie.
4. Boot your phone to fastboot and launch adb on your computer.
5. enter these command:
fastboot devices
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
Tada you now root.
Click to expand...
Click to collapse
hi, when i do an firmware update, for exemple the last 024. i unroot my phone, i install the update, i do your process, i reboot and always reboot on recovery. my phone can't decrypt. i reinstall the update by usb my boot reboot well. impossible to re-root my phone except if i make a full wipe-data. do you now how i can root?
crusader974 said:
To root you need to unlock your bootloader, activate usb debugging and oem unlock. On your computer you need adb intalled. After do these step:
1. Extract the ozip of your phone firmware to have the boot.img and the vbmeta.img.
2. Copy the boot.img on your phone and patch it with magisk manager.
3. Copy the patched boot.img (rename it boot.img) and the vbmeta.img on your adb directorie.
4. Boot your phone to fastboot and launch adb on your computer.
5. enter these command:
fastboot devices
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot flash boot boot.img
Tada you now root.
Click to expand...
Click to collapse
how to extract the ozip file
please show me the way
thanks a lot.
zhengye75 said:
how to extract the ozip file
please show me the way
thanks a lot.
Click to expand...
Click to collapse
Try this: https://forum.xda-developers.com/t/...rom-firmware-from-twrp-orangefox-etc.4065277/
It works for me.
corneo said:
Try this: https://forum.xda-developers.com/t/...rom-firmware-from-twrp-orangefox-etc.4065277/
It works for me.
Click to expand...
Click to collapse
thanks a lot
It's a bit easier to use these files. But be aware to use the right files. I extracted and patched the files from EU rom. Works on RMX2075 too. Please use the instructions above
rmx2076eu_a38 (A10 11/20 Patch)
magisk_patched_rmx2076eu_a38.img
drive.google.com
vbmeta_rmx2076eu_a38.img
drive.google.com
boot_rmx2076eu_a38.img
drive.google.com
rmx2076eu_a40 (A10 12/20 Patch)
vbmeta_rmx2076eu_a40.img
drive.google.com
magisk_patched_rmx2076eu_a40.img
drive.google.com
boot_rmx2076eu_a40.img
drive.google.com
Edit: same method
I update this post because there's another way of extracting an ozip that worked for me : just followed this tutorial : https://www.droidwin.com/extract-ozip-realme-stock-firmware/
corneo said:
It's a bit easier to use these files. But be aware to use the right files. I extracted and patched the files from EU rom. Works on RMX2075 too. Please use the instructions above
rmx2076eu_a38 (A10 11/20 Patch)
magisk_patched_rmx2076eu_a38.img
drive.google.com
vbmeta_rmx2076eu_a38.img
drive.google.com
boot_rmx2076eu_a38.img
drive.google.com
rmx2076eu_a40 (A10 12/20 Patch)
vbmeta_rmx2076eu_a40.img
drive.google.com
magisk_patched_rmx2076eu_a40.img
drive.google.com
boot_rmx2076eu_a40.img
drive.google.com
Click to expand...
Click to collapse
Where did you get these latest image files ? The latest version here is the september version. Thanks for sharing !
Edit: seems that https://www.realme.com/fr/support/software-update is more updated than "/eu/" ! Still, not the latest version here.
System update shows me the update. I downloaded it, converted it to zip, patched boot image and shared it. The website is not up to date.
With Android 11 it doesn't work. Extract the files from the OTA update, performing the steps that previously worked and the smartphone does not start, always goes to the bootloader.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download RMX2075_11_C.18: https://nfs6ou.s.cld.pt
If anyone can root with this new version, share it.

Root Infinix Note 8

Anyone know how to do it?
Either by Magisk or by SuperSU.
More info here:
How to Root Infinix Note 8 Without PC & Via Magisk
Are you waiting to Root Infinix Note 8 Smartphone? Follow our tutorial to guide you through the process to gain Superuser privileges without TWRP Recovery
www.thenextdroid.com
jwoegerbauer said:
Either by Magisk or by SuperSU.
More info here:
How to Root Infinix Note 8 Without PC & Via Magisk
Are you waiting to Root Infinix Note 8 Smartphone? Follow our tutorial to guide you through the process to gain Superuser privileges without TWRP Recovery
www.thenextdroid.com
Click to expand...
Click to collapse
I try everything its not working, even using kingoroot pc
first...did you unlock the bootloader?how to unlock bootloader on infinix note 8 ?
kalingkx said:
first...did you unlock the bootloader?how to unlock bootloader on infinix note 8 ?
Click to expand...
Click to collapse
Yeah we must unlock bootloader frist. But there is no driver for infinix note 8 to connect fastboost
Amazdd said:
Yeah we must unlock bootloader frist. But there is no driver for infinix note 8 to connect fastboost
Click to expand...
Click to collapse
The Infinix Note 8 is based on Mediatek Helio G80 chipset, hence you must install Android USB Driver suitable for this chipset.
More info here:
Download MTK USB All Drivers for Windows (Official MediaTek Drivers)
Download the latest version of MTK USB All Drivers (MediaTek Driver) to connect any MediaTek Device with the Windows Computer.
androidmtk.com
up..pls. help .,anyone know how to root infinix note 8?
do it your own risk..im not responsible for any happening to your unit...
Back Up....Back up!
activate OEM unlocking in Developers Option and use this file to unlock.
https://dropmb.com/u7agJ
Disable DMverity or flash the IN8 with empty vbmeta(img) before rooting!!!! to prevent bootlop....
then use magisk manager to root, google the procedure......
install magisk apk to IN8
copy boot.img from your back up firmware to IN8 (or get from hovatek)
now patch this boot.img using magisk.
copy the patched boot.img to the folder of the extracted file i attached and flash it in fastboot mode..
Reboot....
and your done..
credits to :
magisk manager devs.
root cheker devs.
Hope this help ...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
is there an easy solution for Rooting the device?
kalingkx said:
do it your own risk..im not responsible for any happening to your unit...
Back Up....Back up!
activate OEM unlocking in Developers Option and use this file to unlock.
https://dropmb.com/u7agJ
Disable DMverity or flash the IN8 with empty vbmeta(img) before rooting!!!! to prevent bootlop....
then use magisk manager to root, google the procedure......
install magisk apk to IN8
copy boot.img from your back up to IN8 (or get from hovatek)
now patch this boot.img using magisk.
copy the patched boot.img to the folder of the extracted file i attached and flash it in fastboot mode..
and your done..
credits to :
magisk manager devs.
root cheker devs.
Hope this help ...
View attachment 5283257
Click to expand...
Click to collapse
Wow, but scare'd to do it
yes it is risky...i exprienced some bootloops and deadboot while rooting my IN8 til i got that procedure, but no worries, if i have GSM tools that will revived it,
kalingkx said:
do it your own risk..im not responsible for any happening to your unit...
Back Up....Back up!
activate OEM unlocking in Developers Option and use this file to unlock.
https://dropmb.com/u7agJ
Disable DMverity or flash the IN8 with empty vbmeta(img) before rooting!!!! to prevent bootlop....
then use magisk manager to root, google the procedure......
install magisk apk to IN8
copy boot.img from your back up to IN8 (or get from hovatek)
now patch this boot.img using magisk.
copy the patched boot.img to the folder of the extracted file i attached and flash it in fastboot mode..
and your done..
credits to :
magisk manager devs.
root cheker devs.
Hope this help ...
View attachment 5283257
Click to expand...
Click to collapse
Can you share the empty
kalingkx said:
do it your own risk..im not responsible for any happening to your unit...
Back Up....Back up!
activate OEM unlocking in Developers Option and use this file to unlock.
https://dropmb.com/u7agJ
Disable DMverity or flash the IN8 with empty vbmeta(img) before rooting!!!! to prevent bootlop....
then use magisk manager to root, google the procedure......
install magisk apk to IN8
copy boot.img from your back up to IN8 (or get from hovatek)
now patch this boot.img using magisk.
copy the patched boot.img to the folder of the extracted file i attached and flash it in fastboot mode..
and your done..
credits to :
magisk manager devs.
root cheker devs.
Hope this help ...
View attachment 5283257
Click to expand...
Click to collapse
Can you please share the infinix note 8 empty vbmeta(img)
here
kalingkx said:
here
Click to expand...
Click to collapse
Thank you
kalingkx said:
here
Click to expand...
Click to collapse
Thank you
kalingkx said:
here
Click to expand...
Click to collapse
Hi,
Can I use the same vbmeta.img for Infinix Note 8i? Please help? Struggling to find any solution here.
Well, just putting it here. If anyone wonder where's the TWRP for this particular device, here it is: https://forum.xda-developers.com/t/unofficial-twrp-3-6-1-for-infinix-note-8-x692.4441931/
リェンーゆく said:
Well, just putting it here. If anyone wonder where's the TWRP for this particular device, here it is: https://forum.xda-developers.com/t/unofficial-twrp-3-6-1-for-infinix-note-8-x692.4441931/
Click to expand...
Click to collapse
Òwó i try not to be dumb but, is it need the same version of recovery file? Like boot img does?
Amazdd said:
Òwó i try not to be dumb but, is it need the same version of recovery file? Like boot img does?
Click to expand...
Click to collapse
You don't need to. However if you use newer boot kernel and you've formatted the /data partition on that kernel, it will became unreadable in TWRP. This is sadly an intended behaviour of F2FS. You need to unmount the /data partition before quitting TWRP to avoid corruption.
If your boot kernel is older (or the same), those won't happen and you still can access the /data partition normally
how to make normal again help me

[Stock Apps] Samsung A03s Stock Apps Extracted from stock ROM

Hello Samsuns A02s users,
I know this forum section is for Samsung A02s but I did not found Samsung A03s forum here on XDA. But you can still try installing this apps on your A02s.
Here are the Stock Apps extracted from Samsung A03s stock firmware SM-A037F_INS_A037FXXU1AUJ2_fac.zip. (SM-A037F)
For faster downloads I have uploaded files to Google Drive.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
1. Apps
2. Priv Apps
Google banned the access to files due to abusive downloads and removed the files.
To prevent unnecessary downloads I have restricted downloads. Please request for download if you want it.
If anyone want I will upload it to Mega as well.
Hi!
I hope not to bother you, I'm new here and since there isn't a A03s specific forum, maybe I could find some help here.
I have an A03s (SM-A037M) and I want to root it, but as far I know there isn't a TWRP for this model yet and I have never tried other ways. Surfing Google, I have found some tutorials, but I'm not sure how trustworthy they are.
Do you have this device too? If so, have you root it? Hope you can point me on the right direction.
Thank you in advance!
paulthecapybara said:
Hi!
I hope not to bother you, I'm new here and since there isn't a A03s specific forum, maybe I could find some help here.
I have an A03s (SM-A037M) and I want to root it, but as far I know there isn't a TWRP for this model yet and I have never tried other ways. Surfing Google, I have found some tutorials, but I'm not sure how trustworthy they are.
Do you have this device too? If so, have you root it? Hope you can point me on the right direction.
Thank you in advance!
Click to expand...
Click to collapse
You could root by flashing your Patched ap file with Odin.
I know of someone who is building a TWRP.
I built a kernel for him but I'm not sure if it boots
physwizz said:
You could root by flashing your Patched ap file with Odin.
I know of someone who is building a TWRP.
I built a kernel for him but I'm not sure if it boots
Click to expand...
Click to collapse
Thanks for the reply! I have already rooted, but the TWRP will be welcome any time
paulthecapybara said:
Thanks for the reply! I have already rooted, but the TWRP will be welcome any time
Click to expand...
Click to collapse
Try this
wizzROM Creator module
wizzROM Creator module v2 for all Samsung a-series phones Turn any stock or custom OneUI into a QwizzROM or RwizzROM OneUI 2.0 will become QwizzROM OneUI 3.1 will become RwizzROM Debloated ROM with Extras Extras: Battery charge limit Clean...
forum.xda-developers.com
Hello. How to make 'OEM Unlock' appear in developer options. Samsung A03S running android version 11.
physwizz said:
You could root by flashing your Patched ap file with Odin.
I know of someone who is building a TWRP.
I built a kernel for him but I'm not sure if it boots
Click to expand...
Click to collapse
please drop a link if the TWRP is finished I will really appreciate it
SoloHyper said:
please drop a link if the TWRP is finished I will really appreciate it
Click to expand...
Click to collapse
Unfortunately his pc is broken.
But you can install my kernel without it.
Installing physwizz custom kernels
INSTALL AT YOUR OWN RISK
I AM NOT RESPONSIBLE FOR ANY BRICKED PHONES
But I will help any well-mannered person to recover.
A. Preparation
1. Root the phone
2. Compress your patched boot.img to make boot.tar
3. Copy boot.tar to PC
B. Installation
Method 1
Install from twrp
Reboot to recovery
Backup boot and dtbo
Install kernel zip
Reboot
Method 2
Install kernel from terminal.
1. Download magisk module (magic-flash.zip) from https://github.com/Magisk-Modules-Alt-Repo/magic-flash
2. Install module and reboot.
3. Open terminal.
4. Navigate to folder containing kernel.zip.
Use
ls to list contents
and
cd to change directories
5. Type su
6. Type flash kernel_name.zip
7. Reboot
Method 3
Using ADB
Install adb tools on pc
Connect to PC
Copy zip file to adb folder on pc
Open terminal on pc
Navigate to adb folder
Type
adb sideload file-name.zip
Method 4
Using boot.img
Install AIK Mobile from magisk modules
Use rootexplorer to access
/data/local/AIK-MOBILE
Add patched boot.img and tap unpackimg.sh
Exit the folder and return to see the files.
Edit the files (eg to add a new Image
rename Image to boot.img-zImage and insert in split-image folder)
Tap repackimg.sh
Rename new_image.img to boot.img
Compress boot.img to boot.tar
Copy boot.tar to PC
Reboot phone to download mode
Install boot.tar from odin
AIKLink
Physwizz Collection
Install from magisk modules Use rootexplorer to access /data/local/AIK-MOBILE Add boot.img or recovery.img and tap unpackimg.sh Exit the folder and return to see the files. Edit the files (eg to add a new Image rename Image to boot.img-zImage and insert in split-image folder) Tap repackimg.sh
t.me
C. Removal
Method 1
Reboot to recovery
Restore boot and dtbo
Reboot
Method 2.
Reboot phone to download mode
Install patched boot.tar from odin
@physwizz
paulthecapybara said:
Thanks for the reply! I have already rooted, but the TWRP will be welcome any time
Click to expand...
Click to collapse
hey could you link the guide or whatever and how you rooted it? its the same here i cant find that much information
how extracted stock app from stock ROM?
is can extracted without PC?
Yagami1807 said:
how extracted stock app from stock ROM?
is can extracted without PC?
Click to expand...
Click to collapse
Not without PC.

General [UNOFFICIAL] Recovery for Veux/Peux

Edit:
I am not the Developer.
It seems like it will still take quite a while for well known custom recoveries to be available as the device has a/b partions
Till then we can use an unofficial Lineage recovery
It is not the best but it has basic stuff like adb sideload mode (to flash stuff) and format data
I'll attach the file below but this is how you apply/install it
fastboot flash vendor_boot vendor_boot.img
^^^ here add the file path or just drag n drop it
This was only possible because of
Mod Edit: Link Removed
go check them out they have some unofficial roms for the device too!
Disclaimer: I am not responsible for any issues this causes to your device, please uss this at your own risk
also attaching a link just in case you're unable to download
vendor_boot
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
edit: since a lot of people were confused gonna add this
you do not directly go in and flash the recovery
First you need to flash a boot.img file then only can you flash the recovery
I'll attach boot.img file
Here is how to flash correctly
fastboot flash boot boot.img
fastboot flash vendor_boot vendor_boot.img
BR4UTAL said:
Are there any custom recoveries for The Poco X4 Pro? (Veux)
Click to expand...
Click to collapse
Not yet, Stay tuned...
coolpixs4 said:
Not yet
coolpixs4 said:
Not yet
Click to expand...
Click to collapse
Oh I see, thanks
Click to expand...
Click to collapse
Lineage recovery Mod Edit: Link Removed
yannickoczkowski said:
Lineage recovery Mod Edit: Link Removed
Click to expand...
Click to collapse
The file extension is gone
Rip ig that's that
not any news of custom recovery ?
sami8r8 said:
not any news of custom recovery ?
Click to expand...
Click to collapse
Only an unofficial Lineage recovery as of yet...
still no any poco X4 Pro 5G twrp news
p2pteam said:
still no any poco X4 Pro 5G twrp news
Click to expand...
Click to collapse
sadly every dev seems to be saying "security this, security that" i personally don't think it's that big of a issue since other devices with AB partitioning and same sort of encryptions have had TWRP made for them
Prime example would be the Poco F4 which released like a week ago, it got twrp made for it just after 2 days of release (unofficial but yeah)
also what are the chances of someone being a security freak and still modding the hell out of their device?
Dunno but from what i understand not a very high chance so yeah
This recovery is with fastbootd and this fastbootd dont work
correctly. (fastboot stay original, but fastbootd is from lineage after flash this file)
i try it yesterday and i have problems with "flash" command for
some partitions
adb sideload work like charm
sami8r8 said:
not any news of custom recovery ?
Click to expand...
Click to collapse
Work is underway, but so far it is not possible to make the recovery decrypt the date.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You can of course disable it (encryption), but it's not very convenient
Hey I tried flashing the vendor_boot.img via the stated method but it didn't work. Can anyone help me how to use it? I don't want to download the entire rom just to root it.
Soma Das said:
Hey I tried flashing the vendor_boot.img via the stated method but it didn't work. Can anyone help me how to use it? I don't want to download the entire rom just to root it.
Click to expand...
Click to collapse
I didn't understand what it was about.
arraki said:
I didn't understand what it was about.
Click to expand...
Click to collapse
I mean I want a recovery that is compatible with miui and can be used to flash magisk.
The conventional method of rooting is by patching the stock boot.img and flashing it but getting the stock boot.img requires downloading the rom (4GB<) and I don't have WiFi or unlimited data. So I wanted to just simply flash magisk.zip and root my phone.
As for what I said in previous comment, I flashed the given vendor_boot.img but couldn't get a custom recovery, just the plane MIUI Recovery. That's why I wanted to ask what should I do now.
Soma Das said:
I mean I want a recovery that is compatible with miui and can be used to flash magisk.
The conventional method of rooting is by patching the stock boot.img and flashing it but getting the stock boot.img requires downloading the rom (4GB<) and I don't have WiFi or unlimited data. So I wanted to just simply flash magisk.zip and root my phone.
As for what I said in previous comment, I flashed the given vendor_boot.img but couldn't get a custom recovery, just the plane MIUI Recovery. That's why I wanted to ask what should I do now.
Click to expand...
Click to collapse
You need to know what is your current slot A/B and flash it to current slot
fastboot getvar all
and find current slot (mostly it's down on list)
then write:
fastboot flash vendor_boot_a vendor_boot.img
or
fastboot flash vendor_boot_b vendor_boot.img
or
you can flash it to both slots =)
i recommended: you need to be in fastbootd for full priv...
tip: if you are in fastboot and write "fastboot reboot fastboot", then you are in fastbootd with full priv.
tip2: use this file and flash it. worked for me
vendor_boot
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
if you need boot.img wih magisk patch, tell me your version (phone and miui version) and i can give you link .)
Fedon said:
You need to know what is your current slot A/B and flash it to current slot
fastboot getvar all
and find current slot (mostly it's down on list)
then write:
fastboot flash vendor_boot_a vendor_boot.img
or
fastboot flash vendor_boot_b vendor_boot.img
or
you can flash it to both slots =)
i recommended: you need to be in fastbootd for full priv...
tip: if you are in fastboot and write "fastboot reboot fastboot", then you are in fastbootd with full priv.
tip2: use this file and flash it. worked for me
vendor_boot
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
if you need boot.img wih magisk patch, tell me your version (phone and miui version) and i can give you link .)
Click to expand...
Click to collapse
I bought this device yesterday "Redmi Note 11 pro+ 5g and miui version is 13.0.6 Global" Please give magisk patched boot.img
shrialex said:
I bought this device yesterday "Redmi Note 11 pro+ 5g and miui version is 13.0.6 Global" Please give magisk patched boot.img
Click to expand...
Click to collapse
Ok, no problem.
Can you upload your "about phone" ?
I want to be sure what to send you.
This screen:
Fedon said:
You need to know what is your current slot A/B and flash it to current slot
fastboot getvar all
and find current slot (mostly it's down on list)
then write:
fastboot flash vendor_boot_a vendor_boot.img
or
fastboot flash vendor_boot_b vendor_boot.img
or
you can flash it to both slots =)
i recommended: you need to be in fastbootd for full priv...
tip: if you are in fastboot and write "fastboot reboot fastboot", then you are in fastbootd with full priv.
tip2: use this file and flash it. worked for me
vendor_boot
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
if you need boot.img wih magisk patch, tell me your version (phone and miui version) and i can give you link .)
Click to expand...
Click to collapse
Thanks.
For boot.img I am using MIUI 13.0.6 Indian rom (stock)
Fedon said:
Ok, no problem.
Can you upload your "about phone" ?
I want to be sure what to send you.
This screen:
View attachment 5677359
Click to expand...
Click to collapse
Sure, here I'm

Categories

Resources