View Single Post
Old 07-08-2024, 02:52 PM   #11
Anghirrim
Seeking for Graal
Anghirrim exercises by bench pressing the entire Harry Potter series in hardcoverAnghirrim exercises by bench pressing the entire Harry Potter series in hardcoverAnghirrim exercises by bench pressing the entire Harry Potter series in hardcoverAnghirrim exercises by bench pressing the entire Harry Potter series in hardcoverAnghirrim exercises by bench pressing the entire Harry Potter series in hardcoverAnghirrim exercises by bench pressing the entire Harry Potter series in hardcoverAnghirrim exercises by bench pressing the entire Harry Potter series in hardcoverAnghirrim exercises by bench pressing the entire Harry Potter series in hardcoverAnghirrim exercises by bench pressing the entire Harry Potter series in hardcoverAnghirrim exercises by bench pressing the entire Harry Potter series in hardcoverAnghirrim exercises by bench pressing the entire Harry Potter series in hardcover
 
Posts: 206
Karma: 16198
Join Date: Jul 2013
Location: France
Device: Kobo Forma / Onyx Boox Page
Hi, thanks for the info! Upgrading now.

Side point, for those who were a bit too enthusiasts while debloating your device and end up with a connection error to Onyx's servers...

Code:
adb shell pm uninstall -k --user 0 <yourpackagename>
Can be reverted with:
Code:
adb shell cmd package install-existing --user 0 <yourpackagename>
And
Code:
adb shell pm disable-user --user 0 <yourpackagename>
with
Code:
adb shell pm enable --user 0 <yourpackagename>

Last edited by Anghirrim; 07-08-2024 at 03:08 PM.
Anghirrim is offline   Reply With Quote