[android-developers] SurfaceFlinger code flow

2012-06-18 Thread Rahul Garg
Hi all, I was looking for the SurfaceFlinger code flow, I tried to search, but I haven't any good post/tutorial which can explain the flow. My main motive is to know how code traverse from activity to SurfaceFlinger and then how it goes from SurfaceFlinger to Framebuffer. Thanks in advance. --

[android-developers] Hover Event In InputReader

2012-06-09 Thread Rahul Garg
Hi All, I am facing one problem in my device, that sometimes it takes even genuine touch event as Hover Event. I checked kernel as well as logcat message, in kernel the co-ordinates are coming proper but in platform log it is reporting it as hover event, I am not getting any clue where could be a

[android-developers] Re: validating the certificate of apk

2011-09-14 Thread Rahul Garg
I guess you haven't gone through the http://developer.android.com/guide/publishing/app-signing.html properly. "It's mentioned there To verify that your .apk is signed, you can use a command like this: $ jarsigner -verify my_signed.apk If the .apk is signed properly, Jarsigner prints "jar verifie

[android-developers] What exactly adb install do with apk?

2011-09-14 Thread Rahul Garg
Hi All, Although I have been using adb install to install apk in my device. But I dont what exactly it do to apk, how it extracts information from the apk. and how does it handle the native code( lib .so file). Can you guys help me to figure it out. -- You received this message because you are s

[android-developers] What exactly adb install do with apk?

2011-09-14 Thread Rahul Garg
Hi All, Although I have been using adb install to install apk in my device. But I dont what exactly it do to apk, how it extracts information from the apk. and how does it handle the native code( lib .so file). Can you guys help me to figure it out. -- You received this message because you are s

[android-developers] Change Grid Size of Home Screen

2011-06-30 Thread Rahul Garg
I am facing issue that, some of my application's name is not getting displayed completely on the Home Screen. like music player, last 'r' is not displaying properly. So I want to adjust the grid size so that I will be able to do it. I tried to change the cell-width attribute in dimes.xml, but s

[android-developers] BOOT_COMPLETED Action is not received in TestingSettingsBroadcastReceiver

2011-06-29 Thread Rahul Garg
Hi, I am trying to add BOOT_COMPLETED Action in the TestingSettingsBroadcastReceiver file. But the problem is I am not able to receive any broadcast. I have added the permission as well as the action in the Manifest file. Any one any idea about it. Regards Rahul Garg -- You received this

[android-developers] Re: keypad unlocked automatically

2011-06-07 Thread Rahul Garg
Hi, you can check KeyguardManager.java in framework. there is method called disableKeyGuard(). -- Rahul -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscri

Re: [android-developers] Re: Installing platforms without internet access

2011-06-07 Thread Rahul Garg
Gheter, harsh told you the same, download the sdk in Zip format, it is available on android developer site. And then follow the steps suggested by harsh. you wont need any internet connection for it. -- Rahul -- You received this message because you are subscribed to the Google Groups "Andro

Re: [android-developers] How to get internal storage path for music

2011-06-07 Thread Rahul Garg
Hi Goutham, I guess http://developer.android.com/guide/topics/data/data-storage.html#filesInternal, this will help. -- Rahul -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@google

Re: [android-developers] create Image from String

2011-03-15 Thread Rahul Garg
yeah ...thanks Abhishek ,,, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.c

Re: [android-developers] Override the Status bar

2011-03-15 Thread Rahul Garg
What do you mean by custom firmware, can you please elaborate more. because I want to run an service which will override the status bar. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

[android-developers] Override the Status bar

2011-03-15 Thread Rahul Garg
Hi, Can I override the Status bar ? if yes then how ?? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers

[android-developers] create Image from String

2011-03-14 Thread Rahul Garg
Hi, I want to convert any String value as image. Actually I want to set text in the statusbar. but I cant set it untill it is Image. So can you tell me how can I do it ? I am using Gingerbread source code. -- Rahul Garg -- You received this message because you are subscribed to the Google

[android-developers] Re: RSSI values

2011-03-13 Thread Rahul Garg
Hi Perdo, As per I know these min and max values for RSSI is decided by the operator/Manufacturer generally. So it is not universal constant. And there is no API for these values. -- Rahul -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Creating Text Icon in Ginger bread

2011-02-13 Thread Rahul Garg
Hi all, I want to set one text icon in status bar. Actually i want to show the strength of the signal, which will be updated continuously. So anyone have any idea about it, please let me know. -- You received this message because you are subscribed to the Google Groups "Android Developers" gro

[android-developers] Re: Adding .img file in running emulator.

2011-01-27 Thread Rahul Garg
And adding it to it Even I give the path of .img file but still I am unable to mount this on my emulator. I want to access files of this card through my application. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Adding .img file in running emulator.

2011-01-27 Thread Rahul Garg
Hi, I am using Eclipse to develop android application. Now I want to add image file to the emulator. So do I need to create a new emulator to add this image image file in this emulator or there is any other way to do it while AVD is already created ? -- You received this message because you a

[android-developers] Re: Preferences screen won't rotate

2011-01-26 Thread Rahul Garg
try to include android:screenOrientation="sensor" in Tag in your application's Manifest file. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from th

[android-developers] Re: App can not start after I change the package name !!

2011-01-26 Thread Rahul Garg
It will be helpful, if you can also mention the exception thrown with this error. And in general what you can do is create a new project and copy all files in it. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

[android-developers] Gingerbread vs Froyo

2011-01-03 Thread Rahul Garg
efficient, so how it is working and if I want to make my application more power optimize, what should I do ? Regards Rahul Garg -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] Alert Dialog problem in Froyo

2010-12-16 Thread Rahul Garg
Hi Guys, In Gallery,if you view any image and in that if you select Menu-> Details. At the time of display image it shows annunciator bar for a moment and just disappear. I dont want this. After analyzing this I found that this is not visible when the items in the dialog is limited to 2-3 item

Re: [android-developers] problem in displaying the google maps

2010-12-10 Thread Rahul Garg
yeah Mark is right. Check whether there is connectivity available or not. Because I faced the same problem which sorted out after I put proper proxy setting as my PC was behind Proxy. -- Rahul -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Re: Closing the activity of the other application(s)

2010-12-09 Thread Rahul Garg
Hi Sudhakar, I think in your case when you call your phone dialer, you can put some extra values with your intent. And after that phone dialer activity is done there you can check that this activity was called directly or by your application. And if it is called through your application then you

Re: [android-developers] Combining an image

2010-12-09 Thread Rahul Garg
try to give the gravity to the images in this xml. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+uns

[android-developers] sqlite returned: error code = 1, msg = table customer has no column named totalpurchase

2010-11-16 Thread Rahul Garg
Hi guys, I am facing problem with my database while inserting values that it is showing that it has no column named totalpurchase. While I clearly declared it in my table and the other columns are not showing this problem. can you suggest what is wrong with this. -- Rahul -- You received this

[android-developers] Re: AlarmManger service callback to main activity.

2010-10-30 Thread Rahul Garg
you can send broadcast to the activity. On Oct 31, 6:57 am, Bo Huang wrote: > pelase help > > > > > > > > On Sat, Oct 30, 2010 at 6:23 PM, Bo Huang wrote: > > Hi All, > > >    In my application, there is a service which has a running thread to > > capture data from remote server, and also this s

[android-developers] Re: How do I get the virtual device's browser connected the internet?

2010-10-18 Thread Rahul Garg
from Virtually I am understanding the Emulator, I faced the same problem for 2.1 even after setting the proxy settings, I was not able to browse, but in 2.2 it worked for proxy settings in Emulator. 1. Go to Settings. 2. Click on Wireless and Network Settings. 3. Click on Mobile Networks. 4. Click

[android-developers] Re: How do I launch an app that is not in the app tray?

2010-10-11 Thread Rahul Garg
I think you can call that activity of the application which you want to launch. Put your code after you receive the text. On Oct 12, 6:31 am, Greg Siano wrote: > I want to launch it when a text is received from a BroadcastReceiver -- You received this message because you are subscribed to the G

[android-developers] Adding permission in framework.

2010-09-13 Thread Rahul Garg
How can I add some permission in framework , is it any way to do this ?? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Strange ActivityNotFoundException

2010-08-22 Thread Rahul Garg
This is not the correct way to declare in Manifest file it should be like http://schemas.android.com/apk/res/android"; package="com.example.AutoCompleteDemo" android:versionCode="1" android:versionName="1.0">

[android-developers] Re: AutoCompleteTextView

2010-08-16 Thread Rahul Garg
exact requirement. -- Rahul Garg On Aug 17, 9:45 am, Randy McEoin wrote: > I have this same problem and would also be interested in the solution. > > On Jun 24, 4:38 am, praveena ankitha wrote: > > > hi all, > > > I have One AutocompleTextView and I want to make the vir

[android-developers] DeviceMonitor]Failed to start monitoring

2010-08-05 Thread Rahul Garg
Hi, I am facing this DeviceMonitor]Failed to start monitoring in my eclipse, thats why I not able to launch my application in the device. To make it work I need to restart my system, it works for 2-3 mins and after that it start showing this error. Please help me in this issue. -- Rahul Garg

[android-developers] Re: Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2010-06-14 Thread Rahul Garg
I have already done that. On Jun 14, 2:25 pm, SREEHARI wrote: > HiRahul, > > If u added > already, the problem will be due to map key. Try creating map key in > he right way. > > Regards, > SREEHARI. -- You received this message because you are subscribed to the Google Groups "Android Develope

[android-developers] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2010-06-13 Thread Rahul Garg
it is showing that package requires unavailable shared library com.google.android.maps ; Ignoring. Please suggest me some solution. Regards Rahul Garg -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen