[android-developers] SMS related API

2014-08-03 Thread Nitin Gautam
Hello Android Gurus,

I am looking for some information around SMS API, I want to create an app 
which will interact with SMS and on basis of sms inbox status like have new 
message do some action. How to achieve this? 

Regards,

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: SMS related API

2014-08-03 Thread Nitin Gautam
Thanks Pent for the start point guidance, let me have a look on this and 
get back in case any hurdle :)

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android Emulator 2.2

2011-04-07 Thread Nitin Gautam
Hi,

Android Emulator opens all my Interanet sites when I am in office but
when I try this from home on VPN it never works. No site get opened.
Please help to resolve this.

How to debug this?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Android-SDK-1.5-Win-32: network connection beyond firewall

2009-05-16 Thread Nitin Gautam

This works like a charm :) for internet site ...But Intranet site stop
working not able to browse internal sites.

What to do?

On Apr 30, 5:24 pm, Xeros zerosuni.sams...@gmail.com wrote:
 Hello, Mallikarjuna

 There's many of solution. (inserthttp_proxyinto settings.db, use -
 http-proxy option etc...)
 But change the APN is the best practice I've tested.

 1. run emulator (either v1.1 or v1.5 OK)
 2. go to Settings - Wireless controls - Mobile networks - Access Point
 Names
 3. Choose any APN on list
 4. change the APN value as below

 - Name : Android
 - APN : Internet
 - Proxy : your proxy address
 - Port : your proxy port
 - Username : Not set
 - Password : Not set
 - MCC : 310
 - MNC : 260

 5. Save the APN and run browser

 Plz try this way and let me know it works or not.

 Thanks and regards,
 Xeros

 On 4월21일, 오전12시56분, Mallikarjuna Prasanna KG kgmprasa...@gmail.com
 wrote:

  HelloAndroidDevelopers,

  I am not able to connect to internet inSDK1.5win 32.

  I am using  browser and it always shows web page not available.

  I tried setting
  =
   ./adb shell sqlite3
  /data/data/com.google.android.providers.settings/databases/settings.db
  \INSERT INTO system VALUES(99,'http_proxy',' [host_or_IP]:[port]');

  ==
  didn't work

  Bellow is  some some log cat output while fetching.

  04-20 21:04:06.240: ERROR/ActivityThread(610): Failed to find provider
  info forandroid.server.checkin
  04-20 21:04:06.250: ERROR/GoogleHttpClient(610): Error recording stats
  04-20 21:04:06.250: ERROR/GoogleHttpClient(610):
  java.lang.IllegalArgumentException: Unknown URL
  content://android.server.checkin/stats
  04-20 21:04:06.250: ERROR/GoogleHttpClient(610): 
  atandroid.content.ContentResolver.insert(ContentResolver.java:473)
  04-20 21:04:06.250: ERROR/GoogleHttpClient(610): at
  com.google.android.net.GoogleHttpClient.executeWithoutRewriting(GoogleHttpClient.java:192)
  04-20 21:04:06.250: ERROR/GoogleHttpClient(610): at
  com.google.android.net.GoogleHttpClient.execute(GoogleHttpClient.java:212)
  04-20 21:04:06.250: ERROR/GoogleHttpClient(610): at
  com.google.android.net.GoogleHttpClient.execute(GoogleHttpClient.java:282)
  04-20 21:04:06.250: ERROR/GoogleHttpClient(610): at
  com.android.googlesearch.SuggestionProvider.query(SuggestionProvider.java:134)
  04-20 21:04:06.250: ERROR/GoogleHttpClient(610): 
  atandroid.content.ContentProvider$Transport.bulkQuery(ContentProvider.java:112)
  04-20 21:04:06.250: ERROR/GoogleHttpClient(610): 
  atandroid.content.ContentProviderNative.onTransact(ContentProviderNative.java:97)
  04-20 21:04:06.250: ERROR/GoogleHttpClient(610): 
  atandroid.os.Binder.execTransact(Binder.java:287)
  04-20 21:04:06.250: ERROR/GoogleHttpClient(610): at
  dalvik.system.NativeStart.run(Native Method)
  04-20 21:04:07.510: INFO/ActivityManager(568): Starting activity:
  Intent { action=android.intent.action.SEARCH
  comp={com.android.browser/com.android.browser.BrowserActivity} (has
  extras) }
  04-20 21:04:07.620: VERBOSE/webkit(697): guessURL before queueRequest: 
  yahoo.com
  04-20 21:04:08.479: INFO/InetAddress(697): Unknown host yahoo.com,
  throwing UnknownHostException
  04-20 21:04:08.500: ERROR/browser(697): onReceivedError 
  -2http://yahoo.com/TheURL could not be found.
  04-20 21:04:13.169: DEBUG/dalvikvm(610): GC freed 6273 objects /
  561480 bytes in 135ms

  

  Also I tried with http_proxy environmental variable but it didn't work 
  for me
  I set   something like this bellow
  ===
 http_proxy=http://usrname:pas...@proxy.name.com:
  =

  Any body tried and succeeded  networkconnection with proxy inSDK1.5

  Thanks and regards,
  Mallikarjuna

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---