Okay so I have had AN Incredible for a while now and with the last two ROMs (CM7 and MIUI 1.9.9), I have been having consistent force closing that starts to happen about a week after a clean wipe/re-flash - it NEVER fails, and I cannot figure out why or how to stop it. The FC's happen during the launch of certain apps (at least 70% off my apps are effected). They also happen when the phone is first booted up (the main core android process FC's as well as like 6 other things).
I have not made any major changes to any important files or installed any apps that have been a common denominator with these rogue force closes.
I want to say that almost every app I have (77) force closes on launch, but that's not true (although it seems that way).
UPDATE 9/29/2011: I have noticed that clearing the data cache (I used Root Tools) stops the force closes for a short period of time, until the cache builds up to about 1mb (yep, you read that right, MEGAbyte) then browser, facebook, keyboard, dictionary.com and many other apps force close on launch, reporting the same SQLite error as the logs below. Of course it only takes a few minutes for a mb of cache to build up, so this is pretty constant still. Hope this report helps someone figure this out because I am clueless!
Also, I noticed someone mentioned using Titanium to restore app data can sometimes cause issues - I would like to note that I DO in fact use Titanium to restore apps, but NOT data... I do not save app data when migrating ROMS or phones. Thanks!
The consistent error that I am seeing in the logs of ALL the force closings is this:
Code:
Unable to start activity ComponentInfo{WHATEVER ACTIVITY I TRY TO LAUNCH HERE}: android.database.sqlite.SQLiteDiskIOException: error code 10: disk I/O error
Any help is appreciated... like I said, after full wipe and re-flash, everything is fine for about a week or so, and then this starts to happen again.
Tried reboots, permission fixes, cache/dalvik wipes and all that stuff and still no dice.
here are the logs for a few of the apps that force close on launch.
Titanium Backup:
Code:
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): FATAL EXCEPTION: main
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.keramidas.TitaniumBackup/com.keramidas.TitaniumBackup.MainActivity}: android.database.sqlite.SQLiteDiskIOException: error code 10: disk I/O error
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1664)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1680)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at android.app.ActivityThread.access$1500(ActivityThread.java:117)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:931)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at android.os.Handler.dispatchMessage(Handler.java:99)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at android.os.Looper.loop(Looper.java:130)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at android.app.ActivityThread.main(ActivityThread.java:3703)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at java.lang.reflect.Method.invokeNative(Native Method)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at java.lang.reflect.Method.invoke(Method.java:507)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at dalvik.system.NativeStart.main(Native Method)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): Caused by: android.database.sqlite.SQLiteDiskIOException: error code 10: disk I/O error
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at android.database.sqlite.SQLiteStatement.native_execute(Native Method)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at android.database.sqlite.SQLiteStatement.execute(SQLiteStatement.java:61)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at android.database.sqlite.SQLiteDatabase.delete(SQLiteDatabase.java:1632)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at com.keramidas.TitaniumBackup.schedules.SchedulerService.a(Source:215)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at com.keramidas.TitaniumBackup.MainActivity.onCreate(Source:324)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1628)
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): ... 11 more
GMail App:
Code:
09-15 20:24:46.008: ERROR/Database(2777): Failure 1 (cannot rollback - no transaction is active) on 0x1e0980 when executing 'ROLLBACK;'
09-15 20:24:46.058: ERROR/AndroidRuntime(2777): FATAL EXCEPTION: main
09-15 20:24:46.058: ERROR/AndroidRuntime(2777): java.lang.NullPointerException
09-15 20:24:46.058: ERROR/AndroidRuntime(2777): at com.google.android.gm.provider.Gmail$ConversationCursor.<init>(Gmail.java:2966)
09-15 20:24:46.058: ERROR/AndroidRuntime(2777): at com.google.android.gm.provider.Gmail$ConversationCursor.<init>(Gmail.java:2959)
09-15 20:24:46.058: ERROR/AndroidRuntime(2777): at com.google.android.gm.provider.Gmail$ConversationCursor.<init>(Gmail.java:2939)
09-15 20:24:46.058: ERROR/AndroidRuntime(2777): at com.google.android.gm.provider.Gmail.getConversationCursorForCursor(Gmail.java:708)
09-15 20:24:46.058: ERROR/AndroidRuntime(2777): at com.google.android.gm.ConversationListActivity$QueryHandler.onQueryComplete(ConversationListActivity.java:270)
09-15 20:24:46.058: ERROR/AndroidRuntime(2777): at android.content.AsyncQueryHandler.handleMessage(AsyncQueryHandler.java:399)
09-15 20:24:46.058: ERROR/AndroidRuntime(2777): at android.os.Handler.dispatchMessage(Handler.java:99)
09-15 20:24:46.058: ERROR/AndroidRuntime(2777): at android.os.Looper.loop(Looper.java:130)
09-15 20:24:46.058: ERROR/AndroidRuntime(2777): at android.app.ActivityThread.main(ActivityThread.java:3703)
09-15 20:24:46.058: ERROR/AndroidRuntime(2777): at java.lang.reflect.Method.invokeNative(Native Method)
09-15 20:24:46.058: ERROR/AndroidRuntime(2777): at java.lang.reflect.Method.invoke(Method.java:507)
09-15 20:24:46.058: ERROR/AndroidRuntime(2777): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
09-15 20:24:46.058: ERROR/AndroidRuntime(2777): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
09-15 20:24:46.058: ERROR/AndroidRuntime(2777): at dalvik.system.NativeStart.main(Native Method)
and finally, Dictionary.com App:
Code:
09-15 20:23:09.363: ERROR/Database(2832): Error updating timestamp_current=1316143389 timestamp_previous=1316142594 visits=201 using UPDATE session SET timestamp_current=?, timestamp_previous=?, visits=? WHERE timestamp_first=?
09-15 20:23:11.576: ERROR/Database(2832): Error updating timestamp_current=1316143389 timestamp_previous=1316142594 visits=201 using UPDATE session SET timestamp_current=?, timestamp_previous=?, visits=? WHERE timestamp_first=?
09-15 20:23:11.726: ERROR/FlurryAgent(2832): java.io.IOException: No space left on device
09-15 20:23:11.726: ERROR/FlurryAgent(2832): at org.apache.harmony.luni.platform.OSFileSystem.write(Native Method)
09-15 20:23:11.726: ERROR/FlurryAgent(2832): at dalvik.system.BlockGuard$WrappedFileSystem.write(BlockGuard.java:171)
09-15 20:23:11.726: ERROR/FlurryAgent(2832): at java.io.FileOutputStream.write(FileOutputStream.java:300)
09-15 20:23:11.726: ERROR/FlurryAgent(2832): at java.io.DataOutputStream.writeShort(DataOutputStream.java:309)
09-15 20:23:11.726: ERROR/FlurryAgent(2832): at com.flurry.android.FlurryAgent.g(SourceFile:987)
09-15 20:23:11.726: ERROR/FlurryAgent(2832): at com.flurry.android.FlurryAgent.b(SourceFile:459)
09-15 20:23:11.726: ERROR/FlurryAgent(2832): at com.flurry.android.FlurryAgent.a(SourceFile:147)
09-15 20:23:11.726: ERROR/FlurryAgent(2832): at com.flurry.android.d.uncaughtException(SourceFile:128)
09-15 20:23:11.726: ERROR/FlurryAgent(2832): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:854)
09-15 20:23:11.726: ERROR/FlurryAgent(2832): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:851)
09-15 20:23:11.726: ERROR/FlurryAgent(2832): at dalvik.system.NativeStart.main(Native Method)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): FATAL EXCEPTION: main
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.dictionary/com.dictionary.Daily}: android.database.sqlite.SQLiteDiskIOException: error code 10: disk I/O error
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1664)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1680)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at android.app.ActivityThread.access$1500(ActivityThread.java:117)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:931)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at android.os.Handler.dispatchMessage(Handler.java:99)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at android.os.Looper.loop(Looper.java:130)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at android.app.ActivityThread.main(ActivityThread.java:3703)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at java.lang.reflect.Method.invokeNative(Native Method)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at java.lang.reflect.Method.invoke(Method.java:507)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at dalvik.system.NativeStart.main(Native Method)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): Caused by: android.database.sqlite.SQLiteDiskIOException: error code 10: disk I/O error
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at android.database.sqlite.SQLiteStatement.native_execute(Native Method)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at android.database.sqlite.SQLiteStatement.execute(SQLiteStatement.java:61)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at android.database.sqlite.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1727)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at android.database.sqlite.SQLiteDatabase.update(SQLiteDatabase.java:1656)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at com.google.android.apps.analytics.PersistentEventStore.storeUpdatedSession(Unknown Source)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at com.google.android.apps.analytics.PersistentEventStore.putEvent(Unknown Source)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at com.google.android.apps.analytics.GoogleAnalyticsTracker.createEvent(Unknown Source)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at com.google.android.apps.analytics.GoogleAnalyticsTracker.trackPageView(Unknown Source)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at com.dictionary.Daily.onCreate(Daily.java:245)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1628)
09-15 20:23:11.726: ERROR/AndroidRuntime(2832): ... 11 more
I'm definitely not an expert about debugging this stuff, but...
Code:
09-15 20:23:11.726: ERROR/FlurryAgent(2832): java.io.IOException: No space left on device
(in the dictionary app)
and..
Code:
09-15 20:25:27.708: ERROR/AndroidRuntime(3129): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.keramidas.TitaniumBackup/com.keramidas.TitaniumBackup.MainActivity}: android.database.sqlite.SQLiteDiskIOException: error code 10: disk I/O error
(in TB)
lead me to believe your /data/data partition is filling up. Are you getting a low space warning or anything?
That's what I was thinking at first too, but no... I'm not running out of space at all.
n1ghtwish said:
That's what I was thinking at first too, but no... I'm not running out of space at all.
Click to expand...
Click to collapse
I've actually never seen CM (or any AOSP ROM, for that matter) throw a low space error. But I'm really not sure. Sorry. :/
Maybe somebody a little smarter than me can step in here and help you out.
Seems like some oddities are happening after dalvik. Perhaps try wiping dalvik cache? I'm no dev so take what I say with a grain of salt.
Taking a wild guess but i think your SD is the culprit. How many of those apps that FC are loaded on your SD. Do the FC occur after your SD card is mounted. .
Try mounting your SD to your computer and run the scandisk on it or worst case format.
see if that helps.
Cleared dalvik already, no dice.
However, I do think it may have something to do with app caches or SD card caches.
If its happening on fresh flashes of roms and your wiping everything "internally" The only really other thing that all the roms/apps have in common is access to the SD card which in your case could be corrupted.
Sent from my ADR6300 using XDA Premium App
I have got exactly the same recurrent problem.
Last time it happened, I flashed an older nandroid backup which solved the problem for a while.
I will try a full reset/reflash, to start again cleaner.
This is with a Galaxy S, so with "internal SD memory". The problem is independant of the external SD card.
I run the CM7 nightlies, updating quite often.
By the way, I have another problem : this is the second time in a few month that my external microSD card Kensington 8GB class 10 is "fried" (not recognized anymore in any device). I got it replaced once, but it died again. (and the first one did get super hot as soon as plugged in my phone or in a computer, though not detected at all !).
I hope this is not due to CM7.... but no idea of the real cause.
I have been having the exact same problem for a while now as well. I am starting to get really frustrated with the phone. I'm glad to see I am not the only person experiencing this.
Has anyone figured this out yet? I have a Droid Incredible and am having the exact same problem multiple times a day ..... after the disk I/O errors and force closes whenever I try to open most of my apps, the phone will do a hot restart and sometimes the process will continue until I reboot and then it may go away for a while but it always comes back.
It has happened on the last 4 or so ROMs I've used (at first I thought it was a ROM problem) ..... it's like the phone is unable to communicate with memory (I thought it was the internal memory, but it could very well be the SD card). I haven't tried to pull the card out and run a scandisk on it yet. Has anyone with the issue done that and seen if it was fixed?
EDIT: I ran a scandisk on my SD and no errors were found? Any other recommendations?
I moved one of the apps that seemed to be having problems to internal storage (gReader) and still received an Commit I/O error (usually followed by force closes of many other apps both on and off the SD Card and then a hot restart). It doesn't seem like the SD card should be the culprit.
When you flash a new ROM and wipe everything, doesn't it wipe the entire internal storage except for the media portion? I would imagine I'm starting with a clean slate as far as internal storage goes each time but I still have issues for some reason .....
This is so frustrating .... I can't reliably use my phone anymore. The Vigor can't come out soon enough LOL.
I would say don't use titanium to restore data if you are that can cause unwanted effects I.have learned.
Sent from my ADR6300 using XDA App
mben1287 said:
I would say don't use titanium to restore data if you are that can cause unwanted effects I.have learned.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
I'm currently formatting my SD card and I'm going to flash a ROM and set everything up from scratch without using Titanium at all. I will report back with whether or not that fixes the force close issues mentioned on Post 1.
See OP for update - still no dice on the issue but I have noticed some things that may help with the investigation!
I've been getting this too for the past few weeks. Christ is it aggravating. I'd thought maybe it was kernel related but none of the three I have switched between have changed. Have cleared caches, no dice...
I finally looked and saw that I had a little under 200mb free internal for apps. I moved a few to my SD card so I have 300mb+ free and havent seen a FC since I did that earlier this morning. Hopefully it stays...
I would like to throw my hat into the ring.
This is happening to my wife and I too.
It started in CM7 and has persisted through changing ROMs. Although all the ROMs have been Senseless.
I do restore with Titanium Back Up, but only app data, no system data.
I really hope someone comes up with a fix to this problem.
I think I may have the problem fixed (hopefully).
I installed a cache cleaner and have it running ever 24 hours.
I have it on both my phone and my wife's phone and it is now running faster and better than ever.
If it continues working i will let tell you what cache cleaner I am using.
If you have Root Explorer, go into data/data/ and look at the top where the app shows you how much room you have left in that folder... You only have 150mb for your app data so if that's almost full, that's why the force closes are happening. I realized this today and moved my 3 biggest apps to the SD card and now I have 50mb free in the data folder.
Hope this helps
I had a similar problem with a Galaxy S runnint CM7. The problem was caused by partition /datadata being full.
You can check this by running this command as root:
df /datadata
If you see % used = 100 then this is you problem.
Just move some aps to the external SD card and it will solve the problem.
Related
Hello!
I've used different Froyo Roms, and have allways the same Problems:
The Market download's the app till 100% but don't start the installation.
Here is the log:
Code:
....
I/LSState ( 142): EventReceiver:android.intent.action.NOTIFICATION_UPDATE
D/DownloadManager( 351): notifyDownloadCompleted status: 200
E/lights ( 142): write ok string=0,len=1
E/lights ( 142): write ok string=0,len=1
E/lights ( 142): write ok string=0 0,len=3
E/lights ( 142): write ok string=1,len=1
E/lights ( 142): write ok string=0,len=1
E/lights ( 142): write ok string=0 0,len=3
D/NotificationService( 142): cancelNotification, ACTION_NOTIFICATION_REMOVE,pkg=com.android.providers.downloads,id=12
I/vending ( 457): [147] AssetDownloader$DownloadManagerBroadcastReceiver.startNextDownload(): Found Paused URI null
I/vending ( 457): [147] AssetDownloader$DownloadManagerBroadcastReceiver.startNextDownload(): No more paused downloads.
D/vending ( 457): [147] AssetDownloader$DownloadManagerBroadcastReceiver.handleDownloadCompletedAction(): Got a download completed intent.
E/vending ( 457): [147] AssetDownloader$DownloadManagerBroadcastReceiver.handleDownloadCompletedAction(): content://downloads/download/12 state is INSTALLED
I/LSState ( 142): EventReceiver:android.intent.action.NOTIFICATION_REMOVE
E/MediaScannerService( 351): Failed to delete file /data/data/com.android.providers.media/pause_scan
D/MediaScannerService( 351): IMediaScannerService.scanFile: /mnt/sdcard/download/Download-2.apk mimeType: application/vnd.android.package-archive
V/MediaPlayerService( 117): Create new media retriever from pid 351
D/MediaScannerService( 351): getDefaultLocale =de_DE
E/MediaScannerService( 351): Failed to delete file /data/data/com.android.providers.media/pause_scan
Sometimes it work ... sometimes not ...
go to settings/applications, find the market, delete the data (not cache) when you go to market you will have to accept the terms and conditions agains, but your download should work fine, do this every 10 or so downloads and you will have no problem
market issues failed downloads
same problem for me.. this solution doesn't work as it shows all is empty nothing to delete.. any more ideas??
maybe check your ext 3...or play with install location apk
with kind regards..Alex
Market install bug on Froyo...
AndroHero said:
go to settings/applications, find the market, delete the data (not cache) when you go to market you will have to accept the terms and conditions agains, but your download should work fine, do this every 10 or so downloads and you will have no problem
Click to expand...
Click to collapse
hi!!
that's right, when i using no problem.sothat, The market help very much..
sometime work and try hard..........
AndroHero said:
go to settings/applications, find the market, delete the data (not cache) when you go to market you will have to accept the terms and conditions agains, but your download should work fine, do this every 10 or so downloads and you will have no problem
Click to expand...
Click to collapse
Worked fine for me - wasn't able to update quadrant begore. Nice and simple idea Thx!
Sent from my HTC Desire using XDA App
kai84m said:
Worked fine for me - wasn't able to update quadrant begore. Nice and simple idea Thx!
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
doesn't help... stil having the problem.
anyone can walk me through Alex's suggestion to resolve the issue? I'm new to this.
thanks
i´m see that tip in another thread...the user say...create a ext3 with rom manager...go into recovery...format all....and flash the rom...don´t know if it work...i don´t have such problems...but good luck
Looks like my ext partition "goes for a walk" once I try installing stuff to it, which causes "Dnownload paused\unsuccessful" error in Market.
Just checked with Starburst Data2sd - post-flash Internal phone storage showed >500mb (i.e. including the ext partition), after attempting installation from Market (predictably unsuccessful) this figure fell to ~50Mb.
Tried partitioning card via Amon-Ra 2.0.1 recovery, acronis, minitool partition wizard - no difference.
Solutions, anyone?
I take it, this problem only happens when downloading large apps?
If so, there are some threads here about issues downloading large apps.
No, not so. Problem was when downloading ANY apps, not large sized ones.
After multiple reflashes, repartitionings and so on, I managed to install LeeDroid 2.4 with app2sd, which, however, works unsatisfactorily.
At the beginning it was OK (functioning + downloading apps from market);
Then it started rebooting (when installing apps from market \ apk's; when attempting to browse through TitaniumBackup's backup list).
Then it refused to download apps just like before ("solved" by connecting to PC in Charge mode, maybe has to do with ADB Debug thing?)
So, I am mighty puzzled by all this; never thought I'd be so helpless with a simple PDA... Kinda makes me remeber the WM days with nostalgia.
---
UPD: Repartitioned flash card using minitool Partition Wizard (looks just like acronis disk director but runs faster and is free), installed LeeDroid 3.0.2 (it's android 2.3) - no problems with market so far. So maybe it's really to do with Froyo.
So, I use CM7 nightlies and have never had any problems. However, suddenly, Titanium Backup shows 0 app elements - so I have nothing showing! All the old backups are still on my SD card, but the app itself isn't working. It shows I have BusyBox 1.16.0. And yes, I have rebooted, re-wiped cache/dalvik chache, uninstalled/reinstalled, even reverted to an old nandroid backup but NOTHING is fixing it. Does anyone have any suggestions? Thanks!
Have u clicked problems? Give it a try
Yup, first thing I did. I even now did a full wipe and reinstall, but same problem persists. I'm at a loss!
Sent from my HTC Vision using XDA App
Try backup/restore then click the filters make them all
Also tried that each time. Alas, still nothing. I may have to try to find some app that's equivalent to titanium. So sad. And most vexing. Thanks for trying to help though. I'm still open to more suggestions!
Sent from my HTC Vision using XDA App
kalipedia said:
Also tried that each time. Alas, still nothing. I may have to try to find some app that's equivalent to titanium. So sad. And most vexing. Thanks for trying to help though. I'm still open to more suggestions!
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
I just had the same problem.. I rebooted, cleared the search terms, and clicked the 'problems' button and rebooted again. It seemed to fix it. I am on the latest MIUI...
dash4g said:
I just had the same problem.. I rebooted, cleared the search terms, and clicked the 'problems' button and rebooted again. It seemed to fix it. I am on the latest MIUI...
Click to expand...
Click to collapse
I've tried those steps a number of times, but still nothing. Can you tell me what version of Busy Box titanium says you have installed? Also, seems to crash every time I try to sync with dropbox...
Sent from my HTC Vision using XDA App
By the way, this is what alogcat shows - now if only I knew how to fix whatever the problem is. Any help?
D/dalvikvm(13619): GC_EXTERNAL_ALLOC freed 159K, 48% free 3796K/7239K, external 9666K/11005K, paused 47ms
E/ (14460): statfs /dbdata failed, errno: 2
E/ (14460): statfs /system/sd failed, errno: 2
E/ (14460): statfs /sdcard/sd failed, errno: 2
E/ (14460): statfs /dbdata failed, errno: 2
E/ (14460): statfs /system/sd failed, errno: 2
E/ (14460): statfs /sdcard/sd failed, errno: 2
E/ (14460): statfs /dbdata failed, errno: 2
E/ (14460): statfs /system/sd failed, errno: 2
E/ (14460): statfs /sdcard/sd failed, errno: 2
I/ActivityManager( 1468): Displayed com.keramidas.TitaniumBackup/.MainActivity: +527ms
I/zomut.watchdog.monitor( 2442): initgather
D/dalvikvm( 2442): GC_CONCURRENT freed 455K, 56% free 2637K/5895K, external 0K/0K, paused 7ms+7ms
I/zomut.watchdog.monitor( 2442): endgather
I/zomut.watchdog.monitor( 2442): init
D/dalvikvm( 2442): GC_CONCURRENT freed 424K, 56% free 2637K/5895K, external 0K/0K, paused 7ms+42ms
I/zomut.watchdog.monitor( 2442): end
D/dalvikvm(14460): GC_CONCURRENT freed 418K, 51% free 3106K/6215K, external 1031K/1035K, paused 2ms+3ms
I/MainActivity(14460): Listing data elements ...
W/System.err(14460): java.lang.NumberFormatException: unable to parse '1萲' as integer
W/System.err(14460): at java.lang.Integer.parse(Integer.java:383)
W/System.err(14460): at java.lang.Integer.parseInt(Integer.java:372)
W/System.err(14460): at java.lang.Integer.parseInt(Integer.java:332)
W/System.err(14460): at com.keramidas.TitaniumBackup.tools.Time.utcString_to_time(Time.java:38)
W/System.err(14460): at com.keramidas.TitaniumBackup.backupRestore.BackupArchives$ArchiveEntry.<init>(BackupArchives.java:167)
W/System.err(14460): at com.keramidas.TitaniumBackup.backupRestore.BackupArchives.getArchiveDirContentsCache(BackupArchives.java:263)
W/System.err(14460): at com.keramidas.TitaniumBackup.backupRestore.BackupArchives.getArchivedPackagesList(BackupArchives.java:289)
W/System.err(14460): at com.keramidas.TitaniumBackup.MainActivity.listDataElements(MainActivity.java:1189)
W/System.err(14460): at com.keramidas.TitaniumBackup.MainActivity.loadBasicAppInfos(MainActivity.java:1888)
W/System.err(14460): at com.keramidas.TitaniumBackup.MainActivity$12.safeRun(MainActivity.java:1851)
W/System.err(14460): at com.keramidas.TitaniumBackup.tools.SafeThread.run(SafeThread.java:16)
D/dalvikvm(14460): GC_CONCURRENT freed 451K, 50% free 3235K/6343K, external 843K/1035K, paused 3ms+4ms
D/dalvikvm(14460): GetFieldID: unable to find field Ljava/util/HashMap;.loadFactor:F
E/ (14460): statfs /dbdata failed, errno: 2
E/ (14460): statfs /system/sd failed, errno: 2
E/ (14460): statfs /sdcard/sd failed, errno: 2
D/dalvikvm( 1468): GC_EXTERNAL_ALLOC freed 536K, 41% free 7322K/12359K, external 8888K/8910K, paused 77ms
Sent from my HTC Vision using XDA App
I usually kill yhr process via long press back (cm7) and start the app again. Always works on my device.
dictionary said:
I usually kill yhr process via long press back (cm7) and start the app again. Always works on my device.
Click to expand...
Click to collapse
Tried that as well. Absolutely nothing is fixing this. It's driving me nuts. Full wipe didn't fix it. All I want to do is freeze WiFi calling since it always runs on my CM7 nightlies and sucks the battery life out. Do any other backup apps have that same function? I'm trying MyBackup, but don't see a freeze option. I want my Titanium back!
Fixed it! I had to manually delete a file in my titanium backup folder that had some asian character in it. It was an adobe file. Not sure how that did anything, but at least everything's fine now! Just thought I'd share the knowledge.
Sent from my HTC Vision using XDA App
there is nothing on my files that resembles this... I deleted everything. The cache, files and even the backup folders and re-install. Nothing works...
HTC Desire on official android 2.3.3 firmware (RUU)
Few weeks ago I found lack of free space on internal memory (/data).
I rooted my device, and got content from /data to my desktop.
I learned that file /data/data/com.android.htcprofile/anr_history.txt used all free space (about 40M).
Content of file - something like this
"Binder Thread #2" prio=5 tid=7 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x40519c70 self=0x1bf9a0
| sysTid=268 nice=0 sched=0/0 cgrp=default handle=3079040
| schedstat=( 4624267571 103307952859 32755 )
at dalvik.system.NativeStart.run(Native Method)
"Binder Thread #1" prio=5 tid=6 NATIVE
| group="main" sCount=1 dsCount=0 obj=0x40516fe8 self=0x2ef860
| sysTid=266 nice=0 sched=0/0 cgrp=default handle=767584
| schedstat=( 5026946927 102209503282 34307 )
at dalvik.system.NativeStart.run(Native Method)
"Compiler" daemon prio=5 tid=5 VMWAIT
| group="system" sCount=1 dsCount=0 obj=0x40516228 self=0xbb4a0
| sysTid=264 nice=0 sched=0/0 cgrp=default handle=1410336
| schedstat=( 2003631608 99297851584 22341 )
at dalvik.system.NativeStart.run(Native Method)
Click to expand...
Click to collapse
I found some info about this in google:
1) ANR = Application Not Responding
2) dalvikvm stack trace file '/data/data/com.android.htcprofile/anr_history.txt'
What is it exactly and how can I stop it?
I have the same file, my is 2mb.
I deleted. After reboot i have new with 0 bytes.
I don't know how to stop this.
Sent from my HTC Desire using Tapatalk
Gingerbread 2.3.3 RUU Rooted S-Off with Link2SD partition 512MB
Today i realized that i have the same problem!!!
Mine was about 41MB and i dont know how and why was created!!
It's a log of crashes, which is of no use when you're not actively debugging. I have provided a solution and explanation here:
atlas.hasselbalch.com/android/anr-using-my-space
(Sorry, I can't link directly, since I'm a noob)
i've a desire running GB (official), and i've 147 MB free Internal storage (should), but after i rooted it, the internal used about 20 MB, and dont know what app used it, even i have factory reset the phone, clear storage, wipe everything, the gmail not yet pushed, it always the same, the internal memory used about 20 MB, can anyone help me, is this because the dalvik or else?
i've rooted my desire using revolutionary have an s-off, recovery using clockworkmod
just want to know, where the 20 MB goes
for a while now I've been getting low space warnings, and each time moved some more apps to SD card. what puzzled me was I hadn't been installing new apps, just updating.
I cleared the dalvik cache and it only helped for a while, so I started digging some more, "du -ks * | sort -n" at the top of /data, and working my way down to the biggest space hogs, I found com.android.htcprofile directory had this huge anr_history.txt file!!
googled and found this discussion.
my anr_history.txt was 197MB, and given my desireZ running virtuousUnity doesn't have the largest data partition (?1300MB?) that was huge loss of space.
I renamed the file, rebooted, and then deleted it, and now I have 27% free space.
i do have the same problem. i have htc chacha with 150 internal memory. i managed to use combination of link2sd and titanium backup to move both of application files and data to my sd card so in result i had 130 mb free space left and the rest were used by android. aftr 2 week i found my freespace is decreased to 20 mb and it wasnt being used by apps. after looking for large files i ended up to find this file using more than 100 mb of my internal memory.
i deleted the file but it again started to gain size and become like 8 mb after 24 hour.
anyone came up with any solution?
digitalmahdi said:
i do have the same problem. i have htc chacha with 150 internal memory. i managed to use combination of link2sd and titanium backup to move both of application files and data to my sd card so in result i had 130 mb free space left and the rest were used by android. aftr 2 week i found my freespace is decreased to 20 mb and it wasnt being used by apps. after looking for large files i ended up to find this file using more than 100 mb of my internal memory.
i deleted the file but it again started to gain size and become like 8 mb after 24 hour.
anyone came up with any solution?
Click to expand...
Click to collapse
Delete file
Make new file with same name
Set permission to read only
Change owner to nobody
File will remain 0 bytes
Sent from my HTC One X+ using Tapatalk 2
decmk said:
Delete file
Make new file with same name
Set permission to read only
Change owner to nobody
File will remain 0 bytes
Sent from my HTC One X+ using Tapatalk 2
Click to expand...
Click to collapse
Perfect - thanks. I did this using the "Root Browser" app. It stopped my partner's Wildfire S having the ever growing '/data/data/com.android.htcprofile/anr_history.txt' file. Great to finally get rid of the problem.
Previously, without doing the change of owner and permissions, the file soon grew and became an issue again after just deleting it.
Hey guys, I seem to have a problem with the latest MIUI JB (v4 2.9.14) roms with my Desire HD regarding SD contents and the media scanner.
I've already done a clean install of the rom (Factory reset, install rom, wipe cache+dalvik) and everything seems to boot up fine. when I invoke the media scanner from the miui tools, the gallery can detect some of the pictures but there are picture folders which are not detected. As for the music player, it cannot detect any of the music files/folders. I've also formatted my SD card via my phone and re-added my media files but still no luck after running the media scanner. I can, however, see my media files via the included file explorer in miui.
looking into the log (from alogcat), media scanner seems to crash every time I invoke it.
D/dalvikvm( 1658): GC_EXPLICIT freed 191K, 44% free 17075K/30407K, paused 8ms+11ms, total 166ms
D/dalvikvm( 4242): GC_CONCURRENT freed 1717K, 33% free 9554K/14211K, paused 5ms+3ms, total 45ms
D/dalvikvm( 4242): GC_CONCURRENT freed 1688K, 33% free 9602K/14211K, paused 6ms+11ms, total 54ms
F//system/bin/app_process( 4242): stack corruption detected: aborted
I/ActivityManager( 1658): Process android.process.media (pid 4242) has died.
W/ActivityManager( 1658): Scheduling restart of crashed service com.android.providers.downloads/.DownloadService in 5000ms
D/Zygote ( 1432): Process 4242 terminated by signal (6)
W/ActivityManager( 1658): Scheduling restart of crashed service com.android.providers.media/.MediaScannerService in 58912ms
I/ActivityManager( 1658): Start proc android.process.media for service com.android.providers.downloads/.DownloadService: pid=4700 uid=10013 gids={1015, 1023, 1024, 1028, 2001, 3003, 3007}
E/Trace ( 4700): error opening trace file: No such file or directory (2)
I/ActivityThread( 4700): Pub media: com.android.providers.media.MediaProvider
I've also tried using the app SDRescan but it just throws the same error.
Weird thing is I'm now currently using MIUI 2.3.9 (GB) and everything seems to work well. The gallery and music player can all detect my media. Could this be a kernel problem? I'm lost as I've already tried 2 SD cards.
Logcat from when I try to enable WiFi:
E/WifiHW ( 215): Cannot set RW to "/data/misc/wifi/wpa_supplicant.conf": Operation not permitted
E/WifiHW ( 215): Wi-Fi will not be enabled
E/WifiStateMachine ( 215): Failed to start supplicant!
Note: Wifi _did_ work before! The last major thing that comes to mind is that i installed a2sd and moved apps and dalvik-cache to a 512MB ext3 partition on my freshly partitioned class 2, 4GB SD Card
Now when i try to switch WiFi the button greys out for a few seconds and then returns to "off" again without explanation of what went wrong.
Before i installed the ROM i did a full wipe except for battery stats, i have no clue if this could matter at all.
I have Stock HBoot still.
I really like this Release and WiFi is working for most ppl using it so I hope that this indicates that this issue is a solvable one.
I have nothing to add. I am happy to answer any question and/or to provide more logs/screens if needed.
I found a solution, the wpa_supplicant.conf was owned by root, so i made a backup and deleted the file.
This issue was apparently not caused by the ROM or any moving of the dalvik-cache, but rather a WiFi password restore tool "wireless password recovery" that apparently set a wrong owner to the file.