add driver UVC to existing kernel and compile - General Questions and Answers

Dear to all, I'm trying to compile kernel of klabit for galaxy s9 g9600 (this is the related thread https://forum.xda-developers.com/t/kernel-q-g9650-g9600-klabit-kernel.3900816/ and this is the repository https://github.com/klabit87/android_kernel_samsung_sdm845). I want know 2 things:
1. How compil that kernel? There are compiler, and/or some tips and tricks different compared to first post procedure of thread https://forum.xda-developers.com/t/reference-how-to-compile-an-android-kernel.3627297/ ?
2. I want add uvc drivers to kernel (usb video class to use webcamera with hardware encoding with linphone). How should I do?
Best regards

nobody?

nobody?

up

Wromg place: ask mods to move this thread here to:
Android Q&A, Help & Troubleshooting
This forum is for all of your questions about Android Development and Hacking. If you need help troubleshooting a problem, please be as specific as possible by describing your software configuration, including the ROM, kernel, and any modifications you've done.
forum.xda-developers.com

xXx yYy said:
Wromg place: ask mods to move this thread here to:
Android Q&A, Help & Troubleshooting
This forum is for all of your questions about Android Development and Hacking. If you need help troubleshooting a problem, please be as specific as possible by describing your software configuration, including the ROM, kernel, and any modifications you've done.
forum.xda-developers.com
Click to expand...
Click to collapse
this thread has already been moved from mods

Then good luck!

xXx yYy said:
Then good luck!
Click to expand...
Click to collapse
I don't know why nobody help me

somebody can help? I want know only how to add uvc driver

Related

[Completed] [Q] Upgrading Ported Custom ROMs

Hello everyone here,
I've ported a custom ROM for my device from existing Base ROM. But both the ROMs are Android 4.1.1 . Now can anyone help me how to upgrade the version(Example: I want to upgrade to Android 4.4.4) of my Ported ROM? I googled a lot but I couldn't find anything useful/understandable for me. Thank you.
Hi,
You can try this tutorial on porting,
> Android Development and Hacking > Android Software Development > [GUIDE]How To Port ROMS to Your Device [AOSP]
If that doesn't help you you can ask for help. Until you reach 10 constructive posts, asking a question there will automatically open a thread in the general Q&A section... Just so you know.
Good luck!
Thank you for your Reply
KJ said:
Hi,
You can try this tutorial on porting,
> Android Development and Hacking > Android Software Development > [GUIDE]How To Port ROMS to Your Device [AOSP]
If that doesn't help you you can ask for help. Until you reach 10 constructive posts, asking a question there will automatically open a thread in the general Q&A section... Just so you know.
Good luck!
Click to expand...
Click to collapse
I ported my ROM by following the thread you just mentioned. But It doesn't change the Android version. Actually I need to upgrade the Android version of my ported ROM. Hope somebody will help me with this. Anyway thank you
You can post in that thread for help, as I mentioned. ?
Thank you. Thread closed.

[Completed] [Q] How to create ROM for a particular device?

Hello Everyone,
I am Ireen. Last few weeks I have been trying to build a custom ROM and I finally did it. But most important and confusing thing is how I flash this ROM to my device. I am not using popular device like HTC or Samsung I am using a Chinese tablet (MTK). So from this step what I have to do to flash this ROM to my device. On some tutorial they suggest to download kernel source code from HTC or Samsung website. If I manage kernel source code for this device then how I marge it with my ROM and prepare my rom perfect for flashing into my device.?
I just need some guide lines. Any tutorial or thread link will help.
Thanks in advance.
Hi
Thanks for writing to us at XDA Assist. I'd suggest you start by having a look at the following section of XDA:
Android Development and Hacking
Within it you'll find some very helpful sub-forums, in particular:
Miscellaneous Android Development - For ROMs, kernels, tools and scripts only (devices that do not have a forum on XDA)
And if you need to ask any questions regarding your development you can do so here:
Android Q&A, Help & Troubleshooting

[Completed] Kernel Modem

Hi guys, I want to ask a question.
I want to make a custom kernel for my device. There are no exsisiting custom kernel, but there are custom kernels for a very similar device. The only difference is their modem/baseband. I have the source of the stock kernel. I want to ask how can I merge the modem within the kernels.(files to replace, lines to change, etc.)
Thanks.
Hi there,
You can learn more about kernel development here:
[GUIDE] Build Your Own Android Kernel{Easiest and Fastest Way] [Using The NDK]
[TUTORIAL][VIDEO]Build your own Android kernel
I suggest reading a couple of the relevant kernel tutorials found here: xda-developers - Chef Central - Android
Good luck
Good luck
R_a_z_v_a_n said:
Hi there,
You can learn more about kernel development here:
[GUIDE] Build Your Own Android Kernel{Easiest and Fastest Way] [Using The NDK]
[TUTORIAL][VIDEO]Build your own Android kernel
I suggest reading a couple of the relevant kernel tutorials found here: xda-developers - Chef Central - Android
Good luck
Good luck
Click to expand...
Click to collapse
Oh thank you anyway sir. But I know how to build a kernel, what I am asking is how to modify it. Any ideas?
Sorry but our mission is to point user to the right direction and not for technical support. Please read our sticky thread with the purpise of this forum.
Thanks for understanding
R_a_z_v_a_n said:
Sorry but our mission is to point user to the right direction and not for technical support. Please read our sticky thread with the purpise of this forum.
Thanks for understanding
Click to expand...
Click to collapse
Thanks. Will search in that section.

[Completed] Question about google exoplayer

Hello, I am new to the forum.
I want to run the exoplyer of google (link:https://github.com/google/ExoPlayer) in my android phone Panasonic P55.
Now I have downloaded the source code files of exoplayer but i know nothing about compiling such files.
I have read the instructions in the webpage but it makes no sense to me.
If anyone can please compile the files into an apk file, I will be much much grateful. Thank you in advance.
XDA Visitor said:
Hello, I am new to the forum.
I want to run the exoplyer of google (link:https://github.com/google/ExoPlayer) in my android phone Panasonic P55.
Now I have downloaded the source code files of exoplayer but i know nothing about compiling such files.
I have read the instructions in the webpage but it makes no sense to me.
If anyone can please compile the files into an apk file, I will be much much grateful. Thank you in advance.
Click to expand...
Click to collapse
Hello, and welcome to XDA!
I tried compiling as well, but I had some stuff that was out of date, so ExoPlayer didn't import properly.
I would create an account, so you can post in other forums. Then, I would pose the question in the Go to first new post in the > Android Development and Hacking > Android Q&A, Help & Troubleshooting > [Ask Any Question][Newbie Friendly] thread.
Edit. I got it to compile, but it's a demo program, and although it probably has to do with my system configuration, it's very rough around the edges.
By the sounds of the description, it seems to be more for a media framework than a front-end for say, YouTube. Even if it was compiled properly, I don't think it will do what you are looking for. Sorry.
Hope this helps, and good luck!

[CLOSED]non split APK

Does anyone know how to make a non split APK From getting the base + config for a single APK?
a p e x said:
Does anyone know how to make a non split APK From getting the base + config for a single APK?
Click to expand...
Click to collapse
Android Q&A, Help & Troubleshooting
This forum is for all of your questions about Android Development and Hacking. If you need help troubleshooting a problem, please be as specific as possible by describing your software configuration, including the ROM, kernel, and any modifications you've done.
forum.xda-developers.com

Categories

Resources