As a follow up to my previous question,
I decided to use /dev/urandom to overwrite my data.
But how do I use it? where do I type that?
could you walk me into the steps to do it?
and is it better to do it on empty storage or full storage?
I mean, do I need to fill every possible space first then do it, or delete everything then do it?
Also, I actually messed up my stock recovery while trying to boot TWRP before.
My phone currently does not boot into recovery whatsoever.
IS it safe to do a factory reset? And will it perform TRIM or not?
I apologize if this sounds dumb, but I don't understand much about The "underground" of android.
My device is android 7.1.1 (rooted)
I have ADB installed on my PC
cat /dev/urandom > /sdcard/somefilenameto overwrite the free disc space (works without root permissions). – Robert Jan 10 '22 at 08:04