






NewsRob is a Google Reader client: - Two-way background sync - Download full & partial feeds including the web pages and images - Offline capable - Mark all read - Share link by email/twitter/delicious - Share article in Reader - Star articles - Locale Integration - Hide read articles - Categories/Labels - SD card support - Finger Gestures http://newsrob.com







The NewsRob users may not be representative, but looking at the numbers it seems that every tenth NewsRob user is now a Droid user.
The numbers are from yesterday. Look at the percentages:
I am waiting for the Droid myself, but it will take another couple of days until it is available in Europe as Motorola Milestone.
NewsRob 3.2.0 and 3.2.1 use incremental syncing with the Google Reader service. Unfortunately this seems to be inaccurate/erroneous at the moment.
Therefore in NewsRob 3.2.2 it is turned off for the time being. But I try to get to the bottom of it (link).
I will push out 3.2.2 right now to prevent confusion about the effects. Having said that, it is not too bad. Some articles will be accidentally shown as read, but are not. The Google Reader web interface will still show them as unread, so that you don't miss articles completely.
I added a switch in the settings so that you can turn it on again if performance is more important to you than accuracy.
If you have any relevant experiences you'd like to share, please do so here.
The release:
- Added switch for incremental syncing, off by default (for now)
- Using SAX for parsing instead of DOM (flatter memory profile, fixes continuation problems)
- Faster sync of local changes ("Synchronizing state ...")
- Initial capacity 20 -> 50
- Cyanogen Mod Rom version is now part of the information gathered during the bug report creation
The situation
Meanwhile 90% of the bug reports I receive are from phones running some version of Cyanogen Mod (4.0.4, 4.1.11.1, 4.1.999).
The problem is that I don't know what to do with them. The bugs don't happen with a stock Android and I don't know how to contact Steve in a way that is efficient for me. I don't even have his email address. It needs to be efficient, because I have my own bug fixing and development to do so I can't go through all the messages on the XDA developer forums (but you could, if you like, see below).
I don't see what else to do, but to stop supporting CM. I would be willing to fix my code if it is the problem. I would also do some small CM-specific changes if necessary, but for that I would need to know what and without an efficient communication channel that is not possible?!
Don't get me wrong, it's great that there is CM. A short while ago I was running 4.11.1 myself to get Wifi-Tether.
I uninstalled it, because it was spontaneously rebooting. Mind you the version I used was experimental and it's understandable that it's not rock solid. The problem here is that people are using it not to weed out bugs, but for their day to day operations and expect support for it, including for the experimental version. And that would be fine with me, if there would be somebody on the other side caring for the bugs.
I also fully understand that if Steve would look at each bug report and weed out the duplicates himself, then he wouldn't have the time to develop CM.
Where to go from here?
If you want NewsRob 3.2.0, which didn't crash that often on CM I can sent you a version by email or put it up on the web someplace. It wasn't using SQL views and SQL UNIONs as hard as NewsRob 3.2.1 does and this might be the reason, why it isn't crashing on CM that often.
I would advise you not to do it this way though. You won't get updates this way and 3.2.0 has some bugs that are fixed in 3.2.1 (Mark All Read doesn't work for "my recently starred" and "friends recently shared"), but I'll leave that up to you.
If you want to downgrade to stock Donut, you'll find instructions here.
You can also, of course, stop using NewsRob ;-( I understand! Still, please don't let me know about it, that would make me sad.
This all costs me time that I cannot spend on NewsRob. So I would like to ask you to accept my decision and not start an endless discussion that will also keep me from developing NewsRob.
A proposition
If you are really interested in CM and NewsRob and you happen to be a developer, I have a proposition for you.
Until CM sets up a bug tracker or some lieutenant that weeds through bug reports, you can be that person and act as a mediator between NewsRob and CM. When NewsRob hits an error the compose email screen opens with a stack trace from NewsRob etc. Take this information and go to the XDA developers forum or on the IRC channel of CM (you need to be authenticated, however that works) and contact Steve. I believe it is your job to check through the overwhelming number of messages on XDA first to see if there is any information about this problem, and if not, post the information from the bug report there.
If you can spare the time, it would be even better if you use the Log Collector app to create a logfile which contains all the necessary information. For most cases this will be much more helpful.
If NewsRob automatically took you to this page, then the latter is your only option anyway.
This process will hopefully yield some useful information and if you get back to me with them, I am happy to help.
Update: Of course, if the CM/NR combination works for you, then there is no need for a change. It would be interesting to know what the percentage of users without problems is.
Hi,
instead of visiting this web page you would usually see a mail like the following popping up on your phone:
Sorry!
NewsRob hit a wall. Please send this mail, so that the developer can analyze/fix the issue.
If it is not too much to ask, please add to this mail what you just did:-- Time: Fri Sep 04 18:35:37 GMT+01:00 2009
-- Android Version: sdk=3, release=1.5, inc=150275
-- Memory free: 0,51MB total: 3,07MB max: 16,00MB
-- NewsRob Version: 2.8.0/280
-- Stacktrace:(1516)
java.lang.RuntimeException: Unable to start receiver com.newsrob.WakeupAndSynchronizeReceiver: java.lang.SecurityException: Neither user 10085 nor current process has android.permission.WAKE_LOCK.
at android.app.ActivityThread.handleReceiver(ActivityThread. java:2429)
at android.app.ActivityThread.access$2700(ActivityThread. java:112)
at android.app.ActivityThread$H.handleMessage(ActivityThread. java:1753)
at android.os.Handler.dispatchMessage(Handler.java: 99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:3960)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$ MethodAndArgsCaller.run( ZygoteInit.java:782)
at com.android.internal.os.ZygoteInit.main(ZygoteInit. java:540)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.SecurityException: Neither user 10085 nor current process has android.permission.WAKE_LOCK.
at android.os.Parcel.readException(Parcel.java: 1234)
at android.os.Parcel.readException(Parcel.java: 1222)
at android.os.IPowerManager$Stub$Proxy.acquireWakeLock( IPowerManager.java:178)
at android.os.PowerManager$WakeLock.acquire(PowerManager. java:228)
at com.newsrob.SynchronizationService. acquireWakeLock( SynchronizationService.java: 452)
at com.newsrob.WakeupAndSynchronizeReceiver. onReceive( WakeupAndSynchronizeReceiver. java:23)
at android.app.ActivityThread.handleReceiver(ActivityThread. java:2420)
... 10 more
But as this now happens more than 30 times a week I have trouble keeping up with answering those "bug reports" in a timely fashion. Hence I created this explanation and you are now directed from within NewsRob to this page.
So here it goes. You have rooted your phone, probably moved your apps to the SD card. In the process the permissions that you initially granted to your apps have been broken.
You can now either wipe the phone, re-install the apps or run some magic script from your ROM provider to correct the permissions issue.
If you have further insights, share them in the comments.
Chris Haworth added: "Current cyanogen rom, just go to terminal
emulator and hit enter then type fix_permissions and let that finish.
Then keep typing exit and enter til it exits you out."
I hope that helps!
Update: Please keep the comments on this particular article on topic. I will remove other comments as this page will stay the landing page for this single issue for some time and discussions of other NewsRob issues wouldn't be all that helpful.
You can go off-topic on any other article ;-)