你好:
我们的平台是android4.4.2, imx6dq,linux3.0.35.
我想将在关机或其他界面上出现的tablet(平板电脑)等字符换成phone(手机),是不是要设置ro.build.characteristics或PRODUCT_CHARACTERISTICS。
我将build.prop在中的ro.build.characteristics设置成了default,将device/fsl/imx6/sabresd_6q.mk文件中的PRODUCT_CHARACTERISTICS := tablet改为
PRODUCT_CHARACTERISTICS := default。
编译后下载到板子上,但是关机时,仍然显示的是您的平板电脑会关闭。
请问需要在哪里修改呢
我试过将PRODUCT_CHARACTERISTICS := phone ,但是还是不行,依然显示 平板电脑,
还有别的地方设置了吗?
luning@huadong.net
发件人: jimmychan
发送时间: 2016-07-14 15:56
收件人: nin lu
主题: Re: - android4.4.2将tablet更改为phone
NXP Community
android4.4.2将tablet更改为phone
reply from jimmychan in i.MX Community - View the full discussion
have you try change to PRODUCT_CHARACTERISTICS := phone ?
Reply to this message by replying to this email, or go to the message on NXP Community
Start a new discussion in i.MX Community by email or at NXP Community
Following android4.4.2将tablet更改为phone in these streams: Inbox
This email was sent by NXP Community because you are a registered user.
You may unsubscribe instantly from NXP Community, or adjust email frequency in your email preferences
In build/tools/buildinfo.sh, ro.build.characteristics is = $TARGET_AAPT_CHARACTERISTICS.
So, you can try to modify the build/core/product_config.mk. Change the setting for TARGET_AAPT_CHARACTERISTICS to 'default'. After built success, you can check the value of ro.build.characteristics in build.prop again.