I am trying to remove default applications from my rooted Galaxy S2 phone.

I am using "Android Terminal Emulator" to remove the apps like so:

su

mount -o remount,rw -t yaffs2 /dev/block/mtdblk3 /system

ls /system/app

rm /system/app/<app-name>

Problem is that I made a list of apps I want to remove but it's over 60 apps. Is there a way to remove multiple apps at once? Or is there a way to run terminal emulator from windows pc so that I can quickly copy paste the command over and over again?

link|improve this question

StackOverflow is for programming questions. This is not a programming question. Please use android.stackexchange.com for end-user questions. – CommonsWare Jan 28 at 15:34
My bad, will know next time! – DominicM Jan 28 at 16:56
feedback

1 Answer

up vote 1 down vote accepted

Connect the device to a machine with ADB running. So that you can issue commands over the PC to your device via ADB.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.