Category: Android
Build perl for android platform
April 27th, 2009Find a google project for building perl in android: perldroid which has a wiki page.
I follow the instruction of it and try it on ubuntu 8.10 machine. But unfortunatly, I am failed. I checked the compile error, I guess the reason is that bonic (Android's verion libc) lack the define of div_t. I will try to build it later.
Extract and Remake android YAFSS image
April 26th, 2009Android use YAFFS2 as its root filesystem.
For extract it, you can use a tool named "unyaffs", which can be found in http://code.google.com/p/unyaffs/.
This tool will extract content of image file into current directory. You'd better to create a new directory to hold them.
For making YAFFS2 image, please use binary tool mkyaffs2image. The tool is built in ./out/host/linux-x86/bin/mkyaffs2image
publications:perl-on-android-2 [gtmp.org]
April 23rd, 2009Main Page - AndroidInternals
April 23rd, 2009Link: http://www.android-internals.org/index.php?title=Main_Page
Android wiki