I don't have tg though. As per @ChristianWS screenshot, it seems to be fine. Overlay was never an issue. Kernels shouldn't be, caz everyone could've face this issue. Try different suggestions I gave you before & test for couple more days. You'll figure out soon. If not, try different GSIs I suggested in OP (dirty flash is fine).
I remember asking you for annotated screenshotdid you read my post with the pics explaining the Status Bar differences?
I don't think it does.but you need to add a warning: The Xiaomi Firmware Updater script will fail if there's a space on a directory name.
cd "%~dp0"
after shebang line refers to change directory to pwd nonethless of special characters like space.For instance, Auto brightness would be missing in display settings without it.
Well, the icons of the StatusBar needs to go 12 pixels downwards.
The very first time I tried to flash the script tried to execute, but it threw the same error 3 times, saying there was no folder called "GSI ", at the time that folder was called "GSI Treble", renaming the folder it went with no problem, so there is definitely an issue.I don't think it does.cd "%~dp0"
after shebang line refers to change directory to pwd nonethless of special characters like space.
Mentioned in the 3rd step nowThe very first time I tried to flash the script tried to execute, but it threw the same error 3 times, saying there was no folder called "GSI ", at the time that folder was called "GSI Treble", renaming the folder it went with no problem, so there is definitely an issue
Can I know why?Well, the icons of the StatusBar needs to go 13 pixels downwards
It would match the position of the icons on the Lockscreen, and also on MIUI. Here's a very crude explanation of the difference between MIUI, Alonso's LOS, Andy's GSI LOS unlocked, and Andy's GSI LOS on the Lockscreen:
try this & lmk any other changes to be madeIt would match the position of the icons on the Lockscreen, and also on MIUI. Here's a very crude explanation of the difference between MIUI, Alonso's LOS, Andy's GSI LOS unlocked, and Andy's GSI LOS on the Lockscreen:View attachment 5726315
That was necessary caz you can't have offsetted icons in a narrow bar. Increasing bar height was the only way (so that it can align into the center).The icons appear to be on the right place, but the Status bar itself got bigger.
Offsetting iconset by padding on the top looks so off. Device is almost 20:9 aspect ratio, so sparing lil space for a perfect symmetric view feels promising. You'll also have more overhead space to pull quick settings.
That is why I don't wanna mess with paddings.
is a lesser issue than an unaligned iconset btw.
I could. But unfortunately, these are the only status bar strings that gsi overlays accept. I've just utilized the height aspect of it (which is the only metric).As another question: can't you just pick the values from MIUI or other ROMs that figured it out?
Height is the easiest metric & only option in this case.
Would it be possible for PHH to add a new string on overlays, or is that out of his responsibility?I could. But unfortunately, these are the only status bar strings that gsi overlays accept. I've just utilized the height aspect of it (which is the only metric).
I'm assuming the height is measured in pixels, right?
He could. I'm not sure.
Note that no one is responsible is for nothing. Android is an open source project. You're free to review code, contribute with your own expertise & time. Blaming over a dev for something to be responsible won't bring any good.
Both px & dp are acceptable. I've used 40dp.
I meant more if the code that deals with Overlay strings is something he did, or if it was Google that created a sorta of standard.Note that no one is responsible is for nothing. Android is an open source project. You're free to review code, contribute with your own expertise & time. Blaming over a dev for something to be responsible won't bring any good.
In pixels that is 120px.
But would that align with lockscreen, is the question.Using the top distance and adding to the bottom of the notch get us this:
NOTE:
I'm assuming you've already unlocked bootloader, backed up your data & know all the technical consequences of flashing & modding.flash_all_except_data_storage.bat/sh
& modify last line to fastboot reboot fastboot
{vol_down+power},
connect to PC & flash firmware using above edited script. When device enters fastbootd, from terminal/cmd execute :fastboot erase userdata
fastboot flash vbmeta vbmeta.img
fastboot flash system <gsi-file.img>
(ignore INVALID SPARSE warning)fastboot reboot
& make sure your GSI boots up. Power off & return to fastboot again.fastboot boot <twrp-file.img>
, head to Advanced & run flash current TWRP to make recovery persistent across reboots.BUG_1:
Don't touch the screen while booting to avoid touch issues after you boot (this bug occurs only on custom kernels).BUG_2:
Don't set up password on startup wizard. Instead, set it up later & then disable Android Setup app if it exists. Else it'll crash fingerprint settings.fastboot reboot fastboot
fastboot flash system <new-gsi.img>
& reboot twiceNOTE:
Flash custom kernels only through your custom recovery. Flashing through kernel managers (FKM, SPKM, etc) is not suggested.mount -o rw /dev/block/mapper/system_a /system_root
from terminalrm /system_root/system/xbin/su
rm /system_root/system/bin/phh-su
rm /system_root/system/etc/init/su.rc
GPU > GPU Governor > Performance
(fixes UI lags)/product/priv-app/Dialer/Dialer.apk
).I don't really care. Discuss anything mate. This thread is all about gsi support for community.it is okay for us to give review about the GSI that we have been tested ? or better on the other thread ? asking for an opinion here![]()
android_13.0.0_r14 ci-20221219
(system-td-arm64-ab-vndklite-vanilla), securized, magisk rooted, microg moduled & passing safety net via kdrag0n fix & redfin props.If you want to gain more space (≈ 200mb) in system you can delete 2 folders safely without problems :Followed exactly as in OP.
I did remove some apps tho from product app/priavpp and system app/privapp, so maybe that caused an issue? Is there anything related to fingerprint in those folders?