View Single Post
Old 06-09-2008, 07:09 AM   #87
Clemenseken
eWriter
Clemenseken can program the VCR without an owner's manual.Clemenseken can program the VCR without an owner's manual.Clemenseken can program the VCR without an owner's manual.Clemenseken can program the VCR without an owner's manual.Clemenseken can program the VCR without an owner's manual.Clemenseken can program the VCR without an owner's manual.Clemenseken can program the VCR without an owner's manual.Clemenseken can program the VCR without an owner's manual.Clemenseken can program the VCR without an owner's manual.Clemenseken can program the VCR without an owner's manual.Clemenseken can program the VCR without an owner's manual.
 
Clemenseken's Avatar
 
Posts: 267
Karma: 175607
Join Date: May 2007
Location: Frankfurt, FRG
Device: PB-IQ / Sony PRS-500
Arrow Values for models "PRS500"

Hi @ Lisak and G@O!
Quote:
Originally Posted by lisak View Post
Well, I personaly don't have the access to 500 model, so any serious work/testing would have to be done by somebody else.
As obviously you cannot test your modified version on a PRS500 I tried to collect information for such a version, and attached a suitable "skinMain500.png".

The array in autorun.js must be:
Code:
target.keyMap = new Array(
	new Array('w','s','x'),
	new Array('e','d','c'),
	new Array('r','f','v'),
	new Array('t','g','b'),
	new Array('y','h','n'),
	new Array('u','j','m'),
	new Array('i','k','CD'),
	new Array('o','l','CLR'),
	new Array('p',' ','BS'),
	new Array('q','a','z')		);
Then your functions "clearLines" and "printLines" (and maybe others) need be reduced to 6 text lines. These lines are longer ("lineLength" about "50"?) each than in the 505 version (see autorun.xml).

In your function "arrowKey" "lineCursor.changeLayout" should (hopefully) be:
(541, undefined, undefined, 553+ this.xCol *48, undefined, undefined)
Maybe "this.xCol *48" needs a correction, though...

The positions for text lines in autorun.xml should be:
Quote:
<!-- At top defined "id=sometext" has size="48" (instead of "40").
(L/R/T/H) "inputLine": 50/30/85/60
(TOP) "line1".."line6": 200,235,270,305,340,375
(L/R/H) "line1".."line6": 45/30/60
"statusLine": not defined - see "skinMain500.png".-->
You can of course run a PRS500 app/layout on your PRS505. It just feels a little "funny".
I hope to have made an easy adaption for us "505 oldies" possible. For more information just ask me. THANX!
Attached Thumbnails
Click image for larger version

Name:	skinMain500.png
Views:	441
Size:	27.8 KB
ID:	13368  
Clemenseken is offline   Reply With Quote