The XDAndroid Project is no longer active.
This site provides archived information from while the project was under development. Some links may no longer function.
Difference between revisions of "Rootfs.img"
Jump to navigation
Jump to search
m (links) |
(+downloads link) |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
** <code>/system</code> (see <code>[[system.ext2]]</code>) | ** <code>/system</code> (see <code>[[system.ext2]]</code>) | ||
** … | ** … | ||
+ | * [[keyboard]] keymaps | ||
<code>rootfs.img</code> images are not specific to a particular release of Android. I.e. a given <code>rootfs.img</code> image may work with Donut, Eclair, and Froyo. | <code>rootfs.img</code> images are not specific to a particular release of Android. I.e. a given <code>rootfs.img</code> image may work with Donut, Eclair, and Froyo. | ||
Line 19: | Line 20: | ||
==External links== | ==External links== | ||
− | * http://gitorious.org/xdandroid/rootfs | + | * http://gitorious.org/xdandroid/rootfs - <code>rootfs.img</code> source code |
+ | * http://files.xdandroid.com/rootfs/ - <code>rootfs.img</code> downloads |
Latest revision as of 03:46, 13 June 2011
rootfs.img
is a file containing an ext2 filesystem that XDAndroid mounts (read-only) at /
.
rootfs.img
provides:
- essential UNIX utilities such as
ls
andmount
- the Radio Interface Layer (RIL) (
/lib/release/libhtcgeneric-ril.so
) - mount points for other XDAndroid filesystems:
/cache
/data
(seedata.img
)/sdcard
/system
(seesystem.ext2
)- …
- keyboard keymaps
rootfs.img
images are not specific to a particular release of Android. I.e. a given rootfs.img
image may work with Donut, Eclair, and Froyo.
rootfs.img
is generally stored in the /andboot
directory of the SD card.
See also
External links
- http://gitorious.org/xdandroid/rootfs -
rootfs.img
source code - http://files.xdandroid.com/rootfs/ -
rootfs.img
downloads