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 01-28-2012, 01:08 AM   #1
prst1
Member
prst1 began at the beginning.
 
prst1's Avatar
 
Posts: 25
Karma: 10
Join Date: Jan 2012
Device: Sony PRS-T1
Question Kindle App on T1 Question

When you install the kindle app on the T1, does it need some special folder designated as its library?


Last edited by prst1; 01-28-2012 at 12:09 PM.
prst1 is offline   Reply With Quote
Old 01-28-2012, 03:21 AM   #2
sucah
Connoisseur
sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.
 
Posts: 89
Karma: 485235
Join Date: Aug 2011
Location: Asia
Device: KK 3G, KT 3G, KPW, Odyssey HD, T1, 350, Glo, Mini, Aura HD, KPW2 3G
It is automatic using directory /kindle on main memory, don't know how to move it.
sucah is offline   Reply With Quote
Old 01-28-2012, 03:48 AM   #3
uboot
Evangelist
uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.
 
Posts: 425
Karma: 75216
Join Date: Nov 2011
Location: old europe
Device: Kobo Mini, Tolino Epos 2
That's strange - on my reader, Kindle stores its books in /mnt/sdcard/Sony_Reader/data/data/com.amazon.kindle

But I got the latest version from market....

I had Kindle re-installed several times due to ... errrm ... issues .... and I never lost the library! It always found the books I had there and there was no need to re-download...
uboot is offline   Reply With Quote
Old 01-28-2012, 04:02 AM   #4
sucah
Connoisseur
sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.sucah ought to be getting tired of karma fortunes by now.
 
Posts: 89
Karma: 485235
Join Date: Aug 2011
Location: Asia
Device: KK 3G, KT 3G, KPW, Odyssey HD, T1, 350, Glo, Mini, Aura HD, KPW2 3G
When you connect T1 to PC, the kindle library is \kindle. If you use Root Explorer in your T1, kindle library was /mnt/sdcard/kindle. I am using Kindle.apk version 3.2.0.35.
sucah is offline   Reply With Quote
Old 01-28-2012, 08:42 AM   #5
j0534ng31
Connoisseur
j0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheese
 
Posts: 83
Karma: 1224
Join Date: Dec 2011
Location: Gijon (Spain)
Device: Sony PRS-T1 black
Quote:
Originally Posted by uboot View Post
re-installed several times due to ... errrm ... issues ...



Quote:
Originally Posted by sucah View Post
When you connect T1 to PC, the kindle library is \kindle. If you use Root Explorer in your T1, kindle library was /mnt/sdcard/kindle. I am using Kindle.apk version 3.2.0.35.
You can try:

Code:
mount -o remount,rw /
rm -rf /kindle
ln -s /mnt/sdcard/kindle /kindle
This way, everything is saved into the internal memory.


Or, better than that, if you use a Micro-SD:

Code:
mount -o remount,rw /
rm -rf /kindle /mnt/sdcard/kindle
mkdir /mnt/extsd/kindle
ln -s /mnt/extsd/kindle /kindle
ln -s /mnt/extsd/kindle /mnt/sdcard/kindle
This way, everything is saved into the external Micro-SD card.
j0534ng31 is offline   Reply With Quote
Old 01-28-2012, 11:26 AM   #6
dare
Member
dare has become a pillar of the MobileRead communitydare has become a pillar of the MobileRead communitydare has become a pillar of the MobileRead communitydare has become a pillar of the MobileRead communitydare has become a pillar of the MobileRead communitydare has become a pillar of the MobileRead communitydare has become a pillar of the MobileRead communitydare has become a pillar of the MobileRead communitydare has become a pillar of the MobileRead communitydare has become a pillar of the MobileRead communitydare has become a pillar of the MobileRead community
 
Posts: 18
Karma: 15762
Join Date: Jan 2012
Device: Boyue Likebook Mars
Quote:
Originally Posted by j0534ng31 View Post
Code:
ln -s /mnt/extsd/kindle /mnt/sdcard/kindle
This way, everything is saved into the external Micro-SD card.
Tried the same, also for /data/data/com.amazon.kindle/files/ (where synced books are stored), did it work for you?

The internal sdcard seems to be vfat, so I understand I could run into issues with linking from /mnt/sdcard.

But I also did not succeed in linking from /data/data/com.amazon.kindle/files/ (... kindle being itself linked because I put it physically in /data/sdext2/data/... beforehand) to /mnt/extsd/kindle/files, although here only the link target is FAT32, while the link should be created in the ext3 I have on sdext2.

Any observations anyone?
dare is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kindle app for WebOS & Calibre (collections question) grumpman Library Management 1 12-04-2011 09:33 PM
Kindle app question... Michealj enTourage Archive 5 04-02-2011 10:04 PM
Using Calibre to stock my iPad kindle app - sorting question Kingpinx Library Management 7 01-29-2011 10:57 AM
iPad Kindle app question Tony Szmuk Apple Devices 4 06-07-2010 10:34 AM
Question for owners of iphone with jailbreak and that use the kindle app Mayr Apple Devices 13 11-01-2009 11:14 PM


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


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