Lineage-16.0 (Android Pie) Beta

As far as I understand, I must have an Android Tree to generate the keys.
Do you mind publishing the script migration.sh? For me myself that would be much easier.

Thank You!

Same here.
Rest seems to be rock-solid :heart_eyes:

I was hoping that Lineage-16.0 would happen for the Fairphone, really glad to see that it is. Thanks @chrmhoffmann and @z3ntu!

3 Likes

As I never had to do this before ā€¦ How exactly do I do it?
I had a look at Signing Builds | LineageOS Wiki, but everything there seems to base on building LineageOS myself?

Canā€™t I just take the migration ZIP from here and reverse the key changes it is doing in the update-binary script to get from official to unofficial keys?
Or are the key values different now?


For the record ā€¦ didnā€™t help.

Encrypted the phone with 14.1 ā€¦ wiped 14.1 and installed 15.1, which started up fine with encryption intact ā€¦ flashed a ā€œreversedā€ migration ZIP just to try something quickly ā€¦ installed 16.0 without wiping 15.1 ā€¦ didnā€™t help, decryption still unsuccessful.

Could there be some log somewhere which could help?

Hi all,

Iā€™m also interested in Lineage-16.0, and also that the encryption works.
Encryption is a mandatory requirement that I can continue to use the phone as a company phone, therefore I have a great interest to support the test - especially concerning the encryption.
But just like @AnotherElk, I do not know what exactly to do with the zip file with regard to changing the key.
@chrmhoffmann, is there a more detailed description on how to do it?

Hi, hope this helps:

  1. if a encryption is method is really old (low key size), it does not cost so much time/cpu-power to ā€œbrute-forceā€ it -> so maybe a new encryption after several android version is useful
  2. it is also to install it from scratch again, so the keys does not matter ->this works since my install at tuesday really well

(except some apps AntennaPod import issue is already closed but not released, SilenceIM import but the development seens to be dead)
It look like IPv6 support becomes a little bit worse again (with clat in wifi) - but thats i am still testing, and does not matter for ā€œusuallyā€ users.

To clarify: Encryption in LineageOS 16.0 works.

The problem: TWRP as of 3.2.3-0 can not decrypt encrypted data which was encrypted with Android 8 or (now) 9. TWRP would have to catch up here, but this seems to be extremely tricky for developers.
TWRP being able to decrypt is desirable, because TWRP has a really neat backup feature, which loses much of its charme when the data partition (the only thing that really gets encrypted) is missing in the backup.

Workaround for LineageOS 15.1: 15.1. could be installed and ran totally fine with encryption already in place from a former Android (e.g. LineageOS 14.1 = Android 7). So TWRP was happy with that, too.

Workaround for LineageOS 16.0: Thereā€™s the problem now. 16.0 seemingly doesnā€™t behave like 15.1. with the old encryption already in place and doesnā€™t even boot.

3 Likes

Thanks for the info that encryption work in principle.
But as you also mentioned it, I like TWRPā€™s backup/restore functionality, and I donā€™t want to miss it.

This is exaxtly the problem! I need a backup and if it does not even boot it is for me useless.
I understood that I can encrypt 16.1. but not backup data via TWRP because TWRP does not decrypt.
What can we do?

  1. Run encrypted phone with 16.1 but without TWRP backup ?
  2. Look for another good backup method. I do not know one. Platinum backup needs rooted phone. Basically I do not want to root, but does Platinum work with encrypted 16.1.?
  3. Any other suggestions?

Keep using official 15.1 until currently unofficial 16.0 becomes official, and hope for some workaround until then?

Itā€™s still testing stage ā€¦ weā€™ve been there before :wink: .

6 Likes

Has anyone tried out Netguard? It doesnā€™t work with Lineage 15.1. (Thread: Netguard blocks all traffic. Iā€™m not brave and clever enough to try out an unofficial version. But I really hope it works again with Lineage 16.0.

Hello !
I installed the upgrade and it works, thank you chris!
Didnā€™t migrate the keys, though, but it works anyway (*).
What I had to do is to reinstall the openGapps pico for android 9, before doing that google play services was crashing continuouslyā€¦

(*) EDIT: I desactivated ā€œsignature verificationā€ in Parameters > Security and localisation > Trust

Tried it some time ago and it worked with Lineage 15.1 . Download was via F-Droid (now again available there). I tried the free version which is in my opinion fully sufficient. Upgrade is - as far as I remember - possible via a donation to the developer.
It was a test only for me because it is not really necessary with Lineage and I deleted it some time later. How to do installation and adjustments please read info from Mike Kuketz

Yes, you need to install via recovery a new version of gapps when upgrading to a new major release.

You should also migrate keys, as apparently you lose system app settings.

Chris

1 Like

I would like to test this coming from FPOOS. Can I just wipe and flash in TWRP (as per usual)?

If you have a backup of everything you consider important, and if your phone is not encrypted, then yes.

If your phone is encrypted, you will have to remove encryption with Format Data in TWRP before installing 16.0 (currently), else it will not boot (currently). You can encrypt in 16.0 after it is installed, but TWRP canā€™t handle this 16.0-encrypted data partition then (currently, but TWRP will work with the other partitions, so e.g. updates should work).

1 Like

Heyho,

many thanks to @chrmhoffmann and @z3ntu!!!
After I finally understood howto change the keys, I updated today.
It worked like charm! All system settings have been kept. Except the homescreen (widgets and nearly all icons lost; wallpaper stayed the same) and the preferred SIM card for calls .

A first Bug Iā€™ve found: After setting the display size and tabbing the button ā€œrecent itemsā€ the screen just shows the wallpaper and Iā€™ve to reboot the phone.

For all who want to change the keys. This is what I did:

adb root 
adb shell stop
adb push ./migration.sh /data/local/tmp/migration.sh
adb shell chmod +x /data/local/tmp/migration.sh
adb shell sh /data/local/tmp/migration.sh unofficial
adb reboot recovery
# Now install the LineageOS install zip

The file migration.sh can be found here: migration.sh

14 Likes

Just tried to run the migration script as described above.
I get these error messages:
C:\Program Files (x86)\Minimal ADB and Fastboot>adb push c:/temp/migration.sh /data/local/tmp/migration.sh
[100%] /data/local/tmp/migration.sh

C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell chmod +x /data/local/tmp/migration.sh

C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell sh /data/local/tmp/migration.sh unofficial
: not found/tmp/migration.sh: line 2:
: not found/tmp/migration.sh: line 12:
: not found/tmp/migration.sh: line 22:
: not found/tmp/migration.sh: line 23:
: not found/tmp/migration.sh: line 26:
/data/local/tmp/migration.sh: line 27: syntax error: unexpected word (expecting ā€œinā€)

What I did wrong?

Solved the issue, replaced Windows line end with line ends in Unix format.
Tried the first installation with my encrypted mobile, but restart failed, it was mentioned that corrupt data partition canā€™t be opend, please reset your phone.
Iā€™m now recovering latest backup, continue tomorrow.

2 Likes

Maybe this problem wouldnā€™t exist if you downloaded the script via git or repo. But I donā€™t understand git enough to extract the URL. So I downloaded 66 GB of data just for this little script. :wink:

Since Iā€™ve been using Unix for decades, how exactly did you replace the line ends?

Maybe this problem could be avoided by downloading the script directly to the phone.