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.
--
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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-
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
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
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
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
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
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
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
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
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
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">
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
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
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
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
35 matches
Mail list logo