HELP with rm command and directory full of files

AlgodePrivacida

New member
May 1, 2016
1
0
0
HELP!!
I have a directory full of files... more that 1,5Gb of files... filling my /data/ partition...
/data/data/com.kingouser.com/files/activesu/

I know this problem ... I know this error... that directory fill up with useless files of just a couple of Kb each one... i erase that directory before make a nandroid... but this time.. things get out of hands ...

Total Commander can not remove it... "out of memory"....
the list of files inside is huge... ES FILE EXPLORER .. same thing it fail to....

so i try with rm command in a terminal emulator.... but no luck...
rm -Rf /data/data/com.kingouser.com/files/activesu/
no such file or firectory

rm -Rf /data/data/com.kingouser.com/files/active/*
argument list too long

mv command ... same thing....
any ideas..???
 
Since the Kingouser files are just junk left from rooting the phone, how about

cd /data/data
rm -r com.kingouser.com

The only file you really care about is su, which should be in /system/xbin, so it won't be affected. If you find that Kingroot's Superuser is missing after the rm, you can install SuperSU (the combination I happen to be running) with no problem. (It may ask you to update the binary - let it, and use the normal method.)

Oh, the reason it didn't find the directory?

The first command should have been su. /data is read-only to an unrooted user, and /data/data isn't even readable.