maybe we are all very happy with ours Nexus 5 and Sailfish Anyway, I hope Mautz will release the new version soon, I'd like to test it
I find myself in complete agreement with @claustn, I am extremely happy with that phone (Mautz-Kernel plus BT fix). It's truly the best thing that has ever happened to me since the N900 (which I still use as a secondary phone). The only slight glitch I have been noticing recently is Bluetooth not coming up on startup once in a while. Even restarting the BT service from the command line wouldn't work. So, I'd need to reboot (nothing I'd worry about, though). Also, BT handsfree still isn't working (distorted audio - see way above). @mautz, all my hopes rest on you.
devel-su /bin/echo 0 > /proc/bluetooth/sleep/lpm killall bt-sleep-monitor.sh dbus-monitor systemctl restart bluetooth ./bt-sleep-monitor.sh &
#!/bin/bash # Fix failing bluetooth connection in combination with the # bt-sleep-monitor.sh script # # usage: devel-su bt-fix.sh /bin/echo 0 > /proc/bluetooth/sleep/lpm killall bt-sleep-monitor.sh dbus-monitor systemctl restart bluetooth sleep 2 ./bt-sleep-monitor.sh &