View Single Post
Old July 2nd, 2010, 10:36 AM   #7 (permalink)
Matchbox
Junior Member
 
Join Date: Mar 2010
Posts: 34
 
Device(s):
Thanks: 6
Thanked 78 Times in 6 Posts
Default

Try placing the files onto your sdcard, boot into recovery and mount both your sdcard and system. Then go into adb shell, it should automatically have you as su. Now just copy or move the files from your sdcard to whatever system directory they need to go.

~#:cp /sdcard/nameof.file /system/fonts
Matchbox is offline  
Reply With Quote