Requirements for this tutorial:
You are using Eclipse for your Android project
You already know how to develop android apps like hello world
You know how to use AVD (aka emulator)
You know how to use cmd prompt
1. Download the PDAnet+ from http://pdanet.co/a/
2. Install it!
just continue
click next just continue do not cancel any dialog box that will appear i did not include all the dialog boxes in this blog
click next just continue
Select others (if your are not sure) click ok just continue
click install
3. Don’t skip, instead, connect phone on your PC via USB, but make sure you enable "USB debugging" on your phone
click install
4. Follow instructions, install pdanet+ your phone (I assume you know how to install apk on your phone or it may be installed automatically so relax) then click OK
5. Your installation is now successful, un-check display incoming SMS and click finish.
no need to activate anything on your phone now let’s go to android debug bridge (adb)
6. Now let’s proceed to our ADB to check whether our phone is successfully connected in our ADB via PDAnet+. Look for your adb.exe file. To go there the adb tools is located in the
[android-sdks]/platform-tools directory.
7. Copy the directory path then open cmd then go to that path via the cmd.
8. In the cmd, type the command “adb devices”. A list of connected devices will appear and you must see your phone in the list. In my case S120 is my device here
10. Now let’s run your project on your phone, go to your project and just click run a Device chooser will prompt you where to run your app.
11. Choose your device. In my case -> S120
"the end" galingan mo! :)
anyway thanks to one of my students where i got this idea..
anyway thanks to one of my students where i got this idea..












