Showing posts with label battery. Show all posts
Showing posts with label battery. Show all posts

Monday, 1 February 2016

Small community giveaway

Win Jolla battery and two The Other Half covers

UPDATE, February 17th, 2016:
The prize has arrived to the winner, congrats!

Giveaway! Sailfish OS community sailor Miles decided not to fix his Jolla's broken display, but instead he's happy to help another sailor having a poor battery or too few TOH's. How nice of him!

Thursday, 3 September 2015

Test: compatible batteries for Jolla Phone

New official Jolla battery vs 2 new "compatible" batteries

and 2 used ones to add to the comparison. This post does not only share my test results, but hopefully also guides you in the sail for compatible spare battery for Jolla Phone. Unfortunately I didn't run into one 100% compatible yet - but on the other hand, even a new official Jolla battery failed on one test. There are also related safety issues, so please read before starting your own tests.

Thursday, 16 July 2015

[News] After 1.1.7 Björnträsket comes 2.0

One more system update before the biggest update! 

Sailfish OS 2.0 is released soon for Jolla Phones, and of course the Tablet when it starts shipping. Early adopters are currently testing 1.1.7.24 Björnträsket, and the next update after that will be Sailfish OS 2.0

Update: 1.1.9 added in between, delaying Sailfish OS 2.0

Tuesday, 9 December 2014

Jolla phone battery available at Jolla Shop

Small batch of Jolla phone replaceable batteries available

No need to write a long post, this was just great but short news. In short, these went

out of stock

in one hour, hope too see more one day...

Monday, 8 December 2014

Christmas Calendar - Day 8

Daily tips and backgrounds for Christmas

December 8th, we share you a few basics for a better battery life on your Jolla phone

Today's background for an ambience is a photo of West Virginia Grist Mill in a Winter Snow Storm by ForestWander

Thursday, 4 December 2014

This spare battery fits into Jolla phone


Not by Jolla, but it works

UPDATE, Warning posted by Jolla employee on Feb19, 2015: "Using non Jolla battery voids the warranty and may damage your phone! Also this is not a high voltage battery and using it inside Jolla phone can be dangerous!"

Update: spare batteries seen at Taobao

Please read this later post on compatible spare batteries

Wednesday, 18 June 2014

Jolla battery life power consumption problems

Update 18-Jun-2014 - It's Android support related


There is a bug, some processes caused by Android support are left running on the backgroud causing extra battery drain. More reports with different Android apps running (list them in your comment on the last page) would be very useful at this point, please contribute: User Report Tool

Monday, 2 June 2014

User Report Tool: Jolla battery consumption


RESULTS: See the table below

Thanks for each contribution so far - they truly made a difference! See Community DIT

Friday, 27 December 2013

Jolla HowTo: Workaround for battery life NFC bug

Link to mobile view for Jolla Sailfish browser (browser is not automatically recognized yet):
https://reviewjolla.blogspot.com/2013/12/jolla-howto-workaround-for-battery-life.html?m=1

After publishing an article about finding the NFC bug, lot's of users have tested workarounds to fix the bug. The software solution given there is now confirmed as safe, so I share it again in this detailed HowTo. Workarounds like this remains the only change for users to extend their battery life for normal level, as the next Sailfish update 2, version 1.0.2.5 does not offer a fix the this bug yet, but an update is on it's way:

To enable developer superuser mode in Jolla

  1. Go to Jolla Settings -> Developer Mode
  2. Enable developer mode. Enable SSH connection.
  3. Enter or generate a new password (options are visible after SSH). Remember it and Save.
  4. Reboot your phone
After steps above, your phone has a new app called Terminal in the laucher view. Via terminal you are able to give commands to the phone as a root user, and practically everything is possible there - even causing the phone not to start, so please be careful and doublecheck every letter you write there. Giving wrong commands might affect to the warranty of your phone.

To prevent Jolla's communication with The Other Half (NFC bug)

Open terminal. You see an exchanged keyboard, and an enter line showing "bash-3.2$ ". That's where you write your commands. During the following commands, the enter line changes to "bash-3.2# ", telling you that you have entered developer superuser mode. In this mode it's possible to command the phone's hardware. During your writing, either the keyboard or the command line is higlighted - you can write even when keyboard changes to grey. Write the bolded commands below, and press enter after each:

devel-su <- you command your terminal to enter developer superuser mode
(your password) <- note: invisible writing. Jolla confirms that you are the superuser
systemctl mask tohd.service <- you put a mask to a buggy service commanding NFC chip
systemctl stop tohd.service <- you stop the service
exit <- you leave the devel-su mode
exit <- you leave the terminal (it closes)

Terminal closes, and you have now a phone using less battery. Cconsumption is reduced by 2% per hour, giving you max 500h standby time. Your phone does not recognize The Other Half any more, so the ambience does not change when you attach it. Everything else is normal. Masking the service, like commanded above, prevents the phone to enable connection after reboot, so this offers a permanent fix until removed.

To return everything the way it was

After Jolla distributes a Sailfish OS update fixing the NFC bug, you can remove your changes to the system. It's safer to do before installing that update, but this should work as well after it. Open terminal again, write the bolded commands below, and press enter after each:

devel-su <- you command your terminal to enter developer superuser mode
(your password) <- note: invisible writing. Jolla confirms that you are the developer.
systemctl unmask tohd.service <- you take the mask away, so the system can find the service again
systemctl start tohd.service <- you start the service
exit <- you leave the devel-su mode
exit <- you leave the terminal (it closes)

Terminal closes, and your Jolla can communicate with The Other Half again.

Is this all safe?

According to Harri Hakulinen, Chief engineer at Jolla, yes it is:
According to several users, yes it is. I've been carefully following comments going on at forums, twitter and The User Report tool during the last 4 days. People are reporting better standby hours, and none of them has reported  problems caused by this fix.

However, keep in mind that you must be careful with what you do. In the developer mode, wrong commands given can break your phone.