Overlay watermark for kosher ROMs

,

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…

image

2 Likes

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

1 Like

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 :slight_smile: and you don’t need root.
But, see the license

2 Likes

mine, you also do not need root. Only if you want it in system…

1 Like

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

So y am i getting this?

Sign it!

1 Like