Related
I switched the OS on my OP3 to Resurrection Rom and I didn't get a chance get the OxygenOS camera app before I made the switch. Would someone mind uploading the camera app apk somewhere? I want to test it out against the camera that comes with Resurrection. Thanks!
I would, but I can't seem to find the apk, do you know where exactly I have to search?
Edit: I just found it. It was under /system/priv-app/
OnePlusCamera.apk
crysen said:
I would, but I can't seem to find the apk, do you know where exactly I have to search?
Edit: I just found it. It was under /system/priv-app/
OnePlusCamera.apk
Click to expand...
Click to collapse
Thank you so much! Hopefully this will work with resurrection...I'll report back my findings.
Don't you need to have the libs that goes with it? I doubt the apk alone will be sufficient.
EDIT/// Just as I thought, results in app crashing when launching the app. Seems we need the libs to get it working. Someone can manage to find them?
matssa said:
Don't you need to have the libs that goes with it? I doubt the apk alone will be sufficient.
EDIT/// Just as I thought, results in app crashing when launching the app. Seems we need the libs to get it working. Someone can manage to find them?
Click to expand...
Click to collapse
I would if I knew where to find them or how they are called
Here's a list from another thread. Looks like just libcam* so that would be a good start. The libs might not work with a new kernel, though.
Libcamalgo.so
Libcameracustom.so
Libcameraclient.so
Libcameraservice.so
Libcamerametadata.so
Click to expand...
Click to collapse
Scrawson said:
Here's a list from another thread. Looks like just libcam* so that would be a good start. The libs might not work with a new kernel, though.
Click to expand...
Click to collapse
This is all I found for the search "libcam":
"libcamera_client.so"
"libcamera_metadata.so"
"libcameraservice.so"
Once for 32-bit and once for 64-bit.
The path is /system/lib and /system/lib64
I created 2 folders with the lib files:
OnePlusCamera lib files
crysen said:
This is all I found for the search "libcam":
"libcamera_client.so"
"libcamera_metadata.so"
"libcameraservice.so"
Once for 32-bit and once for 64-bit.
The path is /system/lib and /system/lib64
I created 2 folders with the lib files:
OnePlusCamera lib files
Click to expand...
Click to collapse
Gonna test it out. I'm on CM13 from Grarak, so can't say if it will work. I replaced the old ones with these ones.
EDIT/// Tested it out, still FC:
Code:
06-22 13:54:50.518 8252 8252 E AndroidRuntime: FATAL EXCEPTION: main
06-22 13:54:50.518 8252 8252 E AndroidRuntime: Process: com.oneplus.camera, PID: 8252
06-22 13:54:50.518 8252 8252 E AndroidRuntime: Theme: themes:{}
06-22 13:54:50.518 8252 8252 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate application com.oneplus.camera.OPCameraApplication: java.lang.ClassNotFoundException: Didn't find class "com.oneplus.camera.OPCameraApplication" on path: DexPathList[[zip file "/data/app/com.oneplus.camera-1/base.apk"],nativeLibraryDirectories=[/data/app/com.oneplus.camera-1/lib/arm64, /vendor/lib64, /system/lib64]]
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.LoadedApk.makeApplication(LoadedApk.java:579)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4724)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:740)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(<Xposed>)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.ActivityThread.-wrap1(ActivityThread.java)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1424)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5461)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.oneplus.camera.OPCameraApplication" on path: DexPathList[[zip file "/data/app/com.oneplus.camera-1/base.apk"],nativeLibraryDirectories=[/data/app/com.oneplus.camera-1/lib/arm64, /vendor/lib64, /system/lib64]]
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.Instrumentation.newApplication(Instrumentation.java:982)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.LoadedApk.makeApplication(LoadedApk.java:574)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: ... 13 more
06-22 13:54:50.518 8252 8252 E AndroidRuntime: Suppressed: java.io.IOException: No original dex files found for dex location /data/app/com.oneplus.camera-1/base.apk
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.DexFile.openDexFileNative(Native Method)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.DexFile.openDexFile(DexFile.java:295)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.DexFile.<init>(DexFile.java:80)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.DexFile.<init>(DexFile.java:59)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.DexPathList.loadDexFile(DexPathList.java:279)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.DexPathList.makePathElements(DexPathList.java:248)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.DexPathList.<init>(DexPathList.java:120)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.java:48)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at dalvik.system.PathClassLoader.<init>(PathClassLoader.java:65)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:58)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at android.app.LoadedApk.getClassLoader(LoadedApk.java:376)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at de.robv.android.xposed.XposedBridge$1.beforeHookedMethod(XposedBridge.java:190)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:720)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: ... 10 more
06-22 13:54:50.518 8252 8252 E AndroidRuntime: Suppressed: java.lang.ClassNotFoundException: com.oneplus.camera.OPCameraApplication
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at java.lang.Class.classForName(Native Method)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
06-22 13:54:50.518 8252 8252 E AndroidRuntime: ... 16 more
06-22 13:54:50.518 8252 8252 E AndroidRuntime: Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available
06-22 13:54:50.520 1266 2416 W ActivityManager: Force finishing activity com.oneplus.camera/.OPCameraActivity
06-22 13:54:50.578 1266 6612 I OpenGLRenderer: Initialized EGL, version 1.4
06-22 13:54:51.035 1266 1509 W ActivityManager: Activity pause timeout for ActivityRecord{e85bb1a u0 com.oneplus.camera/.OPCameraActivity t509 f}
06-22 13:54:51.098 2786 3069 W LocationOracle: Best location was null
matssa said:
Gonna test it out. I'm on CM13 from Grarak, so can't say if it will work. I replaced the old ones with these ones.
Click to expand...
Click to collapse
I just manually searched in the lib directory and found some more libs, that looked as if they were also for the camera.
I uploaded them already.
/system/lib/:
libmm-qcamera.so
libmmcamera_interface.so
libopbaselib.so
libopcamera.so
libopcamerahw_interface.so
libopcameralib.so
/system/lib64/:
libopbaselib.so
libopcamera.so
libopcameralib.so
So 6 new libs for /system/lib/ and 3 new for /system/lib64/
crysen said:
I just manually searched in the lib directory and found some more libs, that looked as if they were also for the camera.
I uploaded them already.
/system/lib/:
libmm-qcamera.so
libmmcamera_interface.so
libopbaselib.so
libopcamera.so
libopcamerahw_interface.so
libopcameralib.so
/system/lib64/:
libopbaselib.so
libopcamera.so
libopcameralib.so
So 6 new libs for /system/lib/ and 3 new for /system/lib64/
Click to expand...
Click to collapse
Ah crap, reflashed my ROM... Gonna try it again after
matssa said:
Ah crap, reflashed my ROM... Gonna try it again after
Click to expand...
Click to collapse
Just tested it out, still FC. Ins't there any libs with the apk in data/app/com.oneplus.camera-1 ?
matssa said:
Just tested it out, still FC. Ins't there any libs with the apk in data/app/com.oneplus.camera-1 ?
Click to expand...
Click to collapse
I don't even have a folder named com.oneplus.camera-1.
numbere said:
I don't even have a folder named com.oneplus.camera-1.
Click to expand...
Click to collapse
Strange, cause when looking in the log, I have the following:
06-22 14:08:15.679 14580 14580 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate application com.oneplus.camera.OPCameraApplication: java.lang.ClassNotFoundException: Didn't find class "com.oneplus.camera.OPCameraApplication" on path: DexPathList[[zip file "/data/app/com.oneplus.camera-1/base.apk"],nativeLibraryDirectories=[/data/app/com.oneplus.camera-1/lib/arm64, /vendor/lib64, /system/lib64]]
If I am reading correctly, I think some files are missing in the different folders.
matssa said:
If I am reading correctly, I think some files are missing in the different folders.
Click to expand...
Click to collapse
That's odd. If you find out what's needed I'll upload the files.
matssa said:
Just tested it out, still FC. Ins't there any libs with the apk in data/app/com.oneplus.camera-1 ?
Click to expand...
Click to collapse
numbere said:
I don't even have a folder named com.oneplus.camera-1.
Click to expand...
Click to collapse
That's apparently the wrong path. I can find it under /data/data/com.oneplus.camera
There's also /data/data/com.oneplus.camera.service
They both have the subfolders "cache" and "code_cache" and "/data/data/com.oneplus.camera" additionally has a "shared_prefs"-folder.
However there are no libs only .xml and .cache files.
Edit: I just uploaded the OnePlusCameraService.apk, maybe that's the missing piece you need.
numbere said:
That's odd. If you find out what's needed I'll upload the files.
Click to expand...
Click to collapse
crysen said:
That's apparently the wrong path. I can find it under /data/data/com.oneplus.camera
There's also /data/data/com.oneplus.camera.service
They both have the subfolders "cache" and "code_cache" and "/data/data/com.oneplus.camera" additionally has a "shared_prefs"-folder.
However there are no libs only .xml and .cache files.
Click to expand...
Click to collapse
Thanks for this info. I'm not very good in terms of android programming so I don't think I will be able to sort this out ^^ I'll keep trying but can't be sure i'll be able to do it :/ We might need a real dev to take a look
Won't work that way you will need to deodex the apk by pulling framework, system/app and private app folders to PC and use an arm64 deodex tool for 5.0.1+ to do it. I did it with my op2 and got the deodexd apk which pretty much works with any device as long as I push it in system folder. Hope that helps Good Luck !
This is why I love this community. I go offline for 24 hours (I just finished my work day) and I come back to some great posts about people working on this. I wish I was as informed about all of this as you guys are (seems there's a lot I can learn) and so I don't know how much I can contribute. I'll keep monitoring this thread to see what great fruit all of this collaborating will produce. If you guys want me to do any tests, I'm ready and waiting. I'm using the unofficial Resurrection rom by kenzolo (http://forum.xda-developers.com/one...-resurrectionremix-m-v5-7-0-20160616-t3399921). You guys all rock!
lead3r1 said:
Won't work that way you will need to deodex the apk by pulling framework, system/app and private app folders to PC and use an arm64 deodex tool for 5.0.1+ to do it. I did it with my op2 and got the deodexd apk which pretty much works with any device as long as I push it in system folder. Hope that helps Good Luck !
Click to expand...
Click to collapse
http://forum.xda-developers.com/and.../script-app-joeldroid-lollipop-batch-t2980857
My phone is arriving tomorrow and I have this little doubt regarding camera.
I love RR on my D855 LG G3, but compared to stock LG ROM, quality sucks.
Do you loose any quality switching from Oxygen to CM?
Thanks!
Hi @all,
I searched around but seems that this issue has not been reported yet... and I can´t find the ticket queue to verify if this has been reported yet.
Used Phone: LG G4 H815 EUR
open BL and rooted,
plain LOS since the first version.
Actual: 14.1-20170307-Nightly-h815
It makes no difference if I install on a fresh system or just using the update.
Issue:
After each reboot the com.qualcomm.qcrilmsgtunnel crashes. This issue has been reported in the German forum since a couple of time by different user and I can reproduce the issue always.
There is no other visual subsequent error, just this crash.
The partly bug report regarding this issue:
Code:
03-07 18:56:46.754 4772 6755 I ActivityManager: Start proc 8373:com.google.process.gapps/u0a76 for broadcast com.google.android.syncadapters.contacts/.ContactsSyncAdapterBroadcastReceiver
03-07 18:56:46.880 4772 6645 I ActivityManager: Start proc 8392:com.google.android.gms.unstable/u0a35 for service com.google.android.gms/.droidguard.DroidGuardService
03-07 18:56:47.229 4772 4858 I ActivityManager: Killing 6757:com.android.printspooler/u0a70 (adj 906): empty #17
03-07 18:56:47.250 4772 6998 D ActivityManager: cleanUpApplicationRecord -- 6757
03-07 18:56:47.341 4772 6451 I ActivityManager: Start proc 8431:com.qualcomm.qcrilmsgtunnel/1001 for broadcast com.qualcomm.qcrilmsgtunnel/.QcrilMsgTunnelAutoboot
03-07 18:56:47.478 4772 4858 I ActivityManager: Start proc 8448:com.google.android.gms.ui/u0a35 for service com.google.android.gms/.chimera.UiIntentOperationService
03-07 18:56:47.684 4772 6659 I ActivityManager: Killing 7253:com.adobe.lrmobile/u0a56 (adj 906): empty #17
--------- beginning of crash
03-07 18:56:47.688 8431 8431 E AndroidRuntime: FATAL EXCEPTION: main
03-07 18:56:47.688 8431 8431 E AndroidRuntime: Process: com.qualcomm.qcrilmsgtunnel, PID: 8431
03-07 18:56:47.688 8431 8431 E AndroidRuntime: java.lang.RuntimeException: Unable to instantiate receiver com.qualcomm.qcrilmsgtunnel.QcrilMsgTunnelAutoboot: java.lang.ClassNotFoundException: Didn't find class "com.qualcomm.qcrilmsgtunnel.QcrilMsgTunnelAutoboot" on path: DexPathList[[zip file "/system/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk"],nativeLibraryDirectories=[/system/priv-app/qcrilmsgtunnel/lib/arm64, /system/lib64, /vendor/lib64, /system/lib64, /vendor/lib64]]
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3021)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread.-wrap18(ActivityThread.java)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1561)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6126)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.qualcomm.qcrilmsgtunnel.QcrilMsgTunnelAutoboot" on path: DexPathList[[zip file "/system/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk"],nativeLibraryDirectories=[/system/priv-app/qcrilmsgtunnel/lib/arm64, /system/lib64, /vendor/lib64, /system/lib64, /vendor/lib64]]
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread.handleReceiver(ActivityThread.java:3016)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: ... 8 more
03-07 18:56:47.688 8431 8431 E AndroidRuntime: Suppressed: java.io.IOException: No original dex files found for dex location /system/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.DexFile.openDexFileNative(Native Method)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.DexFile.openDexFile(DexFile.java:367)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.DexFile.<init>(DexFile.java:112)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.DexFile.<init>(DexFile.java:77)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.DexPathList.loadDexFile(DexPathList.java:359)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.DexPathList.makeElements(DexPathList.java:323)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.DexPathList.makeDexElements(DexPathList.java:263)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.DexPathList.<init>(DexPathList.java:126)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.java:48)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at dalvik.system.PathClassLoader.<init>(PathClassLoader.java:64)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at com.android.internal.os.PathClassLoaderFactory.createClassLoader(PathClassLoaderFactory.java:43)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:58)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.LoadedApk.createOrUpdateClassLoaderLocked(LoadedApk.java:520)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.LoadedApk.getClassLoader(LoadedApk.java:553)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:1866)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.LoadedApk.getResources(LoadedApk.java:766)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ContextImpl.<init>(ContextImpl.java:2038)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ContextImpl.createAppContext(ContextImpl.java:1983)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5301)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread.-wrap2(ActivityThread.java)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1545)
03-07 18:56:47.688 8431 8431 E AndroidRuntime: ... 6 more
Any idea what could be done?
Hey Rigattoni,
I have the same issue and the same provider, maybe that is related?
best Regards
Nick
Hi Nickbert,
seems not to be provider related... and not only with LG G4...
I found the related ticket, which is still not fixed yet. https://jira.lineageos.org/browse/BUGBASH-186
I have this issue on a US (T-Mobile) G4 model H811.
LineageOS 14.1 2017-03-07, OpenGapps pico 2017-03-12.
Since com.qualcomm.qcrilmsgtunnel seems to be Qualcomm's phone dialer app from what I found in searches, and since the phone dialer still seems to work, I'm viewing this as a cosmetic issue for now. (For me anyway)
Just want to add updates to this .. since 14.1-20170314-Nightly-h815 the issue never showed up again. maybe fixed maybe just disappeared
Now am on 14.1-20170321-Nightly-h815 (which came on yesterday) and the problem never appeared again.
Hi,
i've just installed the latest viper10 (v5.9.0) rom to my HTC 10. I want to change some stuff in the venom tweaks, but when i try to change an icon (carrier icon, status bar icon etc...) it shows an error : "Venom tweaks - the application has stopped".
I tried to clean the cache of the venom tweaks and venom hub in app manager, log out and log in again into my account, reinstall the rom with and without wipe and did a record when the massage appears. I cant upload the zip here and post a link so i will send you in pm if you can halp me.
I use the latest twrp recovery and stock kernel.
Thanks for your help.
szbbalint said:
Hi,
i've just installed the latest viper10 (v5.9.0) rom to my HTC 10. I want to change some stuff in the venom tweaks, but when i try to change an icon (carrier icon, status bar icon etc...) it shows an error : "Venom tweaks - the application has stopped".
I tried to clean the cache of the venom tweaks and venom hub in app manager, log out and log in again into my account, reinstall the rom with and without wipe and did a record when the massage appears. I cant upload the zip here and post a link so i will send you in pm if you can halp me.
I use the latest twrp recovery and stock kernel.
Thanks for your help.
Click to expand...
Click to collapse
just upload it to drive/dropbox or any other filehoster. Or unzip it and pull out the logcat.txt and upload oit.
j to the 4n said:
just upload it to drive/dropbox or any other filehoster. Or unzip it and pull out the logcat.txt and upload oit.
Click to expand...
Click to collapse
i cant post any link because i'm a new user... so i copy/paste the logcat.txt
04-09 08:22:40.548 8009 8009 E AndroidRuntime: FATAL EXCEPTION: main
04-09 08:22:40.548 8009 8009 E AndroidRuntime: Process: com.m0narx.tweaks, PID: 8009
04-09 08:22:40.548 8009 8009 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.PICK dat=content: }
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.app.Instrumentation.execStartActivity(Instrumentation.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.app.Activity.startActivityFromFragment(Activity.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.app.Activity$HostCallbacks.onStartActivityFromFragment(Activity.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.m0narx.tweaks.widgets.Misc.InstallBg(Misc.java:292)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.m0narx.tweaks.fragments.ScreenStatusBarHeaderOperator.onPrefChange(ScreenStatusBarHeaderOperator.java:69)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.m0narx.tweaks.widgets.BasePreferences.onPreferenceChange(BasePreferences.java:568)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.callChangeListener(HtcPreference.java:346)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.htc.libs.preference.HtcTwoStatePreference.onClick(HtcTwoStatePreference.java:55)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.performClick(HtcPreference.java:855)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.htc.libs.preference.HtcPreferenceScreen.onItemClick(HtcPreferenceScreen.java:155)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.widget.AdapterView.performItemClick(AdapterView.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.widget.AbsListView.performItemClick(AbsListView.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.widget.AbsListView$PerformClick.run(AbsListView.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.widget.AbsListView$3.run(AbsListView.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.os.Looper.loop(Looper.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
04-09 08:22:40.548 8009 8009 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: FATAL EXCEPTION: main
04-09 08:36:34.861 13283 13283 E AndroidRuntime: Process: com.m0narx.tweaks, PID: 13283
04-09 08:36:34.861 13283 13283 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.PICK dat=content: }
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.app.Instrumentation.execStartActivity(Instrumentation.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.app.Activity.startActivityFromFragment(Activity.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.app.Activity$HostCallbacks.onStartActivityFromFragment(Activity.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.m0narx.tweaks.widgets.Misc.InstallBg(Misc.java:292)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.m0narx.tweaks.fragments.ScreenStatusBarHeaderOperator.onPrefChange(ScreenStatusBarHeaderOperator.java:69)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.m0narx.tweaks.widgets.BasePreferences.onPreferenceChange(BasePreferences.java:568)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.callChangeListener(HtcPreference.java:346)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.htc.libs.preference.HtcTwoStatePreference.onClick(HtcTwoStatePreference.java:55)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.performClick(HtcPreference.java:855)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.htc.libs.preference.HtcPreferenceScreen.onItemClick(HtcPreferenceScreen.java:155)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.widget.AdapterView.performItemClick(AdapterView.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.widget.AbsListView.performItemClick(AbsListView.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.widget.AbsListView$PerformClick.run(AbsListView.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.widget.AbsListView$3.run(AbsListView.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.os.Looper.loop(Looper.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
04-09 08:36:34.861 13283 13283 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: FATAL EXCEPTION: main
04-09 08:37:23.409 13569 13569 E AndroidRuntime: Process: com.m0narx.tweaks, PID: 13569
04-09 08:37:23.409 13569 13569 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.PICK dat=content: }
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.app.Instrumentation.execStartActivity(Instrumentation.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.app.Activity.startActivityFromFragment(Activity.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.app.Activity$HostCallbacks.onStartActivityFromFragment(Activity.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.m0narx.tweaks.widgets.Misc.InstallBg(Misc.java:292)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.m0narx.tweaks.fragments.ScreenStatusBarHeaderOperator.onPrefChange(ScreenStatusBarHeaderOperator.java:69)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.m0narx.tweaks.widgets.BasePreferences.onPreferenceChange(BasePreferences.java:568)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.callChangeListener(HtcPreference.java:346)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.htc.libs.preference.HtcTwoStatePreference.onClick(HtcTwoStatePreference.java:55)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.performClick(HtcPreference.java:855)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.htc.libs.preference.HtcPreferenceScreen.onItemClick(HtcPreferenceScreen.java:155)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.widget.AdapterView.performItemClick(AdapterView.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.widget.AbsListView.performItemClick(AbsListView.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.widget.AbsListView$PerformClick.run(AbsListView.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.widget.AbsListView$3.run(AbsListView.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.os.Looper.loop(Looper.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
04-09 08:37:23.409 13569 13569 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: FATAL EXCEPTION: main
04-09 08:43:09.097 14645 14645 E AndroidRuntime: Process: com.m0narx.tweaks, PID: 14645
04-09 08:43:09.097 14645 14645 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.PICK dat=content: }
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.app.Instrumentation.execStartActivity(Instrumentation.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.app.Activity.startActivityFromFragment(Activity.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.app.Activity$HostCallbacks.onStartActivityFromFragment(Activity.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.m0narx.tweaks.widgets.Misc.InstallBg(Misc.java:292)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.m0narx.tweaks.fragments.ScreenStatusBarHeaderOperator.onPrefChange(ScreenStatusBarHeaderOperator.java:69)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.m0narx.tweaks.widgets.BasePreferences.onPreferenceChange(BasePreferences.java:568)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.callChangeListener(HtcPreference.java:346)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.htc.libs.preference.HtcTwoStatePreference.onClick(HtcTwoStatePreference.java:55)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.performClick(HtcPreference.java:855)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.htc.libs.preference.HtcPreferenceScreen.onItemClick(HtcPreferenceScreen.java:155)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.widget.AdapterView.performItemClick(AdapterView.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.widget.AbsListView.performItemClick(AbsListView.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.widget.AbsListView$PerformClick.run(AbsListView.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.widget.AbsListView$3.run(AbsListView.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.os.Looper.loop(Looper.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
04-09 08:43:09.097 14645 14645 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: FATAL EXCEPTION: main
04-09 08:45:45.240 16696 16696 E AndroidRuntime: Process: com.m0narx.tweaks, PID: 16696
04-09 08:45:45.240 16696 16696 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.PICK dat=content: }
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.app.Instrumentation.execStartActivity(Instrumentation.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.app.Activity.startActivityFromFragment(Activity.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.app.Activity$HostCallbacks.onStartActivityFromFragment(Activity.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.m0narx.tweaks.widgets.Misc.InstallBg(Misc.java:292)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.m0narx.tweaks.fragments.ScreenStatusBarHeaderOperator.onPrefChange(ScreenStatusBarHeaderOperator.java:69)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.m0narx.tweaks.widgets.BasePreferences.onPreferenceChange(BasePreferences.java:568)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.callChangeListener(HtcPreference.java:346)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.htc.libs.preference.HtcTwoStatePreference.onClick(HtcTwoStatePreference.java:55)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.performClick(HtcPreference.java:855)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.htc.libs.preference.HtcPreferenceScreen.onItemClick(HtcPreferenceScreen.java:155)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.widget.AdapterView.performItemClick(AdapterView.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.widget.AbsListView.performItemClick(AbsListView.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.widget.AbsListView$PerformClick.run(AbsListView.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.widget.AbsListView$3.run(AbsListView.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.os.Looper.loop(Looper.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
04-09 08:45:45.240 16696 16696 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
04-09 08:47:51.066 17721 17867 I System : exec(su -c logcat | grep AndroidRuntime @ com.m0narx.tweaks.process.LogcatWriter.run)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: FATAL EXCEPTION: main
04-09 08:47:59.895 17721 17721 E AndroidRuntime: Process: com.m0narx.tweaks, PID: 17721
04-09 08:47:59.895 17721 17721 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.PICK dat=content: }
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.app.Instrumentation.execStartActivity(Instrumentation.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.app.Activity.startActivityForResult(Activity.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.app.Activity.startActivityFromFragment(Activity.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.app.Activity$HostCallbacks.onStartActivityFromFragment(Activity.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.app.Fragment.startActivityForResult(Fragment.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.m0narx.tweaks.widgets.Misc.InstallBg(Misc.java:292)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.m0narx.tweaks.fragments.ScreenStatusBarHeaderOperator.onPrefChange(ScreenStatusBarHeaderOperator.java:69)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.m0narx.tweaks.widgets.BasePreferences.onPreferenceChange(BasePreferences.java:568)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.callChangeListener(HtcPreference.java:346)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.htc.libs.preference.HtcTwoStatePreference.onClick(HtcTwoStatePreference.java:55)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.htc.libs.preference.HtcPreference.performClick(HtcPreference.java:855)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.htc.libs.preference.HtcPreferenceScreen.onItemClick(HtcPreferenceScreen.java:155)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.widget.AdapterView.performItemClick(AdapterView.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.widget.AbsListView.performItemClick(AbsListView.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.widget.AbsListView$PerformClick.run(AbsListView.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.widget.AbsListView$3.run(AbsListView.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.os.Looper.loop(Looper.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
04-09 08:47:59.895 17721 17721 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
04-09 08:48:16.454 17998 17998 E AndroidRuntime: FATAL EXCEPTION: main
04-09 08:48:16.454 17998 17998 E AndroidRuntime: Process: com.m0narx.tweaks, PID: 17998
04-09 08:48:16.454 17998 17998 E AndroidRuntime: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.PICK dat=content: }
04-09 08:48:16.454 17998 17998 E AndroidRuntime: at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)
Click to expand...
Click to collapse
szbbalint said:
i cant post any link because i'm a new user... so i copy/paste the logcat.txt
Click to expand...
Click to collapse
Seemy you got no album app installed.
Install HTC Gallery or Google Photos.
j to the 4n said:
Seemy you got no album app installed.
Install HTC Gallery or Google Photos.
Click to expand...
Click to collapse
Yes, that was the problem.. Thank you for your help.
szbbalint said:
Yes, that was the problem.. Thank you for your help.
Click to expand...
Click to collapse
you are welcome.
I have extracted the APK from my FireTV and trying to get it run on my Sheild. Seems the "good" version of the app has stopped working. When I try to run on my Sheild, it just crashes, as expected. I'm sure it is doing some "Amazon" checks, and I'm trying to remove them. Right now, I'm comparing files and testing, and help would be awesome and of course, we will share for everyone's enjoyment.
Here is the logcat,
09-09 07:24:46.287 688 10324 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.att.tv/com.att.ott.tv.LauncherActivityTV} from uid 10014 on display 0
09-09 07:24:46.300 766 778 D RSMouse : mFeatureEnabled=true mPackageEnabled=false
09-09 07:24:46.305 1485 1564 D Ranker : onAction: key=com.att.tv/com.att.ott.tv.LauncherActivityTV, component=null, group=com.att.tv, actionType=ACTION_OPEN_LAUNCHPOINT (1)
09-09 07:24:46.327 688 699 I ActivityManager: Start proc 12558:com.att.tv/u0a81 for activity com.att.tv/com.att.ott.tv.LauncherActivityTV
09-09 07:24:46.383 12558 12558 I MultiDex: VM with version 2.1.0 has multidex support
09-09 07:24:46.383 12558 12558 I MultiDex: install
09-09 07:24:46.383 12558 12558 I MultiDex: VM has multidex support, MultiDex support library is disabled.
09-09 07:24:46.413 12558 12558 D StartupConfigurationPer: no valid startupConfiguration in shared preference.
09-09 07:24:46.418 12558 12558 D NetworkSecurityConfig: No Network Security Config specified, using platform default
09-09 07:24:46.426 12558 12558 D StartupConfigurationPer: no valid startupConfiguration in shared preference.
09-09 07:24:46.428 12558 12558 D StartupConfigurationPer: no valid startupConfiguration in shared preference.
09-09 07:24:46.429 12558 12558 D StartupConfigurationPer: no valid startupConfiguration in shared preference.
09-09 07:24:46.459 12558 12558 D AndroidRuntime: Shutting down VM
09-09 07:24:46.460 12558 12558 E AndroidRuntime: FATAL EXCEPTION: main
09-09 07:24:46.460 12558 12558 E AndroidRuntime: Process: com.att.tv, PID: 12558
09-09 07:24:46.460 12558 12558 E AndroidRuntime: java.lang.ExceptionInInitializerError
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.tv.TVApplication.onCreate(TVApplication.java:16)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1024)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5404)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at android.app.ActivityThread.-wrap2(ActivityThread.java)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1529)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6120)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:865)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:755)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: Caused by: java.lang.IllegalStateException: The fully qualified name of the implementation of OptionsProvider must be provided as a metadata in the AndroidManifest.xml with key com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME.
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.google.android.gms.cast.framework.a.b(Unknown Source)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.google.android.gms.cast.framework.a.a(Unknown Source)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.common.casting.CastingCommonImpl.updateCastSessionHandler(CastingCommonImpl.java:78)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.common.casting.CastingCommonImpl.<init>(CastingCommonImpl.java:73)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.common.di.CommonDependenciesModule.getCastingCommon(CommonDependenciesModule.java:1082)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.common.di.CommonDependenciesModule_GetCastingCommonFactory.get(CommonDependenciesModule_GetCastingCommonFactory.java:44)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.common.di.CommonDependenciesModule_GetCastingCommonFactory.get(CommonDependenciesModule_GetCastingCommonFactory.java:12)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at a.a.a.get(DoubleCheck.java:47)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.common.di.CommonDependenciesModule_GetQPUMSGatewayFactory.get(CommonDependenciesModule_GetQPUMSGatewayFactory.java:68)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.common.di.CommonDependenciesModule_GetQPUMSGatewayFactory.get(CommonDependenciesModule_GetQPUMSGatewayFactory.java:15)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at a.a.a.get(DoubleCheck.java:47)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.common.di.CommonDependenciesModule_GetFavoritesGatewayFactory.get(CommonDependenciesModule_GetFavoritesGatewayFactory.java:66)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.common.di.CommonDependenciesModule_GetFavoritesGatewayFactory.get(CommonDependenciesModule_GetFavoritesGatewayFactory.java:15)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at a.a.a.get(DoubleCheck.java:47)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.common.di.CommonDependenciesModule_GetUseCaseDependenciesProviderFactory.get(CommonDependenciesModule_GetUseCaseDependenciesProviderFactory.java:345)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.common.di.CommonDependenciesModule_GetUseCaseDependenciesProviderFactory.get(CommonDependenciesModule_GetUseCaseDependenciesProviderFactory.java:61)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at a.a.a.get(DoubleCheck.java:47)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.common.di.CommonDependenciesModule_GetUseCaseProviderFactory.get(CommonDependenciesModule_GetUseCaseProviderFactory.java:32)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.common.di.CommonDependenciesModule_GetUseCaseProviderFactory.get(CommonDependenciesModule_GetUseCaseProviderFactory.java:10)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at a.a.a.get(DoubleCheck.java:47)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.common.di.CommonDependenciesProviderImpl_MembersInjector.injectUseCaseProvider(CommonDependenciesProviderImpl_MembersInjector.java:394)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.tv.a.e.a(TVDependenciesProviderImpl_MembersInjector.java:329)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.tv.a.e.injectMembers(TVDependenciesProviderImpl_MembersInjector.java:43)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.tv.a.a.a(DaggerTVDependenciesComponent.java:1114)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.tv.a.d.<init>(TVDependenciesProviderImpl.java:17)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: at com.att.ott.tv.a.f.<clinit>(TVDependenciesProviderSupplier.java:4)
09-09 07:24:46.460 12558 12558 E AndroidRuntime: ... 11 more
09-09 07:24:46.462 688 945 W ActivityManager: Force finishing activity com.att.tv/com.att.ott.tv.LauncherActivityTV
09-09 07:24:46.480 766 17081 D RSMouse : mFeatureEnabled=true mPackageEnabled=false
09-09 07:24:46.504 688 2578 I OpenGLRenderer: Initialized EGL, version 1.4
09-09 07:24:46.505 688 2578 D OpenGLRenderer: Swap behavior 2
09-09 07:24:46.700 688 1573 I ActivityManager: Process com.android.tv.settings (pid 2141) has died
09-09 07:24:46.700 688 1573 D ActivityManager: cleanUpApplicationRecord -- 2141
09-09 07:24:46.700 688 1573 W ActivityManager: Scheduling restart of crashed service com.android.tv.settings/.users.UserSwitchListenerService in 1000ms
It appears that this one is the Amazon version of the app, modified to work. For me, it appears that CBS, Olympic Channel and VOD work (which wasn't the case on any of the previous versions).
https://www.sendspace.com/file/nqy4ok
videorx said:
It appears that this one is the Amazon version of the app, modified to work. For me, it appears that CBS, Olympic Channel and VOD work (which wasn't the case on any of the previous versions).
https://www.sendspace.com/file/nqy4ok
Click to expand...
Click to collapse
Thanks! That one works great! I'm trying to figure how they are taking the FireTV version and make them work on the Shield. I'm pretty sure it's the AndroidManifest.XML file
However, when I use apktool to decode it, it outputs another encoded one. When I try to run apktool on the one you posted, it decodes it, and you can see that it is in fact for AndroidTV. I'm curious to see if this AndroidManifest.xml file will work on other versions as well.
Here is the decoded file if you or anyone is interested,
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.att.tv" platformBuildVersionCode="23" platformBuildVersionName="6.0-2438415">
<uses-feature android:name="android.software.leanback" android:required="true"/>
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-feature android:name="android.hardware.location" android:required="false"/>
<uses-feature android:name="android.hardware.location.network" android:required="false"/>
<uses-feature android:name="android.hardware.location.gps" android:required="false"/>
<application android:allowBackup="false" android:banner="@mipmap/banner" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:largeHeap="true" android:name="com.att.ott.tv.TVApplication" android:supportsRtl="false" android:theme="@style/DTVTheme">
<activity android:label="@string/app_name" android:name="com.att.ott.tv.controller.movie.VODMovieDetailsActivityTV"/>
<activity android:label="@string/app_name" android:name="com.att.ott.tv.controller.tvseries.VODTVSeriesDetailsActivityTV"/>
<activity android:label="@string/app_name" android:name="com.att.ott.tv.controller.navigation.NavigationActivity"/>
<activity android:label="@string/app_name" android:name="com.att.ott.tv.LauncherActivityTV">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LEANBACK_LAUNCHER"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity android:label="@string/app_name" android:name="com.att.ott.tv.controller.tvseries.VODTVSeriesEpisodeDetailsActivityTV"/>
<activity android:label="@string/app_name" android:name="com.att.ott.tv.controller.settings.SettingActivityTV"/>
<activity android:label="@string/app_name" android:name="com.att.ott.tv.controller.watchlist.WatchListActivityTV"/>
<activity android:name="com.att.ott.tv.controller.login.LoginActivityTV" android:windowSoftInputMode="adjustResize"/>
<activity android:label="" android:name="com.att.ott.tv.controller.networks.NetworkDetailsActivityTV"/>
<activity android:label="@string/app_name" android:name="com.att.ott.tv.controller.genre.GenreDetailsActivityTv"/>
<activity android:label="@string/app_name" android:name="com.att.ott.tv.controller.container.SingleContainerCuratedActivityTV"/>
<activity android:label="" android:name="com.att.ott.tv.controller.program.LiveProgramDetailsActivityTV"/>
<activity android:label="Nielsen Measurement" android:name="com.att.ott.tv.controller.nielsen.NielsenActivity"/>
<activity android:label="Basic Settings WebView" android:name="com.att.ott.tv.controller.settings.BasicSettingsWebViewTvActivity"/>
<activity android:label="Channel Details" android:name="com.att.ott.tv.controller.channeldetails.ChannelDetailsTvActivity"/>
<service android:exported="false" android:name="com.att.ott.common.playback.libraries.quick_play.vstb.VstbAppService">
<intent-filter>
<action android:name="com.att.ott.common.playback.libraries.quick_play.vstb.VstbAppService"/>
</intent-filter>
</service>
<receiver android:name="com.google.android.gms.cast.framework.media.MediaIntentReceiver"/>
<service android:name="com.google.android.gms.cast.framework.media.MediaNotificationService"/>
<service android:name="com.google.android.gms.cast.framework.ReconnectionService"/>
<activity android:exported="false" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
</application>
</manifest>
updated (Modded) version -- DIRECTV NOW Android TV - 1.0.17.4303 - Mobile Profile
via www.sendspace.com / file/ uuczkr
Hello can someone fix the new apk DIRECTV tv now
Here the apk thanks
https://app.box.com/s/0uuhespfs1i1oo42j12gu2ypk23icbgl
---------- Post added at 03:48 AM ---------- Previous post was at 03:43 AM ----------
svfusion said:
I have extracted the APK from my FireTV and trying to get it run on my Sheild. Seems the "good" version of the app has stopped working. When I try to run on my Sheild, it just crashes, as expected. I'm sure it is doing some "Amazon" checks, and I'm trying to remove them. Right now, I'm comparing files and testing, and help would be awesome and of course, we will share for everyone's enjoyment.
Click to expand...
Click to collapse
How can i extracted the new update from my firestick 3 gen
app wont work
The modified directv now app for shield tv version 1.0.17 was working great until this morning. Its requiring an update. Is there any newer version of this app that will work on the shield tv? Any chance someone could make it work? Thanks so much.
You can try this version if you want:
https://www.sendspace.com/file/hidelf
This is version 1.0.25.5100 - mobile profile
There is another thread in the Q&A section that may have a working version as well, as it appears that people are having success with the one directly extracted from the Fire TV.
Every time I build lineage OS 16, I keep getting this error and I looked everywhere for the solution and I can’t really find it.
Device tree
https://github.com/488315/android_device_amazon_karnak?files=1
Kernel source:
https://github.com/488315/android_kernel_mediatek_mt8163?files=1
The error I get:
Code:
home/kai/android/lineage/out/target/product/karnak/dex_bootjars/system/framework/boot.prof
/bin/bash -c "ANDROID_LOG_TAGS=\"*:e\" /home/kai/android/lineage/out/host/linux-x86/bin/profman --create-profile-from=frameworks/base/config/boot-image-profile.txt --reference-profile-file=/home/kai/android/lineage/out/target/product/karnak/dex_bootjars/system/framework/boot.prof"
profman E 04-04 17:45:03 6779 6779 profman.cc:78] APK files must be specified
profman E 04-04 17:45:03 6779 6779 profman.cc:78] Command: /home/kai/android/lineage/out/host/linux-x86/bin/profman --create-profile-from=frameworks/base/config/boot-image-profile.txt --reference-profile-file=/home/kai/android/lineage/out/target/product/karnak/dex_bootjars/system/framework/boot.prof
profman E 04-04 17:45:03 6779 6779 profman.cc:78] Usage: profman [options]...
profman E 04-04 17:45:03 6779 6779 profman.cc:78]
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --dump-only: dumps the content of the specified profile files
profman E 04-04 17:45:03 6779 6779 profman.cc:78] to standard output (default) in a human readable form.
profman E 04-04 17:45:03 6779 6779 profman.cc:78]
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --dump-output-to-fd=<number>: redirects --dump-only output to a file descriptor.
profman E 04-04 17:45:03 6779 6779 profman.cc:78]
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --dump-classes-and-methods: dumps a sorted list of classes and methods that are
profman E 04-04 17:45:03 6779 6779 profman.cc:78] in the specified profile file to standard output (default) in a human
profman E 04-04 17:45:03 6779 6779 profman.cc:78] readable form. The output is valid input for --create-profile-from
profman E 04-04 17:45:03 6779 6779 profman.cc:78]
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --profile-file=<filename>: specify profiler output file to use for compilation.
profman E 04-04 17:45:03 6779 6779 profman.cc:78] Can be specified multiple time, in which case the data from the different
profman E 04-04 17:45:03 6779 6779 profman.cc:78] profiles will be aggregated.
profman E 04-04 17:45:03 6779 6779 profman.cc:78]
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --profile-file-fd=<number>: same as --profile-file but accepts a file descriptor.
profman E 04-04 17:45:03 6779 6779 profman.cc:78] Cannot be used together with --profile-file.
profman E 04-04 17:45:03 6779 6779 profman.cc:78]
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --reference-profile-file=<filename>: specify a reference profile.
profman E 04-04 17:45:03 6779 6779 profman.cc:78] The data in this file will be compared with the data obtained by merging
profman E 04-04 17:45:03 6779 6779 profman.cc:78] all the files specified with --profile-file or --profile-file-fd.
profman E 04-04 17:45:03 6779 6779 profman.cc:78] If the exit code is EXIT_COMPILE then all --profile-file will be merged into
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --reference-profile-file.
profman E 04-04 17:45:03 6779 6779 profman.cc:78]
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --reference-profile-file-fd=<number>: same as --reference-profile-file but
profman E 04-04 17:45:03 6779 6779 profman.cc:78] accepts a file descriptor. Cannot be used together with
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --reference-profile-file.
profman E 04-04 17:45:03 6779 6779 profman.cc:78]
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --generate-test-profile=<filename>: generates a random profile file for testing.
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --generate-test-profile-num-dex=<number>: number of dex files that should be
profman E 04-04 17:45:03 6779 6779 profman.cc:78] included in the generated profile. Defaults to 20.
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --generate-test-profile-method-percentage=<number>: the percentage from the maximum
profman E 04-04 17:45:03 6779 6779 profman.cc:78] number of methods that should be generated. Defaults to 5.
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --generate-test-profile-class-percentage=<number>: the percentage from the maximum
profman E 04-04 17:45:03 6779 6779 profman.cc:78] number of classes that should be generated. Defaults to 5.
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --generate-test-profile-seed=<number>: seed for random number generator used when
profman E 04-04 17:45:03 6779 6779 profman.cc:78] generating random test profiles. Defaults to using NanoTime.
profman E 04-04 17:45:03 6779 6779 profman.cc:78]
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --create-profile-from=<filename>: creates a profile from a list of classes and
profman E 04-04 17:45:03 6779 6779 profman.cc:78] methods.
profman E 04-04 17:45:03 6779 6779 profman.cc:78]
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --dex-location=<string>: location string to use with corresponding
profman E 04-04 17:45:03 6779 6779 profman.cc:78] apk-fd to find dex files
profman E 04-04 17:45:03 6779 6779 profman.cc:78]
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --apk-fd=<number>: file descriptor containing an open APK to
profman E 04-04 17:45:03 6779 6779 profman.cc:78] search for dex files
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --apk-=<filename>: an APK to search for dex files
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --skip-apk-verification: do not attempt to verify APKs
profman E 04-04 17:45:03 6779 6779 profman.cc:78]
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --generate-boot-image-profile: Generate a boot image profile based on input
profman E 04-04 17:45:03 6779 6779 profman.cc:78] profiles. Requires passing in dex files to inspect properties of classes.
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --boot-image-class-threshold=<value>: specify minimum number of class occurrences
profman E 04-04 17:45:03 6779 6779 profman.cc:78] to include a class in the boot image profile. Default is 10.
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --boot-image-clean-class-threshold=<value>: specify minimum number of clean class
profman E 04-04 17:45:03 6779 6779 profman.cc:78] occurrences to include a class in the boot image profile. A clean class is a
profman E 04-04 17:45:03 6779 6779 profman.cc:78] class that doesn't have any static fields or native methods and is likely to
profman E 04-04 17:45:03 6779 6779 profman.cc:78] remain clean in the image. Default is 3.
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --boot-image-sampled-method-threshold=<value>: minimum number of profiles a
profman E 04-04 17:45:03 6779 6779 profman.cc:78] non-hot method needs to be in order to be hot in the output profile. The
profman E 04-04 17:45:03 6779 6779 profman.cc:78] default is max int.
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --copy-and-update-profile-key: if present, profman will copy the profile from
profman E 04-04 17:45:03 6779 6779 profman.cc:78] the file passed with --profile-fd(file) to the profile passed with
profman E 04-04 17:45:03 6779 6779 profman.cc:78] --reference-profile-fd(file) and update at the same time the profile-key
profman E 04-04 17:45:03 6779 6779 profman.cc:78] of entries corresponding to the apks passed with --apk(-fd).
profman E 04-04 17:45:03 6779 6779 profman.cc:78]
I really need help with this and I have not found any solution for it. How can I make a proper device tree for this to work. I would like an template please. Please let me know if you have found any solution. I’m trying to get this project done before I release it on April 21st
Sent from my iPhone using Tapatalk
I also encounted to this problem. When I tried to do a "make clean", everything was OK.
So just try a "make clean".
----------
UPDATE 2019-08-09:
Bare "make clean" doesn't make sense. You should add this to the head of "lineage.mk" in your device tree, then rebuild:
# Inherit the base device config stuff.
# This can prevent profman error while building boot image preferences.
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
Click to expand...
Click to collapse