Android Projects

Android Development Books

Monday

Proxy Configuration for Emulator in Android

                                                                                                                By: csanuragjain
This is a post for all those working on Android and wanting to access the internet over Android.
Just follow these simple steps:
  1. First of all, open cmd.
  2. Move to tools directory of your Android folder. For example, in my case:
    :cd E:/Downloads/software/android-sdk-windows/tools/
     
  3. Run the Android (Do so by eclipse or using Android.bat).
  4. Now when you have reached the menu screen of Android, then type adb shell in cmd.
  5. Your prompt should change like #
    Now type:
    sqlite3 /data/data/com.android.providers.settings/ databases/settings.db
     
  6. Now your command prompt will look like sqlite>
  7. Enter this command where Proxy IP is the IP of your Proxy server and port is its port value.
    INSERT INTO system VALUES(99,’http_proxy’,'Proxy IP:port’);
     
  8. Check your entry by typing: 
    select * from system;
     
  9. If you found your entry, then move over to your Android mobile.
  10. Click the home button.
  11. Click on menu button.
  12. Click on settings.
  13. Click on wireless control.
  14. Click on mobile networks.
  15. Click on access point name.
  16. Click on the access point shown.
  17. Now a menu comes fill your proxy, port, username, password, etc. information on that page.
  18. Now you can access the net from the Android emulator. 
More details about this article: http://www.codeproject.com


Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

0 comments

Thanks for your comment

:) :-) :)) =)) :( :-( :(( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ :-$ (b) (f) x-) (k) (h) (c) cheer

Related Posts Plugin for WordPress, Blogger...
© Google Android Lovers
Designed by BlogThietKe Cooperated with Duy Pham
Released under Creative Commons 3.0 CC BY-NC 3.0