[android-kernel] Re: android kernel source

2014-11-04 Thread Glenn Kasten
That site only has kernel trees for AOSP-supported devices, and your device is not one of those. In general, each SoC vendor maintains their own kernel tree for their particular SoC. So you could try to find out which SoC is in your device, then search on the web for a kernel tree that matches. O

[android-kernel] Re: Android Kernel Build on MacOSX

2014-11-03 Thread Gianluca Mezzetti
Solved by myself, the procedure is http://algobardo.github.io/2014/10/Android-Kernel-MacOsX/ Il giorno martedì 28 ottobre 2014 12:01:35 UTC+1, Gianluca Mezzetti ha scritto: > > Hi, > i'm trying to build the kernel on macos for the emulator. > I have the aosp repository and the goldfish kernel

[android-kernel] Re: Android kernel setting the mac address

2013-07-25 Thread ben . suryn
On Friday, July 26, 2013 9:37:14 AM UTC+10, Matt Reimer wrote: > > Try netcfg eth0 hw 00:11:22:33:44:55. > > Matt > > On Wednesday, July 24, 2013 3:35:27 PM UTC-7, > ben@rnd.designcom.com.auwrote: >> >> Hi, so I'm trying to have the ability to set the mac address after the >> kernel has bee

[android-kernel] Re: Android kernel setting the mac address

2013-07-25 Thread Matt Reimer
Try netcfg eth0 hw 00:11:22:33:44:55. Matt On Wednesday, July 24, 2013 3:35:27 PM UTC-7, ben@rnd.designcom.com.au wrote: > > Hi, so I'm trying to have the ability to set the mac address after the > kernel has been compiled. > I think there are two main ways of doing this. > > 1. In the kern

[android-kernel] Re: android kernel gives BridgedDispatchKM error in

2013-01-10 Thread ashish
qian gmail.com> writes: > > > Have you solve this problem? I have the same question. > > > The error log in dmesg like below: > <6>[   32.680792] PVR_K:(Error): BridgedDispatchKM: Driver initialisation not completed yet. [3809, drivers/gpu/pvr/bridged_pvr_bridge.c] > > my kernel version is 3

[android-kernel] Re: android kernel gives BridgedDispatchKM error in "bridged_pvr_bridge.c" while bootup

2012-09-04 Thread qian
Have you solve this problem? I have the same question. The error log in dmesg like below: <6>[ 32.680792] PVR_K:(Error): BridgedDispatchKM: Driver initialisation not completed yet. [3809, drivers/gpu/pvr/bridged_pvr_bridge.c] my kernel version is 3-0-ics-mr1. On Thursday, June 7, 2012 11:55

[android-kernel] Re: Android Kernel Module Programming

2012-07-19 Thread Oyin Oluwatimi
Hi, Really new to the Android environment, and what you wrote seems like it might be very helpful. I'm working with a professor to extend the ndk with security features, such as Trustzone. However, I don't even know where to start. I read a lot of docs online. What files in the NDK should I d

[android-kernel] Re: android kernel gives BridgedDispatchKM error in "bridged_pvr_bridge.c" while bootup

2012-06-06 Thread Chirag Shah
I have already downloaded and extracted it in my android source code folder. But my question is, why kernel is giving errors while these drivers are Android user space drivers and those might be required to build my android source code and not the kernel. But here, i am getting errors in booting up

[android-kernel] Re: Android Kernel Module Programming

2011-12-20 Thread bloxtr
Hey, I did not think you can run the insmod command without root privileges :-D I also have a kernel compiled with module support. That's why your post was not really helpful. But thanks anyway. The module is working now. Unfortunately, the path to the file contained a space in the string. greetin

[android-kernel] Re: Android Kernel code.

2011-11-11 Thread Sumanth
Hi, Check this thread http://groups.google.com/group/android-building/t/a2935ae1ab402cd5 . Kernel sources are back. Regards, Sumanth On Nov 10, 2:25 pm, Sandeep Sharma wrote: > Hi,  kernel.org is down try codeauroraforum.org. > regards > sandeep > > On Tue, Nov 8, 2011 at 10:56 AM, Urmil Vyas

Re: [android-kernel] Re: Android Kernel Internals & HAL

2011-06-23 Thread raja pavan
(1) Android kernel has an additional set of drivers that support android runtime. (ashmem , binder, logger are necessary) These drivers are modular, so they need minimal changes to vanila android kernel. But starting point can be the linux kernel that runs on your board. Then incorporate these d

Re: [android-kernel] Re: Android Kernel Internals & HAL

2011-06-23 Thread 崔英云
>From my experience ,you should read google android reference code ; You can download source code from android git server or OEM developer website like HTC,MOTO. 2011/6/17 Nandu Ahmed > Yes, > > If someone found any doc or related material, that would be great > Cheers to everyone > > On Jun 15

[android-kernel] Re: Android Kernel Internals & HAL

2011-06-16 Thread Nandu Ahmed
Yes, If someone found any doc or related material, that would be great Cheers to everyone On Jun 15, 7:32 am, zenggongfu wrote: > i feel the same, > lack of document on android kernel. > > On Jun 7, 6:15 pm, Nandu wrote: > > > > > > > > > Hello Everyone, > > > Can someone help me to point on th

[android-kernel] Re: Android Kernel Internals & HAL

2011-06-16 Thread zenggongfu
i feel the same, lack of document on android kernel. On Jun 7, 6:15 pm, Nandu wrote: > Hello Everyone, > > Can someone help me to point on the right document or tutorial which > can help me to learn the differences between Linux Kernel and Android > Kernel with a deeper detail. > > I also want to

[android-kernel] Re: Android kernel books

2011-05-17 Thread Peter Teoh
http://www.amazon.com/Embedded-Linux-Primer-Practical-Real-World/dp/0137017839 On May 17, 6:56 am, Shankar Athinarayanan wrote: > Hi, > > I was wondering if you know any good books specifically geared towards > building custom roms/kernels? > > Thanks! -- unsubscribe: android-kernel+unsubscr...

Re: [android-kernel] Re: Android Kernel source code

2011-04-14 Thread sowmya l s
Hi, I tried the following using repo command for the android-kernel2.6.32, i got the following error: error: revision android-2.6.32 in kernel/common not found then how to get android kernel of particular version2.6.32. Even i tried using git, git checkout --track -b android-2

[android-kernel] Re: Android Kernel source code

2011-04-13 Thread Dark Knight
You will have to check out the branch ... if you are using repo command to check out completely then in your local manifest file add this: or otherwise , if you are using GIT directly then. after cloning the repository checkout "archive/android-2.6.32" For finding out other branchs, use git bran

[android-kernel] Re: Android Kernel with NFC

2011-03-17 Thread spurwa
Thank you mr. Dharam Khumar, about your statement: "If you have an Android system, with the NFC, then you May not access the secure element from the Android Apps Because the frameworks of Android for all the possible use-cases is not yet complete. (right now, only p2p communication and Tags-read/wr

[android-kernel] Re: Android Kernel Build Errors- Yaffs2 Errors

2011-03-17 Thread Navodar
Hi, I got the same error and to me it seem to that the version of YAFFS has not been ported to that kernel version(2.6.36). Since delete_inode and clear_inode does not exist anymore and is replaced with evict_inode(http://lwn.net/Articles/399052/) Why is YAFFS ported on kernel 2.6.36? As to my un

[android-kernel] Re: Android Kernel with NFC

2011-03-16 Thread spurwa
Terima kasih mr. dharam khumar, tentang pernyataan kamu : "If you have an Android system with the NFC , then you may not access the secure element from the Android Apps because the frameworks of Android for all the possible use-cases is not yet complete.(right now, only p2p communication and Tags-r

Re: [android-kernel] Re: Android Kernel with NFC

2011-03-10 Thread Dharam Kumar
Hi, As you are trying to get the pn544.c driver to work, it won't directly. (As far as I know, pn544.c will look for the NFC chip(some initialization , power-on/off stuff). Being more precise, there are 3 layers for NFC to work on Android (& Android Kernel). *

[android-kernel] Re: Android Kernel with NFC

2011-03-10 Thread spurwa
I've tried my ubuntu kernel upgrade from 2.6.28 to 2.6.38-rc in which existing PN544 Driver, but apparently still fail. What can you advice on how to upgrade ubuntu kernel because I've tried like the way that given by the following llink: http://dyfrig-violent.blogspot.com/2010/04/upgrade-kernel-u

Re: [android-kernel] Re: Android Kernel with NFC

2011-03-09 Thread hedwin
Check linux-2.6.git repo in git.kernel.org. NFC is in the drivers directory. Check the ubuntu website on how to get the driver build for ubuntu. Any further questions should indeed be done at the proper fora. On Wed, Mar 9, 2011 at 6:13 AM, Pavan Savoy wrote: > On Tue, Mar 8, 2011 at 8:41 PM,

Re: [android-kernel] Re: Android Kernel with NFC

2011-03-08 Thread Pavan Savoy
On Tue, Mar 8, 2011 at 8:41 PM, Sarbojit Ganguly wrote: > Hello, > > This is not related to Android Linux Kernel development or problem. > Please post it in proper forums or IRC or search on the net. Kind of related, Because in kernel.org linux kernel apart from nokia's driver @ drivers/nfc/, I c

[android-kernel] Re: Android Kernel with NFC

2011-03-08 Thread Sarbojit Ganguly
Hello, This is not related to Android Linux Kernel development or problem. Please post it in proper forums or IRC or search on the net. Thank you. On Mar 8, 5:01 am, spurwa wrote: > Dear all, > > Where can i get android kernel that support NFC (Near Field > Communication) , please help me how t

[android-kernel] Re: Android kernel

2010-11-29 Thread Chris Stratton
You should go somewhere with a better connection and do the git operations (or pay someone with a better connection to do it for you) and create a snapshot on a DVD Rom or removable hard drive or flash stick. It's going to be big. There's an option to git that tells it to only fetch the git objec

Re: [android-kernel] Re: Android kernel developer advocacy/guidance?

2010-07-19 Thread John Koshi
Anil, Thanks a lot for the info. There also appear to be several ioctls that are specific to Android, which need to be implemented in the driver. Also, I did not find any references to a way to configure register settings in the sensor during or after bring-up, or to enable specific modes of oper

Re: [android-kernel] Re: Android kernel developer advocacy/guidance?

2010-07-18 Thread Anil Sasidharan
Hi John, The sensor driver is supposed to pass the data to userland through input susbsystem. For this you will have to register your device with input susbsystem. As and when the data is ready, use "input_report_abs" function to push sensor-data to userspace. Android's Sensor HAL modul

[android-kernel] Re: Android kernel developer advocacy/guidance?

2010-07-18 Thread Danke Xie
Hi John, Thanks for the information. Sorry the examples did not provide enough reference. I am not very familiar with the sensor framework either. >From a quick browse, I found some files that may be useful to look at: The JNI to hook up the Sensor Service to native C layer: http://android.git.ke

Re: [android-kernel] Re: Android kernel developer advocacy/guidance?

2010-07-17 Thread John Koshi
Hi Danke, Thanks for the feedback. The sensor will be on the i2c bus.The examples do not provide the driver source code, which would clarify the hooks needed in the driver in order for the sensor Java API to query/configure the sensor. regards, nature lover On Wed, Jul 14, 2010 at 9:43 AM, Dan

[android-kernel] Re: Android kernel developer advocacy/guidance?

2010-07-15 Thread Danke Xie
Hello, How is the sensor connected to the platform? You can check out kernel/arch/arm/ drivers, and see how other sensors (e.g., camera) are registered to the SoC board. Thanks, Danke On Jul 13, 5:02 pm, nature lover wrote: > Hello, > > Are there kernel developer advocates at Google who can at

[android-kernel] Re: Android Kernel

2010-04-20 Thread Robin
For boot process and some file system information, you may also refer: http://oldfield.wattle.id.au/luv/boot.html And for any generic reference to the linux file system and kernel, use the bible:(Understanding the Linux Kernel) http://wiki.nectec.or.th/ngiwiki/bin/viewfile/Main/Kritsana_Deliverable

Re: [android-kernel] Re: Android Kernel Command

2010-03-31 Thread Adam Jiang
Hi, Try to set PATH env after su. Before that, see where is the modprobe located. Regards, /Adam 2010/3/31 Gideon Ooi Yanheng > Hi, > > It cant work. It says modprobe: not found > > Please Advice > > > On 26 March 2010 22:03, karthik poduval wrote: > >> I think you should first type su(it may

Re: [android-kernel] Re: Android Kernel Command

2010-03-31 Thread Pavan Savoy
I don't think android bin utils has modprobe, you need to do /busybox --install and the modprobe or just busybox modprobe... Oh for all that you would need a busybox on android. On Wed, Mar 31, 2010 at 12:00 AM, Gideon Ooi Yanheng wrote: > Hi, > > It cant work. It says modprobe: not found > > Pl

Re: [android-kernel] Re: Android Kernel Command

2010-03-30 Thread Gideon Ooi Yanheng
Hi, It cant work. It says modprobe: not found Please Advice On 26 March 2010 22:03, karthik poduval wrote: > I think you should first type su(it may ask for password) in the console, > then you get the # prompt instead of the $ prompt > > Then type your command *modprobe USB\ Network\ Controll

Re: [android-kernel] Re: Android Kernel Command

2010-03-26 Thread karthik poduval
I think you should first type su(it may ask for password) in the console, then you get the # prompt instead of the $ prompt Then type your command *modprobe USB\ Network\ Controller* Regards, Karthik Poduval On Fri, Mar 26, 2010 at 2:04 AM, Gidiyo wrote: > I am trying to Enable a USB network a

[android-kernel] Re: Android Kernel Command

2010-03-26 Thread Gidiyo
I am trying to Enable a USB network adapter. When I plugged in, it shows: <6>usb 2-1.4: new full speed USB device using musb_hdrc and address 4 <3>usb 2-1.4: device v0fe6 p8101 is not supported <6>usb 2-1.4: New USB device found, idVendor=0fe6, idProduct=8101 <6>usb 2-1.4: New USB device strings:

[android-kernel] Re: Android Kernel Command

2010-03-25 Thread Imran
Once the borad is up, the device is already in su mode. No need of su or sude in minicom. You can enable the device driver directly. On Mar 24, 2:58 pm, Gidiyo wrote: > Hi, > > I would like to know what otherkernelcommandcould I used for my > portedAndroid. > Currently, using minicom, I could lis

[android-kernel] Re: Android kernel 2.6.32 for review

2009-12-20 Thread Chih-Wei
Hi list, FYI, I have pushed Corentin's work of porting android to kernel 2.6.32 (rebased to official 2.6.32.1) to the android-x86 git server(http:// git.android-x86.org), as well as the SourceForge mirror(http://android- x86.git.sourceforge.net/). The branch name is android-2.6.32. To test it, on

[android-kernel] Re: Android Kernel

2009-09-23 Thread qitao song
Hi, You should run the emulator at first, and then get the .config, as follows: $ emulator & waiting for the emulator is running, then: $ adb pull /proc/config.gz . On Sep 22, 11:00 am, perumal316 wrote: > Hi, > > I have tried your method but it keeps on showing that "cannot create / > proc/

[android-kernel] Re: Android Kernel

2009-09-21 Thread perumal316
Hi, I have tried your method but it keeps on showing that "cannot create / proc/config.gz/data/com.android.providers.contacts/databases/ contacts.db : No such file or directory" On Sep 20, 9:55 pm, Renwei guo wrote: > Run the emulators using the default kernel. Then in the terminal, input the >

[android-kernel] Re: Android Kernel

2009-09-20 Thread Renwei guo
Run the emulators using the default kernel. Then in the terminal, input the command:"adb pull /proc/config.gz ." the config file that etracted out from the emulator will copy to your current directory.Because you have changed the kernel,you may update the config. On Thu, Sep 17, 2009 at 5:06 PM,

[android-kernel] Re: Android kernel source code compiling.

2009-09-08 Thread Mark McDonald
May I suggest the official guide to begin with: http://source.android.com/download It contains all the steps to obtain, build & run the entire codebase. This blog post covers extending the image to include the proprietary google libs from your phone: http://www.novoda.com/blog/?p=56 HTH 2009/9/

[android-kernel] Re: android kernel vs linux 2.6 kernel

2009-05-17 Thread Jim Bray
If you look in /arch/arm/mach-msm, you will find in the Android linux source-tree lots of files like board-etcetc and htd_etcetc which are not in the vanilla Linux tree. Probably they should be, perhaps they will be, but they aren't there yet. I've just started building the android linux kernel

[android-kernel] Re: android kernel vs linux 2.6 kernel

2009-04-17 Thread San Mehat
On Fri, Apr 17, 2009 at 2:23 PM, Khai Q. Tran wrote: > > Hi everyone, > I'm just trying to hack Android kernel source code. > > Although, android is based on linux 2.6 kernel, google claimed that it > was not linux. Does anyone know the differences between android kernel > and linux kernel? > Yo

[android-kernel] Re: [android-kernel]

2009-03-04 Thread ashum
Mike, Can you please point me to some document which explains how to put a kernel image on Android Dev 1 and I we want to revert back, how to do that? I have compiled the kernel with gedgetfs support but not able to mount in emulator. I also tried pulling /proc/config.gz from phone and modifyin

[android-kernel] Re: [android-kernel]

2009-03-04 Thread Mike Lockwood
No, the kernel on the TMobile G1 and Android Dev Phone 1 does not include gadgetfs support. We actually are not even using USB gadget support at all, but we plan on switching to the gadget framework sometime after cupcake. Mike On Tue, Mar 3, 2009 at 11:43 PM, Ashutosh Malviya wrote: > > > Hi

[android-kernel] Re: [android-kernel]

2009-03-04 Thread ashum
Hi Greg, Here is a source code at http://it.linux-usb.org/gadget/usb.c . Which I want to run on Android platform. To be able to run this program, I need to mount on gadgetfs see what I am getting in /dev/gadget, modify this code accordingly and run it. On emulator, I want to reach at least till

[android-kernel] Re: [android-kernel]

2009-03-04 Thread Bradley Young
Check this: some of us use android email clients and don't currently have a choice. Please move your pedantry elsewhere. On Mar 4, 2009 6:52 AM, "Greg KH" wrote: A: No. Q: Should I include quotations after my reply? On Wed, Mar 4, 2009 at 6:38 AM, wrote: > > I am trying to run a program w...

[android-kernel] Re: [android-kernel]

2009-03-04 Thread Greg KH
A: No. Q: Should I include quotations after my reply? On Wed, Mar 4, 2009 at 6:38 AM, wrote: > > I am trying to run a program which tests gadgetfs events when Android > device is connected to host machine. What do you want/need to test? > In file kernel/drivers/usb/gadget/inode.c, I can see G

[android-kernel] Re: [android-kernel]

2009-03-04 Thread ashum
Hi Greg, I am trying to run a program which tests gadgetfs events when Android device is connected to host machine. In file kernel/drivers/usb/gadget/inode.c, I can see GADGET events. I think if I am able to mount on gadgetfs I will be able to run my code. I have also tried to select gadgetfs f

[android-kernel] Re: [android-kernel]

2009-03-04 Thread Greg KH
On Wed, Mar 4, 2009 at 1:48 AM, wrote: > > # cat /proc/devices That does not have anything to do with usb, sorry. USB on the gadget side on Android is different than upstream, see the codebase for examples. What are you trying to do that requires gadgetfs? thanks, greg k-h --~--~-~

[android-kernel] Re: [android-kernel]

2009-03-04 Thread ashum
Hi Mike, I tried on "Android Dev Phone 1" it does not seems to have support for gadgetfs. I can not see gadgetfs in /proc/filesystems also below are the list of devices it supports. I don't know which of them is usb. # cat /proc/devices Character devices: 1 mem 4 /dev/vc/0 4 tty 5 /dev/t

[android-kernel] Re: [android-kernel]

2009-03-03 Thread Ashutosh Malviya
Hi Mike, Does the kernel at "Android Dev Phone 1" has support for USB as well as gadgetfs? Will "mount -t gadgetfs gadgetfs /dev/gadget" work on Development Phone? Ashutosh On Tue, 2009-03-03 at 09:26 -0500, Mike Lockwood wrote: > Hi Ashutosh, > > There is no USB support in the emulator, so

[android-kernel] Re: [android-kernel]

2009-03-03 Thread Mike Lockwood
Hi Ashutosh, There is no USB support in the emulator, so that won't work. You will need to work on hardware to do android USB development for now. Mike On Tue, Mar 3, 2009 at 7:24 AM, Ashutosh Malviya wrote: > Hello Everyone > > I have a kernel source linux-2.6.25-android-1.0_r1.tar.gz downlo

[android-kernel] Re: Android Kernel panic

2009-02-02 Thread bard.shen
: [android-kernel] Re: Android Kernel panic Hi All: I also meeting the kernel panic problem under linux 2.6.25. The following is the log information, would you please help me out? Freeing init memory: 280K Warning: unable to open an initial console. init: /init.rc: 116: user option requires

[android-kernel] Re: Android Kernel panic

2009-02-02 Thread bard.shen
0002071 baf0 4104ae68 bfe0: b0011030 be8b15c0 b999 aa10ed44 8030 Code: e240c00c e156 e1a07002 e59b9004 (e59c300c) Kernel panic - not syncing: Fatal exception 2009-02-03 bard.shen 发件人: Qingzhan Zhang 发送时间: 2009-02-03 08:49:44 收件人: a

[android-kernel] Re: Android Kernel panic

2009-02-02 Thread Qingzhan Zhang
you should paste more logo here~~ On Mon, Feb 2, 2009 at 8:09 PM, Praveen wrote: > > Hi, > I am getting a "Unable to handle kernel NULL pointer dereference at > virtual address " when i tried to boot up with a linux kernel > 2.6.24 > patched with android.Can anyone provide some help on

[android-kernel] Re: Android Kernel Development on OSX?

2008-12-23 Thread Frank Maker
I finally was able to compile the Android kernel on OSX, here are the steps as best I remember them: 1) You need to obtain a copy of elf.h because OSX uses Mach-O format, not Elf and therefore there is no elf header. 2) Comment out #include because it is not needed and not available as wel

[android-kernel] Re: Android Kernel Development on OSX?

2008-12-21 Thread niklas
You need to find where MacOSX has their elf defs, on OpenBSD it is elf_abi.h, and then you need to get som machdep relocs defined as well. i can show my kludgey current patches (not of quality i'd normally submit, but since you seem to be in urgent need..) Let's hope this web form mailer does no