Download Latest Version 1.2.0.0-20251214-192440-RELEASE-user-pacific-b596.zip (9.3 GB)
Email in envelope

Get an email when there's a new version of Android Rom Test

Name Modified Size InfoDownloads / Week
Parent folder
Obric_UI_1.2.0.0-20251218.zip 2025-12-17 5.4 GB
Obric_UI_1.1.0.0-20251213.zip 2025-12-13 5.5 GB
Obric_UI_1.1.0.0-20251212.zip 2025-12-12 5.5 GB
README.md 2025-12-11 854 Bytes
Obric_UI_1.1.0.0-20251211.zip 2025-12-11 5.5 GB
Totals: 5 Items   21.9 GB 52

Obric UI GSI

Option 1: Flashing with fastboot

unzip patch/to/rom.zip -d patch/to/rom
adb reboot fastboot
fastboot flash system patch/to/rom/system.img

Option 2: Dynamic System Updates

  • install GSI.
adb push patch/to/rom.zip /sdcard/system.zip
adb shell am start-activity \
-n com.android.dynsystem/com.android.dynsystem.VerificationActivity  \
-a android.os.image.action.START_INSTALL  \
-d file:///storage/emulated/0/system.zip  \
--el KEY_USERDATA_SIZE 17179869184
  • Tap RESTART from the notification.

Not boot?

  • Must: unlock bootloader
  • Optional: disable avb
  • Optional: permssive selinux

Skip setupwizrd

adb shell pm disable-user com.android.provision
adb shell settings put global device_provisioned 1
adb shell settings put secure user_setup_complete 1
Source: README.md, updated 2025-12-11