[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 a

[android-developers] Re: Binder context Manager

2011-09-22 Thread Nitin Mahajan
Hello, On Sat, Sep 17, 2011 at 5:29 PM, Nitin Mahajan 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 servi

[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 her

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

2011-08-24 Thread Nitin Mahajan
On Thu, Aug 25, 2011 at 2:00 AM, freakingtux 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 http://elinux.org/

[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 nat

[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 pr

[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" g

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

2010-12-12 Thread Nitin Mahajan
vate key and another which is device owners public key? regards -Nitin On Mon, Dec 13, 2010 at 10:16 AM, Nitin Mahajan wrote: > Hello, > > I have some queries regarding app installation on a Android devices. I did > got though the link > http://developer.android.com/guide/publishi

[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 particular

[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 wrote: > Hello, > > I am running the Android 2.2 "rowboat-Fr

[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 ther

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

2010-10-29 Thread Nitin Mahajan
Hello, 2010/10/26 Antonio Vázquez Blanco > Apktor has a solution for you... Google for it. You only have to set up a > server and install apktor in your devices. > Thanks for your inputs, I discovered "Aptoide" just two days back, but yet to try it. regards Nitin > 20

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

2010-10-25 Thread Nitin Mahajan
hey eat fish. Your device may not have access >> to the Internet, another reason why pelicans are a better approach. Am >> pretty sure pelicans can fly anywhere. >> >> >> >> >> On Oct 13, 3:08 pm, Nitin Mahajan wrote: >> > HI! >> > >&

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

2010-10-12 Thread Nitin Mahajan
HI! On Thu, Sep 30, 2010 at 1:56 AM, Prajakta Shitole wrote: > 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 an Android devic

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 wrote: > On Tue, Oct 12, 2010 at 1:25 AM, Nitin Mahajan wrote: > >> How can we develop an Android app store, to distribute apps/upgrades >> specific to a product, which is a non mobile device? > > > Your question is ridicu

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

2010-10-11 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 Deve

[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 upgr

[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 -Ni

[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 B