Jump to content

Attempting to make a custom rom


Recommended Posts

Posted (edited)

i am attempting to make a custom rom for the gt540 with the source code from lg

is there anything you guys would like changed / added

i will be making it rooted

Loading the build rom...

emulator1.png

Edited by aaa801
Guest damjan006
Posted
i am attempting to make a custom rom for the gt540 with the source code from lg

is there anything you guys would like changed / added

i will be making it rooted

Great news, whatever you do please don't remove the lg luncher because is the best I've seen. You could add a file browser. I would love to help you somehow but i don't know how :P . Thanks and good luck !

Posted
i am attempting to make a custom rom for the gt540 with the source code from lg

is there anything you guys would like changed / added

i will be making it rooted

2.2 android ?

Guest badpunk
Posted
i am attempting to make a custom rom for the gt540 with the source code from lg

is there anything you guys would like changed / added

i will be making it rooted

hello, goodluck with the custom rom!

btw, a rom that'd make the gt 540 much faster would be great.

Thanks.

Posted

ok heres the progress

the lg kernel doesnt seemto compile completly (wtfs with that lg)

and android seems to be assuming i have a 64bit build env which i dont so i have to do some fixs before i can actualy build the dam thing >_>

would astro be alright as a file manager

its prety good

Posted

well the biggest thing would be a 2.1 or 2.2 custom rom. And if its buggy no problem. What tools do you need to make a custom rom?

Posted

well im building from scratch so

heres my setup

ubuntu + wubi

jdk 6 (android site is out of date..)

repo from android

full checkout (takes ages)

git

some knoledge of programming for fixing the build errors

lg open source gt540 source

list goes on

Posted

perhaps you could try to get some help form xda developers.

Posted
perhaps you could try to get some help form xda developers.

thats a idea :P

got the 64bit compile disabled

shouldnt even be there imo

source is building atm then il see if it works in the emulater

havnt tryed to get kernel build again yet

Posted
thats a idea :P

got the 64bit compile disabled

shouldnt even be there imo

source is building atm then il see if it works in the emulater

havnt tryed to get kernel build again yet

A port of psfreedom would be awesome.

Posted
A port of psfreedom would be awesome.

we already have a way of rooting the phone..?

Posted

have you thought, how you would make speaker work both as speaker for calls and media plays ?

Posted

can you explain what you mean

you can already use the speaker for calls and media

or do you mean at the same time?

Posted

had a major setback by my ubunu self destructing lol

seems the master branch is bugged so im using donut for now

Guest Sash0815
Posted

Hi,

i really like you effort aaa801..

BUT how do you plan to flash your custom rom if it is compiled?

I searched for ages to find a method to flash the GT540 but

fastboot seems to be disabled..This seems to be a dead end..

Posted

yep now that lg released the kernel code we can generate a ota install and use kdz or official installer to do it

or just use flash_image with adb

Posted (edited)

I think flash_image don't properly flash a system partition on running phone, so firstly we should find some way flash a system partition.

Kernel and ramdisk (in boot.img) normaly writes by flashe_image, but system ... maybe we need to somehow update/patch bootloader for enable fastboot and recovery modes.

Sorry for my Runglish :P

Edited by Mur4ik
Posted
I think flash_image don't properly flash a system partition on running phone, so firstly we should find some way flash a system partition.

Kernel and ramdisk (in boot.img) normaly writes by flashe_image, but system ... maybe we need to somehow update/patch bootloader for enable fastboot and recovery modes.

Sorry for my Runglish :P

if we use -j2 while building then it should produce a single file that we can use to flash the phone normaly (kdz) or lgutils

btw its still building..

dam you slow laptop ;p

if anyone wants to test it let me know :)

Posted (edited)
if we use -j2 while building then it should produce a single file that we can use to flash the phone normaly (kdz) or lgutils

Hope thats help, btw after few days (approx 4-6) LG release official 2.1 update, so for now I think we sould just wait this update and the sources.

Maybe in new 2.1 we can see a normal fastboot, bootloader and recovery modes... :P

Edited by Mur4ik
Posted

ya thatd be nice lol

wonder if theyl stop us rooting in 2.1 :P

Guest Sash0815
Posted (edited)

Fingers crossed root is still possible at 2.1 :P

I have read that for some reason the released

source does not compile, the wlan module for

instance..Keep us updated, i am really interested :)

Edited by Sash0815
Posted (edited)
Fingers crossed root is still possible at 2.1 :P

I have read that for some reason the released

source does not compile, the wlan module for

instance..Keep us updated, i am really interested :)

i have got the lg kernel compiled completly now

however it refuses to load in the emulator (??)

had to do a manual patch in trace_reader

char *end = rindex(const_cast<char *>(mmap_path), '@');

and one few below it

just had to do the same patch in dmtrace

should have android compiled some time today

:(

ok got qemutools compiled

webcore is compiled but wont link to a library -- grabbed libwebcore.so from my phone (will that make any difference) to bypass

Edited by aaa801
Posted

ok ive got it compiled

just waiting for emulator to start

running veryyy slow

gah i need a better pc :P

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.