What steps will reproduce the problem?
It happens randomly, 1 time per 2-3 app launch.
What happened? What should happen?
- The password is no more present (and available).
What device and OS version are you using?
- iPhone 0S 2.2
What version of GRiS are you using? (it's in cydia)
- 0.3.13-1
PS: I consider this program as one of the most useful on my iPhone since i spent in average 1h30 per day on google reader (and I don't get a data plan ^_^ ). I am an iPhone dev too, if i can help in a way, let me know, i am interested in.
Comment #1
Posted on Nov 29, 2008 by Happy DogThe password might not be updated if the app crashes, but it should never disappear. When it does, do other details remain? If the password goes then so should your email address and selection of tags to sync...
If you are able to reproduce this with the iphone simulator, that would be more useful since I don't log any password info on the hardware for obvious reasons...
I can walk you through whatever steps you need to figure out to get it to run, if you can get the source from https://github.com/gfxmonk/google-reader-iphone-sync/tree
as for development, issue 16 is definitely the best thing you could help with, if you are able to figure out what is going on at all there... As I said, I have an iTouch so there's not much I can find out.
Comment #2
Posted on Nov 29, 2008 by Quick RhinoI don't get a data plan then hard to test, but know another body who does have a data plan. I feel i get sometime the issue 16, but over the wifi.
For this issue, the question is : does the app use the KeyChain ? (just a idea like that).
I plan to make the app run in the simulator soon (I will let you know then).
Comment #3
Posted on Nov 29, 2008 by Happy Dogthe app doesn't currently use a keychain, it stores the data in a plist file with the rest of your preferences. I'm not too happy about this, but I've tried the keychain route and had absolutely no success...
Comment #4
Posted on Nov 30, 2008 by Quick RhinoSo far, I didn't really tried the keychain, it's on my to do list for next week (and it have to work). It's can be the way to solve this issue (but bye bye friendly tests on the simulator, or a switch have to be design)...
I did get the app running in the simulator, get 2 compiles error, (I did surely something wrong), I will try again tomorrow.
Comment #5
Posted on Nov 30, 2008 by Happy CamelI have close to the same problem. I lose all of my preferences every time I close the app except for my username and password.
Comment #6
Posted on Nov 30, 2008 by Quick RhinoThis thing happen to me too time to time, randomly.
Comment #7
Posted on Dec 1, 2008 by Helpful KangarooSame here, regardless of WiFi or data plan. From time to time my settings - including username & password - just disappear.
Comment #8
Posted on Dec 2, 2008 by Helpful CamelYup. Happens here too - iPod touch running 2.2 firmware. Maybe is has to do with upgrading? Maybe the file is not writable or something anymore?
Comment #9
Posted on Dec 2, 2008 by Happy DogI haven't had time to upgrade to 2.2 yet.
Good point on the permissins; something may have changed. Can someone (running 2.2) give me the output from the command:
ls -la /var/mobile/GRiS/
Comment #10
Posted on Dec 2, 2008 by Helpful KangarooHere the output from my iPhone 3G on 2.2:
total 108 drwxr-xr-x 5 mobile mobile 374 Dec 2 12:49 ./ drwxr-x--- 7 mobile mobile 340 Dec 2 12:58 ../ -rw-r--r-- 1 mobile mobile 121 Dec 2 12:53 GRiS.log -rw-r--r-- 1 mobile mobile 4585 Dec 2 12:53 GRiS.native.log -rw-r--r-- 1 mobile mobile 7 Nov 17 09:21 VERSION drwxr-xr-x 23 mobile mobile 782 Dec 2 12:47 _resources/ -rw-r--r-- 1 mobile mobile 247 Dec 2 12:46 config.plist -rw-r--r-- 1 mobile mobile 83968 Dec 2 12:49 items.sqlite drwxr-xr-x 4 mobile mobile 1632 Dec 2 12:46 src/ -rw-r--r-- 1 mobile mobile 132 Dec 2 12:49 tag_list drwxr-xr-x 2 mobile mobile 102 Dec 2 12:44 template/
Comment #11
Posted on Dec 2, 2008 by Swift HorseI'm affected by this bug too (I could not set my real password). For me it works if I tap the "Done" button beside the "Settings" title. If I finish my input with the blue keyboard button ("Fertig" in german), the "Done" button disappears but the new password is lost after restarting the app.
Comment #12
Posted on Dec 5, 2008 by Happy Dogthankyou for that last comment, the added info helped me narrow it down.
Fixed as of 0.3.15
Status: Fixed
Labels:
Type-Defect
Priority-High