|  01-16-2011, 05:13 PM | #1531 | 
| Fanatic            Posts: 538 Karma: 469999 Join Date: Feb 2008 Location: Scotland Device: Sony PRS-650 (PRS+ alpha - thanks Kartu!) | 
			
			Kartu, I only found out there was a ChipIn for the 650 after it had finished. Are you accepting donations so we can buy you a nice cup of tea and a scone or something like that as a way of saying thanks? Also... how are you getting on with 650 port, and I hope you had a nice Kartumas! | 
|   |   | 
|  01-17-2011, 03:37 AM | #1532 | 
| PRS+ author            Posts: 1,637 Karma: 2446233 Join Date: Dec 2007 Device: Sony PRS-300, 505, 600, 650, 950 | 
			
			Erm, Halk, thanks for the suggestion.   I'll probably setup proper "donate" buttons on the project site in a few weeks. | 
|   |   | 
|  01-18-2011, 08:52 AM | #1533 | 
| Enthusiast    Posts: 28 Karma: 264 Join Date: Jan 2011 Device: pr 505 | 
			
			Thanks, Kartu!  Everything working as expected.  I've only been able to change the main text font as the font I installed is 3.7Mb in size.  Can anybody here about recommend a font that can replace all three fonts, cover all commonly used Kanji and fitting in memory?
		 | 
|   |   | 
|  01-18-2011, 01:30 PM | #1534 | 
| PRS+ author            Posts: 1,637 Karma: 2446233 Join Date: Dec 2007 Device: Sony PRS-300, 505, 600, 650, 950 | 
			
			mudskipper In which format are your Japanese books? | 
|   |   | 
|  01-18-2011, 06:07 PM | #1535 | 
| Fanatic            Posts: 538 Karma: 469999 Join Date: Feb 2008 Location: Scotland Device: Sony PRS-650 (PRS+ alpha - thanks Kartu!) | |
|   |   | 
|  01-21-2011, 03:11 AM | #1536 | 
| Enthusiast    Posts: 28 Karma: 264 Join Date: Jan 2011 Device: pr 505 | |
|   |   | 
|  01-21-2011, 03:27 AM | #1537 | ||
| PRS+ author            Posts: 1,637 Karma: 2446233 Join Date: Dec 2007 Device: Sony PRS-300, 505, 600, 650, 950 | 
			
			Halk So far porting is going on quite smoothly. mudskipper Quote: 
 Quote: 
 | ||
|   |   | 
|  01-22-2011, 10:10 PM | #1538 | 
| Evangelist            Posts: 411 Karma: 902071 Join Date: Jun 2008 Location: Zaragoza (Spain) Device: prs-505, kobo auraHD, kobo auraH2O, kobo Glo HD, kobo aura ONE | 
			
			Kartu, I've a the problem: I can only have eight applications in the menú of "games and utilities" (PRS+ 1.1.3). Now I have five games, dictionary, calculator and book history. For exemple, To put the chess, I will remove any other application or game. Why is this happening? how I can fix it? https://www.mobileread.com/forums/showpost.php?p=1353230&postcount=121 | 
|   |   | 
|  01-23-2011, 03:47 AM | #1539 | |
| PRS+ author            Posts: 1,637 Karma: 2446233 Join Date: Dec 2007 Device: Sony PRS-300, 505, 600, 650, 950 | 
			
			surquizu There is no limitation on number of items in that submenu. It could be that errors in one addon are affecting others. Or maybe filesystem on your SD card / IM has errors and needs to be fixed with checkdisk or the likes. I have no other ideas, how to explain it. Anyway, this won't work in 1.1.3: Quote: 
 kbook.autoRunRoot.hasNumericButtons = true; | |
|   |   | 
|  01-23-2011, 04:11 AM | #1540 | |
| Enthusiast  Posts: 41 Karma: 86 Join Date: Jul 2009 Device: PRS-505 | Quote: 
 Unfortunatelly I do not remember details, I did not do anything with PRS for long time - too much work  Marek | |
|   |   | 
|  01-23-2011, 04:31 AM | #1541 | 
| 2B || !2B            Posts: 854 Karma: 327896 Join Date: Feb 2010 Location: Austria Device: Sony PRS505/650/T1/tolino vision 5 |  Like Marek, I assume we are testing addons against max size for JS-files. Kravitz came up with some sort of addons2 in beta-test-pack#4 (bp4.zip) if I remember correct. Last edited by Mark Nord; 01-23-2011 at 04:46 AM. | 
|   |   | 
|  01-23-2011, 04:43 AM | #1542 | 
| PRS+ author            Posts: 1,637 Karma: 2446233 Join Date: Dec 2007 Device: Sony PRS-300, 505, 600, 650, 950 | 
			
			Well, addons are loaded as one chunk. So if there was max size problem, none would be visible.
		 | 
|   |   | 
|  01-23-2011, 01:29 PM | #1543 | |
| Evangelist            Posts: 411 Karma: 902071 Join Date: Jun 2008 Location: Zaragoza (Spain) Device: prs-505, kobo auraHD, kobo auraH2O, kobo Glo HD, kobo aura ONE | Quote: 
  The game works well in the PRS+ 1.1.3 (thanks, had already made the correction indicated by Kartu) and no limit on the applications menu "games & utilities", unless you use this version of the dictionary of m-land . The strange thing is that this dictionary works well and is compatible with all applications but stops working when there are nine applications. With the dictionary without zoom-dynamic I have no problem. | |
|   |   | 
|  01-23-2011, 02:39 PM | #1544 | |
| Addict            Posts: 318 Karma: 1846 Join Date: Dec 2009 Device: PRS-505 | Quote: 
 Code: // Description: PRS+ bootstrap script
// Author: kartu
//
// History:
//      2010-06-26 kartu - Initial version, based on 505
if (!FileSystem.getFileInfo(System.applyEnvironment("[prspSafeModeFile]"))) {
        var bootLog;
        var path, code, f, endsWith, listFiles, getFileContent, getFileContentEx, userConfig, Core, loadCore, loadAddons;
        var tmp = function() {
                var config = {
                        model: System.applyEnvironment("[prspModel]"),
                        defaultLogLevel: "none",
                        logFile: System.applyEnvironment("[prspLogFile]"),
                        corePath: System.applyEnvironment("[prspCorePath]"),
                        addonsPath: System.applyEnvironment("[prspAddonsPath]"),
                        addonsPath1: System.applyEnvironment("[prspAddonsPath1]"),
                        settingsPath: System.applyEnvironment("[prspSettingsPath]"),
                        publicPath: System.applyEnvironment("[prspPublicPath]"), 
                        userCSSPath: System.applyEnvironment("[prspUserCSSPath]"),
                        userDictionaryPath: System.applyEnvironment("[userDictionaryPath]"),
                        coreFile: System.applyEnvironment("[prspCoreFile]"),
                        addonsFile: System.applyEnvironment("[prspAddonsFile]"),
                        addonsFile1: System.applyEnvironment("[prspAddonsFile1]")
                };Last edited by VICTORSJG; 01-23-2011 at 03:49 PM. | |
|   |   | 
|  01-23-2011, 03:57 PM | #1545 | 
| PRS+ author            Posts: 1,637 Karma: 2446233 Join Date: Dec 2007 Device: Sony PRS-300, 505, 600, 650, 950 | 
			
			surquizu Since addon code is first concatenated then executed, uncatched error in one of the addons could stop others from loading. Check if m-land's code is try / catched. VICTORSJG No, there is no such config option. Code from Kravitz should work, however. (If you can't find it, it shouldn't be hard to add it to prsp.js) | 
|   |   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Using HD Folders as Collections on Sony PRS-505 | fglaysher | Calibre | 8 | 07-26-2010 09:55 PM | 
| Enhanced Firmware for V3 | keng2000 | HanLin eBook | 12 | 04-12-2010 09:30 AM | 
| Poll: Sony Reader PRS-505 upgrade to Sony PRS-700 | Kris777 | Sony Reader | 70 | 02-18-2009 06:34 PM | 
| Sony Reader PRS-505 upgrade to Sony PRS-700 | Kris777 | Sony Reader | 23 | 12-08-2008 06:56 AM | 
| Sub folders in firmware v1.08 | Prince Hal | Amazon Kindle | 28 | 10-23-2008 03:20 PM |