XDA Developers App? - Vega Themes and Apps

Has anyone managed to get this to load a thread yet? May just be my device, am not running Modaco or anything at the moment like.

FC every time for me.

nope,always FC dont know why

Yerp, this sucks! would be a perfect little device for me if i could get that working... Who develops it like? i'm guessing someone on here, maybe they could help?

But it only force closes when you are logged in right? When I use it without logging in it seems to work just fine...
Just can't use the favourites and stuff then :/

Is this the xda app aka tapatalk?
If so why are you using a mobile forum app like this on a tablet? you can easily run the full forum from the browser.

Lennyuk said:
Is this the xda app aka tapatalk?
If so why are you using a mobile forum app like this on a tablet? you can easily run the full forum from the browser.
Click to expand...
Click to collapse
I just generally like using the application, personal preference i guess.. But meh! until 3.0 is released i guess apps wont be running very nicely on the vega anyways.
say la vee!

Tapatalk pro is working fine so its really an app issue

It works partly, I can login and see the threads, favorites. But when I try to open a thread, or try to exit or try to open settings, I get a FC.

I don't have an Advent Vega (yet), but I have a Nook Color that I use as a Froyo tablet, and I get the same symptoms. I wonder if this has anything to do with the higher 1024x600 resolution, which is the same on both devices. On the Nook Color forums, users have reported that the actual Tapatalk app works, as dagrim1 here also said.

I tried Android Tablet Forum app, which is same as XDA Developer app. Based on Tapatalk.
The Android Tablet Forum app shows the same symptoms, I get a lot of FC, special when I try to login with my username/password.
Maybe the XDA app and the Android Tablet Forum app are based on older versions of Tapatalk?
Couldn't check the Tapatalk app, as it is payed version.

BeeGee_Tokyo said:
Maybe the XDA app and the Android Tablet Forum app are based on older versions of Tapatalk?
Couldn't check the Tapatalk app, as it is payed version.
Click to expand...
Click to collapse
Exactly that is the case. Tapatalk was updated because it was killing the battery of many devices and FCing.

Logseman said:
Exactly that is the case. Tapatalk was updated because it was killing the battery of many devices and FCing.
Click to expand...
Click to collapse
Where to ask to get the XDA app updated?

You can send an email to the developer's contact address, [email protected]

It work if you are not logged in.
This is the logcat of the error when you are logged in
Code:
02-19 15:13:27.948: WARN/System.err(26523): java.lang.IllegalArgumentException: no dialog with id 99 was ever shown via Activity#showDialog
02-19 15:13:27.948: WARN/System.err(26523): at android.app.Activity.missingDialog(Activity.java:2590)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.Activity.dismissDialog(Activity.java:2580)
02-19 15:13:27.948: WARN/System.err(26523): at com.quoord.tapatalkxda.activity.ForumNavigationActivity.onSaveInstanceState(ForumNavigationActivity.java:1828)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.Activity.performSaveInstanceState(Activity.java:1036)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.Instrumentation.callActivityOnSaveInstanceState(Instrumentation.java:1180)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3330)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3305)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:3288)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.ActivityThread.access$2500(ActivityThread.java:125)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2040)
02-19 15:13:27.948: WARN/System.err(26523): at android.os.Handler.dispatchMessage(Handler.java:99)
02-19 15:13:27.948: WARN/System.err(26523): at android.os.Looper.loop(Looper.java:123)
02-19 15:13:27.948: WARN/System.err(26523): at android.app.ActivityThread.main(ActivityThread.java:4627)
02-19 15:13:27.948: WARN/System.err(26523): at java.lang.reflect.Method.invokeNative(Native Method)
02-19 15:13:27.948: WARN/System.err(26523): at java.lang.reflect.Method.invoke(Method.java:521)
02-19 15:13:27.948: WARN/System.err(26523): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
02-19 15:13:27.948: WARN/System.err(26523): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
02-19 15:13:27.948: WARN/System.err(26523): at dalvik.system.NativeStart.main(Native Method)
02-19 15:13:27.948: INFO/ActivityManager(1007): Starting activity: Intent { cmp=com.quoord.tapatalkxda.activity/.ThreadActivity (has extras) }
02-19 15:13:27.967: DEBUG/AndroidRuntime(26523): Shutting down VM
02-19 15:13:27.967: WARN/dalvikvm(26523): threadid=1: thread exiting with uncaught exception (group=0x4001d868)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): FATAL EXCEPTION: main
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): java.lang.RuntimeException: Unable to pause activity {com.quoord.tapatalkxda.activity/com.quoord.tapatalkxda.activity.ForumNavigationActivity}: java.lang.NullPointerException
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3348)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3305)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:3288)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.ActivityThread.access$2500(ActivityThread.java:125)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2040)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.os.Handler.dispatchMessage(Handler.java:99)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.os.Looper.loop(Looper.java:123)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.ActivityThread.main(ActivityThread.java:4627)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at java.lang.reflect.Method.invokeNative(Native Method)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at java.lang.reflect.Method.invoke(Method.java:521)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at dalvik.system.NativeStart.main(Native Method)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): Caused by: java.lang.NullPointerException
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at com.quoord.tapatalkxda.activity.PasswordCrypt.encrypt(PasswordCrypt.java:260)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at com.quoord.tapatalkxda.activity.ForumNavigationActivity.onPause(ForumNavigationActivity.java:800)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.Activity.performPause(Activity.java:3842)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1190)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3335)
02-19 15:13:27.967: ERROR/AndroidRuntime(26523): ... 12 more
02-19 15:13:28.447: WARN/ActivityManager(1007): Activity pause timeout for HistoryRecord{447cc808 com.quoord.tapatalkxda.activity/.ForumNavigationActivity}
02-19 15:13:37.947: WARN/ActivityManager(1007): Launch timeout has expired, giving up wake lock!
02-19 15:13:38.462: WARN/ActivityManager(1007): Activity idle timeout for HistoryRecord{4470a2c0 com.quoord.tapatalkxda.activity/.ThreadActivity}

Has anyone tried on the XDA Premium App? I am not at home and can't try on my tablet yet. I wonder if it's based on the same Tapatalk version...

willverduzco said:
Has anyone tried on the XDA Premium App? I am not at home and can't try on my tablet yet. I wonder if it's based on the same Tapatalk version...
Click to expand...
Click to collapse
Yes it is

wizkid6000 said:
Yes it is
Click to expand...
Click to collapse
That's unfortunate. I would have assumed a more recent version. So I take it the bug is still there, right?

Related

[Q] TTS force close in Navigation

I am using sonofskywalker3 Rom 4.4 and ec10_voodoo kernel and kept having force close problem with TTS service (Process.android.tts) when trying to use Navigation. Does anyone have similar problems?
This is the dump from the logcat:
I/ActivityManager( 2681): Start proc android.tts for service android.tts/.TtsService: pid=18962 uid=10049 gids={3003, 1015}
V/TtsService(18962): TtsService.onCreate()
W/dalvikvm(18962): ERROR: Unable to find decl for native Landroid/tts/SynthProxy;.native_setConfig (ILjava/lang/StringI
W/dalvikvm(18962): ERROR: Unable to find decl for native Landroid/tts/SynthProxy;.native_setup (Ljava/lang/Object;Ljava/lang/Strin
g;Ljava/lang/StringI
W/dalvikvm(18962): ERROR: Unable to find decl for native Landroid/tts/SynthProxy;.native_setLowShelf (ZFFFF)I
E/JNIHelp (18962): RegisterNatives failed for 'android/tts/SynthProxy'
W/dalvikvm(18962): JNI_OnLoad returned bad version (-1) in /system/lib/libttssynthproxy.so 0x483c3420
W/dalvikvm(18962): Exception Ljava/lang/UnsatisfiedLinkError; thrown during Landroid/tts/SynthProxy;.<clinit>
D/AndroidRuntime(18962): Shutting down VM
W/dalvikvm(18962): threadid=1: thread exiting with uncaught exception (group=0x4001d7f0)
E/AndroidRuntime(18962): FATAL EXCEPTION: main
E/AndroidRuntime(18962): java.lang.ExceptionInInitializerError
E/AndroidRuntime(18962): at android.tts.TtsService.onCreate(TtsService.java:158)
E/AndroidRuntime(18962): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2959)
E/AndroidRuntime(18962): at android.app.ActivityThread.access$3300(ActivityThread.java:125)
E/AndroidRuntime(18962): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2087)
E/AndroidRuntime(18962): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(18962): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(18962): at android.app.ActivityThread.main(ActivityThread.java:4627)
E/AndroidRuntime(18962): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(18962): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(18962): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
E/AndroidRuntime(18962): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
E/AndroidRuntime(18962): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(18962): Caused by: java.lang.UnsatisfiedLinkError: Library ttssynthproxy not found
E/AndroidRuntime(18962): at java.lang.Runtime.loadLibrary(Runtime.java:461)
E/AndroidRuntime(18962): at java.lang.System.loadLibrary(System.java:557)
E/AndroidRuntime(18962): at android.tts.SynthProxy.<clinit>(SynthProxy.java:154)
E/AndroidRuntime(18962): ... 12 more
I/ ( 2681): dumpmesg > "/data/log/dumpstate_app_error.log"
I/dumpstate(18971): begin
Yes i got the same problem, cant get voice navigation, TTS force close.

Unfortunately application has stopped

hi all,
I am working in reversing apk aplication. I have got with sucess normally. I got a aplication not working now. It is do with API level v14.
I have decompile, compile and sing with sucess.
For test I to use emulator with Device Nexus S.
When i to install original application run without problems but with aplication decompiled, compiled and signed not working.
I have to used java tool and apk for sign. Nothing work.
I got the follow message:
"Unfortunately, aplication name has stopped.
I have read but don´t have seen same problem.
Any suggest?
A greeting.
To help you, we really need a logcat.
Because you have an emulator, I guess you have android-sdk installed.
To get your logcat, do:
adb logcat
After doing this, let it run.
Run your application in your emulator now. When it says "force close", you stop adb logcat by doing Ctrl+C
Then you copy the text with your error in it.
Thanks in advance
Sent from my Galaxy Nexus running Android 4.2 JB
hi, i did that.
I got the follow message.
Code:
I/ActivityManager( 82): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.anite.handy/.ui.core.ResumeActivit
y} from pid 181
D/PermissionCache( 36): checking android.permission.READ_FRAME_BUFFER for uid=1000 => granted (1379 us)
W/WindowManager( 82): Failure taking screenshot for (180x300) to layer 21005
I/ActivityManager( 82): Start proc com.anite.handy for activity com.anite.hand
y/.ui.core.ResumeActivity: pid=492 uid=10040 gids={3002, 3001, 3003, 1015}
I/dalvikvm( 492): Turning on JNI app bug workarounds for target SDK version 10.
..
W/NetworkManagementSocketTagger( 82): setKernelCountSet(10040, 1) failed witherrno -2
I/Process ( 82): Sending signal. PID: 492 SIG: 3
I/dalvikvm( 492): threadid=3: reacting to signal 3
I/dalvikvm( 492): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 82): Sending signal. PID: 492 SIG: 3
I/dalvikvm( 492): threadid=3: reacting to signal 3
I/dalvikvm( 492): Wrote stack traces to '/data/anr/traces.txt'
I/Handy ( 492): HandyApp.onCreate() pid=492
I/Process ( 82): Sending signal. PID: 492 SIG: 3
I/dalvikvm( 492): threadid=3: reacting to signal 3
I/dalvikvm( 492): Wrote stack traces to '/data/anr/traces.txt'
D/AndroidRuntime( 492): Shutting down VM
W/dalvikvm( 492): threadid=1: thread exiting with uncaught exception (group=0x4
09c01f8)
E/AndroidRuntime( 492): FATAL EXCEPTION: main
E/AndroidRuntime( 492): java.lang.RuntimeException: Unable to create application com.anite.handy.app.HandyApp: java.lang.SecurityException
E/AndroidRuntime( 492): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3957)
E/AndroidRuntime( 492): at android.app.ActivityThread.access$1300(ActivityThread.java:123)
E/AndroidRuntime( 492): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1185)
E/AndroidRuntime( 492): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 492): at android.os.Looper.loop(Looper.java:137)E/AndroidRuntime( 492): at android.app.ActivityThread.main(ActivityThread.java:4424)
E/AndroidRuntime( 492): at java.lang.reflect.Method.invokeNative(NativeMethod)
E/AndroidRuntime( 492): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 492): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime( 492): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/AndroidRuntime( 492): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 492): Caused by: java.lang.SecurityException
E/AndroidRuntime( 492): at com.anite.handy.app.HandyApp.onCreate(Unknown Source)
E/AndroidRuntime( 492): at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:969)
E/AndroidRuntime( 492): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3954)
E/AndroidRuntime( 492): ... 10 more
W/ActivityManager( 82): Force finishing activity com.anite.handy/.ui.core.ResumeActivity
W/InputManagerService( 82): Window already focused, ignoring focus gain of: [email protected]
I/Process ( 82): Sending signal. PID: 492 SIG: 3
I/dalvikvm( 492): threadid=3: reacting to signal 3
I/dalvikvm( 492): Wrote stack traces to '/data/anr/traces.txt'
W/ActivityManager( 82): Activity pause timeout for ActivityRecord{4142a7e0 com.anite.handy/.ui.core.ResumeActivity}
I/Process ( 82): Sending signal. PID: 492 SIG: 3
I/dalvikvm( 492): threadid=3: reacting to signal 3
I/dalvikvm( 492): Wrote stack traces to '/data/anr/traces.txt'
W/NetworkManagementSocketTagger( 82): setKernelCountSet(10040, 0) failed with errno -2
W/ActivityManager( 82): Activity destroy timeout for ActivityRecord{4142a7e0 com.anite.handy/.ui.core.ResumeActivity}
Check your "HandyApp Application" is declared in your manifest
I suggest you take a look at this one:
http://developer.android.com/guide/topics/manifest/manifest-intro.html
If you don't understand it just reply here and I'll fix it for ya
Sent from my Galaxy Nexus running Android 4.2 JB
i have checked AndroidManifest.xml decompiled file and i can see android:name=".app.HandyApp" in code.
Full code atached here
View attachment AndroidManifest.rar
Anyone have any suggestion? I can share the target if need.
Thanks
i have the same problem
unfortunately application has stop.
i have the same problem but its worse.
i have been installed kaspersky security using apk not from manual installed by google play.
and iam forget to unistalled it before i upgrade my android software.
after the process done it show message "unfortunately......." it keep showing up even after i klik "ok" or restart
i can't do anything with my device now (can't type anything, can't touch anything, even pick up incoming call) because of the pop up n start being stressed
anyone can help? :crying:
*My Device is galaxy Note II
Hi, I am not sure if this is the right thread, but since I don't know exactly where sould I post this I will post it here and if someone knows a better thread they sould tell me to go there.
My problem is with the game called Rhythm Racer 2, I have been in to this game since 2011 when I got Galaxy S 2, and it was working even on my Galaxy Tab S (SM-T805) until I was updated to lollipop, since then it just pops "Unfotunately Rhythm Racer 2 Has Stopped", also the same problem applies in Galaxy Note 4 (N910F), only there it doesn't work even on kitkat and in lollipop either, and the problem is that this app doesn't getting any update, it's on its initial version since 2011 and discontiniued, I know it's just a game and noone can know exactly what's the problem but I think the same error applies also in other apps that doesn't work since lollipop and based on that I think there is a solution someway.
I will apreciate any feedbak and advice on what should I do, Thanks.
Exception
Please provide logs for logcat.
use below command
$ adb logcat
You can verify it by your own to see why you got crash.
Waiting for logs .
I came across this same error caused by having installed the JDK 7 instead of 6. Hope it helps some other people with this error.
please check below link
http://stackoverflow.com/questions/6161931/java-lang-securityexception-when-install-apk
This is what I get when I try to run the app:
---- Oct 15, 2015 1:50:24 AM ----
10-15 01:47:42.044 9007 9007 I Timeline: Timeline: Activity_launch_request id:com.AvatarLabs.RhythmRacerX time:75719530
10-15 01:47:42.049 3837 5012 W ActivityManager: NORMAL SET : srcAppInfo.processName = com.sec.android.app.launcher, destAppInfo.processName = com.AvatarLabs.RhythmRacerX
10-15 01:47:42.159 3837 8545 I ActivityManager: Start proc com.AvatarLabs.RhythmRacerX for activity com.AvatarLabs.RhythmRacerX/com.unity3d.MobclixPlugin.MobclixPluginActivity: pid=12571 uid=10193 gids={50193, 9997, 3003} abi=armeabi-v7a
10-15 01:47:42.489 12571 12571 E AndroidRuntime: Process: com.AvatarLabs.RhythmRacerX, PID: 12571
10-15 01:47:42.489 12571 12571 E AndroidRuntime: java.lang.UnsatisfiedLinkError: Bad JNI version returned from JNI_OnLoad in "/data/app/com.AvatarLabs.RhythmRacerX-1/lib/arm/libmono.so": 0
10-15 01:47:42.509 3837 3937 W ActivityManager: Force finishing activity com.AvatarLabs.RhythmRacerX/com.unity3d.MobclixPlugin.MobclixPluginActivity
10-15 01:47:42.859 3837 3937 I WindowManager: Screenshot max retries 4 of Token{b537e72 ActivityRecord{35dd2f7d u0 com.AvatarLabs.RhythmRacerX/com.unity3d.MobclixPlugin.MobclixPluginActivity t403 f}} appWin=Window{27d1c81f u0 Starting com.AvatarLabs.RhythmRacerX} drawState=4
10-15 01:47:43.364 3837 3959 W ActivityManager: Activity pause timeout for ActivityRecord{35dd2f7d u0 com.AvatarLabs.RhythmRacerX/com.unity3d.MobclixPlugin.MobclixPluginActivity t403 f}
10-15 01:47:44.864 3837 8850 I ActivityManager: Process com.AvatarLabs.RhythmRacerX (pid 12571)(adj 9) has died(476,758)
---- Oct 15, 2015 1:50:24 AM ----
This is the entire logcat, I know this is weird, you mean that lollipop has JDK 7 and the game uses JDK 6 and that's the problem, and do I have to install JDK 6 some way on my device or try to make the propper changes to my .apk file?

[Q] [Help] Adding Su to build

I'm in the process of learning to build android from source. I've got my AOKP rom booting and am working on adding superuser to it, and am running into troubles. After much googling here is what I've done
Cloned Superuser source code
Code:
git clone git://github.com/ChainsDD/Superuser.git packages/apps/Superuser
Copied the su binary from my current rom (/system/xbin/su) to my device tree
Edited device.mk
Code:
# Build superuser
PRODUCT_PACKAGES := \
Superuser
# copy su binary
PRODUCT_COPY_FILES += \
device/lge/E973/su:system/xbin/su
Everything built fine and Superuser is in my app drawer when rom boots. If i try to open Superuser it force closes. Root checker shows that i am rooted, and typing 'su' in terminal emulator gets root access. Neither will give me a dialog asking to deny or grant.
If i install SuperSuperuser from the market, it will present all the normal dialogs and everything seems as it should.
I'm wondering what it is I'm doing wrong, and how I can correct it.
Here is a logcat of the failed attempt to open superuser
Code:
D/dalvikvm( 2157): Late-enabling CheckJNI
I/ActivityManager( 530): Start proc com.noshufou.android.su for activity com.noshufou.android.su/.Su: pid=2157 uid=10040 gids={50040, 3003, 1015, 1028}
I/dalvikvm( 2157): Turning on JNI app bug workarounds for target SDK version 11...
D/overlay ( 161): FROM_STATE = OV_BYPASS_3_LAYER TO_STATE = OV_CLOSED
I/ActivityThread( 2157): Pub com.noshufou.android.su.provider: com.noshufou.android.su.provider.PermissionsProvider
D/Su.HomeActivity( 2157): onCreate()
D/AndroidRuntime( 2157): Shutting down VM
W/dalvikvm( 2157): threadid=1: thread exiting with uncaught exception (group=0x40dd7930)
E/AndroidRuntime( 2157): FATAL EXCEPTION: main
E/AndroidRuntime( 2157): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.noshufou.android.su/com.noshufou.android.su.HomeActivity}: java.lang.RuntimeException: java.lang.NoSuchMethodException: <init> [class android.app.Activity, int]
E/AndroidRuntime( 2157): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2306)
E/AndroidRuntime( 2157): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2356)
E/AndroidRuntime( 2157): at android.app.ActivityThread.access$600(ActivityThread.java:150)
E/AndroidRuntime( 2157): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1244)
E/AndroidRuntime( 2157): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 2157): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2157): at android.app.ActivityThread.main(ActivityThread.java:5193)
E/AndroidRuntime( 2157): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2157): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 2157): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime( 2157): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
E/AndroidRuntime( 2157): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2157): Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodException: <init> [class android.app.Activity, int]
E/AndroidRuntime( 2157): at com.actionbarsherlock.ActionBarSherlock.wrap(ActionBarSherlock.java:232)
E/AndroidRuntime( 2157): at com.actionbarsherlock.app.SherlockFragmentActivity.getSherlock(SherlockFragmentActivity.java:32)
E/AndroidRuntime( 2157): at com.actionbarsherlock.app.SherlockFragmentActivity.requestWindowFeature(SherlockFragmentActivity.java:265)
E/AndroidRuntime( 2157): at com.noshufou.android.su.HomeActivity.onCreate(HomeActivity.java:59)
E/AndroidRuntime( 2157): at android.app.Activity.performCreate(Activity.java:5104)
E/AndroidRuntime( 2157): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
E/AndroidRuntime( 2157): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2260)
E/AndroidRuntime( 2157): ... 11 more
E/AndroidRuntime( 2157): Caused by: java.lang.NoSuchMethodException: <init> [class android.app.Activity, int]
E/AndroidRuntime( 2157): at java.lang.Class.getConstructorOrMethod(Class.java:460)
E/AndroidRuntime( 2157): at java.lang.Class.getConstructor(Class.java:431)
E/AndroidRuntime( 2157): at com.actionbarsherlock.ActionBarSherlock.wrap(ActionBarSherlock.java:229)
E/AndroidRuntime( 2157): ... 17 more
W/ActivityManager( 530): Force finishing activity com.noshufou.android.su/.Su
D/dalvikvm( 2157): GC_CONCURRENT freed 219K, 15% free 2489K/2912K, paused 2ms+1ms, total 21ms
I/dalvikvm( 530): Jit: resizing JitTable from 8192 to 16384
W/ActivityManager( 530): Activity pause timeout for ActivityRecord{41681370 u0 com.noshufou.android.su/.Su}
I/Process ( 2157): Sending signal. PID: 2157 SIG: 9
I/ActivityManager( 530): Process com.noshufou.android.su (pid 2157) has died.
W/InputMethodManagerService( 530): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
D/dalvikvm( 530): GC_CONCURRENT freed 7964K, 44% free 13574K/23868K, paused 2ms+6ms, total 57ms
D/overlay ( 161): FROM_STATE = OV_CLOSED TO_STATE = OV_BYPASS_3_LAYER
just a lilttle bump, if anyone can just point me in the dirrection of where i'm going wrong here I would be very appreciative.

Not able to make calls dialer forc closes.

SOLVED My dialer force closes now when i try to make calls. it wont work at all on sense but works fine on aosp roms. Can someone give me a hand with this i have no idea what else to do. Right now the dialer disappears completely right after I try to dial a contacts number. I tried clearing application data etc. Nothing seems to be working.
You might try making a logcat and posting it here. Hopefully somebody that knows what they are looking at can pinpoint your issue.
The advice is free....the bandwidth, not so much
FinZ28 said:
You might try making a logcat and posting it here. Hopefully somebody that knows what they are looking at can pinpoint your issue.
The advice is free....the bandwidth, not so much
Click to expand...
Click to collapse
D/PowerManagerService( 591): releaseWakeLock(41b7fee8): CPU_MIN_NUM , tag=HtcListViewScroll_4.915, flags=0x400
W/dalvikvm( 7252): Exception Ljava/lang/IllegalArgumentException; thrown while initializing Lcom/htc/util/phone/DialUtils;
W/dalvikvm( 7252): threadid=1: thread exiting with uncaught exception (group=0x40d5d468)
E/EmbeddedLogger( 591): App crashed! Process: com.android.htcdialer
E/EmbeddedLogger( 591): App crashed! Package: com.android.htcdialer v417060080 (4.0.2220222138.473095.468169)
E/EmbeddedLogger( 591): App crashed! Package: com.android.htccontacts v418625837 (4.5.2311193234.539441.524814)
E/EmbeddedLogger( 591): Application Label: <MULTIPLE_PACKAGE>
E/AndroidRuntime( 7252): FATAL EXCEPTION: main
E/AndroidRuntime( 7252): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.placeCall(Dialer.java:4591)
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.placeCall(Dialer.java:5603)
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.placeCall(Dialer.java:5579)
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.placeCall(Dialer.java:5573)
E/AndroidRuntime( 7252): at com.android.htcdialer.Dialer.onListItemClick(Dialer.java:5544)
E/AndroidRuntime( 7252): at com.android.htcdialer.app.BaseListActivity$1.onItemClick(BaseListActivity.java:173)
E/AndroidRuntime( 7252): at com.htc.widget.HtcAdapterView.performItemClick(HtcAdapterView.java:299)
E/AndroidRuntime( 7252): at com.htc.widget.HtcAbsListView.performItemClick(HtcAbsListView.java:1252)
E/AndroidRuntime( 7252): at com.htc.widget.HtcListView.access$1701(HtcListView.java:86)
E/AndroidRuntime( 7252): at com.htc.widget.HtcListView$CheckForItemReleased.run(HtcListView.java:5407)
E/AndroidRuntime( 7252): at android.os.Handler.handleCallback(Handler.java)
E/AndroidRuntime( 7252): at android.os.Handler.dispatchMessage(Handler.java)
E/AndroidRuntime( 7252): at android.os.Looper.loop(Looper.java)
E/AndroidRuntime( 7252): at android.app.ActivityThread.main(ActivityThread.java)
E/AndroidRuntime( 7252): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7252): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 7252): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1029)
E/AndroidRuntime( 7252): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:796)
E/AndroidRuntime( 7252): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7252): Caused by: java.lang.IllegalArgumentException: key.length > 31
E/AndroidRuntime( 7252): at android.os.SystemProperties.get(SystemProperties.java)
E/AndroidRuntime( 7252): at com.htc.util.phone.ProjectUtils.calculatePropKey(ProjectUtils.java:171)
E/AndroidRuntime( 7252): at com.htc.util.phone.DialUtils.getDialpadPrefixByProp(DialUtils.java:374)
E/AndroidRuntime( 7252): at com.htc.util.phone.DialUtils.getDialpadPrefix(DialUtils.java:359)
E/AndroidRuntime( 7252): at com.htc.util.phone.DialUtils.<clinit>(DialUtils.java:151)
E/AndroidRuntime( 7252): ... 19 more
W/ActivityManager( 591): Force finishing activity com.android.htccontacts/.DialerTabActivity
D/HtcDeviceInfoManager( 591): ADD_CRASH com.android.htcdialer
D/PowerManagerService( 591): acquireWakeLock(42167150): PARTIAL_WAKE_LOCK , tag=ActivityManager-Launch, flags=0x1, pid=591, uid=1000, mUserState=0x3
W/ActivityManager( 591): Activity pause timeout for ActivityRecord{41f02890 com.android.htccontacts/.DialerTabActivity}
D/memalloc( 240): ion: Allocated buffer base:0x438ac000 size:3768320 fd:81
D/memalloc( 240): ion: Allocated buffer base:0x40648000 size:4096 fd:84
D/memalloc( 1085): ion: Mapped buffer base:0x5d9df000 size:3768320 offset:0 fd:73
D/memalloc( 1085): ion: Mapped buffer base:0x5962c000 size:4096 offset:0 fd:77
V/InputMethodManagerService( 591): unbindCurrentInputLocked: client = [email protected]
I/InputMethodManagerService( 591): Disable input method client.
V/InputMethodManagerService( 591): switching to client: client = [email protected]
I/InputMethodManagerService( 591): Enable input method client.
D/HtcDeviceInfoManager( 591): UPDATE com.android.htcdialer fg=com.android.htcdialer
D/HtcDeviceInfoManager( 591): SET_TOP com.anddoes.launcher fg=com.android.htcdialer
D/memalloc( 240): ion: Allocated buffer base:0x43c44000 size:3768320 fd:37
D/memalloc( 240): ion: Allocated buffer base:0x40680000 size:4096 fd:88
D/memalloc( 1085): ion: Mapped buffer base:0x5eb28000 size:3768320 offset:0 fd:80
D/memalloc( 1085): ion: Mapped buffer base:0x5962d000 size:4096 offset:0 fd:85
I/FxActivity( 871): FxActivity.onDestroy()
D/PowerManagerService( 591): releaseWakeLock(42167150): PARTIAL_WAKE_LOCK , tag=ActivityManager-Launch, flags=0x1
D/memalloc( 240): ion: Allocated buffer base:0x43fdc000 size:3768320 fd:61
D/memalloc( 240): ion: Allocated buffer base:0x406c0000 size:4096 fd:63
D/memalloc( 1085): ion: Mapped buffer base:0x5f00b000 size:3768320 offset:0 fd:71
D/memalloc( 1085): ion: Mapped buffer base:0x5962e000 size:4096 offset:0 fd:92
D/StateMachine( 591): handleMessage: E msg.what=131155
D/StateMachine( 591): processMsg: ConnectedState
D/WifiStateMachine( 591): ConnectedState{ what=131155 when=-3ms target=Handler (com.android.internal.util.StateMachine$SmHandler) {4188d4a8} arg1=1 }
D/StateMachine( 591): processMsg: L2ConnectedState
D/WifiStateMachine( 591): L2ConnectedState{ what=131155 when=-3ms target=Handler (com.android.internal.util.StateMachine$SmHandler) {4188d4a8} arg1=1 }
D/WifiStateMachine( 591): fetchRssiAndLinkSpeedNative RSSI = -47
D/StateMachine( 591): handleMessage: X
W/System.err( 2359): java.io.FileNotFoundException: /sys/class/net/eth0/statistics/rx_bytes: open failed: ENOENT (No such file or directory)
W/System.err( 2359): at libcore.io.IoBridge.open(IoBridge.java:416)
W/System.err( 2359): at java.io.FileInputStream.<init>(FileInputStream.java:78)
W/System.err( 2359): at
Sent from my EVO using Tapatalk 2
When you are going from aosp to Sense are you wiping properly? System, factory reset, dalvik cache, and cache?
Sent from my EVO using Tapatalk 2
thicklizard said:
When you are going from aosp to Sense are you wiping properly? System, factory reset, dalvik cache, and cache?
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
Yes I was but I found the problem. Twrp. It was using rm-rf and not actually wiping the system at all so what I had was a big mess. Switched to clockwork mod wiped and everything returned to normal. Thanks guys.
Sent from my EVO using Tapatalk 2
Kidromulous said:
Yes I was but I found the problem. Twrp. It was using rm-rf and not actually wiping the system at all so what I had was a big mess. Switched to clockwork mod wiped and everything returned to normal. Thanks guys.
Sent from my EVO using Tapatalk 2
Click to expand...
Click to collapse
you can select not use rm-rf in twrp settings and if you read up about clockwork mod its not recomended for the LTE. Something about corrupting partitions
Sent from my EVO 4G LTE using xda premium

[Q] SystemUI.apk crashes

Hi,
I'm bulding android for my single board computer with connected 7 inch lcd touch screen. It's working like a charm, but one issue. SystemUI.apk is crashing all the time with following error log:
Code:
I/ActivityManager( 368): Start proc com.android.systemui for restart com.android.systemui: pid=1883 uid=10001 gids={50001, 1028, 1015, 3002, 3001}
D/SystemUIService( 1883): loading: class com.android.systemui.statusbar.tablet.TabletStatusBar
D/SystemUIService( 1883): running: [email protected]
I/StatusBarManagerService( 368): registerStatusBar [email protected]0
W/ResourceType( 1883): Failure getting entry for 0x7f0200db (t=1 e=219) in package 0 (error -75)
D/AndroidRuntime( 1883): Shutting down VM
W/dalvikvm( 1883): threadid=1: thread exiting with uncaught exception (group=0x40d30930)
E/AndroidRuntime( 1883): FATAL EXCEPTION: main
E/AndroidRuntime( 1883): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: android.view.InflateException: Binary XML file line #48: Error inflating class com.android.systemui.statusbar.policy.CompatModeButton
Does anyone know how to fix this or what's the reason for the crash?
Thank you very much in advance.
Update
rotowsky said:
Hi,
I'm bulding android for my single board computer with connected 7 inch lcd touch screen. It's working like a charm, but one issue. SystemUI.apk is crashing all the time with following error log:
Code:
I/ActivityManager( 368): Start proc com.android.systemui for restart com.android.systemui: pid=1883 uid=10001 gids={50001, 1028, 1015, 3002, 3001}
D/SystemUIService( 1883): loading: class com.android.systemui.statusbar.tablet.TabletStatusBar
D/SystemUIService( 1883): running: [email protected]
I/StatusBarManagerService( 368): registerStatusBar [email protected]0
W/ResourceType( 1883): Failure getting entry for 0x7f0200db (t=1 e=219) in package 0 (error -75)
D/AndroidRuntime( 1883): Shutting down VM
W/dalvikvm( 1883): threadid=1: thread exiting with uncaught exception (group=0x40d30930)
E/AndroidRuntime( 1883): FATAL EXCEPTION: main
E/AndroidRuntime( 1883): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: android.view.InflateException: Binary XML file line #48: Error inflating class com.android.systemui.statusbar.policy.CompatModeButton
Does anyone know how to fix this or what's the reason for the crash?
Thank you very much in advance.
Click to expand...
Click to collapse
Hope for an Update , and that it works , ( I think so )
Mmh?

Categories

Resources