Register Guidelines E-Books Search Today's Posts Mark Forums Read

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

Notices

Reply
 
Thread Tools Search this Thread
Old 10-30-2024, 01:31 AM   #76
richard.black
Connoisseur
richard.black began at the beginning.
 
Posts: 84
Karma: 10
Join Date: Sep 2024
Device: Max Lumi 2
Okay, I figured part of the problem, there are logical partitions like userdata, cache, metadata but there aren't formatted (say, in ext4 format). That's why even android recovery can't mount them and thus the No such file or directory errors.
Do you know about those formatting options and also the procedure?
Another parition is /misc, do you know any more?
I think it can be found at /dev/block/bootdevice/by-name

PS:I'm almost sure there's nothing wrong with my super partition. The blue light stays after booting up, which wasn't the case for the last month.

PPS: If the device only supports 1 "active slot", the _b partitions should have the data duplicate of _a?

Last edited by richard.black; 10-30-2024 at 01:44 AM.
richard.black is offline   Reply With Quote
Old 10-30-2024, 07:06 AM   #77
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,281
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
You have a gazillion partitions. Half of them are not a formatted filesystems. They only hold one file. Most of those are ELF files, like xbl, abl, cmnlib, modem... Many are even empty, all zeroes. misc is just raw unstructured flash memory.

There are only four logical partitions, system, system_ext, product, vendor. They are in the physical partition super which is not a "real" filesystem like ext4.

cache is a tmpfs, it's only using RAM for storage which is why the contents disappear when you reboot.

Since "splash" is not used, I used it recently to debug a custom recovery by just writing text to it like one big file. Unlike cache, after crashing and reset the contents are still there.

You didn't mention the blue light before. Are you sure that it is supposed to be on when it's happy?
Renate is offline   Reply With Quote
Advert
Old 10-30-2024, 07:23 AM   #78
richard.black
Connoisseur
richard.black began at the beginning.
 
Posts: 84
Karma: 10
Join Date: Sep 2024
Device: Max Lumi 2
Quote:
You have a gazillion partitions. Half of them are not a formatted filesystems. They only hold one file. Most of those are ELF files, like xbl, abl, cmnlib, modem... Many are even empty, all zeroes. misc is just raw unstructured flash memory.

There are only four logical partitions, system, system_ext, product, vendor. They are in the physical partition super which is not a "real" filesystem like ext4.

cache is a tmpfs, it's only using RAM for storage which is why the contents disappear when you reboot.

Since "splash" is not used, I used it recently to debug a custom recovery by just writing text to it like one big file. Unlike cache, after crashing and reset the contents are still there.
Ok then,

Quote:
You didn't mention the blue light before. Are you sure that it is supposed to be on when it's happy?
I think so, because the blue led light on power stays on the entire time the device is running, properly. For the last month, there was no led.

Last edited by richard.black; 10-30-2024 at 07:28 AM.
richard.black is offline   Reply With Quote
Old 10-30-2024, 07:38 AM   #79
richard.black
Connoisseur
richard.black began at the beginning.
 
Posts: 84
Karma: 10
Join Date: Sep 2024
Device: Max Lumi 2
Okay then, what do you think these errors mean when I use Factory reset/wipe data:
Code:
E: Failed to clear BCB message: failed to open /dev/block/bootdevice/by-name/misc: No such file or directory
E: Failed to WriteUpdateInProgress: failed to open /dev/block/bootdevice/by-name/misc: No such file or directory
failed to stat /dev/block/bootdevice/by-name/misc
-- Wiping data
E: [libfs_mgr]Skipping mounting '/dev/block/bootdevice/by-name/metadata’
E: [libfs_mgr]Failed to open '/dev/block/bootdevice/by-name/metadata’: No such file or directory
E: [libfs_mgr]Failed to mount /metadata; formatting: No such file or directory
E: [libfs_mgr]fs_mgr_do_format: Format /dev/block/bootdevice/by-name/metadata as 'ext4’

E: [libfs_mgr]Cannot open block device: No such file or directory

E: [libfs_mgr]lFailed to format /metadata: No such file or directory

E: Cannot mount /metadata/ota

E: format_volume: failed to open /dev/block/bootdevice/by-name/userdata: No such file or directory

Formatting /metadata...

E: /system/bin/mke2fs failed with status 1

E: format_volume: Failed to make ext4 on /dev/block/bootdevice/by-name/metadata: Success

Data wipe failed.

E: Failed to WriteUpdateInProgress: failed to open /dev/block/bootdevice/by-name/misc: No such file or directory
richard.black is offline   Reply With Quote
Old 10-30-2024, 07:43 AM   #80
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,281
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Posting clash.

Last edited by Renate; 10-30-2024 at 07:46 AM.
Renate is offline   Reply With Quote
Advert
Old 10-30-2024, 07:45 AM   #81
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,281
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by richard.black View Post
E: format_volume: Failed to make ext4 on /dev/block/bootdevice/by-name/metadata: Success
Oh, that makes lots of sense.

So, use EDL and pull a copy of metadata

You can check it too:
Code:
7zip l metadata

Last edited by Renate; 10-30-2024 at 07:52 AM.
Renate is offline   Reply With Quote
Old 10-30-2024, 08:24 AM   #82
richard.black
Connoisseur
richard.black began at the beginning.
 
Posts: 84
Karma: 10
Join Date: Sep 2024
Device: Max Lumi 2
Uhh...
Attached Files
File Type: prc metadata.prc (16.00 MB, 15 views)
richard.black is offline   Reply With Quote
Old 10-30-2024, 12:11 PM   #83
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,281
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Sometimes I have this dream where I actually have internet.

Oh, and the download failed.

Ok, it looks reasonably sane to me:
Code:
   Date      Time    Attr         Size   Compressed  Name
------------------- ----- ------------ ------------  ------------------------
1969-12-31 17:24:49 D....                            lost+found
1969-12-31 17:25:01 D....                            vold
1969-12-31 17:25:01 D....                            password_slots
2024-09-10 04:05:49 D....                            bootstat
2024-09-10 04:04:40 D....                            ota
1969-12-31 17:25:01 D....                            apex
1969-12-31 17:25:01 D....                            staged-install
1969-12-31 17:25:01 D....                            gsi
1969-12-31 17:25:01 D....                            vold\metadata_encryption
2024-09-10 04:05:49 .....           10         8192  bootstat\persist.sys.boot.reason
1969-12-31 17:25:01 D....                            ota\snapshots
1969-12-31 17:25:01 D....                            apex\sessions
1969-12-31 18:22:22 D....                            gsi\dsu
1969-12-31 17:25:01 D....                            gsi\ota
1969-12-31 17:25:01 D....                            gsi\remount
1969-12-31 18:22:22 D....                            gsi\dsu\avb
1969-12-31 17:25:01 D....                            vold\metadata_encryption\key
1969-12-31 17:25:01 .....            1         8192  vold\metadata_encryption\key\version
1969-12-31 17:25:01 .....        16384        20480  vold\metadata_encryption\key\secdiscardable
1969-12-31 17:25:01 .....           10         8192  vold\metadata_encryption\key\stretching
1969-12-31 17:25:01 .....          214         8192  vold\metadata_encryption\key\keymaster_key_blob
1969-12-31 17:25:01 .....          220         8192  vold\metadata_encryption\key\encrypted_key
1969-12-31 18:22:22 .....         1032         8192  gsi\dsu\avb\s-gsi.avbpubkey
1969-12-31 18:22:22 .....         1032         8192  gsi\dsu\avb\r-gsi.avbpubkey
1969-12-31 18:22:22 .....         1032         8192  gsi\dsu\avb\q-gsi.avbpubkey
1969-12-31 17:24:49 .....      4194304      4194304  [SYS]\Journal
------------------- ----- ------------ ------------  ------------------------
2024-09-10 04:05:49            4214239      4280320  10 files, 16 folders
Attached Thumbnails
Click image for larger version

Name:	metadata.png
Views:	21
Size:	2.7 KB
ID:	211746  

Last edited by Renate; 10-30-2024 at 12:20 PM.
Renate is offline   Reply With Quote
Old 10-30-2024, 12:44 PM   #84
richard.black
Connoisseur
richard.black began at the beginning.
 
Posts: 84
Karma: 10
Join Date: Sep 2024
Device: Max Lumi 2
Quote:
Sometimes I have this dream where I actually have internet.
I can only imagine...
Sometimes, I wonder about you and other people who are always on forums. Posting on a forums is a new experience for me. How interesting your life must be?

Also, what should I do next?
richard.black is offline   Reply With Quote
Old 10-30-2024, 01:02 PM   #85
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,281
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by richard.black View Post
How interesting your life must be?
I try to mix it up. Yesterday I tried to stay off the internet. I hiked for two hours and practised guitar a good chunk of the day. Occasionally I even get to read a book on my Go6. 400 pages in on Gulag, Anne Applebaum.

You're not going forward anywhere until you can manage to get ADB working on something. Is recovery showing ADB unauthorized now? Did you post me recovery already? I forget.
Renate is offline   Reply With Quote
Old 10-30-2024, 11:57 PM   #86
richard.black
Connoisseur
richard.black began at the beginning.
 
Posts: 84
Karma: 10
Join Date: Sep 2024
Device: Max Lumi 2
My life is pretty boring. Everyone expects me to just study and that's all I do, study and nothing more.
Quote:
You're not going forward anywhere until you can manage to get ADB working on something. Is recovery showing ADB unauthorized now? Did you post me recovery already? I forget.
Only ADB sideload command works.
Code:
.\adb.exe devices
List of devices attached
XXXXXXXX        sideload
.\adb.exe get-state
sideload
the only other command that works is get-serialno.
Quote:
Is recovery showing ADB unauthorized now?
Yes, adb is unauthorized.
Recovery looks loke this:
Code:
Android Recovery
ONYX/BOOX/BOOX
11/RKQ1.210614.002/200
userdebug/release-keys
Use volume up/down and power.
WARNING: Previous installation has failed.
  You device may fail to boot if you reboot or power off now.
-----
Reboot system now
Reboot to bootloader
Enter fastboot
Apply update from ADB // adb sideload works here, not adb
Apply update from SD card
Wipe data/factory reset
Mount /system
View recovery logs
Run graphics test
Run locale test
 Power off
-----
richard.black is offline   Reply With Quote
Old 10-31-2024, 07:19 AM   #87
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,281
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
I've never used sideload. Does that give you all the mount errors you were showing?
Renate is offline   Reply With Quote
Old 10-31-2024, 07:33 AM   #88
richard.black
Connoisseur
richard.black began at the beginning.
 
Posts: 84
Karma: 10
Join Date: Sep 2024
Device: Max Lumi 2
Quote:
I've never used sideload. Does that give you all the mount errors you were showing?
No,
When I use adb sideload, error status 1,
Code:
E: Error in /sideload/package.zip (status 1)
Install from ADB complete with status 1.
Installation aborted.
When I use Factory Reset/Wipe Data,
Code:
E: Failed to clear BCB message: failed to open /dev/block/bootdevice/by-name/misc: No such file or directory
E: Failed to WriteUpdateInProgress: failed to open /dev/block/bootdevice/by-name/misc: No such file or directory
failed to stat /dev/block/bootdevice/by-name/misc
-- Wiping data
E: [libfs_mgr]Skipping mounting '/dev/block/bootdevice/by-name/metadata’
E: [libfs_mgr]Failed to open '/dev/block/bootdevice/by-name/metadata’: No such file or directory
E: [libfs_mgr]Failed to mount /metadata; formatting: No such file or directory
E: [libfs_mgr]fs_mgr_do_format: Format /dev/block/bootdevice/by-name/metadata as 'ext4’

E: [libfs_mgr]Cannot open block device: No such file or directory

E: [libfs_mgr]Failed to format /metadata: No such file or directory

E: Cannot mount /metadata/ota

E: format_volume: failed to open /dev/block/bootdevice/by-name/userdata: No such file or directory

Formatting /metadata...

E: /system/bin/mke2fs failed with status 1

E: format_volume: Failed to make ext4 on /dev/block/bootdevice/by-name/metadata: Success

Data wipe failed.

E: Failed to WriteUpdateInProgress: failed to open /dev/block/bootdevice/by-name/misc: No such file or directory
richard.black is offline   Reply With Quote
Old 10-31-2024, 08:03 AM   #89
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,281
Karma: 13468977
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
I don't know why your recovery is so broken. Did you ever send the updated recovery image to me? Please zip.
Renate is offline   Reply With Quote
Old 10-31-2024, 09:28 AM   #90
richard.black
Connoisseur
richard.black began at the beginning.
 
Posts: 84
Karma: 10
Join Date: Sep 2024
Device: Max Lumi 2
Hey, here is my recovery:
https://send.vis.ee/download/db4de09...RY-2zca6u_FocA
richard.black is offline   Reply With Quote
Reply

Tags
max lumi 2, onyx boox

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Free Boox Max Lumi 1 (Eu) Neru Flea Market 0 10-16-2022 11:11 AM
Max Lumi Dodman Onyx Boox 3 03-18-2022 12:15 PM
Max 3 / Max Lumi: lack of physical buttons annoying? mr_sm1th Onyx Boox 6 12-19-2020 11:45 AM
max lumi reviews whopper Onyx Boox 27 10-14-2020 12:13 PM


All times are GMT -4. The time now is 12:59 AM.


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