aye i got into download mode what do i do now lol
aye i got into download mode what do i do now lol
Find your correct model and correct thread
adb/mtp/usb-otg many optionsHi, it may be a very dumb question, but how can I flash the kernel if the device doesn't have sd card support, and adb sideload doesn't work? i followed all the steps but really couldn't flash the kernel. Maybe the solution is so easy but I cannot really figure out how to do it.
I also try adb push to internal storage, then installed twrp and tried to flash it from there, but the file obviously doesn't show up. Any help?
seems like usb otg is the only option, but is there another solution besides that?
Adb commands aren’t working on this recovery
adb and mtp aren’t working. I’ll get an otg cable and try out
Use older 3.6 for nowAdb commands aren’t working on this recovery
adb and mtp aren’t working. I’ll get an otg cable and try out![]()
So... How can I upgrade TWRP?Hi guys,
Do I need to repeat the installation process to upgrade it?
Or is there any easier way to do it, like just use the TWRP itself to run the upgrade?
Just flash twrpSo... How can I upgrade TWRP?
Do I need to repeat the installation procedure?
Using Odin?
Need to extract the tar file to img and flash with twrp to recovery partitionUsing Odin?
So it works just like a regular installation?
I can't flash it using TWRP itself, right?
another question why do we really use the kernel? or can you just flash via odin (a13) and do I have to do a factory reset? because my cell phone is already rooted & set up
That was answered in the 3rd post, but people don't like to readanother question why do we really use the kernel? or can you just flash via odin (a13) and do I have to do a factory reset? because my cell phone is already rooted & set up
maybe wrong kernel or twrpi followed al the instructions but in the end its keep rebooting
The solution was to root through Magisk. Where Magisk would patch the AP image (which I understand also includes vbmeta). See:Flash twrp-3.7.0_12-2_afaneh92-b0s.tar and vbmeta_disabled_R.tar FAILD with this info on display:
SW REV. CHECK FAIL(VBMETA) DEVICE: 0x6, BINARY: 0x5
I am use ROM: S908BXXS6CWF6/S908BOXM6CWF6/S908BXXS6CWF6/S908BXXS6CWF6
* Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or your getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
multidisabler
. - Run multidisabler again!
.multidisabler
again. will see - Finished.
when done.yes
.cd /sdcard/sunpack
mount /system_root
truncate -s 7800M system-rw-cpapa-mychcon.img
toybox blkid /dev/block/dm-0 | egrep '[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}' -o
make_f2fs -g android -O project_quota,extra_attr,inode_checksum,sb_checksum,compression,flexible_inline_xattr,verity,inode_crtime -U 26d6704a-2659-478c-805f-ec7d567357d0 -f -l system system-rw-cpapa-mychcon.img
mkdir -p system-rw
mount system-rw-cpapa-mychcon.img system-rw
cp -a --preserve=a /system_root/* system-rw
chcon u:object_r:rootfs:s0 system-rw
cd /system_root
chmod 700 /sdcard/sunpack/mychcon
find . -type d -exec /sdcard/sunpack/mychcon {} \;
cd /sdcard/sunpack
#!/system/bin/sh
FILE=$1
CON=`ls -adZ1 $FILE | cut -d' ' -f1`
#echo "chcon $CON '/sdcard/sunpack/system-rw/$FILE'"
#ls -adZ1 "/sdcard/sunpack/system-rw/$FILE"
chcon $CON "/sdcard/sunpack/system-rw/$FILE"
umount system-rw
umount /system_root
fsck.f2fs -f system-rw-cpapa-mychcon.img
dd if=system-rw-cpapa-mychcon.img of=/dev/block/dm-0 bs=1M
Hi,
Have you done this procedure only for system.img or for all 4 partitions (system, vendor, odm and product)?
Have you tried to boot rooted on these rw images with latest magisk?
Thanks.
cp -rp /system_root/* system-rw
cp -a --preserve=a /system_root/* system-rw
ls -laZ /system_root
ls -laZ system-rw
chcon u:object_r:rootfs:s0 system-rw
cp -a --preserve=a /system_root/* system-rw
and chcon u:object_r:rootfs:s0 system-rw
. I didn't try to see if everything would work after skipping chcon u:object_r:rootfs:s0 system-rw
.