Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
20lives
Old
(Last edited by 20lives; 23rd November 2008 at 11:08 AM.)
#1  
Junior Member - OP
Thanks Meter 0
Posts: 8
Join Date: Nov 2008
Default solved: Modified RC30 system file replacement

i have fount how to make the android support more languages (basic support), and it's works great over the Emulator.

i took the font files over "system/fonts" and added the chars i needed.
and now i have the G1 Modified RC30 and i want to take those files and replace them.

but i can't get access to do it.

anyone can guide me how i can replace the files??

solved

Code:
> adb shell mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
just need to do this before copying the files

and this when done

Code:
> adb shell mount -o ro,remount -t yaffs2 /dev/block/mtdblock3 /system
 
xaxis
Old
#2  
Junior Member
Thanks Meter 1
Posts: 28
Join Date: Dec 2008
hi

how did you manage to change the fonts in the Emulator?
\tools\lib\fonts\default
i tried this one, but it has no use, i suspect that system.img has the system fonts, any help how to access that?

thanks
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...