maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   Sailfish now on 1.0 (Jolla MWC announcement) (https://talk.maemo.org/showthread.php?t=92742)

catbus 2014-03-17 09:26

Re: Sailfish now on 1.0 (Jolla MWC announcement)
 
"Soon"

.....

Maettu 2014-03-17 09:29

Re: Sailfish now on 1.0 (Jolla MWC announcement)
 
Thursday has nothing to do with „early this week”.. and I'm really getting tired of this software version because of its bugs! ..so, I go for Tuesday!

nieldk 2014-03-17 10:10

Re: Sailfish now on 1.0 (Jolla MWC announcement)
 
1 Attachment(s)
Quote:

Originally Posted by juiceme (Post 1416975)
Of course it is possible. Just add that line to a startup script so it will be run when you boot the device.

To change cpu governor at boot, do something like this :)
create /etc/systemd/system/cpug.service:

Code:


# nano /etc/systemd/system/cpug.service

(CTRL+O to save file, CTRL+X to exit nano)

Code:


[Unit]
Description=Change CPU Govenor performance
[Service]
Type=forking
ExecStart=/bin/sh -c "/bin/echo 'performance' > /sys/devices/platform/kgsl-3d0.0/kgsl/kgsl-3d0/pwrscale/trustzone/governor"
# If you install my cpufrequtils
# ExecStart=/usr/bin/cpufreq-set -g performance
 
[Install]
WantedBy=multi-user.target

start the cpug.service:

Code:


# systemctl start cpug.service

enable the cpug.service at boot:

Code:


# systemctl enable cpug.service

I attached the cpug.service file for you.
Remember to rename to cpug.service from cpug.service.txt

Test performance with terminal ;)
https://openrepos.net/content/nieldk/sysbench


cvp 2014-03-17 10:14

Re: Sailfish now on 1.0 (Jolla MWC announcement)
 
early: Monday/Tuesday
middle: Tuesday/Wednesday /Thursday
end: Thursday/Friday
Weekend: Sa/Su

:p


@nieldk

thanks for the How-To

.... i dont know why, but i dont feel nothing better, i feel nothing faster or anythink :)
But i try it with the method if i reboot than it will gone.

nieldk 2014-03-17 10:38

Re: Sailfish now on 1.0 (Jolla MWC announcement)
 
Quote:

Originally Posted by cvp (Post 1417073)
@nieldk

thanks for the How-To

.... i dont know why, but i dont feel nothing better, i feel nothing faster or anythink :)
But i try it with the method if i reboot than it will gone.

updated the cpug.service - should enable correctlu now :)
http://talk.maemo.org/showpost.php?p...&postcount=393

mariusmssj 2014-03-17 10:50

Re: Sailfish now on 1.0 (Jolla MWC announcement)
 
Quote:

Originally Posted by bockersjv (Post 1417058)
I call Friday, seems to be the preferred Jolla release day ;)

On a separate note...

Given that this is the first full release is anyone else planning to do a full reste before the release? I know that on both my N900 and N9 the device always seemed to run better after this.

Question is do I do a full device reset before or after the update, or just not bother?

I used to do the same with my N9, but I think with Jolla a reset makes the OS go to old release version

anidel 2014-03-17 10:57

Re: Sailfish now on 1.0 (Jolla MWC announcement)
 
And today is March 17th :)
Still haven't seen it :(

The wait is longer...longer...

kollin 2014-03-17 10:59

Re: Sailfish now on 1.0 (Jolla MWC announcement)
 
Quote:

Originally Posted by mariusmssj (Post 1417079)
I used to do the same with my N9, but I think with Jolla a reset makes the OS go to old release version

Interesting, since the update that we are all waiting is a "final" release, does that mean that after the update the default version after reset would be 1.0.4.x instead of 1.0.1.x.?

Larswad 2014-03-17 11:10

Re: Sailfish now on 1.0 (Jolla MWC announcement)
 
Quote:

Originally Posted by mikecomputing (Post 1417011)
Tested th gpsapp a little more today when I took a long walk, and I must say it really need to be improved alot.

Why on earth does it not move "the arrows" When moving forward. It just stays there?

Lets hope upcoming release also updates the maps app....

Yes, I noticed this "here" maps application really sucked. It was useless when it didn't update the location. It made completely brainless routing for a walk that was pretty easy.
It should be called "there" maps instead, or "not here" maps or perhaps "not anywhere" maps.

One thing though that almost made me throw the Jolla in the wall this week was at a visit on IKEA. I had to transfer more money from savings to the main account so I went called into my manual banking service. There I had to identify myself of course using the numeric tones. Nearly every time I tried entering my personal security number or the password that damned keyboard issued double-taps (sent the same number twice). This ended up in that I locked my phone service account. Of course I could get home and fix this over internet, but it did ruin my day completely.

This was a serious bug and it was consistent. It sent the same number twice intermittently and irritated the hell out of me. People though I was a madman standing there shouting at my jolla.

THIS thing has to be fixed. No#1 on my prio list.

cvp 2014-03-17 11:22

Re: Sailfish now on 1.0 (Jolla MWC announcement)
 
Quote:

Originally Posted by nieldk (Post 1417076)
updated the cpug.service - should enable correctlu now :)
http://talk.maemo.org/showpost.php?p...&postcount=393


hey, i copy&past all, after

# systemctl start cpug.service

i get this massage:

[root@localhost ~]# systemctl start cpug.service
Failed to issue method call: Unit cpug.service failed to load: Bad message. See system logs and 'systemctl status cpug.service' for details.

than i try this:
# systemctl status cpug.service

and get this:
cpug.service - Change CPU Govenor performance
Loaded: error (Reason: Bad message)
Active: inactive (dead)


All times are GMT. The time now is 03:32.

vBulletin® Version 3.8.8