App to completely remove deleted data from phone? - Android Apps and Games

Hey, I was wondering if anyone knows of a good app that completely removes data, such as deleted sms, photos, etc. from your phone? Some of the ones I've found so far are File Shredder, My File Shredder, Advanced File Shredder and SHREDroid, but these either only allow you to clear one entire directory and not your entire phone, don't provide the adequate options or are really glitchy.
Some things I'm looking for are:
- Option of how many passes
- Option to delete/overwrite all deleted content (not just one directory at a time)
And if possible:
- Option to completely remove/overwrite current content (i.e. current photos, text messages, etc, that have not been manually deleted yet)
- Option to automatically completely remove deleted content (i.e. once I delete a text message the shredder will automatically overwrite it)
Thanks for any help and sorry if this is posted in the wrong section.

Mekanikz said:
Hey, I was wondering if anyone knows of a good app that completely removes data, such as deleted sms, photos, etc. from your phone? Some of the ones I've found so far are File Shredder, My File Shredder, Advanced File Shredder and SHREDroid, but these either only allow you to clear one entire directory and not your entire phone, don't provide the adequate options or are really glitchy.
Some things I'm looking for are:
- Option of how many passes
- Option to delete/overwrite all deleted content (not just one directory at a time)
And if possible:
- Option to completely remove/overwrite current content (i.e. current photos, text messages, etc, that have not been manually deleted yet)
- Option to automatically completely remove deleted content (i.e. once I delete a text message the shredder will automatically overwrite it)
Thanks for any help and sorry if this is posted in the wrong section.
Click to expand...
Click to collapse
Full wipe from recovery
Sent from my XT910 using Tapatalk 2

sghens said:
Full wipe from recovery
Sent from my XT910 using Tapatalk 2
Click to expand...
Click to collapse
Yeah, that's not an answer to the question I was asking...

Maybe SD Maid is what you're looking for..

Intellectua1 said:
Maybe SD Maid is what you're looking for..
Click to expand...
Click to collapse
Thanks for the reply. Looks interesting, I'll check it out.
Does anyone else have any other suggestions?

Do you still want the phone to be in a working condition or totally busted?
Sent from my GT-N7000 using Xparent SkyBlue Tapatalk 2

Markuzy said:
Do you still want the phone to be in a working condition or totally busted?
Sent from my GT-N7000 using Xparent SkyBlue Tapatalk 2
Click to expand...
Click to collapse
Still working. I just want it to completely delete things like deleted text messages, photos, contacts, etc. I'm sure you probably know that once you delete those things they still stay on your phone until they are overwritten by something else. I just want an app to overwrite them right away/on demand.

Anyone?

I don't have an answer but the previous suggestions tell me people don't get it.
Deleting files from any computer doesn't exactly make them go away. It just removes the index marker pointing to them. Those files then gets overwritten as needed. This is why data recovery software works. It looks for the files regardless if an index of the files exists.
Suppose you sold your phone to someone you know and of tech savvy... If her or she wanted to, that person could recover delete files and recover person information you had on your phone. Formatting doesn't fix this eaithe.
I know windows and Dos programs exist to properly delete files so they can't be recovered, but don't know of any on android. I hope this educated someone and I'm not an expert on the subject so don't u take my word for it.
Sent from my PG86100 using xda app-developers app

A way around that would be to just put random info from your pc on your sd card, until it's completely full. That would also erase it. After all, the deleted file can be retrieved as long ass it's not overwritten. From my own experience though, files get overwritten pretty fast on android. I've tried using recovery software, but wasn't able to retrieve my files after 24 hours. You could try downloading a file retriever yourself and see what's visible and what not.

Related

Android file management idea

I have noticed that android apps are horrible with file management. When you install an app on the phone it installs a whole new file hierarchy.
Example... when you install Meme Generator it creates a memegenerator folder within that folder it caches Favorites, Instances, Generators, and shares
when you delete the app it doesn't remove this folder or any of its contents​
My idea is an app that would scan folders and mark if the folder is useless or not. Especially the unknown data folders that say something like com.fatsecret.android and have nothing but random .dat files or a .nomedia folder/file. Almost like a registry checker for a PC.
Another idea is to have an app that scans the SD card and locates all media. It would tell you how many of what type of file you have on your phone, and allow you to mass move to selected folders (Not copy or transfer but actually move th file to its new location)
im no programer but these would be great apps if they were to be developed
It would be really great man, unfortunately, I'm not able to develop things like this, but let me know about if it's ready.
Sent from my Boston using XDA App Slovakia
Lmfao i neglected to mention I am only beginning to learn the android programming. So im in no position to even comprehend programming this ... but im researching the possibility.
Smells like WINNING from my T-959 xda premium app
File management is very messy at the moment. Something needs to give!
I agree, I've been looking for a decent file manager, but haven't found anything yet!
theblacknight said:
I agree, I've been looking for a decent file manager, but haven't found anything yet!
Click to expand...
Click to collapse
There are quite a few but 'Astro' seems to be the most popular. Give it a try!
I use Astro and i'm quite happy with it.
The question would be how to determine useless folders.
Dark3n said:
The question would be how to determine useless folders.
Click to expand...
Click to collapse
My initial idea was to use a system similar to a windows registry. Once the app starts for the first time it will create a database that stores folder data, which then it tries to match to an app that installed it. If the folder shows that the app that created it has been deleted it shows a red folder or has a negative mark next to it, if its still installed it shows a positive or green folder. This way you can get rid of the bad folders.
My second idea was to have an app create a drop folder for certain file types. For instance a folder like MY DOCUMENTS that has the folders MUSIC, PICTURES, AND VIDEOS. When the app starts it has you select a folder to drop a specific file type (example .MP3 files into MY DOCUMENTS/MUSIC). The all then media scans the phone and locate all matching file types and MOVES the file not COPYS.
Smells like WINNING from my T-959 xda premium app
Something kinda similar to what you want was introduced in FroYo. It gives each app a directory (on the SD card I don't know about onboard memory) that is automatically deleted by the system when the app is installed. Currently it has a few fairly big bugs but hopefully they will get fixed and developers will start to use it.
coreyja said:
Something kinda similar to what you want was introduced in FroYo. It gives each app a directory (on the SD card I don't know about onboard memory) that is automatically deleted by the system when the app is installed. Currently it has a few fairly big bugs but hopefully they will get fixed and developers will start to use it.
Click to expand...
Click to collapse
That sounds liie it will be excellent once its implemented. I'm sure as most new things take time to catch on this will probably take a little while for it to happen. Maybe Google is going to make it mandatory for devs to do this.
Smells like WINNING from my T-959 xda premium app
It wouldn't necessarily have to be an app but some process that would make create or add to (create a sub-directory) default folders. I'm not saying it has to be a window like system but as simple as it gets Music, Images, Documents, Downloads maybe a spare folder for necessary background files (Hidden) But accessible when needed. The biggest problem here is that I don't think too many people that want this solution are programmers. because if you know how to program then you spend all day sorting throu this stuff anyway.
Well i'm on 2.2.1 and the system still keeps the settings folders in /dbdata/databases/*packagename* after you uninstalled it.
I usually resort to deleting the folders in adb shell when programming and testing apps.
So it seems there is need for this and there is no such tool yet?
I might start on it then, do you think there is enough intrest in something like that?
Help me with the most difficult and important step, invent a name for such an app !
Sounds like a useful tool. Great idea.
I'm constantly searching through my sd card and trying to figure out what can be deleted.
Sent from my PC36100 using XDA App
mobbeel said:
I use Astro and i'm quite happy with it.
Click to expand...
Click to collapse
Have you tried file expert? So much functionality for free.
Sent from my PC36100 using XDA App
Dark3n said:
Well i'm on 2.2.1 and the system still keeps the settings folders in /dbdata/databases/*packagename* after you uninstalled it.
I usually resort to deleting the folders in adb shell when programming and testing apps.
So it seems there is need for this and there is no such tool yet?
I might start on it then, do you think there is enough intrest in something like that?
Help me with the most difficult and important step, invent a name for such an app !
Click to expand...
Click to collapse
Name ideas
-sd looter
-Datei Objekts (file objects in German)
-file euphoria
-Zen management
-SD filed or SDefiled
Just a few to spark interest.
Smells like WINNING from my T-959 xda premium app
Allright, here we go:
http://forum.xda-developers.com/showthread.php?t=1013063
First version is out, please help me test it.
This needs to be created. I'm just sorry I can't do any of the programming.
Just Incredible

Hiding Pics from the Gallery??

Hey guys:
I've got tons of comicbooks on my storage card that keeps showing up as individual folders in my picture gallery. I know I could drop a "no media" file in the main folder to stop it, but then my other apps wont read anything in that folder as well correct? Is their any way to exclude the comicbook folder from the gallery?
thanks
shaun0207 said:
Hey guys:
I've got tons of comicbooks on my storage card that keeps showing up as individual folders in my picture gallery. I know I could drop a "no media" file in the main folder to stop it, but then my other apps wont read anything in that folder as well correct? Is their any way to exclude the comicbook folder from the gallery?
thanks
Click to expand...
Click to collapse
+1 ................
call me crazy, but I have a feeling the easiest solution is to create a .nomedia file and put it in the folder you want to hide.... ooooor I could be 100% wrong.
MitchRapp said:
call me crazy, but I have a feeling the easiest solution is to create a .nomedia file and put it in the folder you want to hide.... ooooor I could be 100% wrong.
Click to expand...
Click to collapse
You are crazy ;-) does not work here.
This does not solve your problem, but may be an alternate solution. I use a gallery replacement called QuickPic. Inside of QuickPic you can choose which folders are hidden so you only see the ones you want.
HuckFinn said:
This does not solve your problem, but may be an alternate solution. I use a gallery replacement called QuickPic. Inside of QuickPic you can choose which folders are hidden so you only see the ones you want.
Click to expand...
Click to collapse
I've heard of QuickPic. But I really like the stock Gallery. And if I put a no media file in that folder,, my comicbook reader apps wont see the files either right?
Actually, all you have to do is rename the folder or file and put a "." at the start of the name. So a folder called "my_pron" renamed ".my_pron" won't show up
It's probably worth noting that you should do the rename on your tab and not from your PC, I had problems with it not working when I did it via my PC, that's why I mention it. I used Astro File manager and it works just fine.
t.d.k said:
".my_pron"
Click to expand...
Click to collapse
Giggity...
Kii Safe!
It's a program designed to be more along the lines of hiding naughty things, but it would allow you to move all your comics into a side gallery type section, plus once their there you can subdivide them into their own folders AGAIN so that you have individual comics in mini-galleries, with sorting by name or date possible to make for easy ordering.
https://market.android.com/details?...esult#?t=W251bGwsMSwxLDEsImNvbS5raWkuc2FmZSJd
Noteworthy item is that with the EI22 update yesterday, my app got wiped with the rest of my phone, but upon re-installing it and going through new-startup steps it found the SD card data from my previous installation - yay SD card!
tigerknight said:
It's a program designed to be more along the lines of hiding naughty things, but it would allow you to move all your comics into a side gallery type section, plus once their there you can subdivide them into their own folders AGAIN so that you have individual comics in mini-galleries, with sorting by name or date possible to make for easy ordering.
https://market.android.com/details?...esult#?t=W251bGwsMSwxLDEsImNvbS5raWkuc2FmZSJd
Noteworthy item is that with the EI22 update yesterday, my app got wiped with the rest of my phone, but upon re-installing it and going through new-startup steps it found the SD card data from my previous installation - yay SD card!
Click to expand...
Click to collapse
I have a app similar to this called Hide & Sneek. But I have to unhide pics everytime I need to use it. Will Keep safe allow me to hide the comics just from the Gallery , but let them be used in the Combook reader?
Quit trying to hide the pron from her and you won't have issues! Or just if ya get caught freak out and claim you must have a virus!
Sent from my ADR6400L using xda premium
hammer4203 said:
Quit trying to hide the pron from her and you won't have issues! Or just if ya get caught freak out and claim you must have a virus!
Sent from my ADR6400L using xda premium
Click to expand...
Click to collapse
lol. Not worried bout the porn pics. But when I have to scroll through the gallery to find the folders my real pics are in, its kinda annoying. See the attached.

App Developers Listen Up - Put your config and junk data in sdcard/apps!

Hi XDA!
I realise that I'm new here, so I may not get listened to, but I've been using smartphones for a while and this has always been an annoyance for me.
Currently, my internal storage (internal sd as some like to call it), is full of config, backup and other files placed there by app developers. I have a folder called AussieWeatherRadar, one called Cut the Rope, and one called rammanager, just to name a few.
As I have a bit of OCD, I like to keep my internal memory looking tidy, but how is this possible with so many folders, none of which conform to any particular standards?
I am suggesting the following: App developers should use the /apps/ folder, or a similar folder on the sd card to store their data. This way, the user's SD card does not look cluttered, but the data is all still there.
So please, app developers, here my plea! Please use the /app/ directory!
Do you have any comments or suggestions on this? Please comment!
Thanks,
John
TL;DR: App developers should use the sdcard/app/ folder for their junk/config/backup files so that sdcard/ looks tidy.
Second the sentiment.
Third.
10char
+1
10char
+ 1
10char
Sent from my HTC Amaze 4G using xda premium
Yes, please. My phones sdcard is the reason I take xanax anymore.. I can't handle it!
*signed
bump... Surely there's more than 5 people who want this!
+1
Sent from my SPH-M930 using XDA
Developers *HAVE* a default location to place their data if they need to store in external storage. Google dictates for it to be in /sdcard/Android/data
I have made an app that creates in terms an init.d script that auto removes these folders on boot, but that doesn't solve the problem.
Developers wanting to promote their apps create folders with, honestly nothing in them, to show off.
I have created a Google Docs document that I will share tomorrow with the apps I have installed on my phone that create an sdcard folder. Perhaps you could help improve that list.
One afternoon in last December I had emailed all those app developers about this. Do you know how many answers I received to about 10 emails? None..
We should all organize a massive email sendout to them again. After all its their own fault for not sticking to Android guidelines.
Sent from my Galaxy Nexus using Tapatalk 2
petsasj said:
Developers *HAVE* a default location to place their data if they need to store in external storage. Google dictates for it to be in /sdcard/Android/data
I have made an app that creates in terms an init.d script that auto removes these folders on boot, but that doesn't solve the problem.
Developers wanting to promote their apps create folders with, honestly nothing in them, to show off.
I have created a Google Docs document that I will share tomorrow with the apps I have installed on my phone that create an sdcard folder. Perhaps you could help improve that list.
One afternoon in last December I had emailed all those app developers about this. Do you know how many answers I received to about 10 emails? None..
We should all organize a massive email sendout to them again. After all its their own fault for not sticking to Android guidelines.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Well put mate!
Totally agree. They messed up my internal storage as well I wonder if I need to de-fragment it using my PC's windows defragment tools
Here is my list of apps that create a folder in the root of the sdcard without giving the option to reconfigure the folder location.
https://docs.google.com/document/d/1oC3G-MGKzvHW-0GXVaCm13GgGApcAnk4jA1PluRlhjY/edit
Please help improve this list further on so we can email the developers.

[Q] APK Multi-Tool Help

Hello,
Some of you may be familiar with a tool known as APK Multi-Tool. I sure am by now. I have recently used this program to edit an apk on my desktop, and when whatever it was doing finished, my entire desktop and it's various sub-folders were erased. I looked through my recycling bin to find nothing, and have done many searches of the exact file-names of a few of my lost files to find nothing. There was an unfathomable amount of important data there, which was deleted in one click. Help, naturally, would be appreciated.
I believe there is no possible way to cure this, seeing that my computer has been restarted various times over the past few days, (this happened about 10-20 days ago) and I would consider a system restore, where the computer restores itself to a point in time, but if the documents are not in the recycling bin, I don't believe they will come back. Is there any possible way to restore my data? Please help ASAP.
Okayyyyyy never used the tool (probably only would in a sandboxed VM after seeing this though)
Know any g forensix people?
Have you tried using a linux live stick to have a proper look at the hard drive?
Ouch, dude. Good luck.
Sent from my LT18i using XDA
If you use a file recovery tool you should be able to restore some of them, but the more you use your harddrive the greater the chances of them being overwritten.
You'll definitely want to check ASAP though.
Sent from my PG86100 using xda premium
Maybe your desktop files weren't actually deleted, just hidden? If you're using Windows 7, navigate to you desktop folder:
C:\Users\%username%\desktop
Right-click on the desktop folder and choose properties. Look at the Attributes section on the general tab and make sure that "hidden" is not checked. If it is, uncheck it.

Quickpic.

I'm having issues with quickpic and was wondering if anyone else had the problem or have a solution. The other day I spent a ton of time "excluding" all the files and folders oF my dropbox and other random files. I open up quickpic and bam! They are all showing again. I haven't flashed a new rom or done anything of the sorts. I just don't understand why it keeps doing it to me and its getting annoying :/ help anyone?
Sent from my Apple pwner using xda premium
Did you try to uninstall and install Quickpic back? I think that should help, however I`ve never had that problem.
Well it stayed the same after I deleted it so lets see in a few days if they stay excluded :/
Sent from my Apple pwner using xda premium
Just put a password on it so no one can accidentally see all you porn.
Sent from my R800at using Tapatalk 2
toxicpaulution said:
The other day I spent a ton of time "excluding" all the files and folders oF my dropbox and other random files. I open up quickpic and bam! They are all showing
Click to expand...
Click to collapse
In stead of excluding folders (sounds very time consuming), just set it to scan certain folders only. It'll be faster, and you do not run by this risk of something showing up by accident. If excluding and you just change a folder name or if a mount point changes, they will show again.
Mine's just watching camera folder, pics, downloads, and movies. Simple, fast, and I'm in control.
An other advice:
In those few "watched" folders, add folders with a .nomedia file inside. Then stick all the sensitive stuff in there. It'll be hidden in your gallery every time you open quickpic, but you can get them to show up with a few buttons press (settings, show hidden)
They will be hidden automatically next time you open quickpic.
Nice if you got sensitive shots of your missus that you wanna keep for your eyes only, or if you got lots of system png's for customising gui, but you don't want them to clutter your gallery..
Sent from my mind using telepathy..
Yeah I use hidden folders for a lot of my icons and such my phone card is unorganized and stuff so my folders are just confusing xD
Sent from my Apple pwner using xda premium
Somethings gone wrong on my quickpic and the way it handles dropbox photos.
I used to just have one dropbox folder showing, camera uploads, than last week or started showing loads of other folders from dropbox which I didn't want.
I deleted the cache on both apps and now it won't display anything at all from my dropbox account.
Does anyone know how to get quickpic to show dropbox files again?

Categories

Resources