From 0675e3d2e47d15c71ff8e67cfb523e6b8a119317 Mon Sep 17 00:00:00 2001 From: Kyujin Cho Date: Sun, 28 May 2023 22:36:23 +0900 Subject: [PATCH] release: 1.2.5 --- README.en.md | 8 ++++++-- README.md | 2 +- app/build.gradle | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.en.md b/README.en.md index 037bcc7..2a994fc 100644 --- a/README.en.md +++ b/README.en.md @@ -32,7 +32,9 @@ Carriers which aren't possible for testing by developer but reported as supporte - Google Pixel 7 Pro #### Optional + only if installing Schizuku using ADB + - Windows, macOS or Linux PC with [Android Platform Tools](https://developer.android.com/studio/command-line/adb) installed - USB-A to USB-C or USB-C to USB-C cable to connect Pixel to the PC @@ -45,12 +47,14 @@ only if installing Schizuku using ADB 2. Open installed applciation. ![image-2](https://github.com/kyujin-cho/pixel-volte-patch/raw/main/assets/Screenshot_20230206-035312.png) -### Starting Shizuku without PC (Wi-Fi connection required) +### Starting Shizuku without PC (Wi-Fi connection required) + 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. ![image-4](https://github.com/kyujin-cho/pixel-volte-patch/raw/main/assets/Screenshot_20230206-035351.png) 2. Now continue to next section. ### Using a PC + 1. Connect your Pixel phone with PC by following [this description](https://shizuku.rikka.app/guide/setup/#start-by-connecting-to-a-computer). 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. ![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 ### Install Patch Application -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. +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. 2. Install downloaded APK file. 3. Start installed application. 4. Tap "Allow all the time" when seeing prompt asking for Shizuku permission. diff --git a/README.md b/README.md index a58914c..6446414 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ English version available [here](https://github.com/kyujin-cho/pixel-volte-patch ### 패치 어플리케이션 설치 -1. [다음 링크](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.2.4/dev.bluehouse.enablevolte.apk) 혹은 이 Github Repository의 Releases 탭으로 이동하여 최신 패치 어플리케이션의 설치를 위한 APK 파일을 Pixel 단말기에 다운로드 받습니다. +1. [다음 링크](https://github.com/kyujin-cho/pixel-volte-patch/releases/download/1.2.5/dev.bluehouse.enablevolte.apk) 혹은 이 Github Repository의 Releases 탭으로 이동하여 최신 패치 어플리케이션의 설치를 위한 APK 파일을 Pixel 단말기에 다운로드 받습니다. 2. 다운로드 받은 APK 파일을 설치합니다. 3. 설치한 어플리케이션을 실행합니다. 4. 다음과 같이 Shizuku 권한을 묻는 팝업 창이 뜰 경우 "모든 경우에 허용" 을 선택합니다. diff --git a/app/build.gradle b/app/build.gradle index 77c24c6..34fd4ef 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ android { minSdk 30 targetSdk 33 versionCode 9 - versionName "1.2.4" + versionName "1.2.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {