[android-porting] ASLA multiple stream at a time

2010-07-29 Thread Rakesh Kumar
Hi, Can ALSA be used to play two audio files at a time on two different speakers? Thanks Regards Rocky -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Pulseaudio on android

2010-07-22 Thread Rakesh Kumar
Hi, I want to play two audio streams simultaneously on Android. And for this I thinking to port Pulseaudio on Android. Please help me is it possible to port pulseaudio on Android. Thanks Regards Rakesh -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

[android-porting] Multiple audio stream on android

2010-07-12 Thread Rakesh Kumar
Hi, I want to add multiple audio support in android. Means I want to play one song on speaker and another on bluetooth headset simultaneously. Please give some pointers on it. Thanks regards Rocky -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] Android Boot time reduction

2010-05-24 Thread Rakesh Kumar
Please give me some pointers for reducing Android boot time. Thanks Regards Rocky On Mon, May 10, 2010 at 5:32 PM, Ashu ashutosh.deshmukh2...@gmail.comwrote: Hi, We are working on Android boot time reduction. We use OMAP3430 Board as our Hardware. Android version is 1.6 Donut. We used

Re: [android-porting] Android Boot time reduction

2010-05-20 Thread Rakesh Kumar
Hi , Anyone achieved any success in this case? Thanks Rocky On Sat, May 15, 2010 at 5:42 AM, Akash Choudhari akas...@gmail.com wrote: Hi Tim, I have measured much better numbers on our Zoom platform. From what I remember, it was less than 1 minute for the whole boot, upto Wallpaper -

Re: [android-porting] download problem

2010-05-19 Thread Rakesh Kumar
/droidreader/ (free) http://code.google.com/p/droidreader/http://www.gdocs.mobi/ (paid) Matthew -- *From:* Rakesh Kumar rakesh.y...@gmail.com *To:* Matthew M Levitt mmlev...@gmail.com *Sent:* Tue, May 18, 2010 12:12:06 AM *Subject:* Re: [android-porting] download

[android-porting] download problem

2010-05-18 Thread Rakesh Kumar
Hi, Is anybody able to download any type of file from the net. I am not able to download any pdf or doc. Thanks Rocky -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [Omapandroid-discussion] [android-porting] pdf download problem

2010-05-13 Thread Rakesh Kumar
platform? what connectivity used - wifi/3G? On Tue, May 11, 2010 at 5:47 PM, Rakesh Kumar rakesh.y...@gmail.com wrote: Hi, I am not able to download pdf files in android 2.1. Please help me. Thanks Regards Rocky -- unsubscribe: android-porting+unsubscr...@googlegroups.comandroid

Re: [android-porting] Android Boot time reduction

2010-05-12 Thread Rakesh Kumar
Hi, Please correct me if I am wrong. Can we reduce the booting time by writing the code in assembly which copies the kernel and file system of android to memory. Thanks Regards Rakesh On Tue, May 11, 2010 at 8:41 PM, Deva R r.deva...@gmail.com wrote: As Dianne mentioned, its more

[android-porting] pdf download problem

2010-05-11 Thread Rakesh Kumar
Hi, I am not able to download pdf files in android 2.1. Please help me. Thanks Regards Rocky -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Two camera on Android

2010-05-06 Thread Rakesh Kumar
Hi All, Please tell me Does Android support two camera on an hardware? Thanks Regards Rocky -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] InputMethod feature problem

2010-05-06 Thread Rakesh Kumar
sequence number as done in case of MSG_SHOW_SOFT_INPUT case in handlemessage function in inputMethodManagerService.java file. Thanks Regards Rakesh Kumar -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Japanese IME option enable

2010-05-03 Thread Rakesh Kumar
Hi, Please tell me How to enable Japanese IME on andoird 2.1?. Do we need to build the source code with some flag? Thanks Regards Rakesh -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Status bar notification problem

2010-04-30 Thread Rakesh Kumar
Hi , After apply your changes status bar notifications problems got corrected. But now the keyboard is not coming properly, it is going out of the screen and some keys are not visible. Thanks Rakesh 2010/4/29 Rogério de Souza Moraes rogerio.so...@gmail.com Hi what is the size of your lcd

[android-porting] Status bar notification problem

2010-04-28 Thread Rakesh Kumar
Hi friends, I am working on zoom2 board. There status bar is coming in full screen . But the content of the status bar like No service notification is coming in half screen. Please tell the solution of this problem. Thanks Regards Rocky -- unsubscribe:

[android-porting] Dalvik test cases failure

2010-04-08 Thread Rakesh Kumar
Rakesh -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting To unsubscribe, reply using remove me as the subject.

[android-porting] how to enable /dev/input/uinput and /dev/misc/uinput

2009-11-05 Thread rakesh
i have done following configuration but sill /dev/input/uinput and /dev/misc/uinput are not available CONFIG_INPUT_MISC=y CONFIG_INPUT_UINPUT=y Any suggestion? regards, Rakesh -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Announcement: [New project] Build and run only Dalvik

2009-10-09 Thread Rakesh Kumar
Hi Avtar, Currently you are using Bionic to build the Dalvik. Please help me If I want to use glibc to build dalvik. How should I proceed? On Wed, Jul 15, 2009 at 3:15 PM, Avtar Singh s.av...@gmail.com wrote: Hello folks, I have been working on a set of scripts that would

[android-porting] Re: Announcement: [New project] Build and run only Dalvik

2009-10-05 Thread Rakesh Kumar
Hi Avtar, Please help me in your third point Run and test. Are you able to run any application on the Dalvik virtual machine using your approach?. And please tell me the changes that are required to run an application. Regards Rakesh On Wed, Jul 15, 2009 at 3:15 PM, Avtar Singh s.av

[android-porting] Dalvik virtual machine build on x86

2009-09-29 Thread Rakesh Kumar
Hi All, I want to build Dalvik on x86 platform. Please tell me the procedure to build Dalvik for x86 and run it. How can I use the scripts present at this link http://code.google.com/p/dvk Regards Rakesh --~--~-~--~~~---~--~~ unsubscribe

[android-porting] Re: Dalvik virtual machine build on x86

2009-09-29 Thread Rakesh Kumar
Thank you very much for your great help. Rakesh On Tue, Sep 29, 2009 at 4:05 PM, Avtar Singh s.av...@gmail.com wrote: It is the idvk file you see in the folder where you have extracted idvk.tar. Typing ./idvk instead of ./idvk.sh will do fine: ./idvk get ./idvk build x86 On Tue, Sep

[android-porting] Dalvik virtual machine

2009-09-23 Thread Rakesh Kumar
Hi All, I want to port dalvik virtual machine on Solaris operating system. Please tell me What are the changes need to done for this?. Regards Rakesh --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

[android-porting] Ashmem on android

2009-08-10 Thread Rakesh Kumar
Hi, Somebody, please explain me What is the meaning of Pin and Unpin of pages in Ashmem?. Regards Rakesh --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: ppp daemon not starting

2009-08-06 Thread Rakesh Kumar
Hi friend, I am sorry, I have not fixed the bug. Due to absence of hardware, currently I am working on some other thing. Regrads Rakesh On Fri, Aug 7, 2009 at 6:36 AM, edwardlee.2002 edwardlee.2...@gmail.comwrote: Hi Rakesh, Have you fixed the bug? I meet the same problem as you

[android-porting] Re: Android on solaris

2009-08-04 Thread Rakesh Kumar
Hi David, Thank you very much for your help. I want to replace Linux kernel with Solaris from the android.So, Kindly tell me in detail, what are the changes I need to do for it? Can I find some document for it on web? Regards Rakesh On Mon, Aug 3, 2009 at 2:19 PM, David Turner di

[android-porting] Android on solaris

2009-08-03 Thread Rakesh Kumar
Hi friends, I want to port android on Solaris operating system. Please help me, What are the changes I need to make in android?. And what should be my approach? Regards Rakesh --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr

[android-porting] Re: pthread lib problem

2009-07-30 Thread Rakesh Kumar
Hi, Is there any alternative of pthread_rwlock_*** in android. Does android have any api which does the same work? Regards Rakesh On Tue, Jul 28, 2009 at 1:54 PM, GeunSik Lim (invain) leem...@gmail.comwrote: Hi Rakesh, Android platform support posix thread api limitally. ( http

[android-porting] New lib compile

2009-07-16 Thread Rakesh Kumar
Hi, I want to add a new external library in the Android. Please tell me the procedure to add and compile new library in android. Regards Rakesh --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com

[android-porting] Re: Internet Access on ANDROID

2009-07-05 Thread Rakesh Kumar
Hi, This solution is for wired(Ethernet) or wireless internet(GPRS). Thanks Rakesh 2009/7/6 Terry Z pizbj9...@gmail.com Hi vinary My android can get to Internet. 1)i use DHCP at start up, 2)use setprop net.dns1 cmd to set the address of DNS server. Goodluck On 7月3日, 下午12时36分

[android-porting] USSD feature on Android

2009-06-26 Thread Rakesh Kumar
Hi, I am working on USSD feature on Android. USSD data is coming as Unsolicited response whem I am giving AT+CUSD command. Now , Please help me how to handle these data. Thanks Regards Rakesh --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr

[android-porting] ppp daemon not starting

2009-06-11 Thread Rakesh Kumar
, /dev/omap_csmi_tty1} D/GSM ( 926): [PdpConnection] PDP setup on cid = 1 pppd /D/RILJ( 926): WAKE_LOCK_TIMEOUT mReqPending=0 mRequestList=1 D/RILJ( 926): 0: [17] SET_NETWORK_SELECTION_AUTOMATIC Thanks Rakesh --~--~-~--~~~---~--~~ unsubscribe: android

[android-porting] Re: How to use external modem in emulator

2009-06-04 Thread Rakesh Kumar
I am able to connect emulator with an external modem. My modem is connected to PC at port /dev/ttyS0. And with the command emulator -radio /dev/ttyS0, its working. Thanks Rakesh On Wed, Jun 3, 2009 at 5:39 PM, David Turner di...@android.com wrote: On Wed, Jun 3, 2009 at 11:24 AM, sram

[android-porting] Re: How to use external modem in emulator

2009-06-04 Thread Rakesh Kumar
me know the steps to make calls?? On Thu, Jun 4, 2009 at 1:13 PM, Rakesh Kumar rakesh.y...@gmail.comwrote: You can make the call using the emulator dialer. And when you make the call to your external modem than you can see the logs of incoming call using adb shell. On Thu, Jun 4, 2009

[android-porting] Re: How to use external modem in emulator

2009-06-04 Thread Rakesh Kumar
ATD1234; /dev/ttyS0 can you let me know whether this is correct or not. can you let me know your ways of calling too. On Thu, Jun 4, 2009 at 2:25 PM, Rakesh Kumar rakesh.y...@gmail.comwrote: phone pn means what? I am using a external modem On Thu, Jun 4, 2009 at 2:12 PM, Sayiram K N

[android-porting] Re: How to use external modem in emulator

2009-06-04 Thread Rakesh Kumar
You are facing problem with AT command AT+CGREG. Please remove this AT command from the source code in the file reference-ril.c or use a modem which supports AT+CGREG command. Thanks Rakesh On Thu, Jun 4, 2009 at 3:00 PM, Sayiram K N sayiram.koth...@gmail.comwrote: Hi here is the log that i

[android-porting] Re: How to use external modem in emulator

2009-06-04 Thread Rakesh Kumar
Yes, you need to compile, but how to create SDK from it?. I am not sure about it. I am having the repo sync output, where I am making changes in the source code and running the emulator. Thanks Rakesh On Thu, Jun 4, 2009 at 3:19 PM, Sayiram K N sayiram.koth...@gmail.comwrote: on my modem