the icon of vo1te shows as sim1支援高清 and it is incorrect
插入sim卡狀態列顯示sim1支援高清
1. Description
- 手機插入支援vlote的 sim卡
- vlote的提示圖示顯示不對的
2. Analysis
(此處省略)
3. solution
修改檔案vendor/qcom/proprietary/telephony-apps/ims/res/values-mcc460-mnc[xx]/config.xml
檔案
<resources>
<!-- Used to control the visibility of HD icon and HD tag in network name !-->
<bool name="config_update_service_status" translatable="false">false</bool>
<!-- 註釋上也說得很明白,該boolean值就是控制HD icon and HD顯示的,如果為false表示不顯示 ture表示顯示 !-->
</resources>
注意這個當前目錄下很多個config.xml檔案,都需要修改。
4. summary
本問題就是需要在插入sim時禁止顯示提示框,解法也比較簡單,在程式碼中已經有寫好的巨集控制,只需要找對控制該功能的boolean值改掉即可。
相關推薦
the icon of vo1te shows as sim1支援高清 and it is incorrect
插入sim卡狀態列顯示sim1支援高清 1. Description 手機插入支援vlote的 sim卡 vlote的提示圖示顯示不對的 2. Analysis (此處省略) 3. solution 修改檔案vendor/qco
Why tropical forests are so ecologically diverse: The population of a tropical tree increases mostly in places where it is rare
In studying Handroanthus guayacan,a common tropical tree species, over a 10-year period, they found that the tree population increased mainly in locations
The economics of getting hired as a data scientist
To get hired as a data scientist, don’t follow the herdScroll down for the audio version of this postI still remember the moment my brother decided to sell
The future of Information Architecture: Machine Learning, Voice User Interface and Augmented…
The future of Information Architecture: Machine Learning, Voice User Interface and Augmented RealityIntroductionIn the information age we live in, it’s mor
JS實現HTML轉pdf(支援高清放大及分頁)詳解
在這裡我主要講述實現思路及方法,原理大家可以自行百度,寫此文章主要是網上的很多實現方案都不能很好的支援高清放大及分頁。首先:引入三個js外掛,請自行上網百度下載,注意html2canvas.js版本太高會出現Promise未定義,本人猜測ES6高版本中可能用到ES6語法,請注
解決:The content of element type "web-app" must match "(icon?display
內容 param match filter res ros welcome local page http://www.educity.cn/wenda/126463.html 解決:The content of element type "web-app" must ma
web.xml中<web-app>提示The content of element type "web-app" must match "(icon?,display- name?,description?,distributable?,
session span text .com ble splay 錯誤 esc gin 錯誤:配置web.xml時,出現紅色叉叉,提示 The content of element type "web-app" must match "(icon?,display-
【Android】AS報錯:Configuration on demand is not supported by the current version of the Android Gradle
轉載請註明出處,原文連結:https://blog.csdn.net/u013642500/article/details/80218299 【錯誤】 Configuration on demand is not supported by the current version o
As The End of The Year Approaches,The Weighted Blanket Season Begins
Weight blankets are well known for anxiety, insomnia, depression and so on. It is physical therapy, do not need to take medicine, so a lot of insomnia favo
Angular5 tslint錯誤:The selector of the component “XXXComponent” should be used as element
錯誤描述 在專案中自己封裝了一個 select 元件 @Component({ selector: '[app-choosen-select]', templateUrl: './selectcommon.component.html', styleUrls: ['./style.
What I, as a College Senior, Learned from my Conversation with the CEO of Microsoft
On Wednesday, October 10th, I was afforded the opportunity to sit down with Microsoft CEO, Satya Nadella at the United States Naval Academy for a fireside
Stunning NASA flyover video shows an up-close look at the surface of the moon
NASA has released a mesmerizing new video of the moon set to Claude Debussy's famous piano composition, Clair de Lune. The stunning nature documentary-styl
Dapper:The member of type SeoTKD cannot be used as a parameter Value
這次看看新的異常: 這個的根本是因為模型欄位和資料庫不匹配導致的(好像之前是可以的) 資料庫中並沒有SeoInfo這個屬性(EF裡面導航屬性用的還是比較多的,這次換Dapper,這個肯定是少不了的,於是就折中了下,看看能不能讓Dapper忽略這個屬性) 解決方法:設定不可寫特性,writ
Python——Windows安裝Python出現A program run as part of the setup did not finish as expected的解決辦法
如圖,在windows系統上安裝python時出現“There is a problem with this windows installer package. A program run a
HDU 3591 The trouble of Xiaoqian(多重背包+全然背包)
給他 cas 維數 color cost 代碼 01背包 size code HDU 3591 The trouble of Xiaoqian(多重背包+全然背包) http://acm.hdu.edu.cn/showproblem.php?pid=3591 題意:
hdu 5381 The sum of gcd 2015多校聯合訓練賽#8莫隊算法
names 來看 efi nbsp span ems multipl script there The sum of gcd Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K
HDOJ 5381 The sum of gcd 莫隊算法
source scanf borde array size ltr d+ miss != 大神題解: http://blog.csdn.net/u014800748/article/details/47680899 The sum of gcd Time
解決Gradle執行命令時報Could not determine the dependencies of task ':compileReleaseJava'.
內容 oid 兩個 jsb pan mpi 技術分享 android undle Could not determine the dependencies of task ‘:compileReleaseJava‘. > failed to find targe
Java compiler level does not match the version of the installed Java project facet
led epo sin eclips path tar repo alt rip 更換jdk版本時報以下問題:Description Resource Path Location TypeJava compiler level does not match the vers
POJ 2553 The Bottom of a Graph(強連通分量)
margin target 代碼 not push ret dsm ng- http POJ 2553 The Bottom of a Graph 題目鏈接 題意:給定一個有向圖,求出度為0的強連通分量 思路:縮點搞就可以 代碼: #include <