tags:

views:

34

answers:

2

I'd love to get some ideas on best practices for testing our Android software, especially for AT&T devices. We're using a Samsung Captivate, on AT&T. As you know, AT&T disables sideloading (no Unknowns Sources option in Settings->Applications).

We need to have our QA team load our apk file onto these devices as part of our testing and validation process. We're willing to install the SDK if needed, and upload the apk file via USB. We are not willing to root the phone.

Can I get any suggestions/ideas on how this can be done?

Thank you,

Tony

A: 

Install the SDK and use adb install. Or, download the Sideload Wonder Machine and use it. Both use the same technique, one that AT&T cannot block (at least, they cannot block it if they want the Android Market).

CommonsWare
A: 

Wow - great response, thanks for the speed. Sideload Wonder Machine did the trick in about 10 seconds! Awesome!

Tony