Jump to content

gingerbread kernel source and official roms


Recommended Posts

Guest hecatae
Posted (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 by hecatae
  • 2 weeks later...
Guest hecatae
Posted
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

  • 4 weeks later...
Guest hecatae
Posted
./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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.