Android: modifying the USB flash drive name

Source: Internet
Author: User

Android: modifying the USB flash drive name

MTK

How can I modify the MTP function's drive letter name on the PC?
You can use either of the following two methods:
A) modify

/Alps/frameworks/base/media/java/android/mtp/MtpDatabase. javatevate int getDeviceProperty (int property, long [] outIntValue, char [] outStringValue) {String deviceName; deviceName = SystemProperties. get ("ro. product. name "); deviceName =" yournamehere "; int lengthDeviceName = deviceName. length ();

B) modify the ro. product. name value.
In alps/build/tools/buildinfo. sh, find the macro name corresponding to ro. product. name.
PRODUCT_NAME;
In alps/build/target/product/ Add or modify the macro definition in the. mk file, for example:
PRODUCT_NAME: = mylabelname
Note that no space is allowed.


RDA 8810

\ Device \ rda \ \ . Mk

TARGET_BOARD: = XXXX


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.