HTC EVO 4G :: FM Radio Not Working

Nov 4, 2010

I'm on Fresh and the FM radio tuner has been removed. It's in the "Fresh-removed-apks-3" folder. I tried installing from HtcFMradio.apk using ES File Explorer and I keep getting "Application not installed". I copied and pasted it to the sdcard main folder and tried from there and get the same issue. I also tried File Manager and AppInstaller.

I found another .apk online and tried installing from that apk, now I get a force close every time I try to run it. I read somewhere that wiping the data using Settings > Applications > Manage Apps > All, etc then resetting it works, but Clear Data was grayed out. I wiped the data with Titanium and then reset but I'm still getting a force close...

HTC EVO 4G :: FM radio not working


HTC EVO 4G :: FM Radio Not Working - Only Static Heard

Jun 4, 2010

I cant get the FM radio to work at all when I plug in headphones and turn it on all I hear is static no matter what station I goto. It would be real nice to get it working so I can use it while I'm walking. If I don't find a solution eventually I am going to take it into sprint and see if its defective and get and exchange for another Evo.

View 24 Replies View Related

HTC EVO 4G :: Water Indicator Red (Out Of Box) And Radio Not Working

Jul 2, 2010

So I just received my sprint Evo last night and the 4g radio wasn't working. I did the master reset etc., all troubleshooting possible I used to work for data support for a wireless carrier so I was familiar with what needed to be done. I called and after talking to a few people they agreed to send me a replacement, charged my card for the replacement said I would be refunded when they got the other phone back.

So today at work the evo froze. I opened it up and realized that the water indicators for the battery and the phone were showing red. I hadn't even had the phone for a day and it was nowhere near water. I called support and the tech guy I spoke with said that they would just replace the phone and probably wouldn't ask any questions and refund my money. I am just curious if I should be concerned with having to hassle with sprint when they get the phone back. I don't know if this happened in transit or on the manufacturers end. I am also not sure if that technicians word means anything.

View 1 Replies View Related

General :: Nexus S Not 4G - Radio Not Working

May 23, 2012

I have a Samsung Nexus S (Not the 4g version) I just picked up and the radio seems to not be functioning. No matter which sim card I insert into this thing the radio still comes up with zero bars I've switched the roms around a few times and I'm currently downgrading to the PeterAlfonso's Bugless Beast with the custom kernel in hopes that maybe flashing these two things may have a positive effect on my issue.

View 1 Replies View Related

General :: Gingerbread 2.3.7 - HTC Touch Pro 2 Radio Not Working

Jun 10, 2013

I just updated my wm 6.5 to android Gingerbread 2.3.7, but I have no internet 3G signal, what could be the problem?

On the same note:

1) How do I update the profile? I do not see an option anywhere in the settings.
2) How do you load a radio rom - I'm guessing this is something that is causing my internet issue.

View 2 Replies View Related

Sprint HTC Hero :: Online Radio Not Working With Fresh 1.1?

Jan 22, 2010

I had A online radio working last week. I just tried it now and it doesn't stream anything. Anyone have problems with this or anything like that? I uninstalled and reinstalled the program and same affect, starts to buffer then just says "stopped". Pandora is working fine for me.

View 17 Replies View Related

General :: Galaxy Ace - Bluetooth / FM Radio And Playstore Not Working On New PAC ROM?

Dec 11, 2012

bluetooth, fm radio, playstore not working on new PAC rom for galaxy ace....... ?

View 1 Replies View Related

Samsung Moment :: Panda Radio Not Working After Froyo 1.8.7 Flash

Oct 11, 2010

After flashing Radioactive Froyo 1.8.7 Panda Radio doesn't work. It loads but when I go to run it a popup appears and says it has stopped unexpectedly to retry. No matter retrying it won't work.

View 4 Replies View Related

Sprint HTC Hero :: Way To Manage Radio 5 Live Working On Phone?

Jan 25, 2010

I just wondered if anyone had managed to radio 5 live working on the htc hero?

View 5 Replies View Related

Samsung I7500 :: Radio Stack / Phone Function Stop Working With I5?

Sep 30, 2009

Had a few days of use without issues, go to make a call yesterday and it takes ages to connect, but instead of connecting I get a beep and then it returns me to my contact list. Tried putting the phone in and out of flight mode by holding down the power button and selecting the flight mode option, the option turns grey after I press it, won't allow me to press it again and seemingly does nothing. Press the off option and turn the phone back on and it's fine. Now I reckon I had suffered this with earlier firmwares.

View 26 Replies View Related

Android :: Variable Number Of Radio Buttons In Radio Group Inside Table?

Sep 9, 2010

I currently have code that creates rows in a table that hold a string in column 1 with a RadioButton in column 2. There can be a variable number of these rows. That all works just great, but I want to add them to a RadioGroup so only one button can be toggled at a time. When I tried to add the dynamic RadioButton to the RadioGroup AFTER I added it to the table row, I got an error saying that the child (the RadioButton) already had a parent. I agree, it does have one, the TableRow.

can you have radio buttons tied to a radio group inside of a row or, should I just code my own toggle mechanism and avoid RadioGroup all together? I mean, I could code the onClick to unclick all other radio buttons, but I would rather not do this if I can use the build in RadioGroup.

<ScrollView
android:id="@+id/ScrollViewModifyGroups"
android:layout_width="fill_parent"
android:layout_height="fill_parent".............

View 3 Replies View Related

Android :: Add Radio Group To Radio Buttons Inside Of Table?

Mar 2, 2010

I have multiple radio buttons which I want to layout using a table but also include them in a single radio group. I have the following xml layout:

<RadioGroup android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:id="@+id/Group1">

<TableLayout android:id="@+id/RadioButtons"
android:layout_width="wrap_content".........

But unfortunately the radio buttons inside the table seem to ignore the fact that they're inside of the RadioGroup tags and because of this you can select more than one radio button at the time. I noticed that by removing the table and just having the radio buttons it works just fine. How can I overcome this? Would it be as simple as declaring the radio group inside of the table instead of outside?

View 1 Replies View Related

Android :: XM Radio Application - Lose News And Public Radio?

Jul 14, 2010

I turned on my Droid this morning to listen to MSNBC and I heard the last 5 minutes of Keith Obermann (5:55 am est) and then all of my news and talk channels disappeared! Channels like CNN, C-SPAN, MSNBC and NPR are all gone from my favorites and the channel line-up. There is nothing in the "News and Public Radio" category.
Has anyone else noticed this? I'm thinking this must be a temporary glitch but I would hate to lose all of these channels. If you have the Sirius/ XM radio app, would you please check this on your Droid?

View 4 Replies View Related

Android :: Radio Buttons In Radio Group In Table Row?

Sep 9, 2010

I currently have code that creates rows in a table that hold a string in column 1 with a RadioButton in column 2. There can be a variable number of these rows so I cannot just create it in the layout xml as radio1, radio2, etc. My code displays the table with the string and RadioButton pairs just great, but I want to add them to a RadioGroup so only one button can be toggled at a time.

When I tried to add the dynamic RadioButton to the RadioGroup AFTER I added it to the table row, I got an error saying that the child (the RadioButton) already had a parent. I agree, it does have one, the TableRow.
My question is, can you have radio buttons tied to a radio group inside of a row or, should I just code my own toggle mechanism and avoid RadioGroup all together? I mean, I could code the onClick to unclick all other radio buttons, but I would rather not do this if I can use the build in RadioGroup.

View 8 Replies View Related

HTC Incredible :: FM Radio Receiver Makes CDMA Radio

May 3, 2010

Depends on the size and gauge of the wire of your headphones. Also depends on the position of the wires. FM radio is a little picky, but works fine- depending on the points mentioned. Old & wrong: The FM radio on the Inc must be the weakest radio in a phone, evah! Just tried it today and picks up half the channels my Ngage and N900 pick up well. A lot of channels barely come in, or are static filled. I thought Steely Dan said "FM has no static at all"? Makes the CDMA radio seem not that bad, in comparison I know- at LEAST it has a radio. Must be set to suppa powwa savva mode

View 32 Replies View Related

Android :: FM Vs Pandora Vs Slacker Radio (best Internet Radio)

Nov 10, 2009

I just got my Droid but I frequently use Pandora and Last.FM on my computer at work. Last.FM - Seems like the service has a better list of artists than Pandora so i switched to it on my PC recently. On Android the service is the same but as an app it tends to be open in the background all the time and suffers from not being able to pause (like the PC version). The scrobbling could be nice for some users and it links to the android player. Sound Quality seems excellent, best of the three so far. Pandora - Haven't gotten to use it too much because it takes so long to load my station. Sound Quality seemed fine with my limited use.

Slacker Radio - Has the most music options of the three and seems likes the best application. It has plenty of options like keeping the screen from freezing while plugged in and on wifi without having to change your phone settings. Had to stop listening from poor sound quality though! Sound Quality started ok but a bassy boom and click started appearing after a few songs, forced to switch to Last.FM.

View 49 Replies View Related

Android :: UGH No Wunder Radio Or Iheart Radio

Nov 10, 2009

Does anyone have an idea when we will see one of these apps for android?

View 37 Replies View Related

Android :: Any Radio Recording On Built In FM Radio Of HTC?

Feb 28, 2010

Android supports recording from the mic to amr format in the 3gp container. On the upcoming HTC Desire or even current HTC Desire, suppose I'm listening to the lovely built in FM radio and I want to make a recording of a breakfast show; would that be possible? Is there a possiblity for an app to be created that could record the built in radio in this manner? What about recording in a better quality like mp3? Does Android need to provide API access to the output speakers or... I am not reffering to internet/streaming radio, this is about the built in FM radio found in the latest HTC smartphones.

View 1 Replies View Related

Android :: What Uses More Battery / Wi-Fi Radio / 3G Radio?

Jul 22, 2010

What uses more battery, Wi-Fi radio or 3G Radio ? I'm using an Eris.

View 7 Replies View Related

Android :: Change Radio Button Icon In Android Radio Button Group

Aug 26, 2010

I am wanting to allow the user of my android application the ability to set some parameters. The radio button is ideal for this situation. However, I don't like the radio buttons are rendered. Is it possible to change the radio button icon? For example, is it possible to create a custom layout for each row and in that layout reference my own icon and change the font et al.

View 1 Replies View Related

Jelly Bean :: All Google Services Offline/ Sync Not Working (internet Is Working)

Nov 9, 2013

I cant sync my google accounts ('sync is currently experiencing problems, it will be back shorly)

Google maps says 'no network connection'
Play store says 'server error'
Gmail says 'waiting for sync, your emails will appear shorly'

Sounds like my internet is broken? ITS NOT. whatsapp and opera mini, web browser is still working 100% and able to connect

I have tried:
turning sync of and on
clear the cache of various google apps
turning the phone off and on

The last action I did before it worked was to uninstall the 'microsoft outlook app'.

View 2 Replies View Related

Sony Ericsson Xperia X10 :: WiFi Working Earlier Now Stopped Working?

Sep 3, 2010

Had WiFi working earlier now it has stopped but laptop still working ok?

View 1 Replies View Related

HTC Droid Eris :: Youtube Survey App Working / Not Working

Jan 7, 2010

I know there have been other threads about the Youtube app no longer working (majority of the time), but it looks like it hasn't been commented on in awhile.SO, I really want to get this phone but won't until I know the bug is fixed.Can you Eris users let me know if your Youtube app is working or not working? (basically by not working I mean, almost every video you try to open you get a message saying: "Sorry, this video cannot be played")Also, does anyone have any logical ideas as to why not EVERY Eris user is affected by this bug?

View 22 Replies View Related

Motorola Droid :: SetCPU Not Working / SU Not Working

Feb 24, 2010

After finally getting ADC0.3BetaDark up and running, I can no longer access SetCPU.I uninstalled it, then reinstalled, let it search my phone automatically, and it freezes at the SU request.Also, when puttin SU into Terminal Emulator, I get stuck.

View 2 Replies View Related

HTC EVO 4G :: Need To Disable For 4G Radio?

Jun 4, 2010

Just got my Evo and going through all the settings, I noticed the 4G setting constantly says "Turning On"... does that mean it's spending battery life trying to find a signal? If so, how do I disable the 4g antenna completely? (4G coverage is not available where I live). Everything is 'Grey' and pressing the icon in the widget, nor settings seems to have any effect.

View 11 Replies View Related

Android :: Want FM Radio App

Aug 14, 2010

is there an app i can listen to FM or that matter AM radio in the UK? i really need it for the football when im at work.

View 9 Replies View Related

Android :: Need App For AM Radio

May 28, 2010

Looking for an app that broadcasts AM radio, because I like listening to baseball commentary when at MLB games. Anyone know of an app that would let me do this?

View 8 Replies View Related

Android :: Way To Get Aol Radio App?

Jul 29, 2010

Is there an app for AOL Radio? My iPhone had it and I was able to listen to 660Wfan. Sports.

View 3 Replies View Related

Android :: How To Get App For FM Radio?

Aug 30, 2010

Anyone know if there an app for Motorola Droid for an FM radio?

View 2 Replies View Related

Android :: Want AM Radio App

Sep 26, 2010

I am probably one of three people who would like app, but does anyone know of an AM radio app. I like listening to the Yankee games when I go but the mlb at bat has a 30 second delay on it. If anyone knows of another app to try that would be great.

View 5 Replies View Related







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