Skip to content

Commit 0675e3d

Browse files
committed
release: 1.2.5
1 parent 4af69b0 commit 0675e3d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.en.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ Carriers which aren't possible for testing by developer but reported as supporte
3232
- Google Pixel 7 Pro
3333

3434
#### Optional
35+
3536
only if installing Schizuku using ADB
37+
3638
- Windows, macOS or Linux PC with [Android Platform Tools](https://developer.android.com/studio/command-line/adb) installed
3739
- USB-A to USB-C or USB-C to USB-C cable to connect Pixel to the PC
3840

@@ -45,12 +47,14 @@ only if installing Schizuku using ADB
4547
2. Open installed applciation.
4648
![image-2](https://github.com/kyujin-cho/pixel-volte-patch/raw/main/assets/Screenshot_20230206-035312.png)
4749

48-
### Starting Shizuku without PC (Wi-Fi connection required)
50+
### Starting Shizuku without PC (Wi-Fi connection required)
51+
4952
1. Follow the [official guide to start Shizuku using Wifi debugging](https://shizuku.rikka.app/guide/setup/#start-via-wireless-debugging) without needing any external PC, after that you should see something like "Shizuku is running" at your Pixel phone.
5053
![image-4](https://github.com/kyujin-cho/pixel-volte-patch/raw/main/assets/Screenshot_20230206-035351.png)
5154
2. Now continue to next section.
5255

5356
### Using a PC
57+
5458
1. Connect your Pixel phone with PC by following [this description](https://shizuku.rikka.app/guide/setup/#start-by-connecting-to-a-computer).
5559
2. Start shizuku service by executing `adb shell sh /sdcard/Android/data/moe.shizuku.privileged.api/start.sh`. You should see something like "Shizuku is running" at your Pixel phone.
5660
![image-3](https://github.com/kyujin-cho/pixel-volte-patch/raw/main/assets/Screenshot%202023-02-06%20at%203.54.00%20AM.png)
@@ -59,7 +63,7 @@ only if installing Schizuku using ADB
5963

6064
### Install Patch Application
6165

62-
1. Click the [following link](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.2.4/dev.bluehouse.enablevolte.apk) or check out Releases tab of this Github repository to install latest version of `PixelIMS` application's APK file.
66+
1. Click the [following link](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.2.5/dev.bluehouse.enablevolte.apk) or check out Releases tab of this Github repository to install latest version of `PixelIMS` application's APK file.
6367
2. Install downloaded APK file.
6468
3. Start installed application.
6569
4. Tap "Allow all the time" when seeing prompt asking for Shizuku permission.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ English version available [here](https://github.com/kyujin-cho/pixel-volte-patch
5757

5858
### 패치 어플리케이션 설치
5959

60-
1. [다음 링크](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.2.4/dev.bluehouse.enablevolte.apk) 혹은 이 Github Repository의 Releases 탭으로 이동하여 최신 패치 어플리케이션의 설치를 위한 APK 파일을 Pixel 단말기에 다운로드 받습니다.
60+
1. [다음 링크](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.2.5/dev.bluehouse.enablevolte.apk) 혹은 이 Github Repository의 Releases 탭으로 이동하여 최신 패치 어플리케이션의 설치를 위한 APK 파일을 Pixel 단말기에 다운로드 받습니다.
6161
2. 다운로드 받은 APK 파일을 설치합니다.
6262
3. 설치한 어플리케이션을 실행합니다.
6363
4. 다음과 같이 Shizuku 권한을 묻는 팝업 창이 뜰 경우 "모든 경우에 허용" 을 선택합니다.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
minSdk 30
1313
targetSdk 33
1414
versionCode 9
15-
versionName "1.2.4"
15+
versionName "1.2.5"
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
vectorDrawables {

0 commit comments

Comments
 (0)