| Name | Modified | Size | Downloads / 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