User-agent: Mediapartners-Google Disallow: User-agent: * Disallow: /search Allow: / Sitemap: http://nano7mobile.blogspot.com/sitemap.xml Nano Mobile: Build
Affichage des articles dont le libellé est Build. Afficher tous les articles
Affichage des articles dont le libellé est Build. Afficher tous les articles

build from sd card topic






hello how can i push build..prop from my sdcard coz i saved it there anyone who can help how to push with adb from sd the edited build.prop






Cm12 build : Error in BT module topic






Hi, i try to build CM12 for crespo.
The error occurs when compile Bluetooth module:


Code:


target thumb C: bluetooth.default <= external/bluetooth/bluedroid/main/../btif/src/bluetooth.c
target thumb C: bluetooth.default <= external/bluetooth/bluedroid/main/bte_conf.c
target thumb C: bluetooth.default <= external/bluetooth/bluedroid/main/bte_init.c
target thumb C: bluetooth.default <= external/bluetooth/bluedroid/main/bte_logmsg.c
preparing StaticLib: libc++ [including  /media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/STATIC_LIBRARIES/libcompiler_rt_intermediates/libcompiler_rt.a]
target thumb C: bluetooth.default <= external/bluetooth/bluedroid/main/bte_main.c
host StaticLib: libunwindbacktrace_32 (/media/EXT/android/nexus_s_cm_12/out/host/linux-x86/obj32/STATIC_LIBRARIES/libunwindbacktrace_intermediates/libunwindbacktrace.a)
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c: In function 'bt_le_lpp_rssi_monitor_upstream_evt':
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:547:14: error: 'WRITE_RSSI_MONITOR_THRESHOLD' undeclared (first use in this function)
        case WRITE_RSSI_MONITOR_THRESHOLD:
              ^
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:547:14: note: each undeclared identifier is reported only once for each function it appears in
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:551:14: error: 'READ_RSSI_MONITOR_THRESHOLD' undeclared (first use in this function)
        case READ_RSSI_MONITOR_THRESHOLD:
              ^
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:559:14: error: 'ENABLE_RSSI_MONITOR' undeclared (first use in this function)
        case ENABLE_RSSI_MONITOR:
              ^
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c: In function 'bt_le_handle_lpp_monitor_rssi':
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:637:28: error: 'WRITE_RSSI_MONITOR_THRESHOLD' undeclared (first use in this function)
            error.subcmd = WRITE_RSSI_MONITOR_THRESHOLD;
                            ^
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:648:28: error: 'ENABLE_RSSI_MONITOR' undeclared (first use in this function)
            error.subcmd = ENABLE_RSSI_MONITOR;
                            ^
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:672:28: error: 'READ_RSSI_MONITOR_THRESHOLD' undeclared (first use in this function)
            error.subcmd = READ_RSSI_MONITOR_THRESHOLD;
                            ^
build/core/binary.mk:697: recipe for target '/media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/SHARED_LIBRARIES/bluetooth.default_intermediates/../btif/src/bluetooth.o' failed
make: *** [/media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/SHARED_LIBRARIES/bluetooth.default_intermediates/../btif/src/bluetooth.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from external/bluetooth/bluedroid/main/../include/bte_appl.h:28:0,
                from external/bluetooth/bluedroid/main/bte_logmsg.c:36:
external/bluetooth/bluedroid/main/../stack/btm/btm_int.h:45:1: error: unknown type name 'tBTM_BLE_MULTI_ADV_CB'
 tBTM_BLE_MULTI_ADV_CB  btm_multi_adv_cb;
 ^
build/core/binary.mk:697: recipe for target '/media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/SHARED_LIBRARIES/bluetooth.default_intermediates/bte_logmsg.o' failed
make: *** [/media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/SHARED_LIBRARIES/bluetooth.default_intermediates/bte_logmsg.o] Error 1
target StaticLib: libc++ (/media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/STATIC_LIBRARIES/libc++_intermediates/libc++.a)








How to build Recovery mod for Mt6732 64bit topic






Hello to everybody, i'm a new owner of elephone p6000, i want to ask if anybody tried to build Recovery mod carliv, cwm, twrp, philz.
Any help would be appreciated.
Thanks






[ROM][CM12][Android 5.0.2][20150109] Unofficial Build (linaro) topic






I tried to build cm12 for our t0lte for fun only. I am not a true android developer. And just share my latest build with latest linaro toolchain here becoz I personally feels it is quite smooth and stable. I cannot guarantee a daily build, but I will try to keep it up to date as much as possible.

[Download]
https://dl.dropboxusercontent.com/u/...CIAL-t0lte.zip
Gapp:
http://forum.xda-developers.com/para...-apps-t2943900

My patches included:

1. Fixed a crash of music app
2. Changed DPI to 280
3. O3 optimization during build
4. Disabled some useless Samsung processes
...

Thanks cm team for the amazing ROM.






Build freezes at building libwebviewchromium.so topic






Hi all!
I am building cm12 from 100% working sources but my build freezes when building libwebviewchromium.so.
My log is just like this

Code:


Install: /out/target/u8860/system/app/Email/Email.apk
{new line}


If I press ctrl+c I am getting

Code:


Install: /out/target/u8860/system/app/Email/Email.apk
make: Stopping building /out/target/u8860/blablbabla/libwebviewchromium.so


If I start building again, it freezes again. But if I pull this file from the simillar phone, the build is OK.
What is wrong?






[Q] Rom for latest build topic






Can anyone please tell me that has there been a Rom for latest build???






Build Variants / APK naming topic






So I can't seem to find an answer to get this to work the way i want, hoping someone here may know...

I have my gradle setup with different build variants and it works fine to switch between them or generate signed apk for the chosen variant. However what I'm looking to do (ideally in 1 click) is generate each variant's apk and name it accordingly with the version number and variant name.

Any ideas?

I've tried the following snippet

Code:


android {
    applicationVariants.all { variant ->
        variant.outputs.each { output ->
            def outputFile = output.outputFile
            if (outputFile != null && outputFile.name.endsWith('.apk')) {
                def fileName = outputFile.name.replace('.apk', "-${versionName}.apk")
                output.outputFile = new File(outputFile.parent, fileName)
            }
        }
    }
}


but no joke, if i went to modify it..it froze android studio. thanks!






Stuck on libbcc build error topic






Could someone take a look at this output please:


Code:


host SharedLib: libbcc (/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/lib/libbcc.so)
target Dex: apache-xml-hostdex
target Dex: conscrypt-hostdex
APK certs list: /media/leszakk/Source1/cyanogenmod/11/android/system/out/target/product/ls02/obj/PACKAGING/apkcerts_intermediates/cm_ls02-apkcerts-8dcec01c2c.txt
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorIPN3bcc23SymbolResolverInterfaceEEE[vtable for android::Vector<bcc::SymbolResolverInterface*>]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSCompilerDriver.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcPKhEEE[vtable for android::Vector<std::pair<char const*, unsigned char const*> >]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPvEE[vtable for android::Vector<void*>]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSExecutable.o):(.data.rel.ro._ZTVN7android6VectorIPKcEE[vtable for android::Vector<char const*>]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcS3_EEE[vtable for android::Vector<std::pair<char const*, char const*> >]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorIjEE[vtable for android::Vector<unsigned int>]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x28): undefined reference to `android::VectorImpl::reservedVectorImpl1()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x2c): undefined reference to `android::VectorImpl::reservedVectorImpl2()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x30): undefined reference to `android::VectorImpl::reservedVectorImpl3()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x34): undefined reference to `android::VectorImpl::reservedVectorImpl4()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x38): undefined reference to `android::VectorImpl::reservedVectorImpl5()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x3c): undefined reference to `android::VectorImpl::reservedVectorImpl6()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x40): undefined reference to `android::VectorImpl::reservedVectorImpl7()'
/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/STATIC_LIBRARIES/libbccRenderscript_intermediates/libbccRenderscript.a(RSInfo.o):(.data.rel.ro._ZTVN7android6VectorISt4pairIPKcjEEE[vtable for android::Vector<std::pair<char const*, unsigned int> >]+0x44): undefined reference to `android::VectorImpl::reservedVectorImpl8()'
collect2: ld returned 1 exit status
build/core/host_shared_library.mk:44: recipe for target '/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/lib/libbcc.so' failed
make: *** [/media/leszakk/Source1/cyanogenmod/11/android/system/out/host/linux-x86/obj/lib/libbcc.so] Error 1
make: *** Waiting for unfinished jobs....
# In case value of PACKAGES is empty.








[Q&A] [ROM][AOSP][JB][4.1.2][JZO54K] SuperNexus - I9100G - BUILD 5 [17-10-12] topic






Q&A for [ROM][AOSP][JB][4.1.2][JZO54K] SuperNexus - I9100G - BUILD 5 [17-10-12]

Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.

Before posting, please use the forum search and read through the discussion thread for [ROM][AOSP][JB][4.1.2][JZO54K] SuperNexus - I9100G - BUILD 5 [17-10-12]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.

Thanks for understanding and for helping to keep XDA neat and tidy! :)






Interest check on a stock GPE build for the Sprint S4 topic






Mods: If this is not the correct place for this please move it.

The title says it all. Is anybody interested in a Stock GPE Build for the Sprint S4? The purpose of this build would be a Stock GPE image with changes only needed to make it function correctly.

Basically, Keeping it as close as possible to stock GPE for the device with the exception of root/supersu and busybox.

The reason for this would be so dirty flashes work better and be somewhat supported and tested.

Danvdh's GPE build is awesome with many features however there is people like me that need a somewhat stable phone and don't feel like re-building and wiping the phone every time for a new flash.

Let me know what you thank.






[Q] Build Android using native compiler topic






All tutorials on building Android are referring to use M$ with a virtual machine and Ubuntu 64bit linux or use a computer with 64bit Ubuntu and cross toolchain installed.

I have a development board (A20) with Ubuntu 12.04 (32bit) and the arm7hf compiler installed. The manufacturer delivers an Android image along with the source code archive.

My question is:
Is it possible to re-build Android for this kind of device using this environment?

This would avoid big computers with cross compilation instead it's done with the native compiler and tools for the processor it should later run on.

Or is the use of a cross toolchain fixed by Google in the Android SDK, i.e. no possibility to build Android in the native processor environment it is intended to run on?






CM 12 build error topic






I get following error when building on Ubuntu 14.04.1 64 bit I got my properity files from https://github.com/TheMuppets/proprietary_vendor_htc
make: *** No rule to make target `/home/cpatrick08/android/system/out/target/product/m8/obj/STATIC_LIBRARIES/libinit_m8_intermediates/libinit_m8.a', needed by `/home/cpatrick08/android/system/out/target/product/m8/obj/EXECUTABLES/init_intermediates/LINKED/init'. Stop.
make: *** Waiting for unfinished jobs....
Import includes file: /home/cpatrick08/android/system/out/target/product/m8/obj/STATIC_LIBRARIES/libext4_utils_static_intermediates/import_includes






First CM12 official nightly build for Nexus 5 topic






Here is the First CM12 official nightly build for Nexus 5


Direct Download Link : Here






Vpn unlock for note 3 NH7 build sprint topic






I'm looking for information on how to do or were to find how to do a vpn unlock for my phone since contact is no longer VALID any help or leads would be greatly appreciated






[Share][ROM][Preview 2] balika011's CM11 build topic






First of all it is not at all my work , i am just sharing this as balika011 (Who got blocked here in XDA) is posting it in an hungarian forums is not easy to follow ! This is for those who wanna test it before armani-dev optimizes CM11


The ROMs is CM11 with a custom Kernel built from source !

Features

*Stable
*More Governors and Schedulers
*Zram
*dt2w(Need confirmation)

I'm posting with the information i get from the hungarian thread !
I haven't tested yet the preview 2

Read this http://goo.gl/akybBW

Link for Downloading Preview 2

http://roms.best-gaming.net/cm-11-20...IAL-armani.zip

Find Gapps Yourself :p

Changelog for Preview 2 (As he posted in the link i gave above)

"A two-reclaimer app, optimizing the kernel of Procion more governor and scheduler zram, and even things like dt2w"


Credits
@balika011 @attilav (For the info) @all_i_forgot






[Q] cm12 fxp build, cant install! topic






Is it just me?
I've downloaded the last 2 cm12 builds from fxp.
Tried installing with twrp, cwm and the built in cm recovery, each time it says "installation aborted" status 7 or error 7.
Anyone else having the same problem or know where i am going wrong?






Stuipid question about build number topic






Hi guys!
I've just purchased this phone from China, version is L02. I've read in the guides that the build number should end in smth like B3... or B6... ( depending on is it beta or stable version of the ROM). But the phone I've got comes with build number B121SP06 is this ok, or I' ve got a fake phone? Also in "System update" when i start "Online update" it says "no updates found" but the version of EMUI is 2.3?






Rooting Build number NK1 topic






Can anyone help me rooting the NK1 Indian version of GG2-sm-7102?? Thanks in advance. ...:confused::eek:






[ROMs] [Share] [4.4.4] [C/W] Baidu Cloud OS v63 Test Build topic






i have not created this rom . i am just sharing this Rom . All Credits Goes to Chinese devs who built this rom & Don't thank me.......

This Rom Pretty Much Similar to Miui Rom.. I'm not developer of this Rom,this Rom is Created By Some Chinese Dev...
So I'm Not Responsible For Anything Happen To Your Device.......

Screenshots






Installation Guide :

1. Install cwm/Philz/TWRP Recovery...
2. put zip file of rom in sdcard
3. Wipe Data/Factory Reset.
4. Wipe Cache Partition.
5. Wipe Dalvik Cache.
6. Mount Everything
7. Install Zip From SDCard And Choose Rom Zip File...
8. Wait Till It Flash.
Dont forget abt to flash gapps
9. You'll have one more confirmation to "Disable Recovery fix". Do not ignore and cancel that. Go ahead and Hit Yes, Disable recovery fix.
10. Reboot And Enjoy.

Note:


* In Setup Wizard,Accept Everything....
* Go To Setting--> click on the Sim Setting as shown in screenshot

Then change the sim setting as u want...
* Again to change language from Chinese to English,click on the language setting as shown in the picture..

* Remember that when u change the language from Chinese to English you will have 1 force close which is normal for the rom..

Bug List
* Sim settings in English language fc
* Only One Signal Bar Shown......

Download Link

Due to Slow chinese server link i had to upload it to another filehost...
Mediafire Link

Google Drive Link

Credits:

All Credits Goes to Chinese Devs Who created this Rom






[Q&A] [ROM][KERNEL][285MB] Revolution Rom UX 2014 BUILD 2 (22-02-2014) - Note 3 Port topic






Q&A for [ROM][KERNEL][285MB] Revolution Rom UX 2014 BUILD 2 (22-02-2014) - Note 3 Porting

Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.

Before posting, please use the forum search and read through the discussion thread for [ROM][KERNEL][285MB] Revolution Rom UX 2014 BUILD 2 (22-02-2014) - Note 3 Porting. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.

Thanks for understanding and for helping to keep XDA neat and tidy! :)