Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Onyx Boox

Notices

Reply
 
Thread Tools Search this Thread
Old 07-23-2022, 04:23 AM   #1
kowal
Junior Member
kowal began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jul 2022
Device: Onyx Boox Note 3
Angry Note 3 Downgrade

Hi
Is a possibility to downgrade note 3 from last update 3.2.2?
I have problems with normal refresh mode - it works worse than fast mode in the previous version.

I find upx file with prev version but android kernel blocks to do prev updates.
kowal is offline   Reply With Quote
Old 07-23-2022, 07:08 AM   #2
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,692
Karma: 16193285
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Yes, but it might be complicated.
Basically, you need to decrypt the old update.upx to get the normal update.zip
Then you need to modify META-INF/com/google/android/updater-script
You need to edit the first line or two to eliminate the update newer than build constraint.
Then comes the problem with actually installing the modified update.

On my Poke3 I have a custom recovery that can install updates from a USB flash drive. It would be possible to make the same thing for Note 3 but it's pretty difficult if I don't own one and I have to do things by instruction over the net.

The problem without this is that /data is encrypted so you can't mount it (easily?).
Without /data you really have no place to put a 1.5 GB update.
You could use a USB flash and connect to ADB over WiFi and do it that way.
This sets ADB to use WiFi on port 5555. (Make sure you can access this before you switch. Although a reset should clear it back to USB.)
Code:
$ setprop service.adb.tcp.port 5555
I'm not saying that there aren't other ways to do this, but this is what I know.

If you are considering this and don't have one, order a USB Type C OTG adapter cable today.

Edit: For a second I thought that the Note 3 had A/B, it doesn't. If it did you could have just swapped slots and got your last version.

Last edited by Renate; 07-23-2022 at 07:27 AM.
Renate is offline   Reply With Quote
Advert
Old 07-23-2022, 08:51 AM   #3
Question Mark
Wizard
Question Mark ought to be getting tired of karma fortunes by now.Question Mark ought to be getting tired of karma fortunes by now.Question Mark ought to be getting tired of karma fortunes by now.Question Mark ought to be getting tired of karma fortunes by now.Question Mark ought to be getting tired of karma fortunes by now.Question Mark ought to be getting tired of karma fortunes by now.Question Mark ought to be getting tired of karma fortunes by now.Question Mark ought to be getting tired of karma fortunes by now.Question Mark ought to be getting tired of karma fortunes by now.Question Mark ought to be getting tired of karma fortunes by now.Question Mark ought to be getting tired of karma fortunes by now.
 
Question Mark's Avatar
 
Posts: 1,419
Karma: 6513838
Join Date: Mar 2016
Device: More than I need, but not as many as I would like.
My Onyx devices, including the original Note, just updated to firmware version 3.2.3.

Could it be that there is an update available for your Note 3 which might address the issues you are experiencing?
Question Mark is offline   Reply With Quote
Old 07-23-2022, 03:01 PM   #4
kowal
Junior Member
kowal began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jul 2022
Device: Onyx Boox Note 3
Quote:
Originally Posted by Question Mark View Post
My Onyx devices, including the original Note, just updated to firmware version 3.2.3.

Could it be that there is an update available for your Note 3 which might address the issues you are experiencing?
With this update is ever worse... i will check first method
kowal is offline   Reply With Quote
Old 07-23-2022, 04:37 PM   #5
kowal
Junior Member
kowal began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jul 2022
Device: Onyx Boox Note 3
Quote:
Originally Posted by Renate View Post
Yes, but it might be complicated.
Basically, you need to decrypt the old update.upx to get the normal update.zip
Then you need to modify META-INF/com/google/android/updater-script
You need to edit the first line or two to eliminate the update newer than build constraint.
Then comes the problem with actually installing the modified update.

On my Poke3 I have a custom recovery that can install updates from a USB flash drive. It would be possible to make the same thing for Note 3 but it's pretty difficult if I don't own one and I have to do things by instruction over the net.

The problem without this is that /data is encrypted so you can't mount it (easily?).
Without /data you really have no place to put a 1.5 GB update.
You could use a USB flash and connect to ADB over WiFi and do it that way.
This sets ADB to use WiFi on port 5555. (Make sure you can access this before you switch. Although a reset should clear it back to USB.)
Code:
$ setprop service.adb.tcp.port 5555
I'm not saying that there aren't other ways to do this, but this is what I know.

If you are considering this and don't have one, order a USB Type C OTG adapter cable today.

Edit: For a second I thought that the Note 3 had A/B, it doesn't. If it did you could have just swapped slots and got your last version.
Ok when i have zip file with changed META DATA, how can i encrypt it to upx file? or how to install this update from zip?
kowal is offline   Reply With Quote
Advert
Old 07-24-2022, 05:26 PM   #6
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,692
Karma: 16193285
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by kowal View Post
How can i encrypt it to upx file?
You don't. When we get there you install the zip.

First you need a recovery with ADB access.
Do you have EDL? Can you pull a copy of recovery?
It would be good if you can pull a copy because then you have a backup.
It's also better raw material for me to work with.

If not, pull a copy of boot off the latest update.
I'll need to modify that then you can test it.
Once we have a working, rooted recovery we can proceed.

Please stay on the line, your call is important to us.
You are directly behind customer #1 (self) who has an urgent problem (blown upper radiator hose).

Last edited by Renate; 07-24-2022 at 06:25 PM.
Renate is offline   Reply With Quote
Old 07-25-2022, 01:53 AM   #7
kowal
Junior Member
kowal began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jul 2022
Device: Onyx Boox Note 3
I never do such things.
Can you post a instruction how to do it?
kowal is offline   Reply With Quote
Old 07-25-2022, 07:54 AM   #8
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,692
Karma: 16193285
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Prerequisite: You have to have ADB and be conversant with it.

Getting a partition with rooted ADB
Is your Note3 rooted? Do you have a # prompt in ADB shell?
Code:
C:\>adb shell
# dd if=/dev/block/by-name/recovery of=/sdcard/recovery.img
Transferred a zillion blocks
# ^D
C:\>adb pull sdcard/recovery.img
Getting a partition with EDL
Go to http://www.temblast.com/edl.htm and read the instructions.
Download the loader at "this loader" link and rename it something short.
Code:
C:\>adb reboot edl
Use Zadig and install a WinUSB Windows driver on 05c6/9008.
Code:
C:\>edl.exe /lnote3.bin
(Note that that is slash-ell-whatever-you-renamed-it.)
It should print out a bunch of stuff, including "Waiting for Firehose, Ok".
Code:
C:\>edl.exe /u /r /t /precovery recovery.img
(The /u is because you're UFS. Other Onyx models may not use that flag.)
If you got what you wanted, just:
Code:
C:\>edl.exe /z
Renate is offline   Reply With Quote
Old 07-25-2022, 02:53 PM   #9
kowal
Junior Member
kowal began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jul 2022
Device: Onyx Boox Note 3
is any other option without root?
kowal is offline   Reply With Quote
Old 07-25-2022, 03:02 PM   #10
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,692
Karma: 16193285
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
EDL method doesn't require root.
Renate is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Onyx Boox Note/Note Pro Prerooted System Images lvlrdka22 Onyx Boox 2 07-29-2023 06:58 AM
Boox Note Air 2 – A stylus downgrade? MrE Onyx Boox 3 03-07-2022 02:27 PM
Should I return the Onyx Note Pro? Did I make a mistake passing up the Note? qwert Onyx Boox 4 06-19-2019 07:34 AM
Onyx Boox Note - faster switching to note and vice versa T4ng10r Onyx Boox 4 08-08-2018 07:26 AM
EEE note EA-800 and Sony PRS-600 [Note-Taking] sunwillsetforyou Which one should I buy? 5 05-04-2011 01:14 AM


All times are GMT -4. The time now is 09:15 PM.


MobileRead.com is a privately owned, operated and funded community.