
Features:
Got rid of bloat in general (especially HTC), all localizations except en_US.
Streamlined customization process.
This ROM is mainly geared for my personal use. Bug submissions and/or constructive criticism is appreciated, but DON'T bug me about missing features.
Apps:
Check the screenshots
Custom kernel.
native loopback support (along with crypto)
network fixes (wlan, bridging, *tables, tunneling, etc)
utf8 (have to rebuild system apps though...)
ext2/3/4
alsa
compcache
Power savings
and others...
>edit< - this was mainly for 2.6.27 kernel. Will resume work when 2.6.29 src (stable) is available. I don't have time to work out the kinks in the hacks.
What else:
As long as you get rid of duplicate packages from
/system/app and /data/app, you can install via adb install
Is it stable? It is enough for me.
Play, test, and help out.
Issues/Bugs/Fixes:
- A few apps force close. Don't pay attention to those. I'll try to fix this issue in my free time (which won't be any time soon)
Manual APPS2SD: (this works if /sdcard is mounted early enough in your initrc - depending on the kernel you're running)
open an adb shell from RECOVERY (you'll screw your live system if you do it from a running android), then:
1: mount -t vfat /dev/block/mmcblk0p1 /sdcard
2: mount -t yaffs2 /dev/block/mtdblock5 /data
3: mv /data/app /sdcard/
4: mv /data/data /sdcard/app/
5: ln -s /sdcard/app /data/app
6: ln -s /sdcard/app/data /data/data
7: reboot
RTFM:
- It WILL take quite a while to initialize after flashing (a few minutes).
- You MUST install at least the radio version depicted in the screenshot, else you'll be stuck in the boot screen.
- You MUST restart after first boot, otherwise the system will work at a crawling pace, since all apps are running, due to being initialized at first boot.
The cruising performance will be reached after you setup your system and restart a few times.
You might also experience problems signing in, in case you don't restart (or you can disable and re-enable mobile network).


No comments:
Post a Comment