Skip to content

Commit b7d5c8c

Browse files
committed
first version
1 parent 9a59ace commit b7d5c8c

11 files changed

Lines changed: 130 additions & 22 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
*.img

doc/01_Thanks.txt

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
------------------------------------------------------------------------
22
* G2 CWM Install Tools
3-
------------------------------------------------------------------------
4-
*
5-
* somthing write here
6-
*
7-
*
8-
------------------------------------------------------------------------
3+
*********************************����*********************************
4+
���̃c�[����LG G2���{���f����CWM�𓱓�����c�[���ł��B
5+
6+
�⏞�ΏۊO�̍s�ׂƂȂ�܂��̂ŕK�����ȐӔC�Ŏg�p���Ă��������B
7+
�g�p�������Ƃɂ�肢���Ȃ鑹�Q���������Ƃ��Ă��ӔC�͕����܂���B
8+
CWM�����̑O�ɕK���p�[�e�B�V�����̃o�b�N�A�b�v���s�Ȃ��Ă��������B
9+
�p�[�e�B�V�����o�b�N�A�b�v�ɂ‚��Ă͉��L�̃y�[�W���Q�Ƃ��Ă��������B
10+
http://android.slateblue.tk/viewtopic.php?f=23&t=137
11+
�N�����Ȃ��Ȃ����[����docomo�V���b�v���ɏC���˗����鎖�͂��������������B
12+
���ӂ��Ē�����ꍇ�̂݋@���PC�ɐڑ����āurunme.bat�v���J����Ƃ�i�߂Ă��������B
13+
14+
�����̃c�[����Windows�p�ł��BWWindows 8.1 Pro 64bit�łɂē���m�F
15+
�ς݂ł����A�ꕔ�̊‹��ł͓��삵�Ȃ���������܂��̂ł��̍ۂ͂��e�͊肢�܂��B
16+
**********************************************************************
17+
18+
���̃c�[���ł͎��̕������̍쐬�����g�p�����Ē����Ă���܂��B
19+
�Eandroid-rooting-tools/android_run_root_shell
20+
�Efi01/unlock_security_module
21+
�Edjrbliss/loki
22+
23+
24+
���ӂ������܂��I

doc/03_warning.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
�{�c�[���Arecovery���g�p���鎖�ɋN������
2+
�f�[�^�j���A�@��j���ɂ‚��Ă͐ӔC�������܂���B
3+
���Ȃ�܂������Ԃ��܂�
4+
CWM�C���X�g�[�����p�����܂����H
5+

doc/04_warning_su.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
�P�vRoot(with SuperSu)���擾���܂������H

doc/05_reboot.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
�[�������J�o�����[�h�ōċN������
2+
�����I��SuperSu�C���X�g�[�����n�܂�܂��B
3+
4+
���J�o�����[�h�ċN�����Ɋm�F��ʂŒ�~���܂��̂�
5+
�d���{�^����������(no��I��)���J�o���̏I�����Ă��������B
6+
7+
����Window�͂��̂܂܂��҂���������
8+

files/.gitignore

100644100755
File mode changed.

files/loki/loki.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,19 @@
88
export C=/data/local/tmp/loki
99
bb="$C/busybox_file"
1010

11+
recovery_img=/data/local/tmp/recovery/`ls /data/local/tmp/recovery`
12+
if [ ! -f "$recovery_img" ] ; then
13+
exit 1
14+
fi
15+
1116
if [ ! -f /sdcard/recovery_org.img ] ; then
12-
dd if=/dev/block/platform/msm_sdcc.1/by-name/recvery of=/sdcard/recovery_org.img
17+
dd if=/dev/block/platform/msm_sdcc.1/by-name/recovery of=/sdcard/recovery_org.img
1318
fi
1419

1520

1621
mkdir -p $C
1722
dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=$C/aboot.img
18-
$C/loki_patch recovery $C/aboot.img $C/recovery.img $C/recovery.lok || exit 1
23+
$C/loki_patch recovery $C/aboot.img $recovery_img $C/recovery.lok || exit 1
1924
$C/loki_flash recovery $C/recovery.lok || exit 1
2025
exit 0
2126

files/recovery/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
*.img

readme.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
*********************************注意*********************************
2+
このツールはLG G2日本モデルへCWMを導入するツールです。
3+
4+
補償対象外の行為となりますので必ず自己責任で使用してください。
5+
使用したことによりいかなる損害があったとしても責任は負えません。
6+
CWM導入の前に必ずパーティションのバックアップを行なってください。
7+
パーティションバックアップについては下記のページを参照してください。
8+
http://android.slateblue.tk/viewtopic.php?f=23&t=137
9+
起動しなくなった端末をdocomoショップ等に修理依頼する事はご遠慮ください。
10+
同意して頂ける場合のみ機種をPCに接続して「runme.bat」を開き作業を進めてください。
11+
12+
※このツールはWindows用です。WWindows 8.1 Pro 64bit版にて動作確認
13+
済みですが、一部の環境では動作しない事がありますのでその際はご容赦願います。
14+
**********************************************************************
15+
16+
このツールでは次の方たちの作成物を使用させて頂いております。
17+
・android-rooting-tools/android_run_root_shell
18+
・fi01/unlock_security_module
19+
・djrbliss/loki
20+
21+
22+
感謝いたします!
23+
24+
25+
26+
○CWMリカバリについて
27+
同梱されていないもしくは新しいVersionにて使いたい場合、
28+
フォーラムhttp://android.slateblue.tk/viewtopic.php?f=25&t=160より取得して
29+
recovery.img をfiles\recovery\へコピーしてください。
30+
31+
32+
○恒久Root取得したい場合、
33+
http://forum.xda-developers.com/showthread.php?t=1538053
34+
より、UPDATE-SuperSU-v1.93.zipをダウンロードして
35+
files\SuperSu\へコピーしてから実行してください。
36+

readme.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
*********************************注意*********************************
2+
このツールはLG G2日本モデルへCWMを導入するツールです。
3+
4+
補償対象外の行為となりますので必ず自己責任で使用してください。
5+
使用したことによりいかなる損害があったとしても責任は負えません。
6+
CWM導入の前に必ずパーティションのバックアップを行なってください。
7+
パーティションバックアップについては下記のページを参照してください。
8+
http://android.slateblue.tk/viewtopic.php?f=23&t=137
9+
起動しなくなった端末をdocomoショップ等に修理依頼する事はご遠慮ください。
10+
同意して頂ける場合のみ機種をPCに接続して「runme.bat」を開き作業を進めてください。
11+
12+
※このツールはWindows用です。WWindows 8.1 Pro 64bit版にて動作確認
13+
済みですが、一部の環境では動作しない事がありますのでその際はご容赦願います。
14+
**********************************************************************
15+
16+
このツールでは次の方たちの作成物を使用させて頂いております。
17+
・android-rooting-tools/android_run_root_shell
18+
・fi01/unlock_security_module
19+
・djrbliss/loki
20+
21+
22+
感謝いたします!
23+
24+
25+
26+
○CWMリカバリについて
27+
同梱されていないもしくは新しいVersionにて使いたい場合、
28+
フォーラムhttp://android.slateblue.tk/viewtopic.php?f=25&t=160より取得して
29+
recovery.img をfiles\recovery\へコピーしてください。
30+
31+
32+
○恒久Root取得したい場合、
33+
http://forum.xda-developers.com/showthread.php?t=1538053
34+
より、UPDATE-SuperSU-v1.93.zipをダウンロードして
35+
files\SuperSu\へコピーしてから実行してください。
36+

0 commit comments

Comments
 (0)