Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
Add LineageOS 16.0 support for OnePlus2
Browse files Browse the repository at this point in the history
  • Loading branch information
Re4son committed Mar 14, 2019
1 parent e3e2ea7 commit bc7c7ed
Show file tree
Hide file tree
Showing 45 changed files with 1,653 additions and 1 deletion.
1 change: 1 addition & 0 deletions kernels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ If you wish to add a kernel/new device, leave a link to source here and feel fre
# OXYGEN
# git clone https://github.com/binkybear/android_kernel_oneplus_msm8994.git -b OXYGEN
# CM
# git clone https://github.com/Re4son/android_kernel_oneplus_msm8994.git -b lineage-16.0
# git clone https://github.com/Re4son/android_kernel_oneplus_msm8994.git -b lineage-15.1
# git clone https://github.com/Re4son/android_kernel_oneplus_msm8994.git -b cm-14.1
# git clone https://github.com/binkybear/android_kernel_oneplus_msm8994.git -b cm-13.0
Expand Down
Binary file added pie/oneplus2cm/Image.gz-dtb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
697 changes: 697 additions & 0 deletions pie/oneplus2cm/modules/3.10.108-re4son+/modules.alias

Large diffs are not rendered by default.

Binary file not shown.
Loading

3 comments on commit bc7c7ed

@Viktova
Copy link

@Viktova Viktova commented on bc7c7ed Apr 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doesn't work on LOS 16.0 at least the 09/04/2019 (dd/mm/yyyy) release using kali-nethunter-full-arm64 built few weeks ago (nightly).. there're no apps in the app drawer.

as if it's not installing anything although It did say "Successfully installed nethunter" inside TWRP.
No errors showed while flashing the zip.

Used the build.py and it automatically generated the zip file after a while of download lots of stuff.
I did inspect the zip, and the apks are actually in there but they were never installed on the device.

can anyone else confirm this? I tried it twice, same result.

@Re4son
Copy link
Collaborator Author

@Re4son Re4son commented on bc7c7ed Apr 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are correct, but that is an installer issue not kernel related. We are currently working on that.
The issue is that Oreo introduced a new aproach to installing user apps, which doesn't allow a simple installation through recovery.
The latest installer in the 2019.2 branch will now detect the Android version and copy the apks across to /sdcard/nethunter_files instead to be picked up by the nethunter app and installed during the initial run:
offensive-security/nethunter-app#207

We are working on it but for now you have to install all apks manually, sorry for that.

@Viktova
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm on Android Pie not Oreo (i think I got what you meant, this is the new way of installing apps starting from Oreo and up).
Confirmed to work but you must flash the generated zip (using build.py) again after you manually install the APKs via adb

Works with the latest Magisk 18.1

Just not sure if the following is reported somewhere, the nethunter app crashes whenever I click on the "Check app update" button.

Thanks for your reply!

Please sign in to comment.