1: yes
2: It's always good to learn something
ADB is a very good tool and I'm using this for everything.
Just follow this guide:
== on handy ==
- install SDK/ADB-client on your pc: http://developer.android.com/sdk/index.html
- boot into latest/custom recovery
- Advanced->Start adbd
- Mounts and storage->mount /cache
- Mounts and storage->mount /data
== on PC ==
- open terminal/cmd
- execute the following commands:
2: It's always good to learn something
Just follow this guide:
== on handy ==
- install SDK/ADB-client on your pc: http://developer.android.com/sdk/index.html
- boot into latest/custom recovery
- Advanced->Start adbd
- Mounts and storage->mount /cache
- Mounts and storage->mount /data
== on PC ==
- open terminal/cmd
- execute the following commands:
Code:
adb shell rm -Rf /data/*
adb shell rm -Rf /cache/*