/fix-bcid

Replace the backup CID in your misc partition if missing (typically noticed when unrevoked fails)

Primary LanguageCGNU General Public License v3.0GPL-3.0

fix-bcid
--------

If you have no cause to use this then, simply, don't.

DISCLAIMER
----------

You use this utility at entirely your own risk, I am not responsible for any 
direct or indirect damage to your phone as a result of your usage of this 
utility. Your acceptance of this term is implied when you run the utility.

Usage
-----

When unrevoked fails stating a Validation error due to a missing backup cid, 
this is when you can use this utility.

$ adb push fix-bcid /data/local
$ adb shell
$ /system/__unrevoked_su
# chmod 755 /data/local/fix-bcid
# /data/local/fix-bcid

If the utility finishes successfully then you may re-run unrevoked which should
now be able to work its magic. 

If you encounter an error, try the manual method (linked below) or ask for help
at irc.freenode.net/#unrevokedtest

Original guide (Manual method)
------------------------------

http://www.kennynet.co.uk/misc/bcid-fix.txt

- Kenny Millington (irc.freenode.net/kmdm)