[android-porting] Condition compile for the Android JAVA code

2011-03-08 Thread Matt Shao
Hi guys: -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Kernel source for Telechips based tablets?

2011-03-08 Thread mirsev
Hello, Does anybody have the kernel source for any Telechips TCC89/91/92XX based tablet like Augen Gentouch78, BBlabs, Dawa7, or iMito iM7? Thank you. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: IDE for Android

2011-03-08 Thread Sean McNeil
I use eclipse to compile Android. It works pretty well, but I've never found a means to get the parser to work with both C/C++ and Java. I use a C/C++ project. On 3/9/2011 11:25 AM, RD wrote: Thanks for your reply. I have already built android for ARM and for X86 using the command line. I just

Re: [android-porting] Re: how to integrate s/w codec like h/w codec (omx plugin) into stagefright

2011-03-08 Thread Sean McNeil
On 3/9/2011 8:57 AM, kismeter wrote: On Mar 8, 10:44 pm, Joerie de Gram wrote: You can use c++filt to demangle C++ symbol names. The method you're looking for is android::createOMXPlugin(). Joerie thanks but why add "_ZN7*" or when add "_ZN" You should never be declaring anything in such a

[android-porting] Re: IDE for Android

2011-03-08 Thread RD
Thanks for your reply. I have already built android for ARM and for X86 using the command line. I just wanted to know that other than command line, do we have an option for a GUI based IDE, where we can build and debug android source code? Thanks and Regards, RD On Mar 8, 7:55 pm, Ashwin Bihari

[android-porting] Re: how to integrate s/w codec like h/w codec (omx plugin) into stagefright

2011-03-08 Thread kismeter
On Mar 8, 10:44 pm, Joerie de Gram wrote: > You can use c++filt to demangle C++ symbol names. The method you're > looking for is android::createOMXPlugin(). > > Joerie thanks but why add "_ZN7*" or when add "_ZN" -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://group

Re: [android-porting] IDE for Android

2011-03-08 Thread Ashwin Bihari
Android is built from the command line..there are NUMEROUS wiki pages that talk about doing this..do a Google search.. Regards -- Ashwin On Tue, Mar 8, 2011 at 2:15 AM, RD wrote: > Hi, > > Is there an IDE for android with which I can build the entire source > code of android and flash it on to

Re: [android-porting] Re: how to integrate s/w codec like h/w codec (omx plugin) into stagefright

2011-03-08 Thread Joerie de Gram
On Tue, Mar 8, 2011 at 10:22 AM, kismeter wrote: > can u explain "_ZN7android15createOMXPluginEv" > I find anywhere but can't find the function symbol, can you help me? > thanks in advance You can use c++filt to demangle C++ symbol names. The method you're looking for is android::createOMXPlugin(

[android-porting] Android voice change pitch settings and key

2011-03-08 Thread Rahul Patil
Is there any way that we change voice of recorded audio and video in android. As there is a soundpool method in android , there we change voice deep voice and chipmunk.. What if I want change recorded voice to male computer voice and female computer voice. Is there any way to implement pitch , key

[android-porting] Re: how to integrate s/w codec like h/w codec (omx plugin) into stagefright

2011-03-08 Thread kismeter
do u know about h/w codec integrate? I have a problem, somethink can't understand @ln:51 frameworks/base/media/libstagefright/omx/OMXMaster.cpp void OMXMaster::addVendorPlugin() { mVendorLibHandle = dlopen("libstagefrighthw.so", RTLD_NOW); if (mVendorLibHandle == NULL) { return;

[android-porting] Re: How to Ping a Bluetooth Device

2011-03-08 Thread Mehmet Yildirim
"l2ping: permission denied" it says What should I do to get permission? On Mar 8, 2:50 pm, Ashwin Bihari wrote: > 'l2ping ' will do a Bluetooth ping.. > > Regards > -- Ashwin > > On Tue, Mar 8, 2011 at 6:58 AM, Mehmet Yildirim > > wrote: > > Hi, > > > Is it possible to ping a bluetooth device b

[android-porting] IDE for Android

2011-03-08 Thread RD
Hi, Is there an IDE for android with which I can build the entire source code of android and flash it on to my target board? I mean something like Microsoft Visual Studio, with which we can build and flash binary images for Windows CE. Thanks, RD. -- unsubscribe: android-porting+unsubscr...@goo

Re: [android-porting] Re: JNI_CreateJavaVM failed errors. porting on s3c6410

2011-03-08 Thread Nate H
Hi fadden: Thanks for your reply. I found out that ashmem doesn't work. After I fixed that, zygote works fine. On Tue, Mar 8, 2011 at 6:32 AM, fadden wrote: > On Mar 6, 6:27 am, Nate H wrote: > > I am trying porting gingerbread on mini6410(s3c6410 inside). And I use > NFS > > filesystem

[android-porting] Re: wpa_supplicant support

2011-03-08 Thread Thiru
Do you have any specified date for this? -T On Mon, Mar 7, 2011 at 10:41 PM, Irfan Sheriff wrote: > We are in the process of doing wpa_supplicant 0.8 integration with the > framework. You should see the changes in the near future. > > Thanks > > > On Sun, Mar 6, 2011 at 11:50 PM, Thiru wrote: >

Re: [android-porting] How to Ping a Bluetooth Device

2011-03-08 Thread Ashwin Bihari
'l2ping ' will do a Bluetooth ping.. Regards -- Ashwin On Tue, Mar 8, 2011 at 6:58 AM, Mehmet Yildirim wrote: > Hi, > > Is it possible to ping a bluetooth device by using adb? Or by any > other tool available? > > Regards > > -- > unsubscribe: android-porting+unsubscr...@googlegroups.com > web

[android-porting] How to Ping a Bluetooth Device

2011-03-08 Thread Mehmet Yildirim
Hi, Is it possible to ping a bluetooth device by using adb? Or by any other tool available? Regards -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting