To add custom text on the lock screen in LineageOS using ADB, you typically need to modify system files or use a custom lock screen app, as LineageOS does not natively support adding arbitrary text via ADB commands. Here’s what you can do:
/system/priv-app/SystemUI/ or /system/app/. However, this requires root and is not recommended for most users due to the risk of breaking system stability.bashadb shell settings put secure lock_screen_owner_info "Your Text Here"
This command adds owner info text to the lock screen, but it is limited to a single line and may not appear on all devices or LineageOS versions.
If you want more advanced customization, consider using a custom lock screen app or exploring Xposed/EdXposed modules (if supported by your LineageOS version).
Would you like help finding a specific app or more details on modifying system files?
This Chat is read-only. Login to resume chatting.