Reply
Thread Tools
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#241
Originally Posted by tangent View Post
Nevermore btrfs mircoSD and extra tinkering.[/LEFT]
It needs to btrfs formatted for that android data offloading thing to work ? Can't you just format it with EXT4 ?
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 
Posts: 594 | Thanked: 1,094 times | Joined on Aug 2012 @ Rhine
#242
Originally Posted by MartinK View Post
It needs to btrfs formatted for that android data offloading thing to work ? Can't you just format it with EXT4 ?
yes you can. i use ext4, but the problem with the point of time to do the mounting is the same i guess... since U11 a lot of dalvik stuff is mounted relatively late, so you need to mount your own stuff after that. it should work, when you mount it by CLI after the complete booting / mounting stuff is ready.
 
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#243
Originally Posted by Leinad View Post
yes you can. i use ext4, but the problem with the point of time to do the mounting is the same i guess... since U11 a lot of dalvik stuff is mounted relatively late, so you need to mount your own stuff after that. it should work, when you mount it by CLI after the complete booting / mounting stuff is ready.
If the Android stuff is launched by a systemd unit, then maybe making a custom unit and using the After= directive to make it start after the Android unit is done might work.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following User Says Thank You to MartinK For This Useful Post:
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#244
Originally Posted by MartinK View Post
I think the bigger issue is that third party Harbor apps can't use the global application settings menu, so most app develpers don't use it and users don't know where it is because no applications use it.
Yes, there is the problem with consistency. But divorcing applications from their own settings is a terrible idea in the first place. Global settings is the place for general UI and OS settings, not for things that have their own place. I hate it when I have to open another application just to clear the browsing history.
__________________
Русский военный корабль, иди нахуй!
 

The Following 3 Users Say Thank You to pichlo For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#245
The nicest thing really was that I didn't have to reinstall crond after the update. I kind of thought the update would mess up all the self-installed "extra" services.

No complaints yet, I think the biggest improvements are on the browser. No copy/paste though yet, needed to patch that again.
 

The Following User Says Thank You to juiceme For This Useful Post:
Posts: 139 | Thanked: 176 times | Joined on Oct 2012
#246
Update went fine here. All good.
 
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#247
Yeah, Browser has received a facelift but the three major faults have not been fixed yet: no copy, tabs reloading and tabs reusing when following a link from an email etc. I thought I'd give it a chance but bah. Back to Webcat.
__________________
Русский военный корабль, иди нахуй!
 

The Following User Says Thank You to pichlo For This Useful Post:
Posts: 229 | Thanked: 725 times | Joined on Sep 2010 @ Permanent cruiser - either water- or motorways
#248
Originally Posted by Leinad View Post
you just need to mount the android stuff later than before. i got it solved on my devices, but i'm not at a computer right now. can post my solution tomorrow
yes please - I'm trying to find a solution for a while now but mount the card and starting the .service fails - tried to modify .service with a few different "After=****.target" but nu success ...
 
Posts: 594 | Thanked: 1,094 times | Joined on Aug 2012 @ Rhine
#249
here is my mount-android.service:

Code:
[Unit]
Description=mount android stuff to sdcard
After=init-done.service

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/sbin/mount-android.custom.sh add %i
ExecStop=/usr/sbin/mount-android.custom.sh remove %i

[Install]
WantedBy=graphical.target
i don't know, if this is perfect, but it works for me
improvement proposals are welcome.

please note, that this is only used for android stuff. i'm using another service for mounting home stuff.
until U11 both was mounted with the same service, but i had to separate it after U11.

df -h now looks like this:
Code:
[nemo@Jolla ~]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
rootfs                 14G  2.7G   11G  20% /
/dev/mmcblk0p28        14G  2.7G   11G  20% /
devtmpfs              404M   64K  404M   1% /dev
tmpfs                 405M  8.5M  397M   3% /dev/shm
tmpfs                 405M   59M  347M  15% /run
tmpfs                 405M     0  405M   0% /sys/fs/cgroup
tmpfs                 405M   16K  405M   1% /tmp
/dev/mmcblk0p19       7.9M  4.1M  3.9M  52% /drm
/dev/mmcblk0p18        64M   45M   20M  70% /firmware
/dev/mmcblk0p25       7.9M  4.2M  3.8M  53% /persist
/dev/mmcblk0p28        14G  2.7G   11G  20% /home
/dev/mmcblk0p9         48M  7.4M   40M  16% /var/systemlog
tmpfs                 405M     0  405M   0% /mnt/asec
tmpfs                 405M     0  405M   0% /mnt/obb
/dev/mmcblk1p1         59G   15G   42G  26% /mnt/sd
/dev/mmcblk1p1         59G   15G   42G  26% /home/nemo
/dev/mmcblk0p28        14G  2.7G   11G  20% /opt/alien/bin
/dev/mmcblk0p28        14G  2.7G   11G  20% /opt/alien/sbin
/dev/mmcblk0p28        14G  2.7G   11G  20% /opt/alien/lib
/dev/mmcblk0p28        14G  2.7G   11G  20% /opt/alien/usr
/dev/mmcblk0p28        14G  2.7G   11G  20% /opt/alien/var
/dev/mmcblk0p28        14G  2.7G   11G  20% /opt/alien/etc
tmpfs                 405M   16K  405M   1% /opt/alien/tmp
/dev/mmcblk0p28        14G  2.7G   11G  20% /opt/alien/home
/dev/mmcblk0p28        14G  2.7G   11G  20% /opt/alien/vendor
/dev/mmcblk0p28        14G  2.7G   11G  20% /opt/alien/data
devtmpfs              404M   64K  404M   1% /opt/alien/dev
tmpfs                 405M  8.5M  397M   3% /opt/alien/dev/shm
tmpfs                 405M     0  405M   0% /opt/alien/sys/fs/cgroup
tmpfs                 405M   59M  347M  15% /opt/alien/run
/dev/mmcblk0p28        14G  2.7G   11G  20% /opt/alien/system_jolla
/dev/mmcblk1p1         59G   15G   42G  26% /data/media
/dev/mmcblk1p1         59G   15G   42G  26% /opt/alien/data/media
/dev/mmcblk1p1         59G   15G   42G  26% /data/data/com.whatsapp
/dev/mmcblk1p1         59G   15G   42G  26% /opt/alien/data/data/com.whatsapp
/dev/fuse              59G   15G   42G  26% /opt/alien/home/nemo/android_storage
/dev/fuse              59G   15G   42G  26% /home/nemo/android_storage
all this /opt/alien/ (marked bold) mountig is new in U11.

i use bind mounts and ext4, no btrfs, but i guess u can use the same service file with btrfs...

Last edited by Leinad; 2015-02-21 at 00:07.
 

The Following User Says Thank You to Leinad For This Useful Post:
HtheB's Avatar
Moderator | Posts: 3,716 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#250
Originally Posted by pichlo View Post
Back to Webcat.
Consider WebPirate... You will fall in love with the UI
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 
Reply

Tags
bada rocks, not again!, tags suck!, yes again!


 
Forum Jump


All times are GMT. The time now is 23:01.