Controlling an Android phone using Arduino

I'd like to know if there are any programs for Arduino that might allow me to control my android phone.[/i][/i][/b] The types of control I'm looking for are file management, and basically complete access to the phone.

To simplify, here is the general idea I'm trying to bring to fruition ; I want to write a program that would command my phone to install applications and delete them more quickly and efficiently than I myself would be able to. Sorry for the long post, all answers are appreciated ! :wink:

Hmmmm....what?

Why bother with an Arduino at all? You need to root the android device, then use adb from command line, then you can uninstall, make calls do whatever you wish, or write an app in java which gives super user rights via the shell and again uninstall apps etc.

Blippple:
I want to write a program that would command my phone

I assume you mean an Arduino programme, but I believe your real job is to write an Android app that would enable such control. If you can do that, you can probably do a better job by writing an app that doesn't need Arduino.

Controlling an Arduino with an Android is quite easy. Going the other way isn't.