
25th May 2012, 05:16 AM
|
Recognized Contributor
Thanks Meter 703
Posts: 2,318
Join Date: Aug 2011
Location: WhereEverMyFeetAre
|
Super wipe basically formats the device and well most of the scripts of it's kind checks for errors in the memory and repairs them, not leaving a trace whatsoever behind, there anything that would've caused any error would be removed and leave a nice brand new house for the new rom to move into. If it was that you were pointing at, I assume, lol.
"A little patience, some searching, a little help from each other we can all get along and get things done"
Phone: iPhone 5/HTC one
Platform: iOS/Android
Version: 6.1.4/4.1.2
Kernel: Nada/Stock
ROM: Nada/Stock
|

25th May 2012, 06:46 PM
|
Junior Member
Thanks Meter 0
Posts: 4
Join Date: May 2012
|
Quote:
Originally Posted by ringochan
I think I wasn't clear when I commented. My bad.  What I wanted to say was that there may be a bug that prevents some app related files, such as .dex and/or database, to be deleted when you delete your apps. So what I really wanted to hear is something like, "Oh yes, I've installed like 500 apps and removed 400 of them since I last factory-resetted it. So I only have 100 apps installed right now." More importantly, I know of no method of checking and fixing such a bug in un-rooted Amaze.
If you, in fact, has orphanated files/data on your /data partition, one way to look at and remove it may be to re-install some exact same apps you have deleted in the past. Old data may show up when you run the app  . Worth a try, I guess.
|
Actually, I've only installed maybe 40-50 apps over the phone's lifetime, so that probably rules out the bug which prevents files from really deleting.
Haha, good idea / test! But I don't have enough memory space to install a new app
|

25th May 2012, 09:24 PM
|
Senior Member
Thanks Meter 116
Posts: 482
Join Date: Dec 2010
Location: Indiana
|
I wonder if this will work to dump the partition:
http://forum.xda-developers.com/show....php?t=1630902
I'd like to make a backup of my stock recovery (I know I can download it, but would like to make a backup myself). I'd imagine if this works, then we could have someone that has a full /data partition make a dump of it, and then mount it on the desktop and have a look around.
|

27th June 2012, 06:33 PM
|
Senior Member
Thanks Meter 116
Posts: 482
Join Date: Dec 2010
Location: Indiana
|
From a heads up post over on the official T-MO forums
https://play.google.com/store/apps/d...nVieUNsZWFyIl0.
an app by "HTCDev" called Amaze Memory Clear. I'm not sure if it really is develped by HTC, but I'd be curious to take a look to see what all it does. Are there APK decompilers out there? Only permission is storage, so doesn't seem like it'd be shady. I don't have GB anymore, but I'd really have liked to have tried this app.
|

28th June 2012, 06:14 AM
|
Junior Member
Thanks Meter 0
Posts: 4
Join Date: May 2012
|
Quote:
Originally Posted by oryan_dunn
From a heads up post over on the official T-MO forums
an app by "HTCDev" called Amaze Memory Clear. I'm not sure if it really is develped by HTC, but I'd be curious to take a look to see what all it does. Are there APK decompilers out there? Only permission is storage, so doesn't seem like it'd be shady. I don't have GB anymore, but I'd really have liked to have tried this app.
|
Wow that does look pretty interesting -- I've upgraded to ICS as well and the memory thing is no longer a problem (At least not yet...). Will def give this a shot though should the problem ever pops up again.
|

28th June 2012, 02:07 PM
(Last edited by oryan_dunn; 28th June 2012 at 02:21 PM.)
|
Senior Member
Thanks Meter 116
Posts: 482
Join Date: Dec 2010
Location: Indiana
|
Wow, they have screenshots now, and a single review that said it worked. The screenshots shown mirror exactly what mine looked like.
I really need to get the apk and take a look to see what it's actually doing. I'm curious as to what it was that was misbehaving.
|

29th June 2012, 10:26 PM
|
Senior Member
Thanks Meter 116
Posts: 482
Join Date: Dec 2010
Location: Indiana
|
Apparently, it is legit:
http://support.t-mobile.com/docs/DOC-4492
It seems if you didn't completely do a full factory reset (clearing internal storage as well as phone storage (internal SD)), then the stuff that was filling up the memory was causing all kinds of issues on ICS. Good on HTC for making an app to fix this issue.
I still need to get the apk and decompile it to see what it's doing.
|

30th June 2012, 09:57 PM
|
Senior Member
Thanks Meter 139
Posts: 904
Join Date: Nov 2011
Location: Chino
|
Quote:
Originally Posted by oryan_dunn
Apparently, it is legit:
http://support.t-mobile.com/docs/DOC-4492
It seems if you didn't completely do a full factory reset (clearing internal storage as well as phone storage (internal SD)), then the stuff that was filling up the memory was causing all kinds of issues on ICS. Good on HTC for making an app to fix this issue.
I still need to get the apk and decompile it to see what it's doing.
|
Yeah I'd like to know as well, look forward to your findings
Sent from my HTC_Amaze_4G using xda premium
|

4th July 2012, 01:36 AM
|
Senior Member
Thanks Meter 116
Posts: 482
Join Date: Dec 2010
Location: Indiana
|
Quote:
Originally Posted by fcpelayo
Yeah I'd like to know as well, look forward to your findings
Sent from my HTC_Amaze_4G using xda premium
|
Ok, I got the apk de-compiled back to smali code. I'm no smali code expert, but luckily, this is about the most simple app you could ask for. There isn't even any UI, just when you run, it runs.
So, it looks like all the app does is clear this file "/data/data/com.android.htcprofile/anr_history.txt"
Googling for that, other people who have rooted other HTC GB devices have had it fill up their memory as well. I guess for the Amaze it just filled up to a much larger extent.
http://forum.xda-developers.com/show....php?t=1286279
From the Desire forum, but with much smaller memory available, the file must have could only have been much smaller. The report there was it was growing about 300k a day. If it took 6mo to grow to ~1.8GB, that means ours was growing about 10MB a day!
|

4th July 2012, 02:13 AM
|
Senior Member
Thanks Meter 139
Posts: 904
Join Date: Nov 2011
Location: Chino
|
Quote:
Originally Posted by oryan_dunn
Ok, I got the apk de-compiled back to smali code. I'm no smali code expert, but luckily, this is about the most simple app you could ask for. There isn't even any UI, just when you run, it runs.
So, it looks like all the app does is clear this file "/data/data/com.android.htcprofile/anr_history.txt"
Googling for that, other people who have rooted other HTC GB devices have had it fill up their memory as well. I guess for the Amaze it just filled up to a much larger extent.
http://forum.xda-developers.com/show....php?t=1286279
From the Desire forum, but with much smaller memory available, the file must have could only have been much smaller. The report there was it was growing about 300k a day. If it took 6mo to grow to ~1.8GB, that means ours was growing about 10MB a day!
|
Sounds like a temporary fix and that if or every time we have issues we have to run it to clear?
Sent from my HTC_Amaze_4G using xda premium
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
Go to top of page...
|
|
|
|