Register Guidelines E-Books Search Today's Posts Mark Forums Read

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

Notices

Reply
 
Thread Tools Search this Thread
Old 07-28-2012, 03:47 PM   #3826
srs
Member
srs has a complete set of Star Wars action figures.srs has a complete set of Star Wars action figures.srs has a complete set of Star Wars action figures.
 
Posts: 19
Karma: 258
Join Date: Sep 2011
Device: sony prs 300
Hi Mark,

Adding a book to the "Digital Editions/Thumbnails" caused the book to not show up. That was easy
srs is offline   Reply With Quote
Old 07-28-2012, 04:00 PM   #3827
srs
Member
srs has a complete set of Star Wars action figures.srs has a complete set of Star Wars action figures.srs has a complete set of Star Wars action figures.
 
Posts: 19
Karma: 258
Join Date: Sep 2011
Device: sony prs 300
One thing I notice, however, is that browse folders doesn't show the proper title / author of these books unless I open them once.
srs is offline   Reply With Quote
Advert
Old 07-28-2012, 04:01 PM   #3828
Mark Nord
2B || !2B
Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.
 
Posts: 851
Karma: 194010
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
Quote:
Originally Posted by srs View Post
Hi Mark,

Adding a book to the "Digital Editions/Thumbnails" caused the book to not show up. That was easy
Wow, that I call a quick response!

If you are comfortable with using a beta-pack (see here) you can add this code-snipped
Code:
	// setup custom ignoreDirs 
	//PARAMS.bootLog("ignoreDirs" + FskCache.diskSupport.ignoreDirs);
	var result, lines, i;
	try {
		if (FileSystem.getFileInfo(PARAMS.Core.config.userDontScanPath)) {
			result = PARAMS.getFileContent(PARAMS.Core.config.userDontScanPath);
			lines = result.split("\r\n");
			if (lines) {
				for (i=0; i<lines.length; i++) {
					if ((lines[i].indexOf("#")) === -1 && (lines[i].length)) {
						FskCache.diskSupport.ignoreDir(lines[i]);
					}
				}	
			
			}
		}
	}
	catch (ee) {
		PARAMS.bootLog("error applying ignoreDirs " + ee);
	};
in 300_bootstrap.js and place the configuration file "dontscan.cfg" into /database/system/PRSPlus/

I will neverless add the code to 300_Bootstrap.js with my next push.
(Sunday should be rainy here south of Vienna, so maybe its up tomorrow night)
Mark Nord is offline   Reply With Quote
Old 07-28-2012, 04:04 PM   #3829
Mark Nord
2B || !2B
Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.Mark Nord can program the VCR without an owner's manual.
 
Posts: 851
Karma: 194010
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
Quote:
Originally Posted by srs View Post
One thing I notice, however, is that browse folders doesn't show the proper title / author of these books unless I open them once.
That is to be expected, as the files meta-data isn't pre-scanned and added to the database (which is also used by BrowseFolders)

1) I suggest to use a proper file-name.

2) after opening, the book will also show up in regualr book-node, until the next restart or USB-connnect/disconnect cycle.

Last edited by Mark Nord; 07-28-2012 at 04:06 PM. Reason: typo
Mark Nord is offline   Reply With Quote
Old 07-28-2012, 04:11 PM   #3830
srs
Member
srs has a complete set of Star Wars action figures.srs has a complete set of Star Wars action figures.srs has a complete set of Star Wars action figures.
 
Posts: 19
Karma: 258
Join Date: Sep 2011
Device: sony prs 300
Ok, that shouldn't be too bad with a good filename.

Even better, the books don't show up in the regular book-node after opening them. They do show in the file history which suits me just perfectly.

I will eagerly await your build as I'll be more comfortable with an "official" build.

Thanks
srs is offline   Reply With Quote
Advert
Old 08-17-2012, 08:11 AM   #3831
Analogus
Fanatic
Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.
 
Analogus's Avatar
 
Posts: 568
Karma: 2170348
Join Date: Apr 2011
Device: 2x Sony PRS-350; PRS-300 (†), Paperwhite (†), Voyage
Question to the developers:

Is there any information/progress for the flashcard-application?

The option to disable page-flashing would be nice to have. Sadly I have no glue where and how to search for such option. Any ideas?

A.

Last edited by Analogus; 08-17-2012 at 08:15 AM.
Analogus is offline   Reply With Quote
Old 08-18-2012, 02:59 AM   #3832
BenChen
EPUB Metadata ******
BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.
 
Posts: 522
Karma: 26874
Join Date: Dec 2010
Device: Kobo Glo HD
Quote:
Originally Posted by Analogus View Post
Question to the developers:

Is there any information/progress for the flashcard-application?

The option to disable page-flashing would be nice to have. Sadly I have no glue where and how to search for such option. Any ideas?

A.
Hi Analogus,

We don't want to add any more applications until we can get rid of the instability problem. Consequently, nothing has been done regarding a flashcard app.

As for page-flashing, it seems the trigger for this is deeply embedded in a system file. If it had been purely handled by javascript code we might have been able to stop it. But as it is, short of patching, nothing can be done about this either, sorry!

Sincerely,
Ben.
BenChen is offline   Reply With Quote
Old 08-18-2012, 08:37 AM   #3833
Analogus
Fanatic
Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.
 
Analogus's Avatar
 
Posts: 568
Karma: 2170348
Join Date: Apr 2011
Device: 2x Sony PRS-350; PRS-300 (†), Paperwhite (†), Voyage
Hi Ben

Thanks. You confirm what I already fear.

A.
Analogus is offline   Reply With Quote
Old 08-31-2012, 02:46 AM   #3834
dennisMe
Junior Member
dennisMe began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Aug 2011
Device: kindle3
The excellent "Anki" app works if you need flash cards. I use it almost on a daily basis.
dennisMe is offline   Reply With Quote
Old 08-31-2012, 02:57 AM   #3835
Analogus
Fanatic
Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.
 
Analogus's Avatar
 
Posts: 568
Karma: 2170348
Join Date: Apr 2011
Device: 2x Sony PRS-350; PRS-300 (†), Paperwhite (†), Voyage
Thanks

But this will not work - SONY PRS X50 line doesn't use ANDROID.
It uses a proprietary operating system on LINUX basis. It is not possible simple 'installing' apps or whatever else. That's the big disadvantage of SONY readers prior the T1.

A
Analogus is offline   Reply With Quote
Old 09-01-2012, 02:58 PM   #3836
bunjibear
Member
bunjibear began at the beginning.
 
bunjibear's Avatar
 
Posts: 14
Karma: 10
Join Date: Aug 2007
Location: Houston, TX
Device: Sony PRS-650 & PRS350 -Kindle Fire HD
Deleting Books

PRS650. using both the Alpha & Zork Versions - When I'm finished reading a book and hit delete book "yes" - the PRS 650 locks up and I have to reset and reboot. After the reboot the book has been deleted. Any suggestions. Thanks
bunjibear is offline   Reply With Quote
Old 09-01-2012, 06:05 PM   #3837
kranenborg
Junior Member
kranenborg has a complete set of Star Wars action figures.kranenborg has a complete set of Star Wars action figures.kranenborg has a complete set of Star Wars action figures.kranenborg has a complete set of Star Wars action figures.kranenborg has a complete set of Star Wars action figures.
 
Posts: 2
Karma: 468
Join Date: Sep 2012
Location: Uppsala, Sweden
Device: PRS-650 (silver)
Hi,

This is my first post on this forum, I am a very happy owner of a PRS-650 and have successfully installed PRS+ on it a week ago (2.1 alpha). The PRS-650 is beautifully finished hardware, the PRS+ completes it through all its finetuning options and extra actions and makes it a perfectly personalized device which in my opinion can compete well with the new PRS-T2 (From the video reviews it seems to me that Linux-based PRS+ is faster than the Android T1 and T2). I think all PRS+ contributors deserve great credit for its development, and I hope PRS+ will continue to evolve over a long time. I am not a Linux specialist but I hope I can contribute by giving feedback on the PRS+ applications.

Regarding this I have two suggestions for the Calendar function:

1. The keyboard that pops up when specifying a task. I feel that the very small keys (probably because their number is very large since apart from alphabetic characters symbol keys are included as well) make it very difficult to enter a text which contains most of the characters intended, in many cases I mistype or do not get the characters in at all. Would it be possible to use the standard sony-style keyboard here (or a close equivalent) with the large square keys (= maximum touch area per key)? That one I can use to type at very high speeds. I think it is sufficient to have only the standard alphabet keys on the main layout. The type speeds counts particlularly for a calender function since one is generally in a rush at the end of a meeting when the data has to be entered.

2. Would it be possible to add a task for a selectable number of days in a row? That would be a very useful addition to me.

Best regards,
Jurjen

Last edited by kranenborg; 09-01-2012 at 06:22 PM.
kranenborg is offline   Reply With Quote
Old 09-02-2012, 06:56 AM   #3838
Analogus
Fanatic
Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.
 
Analogus's Avatar
 
Posts: 568
Karma: 2170348
Join Date: Apr 2011
Device: 2x Sony PRS-350; PRS-300 (†), Paperwhite (†), Voyage
@bunjibear

I do not have this problem on my 350 (latest ZORK). I presume this could be releated to specific books.

Suggestions:

1) Do you have the latest version of PRS+ or/and ZORK? If not, upgrade!

2) Did you test it with other books? Try it if not.

3) HOW do you delete the book? WITHIN the book or OUTSIDE the book? Try deleting books from outside (over file explorer or collections)

A.
Analogus is offline   Reply With Quote
Old 09-02-2012, 12:52 PM   #3839
bunjibear
Member
bunjibear began at the beginning.
 
bunjibear's Avatar
 
Posts: 14
Karma: 10
Join Date: Aug 2007
Location: Houston, TX
Device: Sony PRS-650 & PRS350 -Kindle Fire HD
Yes, I have latest versions installed and have tried it with other books. I normally delete within book (last page of book). Will try outside book as you recommend. Thanks
bunjibear is offline   Reply With Quote
Old 09-08-2012, 01:01 PM   #3840
cuse845
Junior Member
cuse845 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Sep 2012
Device: Sony PRS 600
Hi: It was recommended I ask the question here from https://www.mobileread.com/forums/sho...30#post2214430

I ended up running the flasher from the internal drive and then external drive on the Sony PRS600.

Now the problem is:
The flasher runme says.

....connecting
....checking recovery system
...error 601
...press any key to continue
which then just boots out

on the ereader: it says
updating firmware now
but it is just hung...how long should it take?

the computer recognizes drive I: the internal drive but does not recognize SD drives.
I cannot copy anything onto to drive I. It says"please insert a disk into removable disk (I"

Please help
Thanks
cuse845 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 03:45 AM.


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