I really like your work but I have been unable to load your themes to my Incredible. I have seen your comments that it should work for the Dinc but I don't think it will. I have copied over the text of your meta-inf>com>google>android file to show you why.
assert(getprop("ro.product.device") == "sholes" || getprop("ro.build.product") == "sholes" || getprop("ro.product.board") == "sholes");
ui_print("Installing theme...");
mount("MTD", "system", "/system");
show_progress(0.500000, 40);
package_extract_dir("system", "/system");
show_progress(0.200000, 10);
mount("MTD", "sdcard", "/sdcard");
package_extract_dir("sdcard", "/sdcard");
show_progress(0.100000, 10);
ui_print("Install complete!");
unmount("/system");
The first three lines make the rom specific for motodroid ie. "sholes". Simply removing them doesn't work. I suspect that is because there is additional code in the system>build.prop file specifying motodroid as well. I've tried porting to an incredible rom but I haven't been able to make it work yet. If i can, I'll post a solution.