Question about build AOSP Marshmallow for my z3 tablet compact - Xperia Z3 Tablet Compact Q&A, Help & Troubleshooti

I do have a problem when building my own AOSP Marshmallow image for my z3 tablet compact(sgp612).
I did follow the guide until
Code:
make -j4
and unfortunately got an error:
Code:
build/core/base_rules.mk:157: *** vendor/qcom/prebuilt/proprietary/64bit: MODULE.TARGET.EXECUTABLES.irsc_util already defined by vendor/qcom/prebuilt/proprietary/32bit. Stop.
PS:when I build AOSP Marshmallow for my z5 compact,got the same error.
How can I fix it?
Thanks for any help!

Related

CM9 Compile Issues [SOLVED] DELETE THREAD

Trying to build cm9 for an unsupported device, the LG Spectrum for Verizon Wireless. It starts building and then i get:
make: *** No rule to make target `out/target/product/vs920/obj/lib/libaudio.so', needed by `out/target/product/vs920/obj/SHARED_LIBRARIES/audio.primary.vs920_intermediates/LINKED/audio.primary.vs920.so'. Stop.
I'm not entirely sure why its naming it audio.primary.vs920.so as on the leaked ics rom its audio.primary.msm8660.so
also there is no libaudio.so file.
How can I fix this?
Thanks!
heres my device tree: https://github.com/death2all110/android_device_lge_vs920
and the vendor tree: https://github.com/death2all110/android_vendor_lge_vs920

Help! Trying to port for Lg P710

Hello!
I am trying to port some Custom ROM to my Lg P710 (Lg L7 II). Since the bootloader got unlocked and now i have CWM i decided to start to port a custom rom. I read some tutorials and i understood the basics but how can i get the stock rom from Lg. I downloaded the Kdz file and tried to build from source but i am stuck here. I don't know what i shall do. When i build from source i get a really small output like e 30 MB output. Can someone help me clarify this please?
Lg Instructions for building android and kernel:
1. Android build
- Download original android source code ( Jelly Bean 4.1 ) from http://source.android.com
- Unzip opensource packages of P710(Optimus L7 II)_Android_JB_P710V10h_EUR.zip into downloaded android source directory
- And, merge the source into the android source code(Jelly Bean)
- Run following scripts to build android
a) source build/envsetup.sh
b) choosecombo
c) 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.3/bin to PATH )
- After build, you can find output at out/target/product/generic
2. Kernel Build
- Unzip using following command at the android folder
- When you compile the kernel source code, you have to add google original prebuilt source(toolchain)
into the android folder.
- cd kernel
- export ARCH=arm
- export TARGET_PRODUCT=vee7e_open_eu
- export CROSS_COMPILE=../prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
- make vee7-rev_10_defconfig
- make zImage
3. After Build, You Can find the build image at arch/arm/boot.
christi9503 said:
Hello!
I am trying to port some Custom ROM to my Lg P710 (Lg L7 II). Since the bootloader got unlocked and now i have CWM i decided to start to port a custom rom. I read some tutorials and i understood the basics but how can i get the stock rom from Lg. I downloaded the Kdz file and tried to build from source but i am stuck here. I don't know what i shall do. When i build from source i get a really small output like e 30 MB output. Can someone help me clarify this please?
Lg Instructions for building android and kernel:
1. Android build
- Download original android source code ( Jelly Bean 4.1 ) from http://source.android.com
- Unzip opensource packages of P710(Optimus L7 II)_Android_JB_P710V10h_EUR.zip into downloaded android source directory
- And, merge the source into the android source code(Jelly Bean)
- Run following scripts to build android
a) source build/envsetup.sh
b) choosecombo
c) 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.3/bin to PATH )
- After build, you can find output at out/target/product/generic
2. Kernel Build
- Unzip using following command at the android folder
- When you compile the kernel source code, you have to add google original prebuilt source(toolchain)
into the android folder.
- cd kernel
- export ARCH=arm
- export TARGET_PRODUCT=vee7e_open_eu
- export CROSS_COMPILE=../prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
- make vee7-rev_10_defconfig
- make zImage
3. After Build, You Can find the build image at arch/arm/boot.
Click to expand...
Click to collapse
Please help!
christi9503 said:
Hello!
I am trying to port some Custom ROM to my Lg P710 (Lg L7 II). Since the bootloader got unlocked and now i have CWM i decided to start to port a custom rom. I read some tutorials and i understood the basics but how can i get the stock rom from Lg. I downloaded the Kdz file and tried to build from source but i am stuck here. I don't know what i shall do. When i build from source i get a really small output like e 30 MB output. Can someone help me clarify this please?
Lg Instructions for building android and kernel:
1. Android build
- Download original android source code ( Jelly Bean 4.1 ) from http://source.android.com
- Unzip opensource packages of P710(Optimus L7 II)_Android_JB_P710V10h_EUR.zip into downloaded android source directory
- And, merge the source into the android source code(Jelly Bean)
- Run following scripts to build android
a) source build/envsetup.sh
b) choosecombo
c) 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.3/bin to PATH )
- After build, you can find output at out/target/product/generic
2. Kernel Build
- Unzip using following command at the android folder
- When you compile the kernel source code, you have to add google original prebuilt source(toolchain)
into the android folder.
- cd kernel
- export ARCH=arm
- export TARGET_PRODUCT=vee7e_open_eu
- export CROSS_COMPILE=../prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
- make vee7-rev_10_defconfig
- make zImage
3. After Build, You Can find the build image at arch/arm/boot.
Click to expand...
Click to collapse
One question. You have the bootloader unlock? you as unlock the bootloader? Sorry for my bad English and greetings from Mexico.
Enviado desde mi LG-P714 mediante Tapatalk
neutrondev said:
Hello!
I am trying to port some Custom ROM to my Lg P710 (Lg L7 II). Since the bootloader got unlocked and now i have CWM i decided to start to port a custom rom. I read some tutorials and i understood the basics but how can i get the stock rom from Lg. I downloaded the Kdz file and tried to build from source but i am stuck here. I don't know what i shall do. When i build from source i get a really small output like e 30 MB output. Can someone help me clarify this please?
Lg Instructions for building android and kernel:
1. Android build
- Download original android source code ( Jelly Bean 4.1 ) from http://source.android.com
- Unzip opensource packages of P710(Optimus L7 II)_Android_JB_P710V10h_EUR.zip into downloaded android source directory
- And, merge the source into the android source code(Jelly Bean)
- Run following scripts to build android
a) source build/envsetup.sh
b) choosecombo
c) 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.3/bin to PATH )
- After build, you can find output at out/target/product/generic
2. Kernel Build
- Unzip using following command at the android folder
- When you compile the kernel source code, you have to add google original prebuilt source(toolchain)
into the android folder.
- cd kernel
- export ARCH=arm
- export TARGET_PRODUCT=vee7e_open_eu
- export CROSS_COMPILE=../prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
- make vee7-rev_10_defconfig
- make zImage
3. After Build, You Can find the build image at arch/arm/boot.
Click to expand...
Click to collapse
Which Rom are u BUILDING?
All guides are here -> http://forum.xda-developers.com/showthread.php?t=2073370

CM-13 compilation error: no rule to make target '/.txt'

Hello,
I've got this error a couple of days ago using cm-13 branch, so I redownloaded the source again using the stable branch (cm-13.0-ZNH0E), but I still get this error:
Code:
make: *** No rule to make target '/.txt', needed by '/out/target/common/obj/PACKAGING/checkpublicapi-cm-last-timestamp'. Stop.
I get this error even if I try to compile for the emulator (m_e_arm-userdebug).
I've searched on google for days. I know that there are also other ppl that have this problem (here: http://forum.xda-developers.com/chef-central/android/rule-to-make-target-txt-t3329468), but he is using an exotic source tree, while I'm 100% clean from stable branch.
I've also created a thread on cyanogen forum (here: http://forum.cyanogenmod.org/topic/123259-cant-compile-cm130-for-mini-emulator-x86-userdebug/)
Anyone solved this problem?
I get that error too. Hope CM team would resolve the issue soon.
Update: Switched to stable/cm-13.0-ZNH2K branch and to master revision of cmsdk prebuilts - the problem is solved.

make: *** [run_soong_ui] Error 1 while making Android 8.0.0 r12 for Kenzo

I Synced the Android 8.0.0_r12 sources (took almost two days).
I also got device tree for Kenzo from AOSP-Kenzo (https://github.com/AOSP-O-Kenzo).
I started to build it and I'm facing this problem :
Sorry had to zip the file ::,, Please help me solve it ASAP.
Have you solved the problem?

[Treble] [Pie] [UNOFFICIAL] Mokee 9 For Xperia X

Mokee Pie For Xperia X [Treble]​Based on Sony Open Devices​I am not responsible for bricked devices, dead SD cards,.​Suitable for F5121 and F5122​Reboot after your first boot please!
Mokee is a ROM optimized for Chinese Users.​
Opinional files:
Disable ForceEncrypt:Link
Required files:
[Tested]
V20190331:Link With: SW_binaries_for_Xperia_Android_9.0_2.3.2_v7_loire.zip
[OEM-Files]
Download Link
How to flash
Read README.txt in zip file please.
Optional step If you want to use a GSI
Flash a GSI compatible System image and boot!
Code:
fastboot flash system < Path of GSI-System.img >
Because of Anti-Rollback, If you want to Use GSI, You need to choose the same or newer one as the treble build date.
Update and known BUG:
V20190331:
Bugs:
1. Quick Charge is broken, you can use computer USB port charge.
2. Camera doesn't work on first boot, you need to reboot.
Contributors
Sjll
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
Paypal
I am very happy to receive your donation.
Version Information
Status: Testing
Created 2019-03-31
Last Updated 2019-03-31
can u port RR?
Adi_OP said:
can u port RR?
Click to expand...
Click to collapse
RR GSI works well with treble, no need to port.
Sjll said:
Mokee Pie For Xperia X [Treble]
Based on Sony Open Devices
I am not responsible for bricked devices, dead SD cards,.
Suitable for F5121 and F5122
Reboot after your first boot please!
Mokee is a ROM optimized for Chinese Users.
Opinional files:
Disable ForceEncrypt:Link
Required files:
[Tested]
V20190331:Link With: SW_binaries_for_Xperia_Android_9.0_2.3.2_v7_loire.zip
[OEM-Files]
Download Link
How to flash
Read README.txt in zip file please.
Optional step If you want to use a GSI
Flash a GSI compatible System image and boot!
Because of Anti-Rollback, If you want to Use GSI, You need to choose the same or newer one as the treble build date.
Update and known BUG:
V20190331:
Bugs:
1. Quick Charge is broken, you can use computer USB port charge.
2. Camera doesn't work on first boot, you need to reboot.
Contributors
Sjll
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
Paypal
I am very happy to receive your donation.
Version Information
Status: Testing
Created 2019-03-31
Last Updated 2019-03-31
Click to expand...
Click to collapse
what version of android and what compilation number is compatible?
Sony Xperia X Dual
Support English ?
Hi, i installed the rom on my xperia x f5122, but the battery is not charging
is there any fix or anyone can help me with this ? thanks

Categories

Resources