Notices


Reply
Thread Tools
Guest | Posts: n/a | Thanked: 0 times | Joined on
#61
bg4:

Open Application Manager > Application Catalog > Maemo Extras and write “chinook diablo” in the box marked Distribution.
 
Posts: 76 | Thanked: 9 times | Joined on Nov 2007 @ Long Island NY
#62
didnt help - actually had already done it

EDIT - RESOLVED - sirius working on N810/Diablo

As stated above - easy_install BeautifulSoup did not work - use wget and following link

http://crummy.com/software/BeutifulS...autifulSoup.py

Remember all of this takes place in xterm in directory MyDocs/sipie (some maybe .sipie?)

Now I needed getpass.py - google search revealed that maemo has the file at

https://garage.maemo.org/plugins/scm...oot=airx&rev=1

there is a string that has to be added (to the end of the above link) cause its not secure or something. I copied download link to notes/added string and copied/pasted it back to Xterm.
downloaded it to sipie directory and it is working

Now I can run python sipie.py and it asks for my username/pw and all the canada and captcha stuff.

Spoke too soon - seems my three day trial that I got two months ago finally expired. Back to using orb - which is actually better but I just wanted to prove that you can run python sipie.py on diablo.

Last edited by bg4; 2008-06-25 at 16:06.
 
Posts: 233 | Thanked: 17 times | Joined on Jul 2007
#63
I am awaiting the arrival of my N800 (I used to have a Nokia 770).

Is there a definitive walkthrough for this SIRIUS set-up that works?

Thank you to everyone!
 
Posts: 86 | Thanked: 7 times | Joined on Mar 2007 @ Ocean City
#64
I just recently installed Diablo, and really wanted Sirius back on my
N800 via sipe.

Here's what I did.

Make sure wget, becomeroot(for sudo gainroot), and mplayer are already installed on your device.

After getting root privileges on device, type at command line:

apt-get install mplayer python2.5 python2.5-dev python-setuptools wget

mplayer will update if needed.
answer 'Yes' to any questions asked here.
(notice the 3rd mention of python is not written python2.5, I recieved errors if I wrote python2.5-setuptools)

Next install BeautifulSoup:

wget http://www.crummy.com/software/Beaut...autifulSoup.py
(crummy.com/software/BeautifulSoup/download/BeautifulSoup.py)

Change to your home directory:

cd /home/user/MyDocs

Download sipie:

wget http://packratstudios.com/download/sipie.tar.gz

Untar by:

tar -xvzf sipie.tar.gz

Change to the sipie directory:

cd sipie

launch sipie:

type EITHER... python sipie.py OR... MyDocs/sipie/sipie.py ONE will work for you , getting to the login step.

Last edited by alvindd; 2008-07-18 at 19:00.
 
Posts: 233 | Thanked: 17 times | Joined on Jul 2007
#65
God Bless You!!!

Now, can someone please test this? I can't do anything until mine arrives (maybe tomorrow, maybe Monday).

How is the streaming quality?

I CAN'T WAIT FOR MY PORTABLE HOWARD 100
 
Posts: 86 | Thanked: 7 times | Joined on Mar 2007 @ Ocean City
#66
Here are stream names:


"cnn" ,"siriusdisorder"
,"punk" ,"thespectrum"
,"60svibrations" ,"metropolitanopera" ,"undergroundgarage"
,"laughbreak" ,"movineasy" ,"firstwave" ,"chill" ,"jamon" ,"spa73"
,"thecatholicchannel" ,"siriusgold" ,"siriusleft" ,"siriuslove"
,"siriusoutq" ,"siriuspops" ,"classicrewind" ,"leftofcenter"
,"90salternative" ,"soultown" ,"siriuslysinatra" ,"shade45"
,"purejazz" ,"altnation" ,"faction" ,"howardstern100" ,"howardstern101"
,"ewtnglobal" ,"planetjazz" ,"thebeat" ,"area33" ,"big80s" ,"bbcradio1"
,"thebridge" ,"siriusnflradio" ,"siriuspatriot" ,"classicvinyl"
,"coffeehouse" ,"broadwaysbest" ,"standardtime" ,"maximradio"
,"hairnation" ,"octane" ,"thepulse" ,"thevault" ,"newcountry"
,"praise" ,"rawdog" ,"rumbon" ,"spirit" ,"elvisradio" ,"thewho"
,"thestrobe" ,"theroadhouse" ,"bluecollarcomedy" ,"radiomargaritaville"
,"starlite" ,"backspin" ,"playboyradio" ,"totally70s"
,"marthastewartlivingradio" ,"reggaerhythms" ,"hotjamz" ,"revolution"
,"jazzcafe" ,"symphonyhall" ,"hardattack" ,"outlawcountry"
,"cosmopolitanradio" ,"bluegrass" ,"heartandsoul"
,"siriusblues" ,"siriushits1" ,"boombox" ,"siriusstars" ,"universolatino"
,"kidsstuff" ,"supershuffle" ,"hiphopnation" ,"buzzsaw" ,"primecountry"

Last edited by alvindd; 2008-07-18 at 20:32.
 

The Following User Says Thank You to alvindd For This Useful Post:
Posts: 233 | Thanked: 17 times | Joined on Jul 2007
#67
What happened to this posted message:

We should post the proper names of streams that correctly work:

hairnation, octane, altnation, faction, firstwave.

lithium and howard100 and howard101 are listed invalid streams


I just need to know if Howard 100 & Howard 101 works...?

How easy or hard is it to do this "hack"...?
 
Posts: 86 | Thanked: 7 times | Joined on Mar 2007 @ Ocean City
#68
I edited my original message because it had bad news(incorrect stream names) about streaming the howard channels, that you might not like.

Look in the stream name list for the correct howard stream name, it works I tried it.

The list came from the first post in this thread by m00s3computer, thanks.

Last edited by alvindd; 2008-07-19 at 01:06.
 

The Following User Says Thank You to alvindd For This Useful Post:
Posts: 233 | Thanked: 17 times | Joined on Jul 2007
#69
So, it's possible to stream Howard Stern and there shouldn't be an issue?

Is it easy or hard to get this to work?
 
Posts: 233 | Thanked: 17 times | Joined on Jul 2007
#70
Originally Posted by alvindd View Post
I just recently installed Diablo, and really wanted Sirius back on my
N800 via sipe.

Here's what I did.

Make sure wget, becomeroot(for sudo gainroot), and mplayer are already installed on your device.

After getting root privileges on device, type at command line:

apt-get install mplayer python2.5 python2.5-dev python-setuptools wget

mplayer will update if needed.
answer 'Yes' to any questions asked here.
(notice the 3rd mention of python is not written python2.5, I recieved errors if I wrote python2.5-setuptools)

Next install BeautifulSoup:

wget http://www.crummy.com/software/Beaut...autifulSoup.py
(crummy.com/software/BeautifulSoup/download/BeautifulSoup.py)

Change to your home directory:

cd /home/user/MyDocs

Download sipie:

wget http://packratstudios.com/download/sipie.tar.gz

Untar by:

tar -xvzf sipie.tar.gz

Change to the sipie directory:

cd sipie

launch sipie:

type EITHER... python sipie.py OR... MyDocs/sipie/sipie.py ONE will work for you , getting to the login step.
Where do you get:

wget, becomeroot (for sudo gainroot), and mplayer

And then, how do you get root privileges?
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:23.