Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

romeo22

macrumors member
Original poster
Apr 11, 2010
91
0
I just updated my version on cudia now my phone wount starts i just get the spinning wheel on the apple logo and cant get passed that, i can still use ssh and i dont want to restore unless i have to, anyway to uninstall iconoclasm? couldnt find it under cydia apps.
 
First, I would do this from the command line:

dpkg -l | grep -i iconoclas

Then I would run this command with the contents from the second column:

dpkg -r <name of package>

If that does not work, go to this dir:

/private/var/lib/dpkg/info

See if you can find the "list" file for Iconoclasm. That file will give you an idea. If there are "prerm" and "postrm" all the better. Those will show you what is done to remove the package.

S-
 
First, I would do this from the command line:

dpkg -l | grep -i iconoclas

Then I would run this command with the contents from the second column:

dpkg -r <name of package>

If that does not work, go to this dir:

/private/var/lib/dpkg/info

See if you can find the "list" file for Iconoclasm. That file will give you an idea. If there are "prerm" and "postrm" all the better. Those will show you what is done to remove the package.

S-

Thank you very much
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.