try this. install through recoverymy wife is lovin the pink theme lith mod.. is there a market fix available? can't see flash in the market.. thnx!
I see there is another thread open for http://www.droidforums.net/forum/dr...arket-issues-use-mod-apps-not-showing-up.html
is this what I should do? I have yet to have this problem with a ROM thus far.. just wanna know how to correct it the right way..
The monospace font bug that was in Kangerade 5.0.9 hasn't been fixed in Lithium Mod. The issue is that the DroidSansMono.ttf font file isn't a monospace (fixed-width) font, so Terminal Emulator, ConnectBot and other terminal-like programs that need a monospace font are messed up--they render the terminal winodow incorrectly. For example, allinone isn't lined up in nice neat columns. I tried to fix it this time by using allinone and selecting:
3 Change Fonts
22 Stock (original)
but that didn't fix the problem.
I'm going to repeat the post I made before which was apparently in the wrong, older Kangerade 4.0.7 thread instead of the Kangerade 5.0.9 thread I had intended to post this in:
Thanks jrummy for a great ROM. I have one small problem that I managed to fix. The Terminal Emulator as well as ConnectBot appear to be using a non-monospaced (non-fixed-width) font. This causes the cursor position as shown to not line up with its actual position where it should be. It also causes full-screen console apps to display incorrectly, since the text on each line doesn't line up with the other lines. E.g. "ls -l" output isn't lined up in nice even columns. I looked into this and discovered that the /system/fonts/DroidSansMono.ttf wasn't a monospaced font. I copied the DroidSansMono.ttf file from the Android SDK (platforms/android-8/data/fonts/DroidSansMono.ttf) onto the sdcard and from there to /system/fonts, and this fixed the issue in both the Terminal Emulator as well as ConnectBot.
su
mountsys
cd /system/fonts
cp DroidSansMono.ttf DroidSansMono.ttf.bak
cp /sdcard/DroidSansMono.ttf DroidSansMono.ttf
cd /
unmountsys
exit
I noticed that all the fonts in /system/fonts/ are dated from 2008. Maybe they should be updated to the newest ones? Or are these custom fonts? Either way it would be appreciated if you could fix the Mono one to actually be monospace. Thanks!
In Rom Manager they are not under JRummy they are under Lithium Mods... click on that and you will get a list.
In Rom Manager they are not under JRummy they are under Lithium Mods... click on that and you will get a list.
I am using Rom Manager V 2.0.2.6 and I don't see Lithium Mods either.
assert(getprop("ro.product.device") == "sholes" || getprop("ro.build.product") == "sholes" || getprop("ro.product.board") == "sholes");
status 7 is what you get when you are using an update.zip designed for another device.
It is caused from the following example line:
Code:assert(getprop("ro.product.device") == "sholes" || getprop("ro.build.product") == "sholes" || getprop("ro.product.board") == "sholes");
Any device that is not a sholes (moto droid 1) device will get a status 7 error. Deleting this line will make the update.zip install, but you WILL run into issues INCLUDING a boot loop.
This line is to prevent idiots from using a Sholes rom on a Inc device, for instance. lol
status 7 is what you get when you are using an update.zip designed for another device.
It is caused from the following example line:
Code:assert(getprop("ro.product.device") == "sholes" || getprop("ro.build.product") == "sholes" || getprop("ro.product.board") == "sholes");
Any device that is not a sholes (moto droid 1) device will get a status 7 error. Deleting this line will make the update.zip install, but you WILL run into issues INCLUDING a boot loop.
This line is to prevent idiots from using a Sholes rom on a Inc device, for instance. lol