![]() |
#16 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 26
Karma: 94086
Join Date: Nov 2020
Device: Kindle Oasis
|
|
![]() |
![]() |
![]() |
#17 |
0000000000101010
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,871
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
|
Here's SOME
Save the icons to: /mnt/ext1/applications/icons Then save the view.json file to: mnt/ext1/system/config/desktop Last edited by neil_swann80; 11-26-2024 at 11:58 PM. |
![]() |
![]() |
Advert | |
|
![]() |
#18 | |
Member
![]() Posts: 21
Karma: 10
Join Date: May 2017
Location: Veszprém, Hungary
Device: PB Inkpad 3 pro; PB Touch HD 3; Pocketbook Color
|
color icons - question
Quote:
However, only the icons on the main screen have changed colour. What am I doing wrong? What is the solution to make the icons of the applications colored? |
|
![]() |
![]() |
![]() |
#19 |
0000000000101010
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,871
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
|
Have you edited:
mnt/ext1/system/config/desktop/view.json You'll need to add all the apps you want to change the icons for to the json file. You need to be careful with the formatting, otherwise the menu will not show at all. if you do mess it up, just delete the json file and reboot and the default one will be generated anew. There's an example view.json file for my device within the zip file in this POST Last edited by neil_swann80; 11-25-2024 at 10:46 AM. |
![]() |
![]() |
![]() |
#20 | |
Member
![]() Posts: 21
Karma: 10
Join Date: May 2017
Location: Veszprém, Hungary
Device: PB Inkpad 3 pro; PB Touch HD 3; Pocketbook Color
|
Quote:
Unfortunately I'm not good at this level (editing). |
|
![]() |
![]() |
Advert | |
|
![]() |
#21 |
0000000000101010
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,871
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
|
|
![]() |
![]() |
![]() |
#22 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 26
Karma: 94086
Join Date: Nov 2020
Device: Kindle Oasis
|
I renamed the pics like here: https://wiki.mobileread.com/wiki/Poc...e_Theme_Images
|
![]() |
![]() |
![]() |
#23 |
0000000000101010
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,871
Karma: 12981955
Join Date: Mar 2023
Location: An island off the coast of Ireland
Device: PB632 [HD3]
|
It's even easier than renaming, as I've just noticed that the color icons zip file already has the modified view.json within it.
So just save the icons to: /mnt/ext1/applications/icons Then save the view.json file to: mnt/ext1/system/config/desktop Last edited by neil_swann80; 11-26-2024 at 11:58 PM. |
![]() |
![]() |
![]() |
#24 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 26
Karma: 94086
Join Date: Nov 2020
Device: Kindle Oasis
|
Can the Book Setting Icon or the Rotate Icon also be changed. Where to find the original Icons. Is the source code for the Color 3 available?
|
![]() |
![]() |
![]() |
#25 | |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 977
Karma: 2209358
Join Date: Nov 2011
Location: London, UK
Device: Kobo Aura, Kobo Aura ONE, PocketBook InkPad Color 3
|
Quote:
I would suggest:
PocketBook software is not open source, so there's no source code available. I don't think you need it for your task. rpbres and res2image are both from my GitHub repo. There's a note in this thread on how to create the right kind of Windows BMP file too. |
|
![]() |
![]() |
![]() |
#26 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 26
Karma: 94086
Join Date: Nov 2020
Device: Kindle Oasis
|
I do not find a Line.pbt on my Color 3
|
![]() |
![]() |
![]() |
#27 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 977
Karma: 2209358
Join Date: Nov 2011
Location: London, UK
Device: Kobo Aura, Kobo Aura ONE, PocketBook InkPad Color 3
|
Ah, it is in /ebrmain/themes/Line.pbt however when you connect the PocketBook to your computer all you can see is /mnt/ext1.
What I have done is to create an executable "app" in /mnt/ext1/application/test.app which is just a simple Linux shell script. In that script I can do whatever I want, such as running `ls -lR / > /mnt/ext1/slash.txt`, or `cp /ebrmain/themes/Line.pbt /mnt/ext1/Line.pbt` etc etc. Then I tap the app icon, and when I reconnect it to my Mac later I can copy off the new files. That's worth writing up somewhere on the wiki. |
![]() |
![]() |
![]() |
#28 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 26
Karma: 94086
Join Date: Nov 2020
Device: Kindle Oasis
|
id did the scripts but nothing happens
test.app: #!/bin/sh ls -lR / > /mnt/ext1/slash.txt |
![]() |
![]() |
![]() |
#29 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 977
Karma: 2209358
Join Date: Nov 2011
Location: London, UK
Device: Kobo Aura, Kobo Aura ONE, PocketBook InkPad Color 3
|
|
![]() |
![]() |
![]() |
#30 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 26
Karma: 94086
Join Date: Nov 2020
Device: Kindle Oasis
|
How can i do, my pocketbook is not jailbraked
|
![]() |
![]() |
![]() |
Tags |
github, themes |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Software Engineering Tools and Debugging Techniques: Guide to Build Software Tools | amazon author | Self-Promotions by Authors and Publishers | 2 | 04-07-2015 04:02 AM |
Tools | CRussel | General Discussions | 39 | 01-21-2013 04:00 PM |
Tools | Polyphemus | General Discussions | 5 | 12-26-2012 08:48 AM |
xz tools for a 3 | twobob | Kindle Developer's Corner | 10 | 08-22-2012 03:17 PM |