分享HMD的媒体中心APK修改版,能在非官方桌面时显示图标
本帖最后由 zyx895 于 2015-10-22 19:07 编辑应部分机友需要,现将HMD的媒体中心APK简单修改,让其能在其它非官方桌面显示图标(当贝桌面测试通过),效果图如下:
图为当贝桌面的系统应用文件夹的截图
TT3.0.3系统中的媒体中心应用下载:
附制作教程,方便机友们自己修改想要的不同版本的APK:
一、找一张图标文件,修改成72X72大小,保存为icon.png,图标示例:
二、反编译HMD的媒体中心APK应用, MediaCenterEntrance.apk,然后将icon.png复制到反编译后的文件夹下的“res\drawable”开头的三个文件夹下;
三、再修改反编译后的文件夹下的 AndroidManifest.xml 文件,具体代码如下:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.himedia.mediacenterentrance">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"/>
<application android:allowBackup="true" android:icon="@drawable/icon" android:label="@string/app_name" android:largeHeap="true" android:theme="@style/Theme">
<activity android:label="@string/app_name" android:name="com.himedia.mediacenterentrance.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity android:name="com.himedia.mediacenterentrance.MediaCenterActivity"/>
</application>
</manifest>四、再编译此APK,再上传替换系统中的 MediaCenterEntrance.apk 。
大神啊 感谢热心分享{znds6}{znds6} 哎哟 我咋没想到 post_deleted {znds6}{znds6} 走你,顶起来!{znds14} 强烈支持楼主ing……
高能呀~~~{:146:} {znds6}{znds6}{znds6} 有点厉害 感谢分享好东西http://updata.wicp.net/2015/2558.swf