Have you enabled ADB on your tablet?
If not follow this first...
http://spiffyhacks.harmonypogo.com/thread-606.html
Then follow after step 9 here...
http://spiffyhacks.harmonypogo.com/thread-485.html
You should then be able to see the android desktop, and be able to install an apk from the tablets sd card using the built in file manager in apps,
or via adb with the
adb install c:\users\whoever\whereever\package.apk
obviously replace the above with the real path, and package name.
Mick
If not follow this first...
http://spiffyhacks.harmonypogo.com/thread-606.html
Then follow after step 9 here...
http://spiffyhacks.harmonypogo.com/thread-485.html
You should then be able to see the android desktop, and be able to install an apk from the tablets sd card using the built in file manager in apps,
or via adb with the
adb install c:\users\whoever\whereever\package.apk
obviously replace the above with the real path, and package name.
Mick