J510xx 8.1 KERNEL (Open Source) - Samsung Galaxy J5 (2016) ROMs, Kernels, Recoveries

Here is the kernel download link for Oreo roms
Its Open Source so enyone can make it better...
/// enjoy///
https://github.com/Galaxy-MSM8916/r...ug-bootimage-lineage-15.1-j2-20180904-j5xnlte

Related

Help! Trying to port for Lg P710

Hello!
I am trying to port some Custom ROM to my Lg P710 (Lg L7 II). Since the bootloader got unlocked and now i have CWM i decided to start to port a custom rom. I read some tutorials and i understood the basics but how can i get the stock rom from Lg. I downloaded the Kdz file and tried to build from source but i am stuck here. I don't know what i shall do. When i build from source i get a really small output like e 30 MB output. Can someone help me clarify this please?
Lg Instructions for building android and kernel:
1. Android build
- Download original android source code ( Jelly Bean 4.1 ) from http://source.android.com
- Unzip opensource packages of P710(Optimus L7 II)_Android_JB_P710V10h_EUR.zip into downloaded android source directory
- And, merge the source into the android source code(Jelly Bean)
- Run following scripts to build android
a) source build/envsetup.sh
b) choosecombo
c) make -j4
- When you compile the android source code, you have to add google original prebuilt source(toolchain)
into the android folder
( add prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin to PATH )
- After build, you can find output at out/target/product/generic
2. Kernel Build
- Unzip using following command at the android folder
- When you compile the kernel source code, you have to add google original prebuilt source(toolchain)
into the android folder.
- cd kernel
- export ARCH=arm
- export TARGET_PRODUCT=vee7e_open_eu
- export CROSS_COMPILE=../prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
- make vee7-rev_10_defconfig
- make zImage
3. After Build, You Can find the build image at arch/arm/boot.
christi9503 said:
Hello!
I am trying to port some Custom ROM to my Lg P710 (Lg L7 II). Since the bootloader got unlocked and now i have CWM i decided to start to port a custom rom. I read some tutorials and i understood the basics but how can i get the stock rom from Lg. I downloaded the Kdz file and tried to build from source but i am stuck here. I don't know what i shall do. When i build from source i get a really small output like e 30 MB output. Can someone help me clarify this please?
Lg Instructions for building android and kernel:
1. Android build
- Download original android source code ( Jelly Bean 4.1 ) from http://source.android.com
- Unzip opensource packages of P710(Optimus L7 II)_Android_JB_P710V10h_EUR.zip into downloaded android source directory
- And, merge the source into the android source code(Jelly Bean)
- Run following scripts to build android
a) source build/envsetup.sh
b) choosecombo
c) make -j4
- When you compile the android source code, you have to add google original prebuilt source(toolchain)
into the android folder
( add prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin to PATH )
- After build, you can find output at out/target/product/generic
2. Kernel Build
- Unzip using following command at the android folder
- When you compile the kernel source code, you have to add google original prebuilt source(toolchain)
into the android folder.
- cd kernel
- export ARCH=arm
- export TARGET_PRODUCT=vee7e_open_eu
- export CROSS_COMPILE=../prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
- make vee7-rev_10_defconfig
- make zImage
3. After Build, You Can find the build image at arch/arm/boot.
Click to expand...
Click to collapse
Please help!
christi9503 said:
Hello!
I am trying to port some Custom ROM to my Lg P710 (Lg L7 II). Since the bootloader got unlocked and now i have CWM i decided to start to port a custom rom. I read some tutorials and i understood the basics but how can i get the stock rom from Lg. I downloaded the Kdz file and tried to build from source but i am stuck here. I don't know what i shall do. When i build from source i get a really small output like e 30 MB output. Can someone help me clarify this please?
Lg Instructions for building android and kernel:
1. Android build
- Download original android source code ( Jelly Bean 4.1 ) from http://source.android.com
- Unzip opensource packages of P710(Optimus L7 II)_Android_JB_P710V10h_EUR.zip into downloaded android source directory
- And, merge the source into the android source code(Jelly Bean)
- Run following scripts to build android
a) source build/envsetup.sh
b) choosecombo
c) make -j4
- When you compile the android source code, you have to add google original prebuilt source(toolchain)
into the android folder
( add prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin to PATH )
- After build, you can find output at out/target/product/generic
2. Kernel Build
- Unzip using following command at the android folder
- When you compile the kernel source code, you have to add google original prebuilt source(toolchain)
into the android folder.
- cd kernel
- export ARCH=arm
- export TARGET_PRODUCT=vee7e_open_eu
- export CROSS_COMPILE=../prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
- make vee7-rev_10_defconfig
- make zImage
3. After Build, You Can find the build image at arch/arm/boot.
Click to expand...
Click to collapse
One question. You have the bootloader unlock? you as unlock the bootloader? Sorry for my bad English and greetings from Mexico.
Enviado desde mi LG-P714 mediante Tapatalk
neutrondev said:
Hello!
I am trying to port some Custom ROM to my Lg P710 (Lg L7 II). Since the bootloader got unlocked and now i have CWM i decided to start to port a custom rom. I read some tutorials and i understood the basics but how can i get the stock rom from Lg. I downloaded the Kdz file and tried to build from source but i am stuck here. I don't know what i shall do. When i build from source i get a really small output like e 30 MB output. Can someone help me clarify this please?
Lg Instructions for building android and kernel:
1. Android build
- Download original android source code ( Jelly Bean 4.1 ) from http://source.android.com
- Unzip opensource packages of P710(Optimus L7 II)_Android_JB_P710V10h_EUR.zip into downloaded android source directory
- And, merge the source into the android source code(Jelly Bean)
- Run following scripts to build android
a) source build/envsetup.sh
b) choosecombo
c) make -j4
- When you compile the android source code, you have to add google original prebuilt source(toolchain)
into the android folder
( add prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin to PATH )
- After build, you can find output at out/target/product/generic
2. Kernel Build
- Unzip using following command at the android folder
- When you compile the kernel source code, you have to add google original prebuilt source(toolchain)
into the android folder.
- cd kernel
- export ARCH=arm
- export TARGET_PRODUCT=vee7e_open_eu
- export CROSS_COMPILE=../prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
- make vee7-rev_10_defconfig
- make zImage
3. After Build, You Can find the build image at arch/arm/boot.
Click to expand...
Click to collapse
Which Rom are u BUILDING?
All guides are here -> http://forum.xda-developers.com/showthread.php?t=2073370

Local source code and Cyanogenmod 12.1

Hi, i have download all the source for my phone (zopo speed 7) and the source from cyanogenmod 12.1. How can i out my source on the cm folder for have a working rom ?
here is my list of zopo source code (see attcahment)

MiPad kernel source released!!!

Now as kernel source is released, will MiPad get updated roms??
(Android M/N)
Link for the kernel source?!
https://github.com/MiCode/Xiaomi_Kernel_OpenSource/tree/mocha-kk-oss
The link to sources
our blobs are very very old

All 3.18.19 Based Nougat Roms For Lenovo Vibe P1m

All 3.18.19 Bssed Nougat Roms For Lenovo Vibe P1m
​Roms :
Lineage OS
darklord>>>>Forum-post
Rex
Keng
Sagnik>>>>Forum-post
Sagar
Saif
Lineage OS [OMS]
z3r0c00l_2k>>>>Forum-post
Viper OS
Keng>>>>Forum-post
Rex>>>>Forum-post
Darkness Redefined
z3r0c00l_2k>>>>Forum-post
Candy Rom
Sandeep>>>>Forum-post
Resurrection Remix
Keng>>>>Forum-post
Rex
DhirajMS
Sagar>>>>Forum-post
Xenon HD
z3r0c00l_2k
Aosp Extended
Darklord>>>>Forum-post
Rex
Crdroid
Keng
Rex>>>>Forum-post
Dot OS
Keng
Rex
Oct OS
Keng
Colt OS
Keng
Validus
Keng
XOSP
Sandeep>>>>Forum-post
AICP
Keng>>>>Forum-post
Rex
Tesla OS
Keng
AOKP
Keng
Rex
Cypher OS (AOSCP)
Rex
Hexagon OS
Rex
Aim Rom
Rex
Mokee OS
Rex
PAOSP
Rom>>>>Patch
Notes:
All roms are based on mediatek 6735 64 bit chipset , 3.18.19 kernel
All roms have greenish pic in low light when they are taken using flash light
All roms have a small noise disturbance in low volume when using headset
All roms are based on new mount points so use twrp 3.1.1
XOSP by sandeep has old moun points so use twrp 3.1.0
All roms by keng needs Camera-Patch , flash this after the rom
None of them have Gapps so flash Gapps (Arm64,7.1,pico)
Some roms have magisk/superSU with it so check thier post's before flashing
Procedure:
Download Rom
Go to Recovery { use 3.1.1 }
Select rom.zip file
Flash
Flash magisk/superSU if you need
Reboot
Device Sources:
Device Tree
Kernel Tree
Vendor Tree
Note : Thanks to darklord for device sources , z3r0c00l_2k for fixing camera bug in source
Devs :
Darklord Github Gmail VK
z3r0c00l_2k Github Gmail XDA
Sandeep Kumar Github XDA
Keng Natan Github
Rex Github XDA Gmail
DhirajMS Github XDA
Sagnik Gmail Github
Saif Github
Other Posts
Lollipop Roms
Oreo Development
Contact US
Telegram Group Channel
Github
Website Rex Saif
Excellent Work Done by All Dev's
Cheers Up Guys???
[deleted]
What will happen if i try to flash these Roms in my phone which has kernel 3.10.65+ ????
tytfusokhszxc said:
What will happen if i try to flash these Roms in my phone which has kernel 3.10.65+ ????
Click to expand...
Click to collapse
The kernel you see on your device is a part of stock ROM , ones you flash a ROM via twrp or sp flash tool it will be replaced with the kernel from that ROM , so if you flash these ROMs it will get flashed without any problem but on some devices which have a slightly different hardware will have booting problems , if the ROMs boot by connecting charger it can be fixed , but if not booting at all there is no fix
Is there any Rom that is compatible with magisk?
Error while installing os
nn
What is the best rom for lenovo p1ma40 ?

[ROM][11][UNOFFICIAL][A37] LineageOS 18.1 for OPPO A37

Important information:
This thread is for LineageOS 18.1 opensource builds for OPPO A37, marketed as OPPO A37 by OPPO. The following will not be supported in this thread:
Custom Kernels
Mods
Modified system files
Xposed
Magisk
What's not working:
Baseband (see #2)
vm_bms
Video Recording
Installation:
If you are on the stock OS, you will first need a custom recovery.
If you are coming from stock or other ROMs, you need to do a factory reset.
As always, make sure to backup before installing this ROM.
Download link:
SourceForge
Recommended Google Apps package:
MindTheGapps
Changelog:
Changes for A37
Bug reports:
How to submit a bug report
Gitlab Issues
Donate to support development:
Donate via PayPal to TipzTeam
Donate via PayPal to LineageOS
Source Code:
Device tree
Kernel
LineageOS Github
Contributors
@yashraj22, @nicknitewolf, @TipzTeam, Lineage Team
ROM OS Version: 11.x Q
ROM Kernel: Linux 3.10.x
ROM Firmware Required: N/A
Based On: LineageOS
Note:
You will need to flash the attached patch to fix baseband.
Reserved
Enjoy guys, Posting LineagOS 17.1 Stable soon !
tipzrickycheung said:
Important information:
This thread is for LineageOS 18.1 opensource builds for OPPO A37, marketed as OPPO A37 by OPPO. The following will not be supported in this thread:
Custom Kernels
Mods
Modified system files
Xposed
Magisk
What's not working:
Baseband (see #2)
vm_bms
Video Recording
Installation:
If you are on the stock OS, you will first need a custom recovery.
If you are coming from stock or other ROMs, you need to do a factory reset.
As always, make sure to backup before installing this ROM.
Download link:
SourceForge
Recommended Google Apps package:
MindTheGapps
Changelog:
Changes for A37
Bug reports:
How to submit a bug report
Gitlab Issues
Donate to support development:
Donate via PayPal to TipzTeam
Donate via PayPal to LineageOS
Source Code:
Device tree
Kernel
LineageOS Github
Contributors
@yashraj22, @nicknitewolf, @TipzTeam, Lineage Team
ROM OS Version: 11.x Q
ROM Kernel: Linux 3.10.x
ROM Firmware Required: N/A
Based On: LineageOS
Click to expand...
Click to collapse
I want oppo a37 lk.bin file sir.... I have flashed wrong file...now phone is not booting
mobile network not working. flash baseband fix still not work. pls help!!
Hello I have installed Lineage OS 18.1 recently on Oppo A37fw and there is problem with it , I was reflashing the the rom with gaaps when was rebooting to recovery it comes on Lineage OS recovery and now it's permanent and not rebooting into system also please give solution

Categories

Resources