• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Inserting proxy settings in system tables is not working

 
Ranch Hand
Posts: 103
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Hi,
I am able to browse internet after I set my proxy ip and port from "settings -> wireless network -> Mobile network -> Access Point name -> Telkila -> proxy ".But instead of setting proxy here if I try to insert a row having "values(99,'http_proxy','10.203.227.227:80') " as suggested "http://www.anddev.org/emulator__internet_behind_proxy-t130.html" without manually setting the proxy from "settings -> wireless network -> Mobile network -> Access Point name -> Telkila -> proxy " I'm unable to browse the internet.Since I have to do proxy setting from the code itself, I have planned to connect to settings.db from my code and insert this record in system table from the code only.However this time I am writing the sql to insert the record in system table in sqlite3 prompt.Once I am successful in this then I write the code for db connectivity.But unfortunately I am not successfult to browse the net after inserting the row in system table.Any help will be highly appreciated.

Thanks & Regards,
Arka
 
It is an experimental device that will make my mind that most powerful force on earth! More powerful than this tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic