How did you install it? Did you flash from zip or use the apk?
APK for the win!
I should mention that I originallu did the apk and then backed it up with TB, and then did a restore after flashing mikfroyo

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
How did you install it? Did you flash from zip or use the apk?

Whats a good Kernel for This ROM?
Another question what version of setcpu are you using? I tried to flash 2.04 and 2.10 via cm 2.6 and it doesn't seem to install. Any ideas?
How did you install it? Did you flash from zip or use the apk?
APK for the win!
I should mention that I originallu did the apk and then backed it up with TB, and then did a restore after flashing mikfroyo![]()
whats a gb dialer?
Any sense based kernel will work. I use netarchy 4.3 aggressive HAVS nosbc.
Yes, the zip you get from xda (I assume that's where you got it) is not a flashable zip. You can always tell by looking inside. It's just an apk and documentation. Unzip it, and sideload it like any other apk. I haven't tried 2.10, yet.
Akazabam is that the only kernel you have used with that Rom
ohhh sorry the mikfroyo rom is what I was aking about, thanks for the answer. I'm using the Netarchy CFS 4.3 more havs nosbc kernel.With myn's or mikfroyo? I've only had mikfroyo for two days, so it's the only one I've used with it. I've tried at least 5 or 6 with myn's.

ohhh sorry the mikfroyo rom is what I was aking about, thanks for the answer. I'm using the Netarchy CFS 4.3 more havs nosbc kernel.![]()
3) Is there a way to have a 5 icon launcher in Mik's (ie LauncherPro in Myns)?
Not totally crazy about the theme. Any others besides the stock and flat black?
Gingerbread dialer. I want it to match the gingerbread keyboard I flashed
Does anyone know if there's a way to edit Notification Menu Power Control Widgets? I want to remove the Bluetooth widget and replace it with Data On Toggle.
Yes, you can. Read this:
[MOD][PORT][4G toggle] Notification Menu Power Control Widgets for Sense - 3.70 OTA - xda-developers
You need to place a specially formated file named "widget.txt" in /system/customize/ either through adb or root explorer. You have your choice of 13 widgets, up to 6 at a time.
This won't alter the mikfroyo theme of the menu will it?
Gotcha. Created the widget.txt file I want and will drop it in as soon as my nandroid backup is complete.
I haven't used astro in a long time, so I'm not sure. Whatever file manager you use needs the ability to mount /system as rw (read write). By default, I'm sure astro can't. I don't know if there is an option to or not. Root explorer is the most common. EStrongs has an option to do it, but it's not very well supported.
You could always use the terminal emulator. Where is the widget.txt file? On your sdcard somewhere? Just for purposes of explanation, I'll assume it's just /sdcard/widget.txt. You sould be able to do the following from the terminal (assuming you have busybox):
su
cp /sdcard/widget.txt /system/customize/
chmod u+r /system/customize/widget.txt
If that last command doesn't work, try:
chmod 464 /system/customize/widget.txt
I don't know if you've ever used the command line much, but you will get no output from the above commands if they worked. To verify it worked right, type this command:
ls -l /system/customize/widget.txt
It should return a line with that file and some other information.
For some reason its not copying the widget.txt file over. The output I get is that the system is read only. I downloaded busybox and installed via market.. Do I need to install it to a specific path?