Camera problem - ONE Q&A, Help & Troubleshooting

Hi!
I try to help someone who have OPO.
So look into logcat:
Code:
I/ActivityManager( 837): START u0 {act=android.media.action.STILL_IMAGE_CAMERA flg=0x14000000 cmp=com.cyngn.cameranext/com.android.camera.CameraActivity} from pid 2457
I/ActivityManager( 837): Waited long enough for: ServiceRecord{41fa6b50 u0 com.qualcomm.qcrilmsgtunnel/.QcrilMsgTunnelService}
I/ActivityManager( 837): Start proc com.cyngn.cameranext for activity com.cyngn.cameranext/com.android.camera.CameraActivity: pid=2527 uid=10037 gids={50037, 1006, 3003, 1028, 1015}
E/AndroidRuntime( 2527): FATAL EXCEPTION: main
E/AndroidRuntime( 2527): Process: com.cyngn.cameranext, PID: 2527
E/AndroidRuntime( 2527): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.cyngn.cameranext/com.android.camera.CameraActivity}: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
E/AndroidRuntime( 2527): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
E/AndroidRuntime( 2527): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
E/AndroidRuntime( 2527): at android.app.ActivityThread.access$800(ActivityThread.java:145)
E/AndroidRuntime( 2527): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
E/AndroidRuntime( 2527): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 2527): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 2527): at android.app.ActivityThread.main(ActivityThread.java:5144)
E/AndroidRuntime( 2527): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2527): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 2527): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime( 2527): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:611)
E/AndroidRuntime( 2527): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2527): Caused by: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
E/AndroidRuntime( 2527): at com.android.camera.cI.iE(Unknown Source)
E/AndroidRuntime( 2527): at com.android.camera.au.a(Unknown Source)
E/AndroidRuntime( 2527): at com.android.camera.au.M(Unknown Source)
E/AndroidRuntime( 2527): at com.android.camera.au.<init>(Unknown Source)
E/AndroidRuntime( 2527): at com.android.camera.cI.a(Unknown Source)
E/AndroidRuntime( 2527): at com.android.camera.CameraActivity.onCreate(Unknown source)
E/AndroidRuntime( 2527): at android.app.Activity.performCreate(Activity.java:5231)
E/AndroidRuntime( 2527): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 2527): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
E/AndroidRuntime( 2527): ... 11 more
W/ActivityManager( 837): Force finishing activity com.cyngn.cameranext/com.android.camera.CameraActivity
W/ActivityManager( 837): Force finishing activity com.cyngn.gallerynext/.app.GalleryActivity
W/ActivityManager( 837): Activity pause timeout for ActivityRecord{41f44ef8 u0 com.cyngn.cameranext/com.android.camera.CameraActivity t5 f}
next:
Code:
E/JavaBinder( 3065): *** Uncaught remote exception! (Exceptions are not yet supported across processes.)
E/JavaBinder( 3065): java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
E/JavaBinder( 3065): at android.os.Handler.<init>(Handler.java:200)
E/JavaBinder( 3065): at android.os.Handler.<init>(Handler.java:114)
E/JavaBinder( 3065): at aOW.<init>(ToastErrorReporter.java:72)
E/JavaBinder( 3065): at com.google.android.apps.docs.utils.ToastErrorReporter.<init>(ToastErrorReporter.java:72)
E/JavaBinder( 3065): at aNE.getInstance(GellyInjectorStore.java:438)
E/JavaBinder( 3065): at bnB.a(ConstructorProvider.java:30)
E/JavaBinder( 3065): at boi.a(RuntimeProvider.java:96)
E/JavaBinder( 3065): at boi.a(RuntimeProvider.java:96)
E/JavaBinder( 3065): at Jh.a(GellyInjectorStore.java:294)
E/JavaBinder( 3065): at Jh.performStaticMembersInjection(GellyInjectorStore.java:361)
E/JavaBinder( 3065): at bnP.b(GellyInjectorBuilderBase.java:45)
E/JavaBinder( 3065): at bnX.b(GellyInjectorBuilderBase.java:146)
E/JavaBinder( 3065): at bnR.a(GellyInjectorBuilderBase.java:174)
E/JavaBinder( 3065): at bnP.a(GellyInjectorBuilderBase.java:267)
E/JavaBinder( 3065): at com.google.common.labs.inject.gelly.GellyStaticRuntime.a(GellyStaticRuntime.java:1516)
E/JavaBinder( 3065): at bnw.a(Gelly.java:53)
E/JavaBinder( 3065): at aLP.a(InjectorRegistry.java:67)
E/JavaBinder( 3065): at aLI.a(GuiceApplication.java:27)
E/JavaBinder( 3065): at aLN.b(GuiceUtils.java:90)
E/JavaBinder( 3065): at aLN.a(GuiceUtils.java:64)
E/JavaBinder( 3065): at aLu.b(ContextScopedInjectorFactory.java:60)
E/JavaBinder( 3065): at com.google.android.gms.drive.external.StorageBackendContentProvider.a(StorageBackendContentProvider.java:112)
E/JavaBinder( 3065): at com.google.android.gms.drive.external.StorageBackendContentProvider.a(StorageBackendContentProvider.java:133)
E/JavaBinder( 3065): at com.google.android.gms.drive.external.StorageBackendContentProvider.queryRoots(StorageBackendContentProvider.java:154)
E/JavaBinder( 3065): at android.provider.DocumentsProvider.query(DocumentsProvider.java:416)
E/JavaBinder( 3065): at android.content.ContentProvider.query(ContentProvider.java:857)
E/JavaBinder( 3065): at android.content.ContentProvider$Transport.query(ContentProvider.java:200)
E/JavaBinder( 3065): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:112)
E/JavaBinder( 3065): at android.os.Binder.execTransact(Binder.java:404)
E/JavaBinder( 3065): at dalvik.system.NativeStart.run(Native Method)
W/Documents( 3033): Failed to load some roots from com.google.android.apps.docs.storage: java.lang.NullPointerException
All problems start after gapps install... System reinstall don't fix that. Any solution??
(full logcat available here -> http://pastebin.com/r2J2S7fK)
regards
Cr3pT
PS: original thread: https://forums.oneplus.net/threads/camera-problem.79174/

Related

[Q] Attempting to theme Google Plus (G+) App

So i'm trying to theme a google+ app for personal use, and I want to edit the XML files to get a full change out of it. The problem is that it force closes when I try to run the app on my phone (no problems decomp or compiling with apk manager or apktool)
The logcat (can't add links yet, in code tag below) points to a FATAL EXCEPTION in main, and goes on to state:
"Caused by: java.lang.RuntimeException: Binary XML file line #4: You must supply a layout_width attribute."
Of course I can't find anything labeled "main" and there I don't know which XML file to edit, and do not see anything wrong in the layout XML files (again, I haven't edited the files at all, it's simply decompiling an untouched app then compiling and installing to a phone and emulator - both resulting in a FC of the app)
Png editing is of course no issue, but it's not quite giving the effect I want (black on forest green is tough to read)
Any assistance or perhaps a nudge in the right direction so I can figure this out and start theming apps?
Code:
W/dalvikvm( 466): threadid=1: thread exiting with uncaught exception (group=0x4001d800)
E/AndroidRuntime( 466): FATAL EXCEPTION: main
E/AndroidRuntime( 466): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.google.android.apps.plus/com.google.android.apps.circles.accounts.SelectAccountActivity}: java.lang.RuntimeException: Binary XML file line #4: You must supply a layout_width attribute.
E/AndroidRuntime( 466): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
E/AndroidRuntime( 466): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
E/AndroidRuntime( 466): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
E/AndroidRuntime( 466): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
E/AndroidRuntime( 466): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 466): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 466): at android.app.ActivityThread.main(ActivityThread.java:4627)
E/AndroidRuntime( 466): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 466): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 466): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 466): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime( 466): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 466): Caused by: java.lang.RuntimeException: Binary XML file line #4: You must supply a layout_width attribute.
E/AndroidRuntime( 466): at android.content.res.TypedArray.getLayoutDimension(TypedArray.java:491)
E/AndroidRuntime( 466): at android.view.ViewGroup$LayoutParams.setBaseAttributes(ViewGroup.java:3592)
E/AndroidRuntime( 466): at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java:3672)
E/AndroidRuntime( 466): at android.widget.LinearLayout$LayoutParams.<init>(LinearLayout.java:1395)
E/AndroidRuntime( 466): at android.widget.LinearLayout.generateLayoutParams(LinearLayout.java:1321)
E/AndroidRuntime( 466): at android.widget.LinearLayout.generateLayoutParams(LinearLayout.java:45)
E/AndroidRuntime( 466): at android.view.LayoutInflater.rInflate(LayoutInflater.java:620)
E/AndroidRuntime( 466): at android.view.LayoutInflater.inflate(LayoutInflater.java:407)
E/AndroidRuntime( 466): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
E/AndroidRuntime( 466): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
E/AndroidRuntime( 466): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:198)
E/AndroidRuntime( 466): at android.app.Activity.setContentView(Activity.java:1647)
E/AndroidRuntime( 466): at com.google.android.apps.circles.accounts.SelectAccountActivity.onCreate(SelectAccountActivity.java:97)
E/AndroidRuntime( 466): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime( 466): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
E/AndroidRuntime( 466): ... 11 more
W/ActivityManager( 61): Force finishing activity com.google.android.apps.plus/com.google.android.apps.circles.accounts.SelectAccountActivity
W/ActivityManager( 61): Activity pause timeout for HistoryRecord{44ffd1d8 com.google.android.apps.plus/com.google.android.apps.circles.accounts.SelectAccountActivity}
W/ActivityManager( 61): Activity destroy timeout for HistoryRecord{44f51990 com.google.android.apps.plus/com.google.android.apps.plusone.app.HomeScreenActivity}
W/ActivityManager( 61): Activity destroy timeout for HistoryRecord{44ffd1d8 com.google.android.apps.plus/com.google.android.apps.circles.accounts.SelectAccountActivity}

Market Force Quitting

Hi All,
I have a rooted EVO 4G and I recently installed a updated stock ROM:
http://forum.xda-developers.com/showthread.php?t=1319881
Unfortunately, i can't post to that thread yet, so I'm forced to post here.
At any rate, everything seems to be working fine except that Market is force quitting on me.
I did a logcat and I see this:
D/Finsky ( 1084): [1] DownloadQueueImpl.startDownload: Download com.rerware.android.MyBackupRoot starting
E/DatabaseUtils( 441): Writing exception to parcel
E/DatabaseUtils( 441): java.lang.SecurityException: Invalid value for is_public_api: null
E/DatabaseUtils( 441): at com.android.providers.downloads.DownloadProvider.enforceAllowedValues(DownloadProvider.java:754)
E/DatabaseUtils( 441): at com.android.providers.downloads.DownloadProvider.checkInsertPermissions(DownloadProvider.java:692)
E/DatabaseUtils( 441): at com.android.providers.downloads.DownloadProvider.insert(DownloadProvider.java:495)
E/DatabaseUtils( 441): at android.content.ContentProvider$Transport.insert(ContentProvider.java:210)
E/DatabaseUtils( 441): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:181)
E/DatabaseUtils( 441): at android.os.Binder.execTransact(Binder.java:320)
E/DatabaseUtils( 441): at dalvik.system.NativeStart.run(Native Method)
W/dalvikvm( 1084): threadid=21: thread exiting with uncaught exception (group=0x4001d5a0)
E/AndroidRuntime( 1084): FATAL EXCEPTION: download-manager-thread
E/AndroidRuntime( 1084): java.lang.SecurityException: Invalid value for is_public_api: null
E/AndroidRuntime( 1084): at android.os.Parcel.readException(Parcel.java:1322)
E/AndroidRuntime( 1084): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:160)
E/AndroidRuntime( 1084): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:114)
E/AndroidRuntime( 1084): at android.content.ContentProviderProxy.insert(ContentProviderNative.java:456)
E/AndroidRuntime( 1084): at android.content.ContentResolver.insert(ContentResolver.java:606)
E/AndroidRuntime( 1084): at com.google.android.finsky.download.DownloadManagerImpl$1.run(DownloadManagerImpl.java:44)
E/AndroidRuntime( 1084): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 1084): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 1084): at android.os.Looper.loop(Looper.java:143)
E/AndroidRuntime( 1084): at android.os.HandlerThread.run(HandlerThread.java:60)
W/ActivityManager( 124): Unable to start service Intent { act=com.htc.android.iqagent.action.ui03 (has extras) }: not found
W/ActivityManager( 124): Force finishing activity com.android.vending/.AssetBrowserActivity
Any one have any idea how I can fix the invalid value for that "is_public_api" variable?
I've tried "fixing permissions" in the ClockworkMod, but that's not helped. I've also tried clearing the data & caches for the Market.
Any help would be appreciated!
Had you try to unistall market using Titanium Backup and then re-install it????
Plis let me know if this work
Unfortunately, I'd not tried that. I ended up using a older version of the market and it was fine then.
Sent from my PC36100 using XDA App

[Q] Stuck on bootloop!

oK! Sorry if this is in the wrong thread!
Now, i have been porting MIUI 2.8.17 ICS build to my device. but i am getting a bootloop at
Code:
W/dalvikvm( 357): threadid=26: thread exiting with uncaught exception (group=0x40a4a1f8)
E/AndroidRuntime( 357): *** FATAL EXCEPTION IN SYSTEM PROCESS: WindowManagerPolicy
E/AndroidRuntime( 357): android.database.sqlite.SQLiteException: no such table: systemex: , while compiling: SELECT value FROM systemex WHERE (name=?)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:78)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteProgram.compileSql(SQLiteProgram.java:143)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteProgram.compileAndbindAllArgs(SQLiteProgram.java:361)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:127)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:94)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:53)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:47)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1564)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteQueryBuilder.query(SQLiteQueryBuilder.java:354)
E/AndroidRuntime( 357): at android.database.sqlite.SQLiteQueryBuilder.query(SQLiteQueryBuilder.java:291)
E/AndroidRuntime( 357): at com.android.providers.settings.SettingsProvider.query(SettingsProvider.java:429)
E/AndroidRuntime( 357): at android.content.ContentProvider$Transport.query(ContentProvider.java:178)
E/AndroidRuntime( 357): at android.provider.Settings$NameValueCache.getString(Settings.java:729)
E/AndroidRuntime( 357): at android.provider.Settings$Systemex.getString(Settings.java:4598)
E/AndroidRuntime( 357): at android.provider.Settings$Systemex.getInt(Settings.java:4637)
E/AndroidRuntime( 357): at com.android.internal.policy.impl.PhoneWindowManager.init(PhoneWindowManager.java:927)
E/AndroidRuntime( 357): at com.android.internal.policy.impl.MiuiPhoneWindowManager.init(MiuiPhoneWindowManager.java:97)
E/AndroidRuntime( 357): at com.android.server.wm.WindowManagerService$PolicyThread.run(WindowManagerService.java:733)
I/Process ( 357): Sending signal. PID: 357 SIG: 9
E/OMXCodec( 331): Attempting to allocate OMX node 'OMX.google.vorbis.decoder'
E/OMXCodec( 331): Successfully allocated OMX node 'OMX.google.vorbis.decoder'
I/ServiceManager( 100): service 'permission' died
I/ServiceManager( 100): service 'usagestats' died
I/ServiceManager( 100): service 'telephony.registry' died
I/ServiceManager( 100): service 'batteryinfo' died
Can any1 help me out to fix this n pass through the bootloop!
thnx.
Any1?

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

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

[Q] clock not working

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

Categories

Resources