Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
landemike
Old
#1  
Junior Member - OP
Thanks Meter 0
Posts: 3
Join Date: Feb 2011
Default music player

Cannot get Motorola Music Player 1.0.179 to download on Motorola Bravo, Also used Linda to try to zip it, but get a protection message that will not let me continue. Any help Please.
 
robjbw
Old
#2  
Member
Thanks Meter 14
Posts: 80
Join Date: Dec 2007
Don't know how to help you with that. But I use PowerAMP music player. I find it to be better then the stock. Has great widgets too.

Sent from my MB520 using XDA App
 
landemike
Old
#3  
Junior Member - OP
Thanks Meter 0
Posts: 3
Join Date: Feb 2011
Default power amp music player

Does the power amp player have FM receiver controls like the Motorola player?

I do not want to stream FM, I like to listen to my local FM station over my bluetooth headphones.
 
bandroidx
Old
#4  
bandroidx's Avatar
Recognized Developer
Thanks Meter 96
Posts: 242
Join Date: Feb 2011

 
DONATE TO ME
I am almost certain Power Amp doesnt have FM controls. I have FM on my DX and power amp doesnt support it.

What is the problem wit hthe music player? are you trying to download the newer moto one?
 
landemike
Old
#5  
Junior Member - OP
Thanks Meter 0
Posts: 3
Join Date: Feb 2011
Default bravo fm on bluetooth headset

I am looking only to listen to local FM through the FM tuner on the phone. No streaming FM for now. It would appear that the Motorola music player will allow you to control the FM tuner and listen to it with blue tooth head phones or with the phones speaker. I am looking for another player that may accomplish this.
 
MCFarmfresh
Old
#6  
Senior Member
Thanks Meter 9
Posts: 102
Join Date: Dec 2010
Location: Shawnee
Quote:
Originally Posted by landemike View Post
I am looking only to listen to local FM through the FM tuner on the phone. No streaming FM for now. It would appear that the Motorola music player will allow you to control the FM tuner and listen to it with blue tooth head phones or with the phones speaker. I am looking for another player that may accomplish this.
The stock AT&T music app will let you use your fm tuner for free. you have to pay to use the other services the app provides. I believe the head phone plug in doubles as an antenna.
 
nightsbird
Old
#7  
Junior Member
Thanks Meter 1
Posts: 18
Join Date: Jul 2008
Location: Waxahachie
Thumbs up FM Radio minus AT&T

Search the forum for FMRadio_droid2.zip

I can confirm after removing the att radio app on a rooted bravo and only installing the apk it functions flawless. As long as you did not remove the FMRadioService.apk and FMRadioService.odex files from the system/app directory.

you will only the the FMRadio.apk file from the zip

adb push FMRadio.apk /sdcard/FMRadio.apk
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cat /sdcard/FMRadio.apk > /system/app/FMRadio.apk
mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system
reboot

This should get all bravo owners working radio without AT&T crapware

I added it to 3 Different Bravo's in my household and they all work. You will need headphones plugged in as the app checks and they are also used as the antenna
 
marcelarr
Old
(Last edited by marcelarr; 26th May 2012 at 03:12 PM.)
#8  
Senior Member
Thanks Meter 14
Posts: 111
Join Date: Mar 2012
Location: Quetzaltenango
Default Reinstall

Hi. I am trying to install the FM Radio for Droid 2, but when I rooted my phone I deleted the FMRadioService.odex and FMRadiosService.apk. I saved a copy but do not know how to reinstall them to get this to work... any help would be apreciated. I have copied the apk. and odek file back into system/apps, but nothing happens when I push the radio button. Also, I have set permissions to Owner: read and write. And group and others: read.

Quote:
Originally Posted by nightsbird View Post
Search the forum for FMRadio_droid2.zip

I can confirm after removing the att radio app on a rooted bravo and only installing the apk it functions flawless. As long as you did not remove the FMRadioService.apk and FMRadioService.odex files from the system/app directory.

you will only the the FMRadio.apk file from the zip

adb push FMRadio.apk /sdcard/FMRadio.apk
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cat /sdcard/FMRadio.apk > /system/app/FMRadio.apk
mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system
reboot

This should get all bravo owners working radio without AT&T crapware

I added it to 3 Different Bravo's in my household and they all work. You will need headphones plugged in as the app checks and they are also used as the antenna
 
skeevydude
Old
#9  
skeevydude's Avatar
Recognized Contributor
Thanks Meter 1324
Posts: 1,304
Join Date: Feb 2012
Location: Hot Springs
Quote:
Originally Posted by marcelarr View Post
Hi. I am trying to install the FM Radio for Droid 2, but when I rooted my phone I deleted the FMRadioService.odex and FMRadiosService.apk. I saved a copy but do not know how to reinstall them to get this to work... any help would be apreciated. I have copied the apk. and odek file back into system/apps, but nothing happens when I push the radio button. Also, I have set permissions to Owner: read and write. And group and others: read.
adb remount
adb shell chmod 0644 /system/app/FMRadioService.apk
adb shell chmod 0644 /system/app/FMRadioService.odex
adb reboot

You may have to go to wipe the app data in the settings menu.

Or use CM7\9\Miui\BravoX. Anyone of them are much better and faster than stock and has FM Radio. Never used FM Radio myself, big MP3 collection and edited radio songs really annoy the crap out of me.
If I managed to help you, click Thanks.
My PM box is not tech support. I receive between 5-10 PM's per day with questions that HAVE ALREADY BEEN ANSWERED, usually by me.
IF you PM me for tech support, you might get helped, I might just delete it without reading it, or you might get flamed and I will post it publicly.
Please post help questions in the respected devices Q&A forum. That's we have them.
Don't force me to troll and flame you -- I'm a nice person and I don't like the feeling I get when being mean to others.
Thank You & Have a Nice Day.
The Following User Says Thank You to skeevydude For This Useful Post: [ Click to Expand ]
 
marcelarr
Old
(Last edited by marcelarr; 26th May 2012 at 04:28 PM.)
#10  
Senior Member
Thanks Meter 14
Posts: 111
Join Date: Mar 2012
Location: Quetzaltenango
Quote:
Originally Posted by skeevy420 View Post
adb remount
adb shell chmod 0644 /system/app/FMRadioService.apk
adb shell chmod 0644 /system/app/FMRadioService.odex
adb reboot

You may have to go to wipe the app data in the settings menu.

Or use CM7\9\Miui\BravoX. Anyone of them are much better and faster than stock and has FM Radio. Never used FM Radio myself, big MP3 collection and edited radio songs really annoy the crap out of me.
Thanks for the help... but one question. Is there any way of doing this with root explorer... My app freezes on starting up fm, could this be do to permissions? I have them set to owner: read, write execute; group and others: read.

---------- Post added at 04:14 PM ---------- Previous post was at 03:55 PM ----------

skeevy420, thanks for your help but I acheived it changing permissions to read, write for owner. and only read for others. that and the fmradio.apk found here http://forum.xda-developers.com/showthread.php?t=769894

Works with this .apk too
http://forum.xda-developers.com/show...=927754&page=2
And this one is integrated with the music player on motorola. Rooted Bravo 2.2

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Careers in Android: Recruiter Reveals How Resumes are Chosen – XDA Developer TV

XDA Developer TV Producer Jayce released a video a … more

HttpClient Tutorial to Upload and Download with Your App

Developers wanting to interact with the Internet need to choose a package to do the … more

Profile Flow: A Tasker Alternative

By now, we’re all quite familiar with Tasker, the personal automation app that seems to be able to … more

More Tips to Help Promote Your Android App

With over 700,000 apps in the Google Play store and more than 48 billion app installs, it’s … more