Hi. As the title says, can anyone guide me on how to build ROMs and Kernels on Windows? I have searched and read articles on the net, and they just got me very much confused.
Steps that I took are:
- Installed VM and followed all steps and imported builduntu. This method seems to be not yielding anything.
- I also download Git Desktop for Windows. I have set up an account in Github, made a repo and synced with the desktop equivalent, but I don't know how to clone a repo.
- I seem to follow steps but does not yield anything.
So guys, please help me in this.
And Thanks in Advance!
@MitoTakatori first you should search how to install Linux on a Virtual machine. Which is, Linux running on top of Windows. From there you take the next steps as everything will be done in the Linux Virtual machine you install.
Related
First of all, I'm not a total newbie to this kind of stuff. I've already been creating firmwares for Different mobile Phones, some Linux-running routers and the Sony PSP, but this is my first try on Android.
At first I wanted to start off simply: compile the source on my Ubuntu and flash it - that's how I would start with any open-source 'from the scratch'-project. So I got repo, set it up and synced it, compiled it and created a zip with the rom kitchen to try if it even boots. Well it didn't (this is a bit more complicated than flashing a linux firmware to a router). Then I've taken a look a the update-script and modified it. The rom now installs successfully, but still doesn't boot. Wel my questions are:
1. Are there any guides on properly setting up the update-script? I didn't find anything, but maybe I didn't look in the right places.
2. I probably did everything wrong with the compiling. what are the options I get when I enter 'lunch' for? They should change settings for the compilation right? Am I good with the HTC passion option or do I need anything different?
Finally don't be angry because of my grammar/spelling, I'm from germany and don't get mad because of possibly 'noobish' questions, I promised I searched the forums and giyf.com
CrisisCorE said:
1. Are there any guides on properly setting up the update-script? I didn't find anything, but maybe I didn't look in the right places.
Click to expand...
Click to collapse
I too have searched for this with little to no success, so +1 on this...
Im also in need of a guide how to completely demolish/rebuild the update-script.
Someone who can point a finger?
Nobody? nothing?
Hi! I have built myself a virtual machine on my PC to try my hand at compiling my own rom. I went as far as adding the Slimroms repo and syncing it, but then, the tutorial was over and I was clueless.
I know I need to add another repo from git for my specific device (OneV) but I have no clue how to proceed from there to end up with a flashable ROM.
If any of you have any tutorial, forum, webpage, anything with OneV specific instructions, I'd be really grateful!
Many thanx!
Hey guys!
I just got my serranoltexx and am fairly happy. However, I really would like to try and get AOKP running. Could any devs point me in the direction of where to start, you know, just bootstrap me with some reading? I have a background in Linux and UNIX, have developed some networking stack API projects on windows and have written a ****load of bash, perl etc. scripts in the past. I've also worked on the Matroska container format. Compiling etc. pose no challanges for me. However, I have never fumbled around with Android and I have no idea what drivers and other components might be needed. And how to start finding out what's missing...
I do know how to bootstrap my source repository and sync it... and in theory also how to compile AOKP - for supported devices, that is. What I don't know is: how do I start resolving unmet dependencies, and, you know, generally port a rom to a new device?
Please don't post if you haven't even compiled your own ROM yet. More likely than not, you'd be wasting your time.
I've posted on xda-dev as well, not sure which is the more suitable forum, possibly this one... Link to the other thread:
http://forum.xda-developers.com/showthread.php?t=2501539
And please don't post me to this guide right here as it is only of limited help. As I said, I know how to do it in general... You know, this guide:
http://aokp.co/learn/so-you-want-to-build-aokp-jb-ubuntu-1204
I tried to build it, but many things are missing once i flashed the *.zip.
Maybe i messed up with sources and patches.
Tell us if you have success! :good:
Hi
I have asked this before but I haven't gotten the answer and some things have changed.
My goal is to edit the kernel of my device to include rtl8192cu driver.
I have the sources from http://gitgub.com/puresoul/android_kernel_lge_d605 (I hope I got the link right) I am currently stuck at creating the .config file and getting the right files to include the driver. Could anyone help me out, any links to tutorials that actually tell me how to? The guides online are almost all specific to a certain device or their goal is different.
Hey guys! I am pretty new to a lot of this rooting and custom ROM installs. I recently picked up an Asus TF300T from a friend at work which i have root(the easy part). The reason why i was looking into this or even a laptop was because i wanted to start tinkering with pen testing with Kali Linux. After a lot of research, trying to retain what information i could, i have found there is an image for Kali for armel. This brings 2 questions to mind that i cannot find the answers to. 1 - Even though the CPU on my Asus tablet is ARMv7 will armel images work? From what i have found, i would want to use an armhf image to flash to the device due to the version of the CPU. And 2 - Is there a distro(i have been unsuccessful finding one) that has the drivers required to make a smoothing working environment? During the course of my research into this issue, i have found there are some distributions of Ubuntu that currently work with my tablet. More specifically Ubuntu Touch(i think?). This got me thinking, since both Kali and Ubuntu are both Debian based distros(i could be wrong, please correct me if i am) could i take the section of the file system from Ubuntu Touch that has the drivers for my tablet that allow it to work correctly and replace it with the section of the file system for the ARM image of Kali? I should mention that i have been able to get Kali to install and run with Linux Deploy. However, i feel it is slower than i was anticipating. And all the tools are there, they just do not open for some reason. Which is a whole different issue that i haven't figured out yet. I was hoping that perhaps one of you may have an idea if the two questions i have posed will work, or could maybe shed some light on how to go about accomplishing what i am trying to do. Or if any of you know of a version of Kali that will work on my tablet or maybe even one someone has already built for this particular model. Any guidance, tips, or knowledge on this subject will be very much appreciated. I understand going out and buying a laptop or a tablet with an image supported on Kalis website would be the ideal and most efficient solution, but i have a bad habit taking the hard way to gain some more information and knowledge haha. Thank you all for taking the time to read this and thanks in advanced for any responses .
Kyle