Android :: Emulator Not Receiving UDP Packets

Nov 17, 2009

From a remote machine we are sending some UDP packets to our Android emulator. We are able to see the UDP packets reaching the host machine, but not able to reach the emulator, In Wireshark we are getting "Destination port unreachable" The port we are using is:49152 and static ip at both ends.Is this port supported by android emulator? What is the solution to get UDP packets to be able to reach till the emulator?

Android :: Emulator not receiving UDP Packets


Android :: Wireshark Not Showing HTTP Packets For Emulator

Mar 24, 2010

I'm trying to use wireshark to capture some HTTP packets exchanged between the emulator and a website. However, even though I can see the web content on the emulator browser, wireshark does not display any HTTP packets exchanged between the emulator and the website. Why is this?

View 2 Replies View Related

Android :: Unable Sending / Receiving Mails In Emulator

Jul 9, 2010

I configured my Gmail account successfully in the emulator. My goal is to respond to incoming messages in the mail account from my own application - for example display notification. I am using the standard mail application that comes with the emulator. I tried to receive mails from my account, but it does not work, there are no conversations in the standard mail application. I can't send and reveive messages from inside the emulator. Why?

View 8 Replies View Related

Android :: HTC EVO Can't See UDP Broadcast Packets?

Jul 19, 2010

I'm pretty sure no one but me is using UDP broadcasts but in the rare chance that someone is - has any experienced this? I use UDP broadcast to do LAN multiplayer games - it's how clients discover hosts of games.The EVO can't ever see the games when all my other phones can.

View 4 Replies View Related

Android :: How To Receive Multicast Packets?

Jul 5, 2010

I'm trying to receive data from a multicast address, but the call to MulticastSocket.receive() blocks until a timeout takes place.I did some network sniffing and found out that my device (and the emulator) never send a MulticastSocket.joinGroup request.I tried running the same Java code from my PC as a standalone application and it worked well. Could it be that the Android platform blocks IGMP join requests?Has anyone succeeded with Multicast on Android before?My manifest file contains the following permission:I am running my application on 2.1 (Both emulator & device).Any ideas anyone?

View 1 Replies View Related

Android :: Unable To Receive Multicast Packets

May 17, 2009

I am trying to using UPnP on android. I can send multicast packets out, but I can not receive any multicast packets from other devices.There is a test program. http://www.zippyshare.com/v/75729607/file.html. Can any one help me to check what problem is?

View 6 Replies View Related

Android :: Designing Downloadable Skins Packets For An App

Oct 26, 2009

The idea is to allow users to download a skin packet from the android market and be able to change the skin via the main application.I assume this skin pack would contain only the layouts and res names that I would want to overwrite from the main application. How could I approach such project?

View 5 Replies View Related

Android :: Send Data Packets Out After Broadcast Event Received

May 27, 2010

I know that the apps receive a ACTION_SHUTDOWN broadcast event when the device is shutting down.
When an application receives the shutdown, is there still an opportunity to send data packets out, or does android block such attempts(or does the platform tear down the network stack before it can go out).

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

Android :: SQLite - Works Perfect In 1.6 Emulator - Won't Work On The Phone - 2.2 - Or 2.0 - Emulator

Aug 6, 2010

I created a sqlite database to store playlists for a media player I am developing because of extended feature (rather than using the Content Provider). It works perfectly on the 1.6 emulator but FCs on anything higher than 2.0... what has changed that I need to know about as far as opening databases in SDK 2.0+? Here is the logcat.

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

Here is the dbhelper class

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

why can't stackoverflow just use tags like a normal syntax highlighter.

View 2 Replies View Related

Android :: Unable To Play Youtube Videos On SDK 1.5 Emulator - But Playing Well On SDK 1.0 Emulator

May 19, 2009

Unable to play youtube videos on SDK 1.5 emulator - but playing well on SDK 1.0 emulator. Can you update the source....

View 7 Replies View Related

Android :: Emulator - ERROR - User Data Image Is Used By Another Emulator

Apr 13, 2010

Finally strace gave me this:

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

And several other attempts to call "link" that also fail (sshfs does not support hard links).

Is it possible to change the emulator's behavior to create lock files somewhere in /tmp (using some hash of image path as lock file name)? I am OK to try this myself: which repositories from https://android.git.kernel.org/ are necessary to rebuild the emulator alone, and where in the sources is the code responsible for image locks?

View 4 Replies View Related

Android :: Emulator - SDK 1.1_r1 For Widndows XP - Crash Using Emulator -data

Apr 20, 2009

I need to run several emulator instances to test my application. When i try to run instances using emulator -data <path> option, the emulator crashes.

I got a MS Visual Studio window informing that emulator throws a "unhandled win32 exception".

The exception message in the debugger (MS Visual Studio 2008) is: "Unhandled exception at 0x77c4706c in emulator.exe: 0xC0000005: Access violation reading location 0x03216848"

The emulator runs normally without "-data" option.

View 2 Replies View Related

Android :: Emulator Error - User Data Image Is Used By Another Emulator

Nov 1, 2010

I am getting the following error when I try running my program in the emulator:

emulator: ERROR: the user data image is used by another emulator. aborting`

View 1 Replies View Related

Android :: Application In Emulator Without Restarting Emulator In Eclipse?

Apr 8, 2009

Is there a way to reload an Android application in the emulator without closing the emulator, saving any code changes, and running the emulator again? If I make even a simple change to the layout, it takes about 30 seconds by time I run it in Eclipse and Android "boots", and I can unlock the emulator to run the application. Is there any way to shorten this time when making changes, or is it something I just have to deal with?

View 3 Replies View Related

Android :: Start-emulator Task Never Gets Emulator Running

Mar 16, 2010

I downloaded the most recent version of Android for linux (android-sdk_r05-linux_86.tgz). I was trying to use the the Android Ant task(s) for packaging, building, and deploying my code. I should mention that I'm running AMD64, but have the 32-bit libraries installed. The Android Ant tasks are all broken.

First, the start-emulator task never gets the emulator running. It does get past starting adb, but then just sits there.

Second, the SDK is missing the aapt binary in the tools directory. So, the example notepad sample application will not even package correctly.

I have all the dependencies configured for Android. I can run it from the command line just fine.I assume the Ant code is out of sync with the recent SDK updates. Can anyone shed some light on this problem? At this point, I'm considering writing my own Python scripts to interact with the Android SDK. Ugh.

View 1 Replies View Related

Android :: Send MMS From One Emulator To Another Emulator

Sep 24, 2010

In my dummy application i want to send MMS. But i don't know how to check it.I know that we can send SMS from one emulator to another but, is it possible for MMS? If yes then how it can be done.

View 3 Replies View Related

Android :: Android Emulator - Receive SMS Sent From Emulator On Port

Feb 10, 2010

I intend to use the Android Emulator to send/receive SMS. I send SMS to the emulator using the sms send command. I'm aware of emulators being able to converse with each other over SMS but would it possible to receive that the SMS reply sent from an Android Emulator on a external TCP port?

View 1 Replies View Related

Android :: Receiving Data SMS In 1.0?

Mar 25, 2009

I can confirm that joe.scheidegger information about data SMS does work on device. However, the port specified on the receiver does not seem to matter.

View 2 Replies View Related

Android :: Not Receiving Notifications

Oct 21, 2009

I've noticed that I'm not receiving notifications that apps I've downloaded from the Android Market have available updates. The user manual shows a little icon of an Android shopping bag in the 'Status Bar - Notification Icons' section (page 7), so I think something's wrong.For example, just today I went into the Android Market to download a new app and upon checking 'My Downloads', I noticed seven apps that had updates available. At least four of these apps had been opened and used within the last hour, and still nothing was mentioned about the update. Is anyone else noticing the same?

View 18 Replies View Related

Android : Receiving Orientation Changes

Sep 22, 2009

I've got an activity which is always configured to be displayed in portrait mode (with android:screenOrientation="portrait"). I don't want it destroyed when an orientation change happens, so I have android:configChanges="orientation" for it.

However, it *does* needs to be aware of orientation changes, so I can update the content. Unfortunately it would appear that while I am being sent configuration change events, the orientation in the configuration claims it's always in portrait mode, presumably because that's what the activity is set to.

How can I have my activity be permanently in portrait mode and *also* receive the correct orientation change events as the phone is rotated?

View 3 Replies View Related

Sending And Receiving SMS And MMS In Android

Jun 15, 2013

how to send and receive MMS on Android?

View 1 Replies View Related

Android :: Receiving / Sending SMS In A Particular Port

Nov 26, 2009

I am just wondering if it is possible to receive SMS in a particular port. I believe by default all SMS messages are delivered to Port 0 and SMS manager gives the notification about this message.Is there any way in which we can send and Receive SMS messages in any particular port apart from the default port.

View 2 Replies View Related

Android :: Screen Stays On After Receiving SMS

Jul 22, 2010

After locking my phone and shutting down the screen, anytime I receive an SMS, the screen lights up and stays on.

The only way I've found to avoid this is to turn off the "notification in status bar" option within the Messaging Settings area.

This is super annoying when I receive a text late at night, wake up, and see that my phone has been on for the last 6 hours and battery drained.

View 1 Replies View Related

Android :: Sending And Receiving Emoji

Oct 10, 2010

Softbank Japan has just released an sms/mms app that allows sending and receiving emoji! I just tested with my wife's iphone, and I could send emoji fine with my HTC Desire (Softbank x06HT), and I could receive it fine! A big selection of emoji too, maybe the complete set that Softbank usually includes on their other phones. It is buggy and a bit clunky, but it's a *lot* better than nothing! Lots of complaining in the comments section, but I don't think it's that bad. Now, the big question: Is it available in other markets? I'm in Japan right now, and I searched for "Softbank" in the market and I found it... It's called "Softbank メール". The link that they sent me in a news SMS is: "http://market.android.com/search?q=jp.softbank.mb.mail". They also say it is Froyo only...

Lastly, for those who have been in Japan a while and have an @softbank.ne.jp or @x.vodafone.ne.jp (like me) can now use those mails on their phones as well, inside the app. I sent myself a message and received it fine, and when I replied it sent from my old vodafone mail address (although I haven't figured out how to choose between SMS and e-mail for sending yet). EDIT: Figured it out, just type in a phone number (or choose from contacts) to send an SMS, type in an e-mail address to send from your @softbank or @vodafone address. Swet. I'll see if I can post the full message, for those who can read Japanese (I can't read very much of it, only hiragana/katakana).

View 1 Replies View Related

Android :: Receiver Not Receiving Broadcasts From Another App?

Jul 5, 2010

App A has this Broadcast Receiver in its manifest (within <application>): Code...

View 1 Replies View Related

Android :: Receiving Focus On List

Feb 24, 2010

I have the following XML layout for a ListActivity.

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="fill_parent"
android:layout_height="fill_parent">
<ListView android:id="@+id/android:list" android:layout_width="fill_parent"
android:layout_height="fill_parent" />
<TextView android:id="@+id/android:empty"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:text="No Contacts" />
</LinearLayout>

My problem is that if I have focus on any of the header ImageButtons then when pressing down with the dpad the list get focus on its 7th row (depending on row height), and not on the first row. I've seen the same behavior on Fring application, under Contacts. I tried by listening for the OnKey event for the KeyEvent.KEYCODE_DPAD_DOWN and triggering a implicit focus on the first item of the list, but I don't know how to do it either.

View 1 Replies View Related

Android :: Receiving Two Notifications For Each Incoming SMS

Jan 25, 2010

I am an end android user. I have Samsung Galaxy GT-I7500. A few days back I downloaded the Handcent SMS app. I am happy with the app. But I was receiving notifications both from my native app and Handcent SMS. In order to stop the notification I used Advanced Task Manager to remove the native SMS app in the name of 'SMS' instead of the disabling the notification. Instead of removing the messaging service my data usage notification SMS from my service provider has stopped. I am receiving other messages and able to send messages. I have flashed my ROM but the 'SMS' app is still not installed.

View 3 Replies View Related

Android : Alarm When Receiving A Notification

Jun 10, 2010

Is there any app that lets you set an alarm to go off when you get a notification (such as an e-mail or text). I don't get many text at night, so those that I do I would like to see. An alarm isn't necessarily what I need, but I need something to notify me more that once. This is the one thing I miss from my RAZR.

View 2 Replies View Related

Android : Set Bank Information For Receiving 70% Rev

Jan 22, 2009

I am about to pay $25 and set up my android market account by google checkout/credit card. can anyone tell me what i need after that? my google checkout account does not have us/uk bank info. i do not even have us/uk bank account... how do i set up my market account to receive 70% rev of my charged apps? what sort of options available?

View 3 Replies View Related







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