Reply
Thread Tools
Posts: 171 | Thanked: 337 times | Joined on Jul 2010
#631
Originally Posted by BluesLee View Post
@dubliner, claustn: That is the current situation we face, right. I jumped on the CM13 train as i wanted stable bluetooth.
@BluesLee: Have the problem with handsfree devices (ins cars) been solved?

Originally Posted by BluesLee View Post
Can't really answer the question if OTA works but if you use Multirom you can easily give it a shot by turning of device lock,
Sorry, I am not using Multirom. Has anyone tried this? I'd be very interested to learn about the result.

Originally Posted by m4r0v3r View Post
you cant upgrade to 2.1.0.11 it bricks cause :/
@m4r0v3r: I haven't been able to quite understand this statement. Could you please be more specific? What did you do and what happened?
 

The Following User Says Thank You to dubliner For This Useful Post:
Posts: 7 | Thanked: 4 times | Joined on Mar 2014 @ South Korea
#632
Is it possible to upgrade to 2.1.0.11?
 

The Following User Says Thank You to imyaman For This Useful Post:
Posts: 387 | Thanked: 707 times | Joined on May 2015 @ Italy
#633
I have the same question here...
m4r0v3r, could tell us something more specific about trying to update this version? I don't think it's because of cm12, there are other devices with the last version of Sailfish even on that Android version.
 

The Following User Says Thank You to claustn For This Useful Post:
Posts: 635 | Thanked: 1,535 times | Joined on Feb 2014 @ Germany
#634
Since this build us unmaintained some packages can't be build at the moment on obs. Updating could brake the system. But maybe someone who uses multirom could try ro update and report back.
But i'm pretty sure that the gui won't work due to the switch to QT5.6.

Repo status can be seen here: https://build.merproject.org/project...ing:hammerhead
 

The Following 2 Users Say Thank You to mautz For This Useful Post:
Posts: 387 | Thanked: 707 times | Joined on May 2015 @ Italy
#635
I would try, but I couldn't solve any of those problems.
As far as I understand without those packages it's not possible to update, so sad.
The point is that we have two ports for the same device, each with his pros and cons. It would be great if it would be possible to merge the best of them.
 

The Following User Says Thank You to claustn For This Useful Post:
Posts: 1,746 | Thanked: 1,832 times | Joined on Dec 2010
#636
i can tell you now if you update it will break. it wonts boot effectively. since it required some middleware to be rebuilt.
 

The Following User Says Thank You to m4r0v3r For This Useful Post:
Posts: 171 | Thanked: 337 times | Joined on Jul 2010
#637
I realize this is slightly off topic. Here's the thing. I'm still using the CM12.1 with SailfishOS 2.0.5.6 on the Nexus 5 (mainly because I like the video recording option).

Today the Jolla Store offered me an update to the File Browser which I (foolishly) accepted.

Now, File Browser no longer starts which leaves me a little frustrated.

How can I retrieve the old (functional) version?
 

The Following User Says Thank You to dubliner For This Useful Post:
Posts: 635 | Thanked: 1,535 times | Joined on Feb 2014 @ Germany
#638
Maybe one of those? https://github.com/karip/harbour-file-browser/releases

If none of this version works, just install another file browser from openrepos.
 

The Following 6 Users Say Thank You to mautz For This Useful Post:
Posts: 171 | Thanked: 337 times | Joined on Jul 2010
#639
Originally Posted by mautz View Post
Maybe one of those? https://github.com/karip/harbour-file-browser/releases
Thank you so much, Mautz!!! I am truly grateful for all your help. If it wasn't for you, my mobile device experience would be quite diminished. Please, please don't ever stop working on SFOS for the Nexus 5.

Sorry for the off topic. But I just needed to get that off my chest. :-)
 

The Following 3 Users Say Thank You to dubliner For This Useful Post:
Posts: 97 | Thanked: 318 times | Joined on Feb 2012 @ Switzerland
#640
In the CM13 image there is a script to enable low-power-mode for bluetooth. I did a complete rewrite of that script and it also works in the CM12 base... See: https://talk.maemo.org/showpost.php?...&postcount=310

I use that next generation script on the CM12 base for a long time now with no problems with my car audio system, bt-headphones and a HiFi bt-adapter.

Feel free to report problems...

Source: https://github.com/minimec/bt-sleep-monitor

#How it works... : A dbus-monitor process is listening for different dbus events in parallel:
# - Bluetooth power on/off
# - Bluetooth connections
# - Display events
# When an event is triggered the program will decide whether to enable/disable
# or temporarily disable bluetooth suspend (low power mode).
# If bluetooth is powered and in low power mode, a display event will disable suspend mode for 60 seconds ($BTACTIVE).
# In case there is no bluetooth connection after that time, suspend mode is enabled again.


This is a copy/paste instruction to implement script as systemd service in the CM12 port.

Code:
# login root console
devel-su

# Download new files and put them in place
curl -o /usr/bin/bt-sleep-monitor https://raw.githubusercontent.com/minimec/bt-sleep-monitor/master/bt-sleep-monitor

curl -o /lib/systemd/system/bt-sleep-monitor-ng.service https://raw.githubusercontent.com/minimec/bt-sleep-monitor/master/bt-sleep-monitor.service

# Make script executable
chmod +x /usr/bin/bt-sleep-monitor

# reload systemd units
systemctl daemon-reload

# Start service
systemctl enable bt-sleep-monitor-ng.service
systemctl start bt-sleep-monitor-ng.service

# Exit root console
exit
 

The Following 4 Users Say Thank You to minimec For This Useful Post:
Reply

Tags
hammerhead, nexus5, sailfishos, sfdroid

Thread Tools

 
Forum Jump


All times are GMT. The time now is 09:22.