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)

edp17 2019-11-20 13:42

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
I have another question. (well two)
If anybody is aware of any of them please don't hold it back. :)

1. How can I preinstall packages?
(I have seen one version, might be 2.0.4.13 :rolleyes: came with messwerk installed by default)

2. How can I run a custom script during the initial phone setup but only once and before the lipstick starts?

Thank you!

mautz 2019-11-20 13:57

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
You could try to add packages to one of the yaml files in patterns.

What do you want to add? And which script do you want to run?

Are you building in a Virtual machine?

edp17 2019-11-20 14:12

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

Originally Posted by mautz (Post 1562341)
You could try to add packages to one of the yaml files in patterns.

What do you want to add? And which script do you want to run?

Are you building in a Virtual machine?

Thank you.
I would like to pre-install some packages that I always install like sudo, cifs-utils, filetug, filetug-root, storeman, ...etc.

The script I would like to run is an extract from kimmoli's diyicon script. My idea was to pre-distribute the shrank images into '/usr/share/themes/sailfish-default/meegotouch/z1.82/' within sparse, then with a script remove the '/etc/dconf/db/vendor.d/locks/silica-configs.txt' file and add the extra key '/desktop/sailfish/silica/theme_pixel_ratio to 1.82' into '/hone/nemo/.config/dconf/user' and run the 'dconf update'
As after this lipstick must be restarted, I thought would do this before the lipstick started first.
This way I can have pixel ratio 1.82 right out of the box. :)
Plus I would like to pre-populate the extra browser search engines. (And probably I will build an image for myself with some other stuff in there. Like keyboard tweaks: longer space bar, quicker popup keys, shorter keyboard. Oh and reducing the remorse timer to 2secs.

I build in ubuntu directly installed on my pc.

edp17 2019-11-20 21:30

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Good news:
- wifi tethering also works (with this method)
- the games have correct sound in AD
- mp3 playback works

Bad news:
- audio forwarding to 3.5 jack doesn't work

mautz 2019-11-20 22:22

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Take a look here for the headphones problem:

https://github.com/mer-hybris/hadk-faq#id36

edp17 2019-11-20 22:41

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

Originally Posted by mautz (Post 1562360)
Take a look here for the headphones problem:

https://github.com/mer-hybris/hadk-faq#id36

Thanks. I have seen this file 'accessories.ini' in your repo. I thought would grab it then I didn't do. But looks like it is inevitable. :)

edp17 2019-11-20 22:49

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

Originally Posted by mautz (Post 1562360)
Take a look here for the headphones problem:

https://github.com/mer-hybris/hadk-faq#id36

The hadk-faq says: "replace jack-match and jack-device with values from evdev_trace"

In your repo, there is no jack-device in the accessories.ini file. You have only jack-match.
Do you remember why? Thanks.

Edit:
the evdev_trace on my device (wip0.6) shows:
Code:

----====( /dev/input/event0 )====----
Name: "qpnp_pon"
ID: bus 0x0, vendor, 0x0, product 0x0, version 0x0
Type 0x00 (EV_SYN)
Type 0x01 (EV_KEY)
        KEY_POWER

----====( /dev/input/event1 )====----
Name: "touch_dev"
ID: bus 0x0, vendor, 0x0, product 0x0, version 0x0
Type 0x00 (EV_SYN)
Type 0x03 (EV_ABS)
        ABS_MT_SLOT=0 [0,9] ABS_MT_TOUCH_MAJOR=0 [0,15]
        ABS_MT_POSITION_X=0 [0,1079] ABS_MT_POSITION_Y=0 [0,1919]
        ABS_MT_TRACKING_ID=0 [0,65535] ABS_MT_PRESSURE=0 [0,255]

----====( /dev/input/event2 )====----
Name: "gpio-keys"
ID: bus 0x19, vendor, 0x1, product 0x1, version 0x100
Type 0x00 (EV_SYN)
Type 0x01 (EV_KEY)
        KEY_VOLUMEDOWN KEY_VOLUMEUP
Type 0x05 (EV_SW)
        SW_LID

----====( /dev/input/event3 )====----
Name: "hs_detect"
ID: bus 0x0, vendor, 0x1, product 0x1, version 0x1
Type 0x00 (EV_SYN)
Type 0x01 (EV_KEY)
        KEY_VOLUMEDOWN KEY_VOLUMEUP KEY_MEDIA
Type 0x05 (EV_SW)
        SW_HEADPHONE_INSERT SW_MICROPHONE_INSERT

----====( /dev/input/event4 )====----
Name: "msm8974-taiko-mtp-snd-card Button Jack"
ID: bus 0x0, vendor, 0x0, product 0x0, version 0x0
Type 0x00 (EV_SYN)
Type 0x01 (EV_KEY)
        BTN_MISC BTN_1 BTN_2 BTN_3 BTN_4 BTN_5 BTN_6 BTN_7

----====( /dev/input/event5 )====----
Name: "msm8974-taiko-mtp-snd-card Headset Jack"
ID: bus 0x0, vendor, 0x0, product 0x0, version 0x0
Type 0x00 (EV_SYN)
Type 0x05 (EV_SW)
        SW_HEADPHONE_INSERT SW_MICROPHONE_INSERT SW_LINEOUT_INSERT
        SW_HPHL_OVERCURRENT SW_HPHR_OVERCURRENT SW_UNSUPPORT_INSERT

In your repo you set 'jack-match = hs_detect' and the hadk-faq suggest: 'jack-match = msm8974-taiko-mtp-snd-card Button Jack'

The hadk-faq also sets 'jack-device = /dev/input/event4'

In my device I have all three ('hs_detect', 'msm8974-taiko-mtp-snd-card Button Jack' and 'msm8974-taiko-mtp-snd-card Headset Jack'.
So which one I should use in the accessories.ini?

I bet on 'jack-device = /dev/input/event5' and 'jack-match = msm8974-taiko-mtp-snd-card Headset Jack' but I am not sure why you and the hadk-faq has different jack-mach.

I have tested all three and your one is the winner, so the content of accessories.ini:
eci-probe-delay = 2500
disable-incompatible-quirk = true
jack-match = hs_detect
jack-device = /dev/input/event3

Now the jack also works.

edp17 2019-11-20 23:05

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Well, I have created a new image. Included the bluez4, bt-sleep-motnitor, ril_substrciption, wifi module, sensor config, camres config, and everything else I knew so far.
It boots and starts but goes back to the language screen when I accept the end user licence agreement. :( :mad:

edp17 2019-11-20 23:08

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

Originally Posted by edp17 (Post 1562364)
Well, I have created a new image. Included the bluez4, bt-sleep-motnitor, ril_substrciption, wifi module, sensor config, camres config, and everything else I knew so far.
It boots and starts but goes back to the language screen when I accept the end user licence agreement. :( :mad:

The main problem that I don't know whether the kernel, the hal, or sailfish itself is causing this. So I am not sure where to start looking.

edp17 2019-11-21 00:29

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
The latest build (wip0.12) has basically everything except the accessories.ini file. But it is affected with the 'initial setting screen loop' issue. I very much appreciate if somebody can take a look and point me to the right direction where to find the root cause. Download from here.

edp17 2019-11-21 00:55

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
With telnet I was able to connect to the phone and kill the initial startup wizard '/usr/bin/jolla-startupwizard-pre-user-session -plugin'
then configure the wifi and other things.
But then, when I got to the lock screen it didn't accept any swipes.
After rebooting I got back to the EULA screen and it is doing the loop.

edp17 2019-11-21 01:41

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
The build process has errorred because seemingly the releases.jolla.com site is down at the moment. :( Time to go to bed then.

nickh 2019-11-21 03:05

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Question: while flashing should i just follow the instructions in the first post but replace the sailfishos-hammerhead-release-2.0.1.11-cm121-alpha1.zip file with the latest WIP.zip?

Sorry if this has been posted/answered, didn't find this myself while looking.

edp17 2019-11-21 07:58

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

Originally Posted by nickh (Post 1562374)
Question: while flashing should i just follow the instructions in the first post but replace the sailfishos-hammerhead-release-2.0.1.11-cm121-alpha1.zip file with the latest WIP.zip?

Sorry if this has been posted/answered, didn't find this myself while looking.

Hi nickh,
Yes, you need to follow that instruction. Thank you for testing! :)

mautz 2019-11-21 09:39

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
One error i've found is that systemd-tmpfiles-setup.service is not starting. Could be related to missing CGROUPS in kernel config. I would enable all suggested by mer-kernel-check here: https://github.com/mer-hybris/mer-ke...el_config#L212

since kernel is below 3.5.

edp17 2019-11-21 09:42

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
I have good news and as usual (unfortunately) bad news.
Good:
- I managed to solve the 'initial settings loop' issue! :D
- All previously missing config files is in the image, don't need manually copying (Camera resolutions, ril_subscription.conf, accessories.ini)
- At the initial setup the location and the date and time have correctly identified (however still cannot be changed in settings without reinstalling the timed-qt5 package)
- It includes the bluez4 instead of bluez5

Bad news:
- The torch is in the menu but stopped working
- Bluetooth still cannot be turned on
- Camera shows a static image like old an TV when there was no signal

Download link in my signature.

edp17 2019-11-21 09:45

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

Originally Posted by mautz (Post 1562383)
One error i've found is that systemd-tmpfiles-setup.service is not starting. Could be related to missing CGROUPS in kernel config. I would enable all suggested by mer-kernel-check here: https://github.com/mer-hybris/mer-ke...el_config#L212

since kernel is below 3.5.

Thanks.

And maybe these also should be enabled:
CONFIG_DEVTMPFS
CONFIG_TMPFS_POSIX_ACL
CONFIG_TMPFS_XATTR
CONFIG_DEVTMPFS_MOUNT

I'll include them into the next build.

mautz 2019-11-21 09:48

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
But i think the main problem is that jolla-usersetup.service can not be started...

mautz 2019-11-21 10:01

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Problem found, /home/nemo has wrong permission. It is owned by root and not by user nemo, so no write access and this is why this script fails.

Code:

devel-su chown nemo:nemo /home/nemo
solves this and setup continues.

EDIT: Haven't seen that you already fixed that :D

mautz 2019-11-21 10:16

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
And you can remove your DTW config, Nexus5 does not support this.

edp17 2019-11-21 11:47

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

Originally Posted by mautz (Post 1562388)
Problem found, /home/nemo has wrong permission. It is owned by root and not by user nemo, so no write access and this is why this script fails.

Code:

devel-su chown nemo:nemo /home/nemo
solves this and setup continues.

EDIT: Haven't seen that you already fixed that :D

Thank you for finding this out!

Oh my, so probably I was root when I copied things to sparse/. (I remember that earlier I set the owner of all sub folders and files to user, but, as I did the copy in a different command line window to the one I used for the build, probably I didn't realize I was root in there.

Yes, I fixed it, but it was an accidental fix because I was not aware of the permission problem. However this explains a lot. (e.g. why the new images behaved that way.)

Maybe something similar is the reason why the camera is broken in the latest build.

Once I get home I'll double check the permission of everything in the sparse/

Thanks for the heads up!!

edp17 2019-11-21 11:53

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
@mautz
Are you still recommending to add the CONFIG_CGROUPS into the kernel?

And what about these, are this not required for the systemd-tmpfiles-setup.service?):
CONFIG_DEVTMPFS
CONFIG_TMPFS_POSIX_ACL
CONFIG_TMPFS_XATTR
CONFIG_DEVTMPFS_MOUNT

nickh 2019-11-21 14:37

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
When flashing WIP 0.12 I see an error
HTML Code:

mount: failed to mount /dev/platform/msm_sdcc.1/by-name/userdata at /data: Device or resource busy
If i continue, no additional errors but i don't get passed the bootloader then booting. I just get the Goggle bootloader logo.

edp17 2019-11-21 14:47

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

Originally Posted by nickh (Post 1562374)
Question: while flashing should i just follow the instructions in the first post but replace the sailfishos-hammerhead-release-2.0.1.11-cm121-alpha1.zip file with the latest WIP.zip?

Sorry if this has been posted/answered, didn't find this myself while looking.

I forgot to tell you that if you follow the instruction from the first post, you do not need to flash the sensorfix, sfdroid doesn't work at all, jolla store works out of the box and the Storeman also works after a 'pkcon update'. I hope this helps.

edp17 2019-11-21 14:48

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

Originally Posted by nickh (Post 1562399)
When flashing WIP 0.12 I see an error
HTML Code:

mount: failed to mount /dev/platform/msm_sdcc.1/by-name/userdata at /data: Device or resource busy
If i continue, no additional errors but i don't get passed the bootloader then booting. I just get the Goggle bootloader logo.

Are you flashing this on a Nexus 5? How? As an additional rom with Multirom or directly? What CM version are you using?

nickh 2019-11-21 14:56

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Thanks for the reply!
I am flashing on a Nexus 5. I am doing a direct install, no multirom. TWRP 3.3.1-0

Flash order:
  1. cm-12.1-20160704-UNOFFICIAL-hammerhead-nocheck.zip
  2. SFOS32012-cm12.1-wip0.12.zip (this is where the error happeneds)
  3. sensorsfix3.zip
  4. sfdroid-hammerhead-cm121-prealpha3.zip
  5. open_gapps-arm-5.1-pico-noswypelibs.zip

edp17 2019-11-21 15:00

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

Originally Posted by nickh (Post 1562403)
Thanks for the reply!
I am flashing on a Nexus 5. I am doing a direct install, no multirom. TWRP 3.3.1-0

Flash order:
  1. cm-12.1-20160704-UNOFFICIAL-hammerhead-nocheck.zip
  2. SFOS32012-cm12.1-wip0.12.zip (this is where the error happeneds)
  3. sensorsfix3.zip
  4. sfdroid-hammerhead-cm121-prealpha3.zip
  5. open_gapps-arm-5.1-pico-noswypelibs.zip

Only flash the first 2!
As I said here, sensorfix is not required, sfdroid doesn't work. Gapps cannot be installed this way.

(I am testing with Multirom, but it is good to know if works directly. :) Thank you for testing.)

nickh 2019-11-21 15:21

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
I went back and tried this again, same issue with just the two flashed. However, if I unmount the /data mount in between the 2 zips, it seems to take much longer to flash the last zip, no error like before, and still no joy.

I have the 16GB version, so I was hoping not to use multirom but I can switch to mutlirom if this is not an issue you are wanting to tackle ATM.

Thanks for helping and continuing the good work of getting this working on the hammerhead!

edp17 2019-11-21 15:35

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

Originally Posted by nickh (Post 1562405)
I went back and tried this again, same issue with just the two flashed. However, if I unmount the /data mount in between the 2 zips, it seems to take much longer to flash the last zip, no error like before, and still no joy.

I have the 16GB version, so I was hoping not to use multirom but I can switch to mutlirom if this is not an issue you are wanting to tackle ATM.

Thanks for helping and continuing the good work of getting this working on the hammerhead!

Sorry for your hassle. Unfortunately I couldn't test directly on my device as I use my Nexus 5 as my main phone and I need a stable/working rom. (The 16GB should be enough to keep an android and install this rom as secondary and there should be some free space left still. I use the 32GB version but have 7 roms on it and ,not much, but a little free space too.)
However there shouldn't be a difference if you install as Multirom or direct.

I use an older TWRP (v2.8.7) because the latest one cannot flash a zip on the secondary roms.

By the way I realized that the last version in my signature is not wip0.12 but wip0.13. (I mistyped it when uploaded and updated the post in the morning rush.)

Please let me know how it goes. Thanks.

nickh 2019-11-21 18:33

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
I tried a few things, (Older version of TWRP (non multi), newer versions of MultiROM) but it looks like I am going to need to find the MultiROM 2.8.7. I have searched here and over at XDA, If anyone knows where i can find the link, I would greatly appreciated it.

claustn 2019-11-21 18:45

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
I have the correct version of multirom, I am uploading it to dropbox right now.
I will also free up some space and try this new version!

Here it is: https://www.dropbox.com/s/ku7hnt5n2r...50630.zip?dl=0

edp17 2019-11-21 20:08

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
I have downloaded the 2.8.7 from here.

mautz 2019-11-21 20:11

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
You also find the right files in the first post of the Nexus5 cm13 thread.

edp17 2019-11-21 20:39

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
@mautz
I am about to generate a new image with some changes. Can you take a look my question here, please? Thanks.

Edit: The mer-kernel-check says to unset CONFIG_BT_MSM_SLEEP. In my kernel that was y. Now I set it to n. Maybe this is why the bluetooth doesn't work?:rolleyes:

Edit2: I also set CONFIG_TMPFS_XATTR as strongly recommended.

Edit3: and all of these:
CONFIG_CGROUPS
CONFIG_CGROUP_FREEZER
CONFIG_CGROUP_DEVICE
CONFIG_CGROUP_CPUACCT
CONFIG_CGROUP_MEM_RES_CTLR
CONFIG_CGROUP_MEM_RES_CTLR_SWAP
CONFIG_CGROUP_MEM_RES_CTLR_KMEM

Edit4: I think the unset CONFIG_BT_HCISMD is the reason why the bluetooth doesn't work. I go through the hadk-faq to try make it work.

mautz 2019-11-21 21:20

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
I've got all the options except CONFIG_DEVTMPFS_MOUNT and CONFIG_CGROUP_MEM_RES_CTLR_SWAP enabled in my CM13 version.

CONFIG_BT_MSM_SLEEP is needed to enable sleep mode for Bluetooth, without this minimecs script can not work. This is not the problem fo the non working bluetooth.

I've never got HCISMD wy working like it's in the HADK, need to do it with hciattach. But give it a try, maybe you can get it to work :)

edp17 2019-11-21 21:31

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

Originally Posted by mautz (Post 1562426)
I've got all the options except CONFIG_DEVTMPFS_MOUNT and CONFIG_CGROUP_MEM_RES_CTLR_SWAP enabled in my CM13 version.

CONFIG_BT_MSM_SLEEP is needed to enable sleep mode for Bluetooth, without this minimecs script can not work. This is not the problem fo the non working bluetooth.

I've never got HCISMD wy working like it's in the HADK, need to do it with hciattach. But give it a try, maybe you can get it to work :)

Thank you!

I have found the reason why the camera stopped working. :cool:
I'll fix in the next image. (Hopefully.) :)

You are probably right about the CONFIG_BT_MSM_SLEEP. I set it to y in my kernel too. This cannot be the reason why the bluetooth doesn't work.

edp17 2019-11-21 23:04

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Well, it seems if I try to automatically distribute a file into the /home/nemo, the permission is not correctly set for /home/nemo folder. (Now I got the same loop problem but the owner of the /home in sparse/ is not root but the user on the PC.
I thought when the builder puts this into the package it would change the permissions properly.

The issues with this new image (0.13) are some kind of combination of the previous ones.
Examples:
- It has the initial setup loop. (wrong permission on /home/nemo)
- However I included the configs into /etc/gst-droid, the camera doesn't work. :eek:
- However I followed the hadk-faq, the bluetooth doesn't work either. :eek:
- Plus the torch is not turning on. :eek:

Maybe I need to repeat the gstreamer and camera sections in the hadk?

edp17 2019-11-21 23:23

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

Originally Posted by mautz (Post 1562426)
I've got all the options except CONFIG_DEVTMPFS_MOUNT and CONFIG_CGROUP_MEM_RES_CTLR_SWAP enabled in my CM13 version.

CONFIG_BT_MSM_SLEEP is needed to enable sleep mode for Bluetooth, without this minimecs script can not work. This is not the problem fo the non working bluetooth.

I've never got HCISMD wy working like it's in the HADK, need to do it with hciattach. But give it a try, maybe you can get it to work :)

Currently I have both, the solution from the hadk and the hciattach version form you. Should I use only one of them? Thanks.

mautz 2019-11-21 23:27

Re: SailfishOS 2.0 Nexus 5 CM12.1 Alpha1 | Sfdroid Pre-Alpha/Early Preview
 
Could you upload the image?

edp17 2019-11-21 23:33

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

Originally Posted by mautz (Post 1562440)
Could you upload the image?

I have done. Here


All times are GMT. The time now is 12:14.

vBulletin® Version 3.8.8