|
|
2014-01-06
, 21:41
|
|
Posts: 202 |
Thanked: 440 times |
Joined on Jul 2012
@ Germany - Potsdam
|
#2462
|
I formatted my sdxc 64Gb card to Btrfs -filesystem in Jolla. Everything went okay and after manual mounting happily moved all my music and pic files back to card from /home/nemo/...
I also changed the /usr/sbin/mount-sd.sh script according instructions in Jollausers.forum (it might be also here in TMO) and now the mounting of btrfs-card does not fail when rebooting.
Jolla SD card
I still have to make a soft link from sdcard to Music and Picture folders to be able to use them with Media or Gallery. Maybe some update will fix this one.
#!/bin/bash
SDCARD=/dev/sdcard
DEF_UID=$(grep "^UID_MIN" /etc/login.defs | tr -s " " | cut -d " " -f2)
DEF_GID=$(grep "^GID_MIN" /etc/login.defs | tr -s " " | cut -d " " -f2)
DEVICEUSER=$(getent passwd $DEF_UID | sed 's/:.*//')
MNT=/run/user/$DEF_UID/media/sdcard
if [ "$ACTION" = "add" ]; then
if [ -b /dev/mmcblk1p1 ]; then
ln -sf /dev/mmcblk1p1 $SDCARD
elif [ -b /dev/mmcblk1 ]; then
ln -sf /dev/mmcblk1 $SDCARD
else
exit $?
fi
su $DEVICEUSER -c "mkdir -p $MNT"
# mount $SDCARD $MNT -o uid=$DEF_UID,gid=$DEF_GID
case "${ID_FS_TYPE}" in
vfat|ntfs|exfat)
mount $SDCARD $MNT -o uid=$DEF_UID,gid=$DEF_GID
mount -o bind /run/user/100000/media/sdcard/.android /data/sdcard
;;
*)
mount $SDCARD $MNT
chown $DEVICEUSER: $MNT
mount -o bind /run/user/100000/media/sdcard/.android /data/sdcard
;;
esac
else
umount /data/sdcard
umount $SDCARD
if [ $? = 0 ]; then
rm -f $SDCARD
else
umount -l $MNT
rm -f $SDCARD
fi
fi
|
|
2014-01-06
, 21:43
|
|
|
Posts: 1,309 |
Thanked: 1,187 times |
Joined on Nov 2008
|
#2463
|
Yes thats the case in big cooperation. But Jolla is small company thats big difference.
Actually they really need to make more operators onboard on current phone if they had to survive even with one phone is my guess...
And it may happen or may not depend on how Jolla get attention now. But they can't do a second device themselfs I really doubt....
Its reality of business where big players eating the small. Whatever we like it or not...
|
|
2014-01-07
, 04:16
|
|
Moderator |
Posts: 5,320 |
Thanked: 4,464 times |
Joined on Oct 2009
|
#2464
|
| The Following 4 Users Say Thank You to jalyst For This Useful Post: | ||
|
|
2014-01-07
, 07:36
|
|
Posts: 201 |
Thanked: 410 times |
Joined on Dec 2013
|
#2465
|
|
|
2014-01-07
, 07:50
|
|
Community Council |
Posts: 4,902 |
Thanked: 12,827 times |
Joined on May 2012
@ Southerrn Finland
|
#2466
|
I think you are wrong. Me and also jolla hoping for a real hardware manufacturer but if jolla fails to convince anyone they have to act and announce the jPhone ll. I'm confident that they will and if they don't they will stay as this great but very small company during its entire lifetime.
| The Following User Says Thank You to juiceme For This Useful Post: | ||
|
|
2014-01-07
, 08:48
|
|
Posts: 162 |
Thanked: 91 times |
Joined on Jan 2010
@ poor Slovenia
|
#2467
|
|
|
2014-01-07
, 08:56
|
|
Posts: 168 |
Thanked: 143 times |
Joined on Nov 2012
|
#2468
|
Maybe they can upgrade with a super other half Atleast because this is how I look at my jPhone now
http://i0.kym-cdn.com/photos/images/...70/485/b1f.gif
I think you are wrong. Me and also jolla hoping for a real hardware manufacturer but if jolla fails to convince anyone they have to act and announce the jPhone ll. I'm confident that they will and if they don't they will stay as this great but very small company during its entire lifetime.
| The Following 2 Users Say Thank You to parasemic For This Useful Post: | ||
|
|
2014-01-07
, 11:26
|
|
Posts: 46 |
Thanked: 20 times |
Joined on Mar 2013
@ In the Arctic part of Norway
|
#2469
|
|
|
2014-01-07
, 20:40
|
|
Posts: 62 |
Thanked: 73 times |
Joined on Jun 2010
|
#2470
|
![]() |
| Tags |
| jolla, review, sailfish, the other half, user experience |
| Thread Tools | |
|
Do something for the climate today! Anything!
I don't trust poeple without a Nokia n900...I'm also supporting Apple 2016 or until Jolla fully refund or ship the jPad to all backers and supports!
"waited over a year for no tablet – and then the same again for potential refund? inspires confidence!"
Last edited by Dave999; 2014-01-06 at 21:36.