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
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
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
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)
{
"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"
}
Google Camera Port
If you like the camera experience buy an Pixel phone, support Google! (Why not? You won't need any of those ports and you won't experience bugs.)
What is working:
- Camera (HDR+/RAW/ZSL/Flash and etc.)
- Portrait Mode (Front/Rear)
- Night Sight (Front/Rear)
- Super Res Zoom
- AR Stickers (guide by S4turno)
- Video Recording (1080p30/60, 4K UHD30)
Known issues:
-Slow Motion
How to install:
Download and install the latest apk uploaded below
Beta version:
PocoSv10.6.2b
Based on: Google Camera 7.3.020. Android 9+.
Changelog:
* BETA MOD *
- Added AUX (Ultrawide/macro)
- Fixed model selection and some other things.
Note: Final beta build. Bugs might be present if you want to report them you can find me in: t.me/pocox2photography
Stable version:
POCOX2_F1v9.6_6.2.030
Based on: Google Camera 6.2.030 Android 9+.
This is old version of GCam (6.2.030) mod made by me for Poco F1. I have fixed it for Poco X2 too since my tests have shown that the quality of daylight pics is way better than in the new versions 7.x+.
*Note: I am still going to mod the new 7.x versions
Credits:
S4turno
, BSG, Arnova8G2,
Urnyx05, xtrme and others.
RESERVED
Wide Angle video mode doesn't work either. Or i need to use any xml?
Front camera video also not working.
Nice work, waiting for improvements ??
Updated thread. Some new fixes included.
Nice yellow accent icon :good:
Thread updated. Enabled Macro lens in the latest ver. of the mod
Video gets cropped while shooting at 4k.
Bit rate maxed out at 48Mbps.
Nice gcam mods, really appreciate the work.
Please add latest update date in the thread title.
Identify
Is everything working properly?
AravOptimist said:
Is everything working properly?
Click to expand...
Click to collapse
Mostly
I cannot find sharpness and contrast controls. Also cannot find the setting to lock iso to 100.
Claureid said:
I cannot find sharpness and contrast controls. Also cannot find the setting to lock iso to 100.
Click to expand...
Click to collapse
No such settings in this version..hope it will come next update
front vid didnt work for me on both version of gcam
kimikim0 said:
front vid didnt work for me on both version of gcam
Click to expand...
Click to collapse
Are you using custom rom?
Install crDroid then. Everything works fine.
BlissRoms and DerpFest work too. Evolution's first release work but latest release doesn't (Playground apk could not be installed).
Martensite said:
Are you using custom rom?
Install crDroid then. Everything works fine.
Click to expand...
Click to collapse
miui eu rom
Needed GApps?
This GCam crash on my crDroid ROM, I found this in the logcat:
so does this GCam needed GApps to work...?
Code:
05-12 14:45:29.252 E/AndroidRuntime( 7963): FATAL EXCEPTION: main
05-12 14:45:29.252 E/AndroidRuntime( 7963): Process: com.google.android.GoogleCameraEng, PID: 7963
05-12 14:45:29.252 E/AndroidRuntime( 7963): java.lang.RuntimeException: Unable to create application com.google.android.apps.camera.legacy.app.app.CameraApp: java.lang.SecurityException: Failed to find provider com.google.android.gsf.gservices for user 0; expected to find a valid ContentProvider for this authority
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6465)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.app.ActivityThread.access$1300(ActivityThread.java:219)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1859)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.os.Handler.dispatchMessage(Handler.java:107)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.os.Looper.loop(Looper.java:214)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.app.ActivityThread.main(ActivityThread.java:7356)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at java.lang.reflect.Method.invoke(Native Method)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
05-12 14:45:29.252 E/AndroidRuntime( 7963): Caused by: java.lang.SecurityException: Failed to find provider com.google.android.gsf.gservices for user 0; expected to find a valid ContentProvider for this authority
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.os.Parcel.createException(Parcel.java:2071)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.os.Parcel.readException(Parcel.java:2039)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.os.Parcel.readException(Parcel.java:1987)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.content.IContentService$Stub$Proxy.registerContentObserver(IContentService.java:1234)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.content.ContentResolver.registerContentObserver(ContentResolver.java:2266)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.content.ContentResolver.registerContentObserver(ContentResolver.java:2254)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at lkq.b(Unknown Source:34)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at lkq.a(Unknown Source:3)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at lkq.a(Unknown Source:0)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at com.google.android.apps.camera.legacy.app.app.CameraApp.onCreate(Unknown Source:24)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1190)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6460)
05-12 14:45:29.252 E/AndroidRuntime( 7963): ... 8 more
05-12 14:45:29.252 E/AndroidRuntime( 7963): Caused by: android.os.RemoteException: Remote stack trace:
05-12 14:45:29.252 E/AndroidRuntime( 7963): at com.android.server.content.ContentService.registerContentObserver(ContentService.java:344)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.content.IContentService$Stub.onTransact(IContentService.java:482)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.os.Binder.execTransactInternal(Binder.java:1021)
05-12 14:45:29.252 E/AndroidRuntime( 7963): at android.os.Binder.execTransact(Binder.java:994)
05-12 14:45:29.252 E/AndroidRuntime( 7963):
05-12 14:45:29.253 I/am_crash( 1679): [7963,0,com.google.android.GoogleCameraEng,819706948,java.lang.SecurityException,Remote stack trace:
05-12 14:45:29.253 I/am_crash( 1679): at com.android.server.content.ContentService.registerContentObserver(ContentService.java:344)
05-12 14:45:29.253 I/am_crash( 1679): at android.content.IContentService$Stub.onTransact(IContentService.java:482)
05-12 14:45:29.253 I/am_crash( 1679): at android.os.Binder.execTransactInternal(Binder.java:1021)
05-12 14:45:29.253 I/am_crash( 1679): at android.os.Binder.execTransact(Binder.java:994)
05-12 14:45:29.253 I/am_crash( 1679): ,Parcel.java,2071]
05-12 14:45:29.254 W/ActivityTaskManager( 1679): Force finishing activity com.google.android.GoogleCameraEng/com.android.camera.CameraLauncher
Why no development ? And no Updates ? Any one ?