Skip to content

Releases: flipphoneguy/DeviceOwnerProject

v2.0.0 — Major UI/UX overhaul + Dhizuku fix

27 May 03:43

Choose a tag to compare

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

19 Jan 06:24
3d59aba

Choose a tag to compare

Credits: devalltech ars18

v1.0.1

16 Dec 03:40

Choose a tag to compare

Fixed version

v1.0.0

16 Dec 02:52

Choose a tag to compare

First public release