[android-porting] Industrial ARM Board with Android

2011-10-17 Thread tommy.hong
Hi,lists,can some one introduce industrial arm board with Can,rs485 and other industrial usage ,which have Android support package ,also have integrate Android Can Bus Framework support and others? i dont know ARM board which use external module,i need cpu inside this feature. B.R Tommy -- Chine

[android-porting] Re: Using OMX HW encode/decode with Android

2011-10-17 Thread Glenn Kasten
The Android mediaserver process uses OMX HW codecs internally, but it doesn't support applications (either Java or NDK) using the codecs directly. On Oct 16, 3:04 am, Abir wrote: > Hi, > > Have anyone integrated openmax hardware encoding/decoding with Android > ndk program? > > I've wrote a progr

Re: [android-porting] Re: What permissions does AndroidManifest.xml need to access a device driver?

2011-10-17 Thread Vikas KM
Try giving chmod 777 /dev/* We had similary device permission problem and it worked using the above. -- Regards Vikas KM On Mon, Oct 17, 2011 at 5:25 PM, David Turner wrote: > Hello, > > I think this is not related to the NDK, try android-porting@ instead, > where people with si

[android-porting] What is android/prebuilt/sdk/[android version]?

2011-10-17 Thread peng cang
Hi ALL, Who know android/prebuilt/sdk/[android version]? What is using for? When I build android, whether I need update android.jar? When I update, most of packages can not build. Great Thanks! -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.

Re: [android-porting] 2.6.37 kernel integration on am3703 custom board

2011-10-17 Thread venkat k raju
Hi James Coggan, thanks for your response. i didn't understand mount rootfs manually means, please can you give me some steps to go ahead. thanks in advance. On Sun, Oct 16, 2011 at 7:24 PM, James Coggan wrote: > Try making a minimal ramdisk to boot without the flash for root > Then try mounti

[android-porting] Re: What permissions does AndroidManifest.xml need to access a device driver?

2011-10-17 Thread David Turner
Hello, I think this is not related to the NDK, try android-porting@ instead, where people with similar problems will likely be able to help you Regards On Fri, Oct 14, 2011 at 7:08 PM, Anil wrote: > What permissions does AndroidManifest.xml need to access a device > driver? > The device driver

Re: [android-porting] 2.6.37 kernel integration on am3703 custom board

2011-10-17 Thread James Coggan
Make a roots on ramdrive (like recovery) by that you can get a shell and debug why the mount isn't working On Oct 17, 2011 1:37 AM, "venkat k raju" wrote: > Hi James Coggan, > > thanks for your response. > > i didn't understand mount rootfs manually means, please can you give me > some steps to