|  07-30-2008, 03:54 AM | #76 | 
| Media Whore.    Posts: 118 Karma: 265 Join Date: Jun 2008 Location: IL Device: PRS-505 | 
			
			Ah, thanks.
		 | 
|   |   | 
|  07-30-2008, 04:09 AM | #77 | 
| Addict     Posts: 223 Karma: 356 Join Date: Aug 2007 Device: Rocket; Hiebook; N700; Sony 505; Kindle DX ... | 
				
				summary
			 
			
			I never tried this program, but now after updating the firmware I was a bit interested. Problem is, with all the discussions about it going around, I'm unable to find a root post where it is simply described (with screenshots it would be a must...) what the patches you're describing are able to do: I heard about clocks, fonts,... I don't know if there's other stuff around or not. Sorry if I missed it somewhere... alessandro | 
|   |   | 
| Advert | |
|  | 
|  07-30-2008, 04:51 AM | #78 | |
| Serial Bricker   Posts: 65 Karma: 104 Join Date: Feb 2008 Location: Singapore Device: Sony PRS-505, Kindle 3 KSO | Quote: 
   | |
|   |   | 
|  07-30-2008, 09:41 AM | #79 | |
| Junior Member  Posts: 3 Karma: 10 Join Date: Jul 2008 Device: Sony PRS-505 | 
			
			Tried to make custom image for 505.1.1.00.18040. The process terminates at copying files from SD card with: Quote: 
 | |
|   |   | 
|  07-30-2008, 10:14 AM | #80 | |||
| Guru           Posts: 780 Karma: 1416 Join Date: Jan 2008 Device: Kobo Clara 2E/HD, Kindle PW | Quote: 
 Modify main.xml Quote: 
 Quote: 
 | |||
|   |   | 
| Advert | |
|  | 
|  07-30-2008, 02:21 PM | #81 | 
| Muncher of ebooks            Posts: 312 Karma: 6423 Join Date: Nov 2007 Location: Fürth, Germany Device: Pocketbook 360 | 
			
			Hi everybody, I have managed to break my power switch/ slide on my 505 (description is in the troubleshooting forum)  i now need to map the standby modus to enter AND have the reader wake up when I press it again (or another button for that matter). Any idea how I would do that? Thanks, kaas p.s.: does anyone know whether that is possible? Last edited by kaas; 07-30-2008 at 03:59 PM. | 
|   |   | 
|  07-30-2008, 04:08 PM | #82 | |
| Legal Alien   Posts: 288 Karma: 105 Join Date: Jan 2008 Device: Sony PRS-505/T1/Kindle PW2 | Quote: 
 https://www.mobileread.com/forums/showthread.php?t=27043 | |
|   |   | 
|  07-31-2008, 05:15 PM | #83 | 
| Junior Member  Posts: 2 Karma: 10 Join Date: Jul 2008 Device: Sony-PRS-505 | 
			
			Is there any chance that universal flasher 2 let me listen to my ogg/flac vorbis files ? Since decoders and codecs are open-source… unfortunatly, I’m not able at all to code this myself. It would be cool too avoid re-ripping my ogg/flac to mp3 files ! I don’t realy nead a full juckbox like the one for iliad (there’s rockbox on my ipod for this  ) Indeed, thank’s a lot for the clock ! | 
|   |   | 
|  08-02-2008, 07:08 AM | #84 | 
| Zealot       Posts: 151 Karma: 676 Join Date: Aug 2007 Device: Kobo Glo, Paperwhite | 
			
			For those who want to have joystick turning pages - in: files.505.1.1.00.18040\opt\sony\ebook\application\  resources open with notepad file: applicationStart.xml modify there: <boolean key="kRight" do="doRight" /> to: <boolean key="kRight" do="doNext" /> save file (be sure that notepad is saving "applicationStart.xml", not "applicationStart.xml.txt". Create image, flash it, enjoy. | 
|   |   | 
|  08-02-2008, 07:55 AM | #85 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			If you do change the joypad to use it to turn the pages, you'll lose the ability to have your hstory unless you modify some other keys to do history back/forward. So don't do so unless you also modify two other keys to do the history.  This is important as I have some eBooks I've converted that have footnotes and the only ways to get bck to the page I was on is to go back by page number or use the history and history is a lot easier. The reason we modified the joystick on the 500 was that there were no page turn buttons on the right side. But witht he 505, we have page turn on both the left and right sides now. So personally, I see no reason to modify the joypad to turn pages. | 
|   |   | 
|  08-02-2008, 09:01 AM | #86 | |
| Fanatic            Posts: 556 Karma: 1057213 Join Date: Sep 2006 Location: North Eastern U.S. Device: Sony Reader | Quote: 
 Add a doRight() override to main.xml (for book reading only): Code: <kbookPage id="PAGE" left="0" right="0" top="0" bottom="30" href="x-id://bookData">
   <code>
      <function id="doRight">
         this.bubble("doNext");
      </function> | |
|   |   | 
|  08-02-2008, 09:04 AM | #87 | 
| Fanatic            Posts: 556 Karma: 1057213 Join Date: Sep 2006 Location: North Eastern U.S. Device: Sony Reader | 
			
			That's why you shouldn't override the Back button, but overriding the Forward button make a lot of sense.
		 | 
|   |   | 
|  08-02-2008, 11:43 AM | #88 | 
| Zealot       Posts: 151 Karma: 676 Join Date: Aug 2007 Device: Kobo Glo, Paperwhite | 
			
			porkupan, you were right - modifying main.xml is the right way to do things. For those who as dummy as I am - you need to insert: <function id="doRight"> this.bubble("doNext"); </function> right below the lines: <kbookPage id="PAGE" left="0" right="0" top="0" bottom="30" href="x-id://bookData"> <code> The good tool to edit .xml files is XML Marker from http://symbolclick.com/download.htm | 
|   |   | 
|  08-02-2008, 12:55 PM | #89 | 
| Enthusiast  Posts: 26 Karma: 10 Join Date: Jul 2008 Device: Sony PRS-505, Amazon Kindle | 
			
			For me it's an issue of comfort.  I like to hold the reader in such a way that the joystick is the most comfortable page turning solution.  I'm glad I found porkupan's solution because I had hacked up the wrong solution a few days ago and was without an easily accessible history.
		 | 
|   |   | 
|  08-02-2008, 06:47 PM | #90 | 
| Zealot       Posts: 151 Karma: 676 Join Date: Aug 2007 Device: Kobo Glo, Paperwhite | 
			
			Can somebody tell me, please, which lines I shall modify in main.xml in order to get uniform fonts?
		 | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| PRS-500 Problem with universal flasher | gczobel | Sony Reader Dev Corner | 1 | 08-21-2010 08:48 AM | 
| PRS-500 Sony Reader PRS-500 universal flasher | igorsk | Sony Reader Dev Corner | 227 | 05-23-2010 09:15 PM | 
| prs-500 stuck at "starting up" after universal flasher | consilient | Sony Reader | 9 | 05-19-2010 03:49 AM | 
| Universal Flasher: .so file question | billyfred | Sony Reader Dev Corner | 4 | 06-27-2009 12:05 AM | 
| Need help please - how to use the universal flasher | de_Genova | Sony Reader | 6 | 05-02-2009 12:01 PM |