Android Htc Magic
From Fxp Wiki
What you can't do with Android Phone?... but works smoothly in any other phones
- Set a meeting in the agenda and send an invitation through sms. Believe me or not, it really saved me many times to be able to send appointments to client or friends directly with an sms. It works perfectly well with a simple nokia and when I receive an appointment, a normal phone asks me if I want to set it into my agenda. Don't expect this from your Android Phone!
- Insert your contacts birthday isn't a fearure of the Android Phones. Either birthdays are in your agenda, or not. The birthday date doesn't even exist as a field in the contact card.
- Searching your contacts by their organisation doesn't seem to be useful enough for google to introduce it inside an Android Phone. By the way, the search function doesn't include organisation data: so don't ever use it as work phone !!
Root
Après avoir exécuté les commandes
Brancher le téléphone et monter la partition USB (faire glisser la barre de notification du téléphone, cliquer sur la notification: connecté à USB; puis cliquer sur Monter)
- le systeme de fichier est accessible depuis n'importe quel explorateur de l'ordinateur
- mettre les fichiers sur la carte sd (à la racine)
- dé-monter la carte sd et vérifier qu'il y a bien "Android Composite Adb" dans les port usb branché sur l'ordinateur.
Ouvrir une invite de commande Dos.
C:\Documents and Settings\fx>h: H:\>cd PortableApps\android-sdk-windows-1.6_r1\tools H:\PortableApps\android-sdk-windows-1.6_r1\tools>adb shell * daemon not running. starting it now * * daemon started successfully * $ su su # mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system # cat /sdcard/CODE2002.TTF > /system/fonts/CODE2002.TTF # ls -l /system/fonts ls -l /system/fonts -rw-rw-rw- root shell 4293820 2009-10-31 22:37 CODE2002.TTF -rw-rw-rw- root shell 223164 2009-10-31 22:08 DejaVuCondensedSerif.ttf -rw-r--r-- root root 172532 2008-08-01 14:00 DroidSerif-Regular.ttf -rw-r--r-- root root 177176 2008-08-01 14:00 DroidSerif-Italic.ttf -rw-r--r-- root root 189916 2008-08-01 14:00 DroidSerif-BoldItalic.ttf -rw-r--r-- root root 184836 2008-08-01 14:00 DroidSerif-Bold.ttf -rw-r--r-- root root 117072 2008-08-01 14:00 DroidSansMono.ttf -rw-r--r-- root root 3081908 2009-10-31 22:09 DroidSansFallback.ttf -rw-r--r-- root root 190044 2008-08-01 14:00 DroidSans.ttf -rw-r--r-- root root 191032 2008-08-01 14:00 DroidSans-Bold.ttf #
- On se met d'abord dans le répertoire du sdk
- on lance le shell "adb": à partir de maintenant, il faut parler le linux et non plus le dos. On change donc les commandes et surtout les chemins des fichiers changent de slash.
- la commande su nous fait passer en super utilisateur (root). On voit que le petit dollars du début de ligne est remplacé par un dièse
- on applique la commande qui permet d'avoir accès aux répertoires avec l'autorisation d'écire. Si on ne fait pas cela on obtiendra des "permission denied" et des "cannot ... read only file system"
- on fait un "cat" parce que la commande habituelle "cp" n'existe pas sur android. Surtout, surtout, on n'oublie pas de mettre le > entre le fichier de départ et le fichier d'arrivée.
- un petit ls -l nous permet de voir la taille des fichiers
#reboot ou #exit
Problèmes de police de caractères
Categories: Phone | Computer | Programming | Android
