android隐藏系统ui

One benefit users of stock Android devices have had for the past few iterations of the OS is the System UI Tuner—a hidden menu that allows for extra customization of simple things like which icons are shown in the status bar, powerful notification controls, and more. Now, thanks to a new app (and a short workaround), you can have this menu on any Android device—not just ones running stock Android.

过去的几次OS迭代中,使用普通Android设备的用户的一个好处是System UI Tuner(系统UI调谐器) ,该菜单隐藏了菜单,可以对一些简单的东西进行额外的自定义,例如状态栏中显示哪些图标,功能强大的通知控件等。 。 现在,借助一个新的应用程序(以及一个简短的解决方法),您可以在任何Android设备上拥有此菜单,而不仅仅是运行常规Android的设备。

什么是系统UI调谐器? (What is the System UI Tuner?)

While we have a longer explanation of what this menu is—along with how to enable it on stock Android devices—you may want a quick and dirty explanation. In short, this is a menu filled with experimental options that aren’t yet stable enough to be part of the main operating system. It first made an appearance in Marshmallow, then got a slight makeover in Nougat. in Android O, it will most likely change again.

尽管我们对该菜单的含义有更详细的说明 (以及如何在库存的Android设备上启用它),但您可能需要快速而又肮脏的说明。 简而言之,这是一个包含实验性选项的菜单,这些选项还不够稳定,无法成为主要操作系统的一部分。 它首先在棉花糖中露面,然后在牛轧糖中进行了轻微的改头换面。 在Android O中,很可能会再次更改。

In the stock Android UI Tuner, you can do a number of simple things, like enable/disable a certain icons in the status bar. For example, you can hide icons that only show up circumstantially, like the casting or hotspot icons, or hide true system icons like Wi-Fi, Bluetooth, Cellular, and the like. You can also add a battery percentage to status bar, which is often a default option on many manufacturer skins. My favorite use for the System UI Tuner’s status bar mods, though, is hiding the stupid alarm icon. Seriously, I don’t need that.

在库存的Android UI Tuner中,您可以执行许多简单的操作,例如启用/禁用状态栏中的某些图标。 例如,您可以隐藏仅在环境中显示的图标(例如投射或热点图标),或隐藏真实的系统图标(例如Wi-Fi,蓝牙,蜂窝电话等)。 您还可以在状态栏上添加电池百分比 ,这通常是许多制造商皮肤上的默认选项。 不过,我最喜欢的System UI Tuner状态栏mod用途是隐藏愚蠢的警报图标。 说真的,我不需要。

The System UI Tuner on Stock Android.
Stock Android上的System UI Tuner。

In addition, you can modify the Do Not Disturb behavior and enable a more in-depth way to control Android’s notifications.

此外,您可以修改请勿打扰行为,并启用更深入的方法来控制Android的通知 。

Now, that’s what the stock option offers. What we’re talking about today is more of an “aftermarket” solution. Basically, it includes almost all of what the stock UI Tuner can do, along with a few extras. In fact, this app also works on devices with the stock UI Tuner.

现在,这就是股票期权所提供的。 我们今天谈论的更多是“售后”解决方案。 基本上,它包括库存UI Tuner几乎可以完成的所有工作,以及一些其他功能。 实际上,此应用程序还可以在具有内置UI Tuner的设备上使用。

如何在任何设备上获取系统UI调谐器 (How to Get the System UI Tuner on Any Device)

Since most manufacturers—Samsung, LG, etc.—disable this, a clever developer found a workaround and released it bundled into an app. It’s called—get this—SystemUI Tuner. Crazy, right? It’s a free download in the Play Store, but if you dig the app, you can also donate.

由于大多数制造商(三星,LG等)都禁用了此功能,因此聪明的开发人员找到了解决方法,并将其捆绑发布到应用程序中。 这就是所谓的SystemUI Tuner 。 疯狂吧? 它可以在Play商店中免费下载,但如果您挖掘应用程序,也可以捐款。

So, to get started, you’ll need to install the app. Go ahead and do that now, I’ll wait.

因此,要开始使用,您需要安装该应用程序 。 快去做,我等。

Once installed, fire it up. You’ll go through a brief “walkthrough” that basically tells you what the app is all about and asks if you’re rooted. If you’re running a rooted handset, the step of enabling the app will be automated. If not, however, you’ll need to input some adb commands yourself.

安装完成后,将其启动。 您将经历一个简短的“演练”,该演练基本上会告诉您该应用程序的全部内容,并询问您是否已扎根。 如果您运行的是手机,则启用该应用程序的步骤将自动执行。 但是,如果没有,则需要自己输入一些adb命令。

If you don’t already have adb set up on your computer, you can find out how to do that here. You can also add adb to your system PATH for quick access, which I recommend doing if you think you’ll use adb more than just this one time.

如果您尚未在计算机上设置adb,则可以在此处了解如何进行设置 。 您还可以将adb添加到系统PATH中以进行快速访问,如果您认为使用adb不止一次,则建议这样做。

If you haven’t set adb up in your System PATH, make sure you run these commands from within the adb folder—just navigate to it, right click, and select “Open Command Prompt here.” On some versions of Windows, it may also read “PowerShell” instead of “Command Prompt.”

如果尚未在系统路径中设置adb,请确保从adb文件夹中运行这些命令-只需导航至该文件夹,右键单击并选择“在此处打开命令提示符”。 在某些版本的Windows上,它也可能显示为“ PowerShell”而不是“命令提示符”。

Once you have adb up and running, fire up a command line and input the following commands:

adb启动并运行后,启动命令行并输入以下命令:

adb shell pm grant com.zacharee1.systemuituner android.permission.WRITE_SECURE_SETTINGS
adb shell pm grant com.zacharee1.systemuituner android.permission.DUMP

NOTE: I’m using Linux here, so it may look a little bit different than what you see. The commands and end results are the same, however.

注意:我在这里使用Linux,所以它看起来可能与您看到的有所不同。 但是,命令和最终结果是相同的。

With the commands out of the way, just back over to the phone and tap the next button at the bottom. It will make sure the commands were executed correctly—if everything worked, you’ll just see a big green checkmark. Boom, you’re in.

将命令弄乱后,只需回到电话上,然后点击底部的下一步按钮即可。 这将确保命令正确执行-如果一切正常,您将看到一个绿色的大选中标记。 oom,你进去了。

使用SystemUI Tuner (Using SystemUI Tuner)

Once everything is up and running, you pretty much have free rein to do what you want. The UI Tuner is set up a little differently than the stock option—it has more options and better organization.

一旦一切就绪并运行,您几乎可以自由控制自己想要做的事情。 UI Tuner的设置与股票期权略有不同-它具有更多的选择和更好的组织。

There really isn’t a whole lot more to it, but here’s a quick breakdown of what to expect in each section:

确实没有更多的东西,但是下面是每个部分的简要说明:

  • Status Bar: Enable/disable icons in the status bar. This is a godsend on most non-stock devices, since manufacturers love to clutter this area.

    状态栏:启用/禁用状态栏中的图标。 这是大多数非库存设备上的天赐之物,因为制造商喜欢将这一领域弄得一团糟。

  • Quick Settings: Change the number of tiles that show in the header (collapsed view), as well as disable animations for slightly quicker access, and move full rows of icons at a time.

    快速设置:更改页眉(折叠视图)中显示的图块数量,并禁用动画以加快访问速度,并一次移动整行图标。

  • Demo Mode: Creates a custom scenario in the status bar where you can customize the Wi-Fi and mobile data indicators, battery percentage, and more. This is only for appearances—it’s perfect for screenshots.

    演示模式:在状态栏中创建自定义方案,您可以在其中自定义Wi-Fi和移动数据指示器,电池百分比等。 这仅用于外观,非常适合屏幕截图。

  • Touchwiz: All sorts of settings just for Samsung phones.

    Touchwiz:仅适用于Samsung手机的各种设置。

  • Miscellaneous: Other general settings that don’t fit in anywhere else.

    杂项:其他其他地方无法使用的常规设置。

That’s pretty much it, though there is one other thing worth noting, specifically for Samsung users.

差不多就可以了,尽管还有另一件事值得注意,特别是针对三星用户。

Basically, because Samsung is, well, Samsung, these settings may break things. They also may not survive a reboot, in which case you’ll just need to re-enable them from the app again. The developer has a thread over on XDA specifically for Samsung users—I encourage you to read it before using the app. You’ve been warned.

基本上,因为三星是三星,所以这些设置可能会破坏事情。 它们也可能在重启后无法幸存,在这种情况下,您只需要再次从应用程序重新启用它们即可。 开发人员拥有专门针对三星用户的XDA线程 -我建议您使用该应用程序之前先阅读它。 您已被警告。



The System UI Tuner is one of those things that, while simple in nature, houses some really nice little tweaks for stock Android devices. It’s been a long time coming, and I’m personally glad to see it make an appearance on other handsets—and just for the record, everything worked perfectly in my testing, which was done on a Galaxy S8.

System UI Tuner是其中的一种,尽管本质上很简单,但它对库存的Android设备进行了一些非常好的调整。 这已经有很长的时间了,我个人很高兴看到它出现在其他手机上,并且就记录而言,一切在我的测试中都运行良好,这是在Galaxy S8上完成的。

翻译自: https://www.howtogeek.com/318539/how-to-get-androids-system-ui-tuner-on-non-stock-devices/

android隐藏系统ui

android隐藏系统ui_如何在非库存设备上获取Android的系统UI调谐器相关推荐

  1. android隐藏系统ui_如何启用Android的“系统UI调谐器”以访问实验功能

    android隐藏系统ui Starting with Marshmallow, Google included a new hidden settings menu with experimenta ...

  2. Android 系统的安全性分析(1)--移动设备上的安全威胁

    声明 最近工作上涉及到对Android系统安全性的改造,在改造之前先分析整理下目前Android系统自身的安全性: 参考了一些文章及书籍,在这里大部分是对别人描述的提炼,我挑出一些对我有用的内容整理: ...

  3. 5大系统清道夫帮你整理安卓设备上的臃肿软件

    大多数安卓设备都安装了一些不同形式的废物臃肿软件.即便在最理想的情况下,几乎所有这些应用程序也会占用宝贵的空间.在最坏的情况下,它们会影响你的工作成果和效率.如果有办法卸掉这些应用程序岂不快哉? 问题 ...

  4. takephoto 框架_GitHub - Smecking/TakePhoto: 一款用于在Android设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库...

    TakePhoto是一款用于在Android设备上获取照片(拍照或从相册.文件中选择).裁剪图片.压缩图片的开源工具库,目前最新版本4.0.2. 3.0以下版本及API说明,详见TakePhoto2. ...

  5. 在真实设备上进行Android调试

    本教程将向您展示如何在真正的Android设备(手机)上调试Android应用程序. 本教程中的工具和环境: Eclipse IDE 3.7 + ADT插件 三星Galaxy S2 Windows 7 ...

  6. android 模拟器应用未安装,当我在Android Studio中运行它时,Android应用程序未安装在模拟器或设备上...

    我正在开发Android应用程序.在我的应用程序中,我正在测试在设备和模拟器上运行的应用程序.这是我的第三个Android应用程序开发.当我开发其他应用程序时,应用程序会自动安装在设备上或模拟器上的启 ...

  7. android os自动安裝软件,[图]Bliss OS 12进入开发阶段:可在桌面设备上安装Android 10系统...

    此外还对电池进行了优化,添加了额外的安全性选项和相关功能,支持大部分主流游戏手柄,兼容ARM / ARM64应用程序. 目前Bliss OS 12已经进入早期开发阶段,有望让您在PC上运行最新的And ...

  8. 查看 android 设备号,获取Android设备的唯一识别码|设备号|序号|UUID

    转载请标明出处:http://blog.csdn.net/xx326664162/article/details/50511283 文章出自:薛瑄的博客 你也可以查看我的其他同类文章,也会让你有一定的 ...

  9. 在硬件设备上运行Android应用程序

    前面的话 写这篇译文,主要是因为几年前写过的一篇博客<关于adb命令没有权限访问手机设备的问题>,博客地址如下: http://blog.csdn.net/liubingzhao/arti ...

最新文章

  1. 超级智能的定义,一个已经诞生并不断深刻影响人类的新智能
  2. 【Vegas原创】Oracle每日export的脚本(Windows版)
  3. 鸟哥的Linux私房菜(基础篇)- 第二十五章、 Linux 备份策略
  4. js清空本地存储_JS原理、方法与实践 本地存储
  5. 图像的连通域检测的堆栈算法
  6. 洛谷 P2596 [ZJOI2006]书架 解题报告
  7. [转]Java Web基础——Action+Service +Dao三层的功能划分
  8. HTTPS加密传输过程
  9. python 爬取实时数据django显示_python脚本采集服务器数据通过API提交到django web服务器,然后展示在页面上...
  10. 【POJ1804】Brainman 【求逆序数】
  11. HttpClient的简单实现
  12. 每日一练_是程序呀(每日更新)_XML
  13. Andriod 实现一个微信聊天框(一)
  14. 几款流行监控系统简介
  15. 无线局域网攻防之Wi-Fi破解
  16. unzip和zip指令的使用方法
  17. 今年元宵月52年来最圆最大
  18. ZYNQ PL采集AD7606数据PS LWIP发送
  19. 基恩士MC协议 虚拟服务器,Ethernet对应 小型2维码读取器 中距离型
  20. python类的简单定义

热门文章

  1. 数据结构实践——B-树的基本操作
  2. python输入三角形的三条边、判断能否构成三角形_输入三角形三条边a,b,c,判断他们能否构成三角形...
  3. Halcon联合VS2010打开相机并显示
  4. 通过eclipse手工生成osgi-bundle的jar包
  5. 微信公众平台流量主单日广告收入最高达5万元 羡煞偶们
  6. 中南大学自动化学院控制博士申请经验贴
  7. 服装制造企业的云ERP管理
  8. 太阳系及银河系尺寸的直观概念
  9. 计算机检测维修与数据恢复招标,计算机检测维修与数据恢复实训室企业招标文件.doc...
  10. 客户端自动化框架bug排查协助解决,有意义的bug总结(卷标题)