HTC T327t 开启屏幕底部虚拟按键条的方法
htct327t吧
全部回复
仅看楼主
level 11
飞尘2002 楼主
本教程适用于安卓4.0的任何ROM,但是虚拟按键条占用一部分屏幕空间,谨慎修改![哈哈]
2015年02月11日 11点02分 1
level 11
飞尘2002 楼主
使用re管理器,进入/system/build.brop,使用文本方式打开build.prop,在最底部添加如下代码:
qemu.hw.mainkeys=0
回车
重启就开了
2015年02月11日 11点02分 2
level 11
飞尘2002 楼主
教程很简单
2015年02月11日 11点02分 3
level 11
飞尘2002 楼主
效果图
2015年02月11日 11点02分 4
level 1
https://tieba.baidu.com/f?kw=%E8%81%94%E6%83%B3%E6%89%8B%E6%9C%BA&fr=wwwt
2015年02月11日 11点02分 5

2015年02月11日 13点02分
level 1
虚拟按键怎么透明呢
2015年02月17日 05点02分 6
4.0的不能透明和自动收起
2015年02月17日 05点02分
回复
�ɳ�2002
:噢
2015年02月17日 13点02分
level 11
飞尘2002 楼主
虚拟按键透明方法:
1.反编译SystemUI.apk
2.反编译后打开\res\layout\navigation_bar.xml
搜索
<com.android.systemui.statusbar.phone.NavigationBarView android:background="#ff000000" android:layout_width="fill_parent" android:layout_height="fill_parent"
修改为
<com.android.systemui.statusbar.phone.NavigationBarView android:background="@drawable/status_bar_background" android:layout_width="fill_parent" android:layout_height="fill_parent"
第三步,打开res\values\drawables.xml
搜索
<item type="drawable" name="status_bar_background">#ff000000</item>
修改为
<item type="drawable" name="status_bar_background">#75000000</item>
第四步,打开smali\com\android\systemui\statusbar\phone\PhoneStatusBar.smali
搜索在516行const v4, 0x4800068 下面添加
添加
const/4 v5, -0x3
删除在520行
move v5, v1
3.回编译 SystemUI.apk
【搬运,未测!】
在北京时间 2015年2月17日星期二,16点34分22秒120毫秒
楼主跌下了悬崖
2015年02月17日 08点02分 7
可以透明和收起 讨厌(/ω\)╯ ミ ┸┸)`ν゚) \(〇_o)/120~,,
2015年11月15日 00点11分
@神佛◎ 是吗[滑稽]
2015年11月27日 14点11分
@飞尘2002 当然(ノ=Д=)ノ┻━┻
2015年11月28日 08点11分
1