Thread: PRS-T1 Kindle App on T1 Question
View Single Post
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