HTC Incredible :: Earpiece Paint Rubbing Off
Jul 8, 2010The red paint on the earpiece of my DINC is rubbing off, ever so slightly.Anyone else experience this?
View 9 RepliesThe red paint on the earpiece of my DINC is rubbing off, ever so slightly.Anyone else experience this?
View 9 RepliesI know I'm not the only one with this issue, but it looks like the red ear piece gets funked up pretty easily. At first I thought it was just a lint trap, but I think it might be a mix of lint and ear skin/oil. Has anyone found any ways to clean that out?
View 10 Replies View RelatedAll of a sudden I can't hear anything through calls. I can hear things if I play it through the speaker, but my ear piece doesn't put out anything. Has this happened to anyone else? I've tried factory resets with no difference.
View 1 Replies View RelatedIs it just my phone, I was just on the phone with someone that was on a landline, I noticed it was a little garbly (is that a word LOL) and a little hard to understand, almost like the beginning of each word was cutting off, I decided to put him on speaker phone so I can write stuff down and the phone call was now crystal clear. Anyone else notice that their speaker phone sounds better then if they are not on speaker phone?
View 9 Replies View RelatedI have my earpiece paired... I would like to be able to map - push the button on the side of the earpiece to activate the voice dialer... and then when finished another push would end the call.
View 3 Replies View RelatedI have a recently purchased Incredible (about 3 weeks) and within the last week the red earpiece on the phone has developed a very severe buzzing noise. Seems whomever I speak with can hear me fine, I just can't understand them. This hasn't been frequent but it is increasing. One day I had an ear shattering high-pitch noise that pretty much stopped all calls and I had to power down the phone. Could this be hardware or software related?
View 4 Replies View RelatedIve had nothing but happiness since i installed 2.2 but i keep reading how people are having issues with radio, earpiece quality or stuck boot screens. So many issues from the same update??? What is going on??
View 25 Replies View RelatedMore specifically, the rubber/plastic edge that runs around the keyboard the the edge of the keyboard itself (the piece without the letters). I got a tiny bit of super glue on that rubber/plastic (I'm sure it's plastic but it feels kind of rubbery) edge. I'm debating about trying to remove it (it's almost unnoticeable, except to me, meaning I'll notice it constantly ).I know acetone will remove super glue. I've heard that rubbing alcohol can too, which is why I would try it first (it's less caustic than acetone, less chance of damaging the plastic). Is this a bad idea? Also, if rubbing alcohol works, would the alcohol that's on alcohol wipes (like the screen cleaner wipes) work as well? They're both isopropyl so I don't see why it wouldn't (the concentrations may be different, that's the only thing I can think of). Never applied either of these two things to plastic so I'm not sure what will happen.
View 2 Replies View RelatedMore specifically, the rubber/plastic edge that runs around the keyboard the the edge of the keyboard itself (the piece without the letters).I got a tiny bit of super glue on that rubber/plastic (I'm sure it's plastic but it feels kind of rubbery) edge. I'm debating about trying to remove it (it's almost unnoticeable, except to me, meaning I'll notice it constantly ).I know acetone will remove super glue. I've heard that rubbing alcohol can too, which is why I would try it first (it's less caustic than acetone, less chance of damaging the plastic). Is this a bad idea? Also, if rubbing alcohol works, would the alcohol that's on alcohol wipes (like the screen cleaner wipes) work as well? They're both isopropyl so I don't see why it wouldn't (the concentrations may be different, that's the only thing I can think of).
View 6 Replies View RelatedI have a problem with one of my app. I try to make a paint application but nothing is draw on the screen (except the first circle which is draw on the launch).The log Cat seems to be correct and i get the right x/y coordinates.I think i do something wrong on the ondraw.do you see my problem?
View 3 Replies View RelatedI am trying to code an app where you can paint (Finger paint) free hand on a running video in a VideoView.I have the two things running separately but not together.I can draw my paint on a balance screen and i can play my video on my videoView, which is implementer in an xml layout.Is there a way to overlay the xml videoview View with an other View which can be drawable?
View 1 Replies View RelatedI'd like to include a simple draw feature on my app. A friend told me I can't use canvas because I need to control the frame buffer and not redraw the entire screen every for every frame.He suggested I find a openGL 2d engine.I've searched around and I've only found Rokon which doesn't have any documentation and the examples aren't quite what I need.Any suggestions?
View 2 Replies View RelatedI have to get the height of the text for i have specified the text size. is this possible? i need to get the width using the Paint object and without.
View 2 Replies View RelatedAnyone else notice the black paint,on the earpiece, starting to wear off?
View 49 Replies View RelatedSomehow the gold paint has flecked off of my camera button.Anyone deal with this?Any good solutions?I was thinking gold nail polish.
View 7 Replies View RelatedIs there an app out there that lets you take a picture of your room with the camera,then preview different wall colors?
View 1 Replies View RelatedIs it possible to change the unit for Paint.setTextSize?As far as I know,it's pixel but I like to set the text size in DIP for multiple screen support.
View 1 Replies View RelatedI want to create a paint and update loop in android for game animation on a canvas but I am having trouble as I can't seem to get the threading to work appropriately. It seems to crash almost immediately.
Here is what I have tried:
CODE:................
Also when I drop the wait down lower it crashes faster. Is there a more appropriate way to approach this?
Changed to this:
CODE:........
This results in the same error...
I've had the phone only since Tuesday, and I just noticed a dent in the paint, if that's the correct description, near the bottom right corner (an inch below the Search button, slightly to the right). It looks as if someone pushed their finger nail into the paint really hard. It's the same height as the letter G in "SAMSUNG" printed under the screen.
The phone was dropped by a child on the car mat once before, but I don't think that's what caused it.Any ideas on how to fix it, or if I can get it replaced? (I got it from letstalk.com for free with contract).
I'm new to Android and Java programming and I've manage to create a simple paint program, but how do I add a zoom feature? Right now I'm just extending the View class and using the "on Draw()" method. Do I have to use a Drawable to be able to add zooming functionality? I'm not really understanding the differences between the two. If I am way off base then please point me to a good tutorial on paint/zooming.
View 1 Replies View RelatedThere seams to be a widespread problem of the gold coated camera button flaking and or wearing over time. The top of my camera button is completely white and looks awful.Other then this,I have no complaints about the phone.Don't feel like dealing with VZ or Moto and getting a new phone for something so small.Has anyone painted the camera button?If so what kind did you use and how does it look?
View 10 Replies View RelatedAm I the only one with this problem?Now I have a big hole in the silver paint that shows red.I use the red button a lot to lock the screen,but did not expect the paint to peel off.
View 32 Replies View RelatedMy app uses a custom View that does a lot of text drawing.To ensure my text is always readable I've been using the result of calling getTextSize() on a newly-created Paint() instance as the minimum size. Docs say calling 'new Paint()' sets attributes like text size to default values.One of my European users just got a Motorola Milestone phone and reports that some text is unreadably small.I believe I've duplicated this using the WVGA854 skin in a 2.1 emulator.Run in that emulator my app's smallest TextViews look fine, but the text I'm drawing myself using Paint instances where I haven't changed the text size from the default is too small. I confirmed this by commenting out all setTextSize() calls in my View subclass: the text becomes too small to read comfortably.
View 5 Replies View RelatedI'm looking for an application that will allow one to open an image (or pdf, preferably) of a worksheet and allow one to "do" that worksheet; in other words draw/write on the image/pdf.
View 4 Replies View RelatedIt seems as though my kickstand almost needs some lubricant. It sticks somewhat over halfway open, and needs a push to fully open, as well as close. My question: what oil/lubricant would be safe enough to use without eating away the paint and finish on the phone? (I.E. WE-40 is definitely out). It's just annoying because I use it alot to prop up the phone and keep it off its back, and camera lens at that. It's annoying hearing it squeaking every time it opens and closes.
View 17 Replies View RelatedTo explain i have a bitmap which is constructed as follows
Paint a rectangle color yellow I want now to paint a smaller circle over the top of the rectangle, but i want to use transparency. so that the circle results as a hole in the rectangle. {like swiss cheese with holes }
So if i painted the bitmap over a background the background would still be visible in the Circle/hole.
setting the drawcolor drawColor(Color.TRANSPARENT) just paints a transparent object. i.e. it doesn't erase the circle area of the rectangle.
How to do...?
One option is to set the circle color to say black and then look for an option to replace black with transparent within the bitmap.... but i can't find a solution for this either.
I'm trying to develop an RPG for Android, so I need to paint a scenario where I'll move my character.
My idea is to do it 2D. I've developed 3D games and Java games for desktop, but in Android i don't get how to star the scenario.
Could it be developed with a matrix of information, so I could know where my character steps?
I'm designing a custom view which is an X/Y Plot. It's a moving graph that scrolls to the left with time and new Y values are continuously coming in at 10 per second.
I've been able to make it work with an array of integers where the array index is the X value and the integer value is the Y value, but this seems horribly inefficient (Because every time it comes time to re-paint, I have to loop 800+ times to paint the graph). Then we do it all again 10 times a second. yuck.
Can anybody think of a paintable object that I can draw points to and perform some kind of scroll transformation and then just draw the new points each time, rather than the whole canvas?
Any other ideas out there?
The issue I am experiencing is that the SurfaceView I am using flickers. Once in a while, the objects I draw flicker and they change their size or colour.
It looks like that sometimes the application skips my calls to 'Paint.setColor()' and the one to 'Paint.setStrokeWidth()'.
I have made methods which change the used paint and then, in order to try to fix this issue, to set it back to the default paint values. Still the issue persists. I have also read that the problem might be due to the double buffering. Is it the case? I am using this code for the DrawingThread:
I also tried to use a dirty Rectangle to try to see if the issue can be fixed, but still nothing. [I might not have understood what it actually does.
Code:
class DrawingThread extends Thread {
private SurfaceHolder _surfaceHolder;
private CustomView _cv;
private boolean _run = false;
[Code] .....
I have read somewhere I should draw on a single bitmap and then draw the bitmap on the canvas. I have tried several times but I cannot manage to do so.
I'm developing a coloring book app, how do I ensure that the black outlines of my drawing are not colored by the paint brush? I thought of decreasing the alpha value of the paint brush to show the black outlines when painting over them but upon painting the same area again, the black outlines will be painted over.
View 2 Replies View Related