No it already compiled GSIs.
No it already compiled GSIs.
I think it's better to use cwm recovery for this device
You made?
I mean a touchless custom recovery to mount /.system
It's been 3 days without power after the hurricane but once power is restored, I'll build the custom AP in the other thread.
you are ok , how about hurricane?It's been 3 days without power after the hurricane but once power is restored, I'll build the custom AP in the other thread.
Yeah I'm good for now. Only 20% of the population have power restored so far. Damages were massive, particularly on the south and west sides of the island. Over 30 inches of rain which is historic for us. Lots of fallen trees over the power lines and there are many issues with the main power transmission lines which greatly delay power restoration so yeah, we're still waiting. It's very challenging.
New GSI Android 13 today
It working ?
DO YOU HAVE TWRP ON ANDROID 12 ?
SUPERIOR OS - UNOFFICIAL GSI (12L)
View attachment 5697411
Support: exFAT sd-card
NO WARRANTY BIT EFFECT DURING OFFLINE CHARGING.
No Treble GSIs Overlay for Tab A7 Lite
- Missing battery usage stats
CHANGELOG
| Sync with July Source (Changelog)
| Sync with PHH v415
View attachment 5696583
View attachment 5702359
View attachment 5696589
View attachment 5696649
View attachment 5696651
View attachment 5696653
View attachment 5702369
View attachment 5702371
No Treble Overlay GSI
View attachment 5703081
What your base ROM. A11 OR A12?
A11 and I can't flash Gsi with fastboot
Your fastboot very old.
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!