Replies: 2 comments 1 reply
-
|
Send me an email and I can share a Google Drive link with you. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
with the new files and a adb sideload everything is working perfectly again |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I managed to brick my 1st generation Storytel Reader while attempting to mod it. I accidentally overwrote the system partition with zeros while experimenting with rkdeveloptool, and now the device won't boot past the charging screen.
The device is still recoverable — it enters maskrom mode fine and rkflashtool detects it correctly as RK3026. The kernel partition is intact and I've already flashed the patched boot.img from your releases. The only thing missing is a working system partition.
I confirmed the damage with:
bashsudo rkflashtool r system | head -c 512 | xxd
Output is all zeros.
Would it be possible for you to share a dump of the gen1 system partition? I saw in an earlier discussion that you have backups of the raw partitions from both generations. Even a compressed image would be perfect — I can flash it directly with:
bashsudo rkflashtool w system < system.img
Thanks so much for this project, it's been really helpful!
Beta Was this translation helpful? Give feedback.
All reactions