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.
All attempts I tried had same result. Init is broken. Also, prelinked map is diff from aosp as lg doent use aosp they use code aurora sources. Code Aurora Eclair coffee branch was used by LG for eclair.
Dunno if it means much, but I unpacked that froyo test and pulled the kernel from it, then repacked that kernel into velocity .3 rom. I got the kernel to boot.
$ su
su
# cat /proc/version
cat /proc/version
Linux version 2.6.29 (grid@grid-laptop) (gcc version 4.4.0 (GCC) ) #3 PREEMPT Fr
i Sep 3 04:55:29 EDT 2010
What I mean is, are you sure that's the kernel from the froyo test image?
Scratch that, must have made a mistake when repacking the boot image. Doing it a second time using the kernel from the froyo zip, putting it into velocity, resulted in a hang at the lg logo.
Will help test to. (BTW i changed some things in the file and it got to the verizon splash and hung)
Replacing the boot.img replaces the kernel. Replacing the kernel with a 2.1 kernel won't help getting froyo.I replaced the boot.img with velocity V0.3 and flashed it with the turbo 4 kernel I will continue to fiddle with file and tell you if i make anymore progress.
# Wifi related definesBOARD_WPA_SUPPLICANT_DRIVER := WEXT
WPA_SUPPLICANT_VERSION := VER_0_6_X
BOARD_WLAN_DEVICE := bcm4325
WIFI_DRIVER_MODULE_PATH := "/system/lib/modules/wireless.ko"
WIFI_DRIVER_FW_STA_PATH := "/system/etc/wl/rtecdc.bin"
WIFI_DRIVER_MODULE_ARG := "firmware_path=/system/etc/wl/rtecdc.bin nvram_path=/system/etc/wl/nvram.txt"
WIFI_DRIVER_MODULE_NAME := "wireless"
excuse me if i sound a bit noobish here but going on my knowledge of linux and windows makes me think. i can run android apks on linux. so maybe you can port a linux driver to the android or the existing one from the current 2.1 and name it the after the froyo name scheme. anyway i see the word nvram in there... i think thats for a nvidia device... or broadcom (bcm)... maybe even realtec(rtecdc.bin)... idk... anyway i never use my wifi cuz 3g makes it pointless (and my email dose not sync + kills my battery)The problem I encountered building the wifi driver was bypassed by removing these lines from the "BoardConfig.mk" file:
From what I can tell, removing these is most likely not building the wifi drivers, but I'd be willing to go without wifi for a bit. Unfortunately, I ran out of hard drive space while building late last night. I'm going to try again tonight, but if anyone has any advice, please contact me asap! I'd really like to get this working.Code:# Wifi related definesBOARD_WPA_SUPPLICANT_DRIVER := WEXT WPA_SUPPLICANT_VERSION := VER_0_6_X BOARD_WLAN_DEVICE := bcm4325 WIFI_DRIVER_MODULE_PATH := "/system/lib/modules/wireless.ko" WIFI_DRIVER_FW_STA_PATH := "/system/etc/wl/rtecdc.bin" WIFI_DRIVER_MODULE_ARG := "firmware_path=/system/etc/wl/rtecdc.bin nvram_path=/system/etc/wl/nvram.txt" WIFI_DRIVER_MODULE_NAME := "wireless"
the vortex is a vzw phone that looks so much like the ally. i know that one is cdma but it hasnt been released yetNope, I checked. It's just about the same as the Ally, but it's GSM so would also be difficult to port even if it did exist.