[android-porting] Android porting feasibility on Versatile Application Baseboard for

2010-01-06 Thread Ashish
Hello all, Is Android porting is feasible on Versatile Application Baseboard for ARM926EJ-S. Has any body tried it. I am newcomer to android family :) Regard's, Ashish -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Target suggestion to port Android

2010-01-07 Thread Ashish
Hi all, We have an activity to demonstrate porting of Android on any feasible target. I am very much confused in selecting any reasonable target in terms of cost and complexity. Any good suggestions? Ashish -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

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

2010-01-12 Thread Ashish
information on how to do that?? > > regards, > Sen > > > > On Sat, Jan 9, 2010 at 7:09 AM, ananth wrote: > > Hi Ashish > >     If you are looking out for Porting Android onto any H/W, then I would > > suggest you to go for  Beagle board as many of us hav

[android-porting] Latest Android Kernel Source for OMAP3Evm

2010-02-04 Thread Ashish
Hello, I am looking for latest Android based Kernel source for OMAP3EVM. Bit confused with so many links around. Could any one suggest me the best place to look for? Thank's, Ashish -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/an

[android-porting] yaffas2 FS on Android

2010-02-10 Thread Ashish
Hello, I want to make yaffs2 image from my rootfs. I dint find mkyaffs kind of util. Pls suggest me some ways to do that. Ashish -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Cupcake/Donut/Eclairs

2010-02-10 Thread Ashish
and out with a linux kernel of my choice? 4)The basic one, i can just download full android stack + linux kernel..no seperate entity exists, is it true? If Yes, Whr that kernel source is put in dir structure? Regard's, Ashish -- unsubscribe: android-porting+unsubscr...@googlegroups.com we

[android-porting] Keyboards keymap change

2010-02-17 Thread Ashish
Hello, I am using Omap3evm. I want to change the keymap of keys provided on the board. - What are the files i need to touch? -How would i pass keycodes to my application? -can i make a keymap used by specific applications? Ashish -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] Mobile KeyPad support on Omap3evm

2010-02-20 Thread Ashish
more help, like any web link or code snippet. Pls ASAP. Ashish -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Mobile KeyPad support on Omap3evm

2010-02-24 Thread Ashish
dint get them . But my printk logs says i am mapped to correct keycodes. Ashish On Feb 21, 10:58 pm, Deva R wrote: > Hi Asish, > Continous keypress event is supported by triton keypad controller present in > EVM. > and i guess it should be supported for EVM board. > > andro

[android-porting] Re: Mobile KeyPad support on Omap3evm

2010-03-10 Thread Ashish
simply does one to one mapping of keys to characters. Ashish On Feb 24, 4:40 pm, Deva R wrote: > You can get triton keypad programming (esp. auto repeat feature that u r > interested in), > fromhttp://www.beagleboard.org/~arago/esc-boston-2009/mvista/beaglekernel...> > omap-

[android-porting] Dvi resolution

2010-04-08 Thread Ashish
Hi Group, I am using Omap3evm and rowboat android port. What maximum dvi resolution output can be obtained? How to change/support dvi output resolution to 1920×1080 (1080p). Ashish -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android

[android-porting] Re: About CTS Plans

2010-05-11 Thread Ashish
like VM plan tests dalvik Virtual machine tests and similarly Performance plan have performance related test cases.. One can have same packages included in different plans also. So i can have my plan having packages from different plans. Also plan, packages and test cases can be added into CTS. A

[android-porting] USB Host Support (USB mass storage)

2010-08-26 Thread Ashish
Hi, Does Android support USB host (Mass storage,so as to access data in the USB stick by plugging it into the device.) Is thr any way to support this. Ashish -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] FRAME BUFFER SIZE

2009-11-02 Thread Ashish Rawlani
Hi All, How we can increase the FRAME BUFFER SIZE and the exact modification we have to make in order to get the full display or complete high resolution picture. Regards, Ashish. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android

Re: [android-porting] USB Host Support (USB mass storage)

2010-08-26 Thread Ashish pareek
Actually I don;t really want to boot from USB. My requirement is to have access to data on USB stick from within Android application. On Thu, Aug 26, 2010 at 5:03 PM, PREMRAJ SV wrote: > Yes you can use usb disk for booting purpose. But be sure that there is usb > slot in your target board. If y

[android-porting] BLE testing on android kitkat (asop)

2014-08-07 Thread Ashish Patel
Hi , I trying to test BLE on Pandaboard running android kitkat. Pandaboard does not detect BLE device. But when I am able to detect and connect with my BLE device on a phone running android kitkat. BLE code in android kitkat asop stable/complete ? Is there any other tool for bluedroid other

[android-porting] Re: BLE testing on android kitkat (asop)

2014-08-08 Thread Ashish Patel
I got it working. Just download the latest firmware from here <http://processors.wiki.ti.com/index.php/Bluetooth_BTS_files_overview> Replace your current bts script with this one On Thursday, August 7, 2014 6:48:14 PM UTC+5:30, Ashish Patel wrote: > > Hi , > > I try

[android-porting] HFP client and A2DP sink on Android L

2014-12-15 Thread Ashish Patel
Hi All, I see HAL and other source implementations of HFP client and A2DP sink in asop code of Android L 5.0.0 I am trying an application where I need both of this Profile support. Does anyone have a idea how I can test this profiles on Android L running device. How I can enable this profile