Releases: flipphoneguy/DeviceOwnerProject
Releases · flipphoneguy/DeviceOwnerProject
v2.0.0 — Major UI/UX overhaul + Dhizuku fix
Major release. Migrated to the app-template build system (project.json + VERSION, on-device Termux pipeline — no Gradle).
UI / UX
- New Material Light theme with dark mode and manual theme toggle
- Card-based layout, rounded corners, indigo/emerald palette
- Full d-pad/keyboard focus support with declarative focus chains
- Whole activity is now a single ScrollView
- Live app search (package name or label, case-insensitive) and User / System / All filter toggles
- Status banner "No Privileges — click here" is d-pad focusable and opens setup instructions with the adb command
- New Info screen (About / Update / Links / Theme / Danger Zone)
Install
- Fixed Dhizuku-mode install on Android 8.1 (createSession reflection now handles both API 21–30 and API 31+ signatures)
- Refuses install when no Device Owner and no Dhizuku, with a clear error pointing to the setup banner — no more silent fallback to the system installer that would always fail on Sonim
Install
ADB-install once: adb install -t -r DeviceAdminApp.apk. Updating from v1.x: signature should match since the same debug keystore is used — if it doesn't, uninstall first.
Added dhizuku support
Credits: devalltech ars18
v1.0.1
Fixed version
v1.0.0
First public release