View Single Post
Old 04-11-2010, 11:41 AM   #5
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
No, if connected to USB the messages are all in German.

I think, when connected to USB "storageStart.xml" and "mainStorage.xml" are executed, and "mainStorage.xml" has it's own
Code:
<kbookLanguages id="LANG" default="de" width="0" height="0" visible="false">
	<kbookLanguage lang="en" width="0" height="0" visible="false">
		<assets>
..
	</kbookLanguages>
block.

Eventually
Code:
		<function id="initialized">
			USBDispatcher.doRegister(this.getWindow())
			this.getDevice().enableBlueLED(false);
		</function>
in storageStart.xml can be use for another (or even the PRS+) code injection.

For your convenience I add my modified sources, based on the latest code on http://code.google.com/p/prs-plus/.

Here is the list of changes:

Code:
Binary Comparison of <F:\Downloads\sony\prs-plus\clone> to <F:\Downloads\sony\prs-plus\My_PRSPlus_Scipt\my mod clone loc>
55 files in 11 folders

35 files match exactly
----------------------
	
11 files don't match
--------------------
	addons\BrowseFolders.js  // title -> _mytitle1, title for rescan int.mem
	addons\Clock.js  //title
	addons\EpubUserStyle.js  // res:///Data/epub/userStyle.css
	addons\MenuCaptions.js  // faild playing with size, have to wait for soSetValue
	addons\PageIndex.js // use Sony's Localization for " OF "
	core\lang\English.js  // no Sony: category
	core\core_lang.js  // no change of the Sony UI, iterator for Lang-Files
	core\core_ui.js   // _mytitle1 
	core\core_zAbout.js  // don't show PRS+ fw
	core\core__log.js  // use filemode 3 for logfile
	PRSPlus.js  // use filemode 3 for logfiles

2 folders and files only on left
--------------------------------
	addons\sandbox_kartu.js
	addons\TextEncoding.js

8 folders and files only on right
---------------------------------
	addons\disabled\
	addons\disabled\sandbox_kartu.js
	addons\disabled\TextEncoding.js
	addons\ChangeLang.js   
	core\lang\German.js
	core\lang\German.zip
	core\lang\Spanish-Sample.zip
	core\lang\Spanish.js
Attached Files
File Type: zip my mod clone loc.zip (228.4 KB, 469 views)

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