|
|
Yea it is not the queue problem... I have cleared it multiple times and also reinstalled installer etc. Any other thoughts? Anyone know what the perms need to be on this?
OK! I figured out my own problem! Wow only took about 10 hours of work to get my
phone back to normal after doing the "simple" upgrade.
The issue was that when I copied the Installer.app into place using INdependence it
put the app's permissions in as root.admin NOT root.wheel reading the post about fixing the 1.1.3 installer more carefully I saw that I needed to set the sticky bit and put everything as root.wheel as follows:
chmod +s Installer.app/Installer
chown -R root:wheel Installer.app
once I did this I was able to install from my Ipod to my hearts content! Since I had installed most of my apps using "root" I just copied over the installer plist files from
/var/root/Library/Installer over to /var/mobile/Library/Installer and then Installer on my phone could now "see" all of my packages and I was able to install and update from my phone!
|
Last edited by elbers_e; 03-05-2008 at 10:12 PM..
Reason: Automerged Doublepost
|