How To Guide [Close] Stock A13 + GSIs A13

Search This thread

tom.android

Senior Member
Jul 12, 2016
1,203
379
Note: xdroid A13 will works also this way.
  • Download: https://sourceforge.net/projects/thegsis/files/TequilaOS/
  • TequilaOS-13_arm64-bgN-slim-lite-UNOFFICIAL.img.xz
  • This is not for GSIs below version A13
  • Install Stock Android 13 ROM
  • Make CustomAP
  • Flash with odin
    Screenshot_20221227-151743.png

How to flashing?
My tutorial is here. https://forum.xda-developers.com/t/...r-a-b-partition-device.4473159/#post-87204333

About SM-T225 CustomAP

AP Firmware : _T225XXU1CVL5
stat -c '%n %s' *.img
stat -c '%n %s' *.raw

( the size of partition will never changed.)
odm.img 4349952
product.img 1238544384
vendor.img 652816384
super.raw 6094323712

( the size of system.img is vary from size of GSIs image)

sudo ./otatools/bin/lpmake --metadata-size 65536 \
--super-name super \
--metadata-slots 2 \
--device super:6094323712 \
--group main:4609810432\
--partition odm:readonly:4349952:main \
--image odm=./odm.img \
--partition system:readonly:2714099712:main \
--image system=./system.img \
--partition vendor:readonly:652816384:main \
--image vendor=./vendor.img \
--partition product:readonly:1238544384:main \
--image product=./product.img \
--sparse \
--output ./super_new.img

## Always test archive " AP_TAR_MD5_CUSTOM_FILE_ODIN.tar.md5" befor flashing by double click open it. (Zip utils)

Screenshot_20221227-172601.png


Supported DSU Sideloader with no root.

Screenshot_20221227-213005.png


not fully offline-charging function.( but ok for kill stop state of warranty bit)
Note:
( i have full-offline charging file but it need twrp for flashing.)
IMG_20221229_111602.jpg


download for wallpaper.


default_wallpaper.png



20221229_153713.jpg


Optional Launcher
-dubble tap to sleep screen.
20221229_162712.jpg


-use dubble tap for wake screen from Phh treble setting.


How to enable MTP .
Open Developer options mode.
Goto Default USB configuration
Enable File Transfer

How to enable Screen auto brightness.
-install velis auto brightness from play store
 
Last edited:

yshiv666

Member
Oct 3, 2016
39
3
MTP and Root both work on a13 Damnnn! I'm also waiting for the stock a13 update for my country(INU), so I can also upgrade! And if stock is smooth in terms of daily usage I might stay on ONE UI.
 

Skorpion96

Account currently disabled
Aug 28, 2014
378
91
Palermo
I'll try to do the same for t220 but if someone succeeds please share the flashable file.
Edit: I succeeded, but I have a bug, it tells me that storage space is out but it's not true. I will upload the image if I can solve this bug because if not is nosense, also I made a video of the process about creating the image, I'll post after editing it. I believe this bug is because of install permission, Google does always idiot stuff
 

Attachments

  • IMG_20221228_190240.jpg
    IMG_20221228_190240.jpg
    1.3 MB · Views: 14
Last edited:

ozmage

Senior Member
Jun 28, 2017
299
74
36
Santo Domingo
Samsung Galaxy Tab A7 Lite
I'll try to do the same for t220 but if someone succeeds please share the flashable file.
Edit: I succeeded, but I have a bug, it tells me that storage space is out but it's not true. I will upload the image if I can solve this bug because if not is nosense, also I made a video of the process about creating the image, I'll post after editing it
Already have A13?
 

Skorpion96

Account currently disabled
Aug 28, 2014
378
91
Palermo
I'll try to do the same for t220 but if someone succeeds please share the flashable file.
Edit: I succeeded, but I have a bug, it tells me that storage space is out but it's not true. I will upload the image if I can solve this bug because if not is nosense, also I made a video of the process about creating the image, I'll post after editing it. I believe this bug is because of install permission, Google does always idiot stuff
I'm flashing stock, I looked and seems that magisk partition is full so I'll flash stock to clean it, after that I'll flash gsi and patched boot and vbmeta.
Nothing I guess this gsi is bugged, magisk won't work, maybe we need phh superuser but without twrp we can't flash it
 
Last edited:

tom.android

Senior Member
Jul 12, 2016
1,203
379
I'm flashing stock, I looked and seems that magisk partition is full so I'll flash stock to clean it, after that I'll flash gsi and patched boot and vbmeta.
Nothing I guess this gsi is bugged, magisk won't work, maybe we need phh superuser but without twrp we can't flash it
very interesting this is bugs that happened in stock Android 12 . i have not founded in Stock Android 13.

Who had SM-T220 and updated to Android 13 and made flashing with CustomAP please confirm.?

and someone reported he had removed app storage ability but i can't .
 
Last edited:

Karan09sharma

New member
Dec 29, 2022
1
0
Note: xdroid A13 will works also this way.
✓ Offline Charging works

About SM-T225 CustomAP

AP Firmware : _T225XXU1CVL5
stat -c '%n %s' *.img
stat -c '%n %s' *.raw

odm.img 4349952
product.img 1238544384
vendor.img 652816384
super.raw 6094323712

sudo ./otatools/bin/lpmake --metadata-size 65536 \
--super-name super \
--metadata-slots 2 \
--device super:6094323712 \
--group main:4609810432\
--partition odm:readonly:4349952:main \
--image odm=./odm.img \
--partition system:readonly:2714099712:main \
--image system=./system.img \
--partition vendor:readonly:652816384:main \
--image vendor=./vendor.img \
--partition product:readonly:1238544384:main \
--image product=./product.img \
--sparse \
--output ./super_new.img

## Always test archive " AP_TAR_MD5_CUSTOM_FILE_ODIN.tar.md5" befor flashing by double click open it. (Zip utils)

View attachment 5794677

Supported DSU Sideloader with no root.

View attachment 5794875

not fully offline-charging function
View attachment 5795999
How to flash?
 

Top Liked Posts