HTC EVO 4G : PC Won't Detect Phone After 2.2 Upgrade
Aug 5, 2010
Yet another problem I'm having after upgrade... I plugged my EVO into my PC via USB to transfer videos and the PC won't detect it. I have it set as "Disk Drive" by default but it won't do anything...just starts charging. I even selected "ask everytime I connect" and it still won't do anything.
View 10 Replies
Jun 1, 2010
I would like to detect when the phone is in motion, but not all kind of motion. For example picking up or waving the phone should not trigger. I would like ideally to run a code when the phone/person is in > "walking" state. What options I have?
View 2 Replies
View Related
Aug 20, 2010
I want to detect blowing into the mic on android. Google wasn't much help. Is it possible?
View 1 Replies
View Related
Nov 19, 2009
I recently bought a a second-hand Magic, nothing wrong with it but it won't detect my SD card! I plug it in, but nothing happens!
What's wrong with it?!
I can't take pictures, listen to music or watch my videos!
View 2 Replies
View Related
Jun 28, 2012
What I'm trying to do is write an app on my Nexus S that does something when the phone has been plugged in to a USB port. Is there such an "on plug-in" event?
View 1 Replies
View Related
Jun 24, 2010
I'm trying to root my phone from stock OTA 2.1 update-1. I've followed all the guides I've been able to get my hands on. The only thing stopping me is that RSDlite is not detecting my phone when it's in Bootloader. Everything on the flash screen says that it's good to go. I've installed all the drivers and the PC does detect the Motorola Flash Device. I tried using 2 different computers, one with XP SP3 and one with Vista (ran as admin), and nothing on both. I've spent hours searching the web for similar problems and solution, I've tried just about everything and I'm about to lose it. Any one else experience something like this? Any tips on something that could fix this issue?
View 8 Replies
View Related
Mar 26, 2010
I'm trying to get the latest Samsung update. I can browse to both SD cards (int & ext) using the NPC software, but when I go to click update > devices and I pull down the pull down menu for "Select Device", there is no device to be seen!
View 13 Replies
View Related
Nov 1, 2010
I would like to find out in my application if the phone is rooted or not. Is there any API that tests this ?
View 4 Replies
View Related
Aug 25, 2010
I'm seriously considering buying either an iphone or droid soon, and I was wondering as to the availability of a certain feature of the android os.What I am wondering is if android can recognize a phone number listed on the screen, and automatically offer to dial that number when you tap on it. (Similar to what the iphone does with its "data detectors" feature.)Also, ideally, I'd like to be able to open a spreadsheet, (which would be sort of like an editable contact list) and then be able to tap on any of the phone #s in the app and have the phone dial that number.
View 2 Replies
View Related
Nov 17, 2010
I want this same behavior even when the app is in the foreground but user doesn't interact with the app for a long-time say 6-7 mins... Assume the screen is ON all the time... I want to detect kind of USER INACTIVITY (No interaction with app even though the app is in the foreground) and kick start my count down timer.
View 4 Replies
View Related
Aug 24, 2010
I'm developing an Activity that does some of its own state management. I'm trying to differentiate the following onResume cases:
New launch
task switch (home button long-click)
resume after other activity in the same application
wake-up after sleep
orientation change
Is there something in the Activity's intent, or elsewhere, that can help me differentiate these?
For the curious and some context... I'd like to preserve my internal history stack on 4 & 5. On cases 2 & 3, I would preserve the same current page, but erase the history (allow the normal back button functionality to take over at that point). Case 1 would initialize to the activity's internal start page (and can be detected easily enough with some help from ocCreate).
View 2 Replies
View Related
May 7, 2010
How could I detect that the phone is data roaming ?
View 1 Replies
View Related
Jul 3, 2010
I want to be able to detect the phone lock event. When my app is running, if I press the red button (call end button/power button), the phone gets locked and the screen goes blank. I want to be able to detect this event, is it possible?
View 1 Replies
View Related
Mar 1, 2010
Is there any way to detect whether an android phone is in sleep mode (screen is black) in the code?I wrote a home screen widget. I don't want the widget gets updated when the screen is black to save the battery consumption.
View 1 Replies
View Related
Oct 26, 2010
I would like a cell phone app to be able to determine how many cell phones around it are running the same app.I'm not sure what direction to start researching (API's,concepts) to understand how my phone would figure out what other phones are running the same app in a specific distance.
View 2 Replies
View Related
Aug 26, 2010
When I insert the USB into my PC, and the Micro USB into my phone I hear a noise but no pop-up comes up on the phone asking me what I want to do.I hear a noise conformation from the phone that a USB device is in use, and the icon at the top but I don't get that list and PC Companion can't detect my phone through the USB. This was working just 20 minutes ago, but it isn't now?
View 4 Replies
View Related
Jan 12, 2010
code snippet to identify whether the phone is in Silent mode or not. I am using Android 1.5. I tried by using "android.provider.Settings.ACTION_SOUND_SETTINGS". It is not working.
View 2 Replies
View Related
Aug 10, 2010
Is there a way to detect when a user unlocks the phone? I know about ACTION_SCREEN_ON and ACTION_SCREEN_OFF, but these seem to be fired when the screen switches on/off on pressing the power button, but not actually when the phone gets unlocked on pressing the Menu button...
View 2 Replies
View Related
Mar 19, 2013
My phone will not detect my Samsung WEP301 headset. I've tried resetting, turning on/off etc. The headset pairs fine with my HTC G2 and my THL phone manages to detect other Bluetooth devices nearby.
View 2 Replies
View Related
Apr 1, 2014
if sp flash tool cannot detect a specific phone.that mean the phone is dead.or the software is not capatible?
View 6 Replies
View Related
Feb 10, 2010
I need to use my phone as emulator/target/virtual device when I run my application. I have installed HTC Sync and the USB driver is in order. I have enabled the USB Debugging in Settings. What more do I need to do to make Eclipse AVD Manager to detect my phone?
View 7 Replies
View Related
Oct 14, 2010
I just got my new xperia x10 mini and I tried to search my adhoc security enabled WiFi network, but unfortunately the phone didn't find it. Anyone got any idea what the problem can be?
View 3 Replies
View Related
May 5, 2009
In the source of Android I found programs written in language C ("dsp_core.c" and "dsp_dtmf.c") which are capable of decode DTMF. I've recorded (amr file) with my phone a conversation in which the one I'm calling dials DTMF tones from his cell and I would like to use the program to detect those tones and that my phone automatically calls the number that he dialed. My problem is I don't know how to use those two programs with the amr file I've recorded. If you need the programs because you haven't downloaded Android code source tell me and I'll send you them
View 4 Replies
View Related
Jul 9, 2012
Odin only detect my Samsung Galaxy Pocket S5300 when the power is off.
In a meanwhile:
- Odin cannot detect in Download mode.
- KIES is able to connect, detect & do the backup.
- I've tried many versions of Odins.
- Odin(s) is able to detect other phone (Galaxy Mini S5570).
- PC could detect the driver and do the file transfer.
Why only when the power off id:com turns into yellow (or green in Odin 3) ????
View 1 Replies
View Related
Oct 11, 2010
So i have the option of saying my Moto Droid is damaged and getting it replaced with a Droid 2. My question for you all is do i take the opportunity? I love my Droid but am not sure if i wanna deal with getting used a new phone.
View 6 Replies
View Related
Oct 8, 2009
On Saturday the 3rd i got a htc hero from t-mobile on contract, since then a ROM has been released on the phone the build number is 1.76 110.6 146733 CL47214release keys. the question is do i need to upgrade the ROM on it?
View 5 Replies
View Related
Oct 29, 2009
How can I update my Dev Phone 1 to Android 2.0.I don't see any updates on http://developer.htc.com/adp.html
View 6 Replies
View Related
Nov 27, 2010
I've had my Motorola Droid for almost a year, and I'm due an upgrade. I'm with Verizon Wireless btw.The EVO really has everything I want (Kickstand, Front camera, huge screen, HDMI) but it's Sprint only. I heard rumors and saw pictures of an EVO-esque phone (not the Merge) hitting verizon in I don't know how long.What phone should I get? I don't care about a physical keyboard. Id like a big screen, HDMI, and a front facing camera, any phones on Verizon like this, or upcoming? (Not the X).
View 2 Replies
View Related
Jun 2, 2010
I've never upgraded phones with the same carrier before.I usually switch carriers after my contract ends. This will be the 1st time that I'll be staying with the same carrier and upgrading to a new phone.My girlfriend and I both have centro's and god willing on friday morning we'll both have evo's.My question is do I need to bring the centro's in with me?Do they need the old phones to transfer the numbers to the evo's?Also, my current contract rates are pretty good as I had a good corporate discount when I originally signed up with Sprint.I don't work for that company anymore though.If I keep my mouth shut, will my old corporate discount carry over?
View 5 Replies
View Related
Nov 16, 2010
I was walking my dog and he almost slipped, all the while I happened to be taking my phone out of my pocket and boom, fell and now the screen is shattered. Its a Samsung Captivate, it seems to work just the screen is shattered. Its done. Literally. I already signed a 2 year contract with ATT, my mom isn't into smart phones and stuff, is it possible to use her upgrade and get a new phone? Then she can cancel the Data Plan? I share a family plan with her, only thing I can think of.
View 25 Replies
View Related