Blocking Updates

From WebOS Internals
Revision as of 17:32, 20 July 2009 by Hopspitfire (talk | contribs) (New page: Here is a quick and dirty way to block webOS updates brought to us by "psykoz" This is only for the truly paranoic - we don't suggest that everyone needs to do this, since we've seen that...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Here is a quick and dirty way to block webOS updates brought to us by "psykoz"

This is only for the truly paranoic - we don't suggest that everyone needs to do this, since we've seen that 1.0.3 does not break anything, and we always have the 1.0.2 webOS Doctor to reinstall a 1.0.2 if something does get broken in the future.

cd /usr/bin
mount -o remount,rw /
chmod -x *Update*
mount -o remount,ro /

No more executing the update program.


Comment: What's the advantage in doing this? Is it to avoid mods being reverted? Doesn't it make more sense to keep backups of all changed files somewhere, accept updates, and then reintroduce your changes? - //This would be useful in the event a future update were to eliminate access to the Pre.//


Ported by hopspitfire