you can do magisk-patch boot.img.lz4 and vbmeta.img.lz4 by your device ?
because my device is 225.
i wll patch recovery.img.lz4 for you.
then make 3in1.tar
you can do magisk-patch boot.img.lz4 and vbmeta.img.lz4 by your device ?
what is your firmware name? SM-T220 xxxxxxx
Here is your recovery patch for FastbootD.
use app 7-zip (select 3 files --> right click--->add to Archive (format tar)
Here is your recovery patch for FastbootD.
Howto install.
1. make 3in1 dot tar file. by include magisk-patch>>2 files (boot.img + vbmetar.img)
2. flash(3in1.tar) with odin at AP slot.
3.test new recovery-patch FastbooD by command >> "adb reboot fastboot"
you will see this.
View attachment 5822319
but BOOTLOADER VERSION IS
use app 7-zip (select 3 files --> right click--->add to Archive (format tar)
View attachment 5822309
you are welcome.Thank you again, Tom. Everything is working. I appreciate it very much. I didn't know how to do recovery patch in GitHub. But thanks for your time and help.![]()
yesI do have one more question, what if I upgrade my device to the latest firmware? Do I need to do 3 n1 tar again?
Don't worry you can uses the same patch recovery that has the same version such as " t220xxu1cvl7"Ok thanks. Is there a help guide making recovery on GitHub. It's confusing me. I'm a noobi at this.
fastboot --disable-verity flash vbmata vbmeta.img
adb reboot fastboot
fastboot erase product
fastboot resize-logical-partition product 0x0
fastboot getvar all
(bootloader) partition-size:product:0x0
adb devices
adb reboot fastboot
fastboot erase system
fastboot delete-logical-partition product
fastboot flash system gsi-filename.img
fastboot flash system new-gsi.IMG
fastboot reboot
adb shell
su
chmod +x /system/bin/phh-securize.sh
/system/bin/phh-securize.sh
SM-T220 A13 | SM-T225 A13 | SM-T 227U A13 | SM-T 225N A13 |
T220XXS2CWA7 | T225XXS2CWA8 | T227UVLU3CVLA | T225NKOU1CWA3 |
T220XXU1CWA2 | T225XXS2CWA6 | ||
T220XXU1CWA1 | T225XXU1CWA2 | ||
T220XXU1CVL7 | T225XXU1CVL6 | ||
T220XXU1CVL5 | T225XXU1CVL5 | ||
T220XXS2CWA8 | T225XXU2CWB3 | ||
adb shell Enter
su Enter
chmod +x /system/bin/phh-securize.sh Enter
/system/bin/phh-securize.sh Enter
The readme only leads me to the package's website which does not tell me which specific command I have to run after adb shell. I then went to the Telegram group which basically tells me this: "adb root then adb shell or adb shell then su" and then "just run the script" Uh-huh. How do I run the script? "running it".
1. install root explorer app. (such as Mixplorer)The readme only leads me to the package's website which does not tell me which specific command I have to run after adb shell. I then went to the Telegram group which basically tells me this: "adb root then adb shell or adb shell then su" and then "just run the script" Uh-huh. How do I run the script? "running it".
Here is what I did to install GApps on AOSP A13:The readme only leads me to the package's website which does not tell me which specific command I have to run after adb shell. I then went to the Telegram group which basically tells me this: "adb root then adb shell or adb shell then su" and then "just run the script" Uh-huh. How do I run the script? "running it".