forked from SMARTASW/LegionY700-GSI-Fix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
32 additions
and
872 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
# LegionY700-GSI-Fix | ||
Lenovo Legion Y700(2022/SD870)にGSIを導入した場合に便利なMagiskモジュールです。(Android 13で確認済み)<br> | ||
※Legion Y700(2023/SD8+Gen1)では使用できません。 | ||
|
||
以下の機能を備えています。<br> | ||
・crDroidなどの一部のカスタムROMで顔認証が使用できない問題を修正(v1.1)<b>※1</b><br> | ||
・自動輝度調整を有効化<br> | ||
・不要な通話に関するアプリを読み込まないようにする(セルスタンバイ対策)<br> | ||
・ゲームモード切替キーを有効化(割当は上がFocus、下がCameraキー)<b>※2</b><br> | ||
|
||
※1:顔認証は、「ZUI 14」をベースとしている状態では効果がありません。(<a href="https://smartasw.com/archives/15560#index_id0">詳細</a>)<br> | ||
※2:ゲームモード切替キーは、モジュール導入後、ButtonMapperなどで好みの機能を割り当てることが可能です。(<a href="https://smartasw.com/archives/15560#index_id22">詳細</a>) | ||
# TB-9707F-GSI-Fix | ||
|
||
Lenovo Legion Y700(TB-9707F)にGSIを導入した場合に便利なMagiskモジュールです。 | ||
|
||
## Features | ||
|
||
1. 自動輝度調整を有効化 | ||
2. ゲームモード切替キーを有効化(割当は上がFocus、下がCameraキー) | ||
3. DT2Wを有効化 | ||
|
||
ゲームモード切替キーは、モジュール導入後、[KeyMapper](https://github.com/keymapperorg/KeyMapper)などで好みの機能を割り当てることが可能です。 | ||
|
||
## Credit | ||
|
||
- [SMARTASW](https://github.com/SMARTASW/LegionY700-GSI-Fix) | ||
- [dla5244](https://xdaforums.com/t/magisk-module-enable-dt2w-for-gsi-rom-zui14-base.4633371/) | ||
- [Zackptg5](https://github.com/Zackptg5/MMT-Extended) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
id=Y700-GSI-FIX | ||
name=Legion Y700 GSI FIX | ||
version=v1.0 | ||
id=tb-9707f-gsi-fix | ||
name=TB-9707F GSI Fix | ||
version=v1 | ||
versionCode=1 | ||
author=SMART ASW | ||
description=Fix auto brightness on Legion Y700 with Phh based GSI.. | ||
author=suiminn, SMART ASW | ||
description=Enable Adaptive brightness and DT2W on TB-9707F with TrebleDroid based GSI. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
MODDIR=${0%/*} | ||
|
||
echo "1" > /proc/gesture_control |
Binary file not shown.