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

2010-04-12 Thread Yahel
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,

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,

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

2010-04-12 Thread Yahel
Name of the app was something like 91nettraffic. As for a sniffer, i'm not sure the framework gives you access to such low level function. But if it does, then it will be a great and very useful app for developpersand spies, and trojan, and...Hmmm well with great power, comes great

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

2010-04-12 Thread Bob Kerns
HTTPS will not, under any circumstance, let you get access to header or content information from other applications. This would be a security violation of the highest order! Like steal all your money security violation. Like steal your identity security violation. You can use various protocol