[android-developers] how to track all http/https requests

2010-04-12 Thread Amardeep Jaiman
Hi,

How to collect URLs of all http/https requests made by the phone as well as
well as the return status code and user agent from the headers. This
information should be coming for all browser requests and other applications
too.

Please let me know this information can be retrieved on App level or we have
to go to system level for this.

Thanks,
Amardeep

-- 
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

To unsubscribe, reply using remove me as the subject.


Re: [android-developers] Re: how to track all http/https requests

2010-04-12 Thread Amardeep Jaiman
Can you give me that name of japanese app? actully i want to make a sniffer
background application which tracks all the https/https requests made by
phone's browser and any other app. i think you have got my requirement.

Can anyone else let me know about this ?

Thanks,
Amardeep


On Mon, Apr 12, 2010 at 2:26 PM, Yahel kaye...@gmail.com wrote:

 Hi Amardeep,

 It really depends what you want to do with the data.

 If it is only for debug purposes, you can set your connection to use
 wifi and then use WireShark on your pc to log the network traffic.

 If it is for your app to spy on the phone system wide, I don't know if
 it is even possible, but I saw a japanese app a few month ago that
 showed graphs of the diffeent network use in real time.
 Not sure how it worked or the systems allows such a fine filtering of
 network data.

 Yahel


 On 12 avr, 08:36, Amardeep Jaiman amardeep.jai...@gmail.com wrote:
  Hi,
 
  How to collect URLs of all http/https requests made by the phone as well
 as
  well as the return status code and user agent from the headers. This
  information should be coming for all browser requests and other
 applications
  too.
 
  Please let me know this information can be retrieved on App level or we
 have
  to go to system level for this.
 
  Thanks,
  Amardeep

 --
 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.comandroid-developers%2bunsubscr...@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 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

To unsubscribe, reply using remove me as the subject.


Re: [android-developers] Re: hidden APIs in Android

2009-11-19 Thread Amardeep Jaiman
which api jar u needed to change ?


UNTOUCHABILITY IS SIN SO KEEP IN TOUCH


On Thu, Nov 19, 2009 at 9:38 PM, tomei.ninge...@gmail.com 
tomei.ninge...@gmail.com wrote:

 I tried and it worked. You are right that if you use the SDK straight
 you won't be able to compile such code. However, if you replace the
 API jar file from the SDK, then you can build such apps with calls to
 hidden APIs.

 So it seems Android doesn't really try to prevent you from using
 hidden APIs (not that this is recommended for production apps) so as
 long as you could build the APK file you're good to go -- at least for
 the specific version of Android on the specific handset that you're
 targeting. For me that's good enough as I was just writing a demo.

 On Nov 19, 5:54 am, Fred Grott(Android Expert,
 http://mobilebytes.wordpress.com)
 fred.gr...@gmail.com wrote:
  Try it you  will not get a compile though..the are not in the
  framework jar so it would be a pointless task on your part..
 
  Fred Grott
  Android Developerhttp://mobilebytes.wordpress.com
 
  On Nov 18, 7:49 pm, tomei.ninge...@gmail.com
 
 
 
  tomei.ninge...@gmail.com wrote:
   There are a bunch of APIs that are hidden using the @hide tag so they
   are not exposed in the SDK. If I call these APIs anyway, does the VM
   actually prevent me from doing that (in dexopt stage, etc)?
 
   I am trying to do a demo so I just need a quick hack. This is not for
   a product so please don't tell me to do the right thing :-)
 
   Thanks

 --
 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.comandroid-developers%2bunsubscr...@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 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

Re: [android-developers] Need an invitation to google Wave?

2009-11-05 Thread Amardeep Jaiman
Please invite me too :)


UNTOUCHABILITY IS SIN SO KEEP IN TOUCH


On Sat, Oct 31, 2009 at 10:20 PM, Auguste Lunang legraphi...@gmail.comwrote:

 Hi,
 i have some google wave. invits to share. tell me if u want ..
 thx

  --
 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.comandroid-developers%2bunsubscr...@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 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: How can i bring an activity to foreground from background manually?

2009-10-25 Thread Amardeep Jaiman
I think you can make a service  which will be running in background all the
time and it can force your activity to come in background whenevr required
without using notification.



UNTOUCHABILITY IS SIN SO KEEP IN TOUCH


On Wed, Oct 21, 2009 at 12:46 AM, pink 444 pnk...@gmail.com wrote:



 First of all thanks for your wonderful cooperation.

 On android mobile if at all we get an incoming call while
 interacting with another application, incoming call indication is
 being displayed on the screen with an activity instead of notifying
 user with notification.

 I think it is against to android development rules.But we can't
 notify user with notification in this particular situation.




 On Oct 20, 4:28 pm, Bartosz Lambach bartosz.lamb...@gmail.com wrote:
  Please, read this article before you do that:
 http://developer.android.com/guide/practices/design/seamlessness.html
 
  Regards,
  Bartosz
 
  On Tue, Oct 20, 2009 at 1:17 PM, pink 444 pnk...@gmail.com wrote:
 
  Thanks for your replay.
 
  But the thing here is if at all we click on the notification only
   intent will bring the Activity up.
 
  I want to bring the activity to foreground without clicking any
   thing.For that what can i do.
 
  Can i bring the activity to foreground using notifications without
   clicking any button or do i need to use any other concept?
 
   On Oct 20, 3:31 pm, Nithin nithin.war...@gmail.com wrote:
   Hi Shiva,
 
   try this, may help...
 
   whichever activity, that you want to put in the foreground, use an
   Intent, by setting this flag...
 
   intent.setFlags(Intent.FLAG_ACTIVITY_BROUGHT_TO_FRONT);
 
   Thanks
   Nithin
 
   On Oct 20, 3:20 pm, pink 444 pnk...@gmail.com wrote:
 
   What i want to implement is i have a service which will wait on a
socket for network events.
On some network events service has to notify the application
 activity
to update GUI elements.
 
   If at all my activity is not running how can i update GUI.At any
 i
have to update GUI as soon as  network events occurred.
 
On Oct 20, 2:54 pm, RichardC richard.crit...@googlemail.com
 wrote:
 
 I have had a quick look and can't see anyway to do what you want
 (there might be a way I just can't find it).
 
 One of the reasons if I read about (on other platforms) for NOT
 implementing bring my app to the front and make it active right
 now
 is that it soon degenerates into application wars, with multiple
 application each trying to be the top-most application. In this
 situation no one wins and the end-user typically uninstalls both
 apps.
 
 Another way to think about this is - should the end-user be
 interrupted right now?  What if they are doing something more
 importent than your application such as trying to phone the
 emergency
 services.
 
 --
 RichardC
 
 On Oct 20, 10:39 am, pink 444 pnk...@gmail.com wrote:
 
  After studying some articles regarding notifications .I have
  understood something that after clicking on the notification
 only
  specified activities are activated or brought into foreground.
 
  But in my application i have to bring an activity as soon as
 a
  background event occurred.
 
  How can i implement that scenario using Notifications ?
 
  Thanks,
  -Siva.
 
  On Oct 20, 1:24 pm, pink 444 pnk...@gmail.com wrote:
 
Thanks for your replay.
 
Can u give me a working example for letting an
 activity to
   foreground using notifications.
 
   On Oct 19, 6:17 pm, RichardC richard.crit...@googlemail.com
 wrote:
 
Notificationhttp://
 developer.android.com/reference/android/app/Notification.html
 
--
RichardC
 
On Oct 19, 1:57 pm, pink 444 pnk...@gmail.com wrote:
 
 Hai,
 
In my application i wait on socket for network
 events.On some
 events i have to bring activity into foreground(make
 activity as
 running) if at all it is not in the foreground.
 
   How can i do this?
 
  Any suggestions would be appreciated highly.
 
 Thanks,
  -Siva
 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---