Giter Site home page Giter Site logo

zjw2017 / mipad-programmable-completion Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sothx/mipad-programmable-completion

0.0 0.0 0.0 30 KB

补全小米平板、红米平板系列的大文件夹(仅红米平板)、高级材质、平滑圆角及屏幕旋转建议提示按钮。

Shell 100.00%

mipad-programmable-completion's Introduction

mipad-programmable-completion

模块简介

该Magisk模块用于补全小米/红米平板系列的部分系统体验,目前包括大文件夹、工作台模式、进游戏三倍速、高级材质、平滑圆角以及屏幕旋转建议提示按钮。

模块都做了什么?

通过修改build.prop补全以下系统体验:

  • 开启高级材质1.0
persist.sys.background_blur_supported=true
persist.sys.background_blur_status_default=true
persist.sys.background_blur_mode=0
  • 开启高级材质2.0
persist.sys.background_blur_version=2
  • 开启平滑圆角
persist.sys.support_view_smoothcorner=true
persist.sys.support_window_smoothcorner=true
  • 开启进游戏三倍速
debug.game.video.support=true
debug.game.video.speed=true
  • 禁用系统针对低内存设备的判断(仅红米平板)
ro.config.low_ram_.threshold_gb=
  • 强开工作台模式(仅红米平板,需额外搭配"星旅"添加工作台磁贴)
ro.config.miui_desktop_mode_enabled=true

"星旅"网盘下载地址: https://caiyun.139.com/m/i?135CmnIeqzokl (登录后下载不限速)

红米平板工作台模式磁贴添加指引: 在Magisk授予"星旅"Root权限(不需要在LSPosed激活模块)-控制中心找到"工作台模式"-添加磁贴-完成

通过ADB命令补全以下系统体验:

  • 开启屏幕旋转建议
settings put secure show_rotation_suggestions 1

模块注意事项

如果不需要屏幕旋转建议可以手动关闭,通过MT管理器的终端模拟器输入如下命令:

  • 关闭屏幕旋转建议
su
settings put secure show_rotation_suggestions 0

其他

有关模块库的更多信息请查看Github (https://github.com/sothx/mipad-programmable-completion)

mipad-programmable-completion's People

Contributors

sothx avatar zjw2017 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.