Jump to content

Attempting to make a custom rom


Guest aaa801

Recommended Posts

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
Link to comment
Share on other sites

Guest damjan006
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 !

Link to comment
Share on other sites

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 ?

Link to comment
Share on other sites

Guest badpunk
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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Guest Sash0815

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..

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

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
Link to comment
Share on other sites

Guest Sash0815

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.