Re: [android-porting] Re: wifi cannot scan for any network,but using adb shell,it works well.

2011-08-24 Thread Srinivasu Garimella
Hi! I am new to this thread android porting also but experience in Linux porting! Now we are developing 10 touchscreen terminal my selected processor running with android 2.3 version. Now I want to port 3.0 version to imap processor! Please let me know the procedure for ported version 2.3 to

[android-porting] how to set screen timeout from adb shell command on GingerBread?

2011-08-24 Thread Shanth Murthy
Thanks, -Shanth -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Porting updatedd

2011-08-24 Thread Amit Pundir
2011/8/23 Adrien Ferré ferre.adr...@gmail.com Hi, I'd like to use updatedd in Android. Updatedd is a tool allowing to publish IP address changes to ovh, noip, dyndns, ... I managed to build it using the following: export PATH=path_to_code_sourcery_toolchain/bin ./configure

[android-porting] Gingerbread linker crash on Linux kernel 3.0

2011-08-24 Thread Yan Weichuan
I am working on Gingerbread 2.3.5 + Linux kernel 3.0, but I found all dynamic execute application will crash. And with the gdb, it show the application crash at call_arry function at linker.c. My ARM cpu is arm- v7a. Does anyone have some idea about this? (gdb) bt #0 0xafd14e44 in ?? () #1

[android-porting] ffmpeg jni codec issue

2011-08-24 Thread Naveen
Hello Android Community , I am facing issue for play large video Android is not allowing me to place the large video on surface, it's Android - firmware(Video view) limitation, so resolving this issue need codec interface for place video on surface. i am trying to integrate codec using JAVA

[android-porting] Re: Porting updatedd

2011-08-24 Thread Chris Stratton
On Tuesday, August 23, 2011 8:12:19 AM UTC-4, Adrien wrote: I'd like to use updatedd in Android. Updatedd is a tool allowing to publish IP address changes to ovh, noip, dyndns, ... I managed to build it using the following: export PATH=path_to_code_sourcery_toolchain/bin ./configure

Re: [android-porting] Gingerbread linker crash on Linux kernel 3.0

2011-08-24 Thread David Turner
It's the function that calls a shared-library or executable list of constructor functions. It is likely a constructor crashing. Unfortunately, the shared library's mapping is not available to gdb until after the constructors have run It's a know bug, you could try changing the lines in linker.c

[android-porting] muti-threaded native code using JNI

2011-08-24 Thread arif
Hi All, I ported one muti-threaded native code (binary) to android platform, and is working fine, Now i am trying to run this code by creating apk, created my native code as shared library using NDK and i am calling this shared library by using JNI, below is the sample code, But it is not

[android-porting] help with debugging init.rc

2011-08-24 Thread Radu Iscu
Hello guys, Here's the skinny: I'm trying to port the honeycomb to the ziio 7 and I have to say that I can't even get the bare bones init.rc to boot. I left the kernel partition intact as there's no point in messing with that (there's no recovery partition so the kernel doubles as a rescue). It

[android-porting] Re: Strange Error in Gingerbread source code

2011-08-24 Thread jagan
Thanks for your response. But by default while downloading GB from google git these file are exits. w/o running any script like build-hardy-toolchain.sh as you said. How to update the links to these files, means broken links[default] into non-broken links. Thanks for your time. Regards, Jagan

[android-porting] Re: wifi cannot scan for any network,but using adb shell,it works well.

2011-08-24 Thread Ashwini Singh
Hi weihongcsu/li, On 08/25/2011 09:17 AM, weihongcsu li wrote: Hi,Singh,thanks for your answer.I changed permission in the sysinit.rc,but no luck.Now I use the kernel 2.6.32.9. It can scan,but it just cannot connect to the wifi,fails on Obtaining an IP Address,even I use a static ip. Can you