Where can I get android`s init and system v init sources?
Related
There's a bunch of new updates for the Linux 3.0 kernel specific to OMAP up on the Android Source GIT.
[ New User can't post link to the Android Source GIT ]
Be intersting to see if some of this can make it into a Motorola update.
Information from G+
CM 11 Manifest is up
repo init -u git:// github.com/CyanogenMod/android.git -b cm-11.0
Proceed with caution. The phone you brick could be your own.
I would like to know the procedure in how to merge a newer build of android kernel into my github project.
For example: I built a kernel built on android 5.1.0 kernel sources. For example: I want to merge the newer kernel sources for android 5.1.1 into my kernel built on 5.1.0.
"Merge branch 'android-msm-hammerhead-3.4-lollipop-mr1' into lollipop-mr1"
Standard git merge...
1. Checkout your git repo
Code:
git clone <your repo> -b <your branch>
(in your example above, <your branch> = 'lollipop-mr1')
2. Go to that directory
Code:
cd <checkout dir>
3. Add upstream kernel source as a remote repository
Code:
git remote add upstream <upstream kernel repo>
git fetch upstream
4. Checkout the upstream branch you want to merge
Code:
git checkout <upstream branch>
(in your example above, <upstream branch> = 'android-msm-hammerhead-3.4-lollipop-mr1')
5. Checkout your branch
Code:
git checkout <your branch>
6. Merge the upstream branch
Code:
git merge <upstream branch>
7a. If you have no conflicts, push the changes
Code:
git push
7b. If you have conflicts, resolve all the conflicts and the push the changes
Code:
git commit -a
git push
Hope this helps
Hi, I am trying to build a ROM, but I have hit this error, while pulling propriety blobs "[email protected]:~/android$ ./extract-files.sh ~/android/system_dump/ -bash: ./extract-files.sh: No such file or directory"
This would be the first time I will be building a ROM, please be elaborate.
You can get those proprietary blobs from The GitHub . It is available in TheMuppets GitHub ( Vendor) and LineageOS GitHub ( Kernel , Device Tree ) if you're okay to download them
Im trying compile kernel with Nethunter kernel builder
Kali Linux / NetHunter / build-scripts / kali-nethunter-kernel · GitLab
Kernel Builder
gitlab.com
but i get error like this
error no member named 'rx_lock' in 'struct hci_uart'
View attachment 5657923
OS i use to compile mi 5 kernel
Ubuntu SSH
Kernel : https://github.com/xNombre/msm-4.4
How to fix error no member named 'rx_lock' in 'struct hci_uart'
Simple goto 'networking support > bluetooth subsystem support > bluetooth device drivers' in kernel configuration and disable HCI UART driver