Thread: ShopList 0.2
-
01-28-2008, 11:42 AM #1
Sorry for this post, submitting the form failed and the result whas this empty post. The application is in the next post.
Last edited by fsaint; 01-28-2008 at 12:07 PM.
-
01-28-2008, 12:00 PM #2
Now ... here is the app
Note it works on 1.1.2 ... I'm fixing it for 1.1.3 now.
-
The Following User Says Thank You to fsaint For This Useful Post:
tool (04-07-2008)
-
01-28-2008, 03:46 PM #3
cant u put on a installer please ?
-
01-29-2008, 07:42 AM #4
Do you mean as installer source?
This is the installer source:
http://mazinger.cs.yale.edu/iphone-apps/index.xml
cheers, Felipe
-
01-29-2008, 08:51 AM #5
I've added the source and can't find the app.
I'm assuming it's called shoplist?
-
01-29-2008, 10:36 AM #6
It is called ShopList and it is under "Productivity". Did the source updated correctly? If in installer you go to Sources you should see the source "Trivialware" under Utilities ... "Felipe's Repository". If you see something like "Unverified Source" try and refresh. I will verify that the source works correctly. Thanks.
-
01-29-2008, 11:12 AM #7
It's showing up as Uncategorised on my installer.
I couldn't wait so installed it manually.
Which of the 3 non-png files need to have permissions set?
I set all 3 of them to 0755 and got white stripes when restarting the phone. First time I've seen that.
It's nice and clean and simple.
Where is the list file kept and is it possible to edit this off of the phone so it's quicker to get the list started?
I'm sure you have thoughts for the future. I'd like to see it handle different lists for different stores or packing lists for different trips.
A good job.Last edited by Rip; 01-29-2008 at 11:37 AM.
-
01-30-2008, 01:08 AM #8
You've probably done what I did. If it's uncategorised then it generally means it's been entered wrong. The iPhone replaces the 'cs' with 'de', it also corrects 'iphone' to 'iPhone' and 'yale' to 'Yale'. If it's unix\linux box that'll mess it up as well.
Last edited by daedalia; 01-30-2008 at 01:14 AM.
-
The Following User Says Thank You to daedalia For This Useful Post:
Rip (01-30-2008)
-
01-30-2008, 03:49 AM #9
It was the capitalised XML that was the problem. Thanks.
-
01-30-2008, 05:05 AM #10
works fine on my soft upgraded 1.1.3
nice handy little app..
I have a suggestions that shouldnt be to hard to implement..
I think what we should have is an option to add items to a database type list.. then from that database we can selected what we need/have..
so we can add all of the items we get when we go shopping to build up a database.. then when we need to go shopping we pick from the list what we need and then it creates our list..
does that make sense?
-
01-30-2008, 08:11 AM #11
Thanks Nuttynutter123, daedalia and Rip for the comments and suggestions. I'll have a new version coming soon that will consider them.
cheers
Thanks. So the lists are maintained in binary format for the moment, so no way of editing off the phone. I'm just serializing the memory objects. I believe that can be done to XML instead of binary, I'll do that at some point.
I will add the option to have more lists, I'm thinking on how to do it without adding too much baggage to the interface.Last edited by fsaint; 01-30-2008 at 08:11 AM. Reason: Automerged Doublepost
-
01-30-2008, 10:05 AM #12
I also think that with some very minor modifications it would make a great to-do list that would suit me.
Just change the Need to To Do and the Have to Done!
-
01-30-2008, 11:18 AM #13
I have a 1.1.3 Jailbroken/unlocked iPhone and this sweet app works just fine

Thank You Dev.
-
01-30-2008, 03:52 PM #14
So if you add some items, the exit ShopList, and come back, the items are still there? The problem I had qith 1.1.3 was that the lists could not be saved, but I had been messing with the file permissions so maybe I broke it.
cheers, Felipe
-
01-30-2008, 07:30 PM #15Theme Creator
- Join Date
- Jul 2007
- Location
- Southern California
- Posts
- 2,297
- Thanks
- 2,293
- Thanked 2,089 Times in 996 Posts
On Firmware 1.1.3 the app does open and you are able to create entries however when you exit and then go to reopen later on all your entries are gone. (so it is not storing the info properly on FW 1.1.3)
It may be working for those who simply upgraded from 1.1.2 but I upgraded and rolled back down and then back up to get the new baseband to stick...
Also I tried changing the permission like you did to several diff ways but to no avail so I suspect the issue is that the file that save the info/DB has changed directories on the new firmware?
-
01-30-2008, 09:30 PM #16Owner / Founder - ModMyi
aka poetic_folly
- Join Date
- May 2007
- Location
- Tampa, Florida, United States
- Posts
- 8,207
- Thanks
- 508
- Thanked 4,484 Times in 1,114 Posts
If, like me, you would like to see what this looks like, here ya go.

And that was the longest repo name I've ever typed, hahahah..
-
01-31-2008, 07:29 AM #17
There is a way to set the permissions. So here is the dirty thing ... ShopList stores two files, need and have and the are in /Applications/ShopList.app/. So you need to change the ownership of of need and have:
chown mobile:mobile /Applications/ShopList.app/need
chown mobile:mobile /Applications/ShopList.app/have
and also you need to change the permisions of the directory
I did
chmod 755 /Applications/ShopList.app/need
chmod 755 /Applications/ShopList.app/have
chmod 777 /Applications/ShopList.app/
there might be a more subtle way to set the permissions, but that works. Anyway I have a new version that stores the files in the right place /var/mobile/something. I hope to publish that over the weekend.
-
01-31-2008, 08:30 AM #18
Thanks for this app - it's really awesome. I was having trouble at first because the list wasn't staying after I closed the program (I'm on 1.1.3 soft), but all I had to do was ssh in and change the permission on the whole ShopList.app folder to 0777 and it works perfectly now.
Brilliant idea for a program and perfectly easy to use. Thanks for writing it!
-
01-31-2008, 02:24 PM #19
Love this one. The web app was fine but if you arent near a hotspot and don't have a decent data plan, its a no-go. This fills the need beautifully. Thanks
Last edited by kyteflyer; 01-31-2008 at 02:28 PM. Reason: Creative spelling :-/
-
02-01-2008, 03:14 PM #20
Wouldn't a checkbox style UI be better suited for a shopping list as when I'm shopping, once I've put it in my cart I wouldn't "need" it anymore.



LinkBack URL
About LinkBacks
Reply With Quote


