What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

how to delete apk from android....???

Prashan

New Member
Usually I install any apk from computer via adb install command.
And that are copied to /data/local/temp folder.. ...


Can any one please heelp to delete this apk's from computer without rooting device?
I tried from computer but failed

rm -f /data/local/temp/xyz.apk
rm -f /data/local/temp/* -- to delete all files.

but not working...

please help...
 
Back
Top