Ok, another one of the things since I got better in Kotlin.
Here’s an overlay app that puts the me’ushar logo as an overlay.
put in system/priv-app
and permissions XML in system/etc/permissions
enjoy…
You can just edit the overlays for the launcher and systemui. (At least that’s how I do it on the TCL’s)
Don’t know. This is a boot receiver, runs in background and that’s it. This is the straight way to do it.
Nice
Put the zip there or extract it first?
extract it… permissions… nuu…
Copied it to overlay got an error now I can’t delete it…
Can someone pls help me delete the file thanks
What error? Which device? API is 33: android 13
Check the source and rebuild it for your device if you want…
I’m not asking how to fix the error all I want to do is delete the file and it’s not allowing me to do so
adb shell
su
mount -o remount,rw /
rm /system/etc/<permission-file.xml>
rm /system/priv-app/<overlayapp.apk>
figure out the names…
I also developed something similar and you don’t need root.
But, see the license
mine, you also do not need root. Only if you want it in system…
How do i install the app without root? I tried downloading apk and installing but i am getting invalid apk message
Android 13.
It works only for Android 13? Or 13 and above?
No, but the minimum SDK is 33 - android 13. it might work eitherway…
I tried on android 15
ah, of course above
Sign it!