Guest hecatae Posted July 1, 2011 Report Posted July 1, 2011 (edited) found kernel source found here: http://www.lg.com/global/support/opensourc...delCode=LGP500# Russian 2.3.3 20B http://csmg.lgmobile.com:9002/swdata/WEBSW..._00/V20B_00.kdz Romanian 2.3.3 20G http://www.megaupload.com/?d=XFBPEU9I To flash the Romania 2.3.3 20G you will need: LGDMP: http://www.multiupload.com/ZZHMQOXZE4 LG Drivers: http://www.multiupload.com/242ZUUN7O5 extract the romania 20g to a folder extract LGDMP extract LG drivers and run the executable to install the drivers run LGDMP, locate the Romania 20g folder, execute flashing, leave device connected. Edited July 2, 2011 by hecatae
Guest hecatae Posted July 2, 2011 Report Posted July 2, 2011 rom dumped the 2.3.3 boot and system.img here http://www.multiupload.com/FTE3LUQHIA
Guest hecatae Posted July 13, 2011 Report Posted July 13, 2011 1. Android buid - Download original android source code (gingerbread) from http://source.android.com - Untar opensource packages of p500_gb_open_source.tar.gz into downloaded android source directory - And, merge the source into the android source code(gingerbread) - Run following scripts to build android a) . build/envsetup.sh B) make -j4 - When you compile the android source code, you have to add google original prebuilt source(toolchain) into the android folder ( add prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin to PATH ) - After build, you can find output at out/target/product/generic 2. Kernel Build - When you compile the kernel source code, you have to add google original prebuilt source(toolchain) into the android folder. ( Add prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin to PATH ex) export PATH=$PATH:$HOME/gb_original/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin ) - Untar using following command at the android folder tar zxvf kernel.tar.gz - cd Kernel - make thunderg-perf_defconfig - make zImage -j4 3. After Build, You Can find the build image at arch/arm/boot 4. Compile environment - gcc 4.4.1 - Ubuntu 10.10 - Java 1.6.0_22 aosp will build? going to check
Guest hecatae Posted August 10, 2011 Report Posted August 10, 2011 ./mkbootimg --kernel zImage --ramdisk boot.img-ramdisk.gz --cmdline "mem=471m androidboot.hardware=thunderg console=ttyMSM2,115200n8" -o boot.img --base 0x12800000 been playing about, and this is the correct line to place a new kernel in the boot.img
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now