Skip to content

Commit 7f974cc

Browse files
author
isayan
committed
Releaseファイル名の変更
1 parent 2eb1522 commit 7f974cc

5 files changed

Lines changed: 55 additions & 48 deletions

File tree

Readme-ja.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ setImmediate(function () {
5151

5252
この場合、起動時にFridaスクリプトを指定する必要があります。また複数のアプリに適用するには不便です。
5353

54-
常に利用できる方法として Android の XposedModule を作成しました。
54+
常に利用できる方法として Android の Xposed Module を作成しました。
5555

56-
「OverrideSysPropModule/app/release」フォルダに作成した XposedModule のアプリを置いています。
56+
「OverrideSysPropModule/app/release」フォルダに作成した Xposed Module のアプリを置いています。
5757

5858
## 手順 (Emulator)
5959

@@ -63,13 +63,13 @@ setImmediate(function () {
6363

6464
1. https://github.com/newbit1/rootAVD より git cloneを行う
6565

66-
```
66+
````sh
6767
git clone https://github.com/newbit1/rootAVD.git
68-
```
68+
````
6969
2. エミュレータを起動する。
7070
3. 管理画面の PowerShell から以下のコマンドを実行しインストールするADVを確認する。
7171

72-
```sh
72+
````sh
7373
.\rootAVD.bat ListAllAVDs
7474

7575
...
@@ -86,45 +86,44 @@ rootAVD.bat system-images\android-34\google_apis_playstore\x86_64\ramdisk.img re
8686
rootAVD.bat system-images\android-34\google_apis_playstore\x86_64\ramdisk.img InstallKernelModules
8787
rootAVD.bat system-images\android-34\google_apis_playstore\x86_64\ramdisk.img InstallPrebuiltKernelModules
8888
rootAVD.bat system-images\android-34\google_apis_playstore\x86_64\ramdisk.img InstallPrebuiltKernelModules GetUSBHPmodZ PATCHFSTAB DEBUG
89-
```
89+
````
9090

9191
4. APIに対応したADVを実行
9292

93-
```sh
93+
````sh
9494
.\rootAVD.bat system-images\android-34\google_apis_playstore\x86_64\ramdisk.img FAKEBOOTIMG
95-
```
95+
````
9696

97-
60秒のウェイトが行われるのでエンターキーで終了する。
97+
5. 60秒のウェイトが行われるのでエンターキーで終了する。
9898

99-
```sh
99+
````sh
100100
[!] Temporarily installing Magisk
101101
[*] Detecting current user
102102
[-] Current user 0
103103
[-] Starting Magisk
104104
[*] Install/Patch /sdcard/Download/fakeboot.img and hit Enter when done(max. 60s)
105-
```
105+
````
106106

107-
5. Magisk をダウンロードする
107+
6. Magisk をダウンロードする
108108

109109
- https://github.com/topjohnwu/Magisk/releases
110110

111-
6. 最新の Magisk をインストール
111+
7. 最新の Magisk をインストール
112112

113113
```sh
114114
adb install Magisk.v2x.x.apk
115115
```
116116

117-
7. Magiskの Install の Select and Patch a File から "/sdcard/Download/fakeboot.img" を選択してパッチの作成。
117+
8. Magiskの Install の Select and Patch a File から "/sdcard/Download/fakeboot.img" を選択してパッチの作成。
118118

119+
9. 再度APIに対応したADVを実行
119120

120-
8. 再度APIに対応したADVを実行
121-
122-
```sh
121+
````sh
123122
.\rootAVD.bat system-images\android-34\google_apis_playstore\x86_64\ramdisk.img FAKEBOOTIMG
124-
```
125-
9. 「Zygisk」および「Enforce DenyList」を有効にする。
123+
````
124+
10. 「Zygisk」および「Enforce DenyList」を有効にする。
126125

127-
10. 再起動する。
126+
11. 再起動する。
128127

129128
### Magisk Module をインストール
130129

@@ -137,13 +136,13 @@ adb install Magisk.v2x.x.apk
137136

138137
- https://github.com/LSPosed/LSPosed.github.io/releases
139138

140-
### XposedModule Module をインストール
139+
### Xposed Module をインストール
141140

142-
1. 「OverrideSysPropModule」フォルダ内の XposedModule をインストール。
141+
1. 「OverrideSysPropModule」フォルダ内の Xposed Module をインストール。
143142

144-
````
143+
````sh
145144
cd OverrideSysPropModule\app\release
146-
adb install app-release.apk
145+
adb install OverrideSysprop.apk
147146
````
148147

149148
2. ユーザ証明書にBurpなどのRoot証明書をインストールする。
@@ -152,4 +151,5 @@ adb install app-release.apk
152151

153152
![OverrideSysProp](images/OverrideSysProp.png)
154153

155-
TIP: XposedModule有効後、Android端末を再起動しないとうまく認識しない場合がある。
154+
TIP: Xposed Module有効後、Android端末を再起動しないとうまく認識しない場合がある。
155+

Readme.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ For emulators, install Magisk according to the following procedure.
6464

6565
1. Do a git clone from https://github.com/newbit1/rootAVD
6666

67-
```
67+
````
6868
git clone https://github.com/newbit1/rootAVD.git
69-
```
69+
````
7070

7171
2. Start the emulator.
7272
3. Execute the following command from PowerShell on the administration screen to confirm the ADV to be installed.
7373

74-
```sh
74+
````sh
7575
.\rootAVD.bat ListAllAVDs
7676

7777
...
@@ -88,47 +88,48 @@ rootAVD.bat system-images\android-34\google_apis_playstore\x86_64\ramdisk.img re
8888
rootAVD.bat system-images\android-34\google_apis_playstore\x86_64\ramdisk.img InstallKernelModules
8989
rootAVD.bat system-images\android-34\google_apis_playstore\x86_64\ramdisk.img InstallPrebuiltKernelModules
9090
rootAVD.bat system-images\android-34\google_apis_playstore\x86_64\ramdisk.img InstallPrebuiltKernelModules GetUSBHPmodZ PATCHFSTAB DEBUG
91-
```
91+
````
9292

9393
4. run ADV corresponding to API
9494

95-
```sh
95+
````sh
9696
.\rootAVD.bat system-images\android-34\google_apis_playstore\x86_64\ramdisk.img FAKEBOOTIMG
97-
```
97+
````
9898

99-
A 60-second wait is performed, which is terminated by pressing the Enter key.
99+
5. A 60-second wait is performed, which is terminated by pressing the Enter key.
100100

101101
```sh
102102
[!] Temporarily installing Magisk
103103
[*] Detecting current user
104104
[-] Current user 0
105105
[-] Starting Magisk
106106
[*] Install/Patch /sdcard/Download/fakeboot.img and hit Enter when done(max. 60s)
107+
```
107108

108-
5. Download Magisk
109+
6. Download Magisk
109110

110111
- https://github.com/topjohnwu/Magisk/releases
111112

112-
6. Install the latest Magisk
113+
7. Install the latest Magisk
113114

114-
```sh
115+
````sh
115116
adb install Magisk.v2x.x.apk
116-
```
117+
````
117118

118-
7. Select "/sdcard/Download/fakeboot.img" from Select and Patch a File in Magisk Install to create the patch.
119+
8. Select "/sdcard/Download/fakeboot.img" from Select and Patch a File in Magisk Install to create the patch.
119120

120-
8. re-run ADV corresponding to API
121+
9. re-run ADV corresponding to API
121122

122-
```sh
123+
````sh
123124
.\rootAVD.bat system-images\android-34\google_apis_playstore\x86_64\ramdisk.img FAKEBOOTIMG
125+
````
124126

125-
9. Enable "Zygisk" and "Enforce DenyList".
127+
10. Enable "Zygisk" and "Enforce DenyList".
126128

127-
10. Reboot the system.
129+
11. Reboot the system.
128130

129131
### Install Magisk Module
130132

131-
```
132133
1. Install Magisk Module.
133134

134135
- https://github.com/NVISOsecurity/MagiskTrustUserCerts/releases
@@ -138,13 +139,13 @@ Install as needed
138139

139140
- https://github.com/LSPosed/LSPosed.github.io/releases
140141

141-
### Install XposedModule Module
142+
### Install Xposed Module
142143

143-
1. Install XposedModule in the "OverrideSysPropModule" folder.
144+
1. Install Xposed Module in the "OverrideSysPropModule" folder.
144145

145-
````
146+
````sh
146147
cd OverrideSysPropModule\app\release
147-
adb install app-release.apk
148+
adb install OverrideSysprop.apk
148149
````
149150

150151
2. Install a Root certificate such as Burp for user certificates.
@@ -153,4 +154,4 @@ adb install app-release.apk
153154

154155
![OverrideSysProp](images/OverrideSysProp.png)
155156

156-
TIP: After enabling XposedModule, it may not be recognized properly unless the Android device is rebooted.
157+
TIP: After enabling Xposed Module, it may not be recognized properly unless the Android device is rebooted.

app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ android {
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818

19+
applicationVariants.all { variant ->
20+
variant.outputs.all {
21+
outputFileName = "OverrideSysprop.apk"
22+
}
23+
}
24+
1925
buildTypes {
2026
release {
2127
minifyEnabled false

app/release/output-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"attributes": [],
1414
"versionCode": 1,
1515
"versionName": "1.0",
16-
"outputFile": "app-release.apk"
16+
"outputFile": "OverrideSysprop.apk"
1717
}
1818
],
1919
"elementType": "File"

0 commit comments

Comments
 (0)