[android-porting] where's icu4jni in gingerbread

2011-03-14 Thread xliu
i suspect my helloworld in java doesn't work on gingerbread because dalvik doesn't support UTF-8 charset. i did observe UnsupportedCharsetExpception raised . /*in Charset.java*/ try { return Charset.forName(encoding); } catch (UnsupportedCharsetException e) {

[android-porting] Re: Unable to restart runtime on Gingerbread

2011-03-14 Thread onaips
Thank you for your answers. I'm sorry, i've made a mistake on adb stop adb start, i meant adb shell stop adb shell start. What i mean is the system_server will not reach the Lancher application (it stays on bootanimation forever) in emulator. Only on Honeycomb AVD this will work, or on a real

[android-porting] Errors I encountered when compiling opencore

2011-03-14 Thread Peng Liang
My compiling enviroment: Ubuntu sever10.10, GCC 4.5, G++4.5 I have already tried open_core_build_break.diff method, help me! thx! Errors: /home/pengl/opencore/tools_v2/build/make/library.mk:51: warning: overriding commands for target `/home/pengl/opencore/build_config/

[android-porting] honeycomb source available?????

2011-03-14 Thread Krish
i tried to download the honeycomb source using repo init -u git://android.git.kernel.org/platform/ma… -b honeycomb command but got some error like platform manifest not found... its working fine if i replace honeycomb with gingerbread or any other version... is the source really available for

[android-porting] Re: Cannot get WiFi and Bluetooth running

2011-03-14 Thread BiX
Ok, I've enabled all those that you have listed down. This time I can toggle wifi but once I navigate to some other places, it untoggles. If I try to on wifi inside wifi settings, it'll return error to me. netcfg shows only lan0 Still getting the same results as the previous logcat. For

[android-porting] SDK on android

2011-03-14 Thread Akash Guttedar
Hello, I have x86 based device ported with android 2.3. Now i want to know is it possible to install Android SDK to develop android applications on this device. I mean i want to develop android applications on android itself. is it possible? -- unsubscribe:

[android-porting] Modules for GSM?

2011-03-14 Thread BiX
I am using a gsm modules as shown http://www.google.com/url?sa=Dq=http://www.sparkfun.com/products/9427 Currently, I've built FTDI serial driver and BeagleBoard recognize it but Android does not receive any signal. Can someone enlighten me on the modules or steps I am missing ? Thanks. --

[android-porting] LCD touch screen interfacing to OMAP3530

2011-03-14 Thread omap geek
Hi guys,, my arm board has an interface to LCD touchscreen module. but the driver is not available. Please let me know if there is any driver that can make the touch screen module work on my Board.. I want to write an app using that touch screen which interacts with the user and takes the

[android-porting] Rowboat Android with Devkit8000 kernel

2011-03-14 Thread arindam
Dear All, I am trying to port Rowboat android on devkit8000 board. I took the latest devkit kernel from gitorious.org/devkit8000/linux- omap- devkit8000.git. With this kernel normal angstrom filesystem working properly. After that I took Android source from

[android-porting] creating virtual gps

2011-03-14 Thread vinay kumar
Hi all , I have to implement gps hal for virtual gps device . can any one suggest me simple hal implementation for gps , and call flow of java to jni and lowlevel layers. I have to hardcode my location details in one file and i have to retrive the values from that file through and

[android-porting] Re: Cannot get WiFi and Bluetooth running

2011-03-14 Thread BiX
Thanks Pavan for the config. WiFi: I built wpa_supplicant instead of BOARD_WLAN_TI_STA_DK_ROOT. These are the changes I've made: 1. Add to BoardConfig.mk: BOARD_WPA_SUPPLICANT_DRIVER := WEXT 2. Uncommment wpa_supplicant config in external/wpa_supplicant/ Android.mk 3. Add to init.rc:

[android-porting] Re: Opencore AAC decoder issue

2011-03-14 Thread mrsepd
@Deva R, could you explain in detail. I'm very new to opencore, I want to decode AMR to wav or raw samples. any pointers on proper usage test_omx_client to decode amr to wav will be appreciated. Regards sepd On Feb 3, 7:36 pm, Deva R r.deva...@gmail.com wrote: Infact the test document says

[android-porting] arm-eabi-gcc: error trying to exec 'cc1': execvp: No such file or directory

2011-03-14 Thread Kumar Mohanty
I m tring to build Froyo 2.2 code in ubuntu10.10(64 bit sytem) but Froyo code for 32 bit butI am getting error like prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -mthumb- interwork -o out/target/product/generic/obj/lib/crtbegin_dynamic.o -c

[android-porting] Re: honeycomb source available?????

2011-03-14 Thread Sarbojit Ganguly
Hello Krish, I do not think they have released Honeycomb source yet. However you should verify again. I request moderators to comment on this. On Mar 11, 12:17 pm, Krish gopikri...@gmail.com wrote: i tried to download the honeycomb source using repo init -u

Re: [android-porting] Re: Cannot get WiFi and Bluetooth running

2011-03-14 Thread Pavan Savoy
On Mon, Mar 14, 2011 at 3:00 PM, BiX bixt...@gmail.com wrote: Thanks Pavan for the config. WiFi: I built wpa_supplicant instead of BOARD_WLAN_TI_STA_DK_ROOT. These are the changes I've made: 1. Add to BoardConfig.mk:        BOARD_WPA_SUPPLICANT_DRIVER := WEXT 2. Uncommment wpa_supplicant

Re: [android-porting] LCD touch screen interfacing to OMAP3530

2011-03-14 Thread Pavan Savoy
On Fri, Mar 11, 2011 at 5:56 PM, omap geek ti.omap...@gmail.com wrote: Hi guys,,  my arm board has an interface to LCD touchscreen module. but the driver is not available. most often you can re-use the existing drivers - check what family your chip belongs to, whether it is i2c, SPI based...

Re: [android-porting] Rowboat Android with Devkit8000 kernel

2011-03-14 Thread Joerie de Gram
Hi, On Sun, Mar 13, 2011 at 12:58 PM, arindam arindam2gh...@gmail.com wrote: Kernel panic - not syncing: Attempted to kill init! Now my question is for android anything I have to change in kernel side? Are you passing init=/init on the kernel command line? Joerie -- unsubscribe:

Re: [android-porting] Rowboat Android with Devkit8000 kernel

2011-03-14 Thread Arindam Ghosh
Dear Joerie, My bootargs is setenv bootargs 'mem=128M console=ttyO2,115200n8 androidboot.console=ttyS0 noinitrd ip=192.168.1.2:255.255.255.0 rw root=/dev/nfs nfsroot=192.168.1.1:/home/arindam/nfs_android,nolock,proto=tcp init=/init rootwait' This is ok I know. actually my problem is in my

Re: [android-porting] arm-eabi-gcc: error trying to exec 'cc1': execvp: No such file or directory

2011-03-14 Thread Ashwin Bihari
You've installed all the multilib support? I use a Ubuntu 10.10 64-bit system and it has no problem building Android.. Regards -- Ashwin On Mon, Mar 14, 2011 at 5:27 AM, Kumar Mohanty kumar0sh...@gmail.com wrote: I m tring to build Froyo 2.2 code in ubuntu10.10(64 bit sytem) but Froyo code

[android-porting] Guide for porting?

2011-03-14 Thread Asym
Hi Guys From posts on this group, I've noticed that the porting guide on source.android.com is not tuned to perfection. Is there any place where an updated version is available? I'm pretty new at this, and would be grateful for some pointers here. Thanx Asym -- unsubscribe:

[android-porting] Custom Boot Animation, including animated text

2011-03-14 Thread Dave Smith
Hello all - We are customizing the Android platform from the Rowboat project to run on a custom piece of hardware. We would like to customize the startup animation away from the standard two-stage startup screen: Stage 1: Blinking A N D R O I D text Stage 2: Sheen ANDROID animation I have

[android-porting] validating the CDD section 5.3 requirements

2011-03-14 Thread David O.
Is there a standardized/preferred method for validating the section 5.3 Audio Latency requirements? It's not clear to me if CTS covers audio latency testing. Thanks, David -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] how to switch to software codec from hardware codec in stagefright??

2011-03-14 Thread bt android
Hai all, I am facing a problem with Hardware codec as it is not working properly and hence wanted to switch over to software codec in stagefright. Can anyone suggest me how it can be done and where do I need to change the code?? Thanks in advance, bt4android. -- unsubscribe:

[android-porting] Need Linux x86 (32bit) toolchain: arm-eabi gcc 4.3.1

2011-03-14 Thread mirsev
Any idea where this exact version can be downloaded? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] LIbhardware

2011-03-14 Thread vinay kumar
Hi All, If any one know how lib hardware work , could u please explain me . Thanks Regards Vinay -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Cannot get WiFi and Bluetooth running

2011-03-14 Thread BiX
problem here - wpa_supplicant.conf not found My wpa_supplicant.conf was placed in system/etc/wifi. Where else should it be placed in? build rt73usb as module I rebuild rt73 as module, placed rt2x00lib.ko, rt2x00usb.ko and rt73usb.ko in /system/lib/modules and rt73.bin is placed in /system/

[android-porting] Re: Cannot get WiFi and Bluetooth running

2011-03-14 Thread BiX
comment this out from wifi.c My wifi.c was modified to follow http://projectkennel.com/wiki/diffs/wifi.html so this is wrong? On Mar 14, 9:14 pm, Pavan Savoy pavan.sa...@gmail.com wrote: On Mon, Mar 14, 2011 at 3:00 PM, BiX bixt...@gmail.com wrote: Thanks Pavan for the config. WiFi: I

[android-porting] Re: Cannot get WiFi and Bluetooth running

2011-03-14 Thread BiX
comment this out from wifi.c I modified it according to http://projectkennel.com/wiki/diffs/wifi.html so it's wrong? On Mar 14, 9:14 pm, Pavan Savoy pavan.sa...@gmail.com wrote: On Mon, Mar 14, 2011 at 3:00 PM, BiX bixt...@gmail.com wrote: Thanks Pavan for the config. WiFi: I built