高通手机型号、开机logo、默认语言设置等小修改

1. 手机型号修改
1.1 /build/make/core/Makefile
在这里插入图片描述1.2/device/qcom/msm8953_64/msm8953_64.mk
在这里插入图片描述
2. 开机logo修改,将splash.img添加到烧录包
在这里插入图片描述

3. 通知栏图标快捷键的去除
frameworks/base/packages/SystemUI/res/values/config.xml
在这里插入图片描述4. 默认语言设置成中文
build/make/target/product/full_base.mk
在这里插入图片描述5. 内存大小显示不符合实际要求
/device/qcom/msm8953_64/BoardConfig.mk
在这里插入图片描述6. 音量键加减功能相反
/device/qcom/msm8953_64$ vim gpio-keys.kl

key 115   VOLUME_UP
key 114   VOLUME_DOWN
key 102   HOME
key 528   FOCUS
key 766   CAMERA

7. 关闭双按电源键启动相机
frameworks/base/core/res/res/values/config.xml

 <!-- Allow the gesture to double tap the power button twice to start the camera while the device
         is non-interactive. -->
    <bool name="config_cameraDoubleTapPowerGestureEnabled">false</bool>

8. 默认关闭USB调试
/frameworks/base/services/usb/java/com/android/server/usb/UsbDeviceManager.java

// make sure the ADB_ENABLED setting value matches the current state
                 try {
                     putGlobalSettings(mContentResolver, Settings.Global.ADB_ENABLED,
-                            mAdbEnabled ? 1 : 0);
+                            0);//mAdbEnabled ? 1 : 0
                 } catch (SecurityException e) {
                     // If UserManager.DISALLOW_DEBUGGING_FEATURES is on, that this setting can't
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值