
- Code: Select all
Works fine, wifi + automount active.
Will test Sploutch fixes next.
Faded after standby screen look is 80+ % ams310... file related and being confused with Spica touchscreen backlight from what I could find out so far, 20% android .so file related. I think I posted what I found on this if not fixed yet.
Power button to black screen works and then power button to normal desktop as well with KB files above.
Wallpaper enter view + exit works fine no white screen problem.
Gallery view then gallery exit has the black screen problem where you can see time + wifi on top bar and rest is black. Fix for now = menu button then settings and back to desktop. Think we need a extra .so file for this to work.
Time runs normal.
Power button to shut down is missing the airplane ect. options, think it is module related, not sure.
We might be able to move the wifi out of init.rc and into .../etc/wifi.conf and then in future leave the init.rc as default as possible. This could make it easier with Froyo and ginger as well with default init.rc's .
Dopi, I did update CM-Jet-Eclair in github if you want to verify your changes or use as reference, was trying to get everything in the kernel but fimg and android.so + ../lib/..chunk.so is still needed with KB kernel + s3cfb in kernel.
Optional kernel performance Tweaks:
init.rc changes for a smooth feeling jetdroid:
loglevel 3
Kernel to get more usable ram for kernel + system:
Set all debug to max 3 and leave debug off where possible. This safes on a lot of kernel error if debug is disabled.
Change 32mb:
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
Change 5 video Frame buffers, tom3q gingerbread instructions:
CONFIG_FB_S3C_NUM=2
- Code: Select all
# CONFIG_FPE_NWFPE is not set
CONFIG_FPE_FASTFPE=y
CONFIG_VFP=y
CONFIG_CPU_V6=y
CONFIG_CPU_32v6K=y
Android ram early start:
#
# Android
#
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_LOGGER=y
CONFIG_ANDROID_RAM_CONSOLE=y
CONFIG_ANDROID_RAM_CONSOLE_ENABLE_VERBOSE=y
CONFIG_ANDROID_RAM_CONSOLE_EARLY_INIT=y
CONFIG_ANDROID_RAM_CONSOLE_EARLY_ADDR=0
CONFIG_ANDROID_RAM_CONSOLE_EARLY_SIZE=0
CONFIG_ANDROID_TIMED_OUTPUT=y
CONFIG_ANDROID_TIMED_GPIO=y
CONFIG_ANDROID_LOW_MEMORY_KILLER=y
I see we are missing the akmd and bluetoothd files from /system/bin/ = we can add this later.
Looks and runs good.