Reply
Thread Tools
zlatko's Avatar
Posts: 861 | Thanked: 936 times | Joined on Feb 2010 @ Bulgaria
#61
@Boxeri
Just use simple "stop" option(after reboot it will be ON). You can always start it if you want by issuing "start" command.
 

The Following 3 Users Say Thank You to zlatko For This Useful Post:
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#62
There is also the enable/disable commands to permanently manage services.

Code:
systemctl disable tohd.service
And then use enable if you want it to start on boot again.

Edit: These commands are pretty useless for default services set by Jolla as they're started elsewhere in the systemd scheme, hence the mask command instead. So for tohd.service, and other default services, you better stick with using mask/unmask instead.
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).

Last edited by xerxes2; 2013-12-23 at 18:37.
 

The Following 3 Users Say Thank You to xerxes2 For This Useful Post:
Posts: 738 | Thanked: 819 times | Joined on Jan 2012 @ Berlin
#63
Originally Posted by xerxes2 View Post
There is also the enable/disable commands to permanently manage services.

Code:
systemctl disable tohd.service
And then use enable if you want it to start on boot again.
thanks a lot
__________________
www.sailfishmods.de
 
kimmoli's Avatar
Posts: 562 | Thanked: 2,744 times | Joined on Dec 2013 @ Espoo, Finland
#64
Replying to me

Originally Posted by kimmoli View Post
(btw Does anyone know how to force 3.3V pin powered?)
This is possible from user space after 1.0.2 update is released. (should come "soon")
 

The Following User Says Thank You to kimmoli For This Useful Post:
Posts: 49 | Thanked: 33 times | Joined on Dec 2009 @ Berlin/Germany
#65
Originally Posted by szopin View Post
pkcon install nano (there is also vim, though not sure if pkcon install vim will work as the packages are:
precious vim was already installed on my device when it shipped <3
__________________
Jolla Order Status Spreadsheet
 

The Following User Says Thank You to v2px For This Useful Post:
Posts: 64 | Thanked: 69 times | Joined on Dec 2013 @ Joensuu, Finland
#66
Another report, battery now at 70%, IOW 30% gone after 7 hours (since 13:01 local time). This is a great improvement.

I think I will leave tohd.service disabled until there's an update that addresses this, since I only have one Other Half anyway.
 

The Following 5 Users Say Thank You to jsiren For This Useful Post:
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#67
For default services you should stick with using mask/unmask as disable/enable will probably not work, as they're linked in /usr and not in /etc.
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).
 

The Following 3 Users Say Thank You to xerxes2 For This Useful Post:
Posts: 6 | Thanked: 8 times | Joined on Jan 2011 @ Spain
#68
[root@localhost ~]# systemctl mask --runtime tohd.service; systemctl stop tohd.service
ln -s '/dev/null' '/run/systemd/system/tohd.service'
[root@localhost ~]# ls -l /run/systemd/system/tohd.service
lrwxrwxrwx 1 root root 9 2013-12-23 20:25 /run/systemd/system/tohd.service -> /dev/null
[root@localhost ~]# systemctl list-units | grep tohd
tohd.service masked failed failed tohd.service

Seems that everything is fine.

Now, when charging the battery, the device has a normal temperature.
 
Posts: 64 | Thanked: 69 times | Joined on Dec 2013 @ Joensuu, Finland
#69
Now, when the system has been idling for a while with tohd running, a 20 second (nominally) powertop run reports a power consumption of 955 mW, whereas the same without tohd reports 70 mW. In interactive mode over WLAN I've seen figures as low as 10 mW, I don't know how reliable the measurement is.

Powertop suggests enabling Power Aware CPU scheduler, echo '1' > '/sys/devices/system/cpu/sched_mc_power_savings' - those of you who know the HW and kernel better, do you think that would be safe to do?
 
lkravovicz's Avatar
Posts: 132 | Thanked: 148 times | Joined on Mar 2007 @ Tallinn, Estonia
#70
You don't have to question the tohd tweak. It's real. Totally awesome.
 

The Following 2 Users Say Thank You to lkravovicz For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 20:55.