Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    N900 RSS reader

    Reply
    Page 6 of 9 | Prev |   4     5   6   7     8   | Next | Last
    Laughing Man | # 51 | 2010-02-20, 01:13 | Report

    Feed Circuit caches the article from where-ever the RSS Feed is coming from onto the device itself. FeedingIt caches the RSS feed (minus images) but not whatever the RSS feed is linking to.

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to Laughing Man For This Useful Post:
    iKneaDough

     
    klinglerware | # 52 | 2010-02-20, 02:25 | Report

    Originally Posted by geneven View Post
    Feed Circuit works great for me, and Feedingit is also very cool; I'm really torn as to which to use. So I'll switch off from one to the other till I develop a preference.
    So Feed Circuit is working perfectly for you? George has been working feverishly trying to get things working for me, e-mailing debs for me to try, etc.

    I'm wondering now if there is something peculiar to my configuration or use case that is causing my issues (basically, we've figured out that the app hangs on the final stage of the final feed refresh.).

    Edit | Forward | Quote | Quick Reply | Thanks

     
    SaintGermain | # 53 | 2010-02-20, 22:17 | Report

    Hello,

    I am currently trying Feed Circuit and I'm experiencing a freeze at the final stage (i.e. "Deleting...") of the update process.
    It seems that the RefreshProgressWindows is killed (I don't know why) but stays stuck on the screen and preventing the user to do anything.
    I've editted the code and remove the RefreshProgressWindows. Now all the updating process is done without a progression bar, but it's working.

    Is someone else experiencing the same issue ?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    SingingDwarf | # 54 | 2010-02-21, 09:17 | Report

    i am experiencing exactly the same problem - a freeze during the deleting phase. how can i obtain a copy of the app with the code removed please?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    SaintGermain | # 55 | 2010-02-21, 12:40 | Report

    Originally Posted by SingingDwarf View Post
    i am experiencing exactly the same problem - a freeze during the deleting phase. how can i obtain a copy of the app with the code removed please?
    It is in Python, so you just have to edit the code on your N900 without downloading anything !

    If you're not familiar with terminal, root, or code editing, I would recommand that you wait for the official patch.

    Anyway here is the ugly 'patch'. Edit as root the file /usr/lib/python2.5/site-packages/feedcircuit/hildonui.py

    Replace:

    Code:
        def update_feeds_async(self, feeds_configs):
            self.__progress_window = RefreshProgressWindow(self.__window)
            self.__thread = Thread(target = self.update_feeds, args = (feeds_configs,))
            self.__thread.start()
            try:
                if self.__progress_window.run() == gtk.RESPONSE_CANCEL:
                    self.__aborted = True
            finally:
                self.__progress_window.destroy()
                self.__progress_window = None
    with:

    Code:
        def update_feeds_async(self, feeds_configs):
            #self.__progress_window = RefreshProgressWindow(self.__window)
            self.__thread = Thread(target = self.update_feeds, args = (feeds_configs,))
            self.__thread.start()
            try:
                #if self.__progress_window.run() == gtk.RESPONSE_CANCEL:
                #    self.__aborted = True
                pass
            finally:
                #self.__progress_window.destroy()
                self.__progress_window = None

    Edit | Forward | Quote | Quick Reply | Thanks

     
    SaintGermain | # 56 | 2010-02-21, 12:43 | Report

    Combining FeedCircuit with FeedingIt would be very welcome.
    The 2 are really complementary and would benefit a lot.

    The feeds and articles presentation and navigation in FeedingIt is very intuitive. The caching of article and associated filters in FeedCircuit is excellent.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    fareastcoast | # 57 | 2010-02-22, 08:34 | Report

    Originally Posted by SaintGermain View Post
    Combining FeedCircuit with FeedingIt would be very welcome.
    I agree. And I would like a desktop widget too so I can scan quickly scan headlines - pretty much the only good thing about the bundled RSS app.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    sorodoros | # 58 | 2010-02-26, 21:22 | Report

    +1.........

    Edit | Forward | Quote | Quick Reply | Thanks

     
    ultranalog | # 59 | 2010-02-28, 18:12 | Report

    Guys,

    I found 'grr' in the repos yesterday. It is what a lot of you have asked for.

    http://maemocentral.com/2010/02/24/g...-for-the-n900/

    It kicks the stock RSS reader's ***, sure it needs some more features such as sharing, folders and offline mode, but it's absolutely fantastic and even worth the missus giving me the silent treatment for being stuck with the app all day long

    Edit | Forward | Quote | Quick Reply | Thanks

     
    sorodoros | # 60 | 2010-02-28, 18:26 | Report

    Isn't tied to google reader only?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Page 6 of 9 | Prev |   4     5   6   7     8   | Next | Last
vBulletin® Version 3.8.8
Normal Logout