Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做一个没有名字的android盒子的项目,时区的默认设置是中国的某个地方。我想以这样的方式安排固件,这样我就可以将其设置为始终使用东部时间,因为每次刷机时都将其更改回来很烦人。
我试图寻找,/etc/localtime但那不存在。 /usr/share/zoneinfo里面只有 3 个文件zoneinfo.dat,zoneinfo.idx, 和zoneinfo.version. 他们都没有提供任何帮助。
/etc/localtime
/usr/share/zoneinfo
zoneinfo.dat
zoneinfo.idx
zoneinfo.version
那么如何从固件文件中设置 Android 中的时区呢?