Saya kasih langsung ini filenya
http://www.mediafire.com/?mbd29syph4evbqd
Jika menggunakan ubuntu, silahkan diextract saja, taro di folder.
Misal di /home/sonny/HB/
Masuk ke terminal emulator (sudah ada bawaan ubuntu),
cek permissionnya di file fastboot-linux, adb, ControlBear. Pastikan permissionnya
rwxr-xr-x atau permission 755.
Ketik -ls di terminal sama dengan dir di command prompt-nya windows,disini terlihat juga permissionnya untuk suatu file.
Untuk melakukan chmod dan melakukan s-off, disarankan sebagai administrator masuknya. Jika belum masuk superuser maka promptnya adalah dollar ($), kemudian ketik su, lalu passwordnya ketik sendiri sesuai yg telah dibuat maka prompt akan menjadi kres(#).
Lakukan chmod terhadap file, seperti
# chmod 755 ControlBear
# chmod 755 adb
# chmod 755 fastboot-linux
Untuk cek apakah device benar2 konek
# ./adb devices
HTxxxxxx -----> jika muncul serial number, tandanya sudah konek, siap dilakukan s-off
sonny@sonny-ubuntu:~$ sudo -u
sudo: option requires an argument -- 'u'
usage: sudo -h | -K | -k | -L | -V
usage: sudo -v [-AknS] [-g groupname|#gid] [-p prompt] [-u user name|#uid]
usage: sudo -l[l] [-AknS] [-g groupname|#gid] [-p prompt] [-U user name] [-u
user name|#uid] [-g groupname|#gid] [command]
usage: sudo [-AbEHknPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] file ...
sonny@sonny-ubuntu:~$ sudo -u su
sudo: unknown user: su
sonny@sonny-ubuntu:~$ sudo -u
sudo: option requires an argument -- 'u'
usage: sudo -h | -K | -k | -L | -V
usage: sudo -v [-AknS] [-g groupname|#gid] [-p prompt] [-u user name|#uid]
usage: sudo -l[l] [-AknS] [-g groupname|#gid] [-p prompt] [-U user name] [-u
user name|#uid] [-g groupname|#gid] [command]
usage: sudo [-AbEHknPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] file ...
sonny@sonny-ubuntu:~$ sudo -u
sudo: option requires an argument -- 'u'
usage: sudo -h | -K | -k | -L | -V
usage: sudo -v [-AknS] [-g groupname|#gid] [-p prompt] [-u user name|#uid]
usage: sudo -l[l] [-AknS] [-g groupname|#gid] [-p prompt] [-U user name] [-u
user name|#uid] [-g groupname|#gid] [command]
usage: sudo [-AbEHknPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] file ...
sonny@sonny-ubuntu:~$ sudo u
[sudo] password for sonny:
sudo: u: command not found
sonny@sonny-ubuntu:~$ sudo -u
sudo: option requires an argument -- 'u'
usage: sudo -h | -K | -k | -L | -V
usage: sudo -v [-AknS] [-g groupname|#gid] [-p prompt] [-u user name|#uid]
usage: sudo -l[l] [-AknS] [-g groupname|#gid] [-p prompt] [-U user name] [-u
user name|#uid] [-g groupname|#gid] [command]
usage: sudo [-AbEHknPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] file ...
sonny@sonny-ubuntu:~$ sudo -u sonny
usage: sudo -h | -K | -k | -L | -V
usage: sudo -v [-AknS] [-g groupname|#gid] [-p prompt] [-u user name|#uid]
usage: sudo -l[l] [-AknS] [-g groupname|#gid] [-p prompt] [-U user name] [-u
user name|#uid] [-g groupname|#gid] [command]
usage: sudo [-AbEHknPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] file ...
sonny@sonny-ubuntu:~$ sudo u
sudo: u: command not found
sonny@sonny-ubuntu:~$ sudo
usage: sudo -h | -K | -k | -L | -V
usage: sudo -v [-AknS] [-g groupname|#gid] [-p prompt] [-u user name|#uid]
usage: sudo -l[l] [-AknS] [-g groupname|#gid] [-p prompt] [-U user name] [-u
user name|#uid] [-g groupname|#gid] [command]
usage: sudo [-AbEHknPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] file ...
sonny@sonny-ubuntu:~$ sudo -u
sudo: option requires an argument -- 'u'
usage: sudo -h | -K | -k | -L | -V
usage: sudo -v [-AknS] [-g groupname|#gid] [-p prompt] [-u user name|#uid]
usage: sudo -l[l] [-AknS] [-g groupname|#gid] [-p prompt] [-U user name] [-u
user name|#uid] [-g groupname|#gid] [command]
usage: sudo [-AbEHknPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] file ...
sonny@sonny-ubuntu:~$ sudo -u su
sudo: unknown user: su
sonny@sonny-ubuntu:~$ su
Password:
root@sonny-ubuntu:/home/sonny# ls -l
total 36
drwxr-xr-x 2 sonny sonny 4096 2012-05-15 15:11 Desktop
drwxr-xr-x 2 sonny sonny 4096 2012-05-15 15:11 Documents
drwxr-xr-x 3 sonny sonny 4096 2012-05-15 15:14 Downloads
-rw-r--r-- 1 sonny sonny 179 2012-05-15 21:21 examples.desktop
drwxr-xr-x 2 sonny sonny 4096 2012-05-15 15:11 Music
drwxr-xr-x 2 sonny sonny 4096 2012-05-15 15:11 Pictures
drwxr-xr-x 2 sonny sonny 4096 2012-05-15 15:11 Public
drwxr-xr-x 2 sonny sonny 4096 2012-05-15 15:11 Templates
drwxr-xr-x 2 sonny sonny 4096 2012-05-15 15:11 Videos
root@sonny-ubuntu:/home/sonny# cd Downloads
root@sonny-ubuntu:/home/sonny/Downloads# ls -l
total 4
drwx------ 2 sonny sonny 4096 2012-11-02 20:55 hb
root@sonny-ubuntu:/home/sonny/Downloads# ls hb
adb
adb.exe
adb-mac
AdbWinApi.dll
AdbWinUsbApi.dll
boot_backup.img
ControlBear
default.prop
downgrade
emmc_recover
fastboot.exe
fastboot-linux
fastboot-mac
hboot_1.4.nb0
hboot.img
jb_boot.img
jb_hboot.zip
MD5SUM
misc.img
misc_version
recovery_backup.img
RUU_Shooter_S_Sprint_WWE_2.08.651.3_Radio_0.97.10.0808_NV_SPCS_1.31_003_release_219445_signed.zip
sdcard.img
zergRush
root@sonny-ubuntu:/home/sonny/Downloads# cd hb
root@sonny-ubuntu:/home/sonny/Downloads/hb# ls -l
total 496896
-rwxr-xr-x 1 sonny sonny 340896 2010-05-31 14:53 adb
-rwxr-xr-x 1 sonny sonny 410942 2012-01-11 21:55 adb.exe
-rw-r--r-- 1 sonny sonny 349196 2010-05-31 14:53 adb-mac
-rw-r--r-- 1 sonny sonny 96256 2012-01-11 21:55 AdbWinApi.dll
-rw-r--r-- 1 sonny sonny 60928 2012-01-11 21:55 AdbWinUsbApi.dll
-rw-r--r-- 1 root root 16777216 2012-11-02 20:47 boot_backup.img
-rwxr-xr-x 1 sonny sonny 1138380 2012-09-25 04:12 ControlBear
-rw-r--r-- 1 sonny sonny 118 2012-01-11 21:09 default.prop
-rwxr-xr-x 1 sonny sonny 591898 2012-03-29 21:40 downgrade
-rw-r--r-- 1 sonny sonny 630024 2012-03-13 06:37 emmc_recover
-rwxr-xr-x 1 sonny sonny 183651 2011-07-16 13:05 fastboot.exe
-rw-r--r-- 1 sonny sonny 127435 2009-02-26 12:21 fastboot-linux
-rw-r--r-- 1 sonny sonny 156592 2009-03-09 14:04 fastboot-mac
-rw-r--r-- 1 sonny sonny 1047808 2011-06-13 08:12 hboot_1.4.nb0
-rw-r--r-- 1 sonny sonny 1047808 2011-06-13 08:12 hboot.img
-rw------- 1 sonny sonny 5472256 2012-09-25 04:13 jb_boot.img
-rw------- 1 sonny sonny 361810 2012-09-25 04:13 jb_hboot.zip
-rw------- 1 sonny sonny 139 2012-09-25 04:13 MD5SUM
-rw-r--r-- 1 sonny sonny 1047040 2012-04-27 11:00 misc.img
-rw-r--r-- 1 sonny sonny 367096 2012-01-21 12:35 misc_version
-rw-r--r-- 1 root root 16776192 2012-11-02 20:48 recovery_backup.img
-rw-r--r-- 1 sonny sonny 419827345 2012-03-08 12:53 RUU_Shooter_S_Sprint_WWE_2.08.651.3_Radio_0.97.10.0808_NV_SPCS_1.31_003_release_219445_signed.zip
-rw-r--r-- 1 root root 41943040 2012-11-02 20:48 sdcard.img
-rw-r--r-- 1 sonny sonny 23060 2011-11-21 04:17 zergRush
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./adb devices
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached
HT2A2V800049 device
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./ControlBear
======== ControlBear 0.8 beta for JuopunutBear S-OFF ==========
Starting up......
Searching device.....
Connect device...
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./adb devices
adb server is out of date. killing...
* daemon started successfully *
List of devices attached
HT2A2V800049 device
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./ControlBear
======== ControlBear 0.8 beta for JuopunutBear S-OFF ==========
Starting up......
Searching device.....
Found device.....
Found backups!
Using eMMC dev /dev/block/mmcblk0
Using MMC dev /dev/block/mmcblk1
Boot partition is /dev/block/mmcblk0p20
Recovery partition is /dev/block/mmcblk0p21
Is information correct?
You have 5 seconds time to stop process by pressing CTRL+C
Finding some beer.....
Found first....
Found second....
Found third....
Hmmmm... where is that last one....... Wait a sec....
Found fourth....
Rebooting.......
=== Waiting for device....
(11/45)
Found device...
Waiting for device to settle... Please wait...
Making room for beer......
Loading sixpacks on sdcard......
Loaded......
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
=== Waiting for device....
(10/45)
Found device...
Waiting for device to settle... Please wait...
Getting into bar.....
Raising Glass
SUCCESS - Taking a sip.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Buddies and Beer
Checking alcohol level......
Let's take one more......
S-OFF Failed
Errorcode: 66732337
ErrorMsg: Still sober
Quit....
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./ControlBear
======== ControlBear 0.8 beta for JuopunutBear S-OFF ==========
Starting up......
Searching device.....
Found device.....
Found backups!
Making room for beer......
Loading sixpacks on sdcard......
Loaded......
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
=== Waiting for device....
(7/45)
Fastboot detected
Rebooting device
Please wait....
(8/45)
Found device...
Waiting for device to settle... Please wait...
Getting into bar.....
Raising Glass
SUCCESS - Taking a sip.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Buddies and Beer
Checking alcohol level......
Let's take one more......
S-OFF Failed
Errorcode: 66732337
ErrorMsg: Still sober
Quit....
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./ControlBear
======== ControlBear 0.8 beta for JuopunutBear S-OFF ==========
Starting up......
Searching device.....
Found device.....
Found backups!
Making room for beer......
Loading sixpacks on sdcard......
Loaded......
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
=== Waiting for device....
(9/45)
Found device...
Waiting for device to settle... Please wait...
Getting into bar.....
Raising Glass
SUCCESS - Taking a sip.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Buddies and Beer
Checking alcohol level......
Let's take one more......
S-OFF Failed
Errorcode: 66732337
ErrorMsg: Still sober
Quit....
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./ControlBear
======== ControlBear 0.8 beta for JuopunutBear S-OFF ==========
Starting up......
Searching device.....
Found device.....
Found backups!
Making room for beer......
Loading sixpacks on sdcard......
Loaded......
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
=== Waiting for device....
(23/45)
Fastboot detected
Rebooting device
Please wait....
(24/45)
Found device...
Waiting for device to settle... Please wait...
Getting into bar.....
Raising Glass
SUCCESS - Taking a sip.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Buddies and Beer
Checking alcohol level......
Seems to be just right.....
Let's take one more......
Aaaah, nice sunny day!!
Rebooting.......
=== Waiting for device....
(6/45)
Found device...
Waiting for device to settle... Please wait...
Beer......more beer......more beer...
Rebooting RUU mode.......
=== Waiting for device....
(1/45)
Fastboot detected
JuopunutBear S-OFF success
Installing JuopunutBear hboot.....
Waiting.....
Flashing.......
Rebooting......
JuopunutBear hboot installed
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./adb devices
adb server is out of date. killing...
* daemon started successfully *
List of devices attached
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./fastboot devices
bash: ./fastboot: No such file or directory
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./fastboot devices
bash: ./fastboot: No such file or directory
root@sonny-ubuntu:/home/sonny/Downloads/hb# ls -l
total 496896
-rwxr-xr-x 1 sonny sonny 340896 2010-05-31 14:53 adb
-rwxr-xr-x 1 sonny sonny 410942 2012-01-11 21:55 adb.exe
-rw-r--r-- 1 sonny sonny 349196 2010-05-31 14:53 adb-mac
-rw-r--r-- 1 sonny sonny 96256 2012-01-11 21:55 AdbWinApi.dll
-rw-r--r-- 1 sonny sonny 60928 2012-01-11 21:55 AdbWinUsbApi.dll
-rw-r--r-- 1 root root 16777216 2012-11-02 20:47 boot_backup.img
-rwxr-xr-x 1 sonny sonny 1138380 2012-09-25 04:12 ControlBear
-rw-r--r-- 1 sonny sonny 118 2012-01-11 21:09 default.prop
-rwxr-xr-x 1 sonny sonny 591898 2012-03-29 21:40 downgrade
-rw-r--r-- 1 sonny sonny 630024 2012-03-13 06:37 emmc_recover
-rwxr-xr-x 1 sonny sonny 183651 2011-07-16 13:05 fastboot.exe
-rw-r--r-- 1 sonny sonny 127435 2009-02-26 12:21 fastboot-linux
-rw-r--r-- 1 sonny sonny 156592 2009-03-09 14:04 fastboot-mac
-rw-r--r-- 1 sonny sonny 1047808 2011-06-13 08:12 hboot_1.4.nb0
-rw-r--r-- 1 sonny sonny 1047808 2011-06-13 08:12 hboot.img
-rw------- 1 sonny sonny 5472256 2012-09-25 04:13 jb_boot.img
-rw------- 1 sonny sonny 361810 2012-09-25 04:13 jb_hboot.zip
-rw------- 1 sonny sonny 139 2012-09-25 04:13 MD5SUM
-rw-r--r-- 1 sonny sonny 1047040 2012-04-27 11:00 misc.img
-rw-r--r-- 1 sonny sonny 367096 2012-01-21 12:35 misc_version
-rw-r--r-- 1 root root 16776192 2012-11-02 20:48 recovery_backup.img
-rw-r--r-- 1 sonny sonny 419827345 2012-03-08 12:53 RUU_Shooter_S_Sprint_WWE_2.08.651.3_Radio_0.97.10.0808_NV_SPCS_1.31_003_release_219445_signed.zip
-rw-r--r-- 1 root root 41943040 2012-11-02 20:48 sdcard.img
-rw-r--r-- 1 sonny sonny 23060 2011-11-21 04:17 zergRush
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./fastboot-linux devices
bash: ./fastboot-linux: Permission denied
root@sonny-ubuntu:/home/sonny/Downloads/hb# chmod 755 fastboot-linux
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./fastboot-linux devices
HT2A2V800049 fastboot
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./fastboot-linux oem writecid 11111111
... INFOStart Verify: 0
INFOerase sector 65504 ~ 65535 (32)
OKAY
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./ControlBear
http://www.mediafire.com/?mbd29syph4evbqd
Jika menggunakan ubuntu, silahkan diextract saja, taro di folder.
Misal di /home/sonny/HB/
Masuk ke terminal emulator (sudah ada bawaan ubuntu),
cek permissionnya di file fastboot-linux, adb, ControlBear. Pastikan permissionnya
rwxr-xr-x atau permission 755.
Ketik -ls di terminal sama dengan dir di command prompt-nya windows,disini terlihat juga permissionnya untuk suatu file.
Untuk melakukan chmod dan melakukan s-off, disarankan sebagai administrator masuknya. Jika belum masuk superuser maka promptnya adalah dollar ($), kemudian ketik su, lalu passwordnya ketik sendiri sesuai yg telah dibuat maka prompt akan menjadi kres(#).
Lakukan chmod terhadap file, seperti
# chmod 755 ControlBear
# chmod 755 adb
# chmod 755 fastboot-linux
Untuk cek apakah device benar2 konek
# ./adb devices
HTxxxxxx -----> jika muncul serial number, tandanya sudah konek, siap dilakukan s-off
sonny@sonny-ubuntu:~$ sudo -u
sudo: option requires an argument -- 'u'
usage: sudo -h | -K | -k | -L | -V
usage: sudo -v [-AknS] [-g groupname|#gid] [-p prompt] [-u user name|#uid]
usage: sudo -l[l] [-AknS] [-g groupname|#gid] [-p prompt] [-U user name] [-u
user name|#uid] [-g groupname|#gid] [command]
usage: sudo [-AbEHknPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] file ...
sonny@sonny-ubuntu:~$ sudo -u su
sudo: unknown user: su
sonny@sonny-ubuntu:~$ sudo -u
sudo: option requires an argument -- 'u'
usage: sudo -h | -K | -k | -L | -V
usage: sudo -v [-AknS] [-g groupname|#gid] [-p prompt] [-u user name|#uid]
usage: sudo -l[l] [-AknS] [-g groupname|#gid] [-p prompt] [-U user name] [-u
user name|#uid] [-g groupname|#gid] [command]
usage: sudo [-AbEHknPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] file ...
sonny@sonny-ubuntu:~$ sudo -u
sudo: option requires an argument -- 'u'
usage: sudo -h | -K | -k | -L | -V
usage: sudo -v [-AknS] [-g groupname|#gid] [-p prompt] [-u user name|#uid]
usage: sudo -l[l] [-AknS] [-g groupname|#gid] [-p prompt] [-U user name] [-u
user name|#uid] [-g groupname|#gid] [command]
usage: sudo [-AbEHknPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] file ...
sonny@sonny-ubuntu:~$ sudo u
[sudo] password for sonny:
sudo: u: command not found
sonny@sonny-ubuntu:~$ sudo -u
sudo: option requires an argument -- 'u'
usage: sudo -h | -K | -k | -L | -V
usage: sudo -v [-AknS] [-g groupname|#gid] [-p prompt] [-u user name|#uid]
usage: sudo -l[l] [-AknS] [-g groupname|#gid] [-p prompt] [-U user name] [-u
user name|#uid] [-g groupname|#gid] [command]
usage: sudo [-AbEHknPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] file ...
sonny@sonny-ubuntu:~$ sudo -u sonny
usage: sudo -h | -K | -k | -L | -V
usage: sudo -v [-AknS] [-g groupname|#gid] [-p prompt] [-u user name|#uid]
usage: sudo -l[l] [-AknS] [-g groupname|#gid] [-p prompt] [-U user name] [-u
user name|#uid] [-g groupname|#gid] [command]
usage: sudo [-AbEHknPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] file ...
sonny@sonny-ubuntu:~$ sudo u
sudo: u: command not found
sonny@sonny-ubuntu:~$ sudo
usage: sudo -h | -K | -k | -L | -V
usage: sudo -v [-AknS] [-g groupname|#gid] [-p prompt] [-u user name|#uid]
usage: sudo -l[l] [-AknS] [-g groupname|#gid] [-p prompt] [-U user name] [-u
user name|#uid] [-g groupname|#gid] [command]
usage: sudo [-AbEHknPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] file ...
sonny@sonny-ubuntu:~$ sudo -u
sudo: option requires an argument -- 'u'
usage: sudo -h | -K | -k | -L | -V
usage: sudo -v [-AknS] [-g groupname|#gid] [-p prompt] [-u user name|#uid]
usage: sudo -l[l] [-AknS] [-g groupname|#gid] [-p prompt] [-U user name] [-u
user name|#uid] [-g groupname|#gid] [command]
usage: sudo [-AbEHknPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AknS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user
name|#uid] file ...
sonny@sonny-ubuntu:~$ sudo -u su
sudo: unknown user: su
sonny@sonny-ubuntu:~$ su
Password:
root@sonny-ubuntu:/home/sonny# ls -l
total 36
drwxr-xr-x 2 sonny sonny 4096 2012-05-15 15:11 Desktop
drwxr-xr-x 2 sonny sonny 4096 2012-05-15 15:11 Documents
drwxr-xr-x 3 sonny sonny 4096 2012-05-15 15:14 Downloads
-rw-r--r-- 1 sonny sonny 179 2012-05-15 21:21 examples.desktop
drwxr-xr-x 2 sonny sonny 4096 2012-05-15 15:11 Music
drwxr-xr-x 2 sonny sonny 4096 2012-05-15 15:11 Pictures
drwxr-xr-x 2 sonny sonny 4096 2012-05-15 15:11 Public
drwxr-xr-x 2 sonny sonny 4096 2012-05-15 15:11 Templates
drwxr-xr-x 2 sonny sonny 4096 2012-05-15 15:11 Videos
root@sonny-ubuntu:/home/sonny# cd Downloads
root@sonny-ubuntu:/home/sonny/Downloads# ls -l
total 4
drwx------ 2 sonny sonny 4096 2012-11-02 20:55 hb
root@sonny-ubuntu:/home/sonny/Downloads# ls hb
adb
adb.exe
adb-mac
AdbWinApi.dll
AdbWinUsbApi.dll
boot_backup.img
ControlBear
default.prop
downgrade
emmc_recover
fastboot.exe
fastboot-linux
fastboot-mac
hboot_1.4.nb0
hboot.img
jb_boot.img
jb_hboot.zip
MD5SUM
misc.img
misc_version
recovery_backup.img
RUU_Shooter_S_Sprint_WWE_2.08.651.3_Radio_0.97.10.0808_NV_SPCS_1.31_003_release_219445_signed.zip
sdcard.img
zergRush
root@sonny-ubuntu:/home/sonny/Downloads# cd hb
root@sonny-ubuntu:/home/sonny/Downloads/hb# ls -l
total 496896
-rwxr-xr-x 1 sonny sonny 340896 2010-05-31 14:53 adb
-rwxr-xr-x 1 sonny sonny 410942 2012-01-11 21:55 adb.exe
-rw-r--r-- 1 sonny sonny 349196 2010-05-31 14:53 adb-mac
-rw-r--r-- 1 sonny sonny 96256 2012-01-11 21:55 AdbWinApi.dll
-rw-r--r-- 1 sonny sonny 60928 2012-01-11 21:55 AdbWinUsbApi.dll
-rw-r--r-- 1 root root 16777216 2012-11-02 20:47 boot_backup.img
-rwxr-xr-x 1 sonny sonny 1138380 2012-09-25 04:12 ControlBear
-rw-r--r-- 1 sonny sonny 118 2012-01-11 21:09 default.prop
-rwxr-xr-x 1 sonny sonny 591898 2012-03-29 21:40 downgrade
-rw-r--r-- 1 sonny sonny 630024 2012-03-13 06:37 emmc_recover
-rwxr-xr-x 1 sonny sonny 183651 2011-07-16 13:05 fastboot.exe
-rw-r--r-- 1 sonny sonny 127435 2009-02-26 12:21 fastboot-linux
-rw-r--r-- 1 sonny sonny 156592 2009-03-09 14:04 fastboot-mac
-rw-r--r-- 1 sonny sonny 1047808 2011-06-13 08:12 hboot_1.4.nb0
-rw-r--r-- 1 sonny sonny 1047808 2011-06-13 08:12 hboot.img
-rw------- 1 sonny sonny 5472256 2012-09-25 04:13 jb_boot.img
-rw------- 1 sonny sonny 361810 2012-09-25 04:13 jb_hboot.zip
-rw------- 1 sonny sonny 139 2012-09-25 04:13 MD5SUM
-rw-r--r-- 1 sonny sonny 1047040 2012-04-27 11:00 misc.img
-rw-r--r-- 1 sonny sonny 367096 2012-01-21 12:35 misc_version
-rw-r--r-- 1 root root 16776192 2012-11-02 20:48 recovery_backup.img
-rw-r--r-- 1 sonny sonny 419827345 2012-03-08 12:53 RUU_Shooter_S_Sprint_WWE_2.08.651.3_Radio_0.97.10.0808_NV_SPCS_1.31_003_release_219445_signed.zip
-rw-r--r-- 1 root root 41943040 2012-11-02 20:48 sdcard.img
-rw-r--r-- 1 sonny sonny 23060 2011-11-21 04:17 zergRush
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./adb devices
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached
HT2A2V800049 device
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./ControlBear
======== ControlBear 0.8 beta for JuopunutBear S-OFF ==========
Starting up......
Searching device.....
Connect device...
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./adb devices
adb server is out of date. killing...
* daemon started successfully *
List of devices attached
HT2A2V800049 device
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./ControlBear
======== ControlBear 0.8 beta for JuopunutBear S-OFF ==========
Starting up......
Searching device.....
Found device.....
Found backups!
Using eMMC dev /dev/block/mmcblk0
Using MMC dev /dev/block/mmcblk1
Boot partition is /dev/block/mmcblk0p20
Recovery partition is /dev/block/mmcblk0p21
Is information correct?
You have 5 seconds time to stop process by pressing CTRL+C
Finding some beer.....
Found first....
Found second....
Found third....
Hmmmm... where is that last one....... Wait a sec....
Found fourth....
Rebooting.......
=== Waiting for device....
(11/45)
Found device...
Waiting for device to settle... Please wait...
Making room for beer......
Loading sixpacks on sdcard......
Loaded......
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
=== Waiting for device....
(10/45)
Found device...
Waiting for device to settle... Please wait...
Getting into bar.....
Raising Glass
SUCCESS - Taking a sip.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Buddies and Beer
Checking alcohol level......
Let's take one more......
S-OFF Failed
Errorcode: 66732337
ErrorMsg: Still sober
Quit....
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./ControlBear
======== ControlBear 0.8 beta for JuopunutBear S-OFF ==========
Starting up......
Searching device.....
Found device.....
Found backups!
Making room for beer......
Loading sixpacks on sdcard......
Loaded......
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
=== Waiting for device....
(7/45)
Fastboot detected
Rebooting device
Please wait....
(8/45)
Found device...
Waiting for device to settle... Please wait...
Getting into bar.....
Raising Glass
SUCCESS - Taking a sip.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Buddies and Beer
Checking alcohol level......
Let's take one more......
S-OFF Failed
Errorcode: 66732337
ErrorMsg: Still sober
Quit....
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./ControlBear
======== ControlBear 0.8 beta for JuopunutBear S-OFF ==========
Starting up......
Searching device.....
Found device.....
Found backups!
Making room for beer......
Loading sixpacks on sdcard......
Loaded......
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
=== Waiting for device....
(9/45)
Found device...
Waiting for device to settle... Please wait...
Getting into bar.....
Raising Glass
SUCCESS - Taking a sip.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Buddies and Beer
Checking alcohol level......
Let's take one more......
S-OFF Failed
Errorcode: 66732337
ErrorMsg: Still sober
Quit....
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./ControlBear
======== ControlBear 0.8 beta for JuopunutBear S-OFF ==========
Starting up......
Searching device.....
Found device.....
Found backups!
Making room for beer......
Loading sixpacks on sdcard......
Loaded......
Do not remove sdcard from phone
Do wire-trick now!! Check the instructions at http://unlimited.io
=== Waiting for device....
(23/45)
Fastboot detected
Rebooting device
Please wait....
(24/45)
Found device...
Waiting for device to settle... Please wait...
Getting into bar.....
Raising Glass
SUCCESS - Taking a sip.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Beer is tasty.
SUCCESS - Buddies and Beer
Checking alcohol level......
Seems to be just right.....
Let's take one more......
Aaaah, nice sunny day!!
Rebooting.......
=== Waiting for device....
(6/45)
Found device...
Waiting for device to settle... Please wait...
Beer......more beer......more beer...
Rebooting RUU mode.......
=== Waiting for device....
(1/45)
Fastboot detected
JuopunutBear S-OFF success
Installing JuopunutBear hboot.....
Waiting.....
Flashing.......
Rebooting......
JuopunutBear hboot installed
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./adb devices
adb server is out of date. killing...
* daemon started successfully *
List of devices attached
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./fastboot devices
bash: ./fastboot: No such file or directory
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./fastboot devices
bash: ./fastboot: No such file or directory
root@sonny-ubuntu:/home/sonny/Downloads/hb# ls -l
total 496896
-rwxr-xr-x 1 sonny sonny 340896 2010-05-31 14:53 adb
-rwxr-xr-x 1 sonny sonny 410942 2012-01-11 21:55 adb.exe
-rw-r--r-- 1 sonny sonny 349196 2010-05-31 14:53 adb-mac
-rw-r--r-- 1 sonny sonny 96256 2012-01-11 21:55 AdbWinApi.dll
-rw-r--r-- 1 sonny sonny 60928 2012-01-11 21:55 AdbWinUsbApi.dll
-rw-r--r-- 1 root root 16777216 2012-11-02 20:47 boot_backup.img
-rwxr-xr-x 1 sonny sonny 1138380 2012-09-25 04:12 ControlBear
-rw-r--r-- 1 sonny sonny 118 2012-01-11 21:09 default.prop
-rwxr-xr-x 1 sonny sonny 591898 2012-03-29 21:40 downgrade
-rw-r--r-- 1 sonny sonny 630024 2012-03-13 06:37 emmc_recover
-rwxr-xr-x 1 sonny sonny 183651 2011-07-16 13:05 fastboot.exe
-rw-r--r-- 1 sonny sonny 127435 2009-02-26 12:21 fastboot-linux
-rw-r--r-- 1 sonny sonny 156592 2009-03-09 14:04 fastboot-mac
-rw-r--r-- 1 sonny sonny 1047808 2011-06-13 08:12 hboot_1.4.nb0
-rw-r--r-- 1 sonny sonny 1047808 2011-06-13 08:12 hboot.img
-rw------- 1 sonny sonny 5472256 2012-09-25 04:13 jb_boot.img
-rw------- 1 sonny sonny 361810 2012-09-25 04:13 jb_hboot.zip
-rw------- 1 sonny sonny 139 2012-09-25 04:13 MD5SUM
-rw-r--r-- 1 sonny sonny 1047040 2012-04-27 11:00 misc.img
-rw-r--r-- 1 sonny sonny 367096 2012-01-21 12:35 misc_version
-rw-r--r-- 1 root root 16776192 2012-11-02 20:48 recovery_backup.img
-rw-r--r-- 1 sonny sonny 419827345 2012-03-08 12:53 RUU_Shooter_S_Sprint_WWE_2.08.651.3_Radio_0.97.10.0808_NV_SPCS_1.31_003_release_219445_signed.zip
-rw-r--r-- 1 root root 41943040 2012-11-02 20:48 sdcard.img
-rw-r--r-- 1 sonny sonny 23060 2011-11-21 04:17 zergRush
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./fastboot-linux devices
bash: ./fastboot-linux: Permission denied
root@sonny-ubuntu:/home/sonny/Downloads/hb# chmod 755 fastboot-linux
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./fastboot-linux devices
HT2A2V800049 fastboot
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./fastboot-linux oem writecid 11111111
... INFOStart Verify: 0
INFOerase sector 65504 ~ 65535 (32)
OKAY
root@sonny-ubuntu:/home/sonny/Downloads/hb# ./ControlBear
