Difference between revisions of "Template:S5Pxx18Android/zh"
From FriendlyELEC WiKi
(updated by API) |
(updated by API) |
||
Line 24: | Line 24: | ||
替换下面路径下的 logo.bmp: | 替换下面路径下的 logo.bmp: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | + | /opt/FriendlyARM/smart4418/android/device/friendly-arm/nanopi3/boot/logo.bmp | |
− | + | /opt/FriendlyARM/smart4418/android/device/friendly-arm/nanopi2/boot/logo.bmp | |
− | + | ||
− | + | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<br /> | <br /> | ||
制作并替换下面路径下的 bootanimation.zip: | 制作并替换下面路径下的 bootanimation.zip: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | + | /opt/FriendlyARM/smart4418/android/device/friendly-arm/nanopi3/bootanimation.zip | |
− | + | /opt/FriendlyARM/smart4418/android/device/friendly-arm/nanopi2/bootanimation.zip | |
− | + | ||
− | + | ||
</syntaxhighlight> | </syntaxhighlight> | ||
需要重新编译 Android 源代码。 | 需要重新编译 Android 源代码。 |
Revision as of 02:18, 25 December 2018
1 Android系统的使用
1.1 Android下使用4G模块EC20
1.1.1 连接方法
连接时,需要通过USB to miniPCIe转接板转接EC20,再连接到主板的USB Host端口,以T2为例,如下图所示:
连接后无需额外的配置,启动Android后就可以使用4G上网了,跟Android手机类拟。
1.2 更换Android开机Logo
替换下面路径下的 logo.bmp:
/opt/FriendlyARM/smart4418/android/device/friendly-arm/nanopi3/boot/logo.bmp /opt/FriendlyARM/smart4418/android/device/friendly-arm/nanopi2/boot/logo.bmp
制作并替换下面路径下的 bootanimation.zip:
/opt/FriendlyARM/smart4418/android/device/friendly-arm/nanopi3/bootanimation.zip /opt/FriendlyARM/smart4418/android/device/friendly-arm/nanopi2/bootanimation.zip
需要重新编译 Android 源代码。