Those of us who know about Linux say app killers are just a waste of time and will probably slow things down.
Phil.
I have to agree with you also!!!!

Those of us who know about Linux say app killers are just a waste of time and will probably slow things down.
Phil.
I'm glad you like it.I installed your ROM in my Hero? Love it!
I only have one problem. Terminal is installed as a System file, doesn't identify itself in the Apps properly (called "com.android.term.Term") and is pretty much useless on the Hero without a keyboard. Unfortunately, it can't be removed and BetterTerminal Free is no longer available in the Market App.
adb remount
adb shell
cd system/app
rm com.android.term.apk
exit
adb reboot
If you press and hold menu the on screen keyboard comes up, a short press will open settings where you can enlarge the font.
Oh, wow! I didn't know I could bring the keyboard up like that! That makes it worthwhile to keep. No way to fix the name though?
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
rm -r data/boot-cache
reboot
adb remount
adb shell
cp system/app/com.android.term.apk /data/app/com.android.term.apk
rm system/app/com.android.term.apk
rm -r data/boot-cache
exit
adb reboot
No problem. In most cases it can be done from the terminal app on the phone as well. Just remember thatBTW: Thanks for the how-to for removing a System app. I'm sure I'll use it in the future.
I already have the next update in the works.
I certainly will see what modaco has done and what I can and can't incorporate. The fella does some amazing work in the optimization dept. Because of my schedule, and the need for bluetooth all damn day I am using this ROM full time so all my Android playing around will be on this one.
How much longer on the next update rom? cant wait cause your roms rock and everyone you update keeps getting better .
Here's some things I've come across:
1. Screen doesn't turn off when I'm on a call - I tweeted you about this. This is on 1.2, I'm downloading 1.3 now.
2. FluxIt doesn't work for me. I use TorrentFlux on my Ubuntu box at home, and when I was using the phone stock from Best Buy it worked. What it does is let you log into the TorrentFlux server, and any time you click a torrent file it uploads it to the TorrentFlux server and starts the download. Very useful.
adb logcat -d > fluxit.txt
Ah, ok. I thought it did have a proximity sensor. Ok, carry on, nothing to see here
I know how to run the logcat, I'm just wondering how well that will work. I can launch the app just fine, but when I click a .torrent file it doesn't run the app as it should. Since it isn't being run, I'm wondering what information will go into the logcat. I'll run it now and we'll see what we get.
***edit***
It's now attached. I opened FluxIt, entered my server information, went to Demonoid, downloaded a .torrent, clicked OK on the notification that there is no handler, tried to open the file, and then went back to my home screen.