Bonjour,
Je veux ajouter de nouveaux fonts sur Android. C'est pourquoi j'ai besoin d'écrire des commandes sur le terminal android. Mais je n'ai pas le droit d'écrire aucune commande. Il m'écrit permission denied. Comment je peux faire ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 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
Partager