What should we do nowits no use i created scatter and tried to flash but it says download verified img for flashing sp flash tool after flashing no samsung logo appears and there is no jig for usb-c i also hard bricked after flashing one ui 4
Can you give me the scatter file so I can try it out?its no use i created scatter and tried to flash but it says download verified img for flashing sp flash tool after flashing no samsung logo appears and there is no jig for usb-c i also hard bricked after flashing one ui 4
What are you playing?
Try to proof sth?
Sp tool. can't help to solved your problem then next to try ?.
which should i try
Sorry I'm home ,no computer here.
wsl --list --verbose
wsl --set-version Ubuntu-20.04 2
wsl --list --verbose
wsl --set-default-version 2
cd /dev
ls -l | grep -v tty
lz4 -d super.img.lz4 super.img
sudo apt update
sudo apt-get -y install lz4
or
sudo apt install liblz4-tool
sudo lz4 -d super.img.lz4 super.img
sudo apt-get update
sudo apt-get install simg2img
sudo apt-get install img2simg
sudo simg2img super.img super.raw
chmod +x imjtool
./imjtool super.raw extract
stat -c '%n %s' IMG_FILE.img
stat -c '%n %s' system.img
stat -c '%n %s' vendor.img
stat -c '%n %s' product.img
stat -c '%n %s' odm.img
stat -c '%n %s' super.raw
chmod +x otatools/bin/lpmake
chmod -R +x otatools
sudo ./otatools/bin/lpmake --metadata-size 65536 \
--super-name super \
--metadata-slots 2 \
--device super:6094323712 \
--group main:5000486912\
--partition odm:readonly:4349952:main \
--image odm=./odm.img \
--partition product:readonly:1188118528:main \
--image product=./product.img \
--partition system:readonly:3864137728:main \
--image system=./system.img \
--partition vendor:readonly:718503936:main \
--image vendor=./vendor.img \
--sparse \
--output ./super_new.img
lz4 -B6 --content-size super_new.img super_new.img.lz4
lz4 -B6 --content-size vbmeta.img vbmeta.img.lz4
1. Root ( by patch boot.img with magisk ) is not depended on TWRP.after flashing patched Magisk file can I just stop here without putting the TWRP and use tablet as its with root? what are the advantages of having the twrp since there is no ROM and encryption still going to be there?
I never used Bluetooth with Sony. Used only wired.You misunderstood my post. I am talking about the headphone jack, not Bluetooth but wired headphones.
Try it ..will work . I only uses Bluetooth with Samsung buds 2 only. Sony with wired.So yours doesn't output sound along with the speakers? Anything specific I need to setup at the phh settings? I only know how to fully fix Bluetooth but never managed to do the same for wired audio.
adb reboot fastboot
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot erase system
fastboot flash system yourGSI.img
fastboot -w
fastboot reboot recovery
can you upload the vbmeta file that you used?
I am doing all the steps, but it stays stuck on the TWRP (it is booting again and again to TWRP).
Is there any other step to do?
I am trying to install GSI PE for sm-t225n, which pixel experience version should I use?
thx!