Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Sony Reader > Sony Reader Dev Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 05-16-2010, 03:04 AM   #1141
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
klawong

With the following user.config it should work:
Code:
config.defaultLogLevel = "trace";
// JS
config.coreFile = "b:/beta/tmp-core-min.js";
// Resources
config.corePath = "b:/beta/";
// JS
config.addonsFile = "b:/beta/addons/tmp-addons-min.js";
// Resources
config.addonsPath = "b:/beta/addons/";
PS
The only change between v2 and v3 is modified user.config.

surquizu, sorry didn't see your post when uploading new btp.

Last edited by kartu; 05-16-2010 at 03:09 AM.
kartu is offline   Reply With Quote
Old 05-16-2010, 03:42 AM   #1142
klawong
Enthusiast
klawong has learned how to buy an e-book online
 
Posts: 29
Karma: 96
Join Date: Mar 2010
Location: Ruhrpott
Device: Sony PRS-505 (incl.: PRS+ 1.1.3)
Quote:
Originally Posted by kartu View Post

klawong

With the following user.config it should work:
Thanx - now everything runs as smooth as usual!
klawong is offline   Reply With Quote
Advert
Old 05-16-2010, 09:28 AM   #1143
Hobogen
beginner
Hobogen is on a distinguished road
 
Posts: 7
Karma: 56
Join Date: Feb 2009
Device: Kindle, historically PRS-505
Here is new Czech, I added skip_book_menu translation and corrected quite a lot of small errors and inconsistencies.
Attached Files
File Type: zip correcteted_Czech.zip (6.2 KB, 167 views)
Hobogen is offline   Reply With Quote
Old 05-16-2010, 12:04 PM   #1144
VICTORSJG
Addict
VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.VICTORSJG once ate a cherry pie in a record 7 seconds.
 
Posts: 318
Karma: 1846
Join Date: Dec 2009
Device: PRS-505
I just fixed a little error in the last image

Kartu in default value into core_zLang, shouldn't it appear "default" instead of "backslash"?


name: "dateSeparator",
title: langL("OPTION_DATE_SEPARATOR"),
defaultValue: "backslash",
values: ["default", "minus", "dot", "space", "none"],
valueTitles: {
"default": "/",
"minus": "-",
"dot": ".",
"space": langL("VALUE_SPACE"),
"none": langL("VALUE_NONE")
}
Attached Thumbnails
Click image for larger version

Name:	skinMain505.png
Views:	204
Size:	79.9 KB
ID:	51757  

Last edited by VICTORSJG; 05-18-2010 at 05:45 AM.
VICTORSJG is offline   Reply With Quote
Old 05-16-2010, 02:18 PM   #1145
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
m-lang
Scrolling doesn't seem to work correctly, could you please check?
Check words Set (the first meaning) or Setting (dictionary wb). In old format it shows empty page after scrolling, in new format it seems to skip some lines.
kartu is offline   Reply With Quote
Advert
Old 05-16-2010, 02:56 PM   #1146
m-land
Enthusiast
m-land has learned how to buy an e-book online
 
Posts: 41
Karma: 86
Join Date: Jul 2009
Device: PRS-505
Quote:
Originally Posted by kartu View Post
m-lang
Scrolling doesn't seem to work correctly, could you please check?
Check words Set (the first meaning) or Setting (dictionary wb). In old format it shows empty page after scrolling, in new format it seems to skip some lines.
Sorry, my fault. I was sure there are 10 results (there are only 9). Fixed version is here.
Attached Files
File Type: zip dictionary.zip (2.8 KB, 187 views)
m-land is offline   Reply With Quote
Old 05-16-2010, 04:13 PM   #1147
Mike_73
Guru
Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.
 
Posts: 750
Karma: 1323
Join Date: Dec 2009
Device: PRS-505, PRS-600, iPad 16GB Wifi, Kindle Voyage, Nexus 6, Razr HD
I've started to edit the manual for Version 1.1.1. I couldn't get the sub menu to copy files while browsing folders. Is this normal?

I'm not through with checking all changes yet and I'll have a couple of questions once I get down to the single menu items. Is there some explanation on the Project webpage or do I fiddle with the stuff and ask questions once I get to it???
Mike_73 is offline   Reply With Quote
Old 05-16-2010, 04:17 PM   #1148
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
Mike_73
Quote:
I've started to edit the manual for Version 1.1.1. I couldn't get the sub menu to copy files while browsing folders. Is this normal?
No it's not. Are you using the latest beta tester's pack?

Quote:
I'm not through with checking all changes yet and I'll have a couple of questions once I get down to the single menu items.
There are no explanations, you'll have to ask.
kartu is offline   Reply With Quote
Old 05-16-2010, 04:29 PM   #1149
Mike_73
Guru
Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.Mike_73 is no ebook tyro.
 
Posts: 750
Karma: 1323
Join Date: Dec 2009
Device: PRS-505, PRS-600, iPad 16GB Wifi, Kindle Voyage, Nexus 6, Razr HD
Ok, so I'll fiddle with it and see how I interprete stuff and will ask if I'm not sure.
I had downloaded the beta tester's pack, but it seemed like some kind of language pack, so I didn't bother playing with it. What do I have to do?
Mike_73 is offline   Reply With Quote
Old 05-16-2010, 04:32 PM   #1150
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
Mike_73
It's language + bugfixes.
Simply extract it to SD card.
kartu is offline   Reply With Quote
Old 05-16-2010, 08:54 PM   #1151
thawk
Connoisseur
thawk began at the beginning.
 
Posts: 57
Karma: 10
Join Date: Oct 2008
Device: prs 505
Updated translation for SimplifiedChinese.

We use "第1页" instead of "page 1" in book history function. Could it be possible to add a function to handle this?
Attached Files
File Type: zip SimplifiedChinese.zip (6.1 KB, 160 views)
thawk is offline   Reply With Quote
Old 05-16-2010, 09:13 PM   #1152
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,577
Karma: 145863177
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
If I was to install the 1.1.1 beta, can I not install certain features like the games and the dictionary?
JSWolf is offline   Reply With Quote
Old 05-17-2010, 02:22 AM   #1153
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
thawk
Not easily. Function would have to be added to all translations then.
Isn't there any understandable <word> <page number> combination?

JSWolf
Quote:
If I was to install the 1.1.1 beta, can I not install certain features like the games and the dictionary?
I don't see why anyone would do it (since mentioned functionality doens't "cost" anything), but this is possible using prs+ build script.
kartu is offline   Reply With Quote
Old 05-17-2010, 04:00 AM   #1154
thawk
Connoisseur
thawk began at the beginning.
 
Posts: 57
Karma: 10
Join Date: Oct 2008
Device: prs 505
Quote:
Originally Posted by kartu View Post
thawk
Not easily. Function would have to be added to all translations then.
Isn't there any understandable <word> <page number> combination?
I think we all know what "页 100" means It's not a critical problem, just a bit
unnatural. You can handle it when you have time.
thawk is offline   Reply With Quote
Old 05-17-2010, 06:29 AM   #1155
thawk
Connoisseur
thawk began at the beginning.
 
Posts: 57
Karma: 10
Join Date: Oct 2008
Device: prs 505
kartu
Maybe it's a bug: with "skip book menu" on, when "menu" button is pressed, it returns to the "book history" menu instead of book menu. So, how can we enter the book menu?
thawk is offline   Reply With Quote
Reply


Forum Jump

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


All times are GMT -4. The time now is 02:30 PM.


MobileRead.com is a privately owned, operated and funded community.