|  10-09-2012, 10:22 AM | #3871 | 
| Grand Sorcerer            Posts: 6,686 Karma: 12595249 Join Date: Jun 2009 Location: Madrid, Spain Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2 | 
			
			Sorry about the short explanations, but I explain myself very bad in Spanish, you can guess in English    | 
|   |   | 
|  10-09-2012, 03:23 PM | #3872 | 
| Addict            Posts: 318 Karma: 1846 Join Date: Dec 2009 Device: PRS-505 | 
			
			I have installed the new modifications on prs 505 and they run ok, the only problem is the maximun capacity of the installer using the 3d icons, the capacity goes beyond the maximun. I don't know it is possible to make the same that on prs 300 was made. thanks PD: Can somebody explain me something about the merry actions? Last edited by VICTORSJG; 10-09-2012 at 04:22 PM. | 
|   |   | 
|  10-10-2012, 05:09 AM | #3873 | 
| 2B || !2B            Posts: 854 Karma: 327896 Join Date: Feb 2010 Location: Austria Device: Sony PRS505/650/T1/tolino vision 5 | |
|   |   | 
|  10-10-2012, 07:54 AM | #3874 | |
| Addict            Posts: 318 Karma: 1846 Join Date: Dec 2009 Device: PRS-505 | Quote: 
 is there any program to extrat both zip and rar files, without need two different programs? pd: with the new modifications on statusbar_pageindex, selecting VALUE_CHAPTER to select the pages left to the next chapter, in the last page of the each chapter show (0) pages left, the before version nothing was shown (only when pages left was greater than 1). Last edited by VICTORSJG; 10-10-2012 at 08:28 AM. | |
|   |   | 
|  10-10-2012, 11:09 AM | #3875 | 
| 350 Hoarder            Posts: 3,587 Karma: 8281267 Join Date: Dec 2010 Location: Midwest USA Device: Sony PRS-350, Kobo Glo & Glo HD, PW2 | 
			
			7zip will handle both zip and rar files.   I recently ran into a file with the .mzp extension, and it seems that only a pay program, WinArchiver, can extract .mzp... talk about annoying. I installed a trial version, unzipped the .mzp file with it, and deleted the trial. | 
|   |   | 
|  10-10-2012, 11:32 AM | #3876 | |
| Addict            Posts: 318 Karma: 1846 Join Date: Dec 2009 Device: PRS-505 | Quote: 
 To optimeze the size of the pictures i've compressed with Photoshopt using png-8, menu file --- save for web and devices -- select png-8, on the reader It isn't seem the changes. | |
|   |   | 
|  10-10-2012, 03:05 PM | #3877 | |
| 350 Hoarder            Posts: 3,587 Karma: 8281267 Join Date: Dec 2010 Location: Midwest USA Device: Sony PRS-350, Kobo Glo & Glo HD, PW2 | 
			
			I no longer have 7zip installed to test it myself, but I do know I have used it in the past to open zip and rar files, but I took this from their website: Quote: 
 | |
|   |   | 
|  10-10-2012, 03:53 PM | #3878 | 
| Addict            Posts: 318 Karma: 1846 Join Date: Dec 2009 Device: PRS-505 | 
			
			I want to use it on prs 505 not on my pc. this is the difference
		 | 
|   |   | 
|  10-11-2012, 01:57 AM | #3879 | 
| Guru            Posts: 877 Karma: 2676800 Join Date: Aug 2008 Location: Taranaki - NZ Device: Kobo Aura H2O, Kobo Forma | 
				
				Help!!
			 
			
			I'm trying to build the latest version of PRS+ 2.1 to my 650. I got as far as running "ant" in the build folder, but then got a whole lot of errors. Can anyone help? Code: C:\PRSPlus-Latest\hg\build>ant
Buildfile: C:\PRSPlus-Latest\hg\build\build.xml
buildAll:
clear:
   [delete] Deleting directory C:\PRSPlus-Latest\hg\build\tmp
build.lang:
   [script] Readme
   [script] PRS_
   [script] Found 624 rows
buildCore:
    [mkdir] Created dir: C:\PRSPlus-Latest\hg\build\tmp\core\lang
    [mkdir] Created dir: C:\PRSPlus-Latest\hg\build\tmp\core\compat
     [echo] Combine core files
    [mkdir] Created dir: C:\PRSPlus-Latest\hg\build\tmp\core1
     [echo] Copying compat/bootstrap & prsp.js
     [copy] Copying 8 files to C:\PRSPlus-Latest\hg\build\tmp\core
     [echo] Optimizing combined core & compat with yui
     [echo] Optimizing files in folder tmp/core with yui
BUILD FAILED
C:\PRSPlus-Latest\hg\build\build.xml:120: The following error occurred while executing this line:
C:\PRSPlus-Latest\hg\build\build.xml:218: The following error occurred while executing this line:
C:\PRSPlus-Latest\hg\build\build.xml:481: java.lang.StringIndexOutOfBoundsException: String index out of range: 3161
        at java.lang.String.substring(String.java:1955)
        at com.yahoo.platform.yui.compressor.JavaScriptCompressor.printSourceString(JavaScriptCompressor.java:267)
        at com.yahoo.platform.yui.compressor.JavaScriptCompressor.parse(JavaScriptCompressor.java:330)
        at com.yahoo.platform.yui.compressor.JavaScriptCompressor.<init>(JavaScriptCompressor.java:533)
        at net.noha.tools.ant.yuicompressor.tasks.YuiCompressorTask.createJavaScriptCompressor(YuiCompressorTask.java:166)
        at net.noha.tools.ant.yuicompressor.tasks.YuiCompressorTask.compressFile(YuiCompressorTask.java:146)
        at net.noha.tools.ant.yuicompressor.tasks.YuiCompressorTask.execute(YuiCompressorTask.java:100)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:398)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:392)
        at org.apache.tools.ant.Target.performTasks(Target.java:413)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
        at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:392)
        at org.apache.tools.ant.Target.performTasks(Target.java:413)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:811)
        at org.apache.tools.ant.Main.startAnt(Main.java:217)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Total time: 6 seconds
C:\PRSPlus-Latest\hg\build>Thank you. | 
|   |   | 
|  10-11-2012, 03:28 AM | #3880 | 
| 2B || !2B            Posts: 854 Karma: 327896 Join Date: Feb 2010 Location: Austria Device: Sony PRS505/650/T1/tolino vision 5 | 
			
			sherman did you, by chance, update ant dependencies? As described unter Optional Tasks in the ant-intallation manual? If so, delete your ant folder and unpack a new one, skip the command Code: ant -f fetch.xml -Ddest=[option] | 
|   |   | 
|  10-11-2012, 03:55 AM | #3881 | |
| Guru            Posts: 877 Karma: 2676800 Join Date: Aug 2008 Location: Taranaki - NZ Device: Kobo Aura H2O, Kobo Forma | Quote: 
 It works now. | |
|   |   | 
|  10-11-2012, 05:44 AM | #3882 | 
| Is that a sandwich?            Posts: 8,313 Karma: 103930826 Join Date: Jun 2010 Device: Nook Glowlight Plus | 
			
			Complete battery drain overnight with a 650. Will return to 2.0.18. Analgous, will your custom fonts work with this version? | 
|   |   | 
|  10-11-2012, 02:19 PM | #3883 | 
| 2B || !2B            Posts: 854 Karma: 327896 Join Date: Feb 2010 Location: Austria Device: Sony PRS505/650/T1/tolino vision 5 | 
			
			Fbone Please provide some more info: how long are you going with 2.1.01a? have you tried a simple shutdonw/restart or (soft-)reset (reset-button and power on again) direct after the installation of PRS+ or after your problem? are you charging via USB or main-charger? As said many times before, spontaneous battery drain is also reported for stock-reader, and I personaly use PRS+ 2.1.x from the very first day. Only coming once across this. After reboot, there are no further problems. About fonts: fonts for epubs, altered by CSS, will work also in 2.0.18, but you will have to open another book and return to the first one, to apply the change. | 
|   |   | 
|  10-11-2012, 06:00 PM | #3884 | |
| Is that a sandwich?            Posts: 8,313 Karma: 103930826 Join Date: Jun 2010 Device: Nook Glowlight Plus | Quote: 
 Installed 2.1.01 on Oct 6th. I never installed an earlier version. Had to do a shutdown for the fonts to appear. Fully charged on the 7th using USB. Completely discharged on the morning of the 8th. The 650 never went into sleep mode. The last page was still displayed although ghosted. Recharged and shutdown/restarted. I noticed the standby timer is set as "default." I changed it to 1, 5 and 10 minutes and the 650 worked fine on Oct 9th, 10th and today. It could have been a coincidence. I've never experienced a complete drain before but have only used the device a few times in the 2 years of ownership. I never started it in all of 2011. What is the 650's default time to enter sleep? Last edited by Fbone; 10-11-2012 at 06:27 PM. | |
|   |   | 
|  10-12-2012, 12:56 AM | #3885 | 
| EPUB Metadata ******            Posts: 526 Karma: 26874 Join Date: Dec 2010 Device: Kobo Glo HD | |
|   |   | 
|  | 
| 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 |