HTC Incredible :: USB Cable - More Precise Description Of Type
May 5, 2010
So the cable advertised that comes with this phone is a micro - USB cable. I went and ordered four cables as spares (2 for the cars and an 1 for each of our work). These cables have not yet arrived so I have not tried them yet. This is what I ordered:
Amazon.com: RiteAV - USB A to Micro-B Cable 6 ft.: RiteAV: Electronics
However, this morning I forgot my cable that came with the phone at home so I asked around if anyone had one so I could charge my phone. 4 people gave me cables to try that were micro - USB cables. They *look* like the cable that came with the phone but none of them will insert into the phone. So - now I have doubts that what I ordered will work with this phone.
1) Can anyone tell me if they think the above cables will work?
2) Can anyone tell me if there is a more precise description of the phone cables type?
3) Can anyone point me to a source of 6 foot long cables that will work with this phone?
View 12 Replies
Nov 19, 2009
Is there any way to do better text entry? I have the Motorola Droid, and correcting mistakes is absolutely terrible. Trying to get the cursor at the exact point where you want to make an edit is virtually impossible without multiple tries. Isn't there an app that allows for something like the magnifying glass on the iPhone?
View 24 Replies
View Related
Aug 25, 2010
I am trying to write an application that will dynamically load data to map while user pans or zooms it.
So I need to track when map finished to change its view state (stops panning or zooming) and then load a new portion of data for creating markers. But in fact Google Maps API doesn't have any events to handle this.
There are some methods like creating empty overlay to control onTouch events and so on, but map panning could last long after user finished his touch (cause GMaps use some kind of inertion to make pan smoother).
I've tried to subclass MapView but its draw() method is final thus cannot be overriden.
Any ideas how to make precise handling of pan and zoom finishing?
View 2 Replies
View Related
May 6, 2010
Does anyone know how to upload photos from a hard drive to the HTC Incredible via a USB cable and then be able to view them on the phone?
View 5 Replies
View Related
Jun 2, 2010
Anyone know if the video cable is available for the Incredible yet?
View 2 Replies
View Related
Oct 10, 2010
I'm just wondering cause the Incredible I'm getting doesn't come with a USB Cable. If not I gotta wait till I can get USB.
View 3 Replies
View Related
May 29, 2010
I knocked a cup of Sprite onto the floor and it dumped out right over the micro-USB end of my charger (as in all of it was emerged in Sprite). So it's been a few days and I know it's completely dry, but I was wondering or not if it would be okay to still use it? I didn't know if that somehow messed the cable connector up. Luckily I still have the charger for my old BlackBerry Storm.
View 1 Replies
View Related
Sep 6, 2010
Is there a way I can connect to my Droid Incredible to my computer without a cable. For the purpose of transferring media?
View 6 Replies
View Related
May 9, 2010
My first android game is nearly ready and its already in the market.
I hope you could give me some good feedbacks.
QR - Code:
http://fs01.androidpit.info/aqr/x76/370976-1272358669695.png
Little screen with explanations:
http://fs01.androidpit.info/ass/x70/200570-1273055185311-160x240.jpg
It has global highscore.
Game discription:
The goal is to collect boxes using the touchscreen to control the avoider, while avoiding the red smileys that move around the map to avoid death.
(100 Boxes comes with the next update in 2 days)
You have to collect the 100 boxes that appear one at a time on screen using the avoider. Each time a box is hit with the avoider a new box will be revealed at a different place on the field. With every box picked however,a red smiley will materialize as well. These move across the screen in various speeds and directions. Every box collected gives 1 to 5 points, depending on the time taken to pick it and increase the red smiley speed. Apart from getting less points when being slow, the avoider will also slowly grow bigger if it doesn't pick a box. It regains its original small size after picking up a box.
Every 15 boxes a green smiley will appear from the left hand side of the screen. When the avoider touches it, it goes into 'rage', meaning it will temporarily change into a big evil avoider that can eat the red ones, who now are the grey ones. The rage lasts for about 3,5 seconds, with every red smiley eaten counting as a point, which makes the game easier after the rage.
If you kill more then 15 boxes in a row, you gain the difference between the kills and 15 as bonus points for each pointbox. It will be shown next to the box. One important feature is the 'slowmo'. With every eaten pointbox a bar fills to a maximum of 10 seconds. You can activate it anytime by making an doubletab everywhere on the screen. The red smileys will move very slowly, allowing the avoider to maneuver easily.
The last feature is the bomb. You have one at start and about ~ 50 eaten point boxes it will appear an new bomb falling down the screen. You can only have one bomb at time. You activate it by making a doubletab on the bomb icon. Is has the affect, that all smileys die instantly.
*add I hope you enjoy it. Now I have implemented a integrated highscorelist (scoreloop)
Scoreloop Community | Avoiding. Have fun!
View 8 Replies
View Related
Oct 13, 2010
Can anyone point me to a good one?
View 2 Replies
View Related
Sep 20, 2010
This happened for the 2nd time in 2 days today. I go into messages, or email, or facebook, or anything...touch the textbox to bring up the keyboard, touch my keys and although it highlights the keys as normal, nothing goes into the textbox! Quitting the app and going back in did nothing. Had to shut down the phone and restart it to finally get it working.
View 3 Replies
View Related
Jul 20, 2010
After awhile of heavy SMS use if i open a message and go to type to respond the words i type do not show up on the screen. Id i minimize the keyboard it shows. If I expand it they go away.
View 1 Replies
View Related
Oct 5, 2010
I have published a free app on the android market. I want to edit the description and add a couple of screen shots. While the "Upload Aplication" screen on http://market.android.com/publish lets me make these changes & saves them too, they don't show up in the description of the app when I go the android market. Do I have to unpublish & republish the app (in which case I might run into version issues)? Or else, how do I make these changes to description appear on the android market?
View 1 Replies
View Related
Feb 13, 2009
Is there any idea if this will increase in the future? This is extremely limiting.
View 2 Replies
View Related
Oct 5, 2010
Okay, so I'm writing my first Android app and am basically stuck. The app is a short 4 question quiz with two choices per question. This creates 16 possible results, which I've created descriptions for. I want the app to display the description corresponding to the user's responses on each of the questions after the 4th question is answered. Right now I am storing the values in a string, which is supposed to build upon the previous string answer, after each question. So the first answer is t1, the second answer is t2, and so on. Here is the code for the second question: My problem is that the strings won't hold the values I assign them in the previous question. I have a textview that briefly displays the values returned by the question's answer string (t2 for Question2) and it displays null alpha or nullbeta, depending on the user's response. How do I retain the t1's previously assigned value into Question2 so I can add to it? For instance, if T = "alpha" from Question1, and the user selects button b1 in Question2 how do I make t2 actually equal "alphagamma" instead of "nullgamma"? Is this even possible with strings?
View 1 Replies
View Related
May 2, 2010
After you speak and it transcribes the message, how do you accept it? It seems to automatically add a space after the message.so if I press space to accept it, I need to go back 2 spaces to add a period.If I press '.' to accept it and add punctuation, it leaves a space between the end of the transcribed message and the punctuation.I know this sounds minor but when sending a lot of texts, it can be really annoying.
View 2 Replies
View Related
Apr 13, 2010
It should be application to iPhone or Android or other mobile platform, where, basically, user can access map with "places of interest" and add it's own "place of interest" (with photo and description). Kind of, community generated sightseeing map. I know it is quite simple and not a groundbreaking idea, but my google-fu is quite weak and I can't find anything like that.
View 1 Replies
View Related
Mar 29, 2010
I've been curious as to all the optimizations that go into the building of an .apk. I'm curious because of two things I've tried in the past to bring down the size of my .apk:
I have had a few large json assets in projects before, as well as a static sqlite database. I tried bringing down the size of the apk by gzipping them before the build process, but the resulting size is exactly the same.
I just today tried pngcrush on my /drawable/ folders. The resulting build was exactly the same size as before.
I would think that perhaps #1 could be explained by the zip process, but simply zipping the /drawable/ folders in #2 result in different-sized files. Perhaps the build process runs something akin to pngcrush?
Regardless, I was wondering if anyone knew where to find a detailed description of all the optimizations in the Android build process. I don't want to waste my time trying to optimize what is already automated, and also I think it'd help my understanding of the resulting apk.
View 2 Replies
View Related
Oct 6, 2010
I'm working on my new project but I can't figure out how to add a text under my Gallery.
I have 3 pictures, if I slide on picture 2 I can see under picture 1 and 3 the correct description but it doesn't appear the description under the selected picture (in this case the number 2).
This is my code...
View 2 Replies
View Related
Aug 16, 2010
Can anyone send me link which has an example for parsing json in android with a detailed description?
View 5 Replies
View Related
Apr 23, 2010
Are there any apps around to lock folders? say you've got some sensitive data(or photos) you dont' want viewed without a password.
View 5 Replies
View Related
Jan 24, 2010
Just include the name, description and picture. It will be interesting to see what some people have. I am looking forward to learning of some new goodies.
View 2 Replies
View Related
Jul 28, 2010
Can anyone tell me if there's a way to cancel autocomplete on a word as I type so that it wont replace it with a dictionary word AND not add the word to the dictionary?
View 2 Replies
View Related
May 15, 2010
can one of you guys type *#*#4636#*#* and let me know what the default is for preferred network type? i changed this to try and get better battery life but it seems nobody on other networks are getting my MMS messages.
View 5 Replies
View Related
May 16, 2010
I recently bought the Droid incredible and I love the phone. It's the perfect phone for me, however I have come to hate the green that is everwhere. It's on almost every spot where u can click or type. Any suggestions on how to change the color.
View 35 Replies
View Related
Nov 7, 2013
My current situation is that I have a phone with 2 camera apps on it, stock and camera FV-5.
Camera FV-5 is slower than the stock camera, so I only use it in situations which I need manual control.
Whenever I open whatsapp and try to send a photo, the app asks me which camera I want to use, with no option to always use stock. I don't want camera FV-5 to exist as an option, as I will open it if I want to use it.
Is there a way to remove an app from the list so that my phone does not recognise camera FV-5 as a camera?
View 4 Replies
View Related
May 5, 2010
i know its probly very simple but i cant for the life of me find the option.
View 8 Replies
View Related
May 11, 2010
I am very impressed with Talk To Type's accuracy. It's great for chat and many informal things but seems to be missing some features that would have been very easy to implement.1. Automatic capitalization - no brainer - it should capitalize obvious proper names, the word "I" and the beginning of every sentence, or at least this should be an option. 2. Automatic punctuation - it should be an option to place a period at the end of each phrase (defined by when you stop speaking) and if the beginning word was "who", "what", "where", "when", "how", etc...it should be an option to automatically enter a question mark. I get that you can speak the name of the punctuation mark, but this option would make it more useful. 3. Numbers less than ten should be spelled out (e.g. "nine" instead of "9") It's so accurate compared to many that I've tried to use in the past, yet it doesn't have these super-basic and very easily implemented features. It makes it less useful for e-mail, especially corporate e-mail, where the mail needs to not resemble a high school text message.
View 4 Replies
View Related
Jun 4, 2010
I have an HTC incredible and have tried everything to put music on it, the most recent program i am using is tunesync, which works great. However, whenever i transfer music i always get the message "unable to play this type of audio file" I have tried everything from making the files all mp3 format to using different programs to do the sync, but nothing will work.
View 3 Replies
View Related
Jul 21, 2010
I am no longer able to bring up the 4 choice usb-type menu that pops up when the usb cable is connected between the phone and my pc. Now after about a second delay the battery icon changes to the charging icon and the red LED lights up.
I have Disk Drive set as default with the "Ask Me" box checked (regarding USB connection type). The cable I have been using before and now is the one marked DICMUSB that came with the phone and plugs into the htc usb converter for drawing power from the wall. My pc also does not recognize the phones internal storage or pop up an error message.
I have not had this issue before, as I have been able to move mp3's from disk to phone-sdcard as well as change the boot animation. I thought maybe an app was causing the issue, but after uninstalling everything back to when I last hooked up the phone to my pc the problem still exists.
View 3 Replies
View Related