Back to the overviewUpdate OkcarOS on
onclite
Update OkcarOS on
Xiaomi Redmi 7
onclite
Updating your device
NOTE: OkcarOS strongly recommends using our builtin Updater app. Alternative methods are supported, however.
Using the OkcarOS Updater app
- Open Settings, navigate to “System”, then “Updater”.
- Click the Refresh Icon in the top right corner.
- Choose which update you’d like and press “Download”.
- When the download completes, click “Install”. Your device will reboot to recovery and install the update, then reboot to the updated installation.
From your PC via the push_update script (Linux/macOS only)
- Make sure your computer has working
adb
. Setup instructions can be found here. - Enable USB debugging on your device. Additionally, open Settings, then “System”, then “Developer Options”, and then either check “Rooted Debugging” (OkcarOS 17.1 or above) or select “Root Access Options”, then “ADB Only”.
- Run
adb root
-
Run
wget https://raw.githubusercontent.com/OkcarOS/android_packages_apps_Updater/lineage-20.0/push-update.sh && chmod +x push-update.sh
- Run:
./push-update.sh /path/to/zip
- Open Settings, navigate to “System”, then “Updater”. Then proceed to click “Install” on the newly pushed update to commence installation. Your device will reboot to recovery and install the update, then reboot to the updated installation.
Sideloading from Recovery
- Make sure your computer has working
adb
. Setup instructions can be found here. - Enable USB debugging on your device. Additionally, open Settings, then “System”, then “Developer Options”, and then either check “Rooted Debugging” (OkcarOS 17.1 or above) or select “Root Access Options”, then “ADB Only”.
- Run:
adb reboot sideload
-
Run:
adb sideload /path/to/zip
- Click the back arrow in the top left of the screen, then “Reboot system now”.