maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview (https://talk.maemo.org/showthread.php?t=96932)

rinigus 2017-01-06 10:33

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by dubliner (Post 1521494)
getprop persist.audio.fluence.voicecall gives me an empty line, so it's probably the same bug. Do I get this right? Whatever I put into the build.prop file is not going to make it into the system.

You made that suggestion in November. I wonder, has anyone tried?

Unfortunately, I haven't quite figured out how to use logcat (sorry).

I am quite sure that its the same bug, which is a great news - possibly its not a hardware problem!

OK, let's see with the logcat. Logcat is easy when you know where to look. In N4 and OPX, its under

/usr/libexec/droid-hybris/system/bin/logcat

Since we look only for the loaded microphone, you could just pipe it to grep mic. So, to see the microphone,

devel-su
/usr/libexec/droid-hybris/system/bin/logcat | grep mic

wait few seconds

dial a phone number. Note that the microphone will be loaded at the beginning of the call, you don't even have to get someone to pick it up. If, while having default build.prop (I presume its configured for noise cancelling, as in N4), you would not see dmic loaded this bug is affecting you.

Re trying: I am quite sure that @sledges did try to rebuild his N5 image and got the expected (loading dmic) results. I could see that on https://wiki.merproject.org/wiki/Ada...for_hammerhead the OTA to 2.0.2 has noise-cancelling, but its suggested for devs only.

I don't know which version are you guys running on N5. OPX and N4 are on 2.0.5.x . Maybe its time to ask on IRC regarding the plans of rebuilding N5 image if it hasn't been done yet.

dubliner 2017-01-06 10:49

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
P.S. SOLVED!!! Sorry, I missed the missing d. :rolleyes:


Just a quick follow up.

Quote:

Originally Posted by mautz (Post 1521100)
Nope, the sensors service sometimes crashes or does not start on boot, just restart it with
Code:

devel-su systemctl restart sensorsfw
and everything should be fine.

When I issue that command I get an error:

Code:

[nemo@Nexus5 ~]$ devel-su systemctl restart sensorsfw
Password:
Failed to issue method call: Unit sensorsfw.service failed to load: No such file or directory.


dubliner 2017-01-06 11:00

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Thanks for your very helpful posting! It pains me that I cannot contribute much to the discussion, however, here are a few tidbits.

Quote:

Originally Posted by rinigus (Post 1521498)
Since we look only for the loaded microphone, you could just pipe it to grep mic. So, to see the microphone,

devel-su
/usr/libexec/droid-hybris/system/bin/logcat | grep mic

wait few seconds

dial a phone number.

Ah, now I finally got it. Here's my result:

Code:

D/audio_hw_primary(  981): select_devices: out_snd_device(9: voice-handset) in_snd_device(23: handset-mic)
D/audio_hw_primary(  981): enable_snd_device: snd_device(23: handset-mic)
D/audio_hw_primary(  981): disable_snd_device: snd_device(23: handset-mic)

Quote:

Originally Posted by rinigus (Post 1521498)
I don't know which version are you guys running on N5. OPX and N4 are on 2.0.5.x . Maybe its time to ask on IRC regarding the plans of rebuilding N5 image if it hasn't been done yet.

I have been running 2.0.5.6 ever since Christmas. Prior to that I followed the instructions that started off this thread which installed 2.0.1.11. It was exactly the echo/hands-free issues which drove me to try and upgrade to 2.0.5.6. However, the result has been identical.

BTW, whatever happened to RealJohnGalt?

rinigus 2017-01-06 11:34

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by dubliner (Post 1521501)
Thanks for your very helpful posting! It pains me that I cannot contribute much to the discussion, however, here are a few tidbits.



Ah, now I finally got it. Here's my result:

Code:

D/audio_hw_primary(  981): select_devices: out_snd_device(9: voice-handset) in_snd_device(23: handset-mic)
D/audio_hw_primary(  981): enable_snd_device: snd_device(23: handset-mic)
D/audio_hw_primary(  981): disable_snd_device: snd_device(23: handset-mic)



I have been running 2.0.5.6 ever since Christmas. Prior to that I followed the instructions that started off this thread which installed 2.0.1.11. It was exactly the echo/hands-free issues which drove me to try and upgrade to 2.0.5.6. However, the result has been identical.

BTW, whatever happened to RealJohnGalt?

OK, so you are using analog mic and the bug is there. That's good, since that should be possible to fix.

When you updated to 2.0.5.6, you probably did not update the packages which are N5 specific - since they are not released.

Now when we know that the bug is there, I would suggest to go to IRC #sailfishos-porters channel on Freenode and ask for help. Its extremely helpful community and I am sure that N5 developers would do their best to help you.

deprecated 2017-01-06 15:29

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
I don't have the microphone echo problem on the later device adaptation. The image is 2.0.4.13 (device adaptation 0.0.1.5) and updates fine to 2.0.5.6. The only problem with that image is that sfdroid won't work on it. That doesn't bother me, but it might you.

Furthermore, with build.prop edits I listed earlier in the thread on the old hardware adaptation, I was still able to get rid of the echo on 2.0.5.6.

mautz 2017-01-07 06:20

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by deprecated (Post 1521513)
I don't have the microphone echo problem on the later device adaptation. The image is 2.0.4.13 (device adaptation 0.0.1.5) and updates fine to 2.0.5.6. The only problem with that image is that sfdroid won't work on it. That doesn't bother me, but it might you.

Furthermore, with build.prop edits I listed earlier in the thread on the old hardware adaptation, I was still able to get rid of the echo on 2.0.5.6.

Could you please check if you have symlinks of following files in /etc?

acdbdata
mixer_paths.xml
mixer_paths_auxpcm.xml

dubliner 2017-01-07 13:31

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mautz (Post 1521537)
Could you please check if you have symlinks of following files in /etc?

acdbdata
mixer_paths.xml
mixer_paths_auxpcm.xml

On my 2.0.5.6 (upgraded from 2.0.1.11) only two of these symlinks exist.

lrwxrwxrwx 1 root root 20 Dec 24 12:48 acdbdata -> /system/etc/acdbdata
lrwxrwxrwx 1 root root 27 Dec 24 12:48 mixer_paths.xml -> /system/etc/mixer_paths.xml


Should I establish that missing link? Where should it link to? There is no /system/etc/mixer_paths_auxpcm.xml file on my phone.

mautz 2017-01-07 14:49

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by dubliner (Post 1521550)
On my 2.0.5.6 (upgraded from 2.0.1.11) only two of these symlinks exist.

lrwxrwxrwx 1 root root 20 Dec 24 12:48 acdbdata -> /system/etc/acdbdata
lrwxrwxrwx 1 root root 27 Dec 24 12:48 mixer_paths.xml -> /system/etc/mixer_paths.xml


Should I establish that missing link? Where should it link to? There is no /system/etc/mixer_paths_auxpcm.xml file on my phone.

These 3 files fix audio echoing during calls on FairPhone2. Maybe the auxpcm file is only available on FP2.

Maybe the problem is gone with my CM13 port, when i get it finished....

dubliner 2017-01-07 22:35

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by deprecated (Post 1521513)
I don't have the microphone echo problem on the later device adaptation. The image is 2.0.4.13 (device adaptation 0.0.1.5) and updates fine to 2.0.5.6.

@deprecated: Just curious, do you have all of those three symlinks in /etc which mautz mentioned here?

Quote:

Originally Posted by mautz (Post 1521537)
acdbdata
mixer_paths.xml
mixer_paths_auxpcm.xml


deprecated 2017-01-08 21:53

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by dubliner (Post 1521578)
@deprecated: Just curious, do you have all of those three symlinks in /etc which mautz mentioned here?

Hey, sorry for the late reply. I'm currently moving, so when I get situated I'll check this out. Will keep you posted!

claustn 2017-01-10 12:02

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
I've got a problem, the cpu usage with none app opened is 60%, no changes after a reboot. Now after a second reboot the problem is still there...what should I do? Yesterday was perfect, but after the boot of this morning I have this issue.
http://i64.tinypic.com/29usmmt.jpg
http://i66.tinypic.com/1491klt.png

edit: maybe I found the problem, yesterday I installed the new OKboard, after removing it the problem seems to be gone

claustn 2017-01-11 21:29

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
A question about sfdroid...would be possible to start an application installed in the android rom in sfdroid? the app is Here Maps.
Or better, could I make Here app installed in sfdroid read maps that are in the Android partition?

minimec 2017-01-11 21:46

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by claustn (Post 1521812)
A question about sfdroid...would be possible to start an application installed in the android rom in sfdroid? the app is Here Maps.
Or better, could I make Here app installed in sfdroid read maps that are in the Android partition?

Well... If Nokia Here is working in sfdroid (is GPS working?) you could probably make a link to the maps folder of the Android Partition. That might work.

mautz 2017-01-11 22:16

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
No GPS in sfdroid.

claustn 2017-01-12 10:19

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mautz (Post 1521819)
No GPS in sfdroid.

I know, but it would be useful for offline maps, that are lot better than OSM

mautz 2017-01-14 06:11

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Just mount the android partition and create a symlink to the maps folder and see if it works ;-)

shmerl 2017-01-16 07:26

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Now that Freedreno is progressing quite nicely, is it possible to use proper upstream kernel on Nexus 5 with Mesa without any Android blobs?

There was a talk about such possibility for Nexus 7 tablet: https://bloggingthemonkey.blogspot.c...ic-update.html

Are there any drivers for Nexus 5 that don't have any open analog?

mautz 2017-01-16 08:08

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by shmerl (Post 1522067)
Now that Freedreno is progressing quite nicely, is it possible to use proper upstream kernel on Nexus 5 with Mesa without any Android blobs?

There was a talk about such possibility for Nexus 7 tablet: https://bloggingthemonkey.blogspot.c...ic-update.html

Are there any drivers for Nexus 5 that don't have any open analog?

I can't see any support for msm8974 in the kernel sources, so this wouldn't be compatibe with the Nexus5 chipset.

mautz 2017-01-16 08:12

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Update on CM13 port

What works:

- Phone functions
- SMS
- Bluetooth(starts and sees devices, haven't testet more since i don't have any BT equipment)
- WIFI
- Mobile data
- GPS(including A-GPS)
- Audio
- LED
- Vibration
-...

What does not work:

- Compass
- Camera(still working on that)

I'll kee you updated.

BluesLee 2017-01-16 16:15

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mautz (Post 1522072)
Update on CM13 port

What works:

- Phone functions
- SMS
- Bluetooth(starts and sees devices, haven't testet more since i don't have any BT equipment)
- WIFI
- Mobile data
- GPS(including A-GPS)
- Audio
- LED
- Vibration
-...

What does not work:

- Compass
- Camera(still working on that)

I'll kee you updated.

A lot of functionalities, my respect. Any comments on stability, battery life, advantages versus CM12 base etc?

claustn 2017-01-16 17:19

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
What about Wlan hotspot Mautz?
I like the "including A-GPS" part

shmerl 2017-01-16 17:34

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mautz (Post 1522071)
I can't see any support for msm8974 in the kernel sources, so this wouldn't be compatibe with the Nexus5 chipset.

What about using customized Android kernel, but normal userspace like Mesa?

I also saw this: https://www.phoronix.com/scan.php?pa...x-4.9-ARM-Pull

is it accurate? It claims:

Quote:

The LG Nexus 5 phone is supported by the mainline kernel [4.9].
See also: http://lkml.iu.edu/hypermail/linux/k...0.0/03431.html

mautz 2017-01-17 12:20

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by claustn (Post 1522093)
What about Wlan hotspot Mautz?
I like the "including A-GPS" part

Sorry not working, i'm not sure if this is fixable, since it never worked in any of the Nexus5 ports.

mautz 2017-01-17 13:43

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by BluesLee (Post 1522090)
A lot of functionalities, my respect. Any comments on stability, battery life, advantages versus CM12 base etc?

Code:

##############################
##
##  ,---
##  | Phone Info
##  '---
##  Phone model:  Nexus 5
##  Device name:  hammerhead
##  Mod version:  13.0-20160820-SNAPSHOT-ZNH5YAO0J2-hammerhead [MOB30Z]
##  OS version:  SailfishOS 2.0.5.6 (Haapajoki) (armv7hl)
##  Install Type: multirom
##
##  ,---
##  | Current Phone Settings
##  '---
##  CPU Managment:  default (mpdecision)
##  Min/Max Freq:  300000/2265600
##  Voltage Table:  modified
##  CPU Governor:  ondemand
##
##  Cell Provider:  Drillisch
##  Mobile Data:    disabled/
##  Wireless:      enabled/connected
##  Bluetooth:      disabled/disconnected
##  GPS Receiver:  enabled/disconnected
##
##  ,---
##  | Running Applications
##  '---
##
##  ,---
##  | Power Statistics (Duration: 10min.) [Start: 2017-01-17-14h28m07s]
##  '---
##  below 30mV: 25% (76 polls)
##  #########################
##  below 40mV: 23% (70 polls)
##  #######################
##  below 50mV: 7% (22 polls)
##  #######
##  below 60mV: 3% (9 polls)
##  ###
##  below 70mV: 2% (6 polls)
##  ##
##  below 80mV: 2% (6 polls)
##  ##
##  below 90mV: 9% (28 polls)
##  #########
##  below 100mV: 5% (16 polls)
##  #####
##  below 110mV: 3% (8 polls)
##  ###
##  below 120mV: 1% (3 polls)
##  #
##  below 130mV: 1% (2 polls)
##  #
##  below 140mV: 2% (5 polls)
##  ##
##  below 150mV: 0% (1 polls)
##  #
##  below 160mV: 7% (20 polls)
##  #######
##  below 170mV: 1% (4 polls)
##  #
##  below 180mV: 1% (4 polls)
##  #
##  below 190mV: 0% (1 polls)
##  #
##  below 200mV: 1% (4 polls)
##  #
##  below 210mV: 1% (3 polls)
##  #
##  below 220mV: 1% (2 polls)
##  #
##  below 230mV: 1% (2 polls)
##  #
##  below 270mV: 1% (2 polls)
##  #
##  below 290mV: 0% (1 polls)
##  #
##  below 380mV: 0% (1 polls)
##  #
##  below 400mV: 0% (1 polls)
##  #
##  below 510mV: 0% (1 polls)
##  #
##  below 690mV: 0% (1 polls)
##  #
##  below 700mV: 0% (1 polls)
##  #
##

Regarding battery life, this is a 10 minute run of minimecs power consumption tool. During the 10 minutes i had minimecs bash script running to see the battery usage, received a sms and answered and did some other things using ssh. Pretty good for a stock installation.

mautz 2017-01-21 13:10

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
A new update:

I'm using my CM13 port as a daily driver since monday. It is stable, not a single crash. Sadly, the UI freezing bug is still present.

I hope to get tge camera problems fixed next week. This is the power consumption of the last 8 hours with normal usage:
http://up.picr.de/28081979up.jpg

maximilian1st 2017-01-22 07:42

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mautz (Post 1522280)
This is the power consumption of the last 8 hours with normal usage

Did you flash the sensorfix patch?

mautz 2017-01-23 08:24

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
It is not flashed on this installation. But flashing it makes the compass work again as on 12.1. So, i think i'm going to integrate it into my final build...and now back to camera debugging...

BluesLee 2017-01-23 09:03

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mautz (Post 1522338)
It is not flashed on this installation. But flashing it makes the compass work again as on 12.1. So, i think i'm going to integrate it into my final build...and now back to camera debugging...

Hmm, if i remember correctly there was a long discussion which sensor files dependent on cyanogenmod version should be included. Please check performance of sensor processes before and after installing the sensor zip.

mautz 2017-01-23 10:14

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Looking good :)

Sensors are all workong like on cm12.1. Z-Axis and compass are laggy like on 12.1 but working now. CPU usage hasn't changed, see screenshot below.

http://up.picr.de/28104484jt.jpg

claustn 2017-01-23 11:06

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Are you using a Sailfish 2.0.5.6 rom or have you updated an older one?
Maybe is too early to think about that, but did you try sfdroid?

mautz 2017-01-23 11:26

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Sailfish 2.0.5.6. OTA will be hopefully available after release, but for OTA i need the camera working.

I already talked t nh1402, he'll help getting sfdroid running on cm13 base, but same as above, camera first.

rinigus 2017-01-23 11:45

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mautz (Post 1522341)
Looking good :)

Sensors are all workong like on cm12.1. Z-Axis and compass are laggy like on 12.1 but working now. CPU usage hasn't changed, see screenshot below.

http://up.picr.de/28104484jt.jpg

That's really low CPU usage. I wonder if the phone is entering CPU sleep? I have seen so low usage only when the sleep is zero(ish).

mautz 2017-01-23 12:12

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Most of the times it is in c3 state.

rinigus 2017-01-23 14:16

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
C3 is good, but its still awake as far as I understand the states.

What about "CPU sleep %"? When all is good, that should be 90%+ while your phone is in your pocket. For me, its 95% with idle states taking in total less than 1% (i.e. phone is either asleep or doing something while awake to get into the sleep ASAP). Its different hardware + kernel, though.

mautz 2017-01-23 17:25

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Is there any other way to check the suspend time, in Systemdatascope this never showed anything, it does not work on 12.1port either, or it really never gets to sleep.

/sys/kernel/debugsuspend_stats shows 0, but its the same on 12.1.

rinigus 2017-01-23 18:47

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mautz (Post 1522371)
Is there any other way to check the suspend time, in Systemdatascope this never showed anything, it does not work on 12.1port either, or it really never gets to sleep.

/sys/kernel/debugsuspend_stats shows 0, but its the same on 12.1.

Yes, you could use mce-tools package provided mcetool:

mcetool --get-suspend-stats
uptime: 522012.239
suspend_time: 406547.645


The collectd plugin reporting CPU sleep is very simple (merged into upstream at https://github.com/collectd/collectd...src/cpusleep.c ) and is based on following two kernel clocks, as mcetool.

I presume that you would get suspend_time = 0 in mcetool output. If not, then run mcetool several times and see how the times are increasing. By following the increase in times, you could easily calculate CPU sleep percentage. Just let the phone "rest" for a bit (10 minutes) between measurements. Please, if it turns out that SystemDataScope/collectd reports sleep wrongly, let me know - github issue at SystemDataScope repo would probably be simplest (or via this thread, I'll follow it).

Usually, absence of CPU sleep means that some wakelock is not released. Maybe dmesg has something to say?

mautz 2017-01-23 20:49

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Not looking good:

mcetool --get-suspend-stats
uptime: 3253.005
suspend_time: 0.000

The wakelocks who keep the device from getting into sleep mode are from msm_serial_hs_dma. Seems to be bluetooth related. Strange thing is that i don't use bluetooth.

EDIT: After disabling all bluetooth services, the device does enter suspend mode.

Maybe someone can try this also on cm12.1?

claustn 2017-01-23 21:39

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
If you say me how to disable bluetooth services i'll try!
btw, i'm satisfied with the battery usage with cm12 and your kernel. But if with cm13 is better i will give a try!

minimec 2017-01-23 23:44

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Quote:

Originally Posted by mautz (Post 1522382)
EDIT: After disabling all bluetooth services, the device does enter suspend mode.
Maybe someone can try this also on cm12.1?

Quote:

Originally Posted by claustn (Post 1522386)
If you say me how to disable bluetooth services i'll try!
btw, i'm satisfied with the battery usage with cm12 and your kernel. But if with cm13 is better i will give a try!


Also confirmed for cm12.1 with Sailfish 2.0.5.6!
Code:

devel-su
systemctl stop bluetooth
systemctl stop hciattach

Result...
Code:

[nemo@pris ~]$ mcetool --get-suspend-stats
uptime:      2554.585
suspend_time: 1997.125


mautz 2017-01-24 05:08

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Thanks minimec.

@rinigus

With bluetooth disabled, suspend works as it should, but the power consumption in idle does not improve.

Btw, it is also shown in systemdatascope now.


All times are GMT. The time now is 08:13.

vBulletin® Version 3.8.8