Drife Code blogs and ai

Using wireless debugging for Device connection and how to connect android device over wifi for development

Cover Image for Using wireless debugging for Device connection and how to connect android device over wifi for development
senior developer gautam swami
Gautam swami
  1. Open developer options
  2. Turn on USB debugging and Wireless Debugging.
  3. Click on Wireless debugging.
  4. Click on Pair with pairing code.
  5. Open your terminal now on your system.
  6. On terminal type

    adb pair host:port code

    In this host:port will be available on screen like 192.157.1.8:39486. and code will be the pairing code like 454343
  7. Now press enter and you are connected to your device.
  8. Connect both devices with the same wifi in case you are facing an issue.

More Stories

Cover Image for How I Created a Mobile App Portfolio with AI in Just One Hour

How I Created a Mobile App Portfolio with AI in Just One Hour

Discover how I created a professional mobile app portfolio for a client in just one hour using Vercel's v0 AI. From generating the base code with a simple prompt to customizing it and deploying it on Vercel, this blog details the step-by-step process—highlighting the power of AI in modern web development. And yes, even this blog was crafted with a little help from AI! 🚀

senior developer gautam swami
Gautam swami
Cover Image for Workflow file to deploy react app automatically on multiple domains from single runner

Workflow file to deploy react app automatically on multiple domains from single runner

Explained! How can you deploy on testing and live servers using a single GitHub runner? The YML file will be the only node or react YML file you need.

senior developer gautam swami
Gautam swami