码迷,mamicode.com
首页 > 移动开发 > 详细

Android 修改系统默认盘符名称

时间:2015-01-29 12:42:42      阅读:312      评论:0      收藏:0      [点我收藏+]

标签:默认盘符名称   android   

1、修改路径:frameworks/av/media/mtp/MtpServer.cpp

2、修改方法:

MtpResponseCode MtpServer::doGetDeviceInfo() {
     mData.putString(string);   // Manufacturer
 
     property_get("ro.product.model", prop_value, "MTP Device");
-    string.set(prop_value);
+    string.set("你要修改成的名称<span style="font-family: Arial, Helvetica, sans-serif;">");</span>
     mData.putString(string);   // Model
     string.set("1.0");
     mData.putString(string);   // Device Version

Android 修改系统默认盘符名称

标签:默认盘符名称   android   

原文地址:http://blog.csdn.net/silence_cdsn/article/details/43268899

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!