Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > PocketBook

Notices

Reply
 
Thread Tools Search this Thread
Old 12-18-2019, 06:59 PM   #16
sdfgg
Member
sdfgg has a spectacular aura aboutsdfgg has a spectacular aura aboutsdfgg has a spectacular aura aboutsdfgg has a spectacular aura aboutsdfgg has a spectacular aura aboutsdfgg has a spectacular aura aboutsdfgg has a spectacular aura aboutsdfgg has a spectacular aura aboutsdfgg has a spectacular aura aboutsdfgg has a spectacular aura aboutsdfgg has a spectacular aura about
 
Posts: 12
Karma: 4452
Join Date: Nov 2019
Device: pocketbook,kobo
Quote:
Originally Posted by Marco77 View Post
Sorry, not posting about fel / uboot / sunxi-package

I have put together a script to pull apart an emmc dump from the 740, into individual memory regions.
https://github.com/mchubby/pb740-inkpad-notes

Weeee~ nice graph: https://raw.githubusercontent.com/mc...ion-layout.png
Thank you for keeping updating us with your tinkering!

A related question, basically in order to be able to modify the look of the home screen, bar size (for time and page), open at startup options... and more its needed to get the dump, look at what files to modify, and then re-flash? (taking for granted that the modifications don't 'break' the device )

sdfgg is offline   Reply With Quote
Old 12-19-2019, 12:40 AM   #17
ezdiy
Zealot
ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.
 
Posts: 121
Karma: 156515
Join Date: Oct 2019
Device: KT, KPW4, PB740-2
Quote:
Originally Posted by sdfgg View Post
Thank you for keeping updating us with your tinkering!

A related question, basically in order to be able to modify the look of the home screen, bar size (for time and page), open at startup options... and more its needed to get the dump, look at what files to modify, and then re-flash? (taking for granted that the modifications don't 'break' the device )

To edit theme files, you don't need to write files to the fw rom. The stock theme can be copied from /ebrmain/themes/ (something like Line.pbt or Modern.pbt). You can then modify its contents with https://sourceforge.net/projects/poc...files/pbres/1/

Then put your custom theme into system/config/themes on the USB storage. It will then appear as a selectable custom theme option in settings menu.
ezdiy is offline   Reply With Quote
Advert
Old 12-19-2019, 03:29 AM   #18
nhedgehog
Guru
nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.nhedgehog ought to be getting tired of karma fortunes by now.
 
Posts: 746
Karma: 619508
Join Date: Sep 2013
Device: EnergySistemEreaderPro, Nook STG, Pocketbook 622, Bookeen Cybooks ...
Correct me if I'm wrong but afaik pbres is not working anymore with new themes (since firmware version 5). The only working theme-editor with v5 firmware I'm aware of is:
https://github.com/Lighting/pbtheme
But it only allows to extract&replace the config.cfg in the theme.

Edit:
Must correct myself. This seems to be working with modern themes (at least the unpack part, regarding the packing part: I still have some problems to figure this out):
https://github.com/Enyby/pbres

Last edited by nhedgehog; 12-19-2019 at 04:44 AM.
nhedgehog is offline   Reply With Quote
Old 12-20-2019, 12:37 PM   #19
ezdiy
Zealot
ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.ezdiy can grok the meaning of the universe.
 
Posts: 121
Karma: 156515
Join Date: Oct 2019
Device: KT, KPW4, PB740-2
Quote:
Originally Posted by nhedgehog View Post
Correct me if I'm wrong but afaik pbres is not working anymore with new themes (since firmware version 5). The only working theme-editor with v5 firmware I'm aware of is:
https://github.com/Lighting/pbtheme
But it only allows to extract&replace the config.cfg in the theme.

Edit:
Must correct myself. This seems to be working with modern themes (at least the unpack part, regarding the packing part: I still have some problems to figure this out):
https://github.com/Enyby/pbres
You're very correct. I just noticed it in the sdk files, but never really used it.
ezdiy is offline   Reply With Quote
Old 05-13-2022, 01:09 PM   #20
ondrian
Junior Member
ondrian began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2022
Device: PocketBook Inkpad 3
Quote:
Originally Posted by ezdiy View Post
There are multiple issues with old sunxi-tools tutorials because the eGON format (version 4.0) has changed. The sunxi-package stuff is parsed by allwinner's modified uboot in lieu of its own classic dtb.

That makes going through that route a bit awkward. I've managed to fire this "native" uboot up by just burning it to memory via fel write/exec (turns out you don't need egon SPL on newer allwinners, as by the time you get to fel, DRAM is already configured, no more 32k sram limit).

Most crucially, it's possible to fire swupdate binary this way (and debrick your device if you seriously hose mmc0).
Hi,
a botched update bricked my device - update errors with 'md5 sum mismatch'. Trying to fix it, I came across this thread.

My idea is to boot via usb to access the internal memory and delete the broken SWUPDATE.BIN file.

I managed to get to the FEL mode:

Code:
$ sunxi-fel ver                                                                                                                                                                      
AWUSBFEX soc=00001699(B288) 00000001 ver=0001 44 08 scratchpad=00007e00 00000000 00000000
and I complied u-boot binary accoring to https://linux-sunxi.org/FEL/USBBoot#...-Boot_over_USB
Code:
$ make CROSS_COMPILE=arm-linux-gnueabihf- Cubietruck_defconfig
$ make CROSS_COMPILE=arm-linux-gnueabihf- -j$(nproc)
However, when I try to boot over usb, I get errors

Code:
$ sunxi-fel uboot u-boot-sunxi-with-spl.bin
usb_bulk_send() ERROR -1: Input/Output Error
or

Code:
$ sunxi-fel uboot u-boot.bin
SPL: eGON header is not found
Thanks a lot for any help
ondrian is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Pocketbook Inkpad 3 PRO Michal Jancik PocketBook 34 01-07-2020 02:51 PM
pocketbook inkpad Please Help nourmina PocketBook 6 02-15-2019 02:14 PM
New pocketbook inkpad 3 gbuyle PocketBook 2 01-04-2019 02:57 AM
Problem with Pocketbook Inkpad zeno123 PocketBook 12 11-22-2018 05:56 AM
Ended Pocketbook Inkpad 2 mobama Flea Market 5 05-07-2018 12:53 PM


All times are GMT -4. The time now is 07:13 AM.


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