Re: [android-kernel] Compiling A Cyanogen Mod 10.1 For Samsung Galaxy S2 Plus

2014-04-28 Thread Jeremy Morales
You will need to ask them. On Sun, Apr 27, 2014 at 11:20 AM, Hakam ElAssouad wrote: > Hello Mates > > I just build a cyanogen mod 10.1 for samsung galaxy s2 plus as test to > make a port for Ubuntu Touch after 3 hours of clear compilation, when i > flash it boot stuck on the s2 plus 's logo and

Re: [android-kernel] Kernel For lenovo a60+

2014-04-28 Thread Jeremy Morales
Lenovo did release it http://www.lenovomobile.com/opensource/release/A60&A65/a60v2_open_release01_458083e680.tar.gz On Mon, Apr 14, 2014 at 11:18 PM, virgilio arenas wrote: > HI > > Can I ask a question can you do a kernel source of lenovo a60+ > because the vendor didnt release the kernel sourc

Re: [android-kernel] Bootloader Splash Screen

2013-12-03 Thread Jeremy Morales
You are looking to do a rle image http://forum.xda-developers.com/showthread.php?t=1140406 On Tue, Dec 3, 2013 at 11:56 AM, Maninder Singh wrote: > Hi All, > I have a query.When we power on an android phone say a Samsung > smartphone running the bootloader sboot , the bootloader image i

Re: [android-kernel] Finding correct source

2013-05-08 Thread Jeremy Morales
So are you trying to compile the kernelwhat error are you getting? Cyangenmod and Google have different code. On Tue, May 7, 2013 at 5:54 AM, Nick Clark wrote: > Sup Android hackers! > > I am interested in compiling some code against a particular version of the > Android kernel, but I'm hav

Re: [android-kernel] CPU frequency limit - hardware or software?

2013-05-03 Thread Jeremy Morales
I would say that it probably could run at 1ghz after you fixed the kernel. On Fri, May 3, 2013 at 8:50 AM, cnyk wrote: > Hi, > I'm asking about Samsung GT-I8160 phone. It has NovaThor U8500 chipset and > should run at 1GHz CPU speed but it's limited by Samsung to 800MHz. > I've compared kernels

Re: [android-kernel] build msm kernel error

2013-04-30 Thread Jeremy Morales
Your answer is in your logs error: elf.h: No such file or directory it looks like all your definitions will lie in that header. On Mon, Apr 29, 2013 at 7:57 PM, XPFirst wrote: > download url : git clone https://android.googlesource.com/kernel/msm.git > > $make msm8960_defconfig > $make > > e

Re: [android-kernel] Editing the Android Source code

2013-04-11 Thread Jeremy Morales
My apologizes it wasn't Badu directly but some other Chinese knock-off company. On Wed, Apr 10, 2013 at 7:17 PM, Jinho Park wrote: > Seriously? > > 2013년 4월 9일 화요일에 Jeremy Morales님이 작성: > >> Thats a good question. I think Badu over in China does that and removes >> all mention of Android. >> >>

Re: [android-kernel] Editing the Android Source code

2013-04-08 Thread Jeremy Morales
Thats a good question. I think Badu over in China does that and removes all mention of Android. On Mon, Apr 8, 2013 at 10:04 AM, PAINGHA ALAGOA wrote: > I need alot of help on editing the android source code starting from > downloading it using ubuntu. I want to implement the modified code in >

Re: [android-kernel] Device wont boot

2013-04-08 Thread Jeremy Morales
Can you post the logs? On Sun, Apr 7, 2013 at 3:03 AM, Ashik Vetrivelu wrote: > I just compiled the Galaxy Y kernel source from opensource.samsung.comand I > builded it.It showed some 17 mismatch which I cant figure out why. > I dint make any changes to kernel source too. > But after building

Re: [android-kernel] How to build latest linux kernel for Android device?

2013-03-23 Thread Jeremy Morales
You don't want the kernel from kernel.org, you want it from Google's source On Sat, Mar 23, 2013 at 2:42 PM, Ilya Kryukov wrote: > Collegues, > > I wonder how to build latest linux kernel from https://www.kernel.org/for > Android device (for example Nexus7)? > I have: > >- AOSP source code

Re: [android-kernel] How do you compile the kernel for Google Nexus?

2013-03-19 Thread Jeremy Morales
An odd way to do things. I'm not sure if AOSP does inline kernel compiling. Can you check your out/target/product/toro/root Since you never listed that you got the device tree of toro, it sounds like you are missing many key init files. On Mon, Mar 18, 2013 at 9:06 PM, Clarence H wrote: > I do

Re: [android-kernel] How do you compile the kernel for Google Nexus?

2013-03-18 Thread Jeremy Morales
I'm a little confused on your steps. So you download the kernel source and run make? Or did you download the kernel source, and all the necessary device tree files as well? On Sun, Mar 17, 2013 at 11:47 PM, Clarence H wrote: > For some reason I cant seem to compile a kernel for my Googl Nexus

Re: [android-kernel] Is the source code of Nexus S (crespo) wifi driver available?

2013-03-14 Thread Jeremy Morales
have you looked under hardware/libhardware_legacy/broadcom ? On Thu, Mar 14, 2013 at 3:15 AM, Marius-Simion Cristea wrote: > I'm interested in building my own wi-fi (broadcom) driver for a Nexus S, > but I cannot find the source code for it on android source website, I see > only the binaries. I

Re: [android-kernel] How to create a new ROM for my new device?

2013-03-12 Thread Jeremy Morales
Officially there is no rule, but you probably won't get access to the Play Store. Also this group is for kernel development. If you have a question about that you should contact Google. On Tue, Mar 12, 2013 at 1:24 AM, sma6871 wrote: > Hi > > I want to know how can I build a custom ROM for a n

Re: [android-kernel] Re: Download the RAMDISK from ANDROID tablet

2012-11-28 Thread Jeremy Morales
In order to edit the init.rc script you need to first dump the image, as Jonathan Clavin already said to do. Once you dump it, you will then be able to unpack it, edit the init.rc script, and then be able to repack it. On Wed, Nov 28, 2012 at 4:47 AM, chainz < sangilikumar.muniya...@marudham.co.i

Re: [android-kernel] kernel build fails

2012-10-02 Thread Jeremy Morales
Try changing the define to or putting in a fully qualified path. On Tue, Oct 2, 2012 at 2:38 PM, kloetpatra wrote: > Hi, I'm trying to compile a kernel for a Samsung Galaxy S2 but it fails > with: > > arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.asm-offsets.s.d -nostdinc -isystem > */root/src/android

Re: [android-kernel] how to use the latest kernel in android?

2012-09-24 Thread Jeremy Morales
Its a lot of work, if you are new its not a thing for you. On Sep 24, 2012 11:10 AM, "ehtancai" wrote: > hi~~all, I am new in android. > Is it possible to use the latest kernel(download from kernel.org) in > android? > how to patch it? > > tks~ > > -- > unsubscribe: android-kernel+unsubscr...@goo

Re: [android-kernel] Flashing Android Kernel -- do I need to compile the entire source tree?

2012-08-25 Thread Jeremy Morales
Correction: make bootimage On Aug 25, 2012 4:42 AM, "Jeremy Morales" wrote: > If you are just creating a new boot.img you can run "make boot image" > On Aug 24, 2012 5:14 PM, "akk" wrote: > >> Hi guys, >> >> I have a toroplus (sprint ga

Re: [android-kernel] Flashing Android Kernel -- do I need to compile the entire source tree?

2012-08-25 Thread Jeremy Morales
If you are just creating a new boot.img you can run "make boot image" On Aug 24, 2012 5:14 PM, "akk" wrote: > Hi guys, > > I have a toroplus (sprint galaxy nexus). I want to add a couple lines to > my kernel config file --> compile my kernel, and load that on my device. > > I've gotten to the sta

Re: [android-kernel] what is exactly rooting of android mobile ?

2012-08-16 Thread Jeremy Morales
Its really just a warning that if something goes wrong, it isn't the developers fault. I have never had an issue rooting that caused a device to brick. On Wed, Aug 15, 2012 at 10:10 PM, babu wrote: > i have gone through some blogs and websites that demonstrates different > rooting techniques.B

Re: [android-kernel] For any of the phones, Galaxy Nexus, Nexus S, Motorola Xoom, are there any external log files produced?

2012-07-25 Thread Jeremy Morales
I think you have to set your debuggin level, but its been a while since I have done my kernel Maybe this in my init.rc sysclktz 0 loglevel 3 On Wed, Jul 25, 2012 at 12:43 PM, 9exceptionThrower9 wrote: > That's what I've been lead to believe, the phone never reaches > initialization state.

Re: [android-kernel] For any of the phones, Galaxy Nexus, Nexus S, Motorola Xoom, are there any external log files produced?

2012-07-25 Thread Jeremy Morales
In your init.rc you should have adb set up for it. Maybe its stuck on a point before gets to activating adb For example on my init.rc I have this (Jelly Bean port on CM10) # adbd is controlled via property triggers in init..usb.rc service adbd /sbin/adbd class core disabled On Wed, Ju

Re: [android-kernel] For any of the phones, Galaxy Nexus, Nexus S, Motorola Xoom, are there any external log files produced?

2012-07-25 Thread Jeremy Morales
adb logcat > logcat.txt Thats how I do it. Look up how to use the 'adb' tool. On Wed, Jul 25, 2012 at 8:55 AM, 9exceptionThrower9 wrote: > I've been trying various methods on getting some kind of debugging log > from one of these three phones as they boot up. > > I've read that the "init" proces

Re: [android-kernel] wingray defconfig

2012-04-02 Thread Jeremy Morales
Thanks Chris for clearing that up. I build for Streak 7 and Dell doesn't provide much support so I struggle to get kernels to build, so does my main developer. On Mon, Apr 2, 2012 at 7:13 PM, JF Dionne wrote: > Thanks will give it a try > > JF > > > On Monday, April 2, 2012 7:13:21 PM UTC-4, Chr

Re: [android-kernel] wingray defconfig

2012-04-02 Thread Jeremy Morales
Welcome to the world of Tegra. I can never get AOSP to compile. I generally have to work another way. For Wingray/StingRay, I go for Tiamat's. Tegra kernel comes from Nvidia and there are a pain to pry information out of. On Mon, Apr 2, 2012 at 2:14 PM, Jean-Francois Blanchard-Dionne < jeanfrancoi

Re: [android-kernel] wingray defconfig

2012-04-02 Thread Jeremy Morales
Honestly, I would suggest grabbing Tiamats kernel as its more well put together. http://git.tiamat-dev.com/tegra2/tiamat-xoom/ On Mon, Apr 2, 2012 at 1:33 PM, JF Dionne wrote: > also, will the stringray defconfig work on my wingray??? > > > On Monday, April 2, 2012 3:16:11 PM UTC-4, JF Dionne wr

Re: [android-kernel] wingray defconfig

2012-04-02 Thread Jeremy Morales
Find a copy of it, and add it to the appropriate directory. Make sure the library is from a matching kernel version. On Mon, Apr 2, 2012 at 10:47 AM, JF Dionne wrote: > Actually it seems android_composite.h is missing from the branch?? > > > On Monday, April 2, 2012 11:37:20 AM UTC-4, JF Dionne

Re: [android-kernel] wingray defconfig

2012-03-24 Thread Jeremy Morales
Also try this defconfig http://git.tiamat-dev.com/tegra2/tiamat-xoom/tree/arch/arm/configs/stingray_defconfig?h=ics On Sat, Mar 24, 2012 at 7:04 PM, Jeremy Morales wrote: > How did you do the build? > 1) "make ARCH=arm tegra_android_defconfig" > 2) "Make ARCH=arm CROSS_CO

Re: [android-kernel] wingray defconfig

2012-03-24 Thread Jeremy Morales
How did you do the build? 1) "make ARCH=arm tegra_android_defconfig" 2) "Make ARCH=arm CROSS_COMPILE=your_compiler_here" On Sat, Mar 24, 2012 at 7:00 PM, JF Dionne wrote: > Hi > > I am trying to build the android kernel for the wingray. > > I cloned the repository and I'm trying to build the ker

Re: 回复: [android-kernel] Kernel compilation error

2012-02-07 Thread Jeremy Morales
id-kernel"**; > *主题:* Re: [android-kernel] Kernel compilation error > > I am using gcc version? gcc (GCC) 4.5.1. > > On 7 February 2012 02:09, Jeremy Morales wrote: > >> What version of of gcc are you using? >> >> On Sun, Feb 5, 2012 at 11:09 PM, Amit kumar B

Re: [android-kernel] Kernel compilation error

2012-02-06 Thread Jeremy Morales
What version of of gcc are you using? On Sun, Feb 5, 2012 at 11:09 PM, Amit kumar Bag wrote: > Hi All, > > I am tring to build android gingerbread kernel for snowball board. I > followed the below step to compile. > 1.make menuconfig for enabling the module in the kernel. > 2. export CROSS_COMPI

Re: [android-kernel] how to build kernel

2011-12-13 Thread Jeremy Morales
Sounds like your def_config isn't correct. On Tue, Dec 13, 2011 at 7:22 AM, s.rawat wrote: > I too got the same problem , > I did it for samsung galaxy tab 7 inches, my kernel image is 3.5 mb where > the actual is around 7 mb.When I flashed it using the heimdall or odin the > tab remains atteh b

Re: [android-kernel] build android kernel

2011-11-28 Thread Jeremy Morales
i have noticed that when i run that on ubuntu ut actually tells you what is the replacment library but right niw i cant remember what it is. On Nov 28, 2011 11:41 AM, "Anthony Wang" wrote: > We have followed the instructions on the > http://source.android.com/source/initializing.html > > > But w

Re: [android-kernel] USB configuration Switch Problem

2011-11-21 Thread Jeremy Morales
Do you have the ADB drivers installed? On Thu, Nov 17, 2011 at 8:20 PM, prabhu wrote: > Hi All, > > In GB > When I mount my android phone it detects a composition whose > product ID is given in platform device structure, My requirement is > when I simply connect it should be in mass storage mo