HTC Desire :: Sound Coming Out After Exiting Game
May 9, 2010
I have midnight bowling installed, and when I play it works, but when I stop (press home button) I get the game sound after a while, so it is still running in the background. There is no exit button in this game, so how do I stop it then? cause it's eating my battery alive :-)
View 3 Replies
Aug 18, 2010
I have 9xxBackBeat headset. I connect my headphones to phone, but still the sound comes from the phone speakers. Why?
View 1 Replies
View Related
May 19, 2014
this use to happen on my Galaxy Nexus and now happens on my Nexus 5. This random fluid sounding set of beeps comes from the phone for no apparent reason. I FINALLY managed to record it after all of these years.
Sometimes it will just do it once sometimes multiple times in succession. Then it might not do it for a week. Doesn't matter if the phone is locked or not. Completely random.....
View 3 Replies
View Related
Oct 6, 2010
I have what I thought was a flawless Epic, till this morning my speaker started sounding like static was coming out of it. Now everything that comes out the speakers sounds like static or like a blown speaker. Sucks cause now I have to take it back to bestbuy. I'm hopping somehow it fixes by its myself.
View 12 Replies
View Related
Mar 23, 2009
I got a headphone jack adapter, and when I plug it into my Touch Pro, it doesn't find it. I know I plugged it in correctly, but the sound keeps coming from the speaker instead of my earbuds. I'm wondering if there's a setting I need to change? Or if it's just not working.
View 1 Replies
View Related
Jan 9, 2010
When I had my Voyager, I could use my bluetooth earpiece to talk on the phone, and also get the audio from the Navigation to come through the earpiece. I was surprised tonight that when I was using my GPS on the Droid it didn't come through my earpiece which resulted in me turning my radio down significantly so I could hear the phone.
I also have a stereo bluetooth headphones that I already paired and see the icon on the screen, but when I play a video or some music, it doesn't come through the headphones. Its still coming out of the Droid's phone speakers. Its showing that it is connected in my notifications bar too.
View 4 Replies
View Related
Nov 28, 2009
Well have had my hero for around 3 days now. I have recently noticed a creaking sound coming from the home and back buttons. It rarely makes a sound from the menu or search button. But the home and back make this sound if I push the button or if I lightly press down (halfway pushing the buttons).
Is this normal? Do you get this on your hero?
View 3 Replies
View Related
Oct 28, 2010
I put a new SD card in my phone, and when I connected it to my laptop via USB, it started making a very high pitched, annoying, noise....it continued until the drivers had installed, then it stopped instantly.
View 4 Replies
View Related
Oct 9, 2009
I have pretty common question: is there any bug-free way to implement sound effects in a game?Or we only have unpredictable SoundPool with its horrible bugs? Or MediaPlayer that can only play one sound at once and which is not solution for a game at all?In fact, it is disturbing question for numerous developers right now!
View 5 Replies
View Related
Feb 16, 2009
I wanted to know that how to use sound in animation,Actually i wanted to create a online bidding game and i want to use sounds in that animation.
Can u let me know how to do this.
View 2 Replies
View Related
Jun 8, 2010
I installed some games (H.A.W.X and a few other from Gameloft) and all the sound files from the game show up in my Music List.
View 2 Replies
View Related
Jan 6, 2010
Why does my MediaPlayer
MediaPlayer mp = MediaPlayer.create(this, R.raw.somemusic); mp.setLooping(true); mp.start();
stop, wenn I change the layout?
setContentView(R.layout.screenoptions);
and also suddenly in my game, the sound stops. What could be the reason?
And which one is better? MediaPlayer or SoundPool?
View 2 Replies
View Related
Oct 3, 2010
My HTC Desire seems to have stopped singing the "tik tik" sound (the sound when you clicked on any program).
In Settings -> Sound Settings -> Feedback
I have them all checked, but for some odd reason, I still didn't get the sound.
View 2 Replies
View Related
Jul 1, 2010
I had an HTC Desire (actually I had 4) before I got a refund due to a whole host of technical problems. Given that the problems I encountered don't seem to be widespread (mostly concerning the vibrate mechanism failing), I am thinking I may have just got caught up in a bad batch and am considering trying again.I tried other phones but nothing really compares to the Desire at the moment. The iPhone 4 looks nicer, but the OS bores me to death and it seems there are far more technical problems with the iPhone than the Desire at the moment.I have looked around for other upcoming phones and, aside from the Evo 4g which is not in the UK, I can see no other alternatives to the desire. Am I missing any other options?I don't consider the Galaxy S an alternative as it looks and feels like a cheap plastic toy.
View 15 Replies
View Related
Sep 15, 2010
I have had my desire for a few months now and I love it. But since yesterday I have had a problem with my gmaila nd google talk.
The notifications are not coming through on gmail when I get a mail and when I go into the inbox it wont update manually either.
Also this morning I discovered that I cant get into google talk anymore, it simply will not even open. Everything was working fine up till yesterday.Is there a problem with google at the moment I don't know about?
View 2 Replies
View Related
Apr 30, 2010
Issue 1151 - android - RFE: Support install of apps on SD cards - Project Hosting on Google Code. Let's hope it's very soon!
View 4 Replies
View Related
Nov 11, 2010
Recently my Desire has started doing something odd.I put it in standby mode (i.e locked screen,screen dark etc - by pressing the power button once) and around 50% of the time when I press the power button once again to wake it up,the four buttons at below the screen light up,but the screen takes up to 5-10 seconds to come on!Has anyone else ever had this sort of thing happen?It's really intermittent and slightly concerning.
View 3 Replies
View Related
Jun 15, 2010
I seem to have a whole host of people on facebook, that show up as contacts on my phone, which i dont really want if possible, u know how it is some people are just facebook friends - anyway to stop them coming up when i search for a contact to send a sms to ?
View 1 Replies
View Related
Apr 16, 2010
This isn't a /major/ problem but it will irritate me if I can't find a solution! How can I get rid of all the game demos that Orange have so thoughtfully installed on my Desire? I've had a look in Settings > Applications but the Uninstall option for these doesn't show up.
View 15 Replies
View Related
May 19, 2010
play any game boy advance games on your htc desire
View 48 Replies
View Related
Sep 15, 2010
Maybe that will sound weird and silly but when I try to send an email to someone, I cant send it, sometimes email is coming back on my inbox! It looks like i am sending emails to myself. I checked my settings and everything is fine. Anyone can help?
View 2 Replies
View Related
Feb 7, 2014
I am trying to connect to a database, and I understand that it has to be outside of the main thread but i thought that this is what my code was doing...apparently not because i keep getting the error: android.os.NetworkOnMainThreadException.
package com.example.dbtesting;
import java.sql.*;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.app.Activity;
import android.view.Menu;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
[code]....
View 1 Replies
View Related
Jul 29, 2009
I have an app that receives and stores SMS messages. The main use is to run in the background, although it does have a full GUI when running in the foreground. I'm using a notification with the FLAG_ONGOING_EVENT flag so users can tell the application is running, even if it's in the background. However, the user could easily close the app by viewing the main screen and clicking the back button. The notification icon goes away, but I would like to be able to warn the user that closing the app would prevent it from capturing the SMS messages. Is there any way to prompt the user if they really want to exit the application when they hit the back button, and prevent the exit if they say no? Or should I take a different approach? And a bonus question: is there a way of receiving an SMS message, but prevent it from passing on to, say, the Messenging app?
View 5 Replies
View Related
Oct 13, 2009
I find that when I am running 2 android devices connected to 1 linux machine, I find I can get ADB shell to exit abnormally. If I start a shell on Device 1, then on Device 2 start a shell and type reboot. Device 2 resets like expected, but the shell on device 1 will exit. I find that functionality of running controlling multiple devices with ADB very useful for testing. My question is can anyone reproduce this? Has this been fixed upstream? Is ADB planning on first class support for multiple devices, or was this an after thought feature? Any help debugging this, or possible just a little information in the right direction so I can make a patch myself.
View 5 Replies
View Related
Sep 4, 2009
I am experiencing a crash in my app when I quit (via the back button) out of my Activity. So far as I can tell this is happening in the Android codebase and not mine, but I'm not completely convinced of that.
AndroidRuntime E Uncaught handler: thread main exiting due to uncaught exception
AndroidRuntime E java.lang.RuntimeException: Unable to stop activity {MyApp/MyApp.MainActivity}: java.lang.NullPointerException
AndroidRuntime E at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:3097)
AndroidRuntime E at android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:3159)
AndroidRuntime E at android.app.ActivityThread.access$2400(ActivityThread.java:112)
AndroidRuntime E at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1724)
AndroidRuntime E at android.os.Handler.dispatchMessage(Handler.java:99)
AndroidRuntime E at android.os.Looper.loop(Looper.java:123)
AndroidRuntime E at android.app.ActivityThread.main(ActivityThread.java:3948)
AndroidRuntime E at java.lang.reflect.Method.invokeNative(Native Method)
AndroidRuntime E at java.lang.reflect.Method.invoke(Method.java:521)
AndroidRuntime E at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
AndroidRuntime E at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
AndroidRuntime E at dalvik.system.NativeStart.main(Native Method)
AndroidRuntime E Caused by: java.lang.NullPointerException
AndroidRuntime E at android.app.Activity.performStop(Activity.java:3575)
AndroidRuntime E at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:3092)
AndroidRuntime E ... 11 more
View 1 Replies
View Related
Aug 16, 2010
Having all my facebook contacts who have their mobile nos on their profile coming up in my contacts and all the ones with their birthdays coming up in my calendar. Any idea how I can stop this because it's annoying having all this info I don't want amongst the stuff I do.
View 5 Replies
View Related
Nov 27, 2010
For reasosns I can't figure out, some of the high end GL games aren't available for the Desire, even though it's a high end phone.I'm thinking of Modern Combat Sandstorm, NOVA, Assasins Creed.I know some people with the Desire have these, and I'd LOVE to know how they got them, as I cant even get ones acquired from less savoury sources to work.The way I see it, is they're all Android games, so if I was to purchase one for the Galexy S, would it still work on the Desire? Or is there something in the coding that makes them phone specific?
View 14 Replies
View Related
Nov 9, 2010
Lot of people are saying that the Samsung Galaxy S has a better graphics processor than the DHD so it's better for gaming. I was wondering if anyone has tried any of the Gameloft HD games on the DHD yet, or the Playstation emulator?
View 19 Replies
View Related
Jul 21, 2012
So I got the s3 two nights ago. And I want to transfer all my game data (ie, saves) over from my Desire Z. Contacts, sms, photos etc arent a problem.
Its just the games! well, not just any games, the kairosoft ones. i dont want too lose all my hard work on those little things!!
Neither device is rooted
Desire Z is running 2.3.3 (stock)
S3 is running 4.0.4
I tried using a program via pc called "wondershare mobilego for android" but it didnt transfer the saved games. same with "moborobo" (it has the option, but only for rooted devices!). I also tried transferring via sd card, and that didnt work either.
I was told mybackup pro would work - fail
I've seen many people suggest titanium backup in my searches - however i have heard that it will only back up game data if the device is rooted.
View 9 Replies
View Related
Jan 14, 2010
I am seeing a curious behaviour in my app. I have a widget that gets updated by a service every # hours, when the service finishes I stop it, using "stopService(new Intent(this, MyService.class));", the widget if pressed launches an Activity. Now it gets interesting, while im on the activity everyting works fine, then when I exit the app(by the back key or a button I designed which simply calls this.finish() ) the ActivityManager would tell me that my process has died, I do not see any error of any kind, just that the process has died.
Why I am seeing that message and what does it mean exactly? That is having a side effect on my service regarding static variables getting set to default. Could my code be the cause of this? Is there any way to know that your process has died? I have tested my app on a HTC Hero running 1.5, it always works well on the emulator and I never get that message. I know android kills processes to reclaim memory but Im always careful to close apps heavy on resources.
View 4 Replies
View Related