|
![]() |
|
LinkBack | Thread Tools | Display Modes |
|
|
||||
Re: NAND Boot File Repository - Keyboard Mapping Fixed
Quote:
![]() |
This post has been thanked 2 times. |
|
||||
Re: NAND Boot File Repository - Keyboard Mapping Fixed
Quote:
Booted just fine. Thanks to both of you! 3d had always worked but glad it is working for everyone and even new code for battery! Update: USB drivers attempting to load USB charging status works - actual charging I dunno yet I would figure as it worked before with ACL/Camro Kernel Looking good. Last edited by coolsilver; 10-04-2010 at 02:52 PM. |
|
||||
Re: NAND Boot Testing - Keyboard Mapping Fixed, HW3D, and Battery Algo Update
Thanks for the hard work on this guys!
Is lcd.density still set to 210 or can it be changed?
__________________
|
|
||||
Re: NAND Boot Testing - Keyboard Mapping Fixed, HW3D, and Battery Algo Update
It appears to be at 210. Probably needs to be rebuilt in nbh file.
Might be able to set it via your Froyo.conf file but I'd go with what Nate or ACL has to say. |
|
||||
Re: NAND Boot Testing - Keyboard Mapping Fixed, HW3D, and Battery Algo Update
ok heres my initial findings:
1. Battery charges on usb, but the indicator actually shows the battery going down? 2. Battery status indicator is leaps and bounds better! It actually shows a pretty accurate reading! 3. On standby my LED indicator flickers A LOT, but im sure thats not too big of a deal as soon as the screen backlight can be turned off completely on standby I am jumping ship to this full time, amazing work everyone, thank you! |
|
||||
Re: NAND Boot Testing - Keyboard Mapping Fixed, HW3D, and Battery Algo Update
Quote:
LED indicator may need to be revisitied. Put some code in there to control LEDs but now we have the christmas light effect where all the colors show up.
__________________
|
This post has been thanked 3 times. |
|
||||
Re: NAND Boot Testing - Keyboard Mapping Fixed, HW3D, and Battery Algo Update
Quote:
![]() |
This post has been thanked 4 times. |
|
||||
Re: NAND Boot Testing - Keyboard Mapping Fixed, HW3D, and Battery Algo Update
Quote:
![]() Keeps giving me FC's with ADW Launcher. When I flashed I had my brightness set to 255. This caused the backlight to not turn on at all. I had AdjBrightness (on Market) installed and was able to find it (Using a flashlight) ![]() Only other problem is my Top button does not do anything... Might be caused by something else though... Thanks for All of your EFFORTS on this! Wish I could help out more. ![]() |
|
||||
Re: NAND Boot Testing - Keyboard Mapping Fixed, HW3D, and Battery Algo Update
Quote:
As for lcd density, it's all handled by this tiny bit of code from init in rootfs: LCDDENSITY=`/bin/grep -o "lcd.density=.*" /proc/cmdline | /bin/sed -e "s/.*lcd.density=//g" -e "s/ .*//g"` if [ "$LCDDENSITY" != "" ] ; then echo "ro.sf.lcd_density=$LCDDENSITY" >> /etc/default.prop echo Setting ro.sf.lcd_density=$LCDDENSITY fi I guess we could have it grab something from the sdcard, but I'm not sure if there would be a way to make it configurable within Android. I don't mind playing around with this, but I won't be able to do anything with it until tomorrow ![]() |
This post has been thanked 1 times. |
![]() |
|
|
|