Hi,
I'd like to build a custom kernel for Nvidia Shield TV 2017 (darcy) using this instruction https://www.brightdevelopers.com/compile-android-kernel-and-flashing-to-nvidia-shield-tv/ but for 8.0.0 or newer software version. I'm facing the issue with Nvidia source tree https://developer.nvidia.com/shield-open-source because it's missing lot of modules in manifest and there is no possibility to even start the build process. What can be done to build kernel? Is it possible that someone will guide me whit this process?
Thanks a lot, Tom.
Related
Hi everyone,
I am wanting to compile stock AOSP from the master branch per the instructions provided on the AOSP website. However, when looking for the proprietary binaries that are needed to enable hardware functionality, there are no binaries available for my Nexus 7 (WiFi, 2012). Has anyone managed to find any binaries that would be compatible that I could install into the source tree prior to commencing the build? I'm honestly not sure what I should be Googling for, if such binaries even exist. I can find binary blobs for the 2013 model (Flo), but the newest blobs I can find for the 2012 model are for 5.1.1.
Thanks in advance for all your help!
Tyler K.
I have tried the tutorials that are available on XDA, but it looks like this kernel is unable to be built outside of an Android project, but maybe I am doing something wrong.
How does one actually build the kernel that is provide by Lenovo. Is it possible to build the kernel by itself using the source provided by Lenovo?
.
The kernel source is here:
https://pcsupport.lenovo.com/us/en/...ntent=20190613_20190613184825&linkId=68972849
I am new to android kernel build stuff. So please forgive me if this is not the right platform to raise this query.May i know the steps involved in building the kernel? I am trying to build the stock kernel updated by oneplus in github. Any help or supporting links about kernel compilation will be of utmost help to me. Thanks!
https://forum.xda-developers.com/an...erence-how-to-compile-android-kernel-t3627297
Kernel devs most likely uses scripts to compile their kernel which you can probably find in their github and adapt for yourself
Hello! This is my first post so please forgive me if I did not write this concisely enough ?
I am attempting to port Ubuntu Touch aka Halium-7.0 for the Amazon Fire HD 8 (2018 16gb model, Codename: karnak). I have adapted the device, common, kernel and vendor trees from Kaijones's repository here. I am keeping track of all the changes I made over on my own github in the following repositories:
Device Tree
Common Tree
Kernel Tree
Vendor Tree
The error: https://del.dog/lofudanaco.txt
What I've tried to do so far: I've come across this article that claims the issue is with the C compiler itself, providing some code to potentially fix the bug, however, I have doubts as to the actual nature of the problem and whether this solution is relevant to my issue or not. Any help is appreciated. TIA!
Hello,
For those interested in the original kernel source code for the SM-T813 :
As I am learning how to make ports for Android, I am trying to train on the original sources of the Linux kernel for the SM-T813.
After several weeks of research, I couldn't find the origin of the different kernel repositories.
Also on https://opensource.samsung.com, it was impossible to find the sources. So I contact them at the end of January to have an access to this sources...
... And they are now available !
You can download them on https://opensource.samsung.com (search SM-T813 at mobile phone on release center) or on my repository at https://github.com/Akipe/android_kernel_samsung_gts210vewifi_original_samsung
It is based on the T813XXS2BTK3 firmware with Android 7 Nougat.
I will see to ask for sources of similar tablets.
Will this help with porting new Adnoid version to these tablets?
Pawel_ said:
Will this help with porting new Adnoid version to these tablets?
Click to expand...
Click to collapse
I don't think so,
Kernel sources for this tablet already exist, and are ported to newer versions.
It is more useful for those who want start from scratch, and want to inspect the unmodified source code.
But my goal would be to successfully create from scratch for the SM-T813 LineageOS 14.1 (Android 7); and then try to move to the latest versions.
Since I am a beginner, I still have a lot to learn, and I don't have much time, so we will see