|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Feb 2026
Device: Pocketbook Touch HD2 (631)
|
Touch HD2 (631) trying to beat internal SD card lock, need some help
Hello! I'm new here, and very happy to have found this community. I have s 2018 Touch HD2, and the internal SD card is slowly dying - I've had several issues with opening books, with the device returning back to the main screen after clicking on a given book. Luckily for the moment I have managed to remedy it by running a check for errors on the micro SD card on my laptop running Linux (Incidentally, I couldn't manage to fix it on a windows machine) but definitely the days of the card are slowly numbered and I need replace it.
Now there is a wonderful thread about replacing SD cards on a 626, which sadly does not work on the Touch HD2, the fact that both Touch HD and Touch HD2 share a model number (631) does not help either (Thanks Pocketbook). So I want to share all that I've managed to find out, and I need some help choosing a path to move forward. First, the specs of my device: Code:
Software version: U631.5.20.1527 device serial: NX280100109600W000X8 card serial: 0x6d019585 .freezestatus contents (hex): E9 A5 5D 50 replace reading serial invocation with a file call as described in luators blog: https://luator.de/linux/2019/11/23/p...ce-memory.html replace .freezestatus contents using the perl script as described here: https://www.mobileread.com/forums/sh...&postcount=195 sadly neither (and not both combined) worked for me for the Touch HD2, although I can confirm that my .freezestatus code is the same as the one generated by the perl script. It seems that the internal structure is different, it has four partitions instead of 10 like in previous versions: Code:
Command (m for help): p Disk /dev/mmcblk0: 7.4 GiB, 7948206080 bytes, 15523840 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x00000000 Device Boot Start End Sectors Size Id Type /dev/mmcblk0p1 71680 198655 126976 62M 83 Linux /dev/mmcblk0p2 198656 1017855 819200 400M 83 Linux /dev/mmcblk0p3 1017856 1222655 204800 100M 83 Linux /dev/mmcblk0p4 1222656 15523839 14301184 6.8G c W95 FAT32 (LBA) Spoiler:
p3 Spoiler:
Then I tracked how does the monitor.app reads the serial code using ghidra monitor.app ↓ function ioc_getdserialnumber() ↓ function iocf_request(...) ↓ file libioc.so ↓ blob this is how monitor.app retrieves the device serial number Spoiler:
I tried using AI to explain what I'm seeing, but no dice. I think this is a dead-end Spoiler:
European pocketbook branches suggested me just buying a new device with a discount, while pocketbook.ru was indeed more helpful, offering such a service, sadly they require having a russian bank account, and even if they didn't it would be a problem conducting business with them for political reasons. but the interesting thing they mention is that they would need a screen cable photo?? (translated) Spoiler:
And here is now, on Monday I'm going to contact one more repair shop, this time from Ukraine, they have a youtube channel, hopefully I can gather more information, but I don't know the best way to proceed for now. 1. Should I continue digging in monitor.app, looking for ways to stub the original values? Could that work? 2. Should I try getting root on the device using this method, it seems to be confirmed to work for Touch HD2 ? I use linux at work, but I'm not fluent in the deep end of it. Maybe some avenues would open up if I had root access? 3. Are there any other avenues I could try? |
|
|
|
|
|
#2 |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 832
Karma: 628976
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
|
Hi, the procedure is simple.
0) Get Serial and CID of old book you want to use. Lets assume the CID of the original card is 1234c56e as an example 1) Preparation Open the device and remove the internal SD. To open it use a blow drier on the frontside and very carefully lift the frontframe around the screen. After that remove the 4 screws and you can lift the mainboard including the screen. Now remove the internal SD, clone it, either with Linux or windows (https://www.alexpage.de/usb-image-tool/). On the cloned card (new SD) run the linux filechecks on every partition to make sure the filessystem is repaired. 2) create file sd_orig_serial with the original CID as content: 0x1234c56e & put under root (Partition that holds /etc/init.d/rcs) 3) Point the device to accept this as the CID by changing /etc/init.d/rcS from: /bin/mount -o remount,ro rootfs / /bin/mount -t proc none /proc /bin/mount -t tmpfs none /var -o size=48M /bin/mount -t sysfs none /sys chmod 1755 /var to /bin/mount -o remount,ro rootfs / /bin/mount -t proc none /proc /bin/mount -t tmpfs none /var -o size=48M /bin/mount -t sysfs none /sys #trick system into another CID /bin/mount -o bind sd_orig_serial /sys/block/mmcblk0/device/serial chmod 1755 /var Put the new card into the device and it should work. Don't try the other tricks it will destroy you TTS since this is stored elsewhere and we don't have a crack for it. Last edited by nhedgehog; Today at 06:11 AM. |
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 832
Karma: 628976
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
|
Final warning:
In my case some devices still had problems if I tried to write on them via USB. So I just got another card and used it only for the books since the device allows an extra micro sd. |
|
|
|
|
|
#4 |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Feb 2026
Device: Pocketbook Touch HD2 (631)
|
Thank you very much! I can confirm that this indeed has worked for me! Oh you've made my day and my week so much - you are the best! <3
|
|
|
|
|
|
#5 |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 832
Karma: 628976
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
|
Glad it worked for you and thanks for the feedback. In my humble opinion the PB631 is still one of the best ebook reader, since the contrast ration is very good, and it would be a shame, to loose it due to some internal sd card failure.
|
|
|
|
| Advert | |
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is it possible to swap out the internal SD Card on the Libra 2 for a 1TB SD Card? | Nacho_Libre1 | Kobo Reader | 3 | 01-29-2024 09:30 PM |
| Pocketbook Basic Touch (624) internal SD card image | durflir | PocketBook | 7 | 05-04-2019 04:45 PM |
| Themes for Touch HD2 (PB631)? | x01 | PocketBook | 1 | 08-14-2018 12:59 PM |
| PocketBook 631 Touch HD dictionaries | mjgasior | PocketBook | 2 | 05-25-2017 09:28 PM |
| Touch Bricked Kobo Touch - no internal SD card (flash memory chip instead) | bher | Kobo Reader | 6 | 07-30-2014 07:22 PM |