SPJ take no credit to this... all thanks goes to 6Fg8 at XDA... to support, donate or thanks original poster and developer please check out the original post here
Why PowerRadio?
The built-im FM player - at least on HTC HD - misses many features i'd like to have in a FM radio. PowerRadio delivers many data available via RDS which would otherwise be invisible to the listener. Here are just a few examples:
- Radiotext: contains information broadcast by the respective station. What you get here totally depens on the broadcaster. You might see title and interpret, call-in numbers, SMS trafficservice numbers, URL's etc.
- traffic announcements, program type, coverage area, date, time, timezone, various status flags
More info on RDS can be found in this post.




v1.5.0.2
- bugfix: preset lost >30
- bugfix: squelch unmute not appropriate when muted manually
- NEW: AppToDate support
v1.5.0.0
- new option: Squelchlevel, mutes audio when signal strength falls under a specified limit
- added commandline control options via HeadsetButtonHandler, see Power Radio Doc
- RDS status infos are written to registry (frequency, stationname, RDS textmessage), an external script/program may be called on update, see Power Radio Doc
- PowerRadio.ini will not be overwritten any more when updating Power Radio with a new version
v1.4.0.6
- fixed QVGA display problems
- new option FullScreen: you gain an additional line of presets with this
- rearranged menu items
- new exit option: if you experience exceptions when closing Power Radio, try setting menu-extras-set exit option to 1
- fixed display problem in RDS timeout setting
- frequency, stationname, rdstextmessage are written to the registry HKLM\Software\PowerRadio. This allows script access to the current values. Values are updated as they arrive from the RDS stream.
- KNOWN ISSUES: on some devices, PowerRadio crashes on exit.
v1.4.0.0
This version contains massive changes compared to previous releases. As of this, i consider it BETA for the time being. Please report if you encounter unusual behaviours.
- even more eyecandy: presets can have station images
- various bugfixes (see readme.txt in download package)
- support for QVGA devices
- additional skinning options (see skinning.rtf in download package)
- NEW: sleep timer
- thanks to jolas, Power Radio has a new fancy icon
Thanks to all (beta) testers!
Making of
PowerRadio is built on top of flywhc's GFMAPI.
Screen resolution VGA, WVGA, QVGA, WQVGA only.
Credits
- flywhc for his GFMAPI, which brings full RDS power to the developer.
- JHimmelbauer for donating a subdomain for Power Radio
- KUR0I made a black/blue skin for Power Radio, station icons for Germany
- L_o_k_i, JHimmelbauer, supervat, mp1911 for betatesting
- szczecinianin77 provided a colorful magic skin
- k-paul666 provided a white skin
- jolas for providing a couple of quality icons
- mike2nl for tireless cabbing station icons
Code:
Code:
[URL]http://forum.xda-developers.com/showthread.php?t=531600[/URL][URL="http://forum.xda-developers.com/showthread.php?t=531600"] [/URL]
The built-im FM player - at least on HTC HD - misses many features i'd like to have in a FM radio. PowerRadio delivers many data available via RDS which would otherwise be invisible to the listener. Here are just a few examples:
- Radiotext: contains information broadcast by the respective station. What you get here totally depens on the broadcaster. You might see title and interpret, call-in numbers, SMS trafficservice numbers, URL's etc.
- traffic announcements, program type, coverage area, date, time, timezone, various status flags
More info on RDS can be found in this post.




Supported Devices
Power Radio runs on many, but NOT ALL devices
check here to see if you're lucky!
Power Radio runs on many, but NOT ALL devices
check here to see if you're lucky!
DOWNLOADS
thanks to all contributors
FAQ
cant receive RDS data
run APITest, details here
cant see icons on my preset buttons
edit the name of your preset station to match the name of an icon (without the ending .png)
Power Radio crashes - throws exception on exit
try setting an alternate exit option: menu-extras-set exit option: 1
exitoption 0 is the default behaviour which seems to work on most devices. After the screen is gone, the app is really terminated.
exitoption 1 handles exit differently. On exit, the Power Radio window closes immediately but the app continues running in background for about 10 secs (maybe longer). If you start PowerRadio or HTC radio during this time, you'll get all kinds of errors. You may view the background process with Fdcsoft taskmanager or SKtools, or simply wait long enough.
cant receive RDS data
run APITest, details here
cant see icons on my preset buttons
edit the name of your preset station to match the name of an icon (without the ending .png)
Power Radio crashes - throws exception on exit
try setting an alternate exit option: menu-extras-set exit option: 1
exitoption 0 is the default behaviour which seems to work on most devices. After the screen is gone, the app is really terminated.
exitoption 1 handles exit differently. On exit, the Power Radio window closes immediately but the app continues running in background for about 10 secs (maybe longer). If you start PowerRadio or HTC radio during this time, you'll get all kinds of errors. You may view the background process with Fdcsoft taskmanager or SKtools, or simply wait long enough.
Version history
v1.5.0.2
- bugfix: preset lost >30
- bugfix: squelch unmute not appropriate when muted manually
- NEW: AppToDate support
v1.5.0.0
- new option: Squelchlevel, mutes audio when signal strength falls under a specified limit
- added commandline control options via HeadsetButtonHandler, see Power Radio Doc
- RDS status infos are written to registry (frequency, stationname, RDS textmessage), an external script/program may be called on update, see Power Radio Doc
- PowerRadio.ini will not be overwritten any more when updating Power Radio with a new version
v1.4.0.6
- fixed QVGA display problems
- new option FullScreen: you gain an additional line of presets with this
- rearranged menu items
- new exit option: if you experience exceptions when closing Power Radio, try setting menu-extras-set exit option to 1
- fixed display problem in RDS timeout setting
- frequency, stationname, rdstextmessage are written to the registry HKLM\Software\PowerRadio. This allows script access to the current values. Values are updated as they arrive from the RDS stream.
- KNOWN ISSUES: on some devices, PowerRadio crashes on exit.
v1.4.0.0
This version contains massive changes compared to previous releases. As of this, i consider it BETA for the time being. Please report if you encounter unusual behaviours.
- even more eyecandy: presets can have station images
- various bugfixes (see readme.txt in download package)
- support for QVGA devices
- additional skinning options (see skinning.rtf in download package)
- NEW: sleep timer
- thanks to jolas, Power Radio has a new fancy icon
Thanks to all (beta) testers!
Making of
PowerRadio is built on top of flywhc's GFMAPI.
Screen resolution VGA, WVGA, QVGA, WQVGA only.
Credits
- flywhc for his GFMAPI, which brings full RDS power to the developer.
- JHimmelbauer for donating a subdomain for Power Radio
- KUR0I made a black/blue skin for Power Radio, station icons for Germany
- L_o_k_i, JHimmelbauer, supervat, mp1911 for betatesting
- szczecinianin77 provided a colorful magic skin
- k-paul666 provided a white skin
- jolas for providing a couple of quality icons
- mike2nl for tireless cabbing station icons
Comment