Notices


Reply
Thread Tools
Posts: 3,401 | Thanked: 1,255 times | Joined on Nov 2005 @ London, UK
#21
I've no idea what is causing the problem but according to bug #1153 this won't be fixed on 770 but is fixed on N800.

Hopefully they simply mean that this problem won't be fixed in OS 2006 but will be fixed in OS 2007 and OS 2007HE (not the currently available version, but the soon to be released version of OS 2007HE).

Last edited by Milhouse; 2007-08-10 at 23:25.
 
Posts: 24 | Thanked: 1 time | Joined on Feb 2007
#22
Yep, I know, I'm just trying to find a workaround for us 770 users who don't have an N800. I dunno if I want to upgrade to 2006HE (whenever it's released) JUST to get Joystiq, but if I can filter out the problem and be fine, then why not!
 
Posts: 3,401 | Thanked: 1,255 times | Joined on Nov 2005 @ London, UK
#23
Try adding a comment to the bug asking Nokia what the problem is - they've worked it out, but are keeping it to themselves.
 
Posts: 24 | Thanked: 1 time | Joined on Feb 2007
#24
Workaround found!

Hadn't yet seen a reply to the bugzilla comment, so I kept fiddling with the feed in yahoo pipes. I finally discovered that if I take all their category feeds, combine them, and sort and filter them, then the result is a feed identical to their main feed, yet DOESN'T crash the 770 reader.

So, here it is for all to enjoy:
http://pipes.yahoo.com/pipes/pipe.ru...6g&_render=rss

Is there anywhere else I oughta post this so that everyone knows about it?
 
Posts: 2 | Thanked: 0 times | Joined on Sep 2007
#25
Originally Posted by Pandemonium View Post
Anyone else having problems with this?

If I subscribe to the RSS feed on my Nokia 770 for joystiq.com, it subscribes and pulls down the feed... but as soon as I tap on it to read that feed, the reader crashes. When I go back into the reader, if I do ANYTHING with that feed, it instantly crashes the reader: this includes trying to view it, refresh it, delete it, or edit it.

The only way to do anything with the feed after that is to go to a prompt, find the data file that contains that feed, delete it at the prompt, and then I can go into the Feed Reader and delete the feed.
Hello - I have the exact same problem. My RSS feed reader has been broken since I subscribed to the PS3fanboy feed (sister site of joystiq.com). How do I delete it at the prompt? Could someone please post instructions please. thanks in advance!
 
Posts: 24 | Thanked: 1 time | Joined on Feb 2007
#26
You need to have XTerm installed. You can grab it here:
http://maemo.org/downloads/product/osso-xterm-advanced
Install Less, too, while you're at it:
http://maemo.org/downloads/product/less

Once you've got that, open up xterm.
Type:
cd ~/.osso_rss_feed_reader/cache/feeds
ls

After you type ls, you'll get a list of files. This is going to be unique to your system, so I can't tell you what you'll see. You'll need to view each one using the "less" program we downloaded until you find the one that goes with the offending feed. You can type:
less *name of file*
Replacing *name of file* with one of the file names.

It will give you some warning about a binary file, but hit Y to continue. It will show you a screen of garbage, but somewhere in there will be some identifiable text of the name of the feed. Once you have that, hit Q to get back to a prompt. If it was not the file for the offending feed, try another. Once you know which one it is, you can delete it by typing:
rm *name of file*

After that, exit out of xterm, then go into the RSS Feed Reader and delete that feed.
 
Posts: 3,401 | Thanked: 1,255 times | Joined on Nov 2005 @ London, UK
#27
Isn't this easier?

In xterm as user...

Make a backup of your feed file...

Code:
cd ~/.osso_rss_feed_reader/
cp feedlist.opml feedlist.bak
Now identify your PS3fanboy site by viewing the content of feedlist.opml - make a note of the "id" tag that corresponds with your PS3fanboy feed.

You can use "more" to view the file a page at a time - press space to advance to the next page, and q to quit:

Code:
more feedlist.opml
Now remove the feed. Let's assume the value for the "id" tag of your PS3fanboy feed is "puhblxn", in which case you can remove it with the following command:

Code:
cat feedlist.bak | grep -v "id=\"puhblxn\"" > feedlist.opml
Replace "puhblxn" with whatever value is present in your feedlist.opml file.

As an optional extra, you can remove the now unused PS3fanboy cache files. Using the same value you noted for the "id" tag, eg. puhblxn, execute the following commands:

Code:
cd cache
rm feeds/puhblxn
rm favicons/puhblxn.png
Replace "puhblxn" with whatever id value corresponds with your PS3fanboy feed.

Now open the main RSS Feed Reader application and your PS3fanboy feed should have been removed.

Last edited by Milhouse; 2007-09-03 at 22:23.
 
Posts: 24 | Thanked: 1 time | Joined on Feb 2007
#28
Thanks Milhouse, didn't know how the feedfile worked. I just tinkered around until I figured out how to do it the way I was doing it.
 
Reply


 
Forum Jump


All times are GMT. The time now is 02:14.