Android : Fiddler2 Not Capturing HTTP Traffic

Feb 8, 2010

For HTTP debugging purposes, I'm try to set up Fiddler to capture and display the HTTP traffic from my application. I've installed Fiddler2 and have tried various configuration options to get it to recognize the HTTP traffic.

I've set the "http-proxy" arg to -http-proxy 127.0.01:8888 in the Eclipse Target-Additonal Emulator Command Line Options. (I've even tried 10.0.2.2). I've also run the emulator from the command line, I start Fiddler and then my application. My issue is that Fiddler is not recognizing any of the HTTP traffic.

I'm looking for help in figuring out how to configure Fiddler2 and the Android Target to have Fiddler capture the HTTP traffic .

Android : Fiddler2 not capturing HTTP traffic


Android : How To Monitor HTTP(S) Traffic / URLs

Oct 13, 2009

I'm interested in whether there is a way to monitor HTTP(S) traffic on an Android phone? What I would like to do is to be able to retrieve all URLs that have been accessed on the phone's browser. I thought that there would be a browser intent for that, but have not seen anything - given I'm green, maybe I just did not know where to look?

I followed the question and answer here, but it works only for hyperlinks which were clicked by the user, however I need to catch all URLs - including the ones typed in by the user. Basically I need to know about every single URL that was opened in the web browser.

Can I register some kind of a handler with the browser?

View 1 Replies View Related

Android : Mobile Network Types Allow Http Traffic During Phone Calls

Oct 28, 2010

Would this Android code be a correct way to test for http network availability during a phone call, or does it exclude networks that should be included or vice versa:

CODE:.....................

View 1 Replies View Related

Pass App HTTP Traffic Through Proxy Installed On PC?

Nov 3, 2011

I am tring to debug an android app. I need to pass all the http trafic of my htc desire s through a proxy server( Paros, WebScarab, etc.) that i have on my pc. I need to intercept the http messages.

I have rooted the phone and installed a proxy on it. I have connected the phone and the pc to the same wifi so that they will be in the same network. After this i have put the pc's ip in the Proxy Host: "192.168.1.2" and the port "8080" on the Proxy Port field because Paros Proxy uses 8080.

View 1 Replies View Related

Android :: Capturing Screenshots On Mac

May 7, 2010

So instead of going the rooted route out of fear of voiding my warranty and tampering with my phone, I've done extensive searching on how I can capture screenshots using my Mac OSX (10.4.11). I'm at my wit's end after encountering a multitude of issues and have even tried using a Windows PC which didn't work either for a different reason. Every time I try opening up the DDMS on my Mac, there's a window that pops up saying: There is no default application specified to open the document "ddms". After seeing if certain applications would make it open, it doesn't work. Where do I go from here? Aside from having the latest Java software (which I'm not even sure, although whenever I check for updates there's no option for it on the list), do I need anything else to make it open and operate? If anyone could help me out here I would GREATLY appreciate it. I wanted to drop in on the "Post your Screenshots!" thread but I would've looked like a pendejo with my ghetto-fab pictures of my phone shot from my digital camera.

View 5 Replies View Related

Android :: Capturing Softkeyboard Events

Oct 6, 2010

Is there a way I could capture the Keyevents of a softkeyboard(qwerty usually) ? I need the keyCode of the key pressed, so can't really rely on the onTextChanged Listeners. After seeing many posts regarding the same through different forums, I wasn't able to find any suitable solutions. I am a beginner with android applications and Java.

View 2 Replies View Related

Android :: Logical Sequence In Video Capturing

May 12, 2009

Can anyone describe the logical sequence of implementing video recording facility? I've followed the steps as outlined from the diagram here: http://developer.android.com/reference/android/media/Media Recorder.html; and ended up with an out-of-memory exception.

View 2 Replies View Related

Android :: Capturing - Saving A Download Link

Sep 23, 2010

I have a WebView, which will contain links to documents, in this case PDF files. The default action (at least on my device) seems to be to open the URL with the browser, which in turn causes them to be saved in the default download location.

I want to intercept this in my code, so that I can get hold of the file and save it to whatever location I choose. Is this possible?

View 2 Replies View Related

Android :: Program For Picture Motion Capturing

Oct 1, 2010

i would like a program that take pictures with the camera in my samsung galaxy s. i do some long walks and i am hoping someone can make a program that takes a picture every preset time intervals so i can join all the pictures into a movie. i was thinking to just have my phone in a strap around my neck. then the camera would take a picture every say 10 seconds and save image to the sd card.

View 3 Replies View Related

Android :: How Keep DDMS From Capturing Screen On App Side

Nov 18, 2010

We are developing e-book reader app and we do not like bad-people capture screen by ddms to pirate our books. We wonder whether there is a way to keep DDMS from capturing screen on app side.

View 2 Replies View Related

Android :: Capturing Screen Of Phone As Movie

Jul 4, 2010

For the documentation of a project I would like to record the screen of my Nexus One as a movie or at least in form of a lot of images, which I can convert into a movie. Is that possible? Is there an app for it? For the moment I only know about this screen capture functions in the SDK's tool directory.

View 4 Replies View Related

Android :: Displaying Image After Capturing Through Camera?

Jul 23, 2010

I am using following code to capture image through camera and then displaying it.

The problem , I am facing is when i take picture and press done button it does not display that taken image in my activity.

It just shows blank image field.

CODE:....................

View 2 Replies View Related

Android : Capturing Key Events From On Screen Keyboard

May 6, 2009

What I want to do is that when a normal key (such as "A") is pressed from the onscreen keyboard, I can be notified to do something just like when that key is pressed from real keyboard. But it seems EditText can not receive onKey event from onScreen keyboard.How can I do that?

View 7 Replies View Related

Android :: Capturing HOME Intent Programmatically

Feb 9, 2010

I need my activity to handle HOME button press with a receiver programmatically, but the event is not firing. I can,however, successfully register and capture this intent filter if I declare it in a manifest.xml activity section.Does anyone know why this doesn't capture the home button click?By the way, I tried working around this by creating another activity and specifying its intent filter in the manifest. I set the activity enabled="false" in the manifest but I couldn't figure out how to enable that activity at run time. Bottom line, I only want to register the home button intent filter for my application only when my application is running, and I can't figure out how to do that.

View 2 Replies View Related

Android :: Code For Capturing The Screenshot Of Live Wallpaper

Nov 16, 2010

I want to capture the screenshot of live wallpaper which is the current wallpaper in the launcher. Is there the method to capture the screenshot?

View 2 Replies View Related

Android :: Stand Alone Sample Code For Video Capturing?

Mar 31, 2010

Is there a stand-alone sample code for video capturing in Android ?

View 2 Replies View Related

Android :: Camera Application - Capturing Image Automatically

Mar 26, 2009

I worked on N95 mobile, my goal is to capture image for every 2 min and send the image data to server without user help. I am done with image capturing manually but I am unable to capture image automatically could you please suggest me. I am getting certification message pop up. Is there any way to start my application automatically. I am messed with code signature and manufacturer agreement with Nokia. So I have decided to change the platform to Android mobiles. Could you please let me can I able to implement the above application in android mobiles android platform.

View 9 Replies View Related

Android :: Capturing HOME Intent With Receiver Programmatically

Feb 9, 2010

I am trying to capture my activity to handle HOME button press with a receiver programmatically, but the event is not firing. I can, however, successfully register and capture this intent filter if I declare it in a manifest.xml activity section.

Here's the code for the receiver:

CDE:...............

I put a breakpoint here to see if this gets called } };

View 2 Replies View Related

Android :: Use Droid Multicastlock For Capturing Packets Not Addressed To Device?

Jul 2, 2010

I'm trying to find out how use android multicastlock for capturing packets not addressed to device. As i understand SDK, i can capture them.

Can you show how capture them, or advice how use multicast lock.

View 1 Replies View Related

HTC EVO 4G :: Video Capturing Settings?

Jun 28, 2010

EVO 4G video capture settings? I don't know about you guys, but I am getting a lot of motion blur when taking video on my EVO. I have seen a few videos on youtube where the video capture is smooth.. I was wondering is there something I am missing here?

View 3 Replies View Related

HTC Desire :: Capturing Desktop Screenshot

Apr 9, 2010

Might be more of a generic Android than a Desire question but is there a very simple built-in way of capturing a screenshot? I thought I'd seen some captures on my Desire and had done it accidentally but I can't find them now and I'm not so sure.

View 4 Replies View Related

HTC Desire :: Capturing Screenshots Without Rooting

May 31, 2010

I've been following (How To Capture Screenshots With Your Android Mobile Phone) to take screenshots from the phone.

The only part i couldn't do was the driver part. I plugged the phone in with USB Debugging on, it found a HTC phone (on XP), so i thought that was enough.

When i open DDMS.bat (Davlik) it opens, but there's no device, so I'm unable to take the screenshot.

Any help appreciated. (I'd like to add to the Desktop Theme thread)

View 4 Replies View Related

Android :: How To Monitor My App Traffic

Apr 26, 2009

In my system, there has a WebView component, and i want to monitor all traffics when WebView open some URL. I know how to monitor whole phone's traffic, there has an example about how to monitor whole phone's traffic:

http://code.google.com/p/android-labs/source/browse/svn/trunk/NetMeter

But I have no any idea on how to monitor only my own app, how can i do?

View 2 Replies View Related

Samsung Captivate :: Video Capturing Format

Nov 12, 2010

Does anyone know if it's possible to record video on the Samsung Galaxy S Captive in a different format other than .3gp, or know of a program that will read this format? I was trying to send a video to a friend via email but he doesn't have a player for it.

View 6 Replies View Related

Sprint HTC Hero :: Best Video Capturing Settings?

Dec 19, 2009

This is the first phone I've owned with video capture available (LG Rumor, Instinct, Pre) and I notice there are a variety of settings available when it comes to video. One video I had recorded earlier today seemed more choppy with the exact same settings than another I took yesterday, the only difference I could really note was there was much more light in today's video. So is there a secret to beautiful video every time?

View 1 Replies View Related

Android :: Sometimes No Traffic In Google Maps

Mar 13, 2010

When using Google Maps, sometimes I can get Traffic info & sometimes I cannot get Traffic info. When its working, in Google Maps, I do: Menu; Map mode; Traffic. I can then see the Traffic info on the map. If I then do Menu; Map mode again, I can see the green check mark next to Traffic. When its not working, when I go back to Map Mode the 2nd time, the green check mark is still on Map. It is not on Traffic.

View 1 Replies View Related

Android :: Best Application For Traffic Reports?

Apr 27, 2010

Looking for the best app for up to minute traffic reports, etc. Is there one that you can integrate into Google Maps?

View 7 Replies View Related

Games :: Traffic Rush Available On Android

Jan 13, 2010

Is Traffic Rush available on android, I like the game on the iphone but haven't as yet been able to find it for the android (htc Hero).

View 5 Replies View Related

Android :: Cannot Zoom Or Set Traffic View In Map

Jul 24, 2009

In the following application.

package mycom.ju.gmap; //import HelloItemizedOverlay;
import mycom.ju.gmap.R; import android.graphics.drawable.Drawable;
import android.os.Bundle; import android.view.View; import android.webkit.WebSettings;
import android.webkit.WebView; import android.widget.*;
import com.google.android.maps.GeoPoint; import com.google.android.maps.MapActivity;
import com.google.android.maps.MapView; import com.google.android.maps.Overlay;
import java.util.ArrayList; import java.util.List;
import com.google.android.maps.ItemizedOverlay; import com.google.android.maps.OverlayItem;
public class gmap extends MapActivity { //Called when the activity is first created.
MapView mapView; Toast toast;
@Override public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
try{ mapView = (MapView)findViewById(R.id.mapv);
mapView.setBuiltInZoomControls(true); mapView.displayZoomControls(true);
mapView.setTraffic(true); } catch(Exception e){ toast = Toast.makeText(this,e.toString(), Toast.LENGTH_LONG); toast.show(); } setContentView(R.layout.main);
} @Override protected boolean isRouteDisplayed() {
return true; } }

View 2 Replies View Related

Android :: Measure Data Roaming Traffic

Aug 3, 2010

Just back from a very nice vacation in Iceland, and await the data roaming bill from my phone company. I hope for the best having limited my traffic as much as possible, but I want to know in advance. I used the very nice app NetCounter but it didn't measure roaming data traffic at all.So I want to build my own app measuring just roaming data traffic. I have a few booleans to start with ( NetworkInfo.IsRoaming() & TelephonyManager. isNetworkRoaming() ), but I'm not sure how to measure the traffic if true.So the question is: How do I measure data traffic while roaming? (Something like API level 8 TrafficStats functionality is what I'm after, but for API level 3). The used SmartPhone is Samsung Galaxy i7500 (Android 1.6)

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved