View Single Post
Posts: 435 | Thanked: 769 times | Joined on Apr 2010
#16
Originally Posted by droitwichgas View Post
1) on how you stop & start the app as it is not clear to me? Do I need to use Xterm?

2) Is there anyway the community can help you track down the issue causing the problem of the sudden stops as the old FM Radio doesn't seem to have this issue?
1)I add 1 more menu option (Restart Radio) which handles it by itself.

2) The problem is the FM Radio app is written in Python/gtk and it should handle the FM recevier driver by itself (http://wiki.maemo.org/N900_FM_radio_receiver), while I use C++/Qt and I don't access the driver by itself but with QtMobility library. Also, my Python and gtk skills are under zero:
(http://doc.qt.nokia.com/qtmobility-1...adiotuner.html). My idea is to use the state enumerate type of the radio class to check when it stops, so that it autorestarts itself.
 

The Following User Says Thank You to gionni88 For This Useful Post: