Help with Torch app. - Galaxy Ace S5830 Q&A, Help & Troubleshooting

Hey guys, my torch app is not working.. getting FC. This is logcat,
E/AndroidRuntime( 2029): FATAL EXCEPTION: main
E/AndroidRuntime( 2029): java.lang.RuntimeException: Unable to start service [email protected] with null: java.lang.NullPointerException
E/AndroidRuntime( 2029): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2173)
E/AndroidRuntime( 2029): at android.app.ActivityThread.access$2800(ActivityThread.java:123)
E/AndroidRuntime( 2029): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1002)
E/AndroidRuntime( 2029): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2029): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 2029): at android.app.ActivityThread.main(ActivityThread.java:3835)
E/AndroidRuntime( 2029): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2029): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 2029): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
E/AndroidRuntime( 2029): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
E/AndroidRuntime( 2029): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2029): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 2029): at net.cactii.flash2.TorchService.onStartCommand(TorchService.java:90)
E/AndroidRuntime( 2029): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2160)
E/AndroidRuntime( 2029): ... 10 more
Could someone please help

Related

App - Zattoo @NativeSD in JB ?

Hi all,
is someone using the App Zattoo on NativeSD Rom (e.g. Xylos Pacman 1.2a)?
I'm very interesting if this is running, because I can't get it working at the moment (app crashes after starting "zattoo wurde leider beendet").
Zattoo was running before for me, but as I can remember it was when my Rom was starting from SD-Card, but the old way. Running WindowsMobile in Nand an running Android via hared...
I think Zattoo is a very interesting App for watching TV on the HD2 - for me here in Germany.
If I get it running again, I will try to start it with an Switzerland-Proxy, because then also the private TV channels like RTL, SAT1, ... are avaible (already tested on PC)
Edit: Crashes also in Nand-Rom (tried NexusHD2-JellyBean-4.1.2-CM10 V1.2 // NAND with DataOnEXT)
Hmm.., maybe the Android Version (JB) is the reason? I think it was running on ICS on SD (WinMo Nand) when I was able to use it in the past.
Edit2: I will try to test in EvoHD2v10 ICS 4.0.4-full HWA "Fastest ICS ever" with NativeSD method. => Doesn't run
Hmm.., what can it be?
Thanks a lot
giovanne
giovanne said:
Hi all,
is someone using the App Zattoo on NativeSD Rom (e.g. Xylos Pacman 1.2a)?
I'm very interesting if this is running, because I can't get it working at the moment (app crashes after starting "zattoo wurde leider beendet").
...
Hmm.., what can it be?
Thanks a lot
giovanne
Click to expand...
Click to collapse
Do you have installed the flash-player? Search at the following url for "Flash Player for Android 4.0 archives"... today it's version 11.1.115.27...
http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
Cheers
Klaus
Sent from my HTC HD2 using xda app-developers app
o82239 said:
Do you have installed the flash-player? Search at the following url for "Flash Player for Android 4.0 archives"... today it's version 11.1.115.27...
http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
Cheers
Klaus
Sent from my HTC HD2 using xda app-developers app
Click to expand...
Click to collapse
Thanks for the answer.
But yes, exactly the Player Version I have installed. It is necessary when starting Zattoo from within Browser (by using a proxy for getting an switzerland IP adress and also all the german private channels . Starting Zattoo within Browser otherwise with german IP won't start because for german IP there is the App for using Zattoo.
But I can't start the Zattoo App anymore (also with Flash Player installed, but I think normally not needed for the app)
In the past last summer on holiday I used the App and it was very very good. Smooth playing the TV channels.
Can someone analyse something from the logcat when the Zattoo App is crashing?
Because of a Null pointer exception...
Code:
I/ActivityManager( 265): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.zattoo.player/.ui.StartupActivity bnds=[240,353][240,353] u=0} from pid 471
V/PhoneStatusBar( 343): setLightsOn(true)
D/libEGL ( 9610): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 9610): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 9610): loaded /system/lib/egl/libGLESv2_adreno200.so
I/Adreno200-EGL( 9610): <qeglDrvAPI_eglInitialize:294>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB.04.01.01.00.036_msm8960_JB_CL2644550_release_AU (CL2644550)
I/Adreno200-EGL( 9610): Build Date: 07/31/12 Tue
I/Adreno200-EGL( 9610): Local Branch:
I/Adreno200-EGL( 9610): Remote Branch: quic/master
I/Adreno200-EGL( 9610): Local Patches: NONE
I/Adreno200-EGL( 9610): Reconstruct Branch: AU_LINUX_ANDROID_JB.04.01.01.00.036 + NOTHING
D/OpenGLRenderer( 9610): Enabling debug mode 0
I/ActivityManager( 265): Displayed com.zattoo.player/.ui.StartupActivity: +435ms (total +2m32s986ms)
I/ActivityManager( 265): START {cmp=com.zattoo.player/.ui.ChannelsActivity u=0} from pid 9610
D/dalvikvm( 9610): GC_FOR_ALLOC freed 3271K, 55% free 3849K/8451K, paused 44ms, total 47ms
D/AndroidRuntime( 9610): Shutting down VM
W/dalvikvm( 9610): threadid=1: thread exiting with uncaught exception (group=0x40ab3300)
E/AndroidRuntime( 9610): FATAL EXCEPTION: main
E/AndroidRuntime( 9610): java.lang.NullPointerException
E/AndroidRuntime( 9610): at com.zattoo.player.ui.ChannelsAdapter.getView(ChannelsAdapter.java:118)
E/AndroidRuntime( 9610): at android.widget.AbsListView.obtainView(AbsListView.java:2273)
E/AndroidRuntime( 9610): at android.widget.ListView.measureHeightOfChildren(ListView.java:1244)
E/AndroidRuntime( 9610): at android.widget.ListView.onMeasure(ListView.java:1156)
E/AndroidRuntime( 9610): at android.view.View.measure(View.java:15172)
E/AndroidRuntime( 9610): at android.widget.RelativeLayout.measureChild(RelativeLayout.java:602)
E/AndroidRuntime( 9610): at android.widget.RelativeLayout.onMeasure(RelativeLayout.java:415)
E/AndroidRuntime( 9610): at android.view.View.measure(View.java:15172)
E/AndroidRuntime( 9610): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4816)
E/AndroidRuntime( 9610): at android.widget.FrameLayout.onMeasure(FrameLayout.java:310)
E/AndroidRuntime( 9610): at android.view.View.measure(View.java:15172)
E/AndroidRuntime( 9610): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4816)
E/AndroidRuntime( 9610): at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1390)
E/AndroidRuntime( 9610): at android.widget.LinearLayout.measureVertical(LinearLayout.java:681)
E/AndroidRuntime( 9610): at android.widget.LinearLayout.onMeasure(LinearLayout.java:574)
E/AndroidRuntime( 9610): at android.view.View.measure(View.java:15172)
E/AndroidRuntime( 9610): at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4816)
E/AndroidRuntime( 9610): at android.widget.FrameLayout.onMeasure(FrameLayout.java:310)
E/AndroidRuntime( 9610): at com.android.internal.policy.impl.PhoneWindow$DecorView.onMeasure(PhoneWindow.java:2149)
E/AndroidRuntime( 9610): at android.view.View.measure(View.java:15172)
E/AndroidRuntime( 9610): at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:1850)
E/AndroidRuntime( 9610): at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:1102)
E/AndroidRuntime( 9610): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1275)
E/AndroidRuntime( 9610): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1000)
E/AndroidRuntime( 9610): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4214)
E/AndroidRuntime( 9610): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:725)
E/AndroidRuntime( 9610): at android.view.Choreographer.doCallbacks(Choreographer.java:555)
E/AndroidRuntime( 9610): at android.view.Choreographer.doFrame(Choreographer.java:525)
E/AndroidRuntime( 9610): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:711)
E/AndroidRuntime( 9610): at android.os.Handler.handleCallback(Handler.java:615)
E/AndroidRuntime( 9610): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 9610): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 9610): at android.app.ActivityThread.main(ActivityThread.java:4965)
E/AndroidRuntime( 9610): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9610): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 9610): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 9610): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
E/AndroidRuntime( 9610): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 265): Force finishing activity com.zattoo.player/.ui.ChannelsActivity
W/ActivityManager( 265): Activity pause timeout for ActivityRecord{417872e0 com.zattoo.player/.ui.ChannelsActivity}
I/Adreno200-EGL( 471): <qeglDrvAPI_eglInitialize:294>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB.04.01.01.00.036_msm8960_JB_CL2644550_release_AU (CL2644550)
I/Adreno200-EGL( 471): Build Date: 07/31/12 Tue
I/Adreno200-EGL( 471): Local Branch:
I/Adreno200-EGL( 471): Remote Branch: quic/master
I/Adreno200-EGL( 471): Local Patches: NONE
I/Adreno200-EGL( 471): Reconstruct Branch: AU_LINUX_ANDROID_JB.04.01.01.00.036 + NOTHING

Android Wear in Galaxy Gear

I open this topic to ask the developers if it will be possible to port Android Wear on the Galaxy Gear.
AxelCM1 said:
I open this topic to ask the developers if it will be possible to port Android Wear on the Galaxy Gear.
Click to expand...
Click to collapse
There is already a thread for this here
http://forum.xda-developers.com/showthread.php?t=2685864
and I think there's another one somewhere beside that.
I tried hacking the API and changing API level 19 to API level 17, repackaging it with apktool. It loaded successfully on the Gear but I get this error.
W/dalvikvm( 5231): Unable to resolve superclass of Lcom/google/android/clockwork/stream/NotificationCollectorService; (175)
W/dalvikvm( 5231): Link of class 'Lcom/google/android/clockwork/stream/NotificationCollectorService;' failed
D/AndroidRuntime( 5231): Shutting down VM
W/dalvikvm( 5231): threadid=1: thread exiting with uncaught exception (group=0x41e42600)
E/AndroidRuntime( 5231): FATAL EXCEPTION: main
E/AndroidRuntime( 5231): java.lang.NoClassDefFoundError: com/google/android/clockwork/stream/NotificationCollectorService
E/AndroidRuntime( 5231): at com.google.android.clockwork.home.HomeApplication.writeNotificationListenerSetting(HomeApplication.java:280)
E/AndroidRuntime( 5231): at com.google.android.clockwork.home.HomeApplication.onCreate(HomeApplication.java:115)
E/AndroidRuntime( 5231): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1017)
E/AndroidRuntime( 5231): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4579)
E/AndroidRuntime( 5231): at android.app.ActivityThread.access$1400(ActivityThread.java:154)
E/AndroidRuntime( 5231): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344)
E/AndroidRuntime( 5231): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 5231): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 5231): at android.app.ActivityThread.main(ActivityThread.java:5306)
E/AndroidRuntime( 5231): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 5231): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 5231): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102)
E/AndroidRuntime( 5231): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869)
E/AndroidRuntime( 5231): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 5231): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.android.clockwork.stream.NotificationCollectorService" on path: /data/app/com.google.android.wearablepreview.app-1.apk
E/AndroidRuntime( 5231): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:65)
E/AndroidRuntime( 5231): at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
E/AndroidRuntime( 5231): at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
E/AndroidRuntime( 5231): ... 14 more
W/ContextImpl( 1790): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1337 com.android.server.am.ActivityStack.startPausingLocked:1412 com.android.server.am.ActivityStack.finishActivityLocked:5894 com.android.server.am.ActivityStack.finishActivityLocked:5808 com.android.server.am.ActivityManagerService.handleAppCrashLocked:9539
I/ActivityManager( 1790): Clearing package preferred activities from com.google.android.wearablepreview.app
Is there any chance that galaxy gear live helps you guys to port android wear on galaxy gear (One) ?
neroleptic said:
Is there any chance that galaxy gear live helps you guys to port android wear on galaxy gear (One) ?
Click to expand...
Click to collapse
+1
There has to be a way to do this, hopefully without loosing the sync functions and camera support.
Same here
Short answer, without source, is no. Samsung has already said this won't be TW-based.
Sent from my GT-P5110 using Tapatalk 2
Any update anyone? I'd love to give it a try.
We got partial source now!!! Fingers Crossed!!!
pcpimpin said:
We got partial source now!!! Fingers Crossed!!!
Click to expand...
Click to collapse
Hello pcpimpin
Good news to read you.
But can you detail a little bit more this information ?
Thanks
sqalg said:
Hello pcpimpin
Good news to read you.
But can you detail a little bit more this information ?
Thanks
Click to expand...
Click to collapse
Google released some of the source code for android wear. This may help Devs get Android Wear on non-support devices.....maybe
pcpimpin said:
Google released some of the source code for android wear. This may help Devs get Android Wear on non-support devices.....maybe
Click to expand...
Click to collapse
Has anyone contacted f0mey (dev who created null_ ROM) regarding this? He would probably be able to help with some of the Gear-specific drivers, if not a lot more too...
nissanskylinebam said:
Has anyone contacted f0mey (dev who created null_ ROM) regarding this? He would probably be able to help with some of the Gear-specific drivers, if not a lot more too...
Click to expand...
Click to collapse
There is another thread that f0mey has commented in concerning AW port:
http://forum.xda-developers.com/galaxy-gear/general/safe-to-flash-attempt-porting-android-t2816412
http://forum.xda-developers.com/showthread.php?t=2977026
Sent from my SM-N900W8 using Tapatalk

[AOSPA 5+][OFFICIAL][AOSPA-L][G2][MOST VARIANTS][Paranoid Android]

{
"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"
}
OFFICIAL AOSPA 5+ | (LG G2)
ATTENTION: BEFORE YOU DO OR POST ANYTHING!
READ THE ENTIRE OP, POST #2, & POST #3!
USE THE SEARCH TOOL!
USE GOOGLE!
READ BACK AT LEAST 5 PAGES BEFORE YOU POST ANYTHING!
STAY ON TOPIC!
RESPECT EACH OTHER!
NO FLAME WARS!
DON'T SPAM!
I'M NOT RESPONSIBLE FOR ANY MISHAPS WITH YOUR DEVICE! YOU ARE FLASHING THIS AT YOUR OWN RISK!
USE THE Q&A SECTION TO HELP EACH OTHER!
INSTRUCTIONS
SEE POST #3 OR YOU'RE GOING TO HAVE A BAD TIME
BOOT INTO RECOVERY (LATEST TWRP IS RECOMMENDED)
MAKE NANDROID BACKUP
WIPE SYSTEM, DATA, CACHE, & DALVIK CACHE
FLASH ROM
FLASH GAPPS (TK OR BANKS GAPPS RECOMMENDED)
SUPPORTED VARIANTS | (LG G2)
D800 (AT&T)
D801 (T-Mobile)
D802 (International)
D803 (Canada)
LS980 (Sprint)
VS980 (Verizon)
DOWNLOADS | (PLEASE DO NOT POST MIRRORS)
RELEASES
TK GAPPS
BANK'S GAPPS
LINKS
G+ Community
Website
GitHub
Gerrit Code Review
CREDITS & THANKS
Google
Android
Linux
Code Aurora Forum (CAF)
CyanogenMod
G2 Dream Team
@Rashed97
@houstonn
@ayysir
@sferadev
XDA
Testers
DrDev's
Hosting Shared Box
Android File Host
Basketbuild
MAKE SURE YOU HAVE ALL OF THESE FLASHED OR YOU'RE GOING TO HAVE A BAD TIME
MODEM/BASEBAND THREAD
D800
KITKAT BOOTLOADER
KITKAT MODEM
LOLLIPOP BOOTSACK
D801
KITKAT BOOTLOADER
KITKAT MODEM
LOLLIPOP BOOTSACK
D802
KITKAT BOOTLOADER
KITKAT MODEM
LOLLIPOP BOOTSACK
D803
KITKAT BOOTLOADER
KITKAT MODEM
LS980
KITKAT BOOTLOADER
KITKAT MODEM
LOLLIPOP BOOTSACK
VS980
KITKAT BOOTLOADER
KITKAT MODEM
LOLLIPOP BOOTSACK
great work son
Cant wait to test. Making a new thread was probably the best thing you could do in terms of removing confusion between current situation and the old OP in the other thread.
Sorry for the noob question but can i use kitkat baseband or need reflash jb baseband before flashing this alpha. Thank u for ur time
Sent from my LG-D802 using XDA Free mobile app
neetee said:
Sorry for the noob question but can i use kitkat baseband or need reflash jb baseband before flashing this alpha. Thank u for ur time
Sent from my LG-D802 using XDA Free mobile app
Click to expand...
Click to collapse
kitkat baseband. if you mean bootloader yes you should use jb bootloader
neetee said:
Sorry for the noob question but can i use kitkat baseband or need reflash jb baseband before flashing this alpha. Thank u for ur time
Sent from my LG-D802 using XDA Free mobile app
Click to expand...
Click to collapse
Use the KitKat baseband.
LS980 with KK baseband can't boot, I have to go back to JB baseband.
JB Baseband for vs/ls980
vs980 and ls980 need jb baseband. Hopefully at some point they can be used with the kitkat as that baseband offers more stability and what Paranoid Android 4+ used. JackPotCalvin is apparently building a cyanogenmod 12 for the vs980 with kitkat baseband.
Step to install this rom from Cloudy G3
Thanks for this rom, i really want to try this rom but i have some question. Now i have Cloudy G3 rom installed on my lg G2 (D802), what step shoud i take to install this rom. Sorry for asking.
In for some testing.
Hey Mike, Thanks for your hard work man!
It looks like there's a problem with the d803 rom file, hosting site shows 213.2 MB but downloaded file is only 203 MB.
Also MD5 don't match:
Downloaded file: 00b0669ec228ec07bd4eab5557a7186b
MD5 file: 8c4501c6ce6294111a5945014fff075e
Cheers.
---------- Post added at 10:01 PM ---------- Previous post was at 09:59 PM ----------
lee140685 said:
Thanks for this rom, i really want to try this rom but i have some question. Now i have Cloudy G3 rom installed on my lg G2 (D802), what step shoud i take to install this rom. Sorry for asking.
Click to expand...
Click to collapse
Just follow the steps listed on first post and you should be good
MikeCriggs said:
Use the KitKat baseband.
Click to expand...
Click to collapse
Rotation doesn't work on KK baseband on d800. dr87 working rotation hacked JB kernel worked.
Last build I tried was 11/30.
lee140685 said:
Thanks for this rom, i really want to try this rom but i have some question. Now i have Cloudy G3 rom installed on my lg G2 (D802), what step shoud i take to install this rom. Sorry for asking.
Click to expand...
Click to collapse
Please see the "Instructions" part of the first post.
Attention to all d803 users!
ATTENTION TO ALL D803 USERS!
I have just redone the device tree. In theory, it should work. I am building right now.
Please flash after it builds and let me know if it works!
TRACK THE BUILD PROGRESS ON MY JENKINS, HERE
DOWNLOAD THE BUILD WHEN IT FINISHES FROM MY APACHE SERVER, HERE
PLEASE ALLOW AT LEAST TWO HOURS FROM THE TIME OF THIS POST FOR THE BUILD TO FINISH!
Roaming Bug still present on VS980?
Just flashed 12-04 d802 and still have dialer fc while trying to make a call same as 12-03
I seem to have a problem with the dialer upon flashing. Looks like the dialer is missing the CALL_PRIVILEGED permission, attempting to make a call causes a force close, however it seems that I can receive calls easily. I'm running on a VS980.
Code:
I/ActivityManager( 703): START u0 {act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras)} from uid 10005 on display 0
W/ActivityManager( 703): Permission Denial: starting Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras) } from ProcessRecord{2929cf35 4112:com.android.dialer/u0a5} (pid=4112, uid=10005) requires android.permission.CALL_PRIVILEGED
D/AndroidRuntime( 4112): Shutting down VM
E/AudioTrack( 703): AudioTrack::set : Exit
E/AndroidRuntime( 4112): FATAL EXCEPTION: main
E/AndroidRuntime( 4112): Process: com.android.dialer, PID: 4112
E/AndroidRuntime( 4112): java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras) } from ProcessRecord{2929cf35 4112:com.android.dialer/u0a5} (pid=4112, uid=10005) requires android.permission.CALL_PRIVILEGED
E/AndroidRuntime( 4112): at android.os.Parcel.readException(Parcel.java:1540)
E/AndroidRuntime( 4112): at android.os.Parcel.readException(Parcel.java:1493)
E/AndroidRuntime( 4112): at android.app.ActivityManagerProxy.startActivity(ActivityManagerNative.java:2404)
E/AndroidRuntime( 4112): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1480)
E/AndroidRuntime( 4112): at android.app.Activity.startActivityForResult(Activity.java:3736)
E/AndroidRuntime( 4112): at android.app.Activity.startActivityForResult(Activity.java:3697)
E/AndroidRuntime( 4112): at android.app.Activity.startActivity(Activity.java:4007)
E/AndroidRuntime( 4112): at android.app.Activity.startActivity(Activity.java:3975)
E/AndroidRuntime( 4112): at com.android.dialer.util.DialerUtils.startActivityWithErrorToast(DialerUtils.java:85)
E/AndroidRuntime( 4112): at com.android.dialer.util.DialerUtils.startActivityWithErrorToast(DialerUtils.java:60)
E/AndroidRuntime( 4112): at com.android.dialer.dialpad.DialpadFragment.handleDialButtonPressed(DialpadFragment.java:1330)
E/AndroidRuntime( 4112): at com.android.dialer.dialpad.DialpadFragment.onClick(DialpadFragment.java:1033)
E/AndroidRuntime( 4112): at android.view.View.performClick(View.java:4756)
E/AndroidRuntime( 4112): at android.view.View$PerformClick.run(View.java:19749)
E/AndroidRuntime( 4112): at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime( 4112): at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime( 4112): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 4112): at android.app.ActivityThread.main(ActivityThread.java:5221)
E/AndroidRuntime( 4112): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 4112): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 4112): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
E/AndroidRuntime( 4112): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
W/ActivityManager( 703): Force finishing activity com.android.dialer/.DialtactsActivity
ShadowEO said:
I seem to have a problem with the dialer upon flashing. Looks like the dialer is missing the CALL_PRIVILEGED permission, attempting to make a call causes a force close, however it seems that I can receive calls easily. I'm running on a VS980.
Code:
I/ActivityManager( 703): START u0 {act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras)} from uid 10005 on display 0
W/ActivityManager( 703): Permission Denial: starting Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras) } from ProcessRecord{2929cf35 4112:com.android.dialer/u0a5} (pid=4112, uid=10005) requires android.permission.CALL_PRIVILEGED
D/AndroidRuntime( 4112): Shutting down VM
E/AudioTrack( 703): AudioTrack::set : Exit
E/AndroidRuntime( 4112): FATAL EXCEPTION: main
E/AndroidRuntime( 4112): Process: com.android.dialer, PID: 4112
E/AndroidRuntime( 4112): java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx cmp=com.android.server.telecom/.PrivilegedCallActivity (has extras) } from ProcessRecord{2929cf35 4112:com.android.dialer/u0a5} (pid=4112, uid=10005) requires android.permission.CALL_PRIVILEGED
E/AndroidRuntime( 4112): at android.os.Parcel.readException(Parcel.java:1540)
E/AndroidRuntime( 4112): at android.os.Parcel.readException(Parcel.java:1493)
E/AndroidRuntime( 4112): at android.app.ActivityManagerProxy.startActivity(ActivityManagerNative.java:2404)
E/AndroidRuntime( 4112): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1480)
E/AndroidRuntime( 4112): at android.app.Activity.startActivityForResult(Activity.java:3736)
E/AndroidRuntime( 4112): at android.app.Activity.startActivityForResult(Activity.java:3697)
E/AndroidRuntime( 4112): at android.app.Activity.startActivity(Activity.java:4007)
E/AndroidRuntime( 4112): at android.app.Activity.startActivity(Activity.java:3975)
E/AndroidRuntime( 4112): at com.android.dialer.util.DialerUtils.startActivityWithErrorToast(DialerUtils.java:85)
E/AndroidRuntime( 4112): at com.android.dialer.util.DialerUtils.startActivityWithErrorToast(DialerUtils.java:60)
E/AndroidRuntime( 4112): at com.android.dialer.dialpad.DialpadFragment.handleDialButtonPressed(DialpadFragment.java:1330)
E/AndroidRuntime( 4112): at com.android.dialer.dialpad.DialpadFragment.onClick(DialpadFragment.java:1033)
E/AndroidRuntime( 4112): at android.view.View.performClick(View.java:4756)
E/AndroidRuntime( 4112): at android.view.View$PerformClick.run(View.java:19749)
E/AndroidRuntime( 4112): at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime( 4112): at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime( 4112): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 4112): at android.app.ActivityThread.main(ActivityThread.java:5221)
E/AndroidRuntime( 4112): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 4112): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 4112): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
E/AndroidRuntime( 4112): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
W/ActivityManager( 703): Force finishing activity com.android.dialer/.DialtactsActivity
Click to expand...
Click to collapse
Please use the official bug report form: http://goo.gl/forms/F2Bw5RFv3i

Snapdragon camera v2 [flashable zip]

In less than a decade the cameras in our smartphones have become so advanced that many people choose not to buy traditional cameras at all. Of course, people still want high-quality images. These days nobody wants to settle for less than great. Neither do we.
So Here is the new Snapdragon Camera v2
Features
To Know about features visit
https://www.qualcomm.com/news/snapd...a-features-add-dslr-effects-your-mobile-phone
Click to expand...
Click to collapse
DOWNLOAD LINK
Mod Edit:
Thread closed.
You've already started a thread here
http://forum.xda-developers.com/yureka/themes-apps/flashable-snapdragon-camera-v2-t3189679
Don't work for me
Not working for me too. Logcat:
Code:
--------- beginning of crash
E/AndroidRuntime( 4249): FATAL EXCEPTION: main
E/AndroidRuntime( 4249): Process: org.codeaurora.snapcam, PID: 4249
E/AndroidRuntime( 4249): java.lang.NoClassDefFoundError: com.android.camera.PhotoModule$StatsCallback
E/AndroidRuntime( 4249): at com.android.camera.PhotoModule.<init>(PhotoModule.java:320)
E/AndroidRuntime( 4249): at com.android.camera.CameraActivity.setModuleFromIndex(CameraActivity.java:1829)
E/AndroidRuntime( 4249): at com.android.camera.CameraActivity.onCreate(CameraActivity.java:1480)
E/AndroidRuntime( 4249): at android.app.Activity.performCreate(Activity.java:6010)
E/AndroidRuntime( 4249): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1129)
E/AndroidRuntime( 4249): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2292)
E/AndroidRuntime( 4249): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2413)
E/AndroidRuntime( 4249): at android.app.ActivityThread.access$800(ActivityThread.java:155)
E/AndroidRuntime( 4249): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1317)
E/AndroidRuntime( 4249): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 4249): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 4249): at android.app.ActivityThread.main(ActivityThread.java:5343)
E/AndroidRuntime( 4249): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 4249): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 4249): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:905)
E/AndroidRuntime( 4249): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:700)
E/AndroidRuntime( 4249): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
W/ActivityManager( 1019): Force finishing activity 1 org.codeaurora.snapcam/com.android.camera.CameraLauncher

No modules works

Hey. I installed modules. I were using them a few months ago.
Code:
.
-----------------
19 wrz 2016 15:01:38 UTC
Loading Xposed v54 (for Zygote)...
Running ROM 'KM_DRIVE_23122014_V1.4_ROOTED' with fingerprint 'Android/msm8x25q_d5/msm8x25q_d5:4.1.2/JZO54K/eng.android.20141223.174135:user/test-keys'
Loading modules from /data/app/ryebread761.darktube-1.apk
Loading class ryebread761.darktube.DarkTube
Loading modules from /data/app/com.pyler.youtubebackgroundplayback-1.apk
Loading class com.pyler.youtubebackgroundplayback.YouTubeBackgroundPlayback
Loading modules from /data/app/ma.wanam.youtubeadaway-1.apk
Loading class ma.wanam.youtubeadaway.Xposed
android.content.res.Resources$NotFoundException: com.google.android.youtube:layout/guide_activity
at android.content.res.XResources.hookLayout(XResources.java:1178)
at ryebread761.darktube.DarkTube.handleInitPackageResources(DarkTube.java:16)
at de.robv.android.xposed.IXposedHookInitPackageResources$Wrapper.handleInitPackageResources(IXposedHookInitPackageResources.java:20)
at de.robv.android.xposed.callbacks.XC_InitPackageResources.call(XC_InitPackageResources.java:28)
at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
at de.robv.android.xposed.XposedBridge$6.afterHookedMethod(XposedBridge.java:344)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:645)
at android.app.ActivityThread.getTopLevelResources(Native Method)
at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:1626)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
at android.app.ActivityThread.getTopLevelResources(Native Method)
at android.app.ApplicationPackageManager.getResourcesForApplication(ApplicationPackageManager.java:714)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
at android.app.ApplicationPackageManager.getResourcesForApplication(Native Method)
at android.app.ApplicationPackageManager.getXml(ApplicationPackageManager.java:944)
at android.content.pm.PackageItemInfo.loadXmlMetaData(PackageItemInfo.java:216)
at android.app.SearchableInfo.getActivityMetaData(SearchableInfo.java:515)
at android.server.search.Searchables.buildSearchableList(Searchables.java:222)
at android.server.search.SearchManagerService.getSearchables(SearchManagerService.java:74)
at android.server.search.SearchManagerService.getGlobalSearchActivity(SearchManagerService.java:177)
at android.app.ISearchManager$Stub.onTransact(ISearchManager.java:86)
at android.os.Binder.execTransact(Binder.java:367)
at dalvik.system.NativeStart.run(Native Method)
android.content.res.Resources$NotFoundException: com.google.android.youtube:layout/guide_activity
at android.content.res.XResources.hookLayout(XResources.java:1178)
at ryebread761.darktube.DarkTube.handleInitPackageResources(DarkTube.java:16)
at de.robv.android.xposed.IXposedHookInitPackageResources$Wrapper.handleInitPackageResources(IXposedHookInitPackageResources.java:20)
at de.robv.android.xposed.callbacks.XC_InitPackageResources.call(XC_InitPackageResources.java:28)
at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
at de.robv.android.xposed.XposedBridge$6.afterHookedMethod(XposedBridge.java:344)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:645)
at android.app.ActivityThread.getTopLevelResources(Native Method)
at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:1626)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
at android.app.ActivityThread.getTopLevelResources(Native Method)
at android.app.ApplicationPackageManager.getResourcesForApplication(ApplicationPackageManager.java:714)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
at android.app.ApplicationPackageManager.getResourcesForApplication(Native Method)
at android.app.ApplicationPackageManager.getText(ApplicationPackageManager.java:916)
at android.content.pm.ComponentInfo.loadLabel(ComponentInfo.java:94)
at android.content.pm.ResolveInfo.loadLabel(ResolveInfo.java:153)
at com.android.providers.applications.ApplicationsProvider.updateApplicationsList(ApplicationsProvider.java:531)
at com.android.providers.applications.ApplicationsProvider.access$500(ApplicationsProvider.java:69)
at com.android.providers.applications.ApplicationsProvider$UpdateHandler.handleMessage(ApplicationsProvider.java:215)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.os.HandlerThread.run(HandlerThread.java:60)
android.content.res.Resources$NotFoundException: com.google.android.youtube:layout/guide_activity
at android.content.res.XResources.hookLayout(XResources.java:1178)
at ryebread761.darktube.DarkTube.handleInitPackageResources(DarkTube.java:16)
at de.robv.android.xposed.IXposedHookInitPackageResources$Wrapper.handleInitPackageResources(IXposedHookInitPackageResources.java:20)
at de.robv.android.xposed.callbacks.XC_InitPackageResources.call(XC_InitPackageResources.java:28)
at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
at de.robv.android.xposed.XposedBridge$6.afterHookedMethod(XposedBridge.java:344)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:645)
at android.app.ActivityThread.getTopLevelResources(Native Method)
at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:1626)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
at android.app.ActivityThread.getTopLevelResources(Native Method)
at android.app.ApplicationPackageManager.getResourcesForApplication(ApplicationPackageManager.java:714)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
at android.app.ApplicationPackageManager.getResourcesForApplication(Native Method)
at android.app.ApplicationPackageManager.getText(ApplicationPackageManager.java:916)
at android.content.pm.ComponentInfo.loadLabel(ComponentInfo.java:94)
at android.content.pm.ResolveInfo.loadLabel(ResolveInfo.java:153)
at com.android.launcher2.LauncherModel$ShortcutNameComparator.compare(LauncherModel.java:2584)
at com.android.launcher2.LauncherModel$ShortcutNameComparator.compare(LauncherModel.java:2566)
at java.util.TimSort.binarySort(TimSort.java:261)
at java.util.TimSort.sort(TimSort.java:204)
at java.util.TimSort.sort(TimSort.java:169)
at java.util.Arrays.sort(Arrays.java:2038)
at java.util.Collections.sort(Collections.java:1891)
at com.android.launcher2.LauncherModel$LoaderTask.loadAllAppsByBatch(LauncherModel.java:1933)
at com.android.launcher2.LauncherModel$LoaderTask.loadAndBindAllApps(LauncherModel.java:1838)
at com.android.launcher2.LauncherModel$LoaderTask.run(LauncherModel.java:1112)
at android.os.Handler.handleCallback(Handler.java:615)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.os.HandlerThread.run(HandlerThread.java:60)
YouTube: com.google.android.youtube 11.33.58 loaded!
YouTube AdAway 3.3.1: Trying brute force way...
android.content.res.Resources$NotFoundException: com.google.android.youtube:layout/guide_activity
at android.content.res.XResources.hookLayout(XResources.java:1178)
at ryebread761.darktube.DarkTube.handleInitPackageResources(DarkTube.java:16)
at de.robv.android.xposed.IXposedHookInitPackageResources$Wrapper.handleInitPackageResources(IXposedHookInitPackageResources.java:20)
at de.robv.android.xposed.callbacks.XC_InitPackageResources.call(XC_InitPackageResources.java:28)
at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
at de.robv.android.xposed.XposedBridge$6.afterHookedMethod(XposedBridge.java:344)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:645)
at android.app.ActivityThread.getTopLevelResources(Native Method)
at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:1626)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
at android.app.ActivityThread.getTopLevelResources(Native Method)
at android.app.LoadedApk.getResources(LoadedApk.java:474)
at android.app.ContextImpl.init(ContextImpl.java:1582)
at android.app.ContextImpl.init(ContextImpl.java:1574)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4024)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
at android.app.ActivityThread.handleBindApplication(Native Method)
at android.app.ActivityThread.access$1300(ActivityThread.java:133)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1263)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4794)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
at dalvik.system.NativeStart.main(Native Method)
YouTube AdAway: Successfully hooked nsb constructor!
YouTube AdAway: Successfully hooked sequence: class =koq params=mbo, mez, kpn, koi
YouTube: com.google.android.youtube 11.33.58 loaded!
YouTube AdAway 3.3.1: Trying brute force way...
android.content.res.Resources$NotFoundException: com.google.android.youtube:layout/guide_activity
at android.content.res.XResources.hookLayout(XResources.java:1178)
at ryebread761.darktube.DarkTube.handleInitPackageResources(DarkTube.java:16)
at de.robv.android.xposed.IXposedHookInitPackageResources$Wrapper.handleInitPackageResources(IXposedHookInitPackageResources.java:20)
at de.robv.android.xposed.callbacks.XC_InitPackageResources.call(XC_InitPackageResources.java:28)
at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
at de.robv.android.xposed.XposedBridge$6.afterHookedMethod(XposedBridge.java:344)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:645)
at android.app.ActivityThread.getTopLevelResources(Native Method)
at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:1626)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
at android.app.ActivityThread.getTopLevelResources(Native Method)
at android.app.LoadedApk.getResources(LoadedApk.java:474)
at android.app.ContextImpl.init(ContextImpl.java:1582)
at android.app.ContextImpl.init(ContextImpl.java:1574)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4024)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
at android.app.ActivityThread.handleBindApplication(Native Method)
at android.app.ActivityThread.access$1300(ActivityThread.java:133)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1263)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4794)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
at dalvik.system.NativeStart.main(Native Method)
YouTube AdAway: Successfully hooked nsb constructor!
YouTube AdAway: Successfully hooked sequence: class =koq params=mbo, mez, kpn, koi
android.content.res.Resources$NotFoundException: com.google.android.youtube:layout/guide_activity
at android.content.res.XResources.hookLayout(XResources.java:1178)
at ryebread761.darktube.DarkTube.handleInitPackageResources(DarkTube.java:16)
at de.robv.android.xposed.IXposedHookInitPackageResources$Wrapper.handleInitPackageResources(IXposedHookInitPackageResources.java:20)
at de.robv.android.xposed.callbacks.XC_InitPackageResources.call(XC_InitPackageResources.java:28)
at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
at de.robv.android.xposed.XposedBridge$6.afterHookedMethod(XposedBridge.java:344)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:645)
at android.app.ActivityThread.getTopLevelResources(Native Method)
at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:1626)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
at android.app.ActivityThread.getTopLevelResources(Native Method)
at android.app.ApplicationPackageManager.getResourcesForApplication(ApplicationPackageManager.java:714)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
at android.app.ApplicationPackageManager.getResourcesForApplication(Native Method)
at android.app.ApplicationPackageManager.getText(ApplicationPackageManager.java:916)
at android.content.pm.ComponentInfo.loadLabel(ComponentInfo.java:94)
at com.android.systemui.recent.RecentTasksLoader.createTaskDescription(RecentTasksLoader.java:141)
at com.android.systemui.recent.RecentTasksLoader$1.doInBackground(RecentTasksLoader.java:266)
at com.android.systemui.recent.RecentTasksLoader$1.doInBackground(RecentTasksLoader.java:230)
at android.os.AsyncTask$2.call(AsyncTask.java:287)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
at java.util.concurrent.FutureTask.run(FutureTask.java:137)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:856)

Categories

Resources