HTC Hero :: Phone Switches Itself On And Off Continuously

Apr 4, 2010

I bought a HTC hero (white, in UK) a few days ago - It worked totally fine until today! Now it switches itself on & off continuously! Unless I take battery off! The only way I can rectify the problem is if I take the SIM card out altogether, then it seems to stay switched on without a problem! I have also tried another SIM card just incase I had a fault with my SIM but it does just the same.

HTC Hero :: Phone Switches Itself On and Off Continuously


HTC Desire :: Phone Restarts Continuously

Aug 7, 2010

My phone restarts continuously ! I have to reboot it without sim to turn off data and reboot again ! anyone knows what is this problem I love my phone and I really don know what to do.

View 2 Replies View Related

General :: Phone Continuously Restarting Every 2 Min After Attempting To Download Some Apps

Jan 24, 2013

After attempting to download a few apps (actually a bunch of language apps), ie, after successfully downloaded only 5 of the bunch that I selected on Google Play, my Evo V 4G Virgin crashed and restarted.

After this shutting down and restarting repeated a few times, I uninstalled all new apps and force stopped and disabled Google Play... to no avail.

"Google Play Store is not responding. Would you like to close it?" message pops up twice and then the phone shuts down and restarts again continuously.

Did I get a virus?

These are the apps that downloaded before it started to do this:

Italian Lessons and Flashcards
Japanese Lessons + Flashcards
Chinese Dictionary+Flashcards
Japanese Word a Day Widget
Italian Word a Day Widget

BTW, after a couple of months I had the phone, every time the phone is restarted about 2/3 of my apps blank out (ie, replaced by the generic green Android icons) for a few minutes before they are all reloaded up. Why is this happening? Is this normal? Is this related to what's happening?

View 15 Replies View Related

Android : App That Switches To Phone's Maps With Directions?

Sep 7, 2010

Is it possibly to have a button in my app that switches to the phone's Maps application while passing in a destination for directions? And how would I do that? Haven't been able to find anything about it.

View 3 Replies View Related

Sony Ericsson Xperia X10 :: Phone Switches Off At 20% Battery

Jul 27, 2010

My phone automatically switches off when the battery level is about 20%. Is this normal?

View 5 Replies View Related

HTC Desire :: Lock Phone Screen When MP3 Player Switches Off?

Oct 17, 2010

I have a problem my mp3 player switches off when I lock the screen of the desire. I want a program that allows the player to keep on operating when I switch the screen off?

View 1 Replies View Related

Sony Ericsson Xperia X10 :: Phone Switches On When Connect To Charger

Nov 4, 2010

The mobile switches on automatically when you connect it to charger. Why does this happen. Shouldn't the user have a choice to switch on or keep it off.

View 7 Replies View Related

Sony Ericsson Xperia X10 :: Phone Vibration Switches Off / When Switch Off Mobile

Oct 20, 2010

Phone Vibration switches off each time you switch off the mobile. It gets annoying that you need to switch on the vibrator each time you switch on mobile. It seems that the setting for vibration is not stored, or gets erased each time.

View 7 Replies View Related

Motorola Droid :: Phone Switches To Silent Mode And Types Random Text?

Jun 6, 2010

I may have got it wet after getting caught in a rainstorm Friday night. It wasn't soaking wet and the device never shut off but the x is on the water marker.
Side notes: BB 1.1 and q1.0 kernel.

View 3 Replies View Related

Android :: Keep Camera App Running Continuously

May 2, 2010

I would like to run the Android Camera application from my development board for about 2 hours continuously.

I want to disable the phone lock screen that comes and shuts down the app.

View 2 Replies View Related

Android :: Continuously Scrolling ListActivity

Jul 11, 2010

Is it possible to have a list activity that dosen't finish? i.e. if you scroll to the end of the list then the start of the list begins again? It's be best if you could also disable the scroll bar.

View 4 Replies View Related

Android :: Continuously Running Thread

Jul 20, 2010

I am continuously running a thread in my activity which fetches lat/ lon information and the overlays on the map are updated dynamically through a handler. The overlays can be varying in number and can change dynamically. The thread is interrupted in onPause().

I am over riding the onTap() method in my Itemizedoverlay, where I want to call a dialog or may be start anothrer activity which describes that particular overlay item.

Every time I click on the moving overlay my app force closes.

I am basically using same onTap() method in http://developer.android.com/resources/tutorials/views/hello-mapview.... .

If it is only a Toast message and not starting a dialog/activity then it works fine.

View 3 Replies View Related

General :: Flickr Tries To Upload Continuously

Nov 17, 2012

How to stop Flickr from running in the phone and how to bring it back after disabling the app? I installed Flickr on my Droid Rezound. I didnt know it was already on the phone. I installed the Google Play version on top of the already installed version on my phone. I tested it out and decided not to keep it. I uninstalled the Google version and found the app was still trying to upload photos. Did some searching in the phone and disabled the phone version. After that it still tries to upload the photos. I signed out of Yahoo and Flickr and it still tries to upload. It's not that I care if the pics upload, but when I've taken lots of pics the upload gobbles battery life.

View 3 Replies View Related

General :: Droid 2 Continuously Resetting?

Oct 22, 2011

I've tried calling Verizon about my Droid 2 resetting almost nonstop. I can't make it through a phone call or browse the web or anything without it resetting. I had had my first one for less than a year when it started acting up. Verizon tried sending me a replacement but it did the same thing. Now I'm on my third Droid 2 in less than a year and it's resetting on its own also. I haven't downloaded any apps on this newest replacement so I don't know what's causing it. Could it be my battery or SD card? I'm just at a loss and I really don't want to get a new phone already.

View 9 Replies View Related

HTC Droid Eris :: Continuously Overheating Of Handset

Jul 5, 2010

So today I was driving in my car with my phone on the space between the gear shifter and the console( Lexus ES300- forget the name of the place). Anyway, I had it there and when I touched it, it was hot to the touch. I checked the Temp and it clocked up to 47.8 degrees Celsius (wish the standard HTC battery widget came with an option to change to Fahrenheit). I was alarmed as it has never gone that high before and I was not doing anything with it while driving (as that would be stupid). An hour later I was driving again and plugged it into the car charger to charge it and it shot back up to mid 40's range. Could it be the sun reflecting off of the plastic?

View 9 Replies View Related

Android :: Continuously Update Trackball Coordinates

Jan 9, 2010

I'm trying to figure out how to continuously update the coordinates of the trackball. Right now, I just want to write the values on change to TextViews to understand how it works.

I've been looking at the onTrackballEvent. Right now, I assume that each event passed as an argument to it should be seen as a complete event, that is from the start of the trackball movement to the end. Is this correct? Because if so, the values of x and y will be the same during the execution of the onTrackballEvent body. If this would NOT be the case, I could just use a timer and update the values at a regular interval..

So either I have to somehow interrupt the onTrackballEvent call and write the values, repeatedly over and over again while it is still moving, which seems weird, or...well this is pretty much were my Google search skills and Android knowledge comes to a halt.

View 3 Replies View Related

Android :: Need Sounds To Play Continuously In Background

Nov 24, 2009

I am using soundpool to use sounds in my app. One of the sounds i need to play continuously in background. any example how to do this ?

soundPool.play(soundPoolMap.get(sound), streamVolume, streamVolume, 1, 0, 1f).

View 3 Replies View Related

General :: Yuandao N70 S Tablet Reboot Continuously

Mar 1, 2013

My tablet Yuandao N70S is in continuosly reboot.It worked ok fora month but now didn,t pass logoscreen.And i can,t charge this tablet,charger is ok

View 1 Replies View Related

Android :: Need 3g Off / On Switches For 2.1?

May 8, 2010

I use a Samsung i5700 (Spica/Galaxy Portal/whatever it's called this week) and ideally I want to be able to toggle 3g off and on (for the sake of battery). Problem is that every solution (Juice Defender, APNDroid etc) work perfectly for maybe an hour, but then 3g stops being able to connect, forcing me to reboot (at which point everything is fine until I toggle 3g off again as above). Having read about this stuff, it seems to be a problem for many people, not just users of this particular phone.

View 3 Replies View Related

Android :: How To Continuously Record In Memory Using A Circular Buffer

Dec 24, 2009

I'm trying to use the Media Recorder to have my application continuously record audio in memory (to a circular buffer of a known size). Indeed, I'd like to be able to play back the past 10 seconds of recorded based on a certain event in my program. Much of the Media API is designed to linearly record audio to a file. Has anyone an idea on how I could best do this with or without the default API?

View 2 Replies View Related

Android :: Droid App Google Sky Map Continuously Shows 'Installing'

Oct 17, 2010

I installed Google Sky Map about a week ago. It appeared to complete the installation and the app is working fine. But when I go back to the Market Downloads it is still displaying the animated 'Installing' bar. I have tried a power off reset, even removed the battery for a few seconds but when I return to Market Downloads the 'Installing' message is still there.

View 3 Replies View Related

HTC Incredible :: Headphone Not Plugged In - Icon Continuously Active

Jul 6, 2010

I don't have headphones plugged in and I am getting the icon. And also sometimes getting headset as well and am not able to get or make phone calls when this is active. I have to phone off phone to reset this.

View 2 Replies View Related

Android :: First 6 ListView Elements Are Continuously Being Invoked With GetView

Aug 18, 2010

When I check my logs, when using ListView, I see, that getView() method of a custom adapter is continuously invoked on first 6 elements, even if I scroll to the very end of the list.

View 1 Replies View Related

Android : Detecting Continuously Repeated Finger On Display

Jul 13, 2009

I'm having a conceptual problem with a simple application.

I have an empty FrameLayout and I want for a certain event to being continuously repeated until the finger leaves the display.

If I apply:

### code ###

frameLayout.setOnTouchListener(new View.OnTouchListener() { public boolean onTouch(View v, MotionEvent event) { myEvent(); return false; }});

View 2 Replies View Related

General :: WiFi Continuously Turning On And Off - (Xperia Mini Pro)

Jan 18, 2013

I have a Xperia mini pro and it worked perfectly till one week ago because I face a problem with my WIFI.

when I turn on my WiFi and want to use it after maybe 1 minute suddenly it turn off and turn on again and it continue ... so I cant work fine.

Is it hardware problem how can i fix that???I change many kernels and rom's but still I have problem.

View 2 Replies View Related

General :: Find Current Locations Continuously And Automatically?

Aug 2, 2013

i am developing an android based application "Route Tracker For Special Person".

well i am working with Google map api v2 and till now i have include map in my app and mark some places and further work i need to know this... During traveling When user reach at specific location let say user reach at location A, i have to call an event. e.g My app should find current locations continuously and automatically and match with locations that i marked ( how can it be done) and when it matched, event should be called.

View 1 Replies View Related

Android :: An App That Switches Keyboards

Nov 23, 2010

Is there an App that switches keyboards depending on the program in use? I know i can just long press and change it, but i was wondering if there was something out there, that could do this automatically. For some reason with swype when i send emails they either wont send or take hours to send. But swype works fine for text and other functions.

View 1 Replies View Related

HTC Desire :: How To Off Roaming Switches?

Nov 15, 2010

Yep. So. It appears that roaming becomes activated from time to time on my phone. For no discernable reason. Anyone else had this issue? Or can anyone suggest a remedy.

View 8 Replies View Related

Jelly Bean :: Dell Venue 8 - WiFi Continuously Reconnects

Dec 25, 2013

I just got a Dell Venue 8 which comes standard with Android 4.2.2 and it continuously reconnects to my wifi network. It just cycles through Connecting -> Authenticating... -> Saved, Secured with WPA and then starts over again with connecting. All other devices work on the network so it isn't the router. I've tried to toggle wifi on and off, toggle airplane mode on and off, forget and reconnect to the network, and turning it off and on and nothing has corrected it. I haven't found much googling this issue or on Dell's support page.

View 3 Replies View Related

HTC Desire :: Powers Off And Switches On Itself - Hang

Jun 21, 2010

My phone suddenly powers off itself, then again switches on itself and gets hanged ( all of these times phone was connected to power cable for charging). I tried taking battery out twice and inserted it thinking that this may solve the problem but unfortunately it didn't help.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved