Android :: Double App Icons
Apr 6, 2010
I just got my Samsung Behold II yesterday and have downloaded a couple apps. When I go to the app/widget screen I now have 2 icons for each of the apps I downloaded. Any way to get rid of one of them?
View 2 Replies
Nov 20, 2010
I'm noticing that there are double icons for an application I recently built. Is this being caused by an issue in my manifest? Or is this an artifact from a previously deleted rev of the apk?
View 1 Replies
View Related
Aug 19, 2010
I have recently been getting duplicate icon in my list of all programs. I am not sure where they are coming from or how to delete them.
View 3 Replies
View Related
May 13, 2010
Is there a way to change the HTC Icons like camera, photos to the stock Android Icons?
View 5 Replies
View Related
Oct 28, 2013
I would do this: [URL] .... (created with paint)
Because I get to edit files, but I am looking for a long time without finding how to put ALL the icons on the left, and keep only the icons on the right as in the picture.
View 1 Replies
View Related
Nov 25, 2010
I notice that the home screen is customizable but not the four applications on the bottom, the call, email, browser and applications. How would I change those icons with different icons? Mainly the email and browser. How do I turn off or at least severly limit the data that goes to and from my phone. I do not have wireless and am just a bit paranoid about going over my data limit. I got the phone from work and this is my first smartphone so I am a bit nervous about anything I do on it.
View 3 Replies
View Related
Nov 7, 2010
hey there i am new to this site and new to the android platform. I have figured everything out for the most part. but i purchased the launcherpro plus or whatever for my samsung epic and i customized the dock icons. They are really small i don't know why. but is there anyone out there that knows how to make the dock icons bigger?
View 8 Replies
View Related
Feb 7, 2010
Im having problems with implementing the double tap. Well i implemented the ongestureListener and i had the gesturedetector, but im not sure wheres the problem here is my code...
View 1 Replies
View Related
Jul 26, 2010
Bet you are all thinking here's another idiot that doesn't know how to turn off notifications in the default android sms app?After installing Handcent I immediately disabled notifications in the default app so that only Handcent was generating them. This worked fine up until about 2 weeks ago when the default app started generating them. The option is definitely 100% disabled so I have no idea why it is still generating them. To make it worse even if I go into all messages with both Handcent and the default app my LED remains blue.
View 8 Replies
View Related
Jun 21, 2010
Is there a way/setting/app capable of being able to "double click" on an Icon while browsing on the phone. The way the company sets up my work calender is when I want to see what the schedule is I have to double click to open it. On a regular browser double clicking is no problem but on the EVO all it does is zoom in.
View 4 Replies
View Related
Aug 5, 2010
Can anybody please tell me how to get double and int value from a binary file. I have tried alot but its giving me wrong values.
View 2 Replies
View Related
Mar 15, 2010
I'm new here and to the Htc hero and heres my problem When receiving a text message I get double notified on my task bar as I have installed handcent messaging and I even used task killer to stop the hero's version from notifying me.
View 2 Replies
View Related
Oct 19, 2010
Is double buffering makes any sense on android? Can it be implemented?
View 1 Replies
View Related
Dec 19, 2009
I have an idea for a better alternative to multitouch pinch zoom than just the double tap zoom. Many people complain that the double tap zoom isn't intuitive since it doesn't zoom at the level you want it too.I dont know how feasible my idea is and dont know how it could be implemented but I thought Id share it anyway.Double Tap Slide Zoom as I'm calling it is basically the same as double tap zooming except on the second tap you keep your finger on the screen and slide up to zoom in or slide down to zoom out.
View 4 Replies
View Related
Sep 4, 2010
I have an app that i am working on. but when i run it through the eclipse avd... It shows two icons in the app screen. any ideas what is going on?
Also I used the apk to install on my phone and i also saw two installation of the same app on my phone.
View 1 Replies
View Related
Feb 17, 2010
I am using following code to send sms message:
SmsManager sms = SmsManager.getDefault(); sms.sendTextMessage(phoneNo, null, message, null, null);
But when this code is executed two sms messages are sent. Does anybody have idea what can be a problem?
I am using HTC Tattoo with android 1.6
View 2 Replies
View Related
Oct 3, 2009
I'm trying to clean up some rendering issues for a 3D game -- CowPotato (http://www.cyrket.com/package/ com.froogloid.android.cowpotato).
Basically I'm seeing some flickering, like the next frame is getting flushed before everything is drawn. It is definitely the last few items in my display list that seem to flicker -- if I reorder the list, it's always the last part of the list that flickers.
I understand that the GLSurfaceView automatically provides double- buffering -- it certainly appears to be the case looking at the source. So any suggestions as to why I might be seeing flicker? I put counters into the drawing methods to make sure that all the objects are called each frame, they just don't show up on screen all the time.
View 18 Replies
View Related
Sep 6, 2010
Since Installing Handent, I am receiving double notifications for my text messages. I know it is my fault, I just need to know what to do.I like the handcent app, just don't need two texts.
View 8 Replies
View Related
Feb 17, 2010
There are occasions where I create a new entry in my calendar on the phone and I end up with 2 entries for the same date and time. This is something I cannot seem to replicate intentionally. How can I set the refresh interval for syncing my phone with Google online? I know I can go through settings, google and press menu > sync now, but how can I decide how often the phone does this automatically?
View 2 Replies
View Related
Apr 25, 2009
I am wondering if anyone else is encountering this issue (or if its just me). I converted an app I have been working on from using a regular view to using SurfaceView. The app accesses listviews to change properties of the elements I am drawing on a canvas. The listviews called from the SurfaceView version draw over themselves mis-registered when I scroll long lists quickly. If anyone out there has had a similar problem and/or has an idea what might be going on and/or has a suggestion as to how to fix this.
View 2 Replies
View Related
Aug 28, 2010
Every time I get a text message, my phone alerts me twice. I do have handcent, and I did disable the notifications on the stock text messaging app and it still did this. Then, I uninstalled handcent from my phone thinking maybe I can reinstall it and it would stop notifying me twice; which didn't work. So now I just have the stock messaging app and it's still notifying me twice every time I get a single text message. Any thoughts? It's driving me insane.
View 4 Replies
View Related
Jun 9, 2009
Do anyone here having experience of applying double-buffering in Android 2D animation/ games? I'm sure this is a pretty basic functionality people will discuss about when writing games on Android, but seems like the source I found on web was pretty little. The only one I found is using OpenGL blit (intro by Chris Pruett in Google IO 2009 session). If I want only a 2D, how do I do that?
View 14 Replies
View Related
Mar 11, 2010
My open-source Android application uses this in an SQL query:
String.format("%f", someDoubleValue);
Unfortunately, in some languages the coma is "," instead of "." and the SQL engine does not like it.
What is the best way to convert a double to a SQL-friendly string on Android?
View 2 Replies
View Related
Jul 5, 2010
Quick question from a noob. I have installed chompsms and find that I now get two notifications in the notification bar for every sms I receive. One from the native message app, and one from chomp. How do I prevent this?
View 2 Replies
View Related
Jun 30, 2010
I am a newbie android developer. I am developing an application in which i am using google maps. I want to know how can i implement double tap on google maps. I want to zoom in when i double click on google map. I need a sample code which i can use in my application.
View 15 Replies
View Related
Jun 3, 2010
Anyone have any experience with double twist media player looks pretty sick to me? DoubleTwist's Android App Looks Like the Best Media Player Yet
View 49 Replies
View Related
Apr 7, 2010
I have Handcent installed on my Samsung Galaxy Spica running cupcake. I have set it to be the default SMS app. However when I receive an SMS, I see two notifications 1 for Handcent and 1 for the native SMS app. I have looked into all settings but am not able to fix this issue.
View 6 Replies
View Related
Nov 19, 2010
why is double twist so painfully slow to start/load/sync/perform! I love that it is available but Google needs to get on the ball creating a desktop sync software!
View 15 Replies
View Related
Oct 11, 2010
Before I had the problem where both Handcent and my stock SMS would both tell me I have a new text message. I fixed This. I had to redown handcent. Now When I get a message it shows up twice in Handcent. It always tells me I have 2 messages. It is the same message.
View 1 Replies
View Related
Nov 19, 2010
I am having one web service and I have call that from the Android application by passing double value along with other values like String, int and float. When i call the web service I am getting Runtime exception saying cannot serialize the double value. Please some one help me to do call the web service if you know the solution.
View 1 Replies
View Related