Notices


Reply
Thread Tools
Posts: 101 | Thanked: 11 times | Joined on Jan 2010
#351
This updated application works great. Thank you. Hopefully, the codes won't change again, though.
 

The Following User Says Thank You to RockCreek1 For This Useful Post:
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#352
Originally Posted by RockCreek1 View Post
This updated application works great. Thank you. Hopefully, the codes won't change again, though.
They usually change about once a quarterish.

If it does break I'll be quick to fix it once pianobar is updated.. don't worry about that.

Adding new features though is going to take a while.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 
Posts: 2 | Thanked: 2 times | Joined on Oct 2010
#353
One thing I've noticed is that when I am adding a new station based on a song, the artist doesn't appear next to the song title. If the song isn't one of the top 2 or 3 songs with that same title it's almost impossible to pick the right station. The only thing I miss from pypianobar.
 

The Following User Says Thank You to howaboutadog For This Useful Post:
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#354
Originally Posted by howaboutadog View Post
One thing I've noticed is that when I am adding a new station based on a song, the artist doesn't appear next to the song title. If the song isn't one of the top 2 or 3 songs with that same title it's almost impossible to pick the right station. The only thing I miss from pypianobar.
Definitely a good idea. I'll look into it.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 
Posts: 75 | Thanked: 59 times | Joined on Nov 2009 @ Gilbert, AZ, USA
#355
After a hardware issue with my microphone dying, I just found myself with a fresh flash of PR1.2. It immediately updated to PR1.3 OTA. When I went to restore my backup, pyRadio was one of the apps it tried to reinstall. However, it won't install -- "Application packages missing: python2.5-qt4-common (= 4.7.4-maemo0)" .. has anyone had success installing pyRadio on a fresh PR 1.3 system?
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#356
Originally Posted by jsharper View Post
After a hardware issue with my microphone dying, I just found myself with a fresh flash of PR1.2. It immediately updated to PR1.3 OTA. When I went to restore my backup, pyRadio was one of the apps it tried to reinstall. However, it won't install -- "Application packages missing: python2.5-qt4-common (= 4.7.4-maemo0)" .. has anyone had success installing pyRadio on a fresh PR 1.3 system?
Try just installing python from the command line for me:

Code:
sudo gainroot
apt-get install python2.5-qt4-common
It looks like the current version is maemo1 vice maemo0 but I don't specify a particular version in my dependencies so any python should work, which is strange.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 
Posts: 75 | Thanked: 59 times | Joined on Nov 2009 @ Gilbert, AZ, USA
#357
hmm. seemed to go ok:

Code:
Nokia-N900:~# apt-get install python2.5-qt4-common
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  python2.5-sip4
The following NEW packages will be installed:
  python2.5-qt4-common python2.5-sip4
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 38.0kB of archives.
After this operation, 172kB of additional disk space will be used.
Do you want to continue [Y/n]? 
Get:1 http://repository.maemo.org fremantle-1.3/free python2.5-sip4 4.11-maemo0 [34.2kB]
Get:2 http://repository.maemo.org fremantle-1.3/free python2.5-qt4-common 4.7.5-maemo1 [3758B]
Fetched 38.0kB in 0s (41.8kB/s)        
Selecting previously deselected package python2.5-sip4.
(Reading database ... 26101 files and directories currently installed.)
Unpacking python2.5-sip4 (from .../python2.5-sip4_4.11-maemo0_armel.deb) ...
Selecting previously deselected package python2.5-qt4-common.
Unpacking python2.5-qt4-common (from .../python2.5-qt4-common_4.7.5-maemo1_armel.deb) ...
Setting up python2.5-sip4 (4.11-maemo0) ...
Setting up python2.5-qt4-common (4.7.5-maemo1) ...
Nokia-N900:~#
But I still get the "Application packages missing: python2.5-qt4-common (= 4.7.4-maemo0)" error in App Manager trying to install pyRadio 3.4.

I tried via CLI:
Code:
Nokia-N900:~# apt-get install pyradio
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  pyradio: Depends: python2.5-qt4-gui but it is not going to be installed
           Depends: python2.5-qt4-webkit but it is not going to be installed
           Depends: python2.5-qt4-network but it is not going to be installed
E: Broken packages
Nokia-N900:~#

Nokia-N900:~# apt-get install python2.5-qt4-gui
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  python2.5-qt4-gui: Depends: python2.5-qt4-core (= 4.7.4-maemo0) but it is not going to be installed
E: Broken packages
Nokia-N900:~# 

Nokia-N900:~# apt-get install python2.5-qt4-core
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  python2.5-qt4-core: Depends: python2.5-qt4-common (= 4.7.4-maemo0) but 4.7.5-maemo1 is to be installed
E: Broken packages
Nokia-N900:~#
I even tried disabling maemo-extras and get the same errors..
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#358
Given the output in the last two you ran there is definitely a problem with the repository PyQt4 versions it seems. Maybe try running "apt-get update" to make sure your repositories are all up to date?

Another thing to try would be to enable the testing repository, see if you can get it from testing.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following User Says Thank You to fatalsaint For This Useful Post:
Posts: 75 | Thanked: 59 times | Joined on Nov 2009 @ Gilbert, AZ, USA
#359
Originally Posted by fatalsaint View Post
Another thing to try would be to enable the testing repository, see if you can get it from testing.
sorry -- i meant to type that I even tried disabling extras-testing. I guess it enabled it when I did a restore since I had it enabled at the time of the backup. but I don't believe I've ever (since the reflash) had extras-devel enabled. http://maemo.org/packages/view/python2.5-qt4/ indicates that extras and extras-testing should both have 4.7.4-maemo0 and only extras-devel should have 4.7.5-maemo1. So I don't know where python2.5-qt4-common 4.7.5-maemo1 is coming from.
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#360
try:
Code:
apt-cache showpkg python2.5-qt4-common
see where it's grabbing it from.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 
Reply

Tags
bad tags, good tags, pyradio

Thread Tools

 
Forum Jump


All times are GMT. The time now is 16:46.