Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I don't know of a way to simultaneously use USB debugging and tethering. Here are some workarounds, though:</p> <ul> <li>Get a USB wireless adapter for your computer (see <a href="http://rads.stackoverflow.com/amzn/click/13983791" rel="nofollow noreferrer">http://www.amazon.com/gp/bestsellers/electronics/13983791/ref=pd_zg_hrsr_e_2_4_last</a>). I don't know if buying one of these is an option for you in India.</li> <li>Send your apk to your phone wirelessly for app installation (see <a href="https://stackoverflow.com/questions/4351942/developing-on-android-based-device-via-wireless">Developing on android-based device via wireless</a>) and then view the logcat directly on the phone for debugging (aLogcat seems to be popular, and allows you to send log files via, for example, email, so that you can open them on your computer to view them on a bigger screen)</li> </ul> <p>I know these solutions involve some cost, effort, or inconvenience, but hopefully one will work for you. </p> <p>EDIT:</p> <p>As noted in answers from @shkschneider and @CodeShane, Internet sharing via Bluetooth is possible. CodeShane's answer mentions PdaNet (which apparently also allows for simultaneous USB tethering and debugging), and includes a link. Another solution is <a href="http://opengarden.com/" rel="nofollow noreferrer" title="OpenGarden">OpenGarden</a>. These solutions provide access to the Internet for the computer via the phone. If the reverse is desired (and this is not entirely clear from the question), reverse tethering seems to be the answer (see the answer from @NickL).</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload