In order to change WordPress theme manually, you will need to edit your wp-config.php file.
Add this code to your wp-config.php file (you need to add your path):
define('TEMPLATEPATH', '/path/to/your/new/theme/directory'); define('STYLESHEETPATH', '/path/to/your/new/theme/directory');