03-13-2010, 05:22 PM | #31 |
Member
Posts: 14
Karma: 318
Join Date: Mar 2010
Device: PocketBook 360
|
I've just tested the new firmware. The adobeviewer is improved indeed, however, it still takes too long (more than a minute) to open an Adobe Digital Editions epub. Is this a bug or s.th. related to the DRM nature of the file?
P.S. Why does the status bar show the epub page numbers and not the screen page numbers? |
03-13-2010, 08:09 PM | #32 |
(-:
Posts: 667
Karma: 1310
Join Date: Nov 2009
Location: Frankonia
Device: PocketBook 360°,302
|
DRM is something like an encryption. IMHO It is that slow because of the DRM and the "slow" CPU (400 MHz) in the 360.
|
Advert | |
|
03-13-2010, 10:00 PM | #33 |
Member
Posts: 15
Karma: 56
Join Date: Nov 2009
Device: none
|
A quick note about upgrading the firmware and Adobe Digital Editions authorization. Before installing the new firmware I had de-authorized my Pocketbook (Ctrl+Shift+E in Windows, Cmd+Shift+E in Mac - for those interested) and then reauthorized it after upgrading the firmware. However, this is not sufficient. At first I was unable to open any DRM'd epubs on the Pocketbook. After a bit of investigation, I realized that there is a file tucked away in the root directory of the device - /Pocket301/.adobe-digital-editions/device.xml - that is not modified by the firmware upgrade leading to a mismatch between the identity of the device as reported in this file and the expected identity for the ADE authorization.
The solution: 1.) Deauthorize the device. 2.) Delete the directory /Pocket301/.adobe-digital-editions/ 3.) Unmount and remount the device (Not sure if this is necessary, but it couldn't hurt) 4.) Re-authorize the device. This should recreate the directory and, more importantly, the file device.xml with the correct firmware information and device identity. 5.) Enjoy reading your fancy DRM'd files. I hope that this is helpful to some folks. Cheers. |
03-14-2010, 04:52 AM | #34 |
eBook Enthusiast
Posts: 85,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
|
All ADE devices show "ePub" page numbers. That's the whole point of them - that they provide a device-independent reference. "Page 20" in a particular book on a Pocketbook 360 will be the same as "Page 20" on a Sony Reader or an iRex DR800.
|
03-14-2010, 06:02 AM | #35 |
Orisa
Posts: 2,000
Karma: 1035571
Join Date: Feb 2010
Location: Ireland
Device: Onyx Poke 5
|
I've made a Spanish translation for the former firmware version. I'd like to update it now that the new FW has come, and as well substitute it for the Spanish official translation which is... seemingly wanting. Is there a way for me to extract the firmware files being in WVista? In the case that couldn't be, could someone post the firmware english version?
Thanks in advance |
Advert | |
|
03-14-2010, 06:59 AM | #36 | |
Wizard
Posts: 3,455
Karma: 10484861
Join Date: May 2006
Device: PocketBook 360, before it was Sony Reader, cassiopeia A-20
|
Quote:
Step 1. install third party application poterm - terminal emulator for PocketBook Step 2. Make yourself familiar with the very, very basic Unix commands ls, pwd, cd, cp, df Code:
ls - list the contents of the directory. If there is no parameter list contents of current directory, otherwise list directory that follows the ls command. Example ls /mnt/ext1 pwd - print (give on screen) name of current directory cd - change the current directory cp - copy file. In our case cp * /mnt/ext1 copies all files from current directory to /mnt/ext1 directory (here is mounted what you see as contents of the main memory when you connect PocketBook to the PC) df - print where various partitions are mounted. I have used this to find out where the "main memory" partition is mounted Start terminal emulator and enter following commands Code:
/bin/ash: can't access tty; job control turned off BusyBox v1.12.2 (2009-01-04 17:45:10 EET) built-in shell (ash) Enter 'help' for a list of built-in commands. $ pwd / $ ls bin dev ebrmain etc lib linuxrc lost+found mnt proc sbin sys tmp usr var $ cd ebrmain $ ls bin config fonts fsimage.tar.gz language lib logo lost+found pocketbook share themes $ cd lang /bin/ash: cd: can't cd to lang $ cd language $ ls by.txt cz.txt de.txt ee.txt en.txt es.txt fr.txt he.txt keyboard lt.txt lv.txt ru.txt ua.txt $ df Filesystem 1k-blocks Used Available Use% Mounted on rootfs 8192 6156 2036 75% / /dev/root 8192 6156 2036 75% / none 24576 20 24556 0% /tmp none 4096 12 4084 0% /var none 4096 0 4096 0% /dev tmpfs 31684 0 31684 0% /dev/shm /dev/mtdblock5 32768 32768 0 100% /ebrmain /dev/mtdblock6 477896 371248 106648 78% /mnt/ext1 /dev/mmcblk0p1 994944 898688 96256 90% /mnt/ext2 $ ls /mnt/ext1 2009_11_10_test 2009_11_24 2009_11_30 2009_12_10 2010_01_12 2010_01_20 2010_02_02 2010_03_02 Photo Test CZ e games notes screens system $ cp * /mnt/ext1/ cp: omitting directory 'keyboard' $ exit I love Guys From Kiev. They strive to make our lives easier. Unlike the vast majority of other device manufacuters. Step 4. Connect PocketBook to the computer and copy desired files from the main memory. The poterm log file is in directory /games - where the poterm.app is located. Step 5. Upload zip file with extracted files to Mobileread ;-) |
|
03-14-2010, 07:31 AM | #37 |
Orisa
Posts: 2,000
Karma: 1035571
Join Date: Feb 2010
Location: Ireland
Device: Onyx Poke 5
|
Arigato gozaimaishita!
I wish I knew anything about programming... I would feel less out-of-tune some times. However, one of nicest points of this forum is exactly that: hypercompetent geeks like the designers of Calibre and Sigil and people acquainted to open-source helping the average reader, lay in all or most of those matters, to keep enjoying his or her books. K for you ^^ |
03-14-2010, 11:42 AM | #38 |
Member
Posts: 14
Karma: 318
Join Date: Mar 2010
Device: PocketBook 360
|
Thanks for the language files!
I prepared a Bulgarian translation out of them (let's say in a beta state :-) ) There are still some untranslated items. Last edited by mishaikin; 03-15-2010 at 05:00 PM. Reason: updated bg language file |
03-14-2010, 12:13 PM | #39 |
book creator
Posts: 9,656
Karma: 3856660
Join Date: Oct 2008
Location: Luxembourg
Device: Kindle Scribe
|
|
03-14-2010, 12:19 PM | #40 |
Orisa
Posts: 2,000
Karma: 1035571
Join Date: Feb 2010
Location: Ireland
Device: Onyx Poke 5
|
Here is my new Spanish translation.
The Spanish one brought by the Guys from Kiev was actually shameful, I've seen even traces of English and Cyrillic on it, and the new update is not even covered but they just left the English version Is there any way that the one here may be used in new shipments? |
03-14-2010, 12:55 PM | #41 | |
book creator
Posts: 9,656
Karma: 3856660
Join Date: Oct 2008
Location: Luxembourg
Device: Kindle Scribe
|
Quote:
|
|
03-14-2010, 09:39 PM | #42 |
Junior Member
Posts: 5
Karma: 488
Join Date: Aug 2009
Device: Pocketbook 360
|
After updating I'm unable to Hide Panel (the status bar) while in Adobe Viewer. I have a button shortcut assigned to do it and it no longer works. It had worked before I did the upgrade though.
|
03-14-2010, 11:03 PM | #43 | |
Grand Sorcerer
Posts: 11,732
Karma: 128354696
Join Date: May 2009
Location: 26 kly from Sgr A*
Device: T100TA,PW2,PRS-T1,KT,FireHD 8.9,K2, PB360,BeBook One,Axim51v,TC1000
|
Quote:
Cause I haven't updated and it doesn't work in Adobe Viewer for me. Never did. For me, it only works in FBReader. |
|
03-15-2010, 08:46 AM | #44 | |
Connoisseur
Posts: 56
Karma: 118
Join Date: Mar 2010
Device: PBook301
|
Quote:
Thanks, kacir! It's useful for me too Last edited by jonsbjons; 03-15-2010 at 09:32 AM. |
|
03-15-2010, 09:08 AM | #45 |
Addict
Posts: 314
Karma: 1002965
Join Date: Mar 2006
Location: UK
Device: ILiad. Gen 3, PocketBook 360, Kobo Aura HD, Kindle Oasis 2
|
The firmware upgrade links are not working for me so I went directly to PBGlobal. But they have only the November release 101.14.2
Any suggestions? |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Firmware Update Instructions and the latest Firmware Versions | mitchwah | Ectaco jetBook | 113 | 10-24-2023 10:02 PM |
What I would like to see, regarding firmware | griffonwing | News | 4 | 12-23-2009 11:42 PM |
SMARTQ7: firmware 5 VS .92 firmware 5.1? | wwang | Alternative Devices | 2 | 12-17-2009 01:41 PM |
What I would like in firmware v1.2 | beschuit | Bookeen | 51 | 06-23-2008 07:12 AM |
Firmware | col | Sony Reader | 11 | 06-18-2007 11:11 AM |