Updating LineageOS 14.1 via TWRP + feature test

I have adaptive brightness enabled, too, and it works as intended.
Even with adaptive brightness enabled you can still change the overall brightness of the screen, did you accidentally slide the setting to dark?

Itā€™s hard to think itā€™s not the update, when the problem suddenly occurs right after the update. But the same update did not cause this problem on my phone.

So thereā€™s still the brightness sensor.
You could use an App for reading out the sensor (I use Sensors, but thatā€™s from the Play Store) ā€¦ What does the brightness sensor say to dark and bright surroundings? An automatically always dark screen should mean the sensor gives a ā€œwow, itā€™s totally dark, we donā€™t need a bright screenā€ reading to the system regardless of any brightness around it.

In this case ā€¦ The brightness sensor should be the same part as the proximity sensor, this post has some cleaning tips for the area (just expand the ā€œarchived textā€ bit) ā€¦

2 Likes

And it works at my FP2 as well! I just didnā€™t realise, that I can adjust the brightness as well, when the display is on ā€˜autmatic brightness ONā€™. I must have displaced it myself!

1 Like

Update installed via TWRP 3.2.1-0 (Releases)

The following things work for me so far:

  • call / be called
  • send SMS / receive SMS
  • internet via WiFi
  • internet via mobile network
  • location
  • compass
  • screenshot
  • main camera (new module)
  • selfie camera (new module)
  • USB connection to PC / MTP
  • alarm (incl. swiping it off)
  • MyPhoneExplorer
  • root (via already installed addonsu-14.1-arm-signed.zip, not installed again)
  • USB OTG
  • WiFi hotspot
  • Bluetooth (music playback, data connection)
  • FM radio

For things that might not work thereā€™s a bugtracker.

4 Likes

Update installed via TWRP 3.2.1-0 (Releases)

The following things work for me so far:

  • call / be called
  • send SMS / receive SMS
  • internet via WiFi
  • internet via mobile network
  • location
  • compass
  • screenshot
  • main camera (new module)
  • selfie camera (new module)
  • USB connection to PC / MTP
  • alarm (incl. swiping it off)
  • MyPhoneExplorer
  • root (via already installed addonsu-14.1-arm-signed.zip, not installed again)
  • USB OTG
  • WiFi hotspot
  • Bluetooth (music playback, data connection)
  • FM radio

For things that might not work thereā€™s a bugtracker.

5 Likes

Update installed via TWRP 3.2.1-0 (Releases)

The following things work for me so far:

  • call / be called
  • send SMS / receive SMS
  • internet via WiFi
  • internet via mobile network
  • location
  • compass
  • screenshot
  • main camera (new module)
  • selfie camera (new module)
  • USB connection to PC / MTP
  • alarm (incl. swiping it off)
  • MyPhoneExplorer
  • root (via already installed addonsu-14.1-arm-signed.zip, not installed again)
  • USB OTG
  • WiFi hotspot
  • Bluetooth (music playback, data connection)
  • FM radio

For things that might not work thereā€™s a bugtracker.

4 Likes

How to make your own modem.zip on Windows 10 1709 :wink: .

As you can make your own modem.zip with a Linux shell script, hereā€™s how to do it with Windows 10 1709 (Fall Creators Update) ā€¦ and of course Iā€™m lazy and didnā€™t translate the script to Windows PowerShell or something equally demanding, since Microsoft already did something really useful regarding Linux stuff ā€¦ although some familiarity with Unix or Linux command line (aka Terminal) basics canā€™t hurt ā€¦

  1. Install the Windows Subsystem for Linux (aka WSL).

  2. Install Ubuntu from the Windows Store.
    (Ok, you can choose between some other Linux distributions, too. I chose Ubuntu because itā€™s closest to the Linux Mint I have on dual boot for playing around, and you can easily find lots and lots of helping resources for Ubuntu online).

  3. Once set up enter the following commands ā€¦
    sudo apt update
    ā€¦ I donā€™t know whether thatā€™s actually necessary for this limited purpose here, but updating the package list canā€™t hurt.
    sudo apt upgrade
    ā€¦ I donā€™t know whether thatā€™s actually necessary for this limited purpose here either, but getting this Ubuntu installation up to date canā€™t hurt.
    sudo apt install zip
    ā€¦ else the modem.zip creator script would complain, and I use unzip from this package further below ā€¦

  4. wget https://github.com/WeAreFairphone/modem_zip_generator/archive/master.zip
    ā€¦ Since the script is on GitHub, you could of course employ git to clone it, but Iā€™m not too familiar with that yet, hence the oldschool downloading and the following :innocent: ā€¦

  5. unzip master.zip

  6. cd modem_zip_generator-master
    ā€¦ You should see modem.sh (the script file) here now with an ls or ls -la for more info or even dir if you like.

  7. At this point, perhaps modem.sh may not be up to date, so you could edit in the latest OS version number, download links and checksums at the start of the script ā€¦ without continuing the editor war if possible, so for convenienceā€™s sake ā€¦
    nano modem.sh
    ā€¦ Right clicking pastes something into the Linux terminal, so you can transfer the links and checksums over from the Fairphone Open OS download page (which is usually faster in publishing new versions compared to the Fairphone OS pages), and donā€™t forget to change the OS version number in the script,
    and Control+O saves the file.

  8. sudo ./modem.sh
    ā€¦ This should say ā€œFairphone modem.zip generatorā€ now and create your new modem.zip in a few minutes.

  9. Transfer the created modem.zip over to Windows ā€¦ C: is mounted on the Linux side as /mnt/c ā€¦ so you can copy it to somewhere the currently logged in user of the Windows side would have write permissions, e.g. ā€¦
    sudo cp modem-18.04.1.zip /mnt/c/Users/yourwindowsusername/Desktop

Done.

6 Likes

By the way ā€¦ The Fairphone Open OS 18.04.1 modem blobs are the same as the 18.03.1 ones (says WinMerge), so probably there will be no new modem.zip over here.

1 Like

Update installed via TWRP 3.2.1-0 (Releases)

The following things work for me so far:

  • call / be called
  • send SMS / receive SMS
  • internet via WiFi
  • internet via mobile network
  • location
  • compass
  • screenshot
  • main camera (new module)
  • selfie camera (new module)
  • USB connection to PC / MTP
  • alarm (incl. swiping it off)
  • MyPhoneExplorer
  • root (via already installed addonsu-14.1-arm-signed.zip, not installed again)
  • USB OTG
  • WiFi hotspot
  • Bluetooth (music playback, data connection)
  • FM radio

For things that might not work thereā€™s a bugtracker.

5 Likes

Do we have to update the Google apps with the zip package or do te apps are updated by themselves?

Valid question, please continue reading from here ā€¦

Update installed via TWRP 3.2.1-0 (Releases)

The following things work for me so far:

  • call / be called
  • send SMS / receive SMS
  • internet via WiFi
  • internet via mobile network
  • location
  • compass
  • screenshot
  • main camera (new module)
  • selfie camera (new module)
  • USB connection to PC / MTP
  • alarm (incl. swiping it off)
  • MyPhoneExplorer
  • root (via already installed addonsu-14.1-arm-signed.zip, not installed again)
  • USB OTG
  • WiFi hotspot
  • Bluetooth (music playback, data connection)
  • FM radio

For things that might not work thereā€™s a bugtracker.

5 Likes

Update installed via TWRP 3.2.1-0 (Releases)

The following things work for me so far:

  • call / be called
  • send SMS / receive SMS
  • internet via WiFi
  • internet via mobile network
  • location
  • compass
  • screenshot
  • main camera (new module)
  • selfie camera (new module)
  • USB connection to PC / MTP
  • alarm (incl. swiping it off)
  • MyPhoneExplorer
  • root (via already installed addonsu-14.1-arm-signed.zip, not installed again)
  • USB OTG
  • WiFi hotspot
  • Bluetooth (music playback, data connection)
  • FM radio

For things that might not work thereā€™s a bugtracker.

4 Likes

Update installed via TWRP 3.2.1-0 (Releases)

The following things work for me so far:

  • call / be called
  • send SMS / receive SMS
  • internet via WiFi
  • internet via mobile network
  • location
  • compass
  • screenshot
  • main camera (new module)
  • selfie camera (new module)
  • USB connection to PC / MTP
  • alarm (incl. swiping it off)
  • MyPhoneExplorer
  • root (via already installed addonsu-14.1-arm-signed.zip, not installed again)
  • USB OTG
  • WiFi hotspot
  • Bluetooth (music playback, data connection)
  • FM radio

For things that might not work thereā€™s a bugtracker.

3 Likes

Update installed via TWRP 3.2.1-0 (Releases)

The following things work for me so far:

  • call / be called
  • send SMS / receive SMS
  • internet via WiFi
  • internet via mobile network
  • location
  • compass
  • screenshot
  • main camera (new module)
  • selfie camera (new module)
  • USB connection to PC / MTP
  • alarm (incl. swiping it off)
  • MyPhoneExplorer
  • root (via already installed addonsu-14.1-arm-signed.zip, not installed again)
  • USB OTG
  • WiFi hotspot
  • Bluetooth (music playback, data connection)
  • FM radio

For things that might not work thereā€™s a bugtracker.

4 Likes

Update installed via TWRP 3.2.1-0 (Releases)

The following things work for me so far:

  • call / be called
  • send SMS / receive SMS
  • internet via WiFi
  • internet via mobile network
  • location
  • compass
  • screenshot
  • main camera (new module)
  • selfie camera (new module)
  • USB connection to PC / MTP
  • alarm (incl. swiping it off)
  • MyPhoneExplorer 1.8.8
  • root (via already installed addonsu-14.1-arm-signed.zip, not installed again)
  • USB OTG
  • WiFi hotspot
  • Bluetooth (music playback, data connection)
  • FM radio

For things that might not work thereā€™s a bugtracker.

3 Likes

Update installed via TWRP 3.2.1-0 (Releases)

The following things work for me so far:

  • call / be called
  • send SMS / receive SMS
  • internet via WiFi
  • internet via mobile network
  • location
  • compass
  • screenshot
  • main camera (new module)
  • selfie camera (new module)
  • USB connection to PC / MTP
  • alarm (incl. swiping it off)
  • MyPhoneExplorer 1.8.9
  • root (via already installed addonsu-14.1-arm-signed.zip, not installed again)
  • USB OTG
  • WiFi hotspot
  • Bluetooth (music playback, data connection)
  • FM radio

For things that might not work thereā€™s a bugtracker.

4 Likes

Interestingly I found rebooting after the last update to be much faster than before. While it usually took more than five minutes itā€™s now down to normal, just as if youā€™d reboot casually.

Update installed via TWRP 3.2.1-0 (Releases)

The following things work for me so far:

  • call / be called
  • send SMS / receive SMS
  • internet via WiFi
  • internet via mobile network
  • location
  • compass
  • screenshot
  • main camera (new module)
  • selfie camera (new module)
  • USB connection to PC / MTP
  • alarm (incl. swiping it off)
  • MyPhoneExplorer 1.8.9
  • root (via already installed addonsu-14.1-arm-signed.zip, not installed again)
  • USB OTG
  • WiFi hotspot
  • Bluetooth (music playback, data connection)
  • FM radio

For things that might not work thereā€™s a bugtracker.

2 Likes

Update installed via TWRP 3.2.1-0 (Releases)

The following things work for me so far:

  • call / be called
  • send SMS / receive SMS
  • internet via WiFi
  • internet via mobile network
  • location
  • compass
  • screenshot
  • main camera (new module)
  • selfie camera (new module)
  • USB connection to PC / MTP
  • alarm (incl. swiping it off)
  • MyPhoneExplorer 1.8.9
  • root (via already installed addonsu-14.1-arm-signed.zip, not installed again)
  • USB OTG
  • WiFi hotspot
  • Bluetooth (music playback, data connection)
  • FM radio

For things that might not work thereā€™s a bugtracker.

1 Like

Update installed via TWRP 3.2.1-0 (Releases)

The following things work for me so far:

  • call / be called
  • send SMS / receive SMS
  • internet via WiFi
  • internet via mobile network
  • location
  • compass
  • screenshot
  • main camera (new module)
  • selfie camera (new module)
  • USB connection to PC / MTP
  • alarm (incl. swiping it off)
  • MyPhoneExplorer 1.8.9
  • root (via already installed addonsu-14.1-arm-signed.zip, not installed again)
  • USB OTG
  • WiFi hotspot
  • Bluetooth (music playback, data connection)
  • FM radio

For things that might not work thereā€™s a bugtracker.

3 Likes