forked from kmdm/fix-bcid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
36 lines (25 loc) · 963 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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)