Re: [android-porting] documentaion on customization of Androi

2010-01-18 Thread linux newbie
This document seems to be updated one!!! http://pdk.android.com/online-pdk/guide/build_system.html 2010/1/19 தங்கமணி அருண் > you may look at here: > http://www.netmite.com/android/mydroid/development/pdk/docs/build_system.html > > 2010/1/18 linux newbie > >> Hi, >> >> Is there any good docume

Re: [android-porting] Re: wpa_supplicant issue

2010-01-18 Thread linux newbie
ls -l /data/misc/wifi/wpa_supplicant *is empty* # mount rootfs / rootfs rw 0 0 /dev/root / jffs2 rw 0 0 none /proc proc rw 0 0 none /proc/bus/usb usbfs rw 0 0 none /dev/pts devpts rw,mode=600 0 0 tmpfs /dev/shm tmpfs rw 0 0 tmpfs /tmp tmpfs rw 0 0 /dev/sda1 / ext2 rw,errors=continue 0 0 tmpfs /dev

[android-porting] Re: Porting Android 2.0 on Samsung 360 M1

2010-01-18 Thread Joerie
All available source code related to the H1 (GT-i8320) may be found at http://opensource.samsungmobile.com/download/OpenSource/GT-I8320_OpenSource.zip On Jan 18, 8:53 pm, Christophe Grant wrote: > How did you get into the bootloader for theSamsungh1and has the > source code been released bySamsun

[android-porting] Building Android with aidl applications.

2010-01-18 Thread NightDriver
Hi all, I wrote an application with AIDL framework by Eclipse and put it to build path. When I wanted to build an image out, there will have build errors. The errors are "cannot find symbol" and "XXXInterface does not exist". It seems that compiler doesn't know where the classes are. I declared

Re: [android-porting] Re: wpa_supplicant issue

2010-01-18 Thread ZhangJieJing
can you mail output of # ls -l /data/misc/wifi/wpa_supplicant # mount --- Best regards, Zhang Jiejing On Tue, Jan 19, 2010 at 5:36 AM, linux newbie wrote: > Any suggestions? > > > On Mon, Jan 18, 2010 at 6:26 PM, linux newbie wrote: > >> Hi, >> >> I build the system for "generic" product and b

[android-porting] Re: ALSA mixer,re-sampling code Vs Android Mixer,re-sampling code

2010-01-18 Thread ani
Answer From Sean McNeiL: The simple answer to your questions below is that POSIX shared memory will not be supported by Google, so this is all moot. The commit mentioned below will most likely never be accepted by Google. You can use the dmixer support if you like, but you'll have to do a number o

[android-porting] Re: Andoird on x86 validate_display_surface:488 error 300d problem

2010-01-18 Thread ehung1...@gmail.com
I got the same message. Do you have solution about this problem. My logcat message is showed below. Thanks in advance. I/vold( 2031): Android Volume Daemon version 2.0 D/vold( 2031): Bootstrapping complete D/DHCP( 2037): failed to set ip addr for eth0 to 0.0.0.0: No such device D/Andro

[android-porting] Re: ALSA mixer,re-sampling code Vs Android Mixer,re-sampling code

2010-01-18 Thread ani
>No, dmix requires posix shared memory and Android doesn't support it. This (http://gitorious.org/android-on-freerunner/platform_bionic/ commit/f7fc4a3c25d71017f8327563d182396e35a259cd) is the change which we need to do to enable shared memory in android and then we need to back port some changes

[android-porting] Re: Announcement: new Android-x86 stable release is ready

2010-01-18 Thread ehung1...@gmail.com
Thanks a lot for your effort on android x86 first. I met some question about install android system. I downloaded the image file from website and installed to x86 system step by step through the usb disk. When I finish the install process, I reboot the system. The screen showed message " error 15:

Re: [android-porting] esc key-mapping

2010-01-18 Thread linux newbie
Thanks Dhananjay!!! On Mon, Jan 18, 2010 at 5:08 PM, Dhananjay Joshi wrote: > add like this. > > key 1 BACK > > > On Mon, Jan 18, 2010 at 11:17 AM, linux newbie > wrote: > >> I tried the following before. Please let me know, if it is wrong. >> >> key 1 ESCAPE >> >> On Mon, Jan 18, 2010 a

[android-porting] Re: Unable to load Wi-Fi driver

2010-01-18 Thread linux newbie
In my wpasup.conf file, I didnt set ctrl_interface. If I set ctrl_interface = /data/misc/wifi/wpa_supplicant, wpa_supplicant throws *chown[ctrl_interface]: Operation not permitted *error. Thanks On Tue, Jan 19, 2010 at 11:19 AM, linux newbie wrote: > Hi, > > I downloaded the Android source, comp

[android-porting] Unable to load Wi-Fi driver

2010-01-18 Thread linux newbie
Hi, I downloaded the Android source, compiled for "generic" product (with Wpa_supplicant) and booted it on our target hardware. I modified the default init.rc to include wpa_supplicant service. service wpa_supplicant -D wext -i eth1 -c /system/etc/wpasup.conf When the system booted, it can able

Re: [android-porting] Android on STB?

2010-01-18 Thread hedwin
I don't have anything specifics on sigma designs android but I have android running on a MIPS based lcd tv (PNX8543 SoC). I replied on the "[android-porting] Android port to MIPS arch" mail thread, also added a patch file containing the android specifics I used on a MIPS4Kec. Hope it provides and

[android-porting] Re: wpa_supplicant issue

2010-01-18 Thread linux newbie
Any suggestions? On Mon, Jan 18, 2010 at 6:26 PM, linux newbie wrote: > Hi, > > I build the system for "generic" product and booted our target with > wpa_supplicant. > > On the Android command prompt, If I enable wpa_supplicant, it says > following error > *chown[ctrl_interface]: Operation not pe

Re: [android-porting] Re: Target suggestion to port Android

2010-01-18 Thread தங்கமணி அருண்
have a look at imx51 from www.feescale.com 2010/1/12 Ashish > Thanks for replying, > My requirements targets mainly for non-mobile applications so need to > look for similar hardware. > > > On Jan 11, 11:03 pm, "Navaneeth Sen B." wrote: > > Hi Aney, > > > > How about going for Sigma Designs? >

Re: [android-porting] documentaion on customization of Androi

2010-01-18 Thread தங்கமணி அருண்
you may look at here: http://www.netmite.com/android/mydroid/development/pdk/docs/build_system.html 2010/1/18 linux newbie > Hi, > > Is there any good documentation / books available to customize Andriod. > > We are trying to bring up terminals with Android (With "generic" product > its working)

[android-porting] Re: Porting Android 2.0 on Samsung 360 M1

2010-01-18 Thread Christophe Grant
How did you get into the bootloader for the Samsung h1 and has the source code been released by Samsung yet? On Jan 16, 7:22 am, Joerie wrote: > While there are currently two phones on the market running the 360 > LiMo OS (SamsungM1 andH1), they fundamentally differ in hardware > design, and thus

[android-porting] Re: Android NDK - ObjC and code portability?

2010-01-18 Thread Philippe Hausler
Well I have not only objc 1.0 support working, but also objc 2.0! In response to the project license type (since it is a modification of gcc it ought to be): it is GNU GPLv2. The project is hosted on http://code.google.com/p/android-gcc-objc2-0/ Support? Well I need to have people test this extens

Re: [android-porting] Failure to mount ext3 partition inside init.rc after loadable module

2010-01-18 Thread "Shahrom "
Hi, Thanks for info, I loaded from "init.rc" with "insmod" command and mount at prompt; And I can read and write to the partition,which it works. Why do you think it did not load completely? Thanks, -Sean On Sun, Jan 17, 2010 at 5:34 PM, feiyang yun wrote: > hi, > maybe the driver isn't loaded

Re: [android-porting] Re: ALSA mixer,re-sampling code Vs Android Mixer,re-sampling code

2010-01-18 Thread Sean McNeil
On 01/18/2010 05:27 PM, ani wrote: The pcm_dmix.c is not compiled in the Android alsa lib. I have compiled this c file and DMIX is working for me. My questions are still the same: a.Can we use the ALSA mixer(DMIX-i enabled in my system) for mixing streams instead of android mixer?If yes

[android-porting] SDK addon sample problem.

2010-01-18 Thread dnak
Hi, all. I found vendor/sample, and I tried SDK addon sample. I created SDK addon sample, below commands. $ make sdk $ make PRODUCT-sample_addon-sdk_addon And, I tried to create application using created sdk_addon sample. But, Android threw NoClassDefFoundError exception which was for com.exampl

[android-porting] Android launcher default settings

2010-01-18 Thread Lox
Hi, I want to customize my compiled android so that it loads with a default set of widgets on home screen. Is it possible? I found an xml file in Launcher source but it only allows to specify default icons. I saw a customize folder on HTC devices dumps. Is it an android feature? Is it documented

[android-porting] Re: Android NDK - ObjC and code portability?

2010-01-18 Thread kai
Hi Phillippe, great plan (I discussed this before with some of my colleagues, then searched google if somebody's already doing this)! How is it going? Do you plan to make this project public in a way that I can support you? - Kai On Jan 7, 7:11 am, Ben Gotow wrote: > Hi Phillippe, > > Wait... yo

[android-porting] Re: Android NDK - ObjC and code portability?

2010-01-18 Thread kai
Hi Phillippe, great plan (I discussed this with my colleagues before, then searched at google if somebody's already doing this and found this thread). How is it going? Do you plan anything to make this project public in a way that I can support you somehow? - Kai On Jan 7, 7:11 am, Ben Gotow wro

Re: [android-porting] Re: Target suggestion to port Android

2010-01-18 Thread Justin Lee
I would like to introduce this ugly guy. It has 833Mhz Cortex-A8 CPU and pre-installed Android with hardware 3D/2D accelerators. You can access full source code from here. http://dev.odroid.com/ This article is also helpful. http://www.linuxfordevices.com/c/a/News/HardKernel-Odroid/ On Tue, Jan

[android-porting] Re: capturing the encoded audio data read by the PV

2010-01-18 Thread guru
hI Ravi, I am capturing the AAC data, in this I need one clarification. If I use .m4a format stream, is .m4a container will be removed and raw AAC data is passed to Component OR will it include AAC data along with the m4a container?. My decoder supports raw AAC(adts & adif) data and it doesnt hav

[android-porting] Re: ALSA mixer,re-sampling code Vs Android Mixer,re-sampling code

2010-01-18 Thread ani
>The pcm_dmix.c is not compiled in the Android alsa lib. I have compiled this c file and DMIX is working for me. My questions are still the same: a.Can we use the ALSA mixer(DMIX-i enabled in my system) for mixing streams instead of android mixer?If yes then how? b.Can we use re-sampler code of

Re: [android-porting] M8 Wlan/SGOLD2 initialization

2010-01-18 Thread tommy tommy
check git linux-2.6-samsung 2010/1/18 r3wDy > Hi folks. > the m8 guy is back an needs some help on linx/driver development. > We got android running on m8 with 2.6.27 kernel (even dualboot woth > windows ce :P). But alle the hardware stuff isnt running, because we > are ran against a wall. > The

[android-porting] M8 Wlan/SGOLD2 initialization

2010-01-18 Thread r3wDy
Hi folks. the m8 guy is back an needs some help on linx/driver development. We got android running on m8 with 2.6.27 kernel (even dualboot woth windows ce :P). But alle the hardware stuff isnt running, because we are ran against a wall. The wlan chip is connected through spi and we have problems ge