View Single Post
Old 04-11-2010, 09:18 AM   #3
Mark Nord
2B || !2B
Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.
 
Posts: 854
Karma: 327896
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
here you go....

As I'm used to modify the firmware with Universal Flasher, the prsp.lnk wasn't working. So the included "FskDocumentViewerAdobe.so" is the "original patched" version, pointing to "\Data\epub\userStyle.css"

Code:
This is the File-Compare-Report vs the original firmware:

Binary Comparison of <F:\Downloads\sony\cramfs-tools\new_opt_img_1.4> to <F:\Downloads\sony\cramfs-tools\opt_img_v1.4>
64 files in 7 folders

47 files match exactly
----------------------
	sony\ebook\application\resources\scripts\kBookAssets.png 
	sony\ebook\application\resources\scripts\kBookDefaultArt.png
	sony\ebook\application\resources\scripts\kBookDefaultThumbnail.png
	sony\ebook\application\resources\scripts\kBookDisk.png
	sony\ebook\application\resources\scripts\kbookLanguageAssets_de-DE.xml
	sony\ebook\application\resources\scripts\kbookLanguageAssets_en-US.xml
	sony\ebook\application\resources\scripts\kbookLanguageAssets_fr-FR.xml
	sony\ebook\application\resources\scripts\mainStorage.xml
	sony\ebook\application\resources\application.xml
	sony\ebook\application\resources\storage.xml
	sony\ebook\application\resources\storageStart.xml
	sony\ebook\application\resources\switcher.xml
	sony\ebook\application\application.xsb
	sony\ebook\application\coreaudiofilters.so
	sony\ebook\application\drm.xsb
	sony\ebook\application\drmDocviewer.xsb
	sony\ebook\application\ebook.so
	sony\ebook\application\ebookConfig.so
	sony\ebook\application\fileserialize.so
	sony\ebook\application\FskBBeBViewer.xso
	sony\ebook\application\FskCache.xsb
	sony\ebook\application\FskCore.xsb
	sony\ebook\application\FskDMF.xsb
	sony\ebook\application\FskDocumentViewer.so
	sony\ebook\application\FskDocumentViewerRTF.so
	sony\ebook\application\FskFhGAACIntDec.so
	sony\ebook\application\FskFhGMP3IntDec.so
	sony\ebook\application\FskImage.so
	sony\ebook\application\Fskin.so
	sony\ebook\application\FskMediaPlayers.so
	sony\ebook\application\FskMobileMediaDevice.so
	sony\ebook\application\FskSecurity.so
	sony\ebook\application\kbook.so
	sony\ebook\application\language.xsb
	sony\ebook\application\libfreetype.so.6.3.10
	sony\ebook\application\libtinyhttp.so
	sony\ebook\application\libuss.so
	sony\ebook\application\octDocviewer.xsb
	sony\ebook\application\octopus.xsb
	sony\ebook\application\storage.xsb
	sony\ebook\application\switcher.so
	sony\ebook\application\tinyhttp
	sony\ebook\application\UCA.so
	sony\ebook\application\xdbLite.so
	sony\ebook\bin\deviceid
	sony\ebook\bin\UsbUpdater
	sony\ebook\bin\writescreen

12 files don't match
--------------------
	sony\ebook\application\resources\scripts\kBookIcon.png      // nicer icons
	sony\ebook\application\resources\scripts\kBookLogos.png  // folding book
	sony\ebook\application\resources\scripts\main.xml  // Clock, es-ES

	sony\ebook\application\resources\applicationStart.xml  // Startupcode
	sony\ebook\application\FskDocumentViewerAdobe.so   // res:///Data/epub/userStyle.css
	sony\ebook\application\kconfig.xml     // Fonts
	sony\ebook\application\libfreetype.so.6.lnk  // not changed
	sony\ebook\application\libfreetype.so.lnk    // not changed
	sony\ebook\bin\tinyhttp.sh     // call to prsp.sh
	sony\ebook\FONT\tt0003m_.ttf  // from 1.02 installer
	sony\ebook\FONT\tt0011m_.ttf  // from 1.02 installer
	sony\ebook\FONT\tt0419m_.ttf  // from 1.02 installer

4 folders and files only on left
--------------------------------
	sony\ebook\application\resources\scripts\kbookLanguageAssets_es-ES.xml
	sony\ebook\application\Latin1toUTF8.so
	sony\ebook\application\libfskLoad.so
	sony\ebook\application\prspVM.xml
The original dump is linked on surquizu site: http://prs-505.webcindario.com/descargas.htm

Copy 'n Past from
kbook.xs - dump
Code:
	this.Date.prototype.toLocaleDateString = function () {
		var split, date;
		split = this.toDateString().split('/');
		date = <global>.kbook.strings['STR_FORMAT_DATE'];
		date = date.replace('YY', split[0]);
		date = date.replace('MM', split[1]);
		date = date.replace('DD', split[2]);
		return date;
	};
Notify me, if you think this is a copyright violation, and the attachmend will be removed immediately .
[Edit] Removed personal info from image [/Edit]
Attached Files
File Type: zip fsk.zip (6.15 MB, 493 views)

Last edited by Mark Nord; 04-11-2010 at 01:43 PM.
Mark Nord is offline   Reply With Quote