![]() |
#1 |
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Nov 2024
Device: Onyx Boox Note Air 3 C
|
Debloated my AirNote4C to much
Hey Party people!
I made a mistake after rooting my AirNote 4C with removing bloatwear. I made an error in a script and remove all apps that have onyx in them with: Code:
adb shell pm uninstall -k --user 0 NAME.OF.APP I tried two things to restore the tablet (reset it) 1. I tried manually applying a firmware upgrade by downloading the latest `update.upx` and running: Code:
adb shell am start -a onyx.settings.action.firmware Code:
Starting: Intent { act=onyx.settings.action.firmware } Error: Activity not started, unable to resolve Intent { act=onyx.settings.action.firmware flg=0x10000000 } Now, the two fixes I can think of are: 1. I reflash the tablet with the stock firmware, but I don't know how to do that 2. Get someone to give me a copy of the `onyx.settings.action.firmware`. That should be enough for me to initiate a firmware update which might also restore the other apps. Other ideas are welcomee ![]() Last edited by BringerOfInk; Yesterday at 07:27 AM. |
![]() |
![]() |
![]() |
#2 |
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,930
Karma: 17500001
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
You're melting my mind. There is no AirNote4C, it's NoteAir4C.
It has the distinction of having 3 updates currently. Code:
Model: NoteAir4C (English) Finger: Onyx/NoteAir4C/NoteAir4C:11/2025-01-09_20-02_4.0_43a9adea0/2009:user/release-keys Link: http://firmware-us.boox.com/91defa9bf4fb9d94d7d85398c7b4b354/update.upx Size: 1,932,759,570 MD5: 91defa9bf4fb9d94d7d85398c7b4b354 Model: NoteAir4C (English) Finger: Onyx/NoteAir4C/NoteAir4C:11/2025-06-13_22-34_4.0.1-rel_0613_17903883e/3746:user/release-keys Link: http://firmware-us.boox.com/1e8e256ad1613982cbd4440055132160/update.upx Size: 138,608,668 MD5: 1e8e256ad1613982cbd4440055132160 Model: NoteAir4C (English) Finger: Onyx/NoteAir4C/NoteAir4C:11/2025-07-26_19-00_4.1-rel_0726_509651412/4593:user/release-keys Link: http://firmware-us.boox.com/3f4de14a058b8263e1bdaf47f351ca0c/update.upx Size: 353,069,994 MD5: 3f4de14a058b8263e1bdaf47f351ca0c That's a BSR device (isn't it?) and I've never been able to draw on those. Isn't it time someone gave me one for my birthday? ![]() On the other had, pm uninstall doesn't really do anything to system pre-installed apps besides setting some flags in data. A wiping of user data should get you back. Last edited by Renate; Yesterday at 09:23 AM. |
![]() |
![]() |
![]() |
#3 |
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Nov 2024
Device: Onyx Boox Note Air 3 C
|
Terribly sorry Renate! Brain melting was not on my todo list today! Thank you for the input. Seems like I panicked over nothing. If anyone does the same in the future you can just re-enable apps with:
Code:
cmd package install-existing PACKAGE.NAME Enter shell: Code:
adb shell Code:
cmd package install-existing com.onyx.easytransfer cmd package install-existing com.onyx.voicerecorder cmd package install-existing com.onyx.tscalibration cmd package install-existing com.onyx.appmarket cmd package install-existing com.onyx.kime cmd package install-existing com.onyx.floatingbutton cmd package install-existing com.onyx.calculator cmd package install-existing com.onyx.musicplayer cmd package install-existing com.onyx.latinime cmd package install-existing com.onyx.android.note cmd package install-existing com.onyx.android.onyxotaservice cmd package install-existing com.onyx.aiassistant cmd package install-existing com.onyx.kreader cmd package install-existing com.onyx.clock cmd package install-existing com.onyx.gallery cmd package install-existing com.onyx cmd package install-existing com.onyx.igetshop cmd package install-existing com.onyx.android.ksync cmd package install-existing com.onyx.android.production.test cmd package install-existing com.onyx.mail cmd package install-existing com.onyx.dict |
![]() |
![]() |