View Single Post
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#221
Originally Posted by nilchak View Post
~ $ pyradio
-sh: pyradio: not found
~ $ /opt
-sh: /opt: Permission denied
~ $ sudo gainroot
Root shell enabled


BusyBox v1.6.1 (2008-05-22 10:32:35 EEST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user #
/home/user # cd /opt
/opt # ls
pyRadio
/opt # /opt/pyradio
/bin/sh: /opt/pyradio: not found
/opt # /opt/pyRadio/pyRadio.py
This last one was correct.. the rest weren't .. You don't need root shell to run pyRadio and that may have been the error relating to QGtk stuff.

Error: com.savagebeast.radio.api.protocol.xmlrpc.RadioXml RpcException: 192.168.162.41|1284084818777|OUT_OF_SYNC|You have no chance to survive make your time.
Now that is rather interesting... try making sure your time on your N810 is correct.. including the proper timezone. Other than that.. I really haven't a clue. Does the website work for you? That error is coming from Pandora.. not from me.

Originally Posted by YoDude View Post
Dude, in the last version none of the remaining complaints were show stoppers on the N900. Nothing crashes the desktop, it is optified, runs below 55% load in the background, and allows the CPU's clock to scale down. Ii was ready for "testing" love then.
No the song skipping annoyed me. That's a bug that I wanted fixed before pushing forward. If I can get that straightened out then I'll push it forward. It was my fault but I don't know why.. following the logic in the code made no sense why it was doing what it was doing. But I've changed how it handles that part now and it seems to be working better. For me anyway.

In the future you could possibly provide an option that will tie stream quality to signal quality...

Code:
dbus-send --system --print-reply --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.get_signal_strength | awk 'NR==2 {print $2" %"}'
...and maybe if this is enabled by default you could reduce the initial connection related complaints, but that's about it.
That's an awesome bit of code.. I maybe will use that as a monitor and if signal drops below a certain point alert the user somehow.. I dunno if I'd want to auto-change the quality though. I am one of those that doesn't particularly like it when Applications try to think for me..

Besides, I imagine you will have your hands full keeping up with future changes in your sources delivery schemes. In fact, I'm not convinced that the reason for occasional song skips are on your end. It may very well be a server side issue.

...

BTW, should we uninstall first or just update the previous version?
No, I'm sure they were in the code. I just couldn't figure out how or why.

And no, no need to uninstall. Just update from normal HAM or FAP or whatever.. I always try to make sure my app is upgradeable in place.
__________________
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!

Last edited by fatalsaint; 2010-09-10 at 03:29.
 

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