search 登录 注册
arrow_back返回列表
ID:115254
light_modedark_modestarstarstar
Lv.7 可吟七步诗
edit_note帖子 299
stars积分 969,964
event加入 2012-07-11
安卓交流

教你给手机添加高级功能

schedule发表于 2014-07-08 17:58:00 visibility查看 941 chat_bubble回复 6
#1 楼主
喜欢v4音效?
喜欢xp框架?
喜欢工具箱?
喜欢快播,但不想被人看见?
把它装到设置里面去吧!!


这个方法可以帮你
很简单哦!!


找到你要添加进去的应用软件功能,用apk编辑器,打开要加入的程序 androidmanifest.xml,第二行是包名(记好),找到“android.intent.category.launcher”把 launcher改成 default即可去桌面图标
找出这个程序的 mainactivity ,以便待会儿在设置菜单中添加链接

接下来反编译 settings.apk找到xml/ testing_settings.xml在里面添加如下代码
<header android:icon=“@drawable/ascend“ android:title=“@st*/system_ascend_title“>
<intent android:targetpackage=“com.genokolar.novotools“ android:action=“android.intent.action.main“ android:targetclass=“com.genokolar.novotools.novotools“ />
</header>
android:icon=为指向的图标
android:title=为指向的名称
android:targetpackage=指向的程序包名
android:targetclass=为指向的 mainactivity
然后保存,用re覆盖!完成

全部回复 (6)

ID:146212
light_modedark_modedark_modedark_modestarstarstar
Lv.2 独赏二月雪
2014-07-08 19:45:00 沙发
顶。
ID:136306
light_modedark_modestar
Lv.6 胸怀六国志
2014-07-08 21:31:00 板凳
ID:138084
light_modestarstar
Lv.1 韶华一笑间
2014-07-08 21:49:00 地板
纯属与某个网址发的一样,照搬一字不漏
ID:1789
light_modedark_mode
Lv.2 独赏二月雪
2014-07-08 23:53:00 #5
看起来不错
ID:121329
light_modestarstar
Lv.6 胸怀六国志
2014-07-09 08:34:00 #6
hggf
ID:143610
light_modestar
Lv.4 莫问四书意
2014-07-09 14:23:00 #7
没有反编译软件
登录 后才能回复