[android-porting] How to add my modules into android kernel from outside of kernel src tree?

2010-02-08 Thread chungae9ri
Hi all I put my module src files of helloworld into vendor/xxx/modules and I want to add my driver modules into android but I can't build it. this is my Makefile, it's simple obj-m += Hello.o modules: $(MAKE) -C $(KERNELDIR) M=$(PWD) ARCH=$(ARCH) CROSS_COMPILE=$ (CROSS_COMPILE) modules when

[android-porting] How to add my modules into android kernel from outside of kernel src tree?

2010-02-08 Thread chungae9ri
Hi all I put my module src files of helloworld into vendor/xxx/modules and I want to add my driver modules into android but I can't build it. this is my Makefile, it's simple obj-m += Hello.o modules: $(MAKE) -C $(KERNELDIR) M=$(PWD) ARCH=$(ARCH) CROSS_COMPILE=$ (CROSS_COMPILE) modules when

[android-porting] Re: Android RIL - RAW IP GPRS & Multiple APN Ipaddress

2010-02-08 Thread Mikkel Christensen
Hi, The Raw IP interface would indeed needed to be created by the vendor of the wireless modem. It would be a Linux kernel driver that exposes a "net_device" to the Linux IP stack. If you are using a USB modem you might be lucky and a IP network device driver could exist. You will have to check th

[android-porting] "Native Heap" in Windows SDK DDMS?

2010-02-08 Thread Kemofish
I am working on solving a memory leak problem in Android native code and after digging through the groups, I see that using libc_debug.so and DDMS should help me with my task. However, I can't quite figure out how to get the "Native Heap" in DDMS on the windows SDK version. I can access my code bas

Re: [android-porting] Re: Why 'system' user cannot access /sdcard, follow-up question

2010-02-08 Thread Dianne Hackborn
There is a broadcast sent when the media is being unmounted. On Mon, Feb 8, 2010 at 10:38 AM, Ryan wrote: > Found the code and the answer to my question in case anyone else is > interested: > > system/core/vold/volmgr.c > > Processes are sent SIGTERM and then eventually SIGKILL if they don't > o

[android-porting] Re: Why 'system' user cannot access /sdcard, follow-up question

2010-02-08 Thread Ryan
Found the code and the answer to my question in case anyone else is interested: system/core/vold/volmgr.c Processes are sent SIGTERM and then eventually SIGKILL if they don't obey. On Feb 8, 9:47 am, Ryan wrote: > Are the processes with open fds notified via a sig before eventually > being kill

[android-porting] Re: Why 'system' user cannot access /sdcard, follow-up question

2010-02-08 Thread Ryan
Are the processes with open fds notified via a sig before eventually being killed? SIGTERM then SIGKILL? I'm dealing with some code that pushes logs to the sdcard and I'd like to make sure it's able to cleanly exit when requested to do so. Also, can you point me to the code that handles the proces

[android-porting] Question about the CTS

2010-02-08 Thread dirtytofu
So I am currently working on a project trying to create dual SIM dual standby (GSM & CDMA) device. I have modified a lot of the telephony framework such as the RIL, PhoneInterfaceManager, CallNotifiers, etc... Unfortunately I just found out about the CTS test and I was wondering to what extent ca

[android-porting] Acer DX900 (s3c6400 based phone)

2010-02-08 Thread byte_eb_fe
Hi All! I was wondering if there is anybody currently working on android (linux kernel part) port for DX900? I was able to find and compile HaRET version which would detect and work with DX900 and have tried compiling and loading a number of s3c6400 aware kernels - but with not much luck. To progr

Re: [android-porting] Android RIL - RAW IP GPRS & Multiple APN Ipaddress

2010-02-08 Thread Robert Greenwalt
Hi Shiva, On Q1, I believe this implementation detail is hidden below our Radio Interface Layer (RIL) and that code typically comes from the radio hardware provider or a hardware integrator. I think you certainly could create such an interface, but I don't think we have it today. On Q2, we did n

[android-porting] Android legal issues

2010-02-08 Thread Hamilton Vera
Greetings everyone, we are porting android to a propietary hardware based on iMX51 (Freescale). I am quite aware about Android licenses, but I am wondering if is necessary to get in touch with Open Handset Alliance. Do we have to make it official like "our hardware stands for Android"? Is there

[android-porting] Issues on porting android to beagle like board

2010-02-08 Thread stupid123
Hi ALL, I am porting android on beagle board following this guide : http://android.serverbox.ch/wp-content/uploads/2010/01/android_industrial_automation.pdf I used linux omap kernel 2.6.29 and android donut release and reconfigured it for beagle board. But Android hangs while running