Not signed in (Sign In)

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

myCapsules forum v.1.1.10

    •  
      CommentAuthorsipp11
    • CommentTimeMay 22nd 2010 edited
     permalink
    To check if computer see devices:
    adb devices
    If found, then :-
    adb remount
    adb push DroidSans.ttf /system/fonts/
    adb push DroidSans-Bold.ttf /system/fonts/
    adb push DroidSerif-Bold.ttf /system/fonts/
    adb push DroidSerif-BoldItalic.ttf /system/fonts/
    adb push DroidSerif-Italic.ttf /system/fonts/
    adb push DroidSerif-Regular.ttf /system/fonts/

    adb reboot

    DONE!
    • CommentAuthorprune
    • CommentTimeAug 21st 2010 edited
     permalink
    or put them in C:/andr*/tools/fonts/
    then

    adb remount
    adb push fonts /system/fonts
    adb reboot
Add your comments
  • Format comments as
Attachments