[Completed] Porting SystemUI - XDA Assist

I am trying to port S6 Edge SystemUI to Note 4, after doing some modifications in framework-res.apk the SystemUI now boots, but after few seconds it FCs and becomes unusable.
I have taken logcat of it but not able to get anything fruitful out of it after trying many days, the fatal logcat is as follows,
07-17 17:24:49.682: E/AndroidRuntime(9998): FATAL EXCEPTION: main
07-17 17:24:49.682: E/AndroidRuntime(9998): Process: com.android.systemui, PID: 9998
07-17 17:24:49.682: E/AndroidRuntime(9998): android.view.InflateException: Binary XML file line #2: Binary XML file line #2: Error inflating class MenuItemView
07-17 17:24:49.682: E/AndroidRuntime(9998): at android.view.LayoutInflater.inflate(LayoutInflater.java:551)
07-17 17:24:49.682: E/AndroidRuntime(9998): at android.view.LayoutInflater.inflate(LayoutInflater.java:429)
07-17 17:24:49.682: E/AndroidRuntime(9998): at com.android.systemui.statusbar.BaseStatusBar.inflateViews(BaseStatusBar.java:2435)
07-17 17:24:49.682: E/AndroidRuntime(9998): at com.android.systemui.statusbar.BaseStatusBar.createNotificationViews(BaseStatusBar.java:3197)
07-17 17:24:49.682: E/AndroidRuntime(9998): at com.android.systemui.statusbar.phone.PhoneStatusBar.addNotification(PhoneStatusBar.java:1884)
07-17 17:24:49.682: E/AndroidRuntime(9998): at com.android.systemui.statusbar.BaseStatusBar$8$1.run(BaseStatusBar.java:1188)
07-17 17:24:49.682: E/AndroidRuntime(9998): at android.os.Handler.handleCallback(Handler.java:739)
07-17 17:24:49.682: E/AndroidRuntime(9998): at android.os.Handler.dispatchMessage(Handler.java:95)
07-17 17:24:49.682: E/AndroidRuntime(9998): at android.os.Looper.loop(Looper.java:158)
07-17 17:24:49.682: E/AndroidRuntime(9998): at android.app.ActivityThread.main(ActivityThread.java:7225)
07-17 17:24:49.682: E/AndroidRuntime(9998): at java.lang.reflect.Method.invoke(Native Method)
07-17 17:24:49.682: E/AndroidRuntime(9998): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
07-17 17:24:49.682: E/AndroidRuntime(9998): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
07-17 17:24:49.682: E/AndroidRuntime(9998): Caused by: android.view.InflateException: Binary XML file line #2: Error inflating class MenuItemView
07-17 17:24:49.682: E/AndroidRuntime(9998): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:788)
07-17 17:24:49.682: E/AndroidRuntime(9998): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:716)
07-17 17:24:49.682: E/AndroidRuntime(9998): at android.view.LayoutInflater.inflate(LayoutInflater.java:498)
07-17 17:24:49.682: E/AndroidRuntime(9998): ... 12 more
07-17 17:24:49.682: E/AndroidRuntime(9998): Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.MenuItemView" on path: DexPathList[[zip file "/system/framework/com.broadcom.bt.jar", zip file "/system/framework/secvisualeffect.jar", zip file "/system/priv-app/SystemUI/SystemUI.apk"],nativeLibraryDirectories=[/system/priv-app/SystemUI/lib/arm, /vendor/lib, /system/lib]]
I can upload full logcat also, please help in this regard, I have tried many ways but unsuccessful and now I am stuck at this
Thanks in advance

As a senior member, you should be aware that we have a dedicated thread for your device and any help you require should be posted in the Q&A section there.
Thread closed as Assist is where we guide new users/members

Related

[Q] what is missing ?? logcat idea :D

hi,buddies
i have an question here is activity logcat
Code:
I/ActivityManager( 1752): Start proc com.htc.launcher for activity com.htc.launc
her/.Launcher: pid=3661 uid=10024 gids={3003, 1015, 1028}
D/dalvikvm( 1490): GC_EXPLICIT freed 38K, 74% free 2172K/8259K, paused 2ms+2ms,
total 37ms
D/dalvikvm( 1490): GC_EXPLICIT freed <1K, 74% free 2172K/8259K, paused 4ms+2ms,
total 40ms
E/Trace ( 3661): error opening trace file: No such file or directory (2)
D/dalvikvm( 1490): WAIT_FOR_CONCURRENT_GC blocked 1ms
D/dalvikvm( 1490): GC_EXPLICIT freed <1K, 74% free 2172K/8259K, paused 3ms+2ms,
total 41ms
I/ActivityThread( 3661): Pub com.htc.launcher.settings.facade: com.htc.launcher.
facade.LauncherProviderFacade
W/dalvikvm( 3661): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initi
alizing Lcom/htc/htcjavaflag/Native;
W/dalvikvm( 3661): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Lcom/htc/htcjavaflag/HtcBuildFlag;
W/dalvikvm( 3661): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Lcom/htc/launcher/util/SettingUtil;
W/dalvikvm( 3661): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Lcom/htc/launcher/util/Logger;
W/dalvikvm( 3661): Exception Ljava/lang/ExceptionInInitializerError; thrown whil
e initializing Lcom/htc/launcher/LauncherProvider;
W/dalvikvm( 3661): Class init failed in newInstance call (Lcom/htc/launcher/faca
de/LauncherProviderFacade;)
D/AndroidRuntime( 3661): Shutting down VM
W/dalvikvm( 3661): threadid=1: thread exiting with uncaught exception (group=0x4
114c300)
E/AndroidRuntime( 3661): FATAL EXCEPTION: main
E/AndroidRuntime( 3661): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 3661): at java.lang.Class.newInstanceImpl(Native Method
)
E/AndroidRuntime( 3661): at java.lang.Class.newInstance(Class.java:1319)
E/AndroidRuntime( 3661): at android.app.ActivityThread.installProvider(Ac
tivityThread.java:4733)
E/AndroidRuntime( 3661): at android.app.ActivityThread.installContentProv
iders(ActivityThread.java:4375)
E/AndroidRuntime( 3661): at android.app.ActivityThread.handleBindApplicat
ion(ActivityThread.java:4317)
E/AndroidRuntime( 3661): at android.app.ActivityThread.access$1300(Activi
tyThread.java:142)
E/AndroidRuntime( 3661): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1268)
E/AndroidRuntime( 3661): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 3661): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3661): at android.app.ActivityThread.main(ActivityThrea
d.java:4931)
E/AndroidRuntime( 3661): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 3661): at java.lang.reflect.Method.invoke(Method.java:5
11)
E/AndroidRuntime( 3661): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 3661): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:558)
E/AndroidRuntime( 3661): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3661): Caused by: java.lang.ExceptionInInitializerError
E/AndroidRuntime( 3661): at com.htc.launcher.LauncherProvider.<clinit>(La
uncherProvider.java:79)
E/AndroidRuntime( 3661): ... 15 more
E/AndroidRuntime( 3661): Caused by: java.lang.ExceptionInInitializerError
E/AndroidRuntime( 3661): at com.htc.launcher.util.Logger.<clinit>(Logger.
java:10)
E/AndroidRuntime( 3661): ... 16 more
E/AndroidRuntime( 3661): Caused by: java.lang.ExceptionInInitializerError
E/AndroidRuntime( 3661): at com.htc.launcher.util.SettingUtil.<clinit>(Se
ttingUtil.java:17)
E/AndroidRuntime( 3661): ... 17 more
E/AndroidRuntime( 3661): Caused by: java.lang.ExceptionInInitializerError
E/AndroidRuntime( 3661): at com.htc.htcjavaflag.HtcDebugFlag.getProject(H
tcDebugFlag.java)
E/AndroidRuntime( 3661): at com.htc.htcjavaflag.HtcBuildFlag.getHtc_PROJE
CT_flag(HtcBuildFlag.java)
E/AndroidRuntime( 3661): at com.htc.htcjavaflag.HtcBuildFlag.<clinit>(Htc
BuildFlag.java)
E/AndroidRuntime( 3661): ... 18 more
E/AndroidRuntime( 3661): Caused by: java.lang.UnsatisfiedLinkError: Cannot load
library: link_image[1916]: 1490 could not load needed library 'libhtcflag_nativ
e.so' for 'libhtcflag-jni.so' (reloc_library[1331]: 1490 cannot locate '__htclo
g_init_mask'...
E/AndroidRuntime( 3661): )
E/AndroidRuntime( 3661): at java.lang.Runtime.loadLibrary(Runtime.java:39
1)
E/AndroidRuntime( 3661): at java.lang.System.loadLibrary(System.java:535)
E/AndroidRuntime( 3661): at com.htc.htcjavaflag.Native.<clinit>(HtcDebugF
lag.java)
E/AndroidRuntime( 3661): ... 21 more
W/ActivityManager( 1752): Force finishing activity com.htc.launcher/.Launcher
W/ActivityManager( 1752): Activity pause timeout for ActivityRecord{41585298 com
.htc.launcher/.Launcher}
So,what is wrong?? can somebody help?
EDIT :
after copying dalvikvm.causes other problems .so i completely removed rom and im using base as these roms.porting from these links.
http://forum.xda-developers.com/show....php?t=2321867
http://forum.xda-developers.com/show....php?t=2184706
http://forum.xda-developers.com/show....php?t=2185699
and now i have completely different problem. system/lib/hw files compability problems
Code:
E/MediaPlayerService(23381): MediaPlayerService(), open failed /sys/power/pnpmgr
/apps/media_mode
E/BandwidthController(23382): runIptablesCmd(): failed /system/bin/iptables -t r
aw -N bw_raw_PREROUTING res=256
E/BandwidthController(23382): runIptablesCmd(): failed /system/bin/ip6tables -t
raw -N bw_raw_PREROUTING res=256
E/logwrapper(23507): executing /system/bin/zcb failed: Permission denied
E/JNIHelp (23508): Native registration unable to find class 'com/broadcom/bt/ser
vice/fm/FmReceiverService', aborting
F/libc (23508): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 2350
8 (zygote)
this problem repeating. i copied classes to framework2.jar and services.jar but still doesnt work..i deleted somefiles in system/lib/hw and only changed camera.default.so file.actually im getting about 10 problems.
can somebody help again??
Doğa you need to ask a recognized developer this
Sent from my One V using Tapatalk 4 Beta
any idea??
Are you trying port a sense ROM to non-HTC device?
yes and no lol
i'm trying port sense 5 for htc one v - we didnt get official update.
try to copy dalvikvm
forumber2 said:
try to copy dalvikvm
Click to expand...
Click to collapse
oba abi sen türk değilmisin ya kocaeli-gebze
dalvikvm yi kopyalayınca milyon tane başka bişey istiyor onun yerine şu linklerdeki portları birleştirip htc one v ye portlamayı deniyorum şimdide başka problemler çıktı ama
translate : after copying dalvikvm.causes other problems .so i completely removed rom and im using base as these roms.porting from these links.
http://forum.xda-developers.com/showthread.php?t=2321867
http://forum.xda-developers.com/showthread.php?t=2184706
http://forum.xda-developers.com/showthread.php?t=2185699
devamını ingilizce yazcam yoksa ban veriyolar
and now i have completely different problem. system/lib/hw files compability problems
Code:
E/MediaPlayerService(23381): MediaPlayerService(), open failed /sys/power/pnpmgr
/apps/media_mode
E/BandwidthController(23382): runIptablesCmd(): failed /system/bin/iptables -t r
aw -N bw_raw_PREROUTING res=256
E/BandwidthController(23382): runIptablesCmd(): failed /system/bin/ip6tables -t
raw -N bw_raw_PREROUTING res=256
E/logwrapper(23507): executing /system/bin/zcb failed: Permission denied
E/JNIHelp (23508): Native registration unable to find class 'com/broadcom/bt/ser
vice/fm/FmReceiverService', aborting
F/libc (23508): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 2350
8 (zygote)
this problem repeating. i copied classes to framework2.jar and services.jar but still doesnt work..i deleted somefiles in system/lib/hw and only changed camera.default.so file.actually im getting about 10 problems.
can somebody help again??

[Q] APK does not start

I have a problem when you change string.xml and code compilation does not start me on the device, but is installed after the signing. Pleace hepl me...
07-17 16:03:45.688: W/ResourceType(1295): Bad XML block: header size 28024 or total size 1702240364 is larger than data size 183
07-17 16:03:45.688: D/AndroidRuntime(1295): Shutting down VM
07-17 16:03:45.698: W/dalvikvm(1295): threadid=1: thread exiting with uncaught exception (group=0x40a71930)
07-17 16:03:45.738: E/AndroidRuntime(1295): FATAL EXCEPTION: main
07-17 16:03:45.738: E/AndroidRuntime(1295): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.droidux.components.demo.abs/com.droidux.components.demo.abs.DroidUXDemos}: android.view.InflateException: Binary XML file line #27: Error inflating class com.android.internal.widget.ActionBarContainer
07-17 16:03:45.738: E/AndroidRuntime(1295): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180)
07-17 16:03:45.738: E/AndroidRuntime(1295): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
07-17 16:03:45.738: E/AndroidRuntime(1295): at android.app.ActivityThread.access$600(ActivityThread.java:141)
07-17 16:03:45.738: E/AndroidRuntime(1295): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
07-17 16:03:45.738: E/AndroidRuntime(1295): at android.os.Handler.dispatchMessage(Handler.java:99)
07-17 16:03:45.738: E/AndroidRuntime(1295): at android.os.Looper.loop(Looper.java:137)
07-17 16:03:45.738: E/AndroidRuntime(1295): at android.app.ActivityThread.main(ActivityThread.java:5041)
07-17 16:03:45.738: E/AndroidRuntime(1295): at java.lang.reflect.Method.invokeNative(Native Method)
07-17 16:03:45.738: E/AndroidRuntime(1295): at java.lang.reflect.Method.invoke(Method.java:511)
07-17 16:03:45.738: E/AndroidRuntime(1295): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
07-17 16:03:45.738: E/AndroidRuntime(1295): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
07-17 16:03:45.738: E/AndroidRuntime(1295): at dalvik.system.NativeStart.main(Native Method)
07-17 16:03:45.738: E/AndroidRuntime(1295): Caused by: android.view.InflateException: Binary XML file line #27: Error inflating class com.android.internal.widget.ActionBarContainer
LukaszEnt said:
I have a problem when you change string.xml and code compilation does not start me on the device, but is installed after the signing. Pleace hepl me...
07-17 16:03:45.688: W/ResourceType(1295): Bad XML block: header size 28024 or total size 1702240364 is larger than data size 183
07-17 16:03:45.688: D/AndroidRuntime(1295): Shutting down VM
07-17 16:03:45.698: W/dalvikvm(1295): threadid=1: thread exiting with uncaught exception (group=0x40a71930)
07-17 16:03:45.738: E/AndroidRuntime(1295): FATAL EXCEPTION: main
07-17 16:03:45.738: E/AndroidRuntime(1295): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.droidux.components.demo.abs/com.droidux.components.demo.abs.DroidUXDemos}: android.view.InflateException: Binary XML file line #27: Error inflating class com.android.internal.widget.ActionBarContainer
07-17 16:03:45.738: E/AndroidRuntime(1295): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180)
07-17 16:03:45.738: E/AndroidRuntime(1295): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
07-17 16:03:45.738: E/AndroidRuntime(1295): at android.app.ActivityThread.access$600(ActivityThread.java:141)
07-17 16:03:45.738: E/AndroidRuntime(1295): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
07-17 16:03:45.738: E/AndroidRuntime(1295): at android.os.Handler.dispatchMessage(Handler.java:99)
07-17 16:03:45.738: E/AndroidRuntime(1295): at android.os.Looper.loop(Looper.java:137)
07-17 16:03:45.738: E/AndroidRuntime(1295): at android.app.ActivityThread.main(ActivityThread.java:5041)
07-17 16:03:45.738: E/AndroidRuntime(1295): at java.lang.reflect.Method.invokeNative(Native Method)
07-17 16:03:45.738: E/AndroidRuntime(1295): at java.lang.reflect.Method.invoke(Method.java:511)
07-17 16:03:45.738: E/AndroidRuntime(1295): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
07-17 16:03:45.738: E/AndroidRuntime(1295): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
07-17 16:03:45.738: E/AndroidRuntime(1295): at dalvik.system.NativeStart.main(Native Method)
07-17 16:03:45.738: E/AndroidRuntime(1295): Caused by: android.view.InflateException: Binary XML file line #27: Error inflating class com.android.internal.widget.ActionBarContainer
Click to expand...
Click to collapse
any ideas, I can not run a pre-built application
your xml is wrong. check it.

[BUG]Music stops playing randomly

Hi,
everytime when I'm listening to music and I'm doing something or open an app the music stops suddenly. I've tried out several players but it's always the same thing:
The music stops but the notification is visible and if I start the app is like i've killed it manually.
I recorded the error log while i was using PlayTube :
Code:
build.board: MSM8226
build.bootloader: unknown
build.brand: motorola
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: falcon_umts
build.display: KLB20.9-1.10-1.24-1.1
build.fingerprint: motorola/falcon_retde/falcon_umts:4.4.2/KLB20.9-1.10-1.24-1.1/1:user/release-keys
build.hardware: qcom
build.host: ilclbld34
build.id: KLB20.9-1.10-1.24-1.1
build.manufacturer: motorola
build.model: XT1032
build.product: falcon_retde
build.radio: unknown
build.serial: TA8900FBA9
build.tags: release-keys
build.time: 1391748482000
build.type: user
build.user: hudsoncm
version.codename: REL
version.incremental: 1
version.release: 4.4.2
version.sdk_int: 19
07-17 15:13:49.109 E/dalvikvm(9080): /system/framework/qcmediaplayer.jar odex has stale dependencies
07-17 15:13:49.142 E/dalvikvm(9080): /system/framework/am.jar odex has stale dependencies
07-17 15:13:49.323 E/memtrack(9080): Couldn't load memtrack module (No such file or directory)
07-17 15:13:49.324 E/android.os.Debug(9080): failed to load memtrack module: -2
07-17 15:13:49.729 E/dalvikvm(9097): /system/framework/qcmediaplayer.jar odex has stale dependencies
07-17 15:13:49.761 E/dalvikvm(9097): /system/framework/am.jar odex has stale dependencies
07-17 15:13:49.956 E/memtrack(9097): Couldn't load memtrack module (No such file or directory)
07-17 15:13:49.956 E/android.os.Debug(9097): failed to load memtrack module: -2
07-17 15:13:50.171 E/dalvikvm(9113): /system/framework/qcmediaplayer.jar odex has stale dependencies
07-17 15:13:50.204 E/dalvikvm(9113): /system/framework/am.jar odex has stale dependencies
07-17 15:13:50.429 E/memtrack(9113): Couldn't load memtrack module (No such file or directory)
07-17 15:13:50.429 E/android.os.Debug(9113): failed to load memtrack module: -2
07-17 15:13:50.544 E/dalvikvm(9124): /system/framework/qcmediaplayer.jar odex has stale dependencies
07-17 15:13:50.578 E/dalvikvm(9124): /system/framework/am.jar odex has stale dependencies
07-17 15:13:50.808 E/memtrack(9124): Couldn't load memtrack module (No such file or directory)
07-17 15:13:50.808 E/android.os.Debug(9124): failed to load memtrack module: -2
07-17 15:13:51.684 E/MDMCTBK (270): MdmCutbackHndler,Could not open ''
07-17 15:13:51.692 E/MDMCTBK (270): MdmCutbackHndler,Could not open ''
07-17 15:13:51.702 E/MDMCTBK (270): MdmCutbackHndler,Could not open ''
07-17 15:13:51.713 E/MDMCTBK (270): MdmCutbackHndler,Could not open ''
07-17 15:14:06.019 E/SplashScreen(9209): onDestroy
07-17 15:14:09.075 E/Surface (275): queueBuffer: error queuing buffer to SurfaceTexture, -32
07-17 15:14:09.075 E/AwesomePlayer(275): queueBuffer failed with error Broken pipe (32)
07-17 15:14:09.075 E/OMXCodec(275): [OMX.qcom.video.decoder.avc] dequeueBuffer failed w/ error 0xffffffe0
07-17 15:14:09.096 E/OMXCodec(275): set_buffers_size failed: No such file or directory (2)
07-17 15:14:09.111 E/ (275):
07-17 15:14:09.111 E/ (275): Destroy C2D instance
07-17 15:14:09.111 E/ (275):
07-17 15:14:09.111 E/ (275): Destroy C2D instance
07-17 15:14:13.007 E/dalvikvm(9385): /system/framework/qcmediaplayer.jar odex has stale dependencies
07-17 15:14:13.043 E/dalvikvm(9385): /system/framework/am.jar odex has stale dependencies
Can anyone help me and tell me how to fix this bug, because i didn't find any solution in this forum.
My english is not the best but I think you understood me
Thanks for your help
-SoulP
Not sure if this issue is related, but I found a solution to Google Music closing when other apps are being run over here: http://forum.xda-developers.com/moto-g/help/run-apps-simultaneously-t2803373
It had to do with memory being low and Android doing some sweeping. Some of the services have Nice values way too low I think. Forces Android to close out an app set with a Nice value of 130 when that should never really happen.
I that thread you write something about it GPE.
What is that?
Gesendet von meinem XT1032 mit Hilfe von XDA-FORUM, bereitgestellt von appyet.com
GPE is Google Play Edition
I finally found a solution:
In the App ROM Toolbox i played with the settings of the Minfree manager now the Apps don't stop anymore
Gesendet von meinem XT1032 mit Hilfe von XDA-FORUM, bereitgestellt von appyet.com
T
SoulP said:
Hi,
everytime when I'm listening to music and I'm doing something or open an app the music stops suddenly. I've tried out several players but it's always the same thing:
The music stops but the notification is visible and if I start the app is like i've killed it manually.
I recorded the error log while i was using PlayTube :
Code:
build.board: MSM8226
build.bootloader: unknown
build.brand: motorola
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: falcon_umts
build.display: KLB20.9-1.10-1.24-1.1
build.fingerprint: motorola/falcon_retde/falcon_umts:4.4.2/KLB20.9-1.10-1.24-1.1/1:user/release-keys
build.hardware: qcom
build.host: ilclbld34
build.id: KLB20.9-1.10-1.24-1.1
build.manufacturer: motorola
build.model: XT1032
build.product: falcon_retde
build.radio: unknown
build.serial: TA8900FBA9
build.tags: release-keys
build.time: 1391748482000
build.type: user
build.user: hudsoncm
version.codename: REL
version.incremental: 1
version.release: 4.4.2
version.sdk_int: 19
07-17 15:13:49.109 E/dalvikvm(9080): /system/framework/qcmediaplayer.jar odex has stale dependencies
07-17 15:13:49.142 E/dalvikvm(9080): /system/framework/am.jar odex has stale dependencies
07-17 15:13:49.323 E/memtrack(9080): Couldn't load memtrack module (No such file or directory)
07-17 15:13:49.324 E/android.os.Debug(9080): failed to load memtrack module: -2
07-17 15:13:49.729 E/dalvikvm(9097): /system/framework/qcmediaplayer.jar odex has stale dependencies
07-17 15:13:49.761 E/dalvikvm(9097): /system/framework/am.jar odex has stale dependencies
07-17 15:13:49.956 E/memtrack(9097): Couldn't load memtrack module (No such file or directory)
07-17 15:13:49.956 E/android.os.Debug(9097): failed to load memtrack module: -2
07-17 15:13:50.171 E/dalvikvm(9113): /system/framework/qcmediaplayer.jar odex has stale dependencies
07-17 15:13:50.204 E/dalvikvm(9113): /system/framework/am.jar odex has stale dependencies
07-17 15:13:50.429 E/memtrack(9113): Couldn't load memtrack module (No such file or directory)
07-17 15:13:50.429 E/android.os.Debug(9113): failed to load memtrack module: -2
07-17 15:13:50.544 E/dalvikvm(9124): /system/framework/qcmediaplayer.jar odex has stale dependencies
07-17 15:13:50.578 E/dalvikvm(9124): /system/framework/am.jar odex has stale dependencies
07-17 15:13:50.808 E/memtrack(9124): Couldn't load memtrack module (No such file or directory)
07-17 15:13:50.808 E/android.os.Debug(9124): failed to load memtrack module: -2
07-17 15:13:51.684 E/MDMCTBK (270): MdmCutbackHndler,Could not open ''
07-17 15:13:51.692 E/MDMCTBK (270): MdmCutbackHndler,Could not open ''
07-17 15:13:51.702 E/MDMCTBK (270): MdmCutbackHndler,Could not open ''
07-17 15:13:51.713 E/MDMCTBK (270): MdmCutbackHndler,Could not open ''
07-17 15:14:06.019 E/SplashScreen(9209): onDestroy
07-17 15:14:09.075 E/Surface (275): queueBuffer: error queuing buffer to SurfaceTexture, -32
07-17 15:14:09.075 E/AwesomePlayer(275): queueBuffer failed with error Broken pipe (32)
07-17 15:14:09.075 E/OMXCodec(275): [OMX.qcom.video.decoder.avc] dequeueBuffer failed w/ error 0xffffffe0
07-17 15:14:09.096 E/OMXCodec(275): set_buffers_size failed: No such file or directory (2)
07-17 15:14:09.111 E/ (275):
07-17 15:14:09.111 E/ (275): Destroy C2D instance
07-17 15:14:09.111 E/ (275):
07-17 15:14:09.111 E/ (275): Destroy C2D instance
07-17 15:14:13.007 E/dalvikvm(9385): /system/framework/qcmediaplayer.jar odex has stale dependencies
07-17 15:14:13.043 E/dalvikvm(9385): /system/framework/am.jar odex has stale dependencies
Can anyone help me and tell me how to fix this bug, because i didn't find any solution in this forum.
My english is not the best but I think you understood me
Thanks for your help
-SoulP
Click to expand...
Click to collapse
Try cleaning the opening for the headphone

[Q] clock not working

The clock widget is working but I can't open the clock. Here is the logcat output:
Code:
I/ActivityManager( 897): Start proc com.android.deskclock for activity com.android.deskclock/.DeskClock: pid=3426 uid=1
0042 gids={50042, 1028, 1023, 3003}
I/MicrophoneInputStream( 1725): mic_close [email protected]
D/audio_hw_primary( 230): in_standby: enter: stream (0xb8d56970) usecase(8: audio-record)
D/hardware_info( 230): hw_info_append_hw_type : device_name = voice-rec-mic
I/QCOM PowerHAL( 230): Processing audio hint. Metadata: state=0
D/audio_hw_primary( 230): adev_close_input_stream: enter:stream_handle(0xb8d56970)
D/audio_hw_primary( 230): in_standby: enter: stream (0xb8d56970) usecase(8: audio-record)
I/HotwordRecognitionRnr( 1725): Stopping hotword detection.
I/HotwordRecognitionRnr( 1725): Hotword detection finished
D/ActivityThread( 3426): handleBindApplication:com.android.deskclock
D/ActivityThread( 3426): setTargetHeapUtilization:0.75
D/ActivityThread( 3426): setTargetHeapMinFree:2097152
I/ActivityThread( 3426): Switching default density from 480 to 300
I/QCOM PowerHAL( 230): Processing audio hint. Metadata: state=0
W/dalvikvm( 3426): threadid=1: thread exiting with uncaught exception (group=0x41af6ce0)
E/AndroidRuntime( 3426): FATAL EXCEPTION: main
E/AndroidRuntime( 3426): Process: com.android.deskclock, PID: 3426
E/AndroidRuntime( 3426): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.deskclock/com.an
droid.deskclock.DeskClock}: android.database.sqlite.SQLiteException: Can't downgrade database from version 11 to 10
E/AndroidRuntime( 3426): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2224)
E/AndroidRuntime( 3426): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2283)
E/AndroidRuntime( 3426): at android.app.ActivityThread.access$800(ActivityThread.java:144)
E/AndroidRuntime( 3426): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1205)
E/AndroidRuntime( 3426): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 3426): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 3426): at android.app.ActivityThread.main(ActivityThread.java:5158)
E/AndroidRuntime( 3426): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3426): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 3426): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/AndroidRuntime( 3426): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/AndroidRuntime( 3426): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3426): Caused by: android.database.sqlite.SQLiteException: Can't downgrade database from version 11 to
10
E/AndroidRuntime( 3426): at android.database.sqlite.SQLiteOpenHelper.onDowngrade(SQLiteOpenHelper.java:361)
E/AndroidRuntime( 3426): at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:255)
E/AndroidRuntime( 3426): at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:18
8)
E/AndroidRuntime( 3426): at com.android.deskclock.provider.ClockProvider.query(ClockProvider.java:96)
E/AndroidRuntime( 3426): at android.content.ContentProvider.query(ContentProvider.java:857)
E/AndroidRuntime( 3426): at android.content.ContentProvider$Transport.query(ContentProvider.java:200)
E/AndroidRuntime( 3426): at android.content.ContentResolver.query(ContentResolver.java:461)
E/AndroidRuntime( 3426): at android.content.ContentResolver.query(ContentResolver.java:404)
E/AndroidRuntime( 3426): at com.android.deskclock.provider.AlarmInstance.getInstances(AlarmInstance.java:192)
E/AndroidRuntime( 3426): at com.android.deskclock.alarms.AlarmStateManager.updateNextAlarm(AlarmStateManager.java
:138)
E/AndroidRuntime( 3426): at com.android.deskclock.DeskClock.onCreate(DeskClock.java:178)
E/AndroidRuntime( 3426): at android.app.Activity.performCreate(Activity.java:6020)
E/AndroidRuntime( 3426): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 3426): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2181)
E/AndroidRuntime( 3426): ... 11 more
W/ActivityManager( 897): Force finishing activity com.android.deskclock/.DeskClock
I am using the LiquidSmooth ROM LS-KK-v3.2-2014-10-23-bacon.zip (tried other versions too) and always wiped system/cache/dalvik.
Any idea?
Bebbo
ok solved it:
using a file explorer I went to /data/data/com.android.deskclock/databases and removed the file alarms.db
Bebbo
Thanks for the fix man, helped me !
bebbodl said:
ok solved it:
using a file explorer I went to /data/data/com.android.deskclock/databases and removed the file alarms.db
Bebbo
Click to expand...
Click to collapse
Tnx. SGS4A fix work.

Bixby porting

Hi I'm new on xda. I'm trying to port s8 bixby feature on android marshmallow but bixby stills crash because of this error
06-07 18:24:26.769 24112 24112 E AndroidRuntime: Process: com.samsung.android.app.spage, PID: 24112
06-07 18:24:26.769 24112 24112 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate application com.samsung.android.app.spage.SPageApplication: java.lang.ClassNotFoundException: Didn't find class "com.samsung.android.app.spage.SPageApplication" on path: DexPathList[[zip file "/data/app/com.samsung.android.app.spage-1/base.apk"],nativeLibraryDirectories=[/data/app/com.samsung.android.app.spage-1/lib/arm, /vendor/lib, /system/lib]]
06-07 18:24:26.769 24112 24112 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.samsung.android.app.spage.SPageApplication" on path: DexPathList[[zip file "/data/app/com.samsung.android.app.spage-1/base.apk"],nativeLibraryDirectories=[/data/app/com.samsung.android.app.spage-1/lib/arm, /vendor/lib, /system/lib]]
06-07 18:24:26.769 24112 24112 E AndroidRuntime: Suppressed: java.lang.ClassNotFoundException: com.samsung.android.app.spage.SPageApplication
Can you help me please?
Thank you
Good bro keep trying

Categories

Resources