Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > More E-Book Readers > iRex

Notices

Reply
 
Thread Tools Search this Thread
Old 08-05-2010, 12:40 AM   #1
HauntedAttic
Junior Member
HauntedAttic began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Oct 2009
Device: Sony PRS-505, iRex DR800SG
Removing dotted bookmark icon

Is there a way to remove the dotted diagonal line in the upper right corner of the 800SG screen? I understand the gray triangle indicates bookmarks, but the dotted line on every non-bookmarked pages is distracting and I would like to remove it.
HauntedAttic is offline   Reply With Quote
Old 08-05-2010, 02:23 AM   #2
bokjeid
Addict
bokjeid began at the beginning.
 
Posts: 217
Karma: 10
Join Date: May 2010
Device: DR1000S
I agree on it. I think the gray line is needless and want it to be invisible.
bokjeid is offline   Reply With Quote
Advert
Old 08-05-2010, 04:33 AM   #3
Iņigo
Guru
Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.
 
Posts: 730
Karma: 72743
Join Date: Feb 2008
Location: Here or there
Device: iRex iLiad, iRex DR800S. K4NT. Kobo Aura, Aura One, Libra 2.
Quote:
Originally Posted by HauntedAttic View Post
Is there a way to remove the dotted diagonal line in the upper right corner of the 800SG screen? I understand the gray triangle indicates bookmarks, but the dotted line on every non-bookmarked pages is distracting and I would like to remove it.
There isn't any way as it's hardcoded on the firmware.
Iņigo is offline   Reply With Quote
Old 08-05-2010, 04:47 AM   #4
Gertjan
ex-IRX developer
Gertjan doesn't litterGertjan doesn't litterGertjan doesn't litter
 
Gertjan's Avatar
 
Posts: 158
Karma: 224
Join Date: Oct 2008
Device: Irex DR800S, DR1000S, iLiad
The bookmark indicators (folded and unfolded) are overlay images. It would be possible to replace them using an installation script.

/usr/share/uds/bookmark_overlay.png
/usr/share/uds/no_bookmark_overlay.png
Gertjan is offline   Reply With Quote
Old 08-05-2010, 09:27 PM   #5
bokjeid
Addict
bokjeid began at the beginning.
 
Posts: 217
Karma: 10
Join Date: May 2010
Device: DR1000S
Quote:
Originally Posted by Gertjan View Post
The bookmark indicators (folded and unfolded) are overlay images. It would be possible to replace them using an installation script.

/usr/share/uds/bookmark_overlay.png
/usr/share/uds/no_bookmark_overlay.png
Wow, it sounds great. Could you tell me a detailed way to do this work? I couldn't find any of the files in my device.
bokjeid is offline   Reply With Quote
Advert
Old 08-05-2010, 11:30 PM   #6
HauntedAttic
Junior Member
HauntedAttic began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Oct 2009
Device: Sony PRS-505, iRex DR800SG
Thank you Gertjan! Now I just need to research how to run an installation script.
HauntedAttic is offline   Reply With Quote
Old 08-06-2010, 01:32 AM   #7
HauntedAttic
Junior Member
HauntedAttic began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Oct 2009
Device: Sony PRS-505, iRex DR800SG
Thanks to Gertjan's tip and dima_tr's thread on Font Smoothing, I figured out how to install a script that replaces /usr/share/uds/no_bookmark_overlay.png with a transparent png. You must first upgrade to the latest firmware. Here's what I did. It' not pretty but it got the job done.

1. Connect your DR800 to your PC and open it as you would an external drive.
2. Create a folder called Programs.
3. Inside the Programs folder, create a text file called copyoverlay.desktop and type the following code. This is the launcher that will call the script.

[Desktop Entry]
Name=Copy Bookmark Overlays
Comment=Copy bookmark overlays to this directory
Type=Application
Exec=/media/mmcblk0p1/Programs/_copyoverlay/copyoverlay.sh

4. Inside the Programs folder, create a folder called _copyoverlay
5. Inside _copyoverlay create a text file called copyoverlay.sh and type the following code to copy the overlay files to the program folder.

#/bin/sh
P=/media/mmcblk0p1/Programs/_copyoverlay
FILE=/usr/share/uds

cp $FILE/bookmark_overlay.png $P
cp $FILE/no_bookmark_overlay.png $P

7. Eject/Safely remove your DR800.
8. Unplug your DR800 from your PC.
9. Navigate to the SD Card icon on the Home screen, go to Programs, and click on copyoverlay.desktop
10. Nothing will appear to have happened. Now plug your DR800 into your PC and check the Programs/_copyoverlay folder. You'll see the two bookmark overlay files.
11. Make a backup copy of the overlay files.
12. Edit the no_bookmark_overlay.png file so that it contains a transparent pgn, leaving it 73 x 73 pixles.
13. Edit the copyoverlay.sh file on your DR800 so it reads:

#/bin/sh
P=/media/mmcblk0p1/Programs/_copyoverlay
FILE=/usr/share/uds

cp $P/no_bookmark_overlay.png $FILE

14. Eject/Safely remove your DR800.
15. Once more navigate to the SD Card icon on the Home screen, go to Programs, and click on copyoverlay.desktop, replacing the pgn with your edited image.

I am extremely happy with my tweaked DR800. Thank you Gertjan. It's a terrific device with a lot of possibilities!
HauntedAttic is offline   Reply With Quote
Old 08-06-2010, 03:31 AM   #8
pauli
Groupie
pauli equals 42.pauli equals 42.pauli equals 42.pauli equals 42.pauli equals 42.pauli equals 42.pauli equals 42.pauli equals 42.pauli equals 42.pauli equals 42.pauli equals 42.
 
pauli's Avatar
 
Posts: 185
Karma: 119824
Join Date: Feb 2008
Device: iLiad, DR1000S, HTC Hero, DR800SG
this also means you can replace the bookmark_overlay.png... with any image you want, right?
pauli is offline   Reply With Quote
Old 08-06-2010, 08:27 AM   #9
dima_tr
Groupie
dima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-books
 
Posts: 175
Karma: 863
Join Date: Oct 2009
Location: Germany, Karlsruhe
Device: Iliad v2, DR800S (inlove)
Yes indeed, any image.

It is easier to perform these copy-paste operations with Midnight Commander.
dima_tr is offline   Reply With Quote
Old 08-06-2010, 09:35 AM   #10
penartur
Groupie
penartur is a jewel in the roughpenartur is a jewel in the roughpenartur is a jewel in the roughpenartur is a jewel in the roughpenartur is a jewel in the roughpenartur is a jewel in the roughpenartur is a jewel in the roughpenartur is a jewel in the roughpenartur is a jewel in the roughpenartur is a jewel in the roughpenartur is a jewel in the rough
 
penartur's Avatar
 
Posts: 168
Karma: 7182
Join Date: Mar 2010
Location: Russia, Moscow
Device: PRS500 (great UX and BQ), DR800SG (great screen and features)
Quote:
It is easier to perform these copy-paste operations with Midnight Commander.
How do you install MC on irex?
penartur is offline   Reply With Quote
Old 08-06-2010, 10:05 AM   #11
dima_tr
Groupie
dima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-books
 
Posts: 175
Karma: 863
Join Date: Oct 2009
Location: Germany, Karlsruhe
Device: Iliad v2, DR800S (inlove)
Please read instructions in that thread.
dima_tr is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Classic Can you bookmark PDFs? Molson1020 Barnes & Noble NOOK 3 07-01-2010 02:46 PM
PRS-600 Help with bookmark Belanna Sony Reader 5 10-15-2009 02:59 PM
bookmark beledi Sony Reader 6 04-30-2009 06:05 PM
Bookmark removal Q. KlondikeGeoff Sony Reader 1 09-16-2007 12:44 PM


All times are GMT -4. The time now is 04:14 PM.


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