- 1、本文档共21页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
MTK常见修改(国外英语资料)
MTK常见修改(国外英语资料)
Why didnt the 6225 start out at 0836?
M12196. Power on and power off in the m12196. The action for power off only has written actual code for 6205, but there is no code for 6225 and other platforms
What functions should the CTA software switch?
For many companies today, they dont want to spend a lot of money and time testing GPRS, bluetooth, and other related protocols. The version number must be the same for the test, and it wont change
Remove GPRS related features
Remove bluetooth related features
Increase the CTA version number and make sure it is always there before and after the test.
Add free games
All of the SP functions are removed.
What should the CTA version number do?
1, CTA is the purpose of the version number in order to ensure that mobile phone during the CTA send measurement, the query to the version number is consistent, while the actual version number can query by another way, so generates a CTA version number.
2, because we have a version number of the query interface to the hardware, now just borrowed such an interface, so we really only need to modify the hardware version number and the query string, can be used as a CTA version number query.
Hardware version number query string modification, you need to find SSC_HW_VERSION to modify,
The version number is modified in the corresponding VERNO. BLD
How to add a custom world time zone, such as ho chi minh city, Vietnam?
Find the array that corresponds to the project in resource_world_clock_city
Const TimeZoneStruct TimeZoneData []
Adding one of the world time to it (where there is no requirement, the program resorts according to the time zone) :
{time zone, name string, name string, name string, 1}
The time zone can be checked online, such as Beijings east 8 district, which is negative for + 8
The name of the name string, the name of the name string abbreviation is itself to add a string resource
Map X coordinates, map Y coordinates to find our actual map background, corresponding pl
文档评论(0)