LDWF file

Search This thread

RuedasLocas

Senior Member
Aug 12, 2012
1,580
499
53
Gdansk, Poland
Hi all,

can someone tell me how or with what program can I open " lgecs.downloadFile.ldwf "???

I google it but nothing...

Its about Open Source from LG, I downloaded from one of those policy things from the phone and I would like to know what it is about.

Its a file with near 161MB and I'm getting crazy trying to see what is that.

Thanks in advance :good:
 

ozeer

Senior Member
Mar 23, 2011
149
31
I have downloaded the file and it is .zip file .. It has two files that are kernel and platform files :) >> Good news
Now, I can see all the files for our O4X and everything is clear . We can make modification for it and install it by CWM
I hope you guys all the best with development .
Best regards,
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I advice you to use explorer internet or Google chrome to download the file :)
The source code ICS. for O4XHD
http://www.lg.com/global/support/ope...delCode=LGP880
 
Last edited:
  • Like
Reactions: RuedasLocas

RuedasLocas

Senior Member
Aug 12, 2012
1,580
499
53
Gdansk, Poland
Thanks for lightening me ( I don't know why I didn't remember of that...) :good:

I have 3 files, one is a "readme.txt" and says the follow:

"How to build

1. Android build

(1) Get the android base source code.
- Download the original android source code (Android 4.0.3 IceCreamSandwitch)(P880) from http://source.android.com

(2) Overwrite modules that you want to build.
- Untar opensource packages of LGP880_ICS_Platform.tar.gz into downloaded android source directory
- And, merge the source into the android source code(GingerBread)

(3) Merge the below code into android source file(bionic\libdl\Android.mk) at the last line.

##################################################################
# -begin
include $(CLEAR_VARS)
#LOCAL_LDFLAGS := -Wl,--exclude-libs=libgcc.a

LOCAL_SRC_FILES:= libdl.c

LOCAL_CFLAGS := -DLIBC_STATIC

LOCAL_MODULE:= libdl

ifeq ($(TARGET_ARCH),sh)
# for SuperH, additional code is necessary to handle .ctors section.
GEN_SOBEGIN := $(TARGET_OUT_STATIC_LIBRARIES)/sobegin.o
$(GEN_SOBEGIN): $(LOCAL_PATH)/arch-sh/sobegin.S
@mkdir -p $(dir $@)
$(TARGET_CC) -o $@ -c $<

GEN_SOEND := $(TARGET_OUT_STATIC_LIBRARIES)/soend.o
$(GEN_SOEND): $(LOCAL_PATH)/arch-sh/soend.S
@mkdir -p $(dir $@)
$(TARGET_CC) -o $@ -c $<

LOCAL_ADDITIONAL_DEPENDENCIES := $(GEN_SOBEGIN) $(GEN_SOEND)
endif
include $(BUILD_STATIC_LIBRARY)
# -end
#################################################################



(4) Run the build scripts.
- You have to add google original prebuilt source(toolchain) before running build scripts.
- Run the following scripts to build android
a) . ./build/envsetup.sh
b) set_hw_ver rev_1_1
b) choosecombo 1 x3_open_eu 1 1
c) make -j4
into the android folder
- If the android is built sucessfully, you will find the outputs in this directory,
"out/target/product/x3".


2. Kernel Build
- Untar using following command at the android folder:
tar xvfj LGP880_Kernel.tar.gz

- change directory to kernel root
cd kernel

- make kernel zImage:
make ARCH=arm CROSS_COMPILE=../prebuilt/linux-x86/toolcahin/arm-eabi-4.4.3/bin/arm-eabi- x3_defconfig zImage"

The other two are:

LGP880_ICS_Platform.tar

LGP880_Kernel.tar

Is this good for something?
Personally I don't know how to manage those files.
My ignorance don't allow me to do nothing with them...
If some devs or someone who knows how to something with it, I'll be very happy for let them know about that.


Thank you for keeping the interest on the O4X HD ;)
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    I have downloaded the file and it is .zip file .. It has two files that are kernel and platform files :) >> Good news
    Now, I can see all the files for our O4X and everything is clear . We can make modification for it and install it by CWM
    I hope you guys all the best with development .
    Best regards,
    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    I advice you to use explorer internet or Google chrome to download the file :)
    The source code ICS. for O4XHD
    http://www.lg.com/global/support/ope...delCode=LGP880