简体   繁体   中英

Terminal emulator an Android 2.1

I want add new fonts for Android. I found a tutorial that asks me to open a terminal emulator. I can't find this terminal emulator:

On your Droid, open up a terminal emulator application -- I used "Android Terminal Emulator" -- and type this exactly (make sure to be case-sensitive and do not type directions I include in parenthesis):

su (wait for the superuser screen, and press "yes")
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
chmod 4755 /system/fonts/DroidSansFallback.ttf
dd if=/sdcard/DroidSansFallback.ttf of=/system/fonts/DroidSansFallback.ttf
reboot

如果您的android不植根,则必须植根,然后该权限就会出现

我认为您正在市场上和Jackpal的github上寻找Android终端模拟器。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM