[android-porting] questions on builtin function call

2009-02-03 Thread Andy Quan
As for builtin function calls like __builtin_clz() in bionic, are they implemented in ARMv5 hardware instructions, e.g. CLZ here? Or is it only a software implementation? -- Thanks, Andy --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.c

[android-porting] Re: SD card not detected in Android

2009-02-03 Thread Nimit Manglick
Modify the /system/etc/mountd.conf So that the system will recognize other FAT. * For ex:- block_device /dev/block/mmcblk0p1* Regards Nimit On Wed, Feb 4, 2009 at 11:55 AM, Rajesh N wrote: > Hi all, > > I have ported android successfully on imx31 pdk board, when I go in > android menu in mu

[android-porting] Re: Wifi scan result only one AP?

2009-02-03 Thread dimitr...@android.com
Can you please show us the exact results of getScanResults() ? On Feb 3, 9:03 pm, Dig wrote: > Hi all, >   I'm trying porting Android to my Notebook, drivers have been re- > compiled as modules and loaded successfully, >   but in settings menu, i only can see one AP in AP list. >   I have add de

[android-porting] SD card not detected in Android

2009-02-03 Thread Rajesh N
Hi all, I have ported android successfully on imx31 pdk board, when I go in android menu in music , it is not able to detect SD card placed in board, significantly I haven't seen any device like "/dev/mmcxxx" in /dev under android shell , if there are pointers to this issue it would be a great

[android-porting] Re: Wifi scan result only one AP?

2009-02-03 Thread JP
Which notebook are you porting it too? On Feb 3, 9:03 pm, Dig wrote: > Hi all, >   I'm trying porting Android to my Notebook, drivers have been re- > compiled as modules and loaded successfully, >   but in settings menu, i only can see one AP in AP list. >   I have add debug info in WifiService.

[android-porting] Wifi scan result only one AP?

2009-02-03 Thread Dig
Hi all, I'm trying porting Android to my Notebook, drivers have been re- compiled as modules and loaded successfully, but in settings menu, i only can see one AP in AP list. I have add debug info in WifiService.java, and print scan result (reply) in getScanResults(), it shows 7 AP, Does any

[android-porting] Re: android DNS fail to resolve website IP adddres

2009-02-03 Thread vinay
On Thu, Jan 29, 2009 at 11:47 AM, vinay wrote: > hi, > > DNS started working after setting net dns proprty.. , > setprop net.dns1 > > thanks, > -vinay > > On Wed, Jan 21, 2009 at 12:10 PM, Sean McNeil wrote: > >> >> eth1 isn't a valid device for tracking. Take a look at >> frameworks/base/core

[android-porting] Re: how to get the source code of HTC G1

2009-02-03 Thread android linux
> > the website: http://source.android.com is always not available for me. > Could you please paste the content at the pages you mentioned above here? > Thanks a lot! > --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://

[android-porting] Re: BusyBox on Android x86

2009-02-03 Thread Chen Yang
hi Zia: It's not in the kernel, it's in the busybox. You can download the BusyBox source and config it using make menuconfig. -- Chen On Wed, Feb 4, 2009 at 8:46 AM, Zia wrote: > > I'm looking to run BusyBox on Andoird x86 port (on VMware for now). > Looking through the group, I noticed this

[android-porting] Re: dalvikvm-heap: Can't create VM heap of size 262144

2009-02-03 Thread fadden
On Feb 3, 9:53 am, "billyma...@gmail.com" wrote: >  dalvikvmSplitting out new zygote heap >  dalvikvm-heapCan't create VM heap of size 262144 >  dalvikvmerror in post-zygote initialization The failure message comes from dalvik/vm/alloc/HeapSource.c, which is calling create_contiguous_mspace_with

[android-porting] BusyBox on Android x86

2009-02-03 Thread Zia
I'm looking to run BusyBox on Andoird x86 port (on VMware for now). Looking through the group, I noticed this post http://groups.google.com/group/android-porting/browse_thread/thread/66862bdb52dac936/da82c2c42df49eb7?lnk=gst&q=Busybox#da82c2c42df49eb7 However, I dont see the option of BusyBox set

[android-porting] What is the purpose of /system/lib/hw/sensors.default.so ?

2009-02-03 Thread sal de la tierra
I am looking to fill in the sensor_default for the HAL layer. I have several different kernel drivers for different sensor devices (accelerometer, magnetometer, proximity, etc) and I am trying to get them all to register. When I have done the build and try to invoke the sensor manager, I get the f

[android-porting] Re: Opening serial device for multiplexing

2009-02-03 Thread Kiku
Hi, I thought it may be useful to post as well the relevant log lines. The error returned is "invalid argument": D/MUXD( 682): hardware/ti/omap3/gsm0710muxd/src/gsm0710muxd.c: 1126:chat(): Wrote 4 bytes D/MUXD( 682): hardware/ti/omap3/gsm0710muxd/src/gsm0710muxd.c: 1148:chat(): Selecte

[android-porting] Opening serial device for multiplexing

2009-02-03 Thread Kiku
Hi all, I'm trying to use the 07.10 multiplexer to talk to the baseband modem. According to the log, the serial device is not ready for reading (file gsm0710muxd.c, function chat() ): (...) SYSCHECK(sel = select(serial_device_fd + 1, &rfds, NULL, NULL, &timeout)); LOGMUX

[android-porting] dalvikvm-heap: Can't create VM heap of size 262144

2009-02-03 Thread billyma...@gmail.com
Hey, I am porting android to an armv5 platform. It works except at the end I get a can't create VM heap message. The target device has no memory issues, 44MB free memory. Anyone seen this heap problem before? Here is the output: -Billy binder_open: 732:732 binder_mmap: 732 40008000-40028000 (12

[android-porting] Re: android_get_control_socket fails....

2009-02-03 Thread Nick Pelly
On Tue, Feb 3, 2009 at 12:18 AM, Sidharth Malhotra wrote: > > Hi Nick, > > Thanks for the detailed reply. > > Yes, I am running hcid and hciattach manually. The problem is that all > the bluetooth modules (bluetooth.ko, l2cap.ko, etc.) are not present > as built-in modules. These should be comp

[android-porting] Re: how to get the source code of HTC G1

2009-02-03 Thread RS
Then follow http://source.android.com/documentation/building-for-dream Hope you aren't asking sources to closed-source proprietary stuff on HTC G1. On Feb 3, 10:15 am, RS wrote: > http://source.android.com/download > > android linux wrote: > > Hi guys, > > do you know how to get the source code

[android-porting] Re: how to get the source code of HTC G1

2009-02-03 Thread RS
http://source.android.com/download android linux wrote: > Hi guys, > do you know how to get the source code of HTC G1? Thanks a lot for your > help! --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/gr

[android-porting] how to get the source code of HTC G1

2009-02-03 Thread android linux
Hi guys, do you know how to get the source code of HTC G1? Thanks a lot for your help! --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~---

[android-porting] Re: android_get_control_socket fails....

2009-02-03 Thread Sidharth Malhotra
Hi Nick, Thanks for the detailed reply. Yes, I am running hcid and hciattach manually. The problem is that all the bluetooth modules (bluetooth.ko, l2cap.ko, etc.) are not present as built-in modules. So, I need to do an insmod after the Android image boots up on my device. Should I try using th