[android-porting] Re: Flicker with multiple frame buffer devices( Fb0 and Fb1 simultaneously )

2013-11-14 Thread anil singh
Hi Robin, Can you tell us how to create multiple instance of /dev/fb0 ? Regards, Anil On Wednesday, October 7, 2009 8:33:23 AM UTC+5:30, Robin Gujjar wrote: Hi All, I am facing flicker problem when i uses multiple frame buffer devices simultaneously. we have modified the surfaceflinger

[android-porting] freezing and reboots on HTC MyTouch Slide (3G) after I upgraded to Froyo 2.2.

2011-11-28 Thread Anil
On android 2.1, the phone worked perfectly. Then I upgraded to 2.2 using the image and instructions provided by T-mobile. http://support.t-mobile.com/docs/DOC-2183 When I try to make a call, the phone now freezes, and reboots repeatedly. This happens about 70% of the time. Called t-mobile support.

[android-porting] does any tool to log keystrokes, input text by a tester exist?

2011-08-08 Thread Anil
the minimal set of points in the framework code at which I can log this text was input, this key was pressed. Does such a tool to log trails already exist? Anil -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Android-critical system

2011-06-02 Thread Anil Sasidharan
Hi, Take a look at the RIL and telephony implementation in Android. Typically an incoming call would block the ongoing activities and takes precedence. Warm Regards Anil On Wed, Jun 1, 2011 at 5:16 PM, ramya mohan jira...@gmail.com wrote: Hi , I have a scenario , (i.e) If i am using

Re: [android-porting] Re: What does the setDelay mean in the sensor HAL?

2011-03-25 Thread Anil Sasidharan
listeners. Warm Regards, Anil On Wed, Mar 23, 2011 at 3:21 PM, Chinmay S cvs...@gmail.com wrote: Hi, As far as i have seen, even thought multiple apps (apks) register for sensor data, ONLY one app at a time will be in the foreground i.e. it will be active. So ideally, we should never have

Re: [android-porting] How to use system () call

2010-10-24 Thread Anil Sasidharan
is applicable disabled 3.Now from the JNI code, start the daemon using property_set(ctl.start, mydaemon); This should start your native daemon. It's not advised to invoke system() function from JNI as that would spawn a new shell to carry out the command specified. Warm Regards, Anil On Fri, Oct

Re: [android-porting] Re: Making the graphic layer transparent, for video playback

2010-09-30 Thread Anil Sasidharan
Hi, I would appreciate someone could provide some hints on this. Warm Regards, Anil On Wed, Sep 29, 2010 at 10:32 AM, Anil Sasidharan anil...@gmail.com wrote: Hi Deva, For one of our ongoing projects, I've been trying to get alpha blending work in Android

Re: [android-porting] Re: Making the graphic layer transparent, for video playback

2010-09-28 Thread Anil Sasidharan
on these points as well. Warm Regards, Anil On Mon, May 10, 2010 at 4:52 PM, Deva R r.deva...@gmail.com wrote: hi, i havent tried per fb or video device level., but should be possible.. can you check with local alpha flags, local to framebuffer and overlay devices? V4L2_FBUF_FLAG_LOCAL_ALPHA

[android-porting] Customizing boot animation

2010-07-06 Thread Anil Sasidharan
/implications of replacing the default boot animation. it would be great if you could guide us with right info regarding the legal issues involved (if anything specific proposed from Google) so that we can take care of them well in advance. Warm Regards, Anil -- unsubscribe: android-porting+unsubscr

Re: [android-porting] Re: WIFI - signal strength

2010-01-27 Thread Anil Sasidharan
Hi, Does the wifi-supplicant report RSSI (signal strength) to Android's WiFi layer? Warm Regards, Anil On Thu, Jan 28, 2010 at 4:49 AM, linux newbie linux.newbi...@gmail.com wrote: Hi, Any Suggestions? Thanks On Wed, Jan 27, 2010 at 11:12 AM, linux newbie linux.newbi

Re: [android-porting] Re: Run application during boot up(.apk file)

2010-01-23 Thread Anil Sasidharan
Hi, Try broadcast receiver or intent filter for BOOTUP_COMPLETED notification. Warm Regards, Anil On Sat, Jan 23, 2010 at 5:04 PM, Nilly ni...@oriolesoftware.com wrote: hmm, If I have .apk installed already than is it possible to run it on boot up time? Regards, Niral On Jan 23, 4:27

Re: [android-porting] how to auto mount SD card in Android 1.6?

2009-12-20 Thread Anil Sasidharan
Add media path to vold.conf and try On Mon, Dec 21, 2009 at 8:24 AM, liang ming-chuan lmc83...@gmail.comwrote: hi all, I have problem in auto mount SD card in Android. This is my vold.conf volume_sdcard { media_type mmc mount_point/sdcard ums_path

Re: [android-porting] Re: /dev files

2009-12-19 Thread Anil Sasidharan
Hi, The UDEV event handling logic is embedded in devices.c. Based on the UDEV events, the appropriate device nodes get created by the init process during Android boot-up. Warm Regards, Anil On Fri, Dec 18, 2009 at 11:34 PM, shivap sshiremath2...@gmail.com wrote: Michael what should

Re: [android-porting] Need Info on Porting Android

2009-12-06 Thread Anil Sasidharan
Hi, Android = android-kernel + android-userspace Warm Regards, Anil On Mon, Dec 7, 2009 at 6:59 AM, linux newbie linux.newbi...@gmail.comwrote: Hi, I enabled Android specific configurations in linux 2.6.31 distribution i.e using make menuconfig. Compiled the kernel and booted

[android-porting] Re: omap3 rev.c3 boot up problem(android)

2009-07-27 Thread Anil Sasidharan
Hi, Please walk through the logcat output. Warm Regards, Anil On Tue, Jul 28, 2009 at 9:19 AM, WenXing wenxingxing2...@126.com wrote: besides,I want to ask you how can I know the problem on my porting. now I noly know using minicom to boot up. what else command I could know

[android-porting] Re: Android development

2009-07-20 Thread Anil Sasidharan
Regards, Anil On Mon, Jul 20, 2009 at 3:42 PM, Aparna Gopinath aparna.gopin...@tcs.comwrote: Hello Anil, I've successfully flashed binaries from mistral(android) onto Omap3530 evm.. I'm able to deploy the .apk files on the emulator. Can you please guide me as to how to deploy the .apk file from

[android-porting] Re: Porting android on OMAP

2009-06-12 Thread Anil Sasidharan
Hi, Does the root file system reside on an SD card? Can you try mounting that SD card on a Linux box (fedora or ubuntu) and take a look at the /etc/inittab file? Warm Regards, Anil On Fri, Jun 12, 2009 at 12:39 PM, GML gg.mahalaks...@gmail.com wrote: Hi All, I have flashed

[android-porting] Questions on opencore in Android

2009-05-10 Thread Anil Sasidharan
of related points ? If any, please let me know. 5. Is there any specific reason to stick to opencore-1.x in android-sdk-1.5_r1 tag though the master has been migrated to opencore-2.x ? Warm Regards, Anil --~--~-~--~~~---~--~~ unsubscribe: android-porting

[android-porting] Re: Porting android to EVM

2009-04-03 Thread Anil Sasidharan
while configuring the kernel for OMAP3 EVM. Hope this would solve the issue. On Thu, Apr 2, 2009 at 11:37 PM, haritha uppalapati uhari...@gmail.com wrote: Hi Anil Thanks for the file. But its not working for me. with this file Whereever i touch the screen i see display of month and yesr

[android-porting] Re: Porting android to EVM

2009-04-02 Thread Anil Sasidharan
Hi Haritha, The patched (for Android on OMAP3 EVM ) version of ads7846.c attached herewith. Please test this out and let me know. Warm Regards, Anil On Thu, Apr 2, 2009 at 1:04 AM, haritha uppalapati uhari...@gmail.com wrote: Hi Anil i did the changes..but no luck :(  ads7846

[android-porting] Static librari is not linking with functions like abs, sincos etc.

2009-04-02 Thread Anil
one help me out to solve this problem? Thanks in advance Anil --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Socket Binding Error-98

2009-03-30 Thread Anil
; srv.sin_addr.s_addr = INADDR_ANY; srv.sin_port = htons(PORT); if( bindStatus = bind(ListenerFd, (struct sockaddr *) srv, sizeof (srv)) 0) { LOGD(agpsserver.c: Error: bind %d\n, errno); exit(1); } -- Thanks in advance Anil

[android-porting] Re: AudioTrack(): obtainBuffer timed out

2009-01-09 Thread Anil Sasidharan
is complete and they have issues only in terms of buffer management (obtainBuffer timing out) in certain use cases. It would be nice if you could just give a brief idea on the reason why there is suspicion on /dev/eac. Warm Regards, anil On Thu, Jan 8, 2009 at 8:18 PM, leemgs lee...@gmail.com wrote

[android-porting] Re: Android on OMAP35x ?

2008-12-17 Thread Anil Sasidharan
Hi, This has already been done by Windriver and TI. You will be able to get the sources from http://android.git.kernel.org/ (ASLA lib and HAL ported by Windriver) or from http://git.omapzoom.org. Integration is pretty straightforward. Warm Regards, Anil On Wed, Dec 17, 2008 at 4:35

[android-porting] Re: SD card error

2008-12-16 Thread Anil Sasidharan
Hi, Have you mounted the vfat partition of the SD card onto /sdcard? Warm Regards, Anil On Tue, Dec 16, 2008 at 12:35 PM, Nimit Manglick nimitandr...@gmail.com wrote: Hi All, I have ported android OMAP 3530 EVM. Now I am facing a strange looking problem. If I partition my SD card

[android-porting] Re: Android on OMAP35x ?

2008-12-16 Thread Anil Sasidharan
twebb, Please see my answers in-lined. Anil, Hope you don't mind me contacting you directly. We actually own a Mistral OMAP35x EVM board and I've gotten android running on it. However I'm running into an issue or two that maybe you can help with. 1. I've only run

[android-porting] Re: Android on OMAP35x ?

2008-12-16 Thread Anil Sasidharan
Hi Nimit, Have you integrated the ALSA audio support into Android HAL? Or is it another sound support being added there (OSS, ESD, custom)? Do you see the media files listed (scanned and enumerated by media scanner)? Warm Regards, Anil On Wed, Dec 17, 2008 at 11:01 AM, Nimit Manglick

[android-porting] Re: Android on OMAP35x ?

2008-11-30 Thread Anil Sasidharan
Hi, How abt using USB keyboard? Or another option is to add bookmarks into the browser's sqlite based table. There are some freeware tools that can be used to manipulate the entries in the table that maintains bookmarks. Warm Regards, Anil On Fri, Nov 28, 2008 at 12:50 PM, Nimit

[android-porting] Re: Android on OMAP35x ?

2008-11-27 Thread Anil Sasidharan
Regards, Anil On Thu, Nov 27, 2008 at 11:56 AM, Nimit Manglick [EMAIL PROTECTED] wrote: Hi Anil / Maxime I am also trying my hands on android.. I have also ported android on OMAP 35X (from Mistral) .. I am getting the home screen with touchscreen working.. Now i want to move ahead

[android-porting] Re: Android on OMAP35x ?

2008-11-27 Thread Anil Sasidharan
-server-ip setprop net.dns2 secondary-dns-server-ip Warm Regards, Anil On Fri, Nov 28, 2008 at 10:53 AM, Nimit Manglick [EMAIL PROTECTED] wrote: Hi Anil, After adding the following settings in init.rc , my system doesn't even boots up :( Is there any specific place in init.rc where

[android-porting] Re: Android on OMAP35x ?

2008-11-27 Thread Anil Sasidharan
Hi, We have used linux kernel version 2.6.26 from omap GIT as the base and applied the android patch generated out of linux kernel 2.6.25 from android GIT. Warm Regards, Anil On Thu, Nov 27, 2008 at 7:47 PM, kapare [EMAIL PROTECTED] wrote: Hi Anil, You said that you have done