[HELP] [DEV] Seems MIUI Lollipop is possible to port - Zenfone 5 General

while i porting miui lollipop from lenovo a6000 (qualcomm) then following the tutorial how to port miui
the rom is stuck at miui logo (bootloop)
seems a good news for zenfone 5 users
logcat
PHP:
I/DEBUG ( 243): property debug.db.uid not set; NOT waiting for gdb.
I/DEBUG ( 243): HINT: adb shell setprop debug.db.uid 100000
I/DEBUG ( 243): HINT: adb forward tcp:5039 tcp:5039
I/DEBUG ( 243): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 243): Build fingerprint: 'asus/miui_a500cg/ASUS_T00F:5.1.1/LMY48Y/770526b4d4:userdebug/test-keys'
I/DEBUG ( 243): Revision: '0'
I/DEBUG ( 243): ABI: 'x86'
I/DEBUG ( 243): pid: 6304, tid: 6304, name: main >>> zygote <<<
I/DEBUG ( 243): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
I/DEBUG ( 243): Abort message: 'art/runtime/jni_internal.cc:769] JNI FatalError called: RegisterNatives failed for 'android/content/res/AssetManager'; aborting...'
I/DEBUG ( 243): eax 00000000 ebx 000018a0 ecx 000018a0 edx 00000006
I/DEBUG ( 243): esi b7782c48 edi 00000002
I/DEBUG ( 243): xcs 00000073 xds 0000007b xes 0000007b xfs 00000007 xss 0000007b
I/DEBUG ( 243): eip b753dcd6 ebp 000018a0 esp bff29bb0 flags 00000206
I/DEBUG ( 243):
I/DEBUG ( 243): backtrace:
I/DEBUG ( 243): #00 pc 00085cd6 /system/lib/libc.so (tgkill+22)
I/DEBUG ( 243): #01 pc 0002cbe3 /system/lib/libc.so (pthread_kill+163)
I/DEBUG ( 243): #02 pc 0002e745 /system/lib/libc.so (raise+37)
I/DEBUG ( 243): #03 pc 00026665 /system/lib/libc.so (abort+85)
I/DEBUG ( 243): #04 pc 0037d1d7 /system/lib/libart.so (art::Runtime::Abort()+295)
I/DEBUG ( 243): #05 pc 000ec134 /system/lib/libart.so (art::LogMessage::~LogMessage()+1892)
I/DEBUG ( 243): #06 pc 002dc52a /system/lib/libart.so (art::JNI::FatalError(_JNIEnv*, char const*)+122)
I/DEBUG ( 243): #07 pc 00001ee6 /system/lib/libnativehelper.so (jniRegisterNativeMethods+182)
I/DEBUG ( 243): #08 pc 0006b2a3 /system/lib/libandroid_runtime.so (android::AndroidRuntime::registerNativeMethods(_JNIEnv*, char const*, JNINativeMethod const*, int)+51)
I/DEBUG ( 243): #09 pc 000d0149 /system/lib/libandroid_runtime.so (android::register_android_content_AssetManager(_JNIEnv*)+681)
I/DEBUG ( 243): #10 pc 0006cbf3 /system/lib/libandroid_runtime.so (android::AndroidRuntime::startReg(_JNIEnv*)+83)
I/DEBUG ( 243): #11 pc 0006cde2 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+418)
I/DEBUG ( 243): #12 pc 000018c1 /system/bin/app_process32
I/DEBUG ( 243): #13 pc 0000f39c /system/lib/libc.so (__libc_init+108)
I/DEBUG ( 243): #14 pc 00001b8d /system/bin/app_process32
I/DEBUG ( 243): #15 pc 00000004 <unknown>
I/DEBUG ( 243):
I/DEBUG ( 243): Tombstone written to: /data/tombstones/tombstone_06
I/ServiceManager( 179): service 'media.audio_flinger' died

OMG.
It will never boot because it uses ART for arm.

tank0412 said:
OMG.
It will never boot because it uses ART for arm.
Click to expand...
Click to collapse
Can we build this https://github.com/FlymeOS/manifest ?

TechGenius said:
Can we build this https://github.com/FlymeOS/manifest ?
Click to expand...
Click to collapse
Theoretically if use my AOSP 5.0.2 rom as base you will be able to port a FlymeOS.

tank0412 said:
Theoretically if use my AOSP 5.0.2 rom as base you will be able to port a FlymeOS.
Click to expand...
Click to collapse
Flyme OS is fluid if u can port will be nice

tank0412 said:
Theoretically if use my AOSP 5.0.2 rom as base you will be able to port a FlymeOS.
Click to expand...
Click to collapse
If i using libart.so from cm or something then will it boot?
I will upload this rom if it still bootloop then looking for help

jizz
it seems we need to disable ssse3 because dex2oat doesnt know what is ssse3
E/dex2oat ( 531): Unknown instruction set feature: 'ssse3'
E/dex2oat ( 531): Command: /system/bin/dex2oat --image=/data/dalvik-cache/x86/[email protected]@boot.art --dex-file=/system/framework/core-libart.jar --dex-file=/system/framework/conscrypt.jar --dex-file=/system/framework/okhttp.jar --dex-file=/system/framework/core-junit.jar --dex-file=/system/framework/bouncycastle.jar --dex-file=/system/framework/ext.jar --dex-file=/system/framework/framework.jar --dex-file=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-file=/system/framework/mms-common.jar --dex-file=/system/framework/android.policy.jar --dex-file=/system/framework/apache-xml.jar --dex-file=/system/framework/com.intel.config.jar --dex-file=/system/framework/com.intel.multidisplay.jar --oat-file=/data/dalvik-cache/x86/[email protected]@boot.oat --instruction-set=x86 --instruction-set-features=ssse3,movbe --base=0x703ac000 --runtime-arg -Xms64m --runtime-arg -Xmx64m --image-classes=/system/etc/preloaded-classes
E/dex2oat ( 531): Usage: dex2oat [options]...

HagameHyuma said:
jizz
it seems we need to disable ssse3 because dex2oat doesnt know what is ssse3
E/dex2oat ( 531): Unknown instruction set feature: 'ssse3'
E/dex2oat ( 531): Command: /system/bin/dex2oat --image=/data/dalvik-cache/x86/[email protected]@boot.art --dex-file=/system/framework/core-libart.jar --dex-file=/system/framework/conscrypt.jar --dex-file=/system/framework/okhttp.jar --dex-file=/system/framework/core-junit.jar --dex-file=/system/framework/bouncycastle.jar --dex-file=/system/framework/ext.jar --dex-file=/system/framework/framework.jar --dex-file=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-file=/system/framework/mms-common.jar --dex-file=/system/framework/android.policy.jar --dex-file=/system/framework/apache-xml.jar --dex-file=/system/framework/com.intel.config.jar --dex-file=/system/framework/com.intel.multidisplay.jar --oat-file=/data/dalvik-cache/x86/[email protected]@boot.oat --instruction-set=x86 --instruction-set-features=ssse3,movbe --base=0x703ac000 --runtime-arg -Xms64m --runtime-arg -Xmx64m --image-classes=/system/etc/preloaded-classes
E/dex2oat ( 531): Usage: dex2oat [options]...
Click to expand...
Click to collapse
Disable it in build.prop, change ssse3,movbe to default

tank0412 said:
Theoretically if use my AOSP 5.0.2 rom as base you will be able to port a FlymeOS.
Click to expand...
Click to collapse
Okay but your aosp 5.0.2 have a graphic problem
Android easter egg too is laging :/

dgadelha said:
Disable it in build.prop, change ssse3,movbe to default
Click to expand...
Click to collapse
still detected as ssse3
edit : after replacing dex2oat from original miui it's works but still getting crash issue
logcat : https://drive.google.com/file/d/0B5tYrl4qar2lem93WHctODFpNXc/view?usp=sharing

HagameHyuma said:
still detected as ssse3
edit : after replacing dex2oat from original miui it's works but still getting crash issue
logcat : https://drive.google.com/file/d/0B5tYrl4qar2lem93WHctODFpNXc/view?usp=sharing
Click to expand...
Click to collapse
Code:
JNI FatalError called: RegisterNatives failed for 'android/content/res/AssetManager'; aborting...
some libraries need to be replaced

art have too many error

dgadelha said:
Code:
JNI FatalError called: RegisterNatives failed for 'android/content/res/AssetManager'; aborting...
some libraries need to be replaced
Click to expand...
Click to collapse
what libs should i replace?if i surrender i will upload this rom and looking for help

HagameHyuma said:
what libs should i replace?if i surrender i will upload this rom and looking for help
Click to expand...
Click to collapse
Try to build flyme os. It will be better.

Esk1mOo said:
Try to build flyme os. It will be better.
Click to expand...
Click to collapse
I think MIUI is better but flyme os is more easy to do and is good to

marceloz5 said:
I think MIUI is better but flyme os is more easy to do and is good to
Click to expand...
Click to collapse
Yes, that's what I meant.

HagameHyuma said:
what libs should i replace?if i surrender i will upload this rom and looking for help
Click to expand...
Click to collapse
Try to replace the highest amount of libraries you can.
You can use my CM12.1 libraries as source.
You also need libmultidisplay.so for the multidisplay engine.
Don't forget /system/lib/hw/ libraries.

TechGenius said:
Okay but your aosp 5.0.2 have a graphic problem
Android easter egg too is laging :/
Click to expand...
Click to collapse
and what this: https://github.com/FlymeOS/manifest/tree/lollipop-5.1 this is for 5.1..
---------- Post added at 08:09 PM ---------- Previous post was at 08:08 PM ----------
tank0412 said:
Theoretically if use my AOSP 5.0.2 rom as base you will be able to port a FlymeOS.
Click to expand...
Click to collapse
https://github.com/FlymeOS/manifest/tree/lollipop-5.1 and this? can be used vendor and system files from cm12.1 tree?

kihope12 said:
and what this: https://github.com/FlymeOS/manifest/tree/lollipop-5.1 this is for 5.1..
---------- Post added at 08:09 PM ---------- Previous post was at 08:08 PM ----------
https://github.com/FlymeOS/manifest/tree/lollipop-5.1 and this? can be used vendor and system files from cm12.1 tree?
Click to expand...
Click to collapse
I will try to port flyme os if i surrender with miui

HagameHyuma said:
I will try to port flyme os if i surrender with miui
Click to expand...
Click to collapse
good, and are you porting or building from source?

Related

[GUIDE + Microphone Fix][NOOB Friendly] Port CM9 / CM10 Based Roms

Intro​
Code:
/* Last Time i got multiple Requests how to FIX Ril in CM9/CM10 Based Roms
/* Now, i figured out how to get the Mic working and how to port the
/* CM10/CM9 Based Roms, with extended explaining how to and
/* logcats with the problem what needs to be fixed!
/* This Thread tell you all Informations and will show Picture based
/* Informations also ;)
Now lets start ^^
Step 1​
Its quietly easy:
-extract both Roms in two folders, like the base Rom (CM9/CM10 from your Device) in a Folder named Port and the (CM9/CM10 based) Rom from the Device from that u wanna port in a Folder like "Orig/Original"
Picture:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
- Now delete the following Folders in "Port" Folder (the specific folders are placed in /system): /app ; /framework ; /fonts ; /media
Picture:
- Open both Folders once more and move the /app ; /framework ; /fonts ; /media folder from "Original/system" Folder in the "Port/system" Folder
Picture:
-Now u have the basic thing in it
Click to expand...
Click to collapse
Step 2​
- now delete from the "Port/system/lib" Folder this File: android_runtime.so
- Now move the android_runtime.so from the "Original/system/lib" Folder in the "Port/system/lib" Folder ^^
Picture:
- Now u need to modify the build.prop (Notepad++)! Open both in Notepad+ and delete the "ro.build.description=
ro.build.fingerprint=" Line from the original build.prop!
- Open the build.prop from the "Original/system Folder" and copy the "ro.build.description=
ro.build.fingerprint=" Lines
- Now re-open the build.prop from the the "Port/system" Folder and paste the lines below "# Do not try to parse ro.build.description or .fingerprint" Line!
Picture:
Now save it
-Zip all Folders and Files in the "Port" Folder!
-Try to flash it and try to BOOT it ... (I think that it wont boot)
Click to expand...
Click to collapse
Step 3​
I think it wont boot (U will see a long time the Bootanimation and nothing will happen)
Its just a lib related error:
Code:
F/libc ( 449): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
I/DEBUG ( 117): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 117): Build fingerprint: 'lge/thunderg/thunderg:2.3.3/GRI40/LG-P500-V20h.19D34B612E:user/release-keys'
I/DEBUG ( 117): pid: 449, tid: 449 >>> system_server <<<
I/DEBUG ( 117): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
I/DEBUG ( 117): r0 deadbaad r1 0000000c r2 00000027 r3 40000000
I/DEBUG ( 117): r4 00000000 r5 00000080 r6 4b048987 r7 be9f9778
I/DEBUG ( 117): r8 40813200 r9 00000006 10 46218e1c fp fffffe50
I/DEBUG ( 117): ip ffffffff sp be9f9740 lr 4001f377 pc 4001b7c2 cpsr 00000030
I/DEBUG ( 117): d0 3fe99999a0000000 d1 3ff0000000000000
I/DEBUG ( 117): d2 bebbbc6c1a570a20 d3 3f1155e54e7e8408
I/DEBUG ( 117): d4 bfb1be5a93a83e1d d5 4000000000000000
I/DEBUG ( 117): d6 4a066ec000000000 d7 000000344d520d0c
I/DEBUG ( 117): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 117): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 117): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 117): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 117): scr 80000010
I/DEBUG ( 117):
I/DEBUG ( 117): #00 pc 000177c2 /system/lib/libc.so
I/DEBUG ( 117): #01 pc 0000c658 /system/lib/libnativehelper.so (jniRegisterNativeMethods)
I/DEBUG ( 117):
I/DEBUG ( 117): code around pc:
I/DEBUG ( 117): 4001b7a0 1c2bd00c 2d00682d e027d1fb 2a0068da ..+.-h.-..'..h.*
I/DEBUG ( 117): 4001b7b0 4b16d004 447b2001 47906018 22274814 ...K. {D.`.G.H'"
I/DEBUG ( 117): 4001b7c0 70022580 ef6ef7f4 f7f62106 aa01e80c .%.p..n..!......
I/DEBUG ( 117): 4001b7d0 05692400 60546091 20061c11 f7f59401 .$i..`T`... ....
I/DEBUG ( 117): 4001b7e0 a905ebc8 20022200 ebd0f7f5 ef5af7f4 .....". ......Z.
I/DEBUG ( 117):
I/DEBUG ( 117): code around lr:
I/DEBUG ( 117): 4001f354 4b0db5f0 447bb083 681c2600 68a59001 ...K..{D.&.h...h
I/DEBUG ( 117): 4001f364 e0086867 5ea8220c dd032800 99011c28 gh...".^.(..(...
I/DEBUG ( 117): 4001f374 43064788 3f013554 6824d5f4 d1ee2c00 .G.CT5.?..$h.,..
I/DEBUG ( 117): 4001f384 1c30b003 46c0bdf0 0002818e 1c0fb5f0 ..0....F........
I/DEBUG ( 117): 4001f394 b0891c3d a9064355 604d9103 90064914 =...UC....M`.I..
I/DEBUG ( 117):
I/DEBUG ( 117): memory map around addr deadbaad:
I/DEBUG ( 117): be9da000-be9fa000 [stack]
I/DEBUG ( 117): (no map for address)
I/DEBUG ( 117): (no map above)
I/DEBUG ( 117):
I/DEBUG ( 117): stack:
I/DEBUG ( 117): be9f9700 00000002
I/DEBUG ( 117): be9f9704 7b4c2d14
I/DEBUG ( 117): be9f9708 40047774 /system/lib/libc.so
I/DEBUG ( 117): be9f970c 4004c8bc
I/DEBUG ( 117): be9f9710 00000000
I/DEBUG ( 117): be9f9714 4001f377 /system/lib/libc.so
I/DEBUG ( 117): be9f9718 4b04753a /system/lib/libandroid_servers.so
I/DEBUG ( 117): be9f971c 4001e0dd /system/lib/libc.so
I/DEBUG ( 117): be9f9720 ffffffff
I/DEBUG ( 117): be9f9724 00000000
I/DEBUG ( 117): be9f9728 00000000
I/DEBUG ( 117): be9f972c 4b048987 /system/lib/libandroid_servers.so
I/DEBUG ( 117): be9f9730 be9f9778 [stack]
I/DEBUG ( 117): be9f9734 4001e4f5 /system/lib/libc.so
I/DEBUG ( 117): be9f9738 df0027ad
I/DEBUG ( 117): be9f973c 00000000
I/DEBUG ( 117): #00 be9f9740 00000002
I/DEBUG ( 117): be9f9744 00000100
I/DEBUG ( 117): be9f9748 4b045169 /system/lib/libandroid_servers.so
I/DEBUG ( 117): be9f974c 7b4c2d14
I/DEBUG ( 117): be9f9750 0000002b
I/DEBUG ( 117): be9f9754 fffffbdf
I/DEBUG ( 117): be9f9758 0000f2c8 [heap]
I/DEBUG ( 117): be9f975c 40849fdd /system/lib/libdvm.so
I/DEBUG ( 117): be9f9760 0000f2c8 [heap]
I/DEBUG ( 117): be9f9764 401d665b /system/lib/libnativehelper.so
I/DEBUG ( 117): #01 be9f9768 40849fdd /system/lib/libdvm.so
I/DEBUG ( 117): be9f976c 401d665b /system/lib/libnativehelper.so
I/DEBUG ( 117): be9f9770 4b04aac4 /system/lib/libandroid_servers.so
I/DEBUG ( 117): be9f9774 00000004
I/DEBUG ( 117): be9f9778 0000f2c8 [heap]
I/DEBUG ( 117): be9f977c 74800019
I/DEBUG ( 117): be9f9780 00000028
I/DEBUG ( 117): be9f9784 4b048987 /system/lib/libandroid_servers.so
I/DEBUG ( 117): be9f9788 0000f2c8 [heap]
I/DEBUG ( 117): be9f978c 00012830 [heap]
I/DEBUG ( 117): be9f9790 00000000
I/DEBUG ( 117): be9f9794 4b04522d /system/lib/libandroid_servers.so
I/DEBUG ( 117): be9f9798 00012b88 [heap]
I/DEBUG ( 117): be9f979c 4b0473c1 /system/lib/libandroid_servers.so
I/DEBUG ( 117): be9f97a0 001fc710 [heap]
I/DEBUG ( 117): be9f97a4 00012830 [heap]
I/DEBUG ( 117): be9f97a8 00000000
I/DEBUG ( 117): be9f97ac 4b0473ef /system/lib/libandroid_servers.so
D/Zygote ( 408): Process 449 terminated by signal (11)
I/Zygote ( 408): Exit zygote because system server (449) has terminated
What is easy to fix: Replace the android_servers.so in "Port/system/lib" Folder with the one in Original/system/lib Folder
Picture:
Now re-zip all Files and Folders in the /Port Folder and it should boot now after u flashed it!
Click to expand...
Click to collapse
Step 4​
Maybe u get always a Phone FC Error or no one can hear u while u are calling someone! :silly:
Thats an Ril related error
Now u think, what should i do, right?
Hmm u need to decompile both framework.jar´s from "Port/system/framework/" and the one from ur base zip like CM9 or CM10 from your device!
u need apktool for that, its not related for framework.jar´s when u have a gingerbread apktool (1.4.3) or an ics one! its only related that u know how to decompile, recompile and repack the jar (winrar)
rename the framework.jar from your CM9 or CM10 (your Device, NOT FROM THE "PORT" Folder) to framework-orig.jar and put it in apktool folder!
Place the framework.jar from the "Port" folder also in the apktool folder
Now 2 simple commands in apktool cmd window:
Code:
apktool d framework-orig.jar
and
Code:
apktool d framework.jar
let it decompile and close the window only when there is a word: "Done"!
Now open framework.jar.out folder and framework-orig.jar.out folder, yet open in both folders: /smali/com/android/internal/telephony ^^
copy all files which start with RIL and end with .smali and placed in the framework-orig.jar.out/smali/com/android/internal/telephony Folder and put it in the framework.jar.out/smali/com/android/telephony Folder (replace them all)
Some Devices have in build.prop a specific Ril Class Path! Mine is: "ro.telephony.ril_class=JellaxyRIL" urs can variate after the "="! If this is the case, look once more in framewok-orig.jar.out/smali/com/android/internal/telephony and search for "JellaxyRIL" or how ur´s is called after "=" in the RIL Class
Now copy the "JellaxyRIL.smali" (Its the one from my base Rom) or whatever in the other Folder "framework.jar.out/smali/com/android/telephony" !
Now re-compile it:
Code:
apktool b framework.jar.out
let it compile, it takes a few minutes (depends on ur PC Speed)
Now open the framework.jar from "apktool" Folder with WinRAR
and move the classes.dex from "apktool/framework.jar.out/build/apk in the opened WinRAR Window and let it re-pack, now close the Windows (WinRAR) and move the new framework.jar from /apktool in "Port/system/framework"
Voila, Mic Working and no more Phone FC´s!
If u have a problem with it, pm me with the following files:
framework.jar (from the Rom u wanna port), framework.jar (from your base CM10 or CM9) and your build.prop (from ur base CM10 or CM9)
Click to expand...
Click to collapse
Step 6​
May barebone your Rom will improve the stability
Some apps u can remove:
*QuickSearchBox.apk
*STK.apk
*GoogleMail.apk (Mail.apk is still included, so why there should be 2 Mail Apps )
*Term.apk (Terminal Emulator)
*Voice Dialer (Its not the phone and takes also no effect to it)
*VideoEditor.apk (WTF who wants to cut Videos over android 0.o
oh i forgot about that step:
move from "Port/system/etc/permissions" Folder, all Files to "Original/system/etc/permissions" Folder (Replace them) and move them all back to "Port/system/etc/permissions" Folder! One more Thing: if Superuser isn´t working, take the "su File from "Original/system/xbin" and move it to "Port/system/xbin" Folder and replace it!
Click to expand...
Click to collapse
In case the Rom wont boot or u cant do any step bcoz u wont understand it:​
My support: Only over Facebook
Click to expand...
Click to collapse
For the reply "Rom wont boot! Pls help me ", i wont read it!
U need to add the related things i provide now:
Code:
Logcat:
Rom (u wanna port):
Rom Link:
Base Rom:
Base Rom Link:
Your Device:
Click to expand...
Click to collapse
Nice guide
nice guide.
just thought, the RIL thing might even work for my sense project too...
i take a look on it, ok?
in step 2 is from port to original,not from original to port!
it isn´t, the gio rom is the base rom in this guide
Thanks for this! The RIL thing could be very helpful...
DQIB, I think the mic fix should also work for HTC sense ?
what I did
- decompile both framework.jar
- use CTRL + F to find anything called ''ril'' and copy to sense framework
- compile
- put classes.dex inside framework
- add samsungRIL class in build.prop.
but resulted in not booting..
logcat attached
Rom (u wanna port): HTC sense 3.5
Base Rom: cyanmobile
voetbalremco said:
DQIB, I think the mic fix should also work for HTC sense ?
what I did
- decompile both framework.jar
- use CTRL + F to find anything called ''ril'' and copy to sense framework
- compile
- put classes.dex inside framework
- add samsungRIL class in build.prop.
but resulted in not booting..
logcat attached
Rom (u wanna port): HTC sense 3.5
Base Rom: cyanmobile
Click to expand...
Click to collapse
[ 10-22 10:42:46.129 242:0xf2 W/dalvikvm ]
DexOpt: --- END 'framework.jar' --- status=0xff00, process failed
[ 10-22 10:42:46.129 242:0xf2 E/dalvikvm ]
Unable to extract+optimize DEX from '/system/framework/framework.jar'
[ 10-22 10:42:46.129 242:0xf2 D/dalvikvm ]
Unable to process classpath element '/system/framework/framework.jar'
there is smth wrong with the compiled .jar
i take a look on it today! promise
i´ll pm u when im done !!
I hope u added lib-secril.so and some other libs :laugh:
I like your guide..
For mic,sometimes it wasnt from the ril,but from the lib..
Some libaudio and lib that on the bluez-plugin folder..
Sent from my GT-S5660 using Tapatalk 2
omg, u do not understand ...
libs are completely the same like in the official cm9 or cm10 for gio ..
SO AGAIN, THERE IS NO LIB WHAT NEEDS REPLACING -_-
DQiB said:
omg, u do not understand ...
libs are completely the same like in the official cm9 or cm10 for gio ..
SO AGAIN, THERE IS NO LIB WHAT NEEDS REPLACING -_-
Click to expand...
Click to collapse
Yeah,i'm just a noob,so i dont really understand..
I just share what i do when i port an ICS based rom and got mic problem,and it fixed by change the lib.. (noobs luck i think. LOL)
Sent from my GT-S5660 using Tapatalk 2

[ROM][4.3][Unofficial]CyanogenMod 10.2 Alpha Releases - v4 (All working)

CyanogenMod 10.2
BUILD 4​
I made this very early alpha build that boots. so it means the kernel is ready for android 4.3 ^^
What's working
- Everything
Bugs:
- Gallery FC when taking picture (video works though)
- Random Trebuchet FC's
- Core0 High CPU Freq, to be patched by ChainFire, root is working tho.
Download:
www.broodplank.net/files/cm-10.2-20130729-UNOFFICIAL-jfltexx-v4.zip
NOTE: You have to manually format /system. if you don't you will get a merged system
The attached boot.img is an insecure kernel, from version 4 an insecure kernel is included by default
How to install:
1. Download Latest release (v4) and download JB 4.3 Gapps
2. Put files on sdcard
3. Reboot in CWM
4. If coming from an other rom a factory reset is recommended. please note that you have to format system manually as well
5. Install CM, Install GAPPS.
6. Reboot and profit!
Bug Investigation
1. Camera fc on taking picture:
Reason: /system/lib/hw/camera.msm8960.so not correct
Code:
F/libc ( 3597): FORTIFY_SOURCE: strlen read overflow. Calling abort().
F/libc ( 3597): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 3830 (mediaserver)
V/CAM_PhotoModule( 3758): mShutterToRawCallbackTime = 1375084487136ms
I/DEBUG ( 288): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 288): Build fingerprint: 'samsung/jfltexx/jflte:4.2.2/JDQ39/I9505XXUAMDE:user/release-keys'
I/DEBUG ( 288): Revision: '11'
I/DEBUG ( 288): pid: 3597, tid: 3830, name: mediaserver >>> /system/bin/mediaserver <<<
I/DEBUG ( 288): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
I/DEBUG ( 288): Abort message: 'FORTIFY_SOURCE: strlen read overflow. Calling abort().'
W/NativeCrashListener( 704): Couldn't find ProcessRecord for pid 3597
E/MP-Decision( 1382): num online cores: 1 reqd : 2 available : 4 rq_depth:6.100000 hotplug_avg_load_dw: 35
E/MP-Decision( 1382): UP cpu:1 core_idx:1 Nw:1.900000 Tw:140 total_time_up:147.000000
I/DEBUG ( 288): r0 00000027 r1 00000000 r2 00000008 r3 deadbaad
I/DEBUG ( 288): r4 00000000 r5 b24d86c4 r6 00000001 r7 00000001
I/DEBUG ( 288): r8 00000000 r9 b86a6c70 sl b86b8c38 fp 00000002
I/DEBUG ( 288): ip 00000001 sp b24d86c0 lr b6edcfa3 pc b6eda504 cpsr 60000030
I/DEBUG ( 288): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 288): d2 0000000000000000 d3 0000000000000000
I/DEBUG ( 288): d4 b8687cd8b8687cb0 d5 b869bc90b8683860
I/DEBUG ( 288): d6 b869bbd0b869bba8 d7 b8694ec0b8694e98
I/DEBUG ( 288): d8 4059000000000000 d9 0000000000000000
I/DEBUG ( 288): d10 0000000000000000 d11 3fe62e42fefa39ef
I/DEBUG ( 288): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 288): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 288): d16 6e696c6c6143202e d17 2874726f62612067
I/DEBUG ( 288): d18 b868f200b868f1d0 d19 b8683420b86833f8
I/DEBUG ( 288): d20 b8699408b868f900 d21 b8683358b869b358
I/DEBUG ( 288): d22 b869b408b869b3e0 d23 b86948d0b86836b8
I/DEBUG ( 288): d24 3f07b25be6f1e05d d25 bf07b27620e115d6
I/DEBUG ( 288): d26 40460cccc0000000 d27 4014000000000000
I/DEBUG ( 288): d28 3ff0000000000000 d29 bf8388915620e116
I/DEBUG ( 288): d30 3ff0000000000000 d31 4000000000000000
I/DEBUG ( 288): scr 20000010
I/DEBUG ( 288):
I/DEBUG ( 288): backtrace:
I/DEBUG ( 288): #00 pc 0001e504 /system/lib/libc.so
I/DEBUG ( 288): #01 pc 0001c500 /system/lib/libc.so (abort+4)
I/DEBUG ( 288): #02 pc 000121f9 /system/lib/libc.so
I/DEBUG ( 288): #03 pc 0001221b /system/lib/libc.so
I/DEBUG ( 288): #04 pc 00012d3f /system/lib/libc.so (__strlen_chk+18)
I/DEBUG ( 288): #05 pc 000170b7 /system/lib/hw/camera.msm8960.so (android::QCameraHardwareInterface::initExifData()+270)
I/DEBUG ( 288): #06 pc 000220d3 /system/lib/hw/camera.msm8960.so (android::QCameraHardwareInterface::encodeData(mm_camera_super_buf_t*, unsigned int*, mm_camera_super_buf_t*)+1230)
I/DEBUG ( 288): #07 pc 00022ab7 /system/lib/hw/camera.msm8960.so (android::QCameraHardwareInterface::dataProcessRoutine(void*)+338)
I/DEBUG ( 288): #08 pc 0000caa0 /system/lib/libc.so (__thread_entry+72)
I/DEBUG ( 288): #09 pc 0000cc1c /system/lib/libc.so (pthread_create+208)
I/DEBUG ( 288):
I/DEBUG ( 288): stack:
I/DEBUG ( 288): b24d8680 b64801d9 /system/lib/hw/camera.msm8960.so
I/DEBUG ( 288): b24d8684 00000000
I/DEBUG ( 288): b24d8688 b6f04170 /system/lib/libc.so
I/DEBUG ( 288): b24d868c b861aea0 [heap]
I/DEBUG ( 288): b24d8690 0000014e
I/DEBUG ( 288): b24d8694 b6edbf85 /system/lib/libc.so (__sflush+56)
I/DEBUG ( 288): b24d8698 b6f04264 /system/lib/libc.so
I/DEBUG ( 288): b24d869c b6f041c4 /system/lib/libc.so
I/DEBUG ( 288): b24d86a0 00000000
I/DEBUG ( 288): b24d86a4 b6edcfa3 /system/lib/libc.so (_fwalk+34)
I/DEBUG ( 288): b24d86a8 b6edc24d /system/lib/libc.so (_cleanup)
I/DEBUG ( 288): b24d86ac b24d86c4 [stack:3830]
I/DEBUG ( 288): b24d86b0 00000001
I/DEBUG ( 288): b24d86b4 00000001
I/DEBUG ( 288): b24d86b8 df0027ad
I/DEBUG ( 288): b24d86bc 00000000
I/DEBUG ( 288): #00 b24d86c0 b6f07204
I/DEBUG ( 288): b24d86c4 fffffbdf
I/DEBUG ( 288): b24d86c8 aa845000
I/DEBUG ( 288): b24d86cc 0000003b
I/DEBUG ( 288): b24d86d0 ffffffff
I/DEBUG ( 288): b24d86d4 00000000
I/DEBUG ( 288): b24d86d8 00000003
I/DEBUG ( 288): b24d86dc b24d8704 [stack:3830]
I/DEBUG ( 288): b24d86e0 b648b422 /system/lib/hw/camera.msm8960.so
I/DEBUG ( 288): b24d86e4 b6ed8504 /system/lib/libc.so (__pthread_clone)
I/DEBUG ( 288): #01 b24d86e8 00000000
I/DEBUG ( 288): b24d86ec b6ece1fd /system/lib/libc.so
I/DEBUG ( 288): #02 b24d86f0 b24d8b14 [stack:3830]
I/DEBUG ( 288): b24d86f4 00000036
I/DEBUG ( 288): b24d86f8 b24d8704 [stack:3830]
I/DEBUG ( 288): b24d86fc b24d873a [stack:3830]
I/DEBUG ( 288): b24d8700 b24d8b03 [stack:3830]
I/DEBUG ( 288): b24d8704 54524f46
I/DEBUG ( 288): b24d8708 5f594649
I/DEBUG ( 288): b24d870c 52554f53
I/DEBUG ( 288): b24d8710 203a4543
I/DEBUG ( 288): b24d8714 6c727473
I/DEBUG ( 288): b24d8718 72206e65
I/DEBUG ( 288): b24d871c 20646165
I/DEBUG ( 288): b24d8720 7265766f
I/DEBUG ( 288): b24d8724 776f6c66
I/DEBUG ( 288): b24d8728 6143202e
I/DEBUG ( 288): b24d872c 6e696c6c
I/DEBUG ( 288): ........ ........
I/DEBUG ( 288):
I/DEBUG ( 288): memory near r5:
I/DEBUG ( 288): b24d86a4 b6edcfa3 b6edc24d b24d86c4 00000001
I/DEBUG ( 288): b24d86b4 00000001 df0027ad 00000000 b6f07204
I/DEBUG ( 288): b24d86c4 fffffbdf aa845000 0000003b ffffffff
I/DEBUG ( 288): b24d86d4 00000000 00000003 b24d8704 b648b422
I/DEBUG ( 288): b24d86e4 b6ed8504 00000000 b6ece1fd b24d8b14
I/DEBUG ( 288): b24d86f4 00000036 b24d8704 b24d873a b24d8b03
I/DEBUG ( 288): b24d8704 54524f46 5f594649 52554f53 203a4543
I/DEBUG ( 288): b24d8714 6c727473 72206e65 20646165 7265766f
I/DEBUG ( 288): b24d8724 776f6c66 6143202e 6e696c6c 62612067
I/DEBUG ( 288): b24d8734 2874726f 00002e29 00000006 00000001
I/DEBUG ( 288): b24d8744 b24d873c 00000001 b64830b2 0000000b
I/DEBUG ( 288): b24d8754 b24d879c 00000033 00000000 00000000
I/DEBUG ( 288): b24d8764 b24d8724 00000000 b24d872c 00000000
I/DEBUG ( 288): b24d8774 299a346f 00000000 299a346f b64801d9
I/DEBUG ( 288): b24d8784 b6f071f4 b64830b2 00000006 b86983bc
I/DEBUG ( 288): b24d8794 b6f15591 b24d8bb4 6f636e65 61446564
I/DEBUG ( 288):
I/DEBUG ( 288): memory near r9:
I/DEBUG ( 288): b86a6c50 00000000 00000000 00000000 00000000
I/DEBUG ( 288): b86a6c60 00000000 00000000 00000000 00000000
I/DEBUG ( 288): b86a6c70 00000000 00000000 00000000 00000000
I/DEBUG ( 288): b86a6c80 00000000 00000000 00000000 00000000
I/DEBUG ( 288): b86a6c90 00000000 00000000 00000000 00000003
I/DEBUG ( 288): b86a6ca0 00000000 00000000 00000000 b648a728
I/DEBUG ( 288): b86a6cb0 b86a6cb0 b86a6cb0 00000000 00000000
I/DEBUG ( 288): b86a6cc0 00000000 b648a728 b86a6cc8 b86a6cc8
I/DEBUG ( 288): b86a6cd0 00000000 00000000 00000000 b648a728
I/DEBUG ( 288): b86a6ce0 b86a6ce0 b86a6ce0 00000000 00000000
I/DEBUG ( 288): b86a6cf0 00000000 b8691e38 b86920a8 b6443f15
I/DEBUG ( 288): b86a6d00 b6443e85 b6443de9 00000100 00000000
I/DEBUG ( 288): b86a6d10 00000000 00000000 00000000 00000000
I/DEBUG ( 288): b86a6d20 00000000 00000000 00000000 00000000
I/DEBUG ( 288): b86a6d30 00000000 00000000 00000000 00000000
I/DEBUG ( 288): b86a6d40 b2f68004 00000001 00000028 00000000
I/DEBUG ( 288):
I/DEBUG ( 288): memory near sl:
I/DEBUG ( 288): b86b8c18 000005a0 00000438 00000011 40000000
I/DEBUG ( 288): b86b8c28 2d6c737a 756c6176 00007365 0000001b
I/DEBUG ( 288): b86b8c38 b868ea30 b8692540 00000000 b86a4170
I/DEBUG ( 288): b86b8c48 00000018 00000023 00000001 0000000c
I/DEBUG ( 288): b86b8c58 55555555 55555555 656d6163 6d2d6172
I/DEBUG ( 288): b86b8c68 0065646f 0000001b 00000001 00000002
I/DEBUG ( 288): b86b8c78 55555555 00002361 55550031 0000002b
I/DEBUG ( 288): b86b8c88 00000001 0000000d 55555555 55555555
I/DEBUG ( 288): b86b8c98 6d726f4e 505f6c61 7265776f 55555500
I/DEBUG ( 288): b86b8ca8 55555555 00000023 00000001 00000009
I/DEBUG ( 288): b86b8cb8 55555555 55555555 61746f72 6e6f6974
I/DEBUG ( 288): b86b8cc8 55555500 00000023 00000001 00000005
I/DEBUG ( 288): b86b8cd8 55555555 55555555 6d6f6f7a 55555500
I/DEBUG ( 288): b86b8ce8 55555555 0000001b 00000001 00000002
I/DEBUG ( 288): b86b8cf8 55555555 55555555 55550030 0000002b
I/DEBUG ( 288): b86b8d08 00000001 0000000f 55555555 55555555
I/DEBUG ( 288):
I/DEBUG ( 288): memory near sp:
I/DEBUG ( 288): b24d86a0 00000000 b6edcfa3 b6edc24d b24d86c4
I/DEBUG ( 288): b24d86b0 00000001 00000001 df0027ad 00000000
I/DEBUG ( 288): b24d86c0 b6f07204 fffffbdf aa845000 0000003b
I/DEBUG ( 288): b24d86d0 ffffffff 00000000 00000003 b24d8704
I/DEBUG ( 288): b24d86e0 b648b422 b6ed8504 00000000 b6ece1fd
I/DEBUG ( 288): b24d86f0 b24d8b14 00000036 b24d8704 b24d873a
I/DEBUG ( 288): b24d8700 b24d8b03 54524f46 5f594649 52554f53
I/DEBUG ( 288): b24d8710 203a4543 6c727473 72206e65 20646165
I/DEBUG ( 288): b24d8720 7265766f 776f6c66 6143202e 6e696c6c
I/DEBUG ( 288): b24d8730 62612067 2874726f 00002e29 00000006
I/DEBUG ( 288): b24d8740 00000001 b24d873c 00000001 b64830b2
I/DEBUG ( 288): b24d8750 0000000b b24d879c 00000033 00000000
I/DEBUG ( 288): b24d8760 00000000 b24d8724 00000000 b24d872c
I/DEBUG ( 288): b24d8770 00000000 299a346f 00000000 299a346f
I/DEBUG ( 288): b24d8780 b64801d9 b6f071f4 b64830b2 00000006
I/DEBUG ( 288): b24d8790 b86983bc b6f15591 b24d8bb4 6f636e65
I/DEBUG ( 288):
I/DEBUG ( 288): code around pc:
I/DEBUG ( 288): b6eda4e4 461ce00b 2b006823 e026d1fb b12468e4
I/DEBUG ( 288): b6eda4f4 21014a18 6011447a 4b1247a0 24002027
I/DEBUG ( 288): b6eda504 f7fc7018 2106ee2c e882f7fe 5180f04f
I/DEBUG ( 288): b6eda514 a9029104 94022006 9403460a ec2ef7fd
I/DEBUG ( 288): b6eda524 46224629 f7fd2002 f7fcec3a 2106ee18
I/DEBUG ( 288): b6eda534 e86ef7fe f7fc2001 6960eac4 d1dc2800
I/DEBUG ( 288): b6eda544 bf00e7d4 deadbaad 00029b14 ffffff9c
I/DEBUG ( 288): b6eda554 0002cda4 0002cd88 2400b510 aa04b088
I/DEBUG ( 288): b6eda564 46699002 94014620 94039400 eb7cf7fd
I/DEBUG ( 288): b6eda574 db0642a0 b1139b07 1c419806 98069106
I/DEBUG ( 288): b6eda584 4620e000 bd10b008 4b1eb40e b082b5f0
I/DEBUG ( 288): b6eda594 447b491d f107af00 585e021c f8522101
I/DEBUG ( 288): b6eda5a4 68354b04 f852607d 31015b04 d1fa2d00
I/DEBUG ( 288): b6eda5b4 320e008a 0507f022 0220f107 0d05ebad
I/DEBUG ( 288): b6eda5c4 f107603a 46690224 9400466d 4c04f852
I/DEBUG ( 288): b6eda5d4 f8453204 2c004f04 f8dfd1f8 f853c030
I/DEBUG ( 288):
I/DEBUG ( 288): code around lr:
I/DEBUG ( 288): b6edcf80 4a0e4b0d e92d447b 260041f0 4680589c
I/DEBUG ( 288): b6edcf90 686768a5 f9b5e007 2b00300c 4628dd02
I/DEBUG ( 288): b6edcfa0 430647c0 3f013554 6824d5f5 d1ef2c00
I/DEBUG ( 288): b6edcfb0 e8bd4630 bf0081f0 00027050 ffffffc4
I/DEBUG ( 288): b6edcfc0 43f0e92d fb01461e 4b16f502 4916460f
I/DEBUG ( 288): b6edcfd0 447bb087 aa014614 20019001 95029203
I/DEBUG ( 288): b6edcfe0 90049505 681a585b b1124698 f0094630
I/DEBUG ( 288): b6edcff0 4630fd24 f7ffa903 4681fe9c 0000f8d8
I/DEBUG ( 288): b6edd000 4630b110 fd26f009 0f00f1b9 9c05d005
I/DEBUG ( 288): b6edd010 1b284639 eaa0f017 46204604 e8bdb007
I/DEBUG ( 288): b6edd020 bf0083f0 00027002 ffffff60 46036842
I/DEBUG ( 288): b6edd030 60411e51 da012900 bb98f000 f8126802
I/DEBUG ( 288): b6edd040 601a0b01 00004770 4a104b0f b570447b
I/DEBUG ( 288): b6edd050 589b4604 461e6819 f009b109 6860fcee
I/DEBUG ( 288): b6edd060 60651e45 da042d00 f0004620 4605fb7f
I/DEBUG ( 288): b6edd070 6822e003 5b01f812 68336022 4620b113
I/DEBUG ( 288):
I/DEBUG ( 288): memory map around fault addr deadbaad:
I/DEBUG ( 288): bef0f000-bef30000 rw- [stack]
I/DEBUG ( 288): (no map for address)
I/DEBUG ( 288): ffff0000-ffff1000 r-x [vectors]
D/dalvikvm( 3758): null clazz in OP_INSTANCE_OF, single-stepping
I/BootReceiver( 704): Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE)
E/mm-camera( 336): config_shutdown_pp Camera not in streaming mode. Returning.
E/mm-camera( 336): sensor_client_set_params: cmd type: 12
E/mm-camera( 336): sensor_client_set_params: failed 274
E/mm-camera( 336): ispif_process_release MSM_CAM_IOCTL_ISPIF_IO_CFG failed
E/mm-camera( 336): ispif_client_destroy: subdev release failed; error: -1 Invalid argument
E/MP-Decision( 1382): num online cores: 2 reqd : 4 available : 4 rq_depth:6.300000 hotplug_avg_load_dw: 101
E/MP-Decision( 1382): UP cpu:1 core_idx:1 Nw:1.900000 Tw:140 total_time_up:0.000000
E/MP-Decision( 1382): UP cpu:2 core_idx:2 Nw:2.700000 Tw:90 total_time_up:98.000000
E/MP-Decision( 1382): UP cpu:3 core_idx:3 Nw:3.500000 Tw:90 total_time_up:98.000000
E/mm-camera( 336): axi_client_destroy: subdev release failed; error: -1
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=1 with idx=0
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=1 with idx=1
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=1 with idx=2
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=1 with idx=3
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=1 with idx=4
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=1 with idx=5
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=1 with idx=6
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=1 with idx=7
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=1 with idx=8
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=1 with idx=9
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=1 with idx=10
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=1 with idx=11
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=10 with idx=0
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=10 with idx=1
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=10 with idx=2
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=10 with idx=3
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=10 with idx=4
E/mm_camera-mctl_pp( 336): mctl_pp_clear_buf: unmap buf_type=10 with idx=5
I/ServiceManager( 283): service 'media.audio_policy' died
I/ServiceManager( 283): service 'media.audio_flinger' died
I/ServiceManager( 283): service 'media.player' died
I/ServiceManager( 283): service 'media.camera' died
W/AudioSystem( 704): AudioPolicyService server died!
W/AudioSystem( 704): AudioFlinger server died!
W/IMediaDeathNotifier( 3758): media server died
W/CameraBase( 3758): Camera service died!
W/CameraBase( 3758): mediaserver's remote binder Camera object died
E/Camera ( 3758): Error 100
E/CameraErrorCallback( 3758): Got camera error callback. error=100
D/AndroidRuntime( 3758): Shutting down VM
W/dalvikvm( 3758): threadid=1: thread exiting with uncaught exception (group=0x41559700)
E/AndroidRuntime( 3758): FATAL EXCEPTION: main
E/AndroidRuntime( 3758): java.lang.RuntimeException: Media server died.
E/AndroidRuntime( 3758): at com.android.camera.CameraErrorCallback.onError(CameraErrorCallback.java:32)
E/AndroidRuntime( 3758): at android.hardware.Camera$EventHandler.handleMessage(Camera.java:850)
E/AndroidRuntime( 3758): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3758): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3758): at android.app.ActivityThread.main(ActivityThread.java:5289)
E/AndroidRuntime( 3758): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3758): at java.lang.reflect.Method.invoke(Method.java:525)
E/AndroidRuntime( 3758): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:739)
E/AndroidRuntime( 3758): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:555)
E/AndroidRuntime( 3758): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 704): Force finishing activity com.android.gallery3d/com.android.camera.CameraLauncher
2. LatinIME (Keyboard) missing a resource
Code:
W/PackageManager( 907): Failure retrieving text 0x7f0c00bc in package com.android.inputmethod.latin
W/PackageManager( 907): android.content.res.Resources$NotFoundException: String resource ID #0x7f0c00bc
W/PackageManager( 907): at android.content.res.Resources.getText(Resources.java:239)
W/PackageManager( 907): at android.app.ApplicationPackageManager.getText(ApplicationPackageManager.java:997)
W/PackageManager( 907): at android.view.inputmethod.InputMethodSubtype.getDisplayName(InputMethodSubtype.java:258)
W/PackageManager( 907): at com.android.systemui.quicksettings.InputMethodTile.getCurrentInputMethodName(InputMethodTile.java:58)
W/PackageManager( 907): at com.android.systemui.quicksettings.InputMethodTile.updateTile(InputMethodTile.java:132)
W/PackageManager( 907): at com.android.systemui.quicksettings.InputMethodTile.updateResources(InputMethodTile.java:120)
W/PackageManager( 907): at com.android.systemui.quicksettings.InputMethodTile.toggleVisibility(InputMethodTile.java:139)
W/PackageManager( 907): at com.android.systemui.statusbar.phone.QuickSettingsController.setImeWindowStatus(QuickSettingsController.java:420)
W/PackageManager( 907): at com.android.systemui.statusbar.phone.PhoneStatusBar.setImeWindowStatus(PhoneStatusBar.java:2317)
W/PackageManager( 907): at com.android.systemui.statusbar.CommandQueue$H.handleMessage(CommandQueue.java:298)
W/PackageManager( 907): at android.os.Handler.dispatchMessage(Handler.java:99)
W/PackageManager( 907): at android.os.Looper.loop(Looper.java:137)
W/PackageManager( 907): at android.app.ActivityThread.main(ActivityThread.java:5289)
W/PackageManager( 907): at java.lang.reflect.Method.invokeNative(Native Method)
W/PackageManager( 907): at java.lang.reflect.Method.invoke(Method.java:525)
W/PackageManager( 907): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:739)
W/PackageManager( 907): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:555)
W/PackageManager( 907): at dalvik.system.NativeStart.main(Native Method)
3. Trebuchet crashes:
Reason: libskia.so / libc.so
Code:
I/DEBUG ( 288): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 288): Build fingerprint: 'samsung/jfltexx/jflte:4.2.2/JDQ39/I9505XXUAMDE:user/release-keys'
I/DEBUG ( 288): Revision: '11'
I/DEBUG ( 288): pid: 3246, tid: 3476, name: AsyncTask #4 >>> com.cyanogenmod.trebuchet <<<
I/DEBUG ( 288): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00006340
I/DEBUG ( 288): r0 749d01f8 r1 00006138 r2 000002dc r3 00000225
I/DEBUG ( 288): r4 000002dc r5 000000b7 r6 749d04d4 r7 000000b7
I/DEBUG ( 288): r8 00006138 r9 000000b7 sl 00006380 fp 00000000
I/DEBUG ( 288): ip 00000001 sp 79452d98 lr 00000280 pc 4009be78 cpsr 80000010
I/DEBUG ( 288): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 288): d2 0021002100210021 d3 0000000000000000
I/DEBUG ( 288): d4 0100010001000100 d5 2f080808df272727
I/DEBUG ( 288): d6 0000000000000000 d7 0000000000000000
I/DEBUG ( 288): d8 000002dc3f000000 d9 0000000000000000
I/DEBUG ( 288): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 288): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 288): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 288): d16 0100010001000100 d17 0100010001000100
I/DEBUG ( 288): d18 0000000000000000 d19 0000000000000000
I/DEBUG ( 288): d20 0000000000000000 d21 0000000000000000
I/DEBUG ( 288): d22 0000000000000000 d23 ff2d2d2dff2d2d2d
I/DEBUG ( 288): d24 0000000000000000 d25 01dc800001d9c000
I/DEBUG ( 288): d26 0000000000000000 d27 2f080808df272727
I/DEBUG ( 288): d28 0707070703030303 d29 0002aaa80002aaa8
I/DEBUG ( 288): d30 0001000000010000 d31 0001000000010000
I/DEBUG ( 288): scr 20000093
I/DEBUG ( 288):
I/DEBUG ( 288): backtrace:
I/DEBUG ( 288): #00 pc 0001ce78 /system/lib/libc.so (memcpy+248)
I/DEBUG ( 288):
I/DEBUG ( 288): stack:
I/DEBUG ( 288): 79452d58 00000046
I/DEBUG ( 288): 79452d5c 794532b8 [stack:3476]
I/DEBUG ( 288): 79452d60 00000000
I/DEBUG ( 288): 79452d64 00000143
I/DEBUG ( 288): 79452d68 00000186
I/DEBUG ( 288): 79452d6c 00000001
I/DEBUG ( 288): 79452d70 00000186
I/DEBUG ( 288): 79452d74 00000000
I/DEBUG ( 288): 79452d78 7640b628
I/DEBUG ( 288): 79452d7c 40312f3c /system/lib/libskia.so (SkScan::FillIRect(SkIRect const&, SkRegion const*, SkBlitter*)+372)
I/DEBUG ( 288): 79452d80 00000143
I/DEBUG ( 288): 79452d84 00000002
I/DEBUG ( 288): 79452d88 00000002
I/DEBUG ( 288): 79452d8c 400a2577 /system/lib/libc.so (__vfprintf+4406)
I/DEBUG ( 288): 79452d90 df0027ad
I/DEBUG ( 288): 79452d94 00000000
I/DEBUG ( 288): #00 79452d98 000000b7
I/DEBUG ( 288): 79452d9c 00000000
I/DEBUG ( 288): 79452da0 402bc2e8 /system/lib/libskia.so
I/DEBUG ( 288): 79452da4 749d01f8
I/DEBUG ( 288): 79452da8 402bc254 /system/lib/libskia.so
I/DEBUG ( 288): 79452dac 000002dc
I/DEBUG ( 288): 79452db0 749d01f8
I/DEBUG ( 288): 79452db4 763eb240
I/DEBUG ( 288): 79452db8 00000247
I/DEBUG ( 288): 79452dbc 00000000
I/DEBUG ( 288): 79452dc0 749d01f8
I/DEBUG ( 288): 79452dc4 402bb850 /system/lib/libskia.so (SkBitmapProcShader::shadeSpan(int, int, unsigned int*, int)+60)
I/DEBUG ( 288): 79452dc8 000002dc
I/DEBUG ( 288): 79452dcc 7945327c [stack:3476]
I/DEBUG ( 288): 79452dd0 794532b8 [stack:3476]
I/DEBUG ( 288): 79452dd4 7640b628
I/DEBUG ( 288):
I/DEBUG ( 288):
I/DEBUG ( 288): memory map around fault addr 00006340:
I/DEBUG ( 288): (no map below)
I/DEBUG ( 288): (no map for address)
I/DEBUG ( 288): 40054000-40056000 r-x /system/bin/app_process
I/BootReceiver( 704): Copying /data/tombstones/tombstone_06 to DropBox (SYSTEM_TOMBSTONE)
W/ActivityManager( 704): Force finishing activity com.cyanogenmod.trebuchet/.Launcher
W/InputDispatcher( 704): channel '419002d8 com.cyanogenmod.trebuchet/com.cyanogenmod.trebuchet.Launcher (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 704): channel '419002d8 com.cyanogenmod.trebuchet/com.cyanogenmod.trebuchet.Launcher (server)' ~ Channel is unrecoverably broken and will be disposed!
D/dalvikvm( 704): GC_FOR_ALLOC freed 7502K, 37% free 26004K/41244K, paused 52ms, total 53ms
W/InputDispatcher( 704): Attempted to unregister already unregistered input channel '419002d8 com.cyanogenmod.trebuchet/com.cyanogenmod.trebuchet.Launcher (server)'
I/WindowState( 704): WIN DEATH: Window{419002d8 u0 com.cyanogenmod.trebuchet/com.cyanogenmod.trebuchet.Launcher}
D/Zygote ( 291): Process 3246 terminated by signal (11)
I/ActivityManager( 704): Process com.cyanogenmod.trebuchet (pid 3246) has died.
(shortened to fit on page)
Ril working. 3G working. Nfc working runs really smooth. Prepare for v3
You're always the first. Thanks ! I'll test it tomorrow.
Gesendet von meinem GT-I9505G mit Tapatalk 2
Can I flash 4.2.2 gapps or should I wait a new release?
MaKTaiL said:
Can I flash 4.2.2 gapps or should I wait a new release?
Click to expand...
Click to collapse
These are the gapps you need: http://fs1.d-h.st/download/00060/aPi/gapps-jb43-20130726-dmd151.zip
its for jb 4.3
broodplank1337 said:
Ril working. 3G working. Nfc working runs really smooth. Prepare for v3
Click to expand...
Click to collapse
Still issues with the apps? I guess we need Chainfire to update SU?
broodplank1337 said:
These are the gapps you need: http://fs1.d-h.st/download/00060/aPi/gapps-jb43-20130726-dmd151.zip
its for jb 4.3
Click to expand...
Click to collapse
Thanks, can't wait for V3.
broodplank1337 said:
Ril working. 3G working. Nfc working runs really smooth. Prepare for v3
Click to expand...
Click to collapse
That would mean it has no bugs anymore at all?
Audioboxer said:
Still issues with the apps? I guess we need Chainfire to update SU?
Click to expand...
Click to collapse
No it's working now
nerotix said:
That would mean it has no bugs anymore at all?
Click to expand...
Click to collapse
Lol I don't know, I doubt that. there are plenty of bugs probably but the main functions of the phone seem to all work gps is also working perfectly.
I'm now compiling it again to have a clean build, then ill add the proprietary files and upload it
In V3 all apps is fixes without modify system apk ? Thanks
edit : Thanks can't wait V3 !
broodplank1337 said:
No it's working now
Lol I don't know, I doubt that. there are plenty of bugs probably but the main functions of the phone seem to all work gps is also working perfectly.
I'm now compiling it again to have a clean build, then ill add the proprietary files and upload it
Click to expand...
Click to collapse
Nice work man, got it working myself earlier on today and have been struggling with root, just read your OP and now root is working so I'm a happy man now
Thanks a lot
nice one brood
www.broodplank.net/files/cm-10.2-20130728-UNOFFICIAL-jfltexx-v3.zip
build 3 . nfc and ril/3g is working. but now bluetooth isn't working XD. it varies all the time, it also builds it without egl libs each time, have to add a lot of libs manually to make it work properly.
No root access in v3. BT not working.
For all the rest it's smooth and working perfectly
morpheus302 said:
No root access in v3. BT not working.
For all the rest it's smooth and working perfectly
Click to expand...
Click to collapse
no root access? It's working perfectly over here lol. and yes bt isn't working idd.
broodplank1337 said:
no root access? It's working perfectly over here lol. and yes bt isn't working idd.
Click to expand...
Click to collapse
A simple reboot fixed my su problem.
Thank you very much for this build and hope BT will be working soon.
morpheus302 said:
A simple reboot fixed my su problem.
Thank you very much for this build and hope BT will be working soon.
Click to expand...
Click to collapse
Nice And yes it will. I was building with missing proprietary files. on v4 almost everything is fixed
broodplank1337 said:
Nice And yes it will. I was building with missing proprietary files. on v4 almost everything is fixed
Click to expand...
Click to collapse
hey, someone in the cm10.1 thread said he compiled a build, i asked if he had bluetooth working, hasnt responded yet.
just thought u should have a heads up there might be something u can use.
Great work! Anxiously awaiting for a 10.2 build for the jflteatt. Now that you have this done it shouldn't be to far off.

Trying to build AOSP-based Android L Preview ROM

I was able to build Android using AOSP android-l-preview_r2 project tree + a couple of CM and custom projects (kernel, device, ...). I made it pass the HTC boot animation, and I'm stuck and the android gray logo boot animation.
Here's the part of my logcat that seems to pinpoint the issue and my custom manifest :
Code:
11-01 04:47:08.033 153 153 I AudioFlinger: loadHwModule() Loaded primary audio interface from Nvidia Audio HW HAL (audio) handle 1
--------- beginning of crash
11-01 04:47:08.033 153 153 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x6 in tid 153 (mediaserver)
11-01 04:47:08.142 150 150 I SELinux : SELinux: Loaded file_contexts from /file_contexts
11-01 04:47:08.158 150 150 I DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-01 04:47:08.159 150 150 I DEBUG : Build fingerprint: 'Android/full_endeavoru/endeavoru:4.4.3.43.43.43/AOSP/billy10311923:userdebug/test-keys'
11-01 04:47:08.159 150 150 I DEBUG : Revision: '0'
11-01 04:47:08.159 150 150 I DEBUG : ABI: 'arm'
11-01 04:47:08.159 150 150 I DEBUG : pid: 153, tid: 153, name: mediaserver >>> /system/bin/mediaserver <<<
11-01 04:47:08.159 150 150 I DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x6
11-01 04:47:08.190 150 150 I DEBUG : r0 40d010c0 r1 00000002 r2 00000002 r3 33333333
11-01 04:47:08.190 150 150 I DEBUG : r4 40d010c0 r5 00000002 r6 40d5c298 r7 55555555
11-01 04:47:08.190 150 150 I DEBUG : r8 33333333 r9 40d73240 sl 40d1b380 fp 00000000
11-01 04:47:08.190 150 150 I DEBUG : ip 55555555 sp becab7b8 lr 412f9118 pc 412f913c cpsr 20010010
11-01 04:47:08.192 150 150 I DEBUG :
11-01 04:47:08.192 150 150 I DEBUG : backtrace:
11-01 04:47:08.193 150 150 I DEBUG : #00 pc 0001713c /system/lib/hw/audio.primary.tegra.so
11-01 04:47:08.193 150 150 I DEBUG : #01 pc 00014521 /system/lib/libaudioflinger.so
11-01 04:47:08.193 150 150 I DEBUG : #02 pc 000255e1 /system/lib/libaudioflinger.so
11-01 04:47:08.193 150 150 I DEBUG : #03 pc 0000ef5b /system/lib/hw/audio_policy.default.so (android_audio_legacy::AudioPolicyCompatClient::openOutput(int, unsigned int*, unsigned int*, audio_format_t*, unsigned int*, unsigned int*, audio_output_flags_t, audio_offload_info_t const*)+30)
11-01 04:47:08.194 150 150 I DEBUG : #04 pc 0000e3d5 /system/lib/hw/audio_policy.default.so (android_audio_legacy::AudioPolicyManagerBase::AudioPolicyManagerBase(android_audio_legacy::AudioPolicyClientInterface*)+580)
11-01 04:47:08.194 150 150 I DEBUG : #05 pc 00009831 /system/lib/hw/audio_policy.default.so (createAudioPolicyManager+20)
11-01 04:47:08.194 150 150 I DEBUG : #06 pc 0000f415 /system/lib/hw/audio_policy.default.so
11-01 04:47:08.194 150 150 I DEBUG : #07 pc 00025231 /system/lib/libaudioflinger.so (android::AudioPolicyService::AudioPolicyService()+388)
11-01 04:47:08.194 150 150 I DEBUG : #08 pc 00001c9f /system/bin/mediaserver
11-01 04:47:08.194 150 150 I DEBUG : #09 pc 00001605 /system/bin/mediaserver
11-01 04:47:08.194 150 150 I DEBUG : #10 pc 00012bc1 /system/lib/libc.so (__libc_init+44)
11-01 04:47:08.194 150 150 I DEBUG : #11 pc 00001898 /system/bin/mediaserver
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github"
fetch="https://github.com" />
<project path="hardware/ti/wlan" name="platform/hardware/ti/wlan" revision="refs/tags/android-4.4.4_r2.0.1" />
<remove-project name="platform/external/sepolicy" />
<project name="endeavoru/android_external_sepolicy" path="external/sepolicy" remote="github" revision="refs/heads/android-l-preview_r2" />
<remove-project name="platform/build" />
<project name="endeavoru/android_build" path="build" remote="github" revision="refs/heads/android-l-preview_r2" />
<remove-project name="platform/system/core" />
<project name="endeavoru/android_system_core" path="system/core" remote="github" revision="refs/heads/android-l-preview_r2" />
<project name="endeavoru/android_device_htc_endeavoru" path="device/htc/endeavoru" remote="github" revision="refs/heads/android-l-preview_r2" />
<project name="endeavoru/android_device_htc_tegra3-common" path="device/htc/tegra3-common" remote="github" revision="refs/heads/android-l-preview_r2" />
<project name="endeavoru/android_kernel_htc_endeavoru" path="kernel/htc/endeavoru" remote="github" revision="refs/heads/android-l-preview_r2" />
</manifest>
Could an admin transfer my thread in the Android Development Forum so I could get some help ?
Come on ? There's really no one that can even say something ?
Try to ask developers. Not many devs look there
Thanks MikeChannon for moving the thread!
I rebuilt my ROM with the android-5.0.0_r2 AOSP source code and CM's device and kernel repos. Here are some tombstones...
Code:
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Android/full_endeavoru/endeavoru:5.0/LRX21M/billy11120657:userdebug/test-keys'
Revision: '0'
ABI: 'arm'
pid: 4935, tid: 4935, name: mediaserver >>> /system/bin/mediaserver <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x6
cannot get registers: No such process
backtrace:
#00 pc 0001713c /system/lib/hw/audio.primary.tegra.so
#01 pc 0001fc15 /system/lib/libaudioflinger.so
#02 pc 0001fd69 /system/lib/libaudioflinger.so
#03 pc 00009831 /system/lib/libaudiopolicyservice.so
#04 pc 00019d41 /system/lib/libaudiopolicymanagerdefault.so (android::AudioPolicyManager::AudioPolicyManager(android::AudioPolicyClientInterface*)+972)
#05 pc fffffffd <unknown>
stack:
........ ........
........ ........
........ ........
........ ........
........ ........
........ ........
cannot get siginfo for 4935: No such process
--------- tail end of log main
11-12 19:32:28.661 4935 4935 E CameraWrapper: failed to open vendor camera module
11-12 19:32:28.664 4935 4935 I AudioPolicyService: AudioPolicyService CSTOR in new mode
11-12 19:32:28.668 4935 4935 I AudioPolicyManager: loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
11-12 19:32:28.671 4935 4935 W linker : libaudioavp.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
11-12 19:32:28.996 4935 4935 I AudioFlinger: loadHwModule() Loaded primary audio interface from Nvidia Audio HW HAL (audio) handle 1
--------- log main
11-12 19:32:28.607 4935 4935 I mediaserver: ServiceManager: 0x40f500c0
11-12 19:32:28.607 4935 4935 I AudioFlinger: Using default 3000 mSec as standby time.
11-12 19:32:28.651 4935 4935 I CameraService: CameraService started (pid=4935)
11-12 19:32:28.652 4935 4935 I CameraService: Loaded "Tegra 3 Camera Wrapper" camera module
11-12 19:32:28.652 4935 4935 V CameraWrapper: camera_get_number_of_cameras
11-12 19:32:28.652 4935 4935 V CameraWrapper: check_vendor_module
11-12 19:32:28.661 4935 4935 E HAL : load: module=/system/lib/hw/vendor-camera.tegra.so
11-12 19:32:28.661 4935 4935 E HAL : dlopen failed: could not load library "libcameraface.so" needed by "vendor-camera.tegra.so"; caused by cannot locate symbol "_ZN7android10VectorImpl19reservedVectorImpl1Ev" referenced by "libcameraface.so"...
11-12 19:32:28.661 4935 4935 E CameraWrapper: failed to open vendor camera module
11-12 19:32:28.664 4935 4935 I AudioPolicyService: AudioPolicyService CSTOR in new mode
11-12 19:32:28.668 4935 4935 I AudioPolicyManager: loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
11-12 19:32:28.671 4935 4935 W linker : libaudioavp.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
11-12 19:32:28.996 4935 4935 I AudioFlinger: loadHwModule() Loaded primary audio interface from Nvidia Audio HW HAL (audio) handle 1
Code:
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Android/full_endeavoru/endeavoru:5.0/LRX21M/billy11120657:userdebug/test-keys'
Revision: '0'
ABI: 'arm'
pid: 5780, tid: 5780, name: mediaserver >>> /system/bin/mediaserver <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x6
r0 40f010d0 r1 00000002 r2 00000002 r3 33333333
r4 40f010d0 r5 00000002 r6 40f7a180 r7 55555555
r8 33333333 r9 beccc7a0 sl 00000002 fp 00000002
ip 55555555 sp beccc708 lr 4164c118 pc 4164c13c cpsr 200f0010
d0 0000000000000000 d1 0000000000000000
d2 0000000000000000 d3 0000000000000000
d4 695f445f50534469 d5 68635f6365735f6e
d6 203e32522c324c3c d7 4f5f32495341203d
d8 0000000000000000 d9 0000000000000000
d10 0000000000000000 d11 0000000000000000
d12 0000000000000000 d13 0000000000000000
d14 0000000000000000 d15 0000000000000000
d16 0000000000000000 d17 0000000000000000
d18 0000000000000000 d19 0000000000000000
d20 0000000000000000 d21 0000000000000000
d22 0000000000000000 d23 0000000000000000
d24 0000000000000000 d25 0000000000000000
d26 0000000000000000 d27 0000000000000000
d28 0000000000000000 d29 0000000000000000
d30 0000000000000000 d31 0000000000000000
scr 00000000
backtrace:
#00 pc 0001713c /system/lib/hw/audio.primary.tegra.so
#01 pc 0001fc15 /system/lib/libaudioflinger.so
#02 pc 0001fd69 /system/lib/libaudioflinger.so
#03 pc 00009831 /system/lib/libaudiopolicyservice.so
#04 pc 00019d41 /system/lib/libaudiopolicymanagerdefault.so (android::AudioPolicyManager::AudioPolicyManager(android::AudioPolicyClientInterface*)+972)
#05 pc 0000049d /system/lib/libaudiopolicymanager.so (createAudioPolicyManager+16)
#06 pc 00006d07 /system/lib/libaudiopolicyservice.so
#07 pc 0000ec11 /system/lib/libutils.so (android::RefBase::incStrong(void const*) const+38)
#08 pc 00001d5f /system/bin/mediaserver
#09 pc 0000169d /system/bin/mediaserver
#10 pc 000128f1 /system/lib/libc.so (__libc_init+44)
#11 pc 00001938 /system/bin/mediaserver
stack:
beccc6c8 00000000
beccc6cc 4163db0c /system/lib/hw/audio.primary.tegra.so (list_push_data+24)
beccc6d0 00000000
beccc6d4 0001aba0
beccc6d8 40f4d6a4
beccc6dc 41651468 /system/lib/hw/audio.primary.tegra.so
beccc6e0 00000000
beccc6e4 40275393 /system/lib/libbinder.so (android::Parcel::~Parcel()+8)
beccc6e8 4163fe4c /system/lib/hw/audio.primary.tegra.so
beccc6ec 00000002
beccc6f0 beccc868 [stack]
beccc6f4 40f7a180
beccc6f8 00000001
beccc6fc 00000002
beccc700 beccc868 [stack]
beccc704 beccc870 [stack]
#00 beccc708 beccc7a0 [stack]
beccc70c 00000002
beccc710 00000002
beccc714 401419a7 /system/lib/libaudioflinger.so
beccc718 00000001
beccc71c 40f1b520
beccc720 beccc870 [stack]
beccc724 40f7a180
beccc728 beccc868 [stack]
beccc72c 00000000
beccc730 00000002
beccc734 40142c17 /system/lib/libaudioflinger.so
#01 beccc738 beccc870 [stack]
beccc73c beccc750 [stack]
beccc740 40f170e0
beccc744 401943c1 /system/lib/libutils.so (android::VectorImpl::_grow(unsigned int, unsigned int)+154)
beccc748 00000000
beccc74c 40f73240
beccc750 00000000
beccc754 40f7a1d8
beccc758 40f7a1d8
beccc75c 4019442d /system/lib/libutils.so (android::VectorImpl::insertAt(void const*, unsigned int, unsigned int)+44)
beccc760 beccc78c [stack]
beccc764 40f7a180
beccc768 40fd65f0
beccc76c 00000002
beccc770 beccc7a0 [stack]
beccc774 beccc870 [stack]
........ ........
#02 beccc788 beccc870 [stack]
beccc78c 00000002
beccc790 beccc86c [stack]
beccc794 00000002
beccc798 00000001
beccc79c 40f7a1ac
beccc7a0 40f73240
beccc7a4 40f88280
beccc7a8 40142d31 /system/lib/libaudioflinger.so
beccc7ac beccc7dc [stack]
beccc7b0 00000002
beccc7b4 00000001
beccc7b8 beccc870 [stack]
beccc7bc beccc868 [stack]
beccc7c0 40fd6540
beccc7c4 4081c833 /system/lib/libaudiopolicyservice.so
#03 beccc7c8 40fd65f0
beccc7cc beccc86c [stack]
beccc7d0 40fd65e8
beccc7d4 00000002
beccc7d8 4019a020 /system/lib/libutils.so
beccc7dc 40f7a180
beccc7e0 4083d39b /system/lib/libaudiopolicymanagerdefault.so
beccc7e4 40f88280
beccc7e8 beccc870 [stack]
beccc7ec beccc86c [stack]
beccc7f0 4081c7e1 /system/lib/libaudiopolicyservice.so
beccc7f4 beccc860 [stack]
beccc7f8 40f010b0
beccc7fc 4083bd43 /system/lib/libaudiopolicymanagerdefault.so (android::AudioPolicyManager::AudioPolicyManager(android::AudioPolicyClientInterface*)+974)
#04 beccc800 40fd65f0
beccc804 beccc86c [stack]
beccc808 40fd65e8
beccc80c 00000002
beccc810 0000005a
beccc814 00000000
beccc818 00000001
beccc81c 40f02230
beccc820 40f02230
beccc824 00000000
beccc828 40f882d8
beccc82c 40f882f0
beccc830 4081c7e1 /system/lib/libaudiopolicyservice.so
beccc834 4083ed4e /system/lib/libaudiopolicymanagerdefault.so
beccc838 4083d2ec /system/lib/libaudiopolicymanagerdefault.so
beccc83c 40f88544
........ ........
#05 beccc8d8 b2ebb530
beccc8dc 40f539a0
beccc8e0 beccc8ec [stack]
beccc8e4 40819d0b /system/lib/libaudiopolicyservice.so
#06 beccc8e8 40f539b4
beccc8ec 40f50110
beccc8f0 40f539a0
beccc8f4 40f1b210
beccc8f8 00000000
beccc8fc 40f1b210
beccc900 beccc92c [stack]
beccc904 beccc928 [stack]
beccc908 beccc924 [stack]
beccc90c 40f500c0
beccc910 4027310b /system/lib/libbinder.so
beccc914 40191c13 /system/lib/libutils.so (android::RefBase::incStrong(void const*) const+40)
#07 beccc918 40f539a0
beccc91c 40093d63 /system/bin/mediaserver
#08 beccc920 00000000
beccc924 40f500c0
beccc928 40f72168
beccc92c 40f539a4
beccc930 beccc9e8 [stack]
beccc934 beccc9a0 [stack]
beccc938 00000001
beccc93c beccc98c [stack]
beccc940 becccb44 [stack]
beccc944 00000000
beccc948 00000000
beccc94c 400936a1 /system/bin/mediaserver
#09 beccc950 becccf71 [stack]
beccc954 40122784
beccc958 00000000
beccc95c 00000004
beccc960 401758e1 /system/bin/linker
beccc964 40175da7 /system/bin/linker
beccc968 becccf71 [stack]
beccc96c 40122004
beccc970 00000000
beccc974 4023fdf4
beccc978 40092000 /system/bin/mediaserver
beccc97c 00000000
beccc980 becccf71 [stack]
beccc984 00000000
beccc988 4017a808 /system/bin/linker
beccc98c 40f53940
........ ........
#10 becccb10 becccb28 [stack]
becccb14 00000000
becccb18 00000000
becccb1c 00000000
becccb20 00000000
becccb24 4009393c /system/bin/mediaserver
#11 becccb28 40095d50 /system/bin/mediaserver
becccb2c 40095d58 /system/bin/mediaserver
becccb30 40095d64 /system/bin/mediaserver
becccb34 becccb40 [stack]
becccb38 00000000
becccb3c 4016f6df /system/bin/linker (__dl__ZN20LinkerBlockAllocator11protect_allEi+20)
becccb40 00000001
becccb44 becccc34 [stack]
becccb48 00000000
becccb4c becccc4c [stack]
becccb50 becccc89 [stack]
becccb54 becccc9c [stack]
becccb58 beccccb1 [stack]
becccb5c becccccc [stack]
becccb60 beccccdf [stack]
becccb64 beccccf8 [stack]
cannot get siginfo for 5785: Invalid argument
--------- log main
11-12 19:32:44.659 5780 5780 I mediaserver: ServiceManager: 0x40f500c0
11-12 19:32:44.659 5780 5780 I AudioFlinger: Using default 3000 mSec as standby time.
11-12 19:32:44.711 5780 5780 I CameraService: CameraService started (pid=5780)
11-12 19:32:44.711 5780 5780 I CameraService: Loaded "Tegra 3 Camera Wrapper" camera module
11-12 19:32:44.712 5780 5780 V CameraWrapper: camera_get_number_of_cameras
11-12 19:32:44.712 5780 5780 V CameraWrapper: check_vendor_module
11-12 19:32:44.720 5780 5780 E HAL : load: module=/system/lib/hw/vendor-camera.tegra.so
11-12 19:32:44.720 5780 5780 E HAL : dlopen failed: could not load library "libcameraface.so" needed by "vendor-camera.tegra.so"; caused by cannot locate symbol "_ZN7android10VectorImpl19reservedVectorImpl1Ev" referenced by "libcameraface.so"...
11-12 19:32:44.720 5780 5780 E CameraWrapper: failed to open vendor camera module
11-12 19:32:44.722 5780 5780 I AudioPolicyService: AudioPolicyService CSTOR in new mode
11-12 19:32:44.723 5780 5780 I AudioPolicyManager: loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
11-12 19:32:44.726 5780 5780 W linker : libaudioavp.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
11-12 19:32:45.051 5780 5780 I AudioFlinger: loadHwModule() Loaded primary audio interface from Nvidia Audio HW HAL (audio) handle 1
You have to update the headers in tegra3-common/include. They have to match the ones in libhardware/include and system/core/include with the tegra additions.
i would really like to see this gets through to the end and becomes available.
hope you find the help you need pal, good luck.
i hope this gets some attention really
few people are still sticking around with the One X
keep going m8 !
cheers
Hero!
You are my hero man! Keep doin this, i love you!!! :good::good::laugh::laugh::victory::victory:
oRmA2 said:
i hope this gets some attention really
few people are still sticking around with the One X
keep going m8 !
cheers
Click to expand...
Click to collapse
Well, to be fair, its still a damn good phone (if you exclude all the issues it could have) and there is absolutly no reason whatsoever why this can't get lollipop. Hell, if nexus 7 2012 got it. And its using a slower bin of tegra 3
Thomy is here to rescue he already had posted screenshot of Android L on our device in CM11 thread.
He has kept us a Christmas Surprise like last year.
Long live HOX
http://forum.xda-developers.com/showthread.php?p=56704198
Be nice to see one x get 5.0
Sent from my HTC One_M8 using XDA Free mobile app
Nice to see a serious dev (Thomy) is working on a Lollipop ROM.
Meanwhile, I updated the header files and am getting similar errors :
Code:
F/libc ( 449): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 462 (IMCdownload)
I/DEBUG ( 152): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 152): Build fingerprint: 'Android/full_endeavoru/endeavoru:5.0/LRX21M/billy11140702:userdebug/test-keys'
I/DEBUG ( 152): Revision: '0'
I/DEBUG ( 152): ABI: 'arm'
I/DEBUG ( 152): pid: 449, tid: 462, name: IMCdownload >>> IMCdownload <<<
I/DEBUG ( 152): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
I/DEBUG ( 152): r0 00000001 r1 00008000 r2 00008000 r3 00000000
I/DEBUG ( 152): r4 404aa1c0 r5 00008000 r6 00008000 r7 400c1094
I/DEBUG ( 152): r8 400c10f4 r9 00000000 sl 400ca5b0 fp 400c10ec
I/DEBUG ( 152): ip ffffffd4 sp 406b5d58 lr 400306cf pc 00000000 cpsr 800f0010
I/DEBUG ( 152):
I/DEBUG ( 152): backtrace:
I/DEBUG ( 152): #00 pc 00000000 <unknown>
I/DEBUG ( 152): #01 pc 0000d6cd /system/bin/IMCdownload
I/DEBUG ( 152): #02 pc 0000d7af /system/bin/IMCdownload
I/DEBUG ( 152): #03 pc 0000fdcb /system/bin/IMCdownload
I/DEBUG ( 152): #04 pc 000134ef /system/bin/IMCdownload
I/DEBUG ( 152): #05 pc 00005289 /system/bin/IMCdownload
I/DEBUG ( 152): #06 pc 000165e7 /system/lib/libc.so (__pthread_start(void*)+30)
I/DEBUG ( 152): #07 pc 000145db /system/lib/libc.so (__start_thread+6)
F/libc ( 154): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x6 in tid 154 (mediaserver)
Code:
I/DEBUG ( 152): Build fingerprint: 'Android/full_endeavoru/endeavoru:5.0/LRX21M/billy11140702:userdebug/test-keys'
I/DEBUG ( 152): Revision: '0'
I/DEBUG ( 152): ABI: 'arm'
I/DEBUG ( 152): pid: 154, tid: 154, name: mediaserver >>> /system/bin/mediaserver <<<
I/DEBUG ( 152): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x6
I/DEBUG ( 152): r0 40f010d0 r1 00000002 r2 00000002 r3 33333333
I/DEBUG ( 152): r4 40f010d0 r5 00000002 r6 40f7a180 r7 55555555
I/DEBUG ( 152): r8 33333333 r9 bed337a0 sl 00000002 fp 00000002
I/DEBUG ( 152): ip 55555555 sp bed33708 lr 4150e118 pc 4150e13c cpsr 200f0010
I/DEBUG ( 152):
I/DEBUG ( 152): backtrace:
I/DEBUG ( 152): #00 pc 0001713c /system/lib/hw/audio.primary.tegra.so
I/DEBUG ( 152): #01 pc 0001fc15 /system/lib/libaudioflinger.so
I/DEBUG ( 152): #02 pc 0001fd69 /system/lib/libaudioflinger.so
I/DEBUG ( 152): #03 pc 00009831 /system/lib/libaudiopolicyservice.so
I/DEBUG ( 152): #04 pc 00019d41 /system/lib/libaudiopolicymanagerdefault.so (android::AudioPolicyManager::AudioPolicyManager(android::AudioPolicyClientInterface*)+972)
I/DEBUG ( 152): #05 pc 0000049d /system/lib/libaudiopolicymanager.so (createAudioPolicyManager+16)
I/DEBUG ( 152): #06 pc 00006d07 /system/lib/libaudiopolicyservice.so
I/DEBUG ( 152): #07 pc 0000ec11 /system/lib/libutils.so (android::RefBase::incStrong(void const*) const+38)
I/DEBUG ( 152): #08 pc 00001d5f /system/bin/mediaserver
I/DEBUG ( 152): #09 pc 0000169d /system/bin/mediaserver
I/DEBUG ( 152): #10 pc 000128f1 /system/lib/libc.so (__libc_init+44)
I/DEBUG ( 152): #11 pc 00001938 /system/bin/mediaserver
F/libc ( 489): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x6 in tid 489 (mediaserver)
The IMCdownload crash is tricky. It crashes because various radio related things fail before it is executed. The tightened security in Lollipop is the reason for this. The crash is mostly resolved now. Check the CM tegra3-commons, vendor and http://review.cyanogenmod.org/#/c/78610/.
The mediaserver crash is because you didn't update the include headers correctly. Don't just replace them. Pay attention to the HTC_TEGRA_AUDIO define. There are other, more subtle, changes. But they shouldn't cause crashes.
If you're still interested in building it from source check the CM repositories. They're mostly up to date plus some patches in Gerrit. The endeavoru specific stuff is currently here https://github.com/thoemy/android_device_htc_endeavoru/tree/cm-12.0.
Thömy said:
The IMCdownload crash is tricky. It crashes because various radio related things fail before it is executed. The tightened security in Lollipop is the reason for this. The crash is mostly resolved now. Check the CM tegra3-commons, vendor and http://review.cyanogenmod.org/#/c/78610/.
The mediaserver crash is because you didn't update the include headers correctly. Don't just replace them. Pay attention to the HTC_TEGRA_AUDIO define. There are other, more subtle, changes. But they shouldn't cause crashes.
If you're still interested in building it from source check the CM repositories. They're mostly up to date plus some patches in Gerrit. The endeavoru specific stuff is currently here https://github.com/thoemy/android_device_htc_endeavoru/tree/cm-12.0.
Click to expand...
Click to collapse
Thanks for the insight. I started building this ROM thinking it would take forever for CM to start working on my device. Seeing you're working on it, I think the best is to let you do your stuff!
Thanks again!
Hi,
Is there anything new with Android L for our HOX ?
Thanks
Hi guys,
I see on the sibling HTX One XL (evita) XDA forum they got 5.0.1 unofficial CM12 nightly, two of them.
People there mainly report it's working fine, and that phone is very similar to this one.
So I wonder, is our version really so different, can we insert Tegra 3 support to that ROM?
Thx.
nuhi said:
Hi guys,
I see on the sibling HTX One XL (evita) XDA forum they got 5.0.1 unofficial CM12 nightly, two of them.
People there mainly report it's working fine, and that phone is very similar to this one.
So I wonder, is our version really so different, can we insert Tegra 3 support to that ROM?
Thx.
Click to expand...
Click to collapse
The only thing those devices have in common is the looks. Everything else is different.
@Thömy
Do you have any news for us about android 5?

Unfortunately Google Play Services has stopped.

I have cm11 installed on my Xperia M. Since few days I have been getting a message randomly saying - "Unfortunately Google Play Services has stopped'. It constantly keeps flashing and not only it is annoying, it also makes the phone sluggish sometimes. It is flashing even when I am typing this problem in this thread. I have tried uninstalling updates and reinstalling them and also clearing cache and data. Any solutions anybody?!?
I have the same problem - i think there is a connection between switching on Wi-Fi and this, but i don't really sure about this
error
Code:
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Sony/C1905/C1905:4.3/15.4.A.1.9/eng.user.20140509.125022:user/release-keys'
Revision: '0'
pid: 15539, tid: 15551, name: Binder_2 >>> com.google.android.gms.unstable <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr b6cc5704
r0 b6cc5700 r1 5f4e8938 r2 5b663440 r3 5b663440
r4 5b663440 r5 5b3970e0 r6 5f4e8938 r7 35600001
r8 26400005 r9 5b5d4e74 sl 5b5ce500 fp 5f4e8984
ip 5d3059b4 sp 5f4e8928 lr 5d2e7e65 pc 40156a54 cpsr 900d0030
d0 00720064006e0061 d1 002e00640069006f
d2 002e006d00720064 d3 006d007200440049
d4 e1c97466582e7bdf d5 bf55596a4c1f5b56
d6 5cc5f9ab3da651f2 d7 f8e475e852222227
d8 0000000000000000 d9 0000000000000000
d10 0000000000000000 d11 0000000000000000
d12 0000000000000000 d13 0000000000000000
d14 0000000000000000 d15 0000000000000000
d16 ce4ad679a98befed d17 ed211dd5dc27c8a3
d18 006900640065006d d19 004d0049002e0061
d20 0061006900640065 d21 00790061006c0050
d22 0065005300720065 d23 0063006900760072
d24 0000000000000000 d25 4008000000000000
d26 ffffffffffffffff d27 ffffffffffffffff
d28 00000000000000e6 d29 0000000000000002
d30 0000000000000001 d31 0000000000004000
scr 80000010
backtrace:
#00 pc 0000da54 /system/lib/libutils.so (android::RefBase::incStrong(void const*) const+1)
#01 pc 00017e61 /system/lib/libmedia_jni.so
#02 pc 0001ea10 /system/lib/libdvm.so (dvmPlatformInvoke+116)
#03 pc 0004f6cf /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#04 pc 00027ea0 /system/lib/libdvm.so
#05 pc 0002f3e4 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#06 pc 0002ca48 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#07 pc 00061afd /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
#08 pc 0004e42d /system/lib/libdvm.so
#09 pc 00072133 /system/lib/libandroid_runtime.so
#10 pc 000775d7 /system/lib/libandroid_runtime.so
#11 pc 00019cc5 /system/lib/libbinder.so (android::BBinder::transact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+60)
#12 pc 0001e239 /system/lib/libbinder.so (android::IPCThreadState::executeCommand(int)+508)
#13 pc 0001e5b7 /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+38)
#14 pc 0001e62d /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
#15 pc 000224b1 /system/lib/libbinder.so
#16 pc 0000f3e9 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+216)
#17 pc 00052495 /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)
#18 pc 0000ef1b /system/lib/libutils.so
#19 pc 0000d1c0 /system/lib/libc.so (__thread_entry+72)
#20 pc 0000d358 /system/lib/libc.so (pthread_create+240)
code around pc:
40156a34 46206060 bf00bd10 00006e42 4604b510
40156a44 ffe2f7ff f7fd4620 4620e916 b510bd10
40156a54 1d206844 ea1cf7fd f7fd4620 f1b0ea1a
40156a64 d1085f80 f04f4621 f7fd4070 68a0ea18
40156a74 68996803 bd104788 6844b510 f7fd1d20
40156a84 4620ea08 ea04f7fd f1b0b138 d1085f80
40156a94 4070f04f f7fd4621 68a0ea02 68996803
40156aa4 bd104788 68186843 30044770 bf1af003
40156ab4 4604b538 460d3004 e9f6f7fd d1192801
40156ac4 07d968e3 6823d409 5f80f1b3 e00cd100
40156ad4 e8bd4620 f0034038 68a0bf0d 694a6801
40156ae4 47904629 07c268e0 68a0d504 6801b110
40156af4 4790684a b570bd38 68444605 4620460e
40156b04 e9d2f7fd d10b2801 463168a0 68da6803
40156b14 68e04790 d40307c0 46286829 4798684b
40156b24 46314620 4070e8bd bfc2f7ff 4604b570
code around lr:
5d2e7e44 463a4629 ae0a4633 f92af7ff 4d20f846
5d2e7e54 6820b134 1c0cf850 46311860 eed8f7f9
5d2e7e64 69539a02 d13d2b00 6820e034 1c0cf850
5d2e7e74 a9031860 eeccf7f9 ac0a9b03 8008f8dd
5d2e7e84 3d18f844 681ab133 f8524621 18180c0c
5d2e7e94 eebef7f9 46404621 fa0ff7ff f7fb4620
5d2e7ea4 4629fc81 463a4620 f7fe4633 4620facb
5d2e7eb4 fc78f7fb b1319903 f853680b 18882c0c
5d2e7ec4 f7f9a903 4630eeac fc6cf7fb f7fea805
5d2e7ed4 e014f9d5 4628490f 44794a0f f7fb447a
5d2e7ee4 e7f0f9ab f7f92014 4604eeca 463a4629
5d2e7ef4 f7fe4643 9403fe91 d1b62c00 b00ae7bc
5d2e7f04 81f0e8bd 00013c42 000156b0 00013c22
5d2e7f14 000155ce 000155f1 00015618 2108b538
5d2e7f24 4d052200 f7fa4604 4b04e90e 58e8447d
5d2e7f34 60203008 bd384620 0001da60 ffffff50
logcat
same here
Am having same issue......it very annoying.....
And it is happening every time I connect to a WiFi
It started after updating the gapps that I flashed...
Someone pls help
I had a similar issue with Google play. Try cleaning the app data of:
-Google plat services
-Google play
-Google play framework
Reboot.
Hope it works
It only takes 2 taps to thank somebody here.
I can confirm that issue. It doesn't make any sense to me. It happens on both CM11 and CM12, so it can't be directly connected with the CM sources. @PecanCM
It doesn't happen on SGS3 tho, so I either suspect device tree problem or google.
RedLedLight said:
I had a similar issue with Google play. Try cleaning the app data of:
-Google plat services
-Google play
-Google play framework
Reboot.
Hope it works
It only takes 2 taps to thank somebody here.
Click to expand...
Click to collapse
Cleaning app data does'nt help, i think g analytics may also be involved in.
RedLedLight said:
I had a similar issue with Google play. Try cleaning the app data of:
-Google plat services
-Google play
-Google play framework
Reboot.
Hope it works
It only takes 2 taps to thank somebody here.
Click to expand...
Click to collapse
It didn't work. Can anyone devise a sure-working solution to this really annoying problem?
I just not using em.... my life is beautiful anyway without gapps
---------- Post added at 10:58 PM ---------- Previous post was at 10:53 PM ----------
JustArchi said:
I can confirm that issue. It doesn't make any sense to me. It happens on both CM11 and CM12, so it can't be directly connected with the CM sources. @PecanCM
It doesn't happen on SGS3 tho, so I either suspect device tree problem or google.
Click to expand...
Click to collapse
But bro, it doesn't happen on your v2.5.3 ROM. the latest update have that issue. i've stuck on your rom for almost a month n then get back to stock cm 11 without gapps:victory:
I found this in an other topic :
1. Launch Terminal (preinstalled in ROM)
2. Type su and press Enter
3. Give root rights
4. Paste this text:
pm disable com.google.android.gms/com.google.android.gms.droidguard.DroidGuardService
5. Press Enter
6. Crashing must stop
Click to expand...
Click to collapse
My problem stops after installing Lollipop, no annoying messages
My problem solved after updating to lollipop
Sent from my C1904 using XDA Free mobile app
Atimen33 said:
I found this in an other topic :
Click to expand...
Click to collapse
I tried this but still get an error
if you using Kitkat try this
[ROM][KTU84P][4.4.4][NIGHTLY/FXP341] Official CyanogenMod 11 - http://forum.xda-developers.com/showthread.php?p=57606460
[ROM][KTU84P][4.4.4][NIGHTLY/FXP341] Official CyanogenMod 11
it worked for me

GL Error makes apps crash on CUSTOM ROM

i got a problem while trying to enter on Incognite Mode on Chrome, or when I try to play a song on Spotify while I got my headphones connected through bluetooth on Spotify, Chrome and Spotify crashes and they have the same error, which says "GL errors frameworks/base/libs/hwui/renderthread/CanvasContext.cpp:550"
My device is a MTK Processor MT6580 Kernel 3.18.19 Official Android version 6.0.1 but I ported it to 7.1.2 and running OS fine except this issue I dont know how to fix
the problem generated on the logs is this:
Process: com.spotify.music
Flags: 0x38d83e44
Package: com.spotify.music v85204766 (8.7.18.1138)
Foreground: Yes
Build: 'BLU/xxx/xxx:7.1.2/xxxx/xxx:userdebug/release-keys'
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Cardinal-AOSP Version: '4.5'
Build fingerprint: 'BLU/xxx/xxx:7.1.2/xxxx/xxx:userdebug/release-keys'
Revision: '0'
ABI: 'arm'
pid: 5099, tid: 5220, name: RenderThread >>> com.spotify.music <<<
signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
Abort message: 'GL errors! frameworks/base/libs/hwui/renderthread/CanvasContext.cpp:550'
r0 00000000 r1 00001464 r2 00000006 r3 00000008
r4 8f5f0978 r5 00000006 r6 8f5f0920 r7 0000010c
r8 94ae0b80 r9 00000000 sl 973882fc fp 973882f8
ip 00000000 sp 8f5eff38 lr b4384ec7 pc b4387748 cpsr 20070010
backtrace:
#00 pc 0004a748 /system/lib/libc.so (tgkill+12)
#01 pc 00047ec3 /system/lib/libc.so (pthread_kill+34)
#02 pc 0001d6f5 /system/lib/libc.so (raise+10)
#03 pc 00019241 /system/lib/libc.so (__libc_android_abort+34)
#04 pc 000171f8 /system/lib/libc.so (abort+4)
#05 pc 0000c1dd /system/lib/libcutils.so (__android_log_assert+112)
#06 pc 00024077 /system/lib/libhwui.so
#07 pc 00025a73 /system/lib/libhwui.so
#08 pc 00029035 /system/lib/libhwui.so (_ZN7android10uirenderer12renderthread12RenderThread10threadLoopEv+80)
#09 pc 0000e3fd /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)
#10 pc 00066c11 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
#11 pc 00047993 /system/lib/libc.so (_ZL15__pthread_startPv+22)
#12 pc 00019c8d /system/lib/libc.so (__start_thread+6)
Do u have any idea what file is causing that on the ported rom and what i have to replace from stock to there? I'd appreciate any help from you, I like porting and stuff so I wish i could fix this I'd appreciate any help
I fixed the issue years ago and shared it for mt6580 community. You can grab my fixcrash patch for mt6580 on Kernel 3.18.19.
You will find some other patches too, If you need it. A bit late, but maybe it helps someone.
MT6580 - Google Drive
drive.google.com
Otherwise port my latest LineageOS 14.1 which has newest / latest patches from LineageOS included (Security Patch Level is from 2022).
Also all issues are fixed, media codec issues (Video Playback), FM Radio works, no App crashes, power profiles are included and GPS is working as well. Lot of crashes in background are fixed, which i found with logcat (improves the speed and battery lifetime).
ROM LineageOS 14.1 | [Custom]-[Updated] add the 02/27/2022 on Needrom

Categories

Resources