Originally Posted by ifonebone
srry to bother you again 999.
as for the wall paper fix i have tried to instal it several times only to get 'main script execution failed' every time. i have tried uninstalling and reenstalling your source several times and also tried and successfully installed other random apps to make shure i was able too. i might be doing something wrong but im not shure what it could be.
any help on this will be greatly appriciated and srry for bugging you about this once again. thank you for all you have already done to help fix this problem.
Alright, I'm at home now and I've uninstalled/reinstalled my Source as well as with the Wallpaper fix as well and I can't get it to give me the error that you're getting.
One thing I have noticed is that the character " ' " gives Installer problems if its located in the "more info" area. I have removed all instances of that in the installer, one of which was in the Wallpaper fix. It's a long shot but please refresh your source and give it a go. If you see the text "fixes iApp-a-Days" and not "Day's" then you're on the same version of the Source I am, and it worked for me without a hitch.
If it STILL doesn't work for you we're going to need to find out who owns these folders on your iphone:
/var/mobile/DCIM
/Library/Wallpaper
You should be able to tell from MobileFinder. All I need to know is if it says "0" or "501" for each. We want it to say "501" cuz thats mobile.
Edit-
GAH! I just remembered, I believe you need to have installed BSD Subsystem for my Installer Source to function properly, it makes calls to functions that may not be available on your iPhone.
I am accessing /bin/cmhod and /bin/chown
If they are not present, you will receive an error D:
Edit2-
Okay I just checked the BSD Subsytem install script, and it does in fact place the /bin folder onto your iPhone, so without that installed a few of my "fixes" will not work. I think I will add a preflight check for:
<key>bundleIdentifier</key>
<string>com.natetrue.iphone.iphone_binkit</string>
If its not found I'll prompt the user to install it, then abort the Install script to save people from getting their hopes up :P