maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] QRadio (https://talk.maemo.org/showthread.php?t=67917)

TomJ 2011-09-19 02:41

Re: [Announce] QRadio
 
Ohlh, this appears to have made it to Extras; I will have to give it a whirl...

Crogge 2011-11-23 05:00

Re: [Announce] QRadio
 
Will QRadio ever get support for frequencies below 87,5 MHz?

gionni88 2011-11-23 14:22

Re: [Announce] QRadio
 
Quote:

Originally Posted by Crogge (Post 1127671)
Will QRadio ever get support for frequencies below 87,5 MHz?

Hardly. It seams to be hardcoded.

SamGan 2011-11-26 04:52

Re: [Announce] QRadio
 
Hi gionni88, will your beautiful FM radio app ever be ported to N9?

gionni88 2011-11-26 08:53

Re: [Announce] QRadio
 
Quote:

Originally Posted by SamGan (Post 1129090)
Hi gionni88, will your beautiful FM radio app ever be ported to N9?

I don't know, actually QtMobility module for FM Radio is not working.
You can't imagine my disappointment after I have coded QML Radio, a qml version of QRadio, realizing FM radio on harmattan is not officially working :/

youmeego 2011-11-26 09:01

Re: [Announce] QRadio
 
Quote:

Originally Posted by gionni88 (Post 1129127)
I don't know, actually QtMobility module for FM Radio is not working.
You can't imagine my disappointment after I have coded QML Radio, a qml version of QRadio, realizing FM radio on harmattan is not officially working :/

appreciate your hard work.

immi.shk 2012-01-26 19:11

Re: [Announce] QRadio
 
wouldn't it better if Qradio detects null output of audio and restart the radio by itself.. since it stops giving sound after a cpu hungry operation...
altho its not a big deal coz i've kept headphone button to restart radio & camera to switch channels... :)

just a request
i still love your old design of Qradio 0.3.8(i still have that deb file) cant we have both the versions at the same time... :)

Joseph9560 2012-01-26 19:38

Re: [Announce] QRadio
 
I know dev don't want to enable autorotate because of large memory consumption but with an option to enable autorotate, landscape and portrait, it would have been better. So if anybody don't care about more memory consumption then he can enable autorotate while rest of the people can still set it to landscape or portrait only.

gionni88 2012-01-27 09:21

Re: [Announce] QRadio
 
Quote:

Originally Posted by immi.shk (Post 1156177)
wouldn't it better if Qradio detects null output of audio and restart the radio by itself.. since it stops giving sound after a cpu hungry operation...
altho its not a big deal coz i've kept headphone button to restart radio & camera to switch channels... :)

just a request
i still love your old design of Qradio 0.3.8(i still have that deb file) cant we have both the versions at the same time... :)

How can I detect null audio? All status properties of QRadioTuner are not working, so I don't know when the Radio object goes into stopped state. Lucky you your original headphones keep working, mine got broken one year ago!

I have tried using a UILoader class in Qt, so I could make my app themable. First of all, it was a pain to implement, because I had to do some sort of binding inside the app to find all ui items, second it was getting executable more than 1mb, third it was slowing down the starting up because ui files need to be compiled to be used. In the end I have given up. But I can say I have succesfully implemented themes in SigmaPlayer with qml, so I may continue with qml radio. I had it started in August for the N9 and stopped it because there was no way to use FMRadio in harmattan.

http://img809.imageshack.us/img809/6...2017555.th.png http://img545.imageshack.us/img545/1...2017591.th.png http://img713.imageshack.us/img713/8...2318505.th.png

gionni88 2012-01-27 09:27

Re: [Announce] QRadio
 
Quote:

Originally Posted by Joseph9560 (Post 1156187)
I know dev don't want to enable autorotate because of large memory consumption but with an option to enable autorotate, landscape and portrait, it would have been better. So if anybody don't care about more memory consumption then he can enable autorotate while rest of the people can still set it to landscape or portrait only.

The problem is not memory consumption, but the cpu one! As soon as cpu usage goes high, radio hangs and you gotta restart radio. Another reason was that QWidgets were not born for mobiles, where you can rotate device orientation, so rotating UI where there are complex elements require relayouting the whole UI, which is not that easy task. QML instead is another thing.


All times are GMT. The time now is 22:13.

vBulletin® Version 3.8.8