
Originariamente inviato da
Imbuter2000
Ok, ho appena fatto anche un hard reset e non è cambiato nulla. Mi sto rassegnando alla spiegazione dell'IMEI non ancora inserito. Che tristezza....
L'installazione manuale del firmware è complicata da fare? ho scaricato un file dal sito LG chiamato "LGD858_Android_Lollipop_D858_V20a.zip" ma contiene due file .tar.gz e un readme con questa spiegazione complicata che probabilmente richiede Linux:
"1. Android build
- Download original android source code ( L 5.0 ) from
Android Developers
- Untar opensource packages of LGD858_L_V20a_Android.tar.gz into downloaded android source directory
a) cat LGD858_L_V20a_Android.tar.gza* | tar zxvpf -
- And, merge the source into the android source code
- Run following scripts to build android
a) source build/envsetup.sh
b) lunch 1
c) make -j4
- When you compile the android source code, you have to add google original prebuilt source(toolchain) into the android directory.
- After build, you can find output at out/target/product/generic
2. Kernel Build
- Uncompress using following command at the android directory
tar xvzf LGD858_L_V20a_Kernel.tar.gz
- When you compile the kernel source code, you have to add google original prebuilt source(toolchain) into the android directory.
- Run following scripts to build kernel
a) cd kernel
1) D858
b) make ARCH=arm CROSS_COMPILE=../prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi- g3-cmcc_cn-perf_defconfig zImage -j4
* "-j4" : The number, 4, is the number of multiple jobs to be invoked simultaneously.
- After build, you can find the build image(zImage) at arch/arm/boot
3. how to build chromium34_lge (vendor\lge\external\chromium34_lge\src),
please refer to README.txt at the folder mentioned above."