[android-developers] Trying to take OpenGL trace

2013-11-28 Thread Nitin Mahajan
Hello, I want to take OpenGL ES trace for the Chrome browser on the device running Android JB. I want to take the trace when a particular URL has been loaded to Browser and the user interacts on touch screen. The Tracer for OpenGL ES tool always launches the specified app afresh, so I am not

[android-developers] Re: Binder context Manager

2011-09-22 Thread Nitin Mahajan
Hello, On Sat, Sep 17, 2011 at 5:29 PM, Nitin Mahajan np.maha...@gmail.com wrote: Hello, I was trying to understand some Android internals and have a question in this regard. What does it mean for a process to be a Context Manager for Binder? Or What exactly service manager is telling

[android-developers] Binder context Manager

2011-09-17 Thread Nitin Mahajan
Hello, I was trying to understand some Android internals and have a question in this regard. What does it mean for a process to be a Context Manager for Binder? Or What exactly service manager is telling by saying I am the Context Manager ? What sort of a context management is happening here?

Re: [android-developers] Re: System server query

2011-08-24 Thread Nitin Mahajan
On Thu, Aug 25, 2011 at 2:00 AM, freakingtux kees.jongenbur...@gmail.com wrote: Hi On Tuesday, August 23, 2011 5:10:48 PM UTC+2, Nitin wrote: Hi! I was just going through the code to understand how the system server is started. Have a look at http://elinux.org/Android_Booting and

[android-developers] System server query

2011-08-23 Thread Nitin Mahajan
Hi! I was just going through the code to understand how the system server is started. I have some query here. Why there is a LOGI saying LOGI(System server: starting Android runtime.\n); in file System_init.cpp? We aren't actually starting the Android runtime here. We are just starting the

[android-developers] Binder thread Migration

2011-05-11 Thread Nitin Mahajan
Hello, While reading through the OpenBinder documentation I came across a statement which said The kernel module emulates a thread migration model by propagating thread priorities across processes as IPCs are dispatched. This means that the priority of the thread executing the IPC in remote

[android-developers] writeNativeHandle - why call dup( )

2011-05-07 Thread Nitin Mahajan
Hello, I just wanted to know that, inside Parcel::writeNativeHandle() , why is the file descriptor duplicated? Is it the only way a descriptor can be shared between two processes? regards -Nitin -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] which applications the user can install

2010-12-12 Thread Nitin Mahajan
Hello, I have some queries regarding app installation on a Android devices. I did got though the link http://developer.android.com/guide/publishing/app-signing.html#cert. 1. Is there a way to control which applications can get installed on a particular device? I mean apps signed with a

[android-developers] Re: which applications the user can install

2010-12-12 Thread Nitin Mahajan
is device owners public key? regards -Nitin On Mon, Dec 13, 2010 at 10:16 AM, Nitin Mahajan np.maha...@gmail.comwrote: Hello, I have some queries regarding app installation on a Android devices. I did got though the link http://developer.android.com/guide/publishing/app-signing.html#cert. 1

[android-developers] Browser screen flickering

2010-12-09 Thread Nitin Mahajan
Hello, I am running the Android 2.2 rowboat-Froyo on a OMAP 3503 based board, and have the evaluation version Adobe Flash plugin installed. After I browse any website with flash content in it, I can see a lot of flickering on the Browser when ever I do scrolling on the page, on any website

[android-developers] Re: Question trimmed down: Browser screen flickering

2010-12-09 Thread Nitin Mahajan
instrumentation way to monitor the UI thread in two different scenarios(With flash content and Without flash content) and compare what happened to the thread? regards -Nitin On Thu, Dec 9, 2010 at 3:32 PM, Nitin Mahajan np.maha...@gmail.com wrote: Hello, I am running the Android 2.2 rowboat

Re: [android-developers] Re: How to develop a android app store

2010-10-29 Thread Nitin Mahajan
2010/10/26 Nitin Mahajan np.maha...@gmail.com Ya, Amazing but sounds very much off the track... regards -Nitin On Wed, Oct 13, 2010 at 10:32 AM, Kumar Bibek coomar@gmail.comwrote: Pretty amazing imagination :) On Wed, Oct 13, 2010 at 10:30 AM, metal mikey coref...@gmail.comwrote

Re: [android-developers] Re: How to develop a android app store

2010-10-25 Thread Nitin Mahajan
can fly anywhere. On Oct 13, 3:08 pm, Nitin Mahajan np.maha...@gmail.com wrote: HI! On Tue, Oct 12, 2010 at 9:04 PM, TreKing treking...@gmail.com wrote: On Tue, Oct 12, 2010 at 1:25 AM, Nitin Mahajan np.maha...@gmail.com wrote: How can we develop an Android app store, to distribute

Re: [android-developers] Re: Proxy related code changes needed in Apps

2010-10-13 Thread Nitin Mahajan
HI! On Thu, Sep 30, 2010 at 1:56 AM, Prajakta Shitole prajakt...@gmail.comwrote: Hi, Thanks for your reply. I am using HttpURLConnection to access data from servers. Will look into the details that you have mentioned below. You could find out, how the Proxy Authentication has to be set in

[android-developers] How to develop a android app store

2010-10-12 Thread Nitin Mahajan
Hello, How can we develop an Android app store, to distribute apps/upgrades specific to a product, which is a non mobile device? Any pointers towards this would be very helpful. thanks and regards -Nitin -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] How to develop a android app store

2010-10-12 Thread Nitin Mahajan
HI! On Tue, Oct 12, 2010 at 9:04 PM, TreKing treking...@gmail.com wrote: On Tue, Oct 12, 2010 at 1:25 AM, Nitin Mahajan np.maha...@gmail.comwrote: How can we develop an Android app store, to distribute apps/upgrades specific to a product, which is a non mobile device? Your question

[android-developers] In-field firmware upgrade mechanism

2010-10-07 Thread Nitin Mahajan
Hello, I have some basic queries regarding in-field application and firmware upgrade regarding android. 1. Is there a generic mechanism(client side) to upgrade boot-loader and kernel, or the device manufacturers have to implement themselves? 2. Is there a different mechanism(client-side) to

[android-developers] Debugging system_process

2010-10-01 Thread Nitin Mahajan
Hello, I am using eclipse for android development on a Non mobile target device. I would like to debug the system_process from DMMS perspective in Eclipse. What project do I need to open in the Eclipse IDE so that I will be able to start debugging this process from DDMS perspective? regards

[android-developers] Trackball response and sensitivity across different apps

2010-09-21 Thread Nitin Mahajan
Hello, I want to use a Touch Pad as CLASS_TRACKBALL in a non mobile device. When I enable this input device as a Trackball, What I have observed is that 1. When using on home screen, that track-pad is too sensitive, meaning its difficult to focus on to a certain app icon. 2. When using in