View Single Post
Old 01-13-2010, 03:30 AM   #325
kartu
PRS+ author
kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.
 
Posts: 1,637
Karma: 2446233
Join Date: Dec 2007
Device: Sony PRS-300, 505, 600, 650, 950
Quote:
Originally Posted by dwanthny View Post
kartu thanks for your work on PRS+. I have already flashed the reader with PRS+ and it works great. I have one question though.

How do I replace the kBookAssets.png file on the reader with my own personalized (Owned by ..... If found call 3365551212) kBookAssets.png file?
You can replace kBookAssets.png the same way fonts are replaced. Basically igorsk's flasher can be used to replace particular files in the ebook. You put files you want to replace into "files.505....." folder, in corresponding subfolder (\opt\sony\ebook\application\resources\scripts\kBo okAssets.png). Then start the flasher, press 5 (it will create the image combining what you put into the folder with whatever is in the reader), then 6 to flash.

But I think what you want is actually in main.xml. You could update that manually too, just get the original file here:
http://firmware.prs-plus.googlecode....ripts/main.xml

find:

Code:
	<group id="ABOUT_GROUP" left="0" right="0" top="0" bottom="0" visible="false">
		<kbookAbout id="ABOUT" left="0" right="0" top="0" bottom="33">
			<records>
				<record><number name="kind" value="0"/><string name="text" value="Copyright ©2006-2008 Sony Corporation"/></record>
				<record><number name="kind" value="1"/><string name="text" value="Adobe, the Adobe logo, Reader and PDF are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries."/></record>
				<record><number name="kind" value="2"/><string name="text" value="MPEG Layer-3 audio coding technology and patents licensed by Fraunhofer IIS and Thomson. MPEG-4 AAC audio coding technology licensed by Fraunhofer IIS (www.iis.fraunhofer.de/amm/)."/></record>
				<record><number name="kind" value="3"/><string name="text" value="Application software designed and implemented by Kinoma (www.kinoma.com). Portions Copyright ©2006,2007 Kinoma, Inc."/></record>
				<record><number name="kind" value="-1"/><string name="text" value="Bitstream is a registered trademark, and Dutch, Font Fusion, and Swiss are trademarks, of Bitstream, Inc."/></record>
				<record><number name="kind" value="-1"/><string name="text" value="Portions of this software are Copyright ©2005 The FreeType Project (www.freetype.org). All rights reserved."/></record>
				<record><number name="kind" value="-1"/><string name="text" value="This software is based in part on the work of the Independent JPEG Group."/></record>
And edit it the way you like. (you can add new records, delete existing, actually do whatever you like). value="x" defines which logo to use, -1 displays no logo.

PS
Author of the PRSCustomizer has told me a while ago, that it already supports PRS+. Maybe you should give it a try.
kartu is offline   Reply With Quote