Android :: Ping Always Failed In Emulator
Dec 11, 2009
....................................
I understand there is some issue with ping in Emulator, but at least case 2 should work because "10.0.2.2" is just local router. Did I do something wrong?
View 2 Replies
May 21, 2010
I got new SDK today, and test my program on emulator. However, I can't open Mic on 2.2 emulator, it's work on earlier emulator, my code list below.new Audio Record(Audio Source.MIC, 16000, AudioFormat.CHANNEL_CONFIGURATION_MONO,Format.ENCODING_PCM_16BIT, iMinSize); And I got log below. ERROR/Audio Record(878): Could not get audio input for record source 1 ERROR/Audio Record-JNI(878): Error creating Audio Record instance: initialization check failed. ERROR/Audio Record-Java(878): [ android.media.AudioRecord ] Error code -20 when initializing native Audio Record object.
View 3 Replies
View Related
Apr 24, 2009
I built the android emulator source on mingw/msys, then run "./ emulator" in msys console as below, but failed. $ ./emulator
This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. .....
View 4 Replies
View Related
Apr 10, 2012
Building an app that runs a ping command at the moment and I can't quite get it to work. If I modify the command to something that isn't a terminal command then it'll output my error statement but i can't get it to display the ping output. I know my outputs for my error are bad but it's an easy way to determine what path it's outputting.
package com.mycompany.myapp;
import android.app.*;
import android.os.*;
import android.view.*;
import android.widget.*;
[Code] ......
View 9 Replies
View Related
Jun 9, 2013
I am on twrp recovery version 2.1.3 and to upgrade to 2.5.0.0 I used the Google .im app but even after the message showing that recovery was flashed successfully, when I reboot into recovery I still see the 2.1.3 twrp only..So I tried flashing it with terminal emulator but it didn't work.This error shows up every time failed scanning partitions failed with error : - 1
I tried putting the .img file in the root folder as well but it didn't work..I tried naming the root of sd card as storage/emulated/legacy, storage/ emulated / 0, /sdcard, etc but it keeps on giving this error every single time!
View 1 Replies
View Related
May 4, 2010
I checked my battery usage and 33% is being used while Phone Idle and 36 while cell standby. Anyone know if this is normal or is my draining too much battery? BTW my Fiancee DL a Ping Pong app and played it once. I checked my battery to see what was using it, the ping pong app had drained 90%.
View 3 Replies
View Related
Jun 6, 2010
I have developed and tested my app on the emulator, and now want to install it on my HTC device. the apk installs successfully, however my database is not going with it. I have created my database using sqliteman browser b/c I have to insert a bulk data before the app starts. I have four tables in my db and call each in different activities and created all on the sqliteman. after the data is inserted I pull back the db onto the data folder of the emulator. it works perfect on the emulator but failed on the device. when I try to pull my db on the real device, it shows access denied problem
View 2 Replies
View Related
Nov 10, 2010
For messengers. Kik Vs Ping messenger Vs Yahoo messenger
View 5 Replies
View Related
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
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
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
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
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
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
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
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
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
May 24, 2010
I used a SurfaceView and EGL to render my 3D contents. When I press BACK and return my activity, the activity's 3D objects become to white. The reason is when the original activity(3D activity) resume, EGL would initialize again. So EGL would initialize and destroy everytime when different activities switch. I am not sure if the problem is EGL initialize twice. but I did initialize and destroy EGL correctly.
View 2 Replies
View Related
Sep 2, 2010
I am trying to build a XmlRpc client for android. But i can't login my xml rpc server. i got below error.
org.xmlrpc.android.XMLRPCException: HTTP status code: 404 != 200
View 7 Replies
View Related
Oct 28, 2009
I write some JNI files for my application, and it works smoothly at Android 1.5, and Android 1.6. However, my application not work on Android 2.0 emulator, because my SO file can't be loaded, no matter I put it to data/data/<my package>/ lib, or /system/lib Why I got those message at Android 2.0 emulator? How to fix this issue?
View 2 Replies
View Related
Aug 12, 2010
I would like to create my own DateTimePicker Dialog. Therefor I build a layout that I use in my Dialog. My Dialog starts when I click on a Button. When the Dialog opens you can set date and time data. There is still a Button to close the Dialog. This Button calls Dialog.dismiss(). But it fails. Here is some code. Can someone tell me, what I do wrong?
public class CreateActivity extends Activity{ private TextView mDateTimeDisplay;
private Dialog dateTimePicker;
private int mYear; private int mMonth; private int mDay; private int mHour; private int mMinute;
static final int DATE_DIALOG_ID = 0;
@Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
setContentView(de.android.todo.R.layout.create);
//http://babukuma.com/2010/01/android-custom-component- datetimepicker_29.html
mDateTimeDisplay = (TextView) findViewById(R.id.dateTimeDisplay);
final Calendar c = Calendar.getInstance();
mYear = c.get(Calendar.YEAR); mMonth = c.get(Calendar.MONTH);
mDay = c.get(Calendar.DAY_OF_MONTH); mHour = c.get(Calendar.HOUR_OF_DAY);
mMinute = c.get(Calendar.MINUTE); dateTimePicker = new Dialog(this);
dateTimePicker.setContentView(R.layout.datetimepicker);
dateTimePicker.setTitle("DateTimePicker");
dateTimePicker.setCancelable(true);
DatePicker dp = (DatePicker) dateTimePicker.findViewById(R.id.datePicker);
dp.init(mYear, mMonth, mMonth, onDateChangedListener);
TimePicker tp = (TimePicker) dateTimePicker.findViewById(R.id.timePicker);
tp.setIs24HourView(true);
tp.setOnTimeChangedListener(onTimeChangedListener);
// display the current date updateDisplay();
} public void onClickShowMyDialog(final View v){ showDialog(DATE_DIALOG_ID);
} public void onClickCloseDialog(final View v){ dateTimePicker.dismiss();
} @Override protected Dialog onCreateDialog(int id) { switch (id) {
case DATE_DIALOG_ID: return dateTimePicker;
} return null;
}
View 2 Replies
View Related
Jul 3, 2010
I couldn't find a way to type some special chars such as #, $ and = with the QWERTY keyboard.
View 1 Replies
View Related
Aug 22, 2010
lately i've been receiving reports of failed updates (e.g. myTouch 3G, HTC Incredible) for my app. After the 'failed' update, they're saying they're able to launch the app only from the Open button in the Market, but not from the app icon. Is this happening to other devs too?
View 3 Replies
View Related
Apr 14, 2009
Out put by eclipse: CODE:.. adb uninstall com.android.music say Failure.
View 5 Replies
View Related
Jul 30, 2010
I'm trying to update my SDK but every time I get this same warning dialog:
-= Waning! =- A folder failed to be renamed or moved.
The folder is <ANDROID_SDK>/tools. I searched for help in this group about this error and found some answers. But none of them worked for me. Looking at Process Explorer tool I found that the problem is the "java.exe" that is keeping several JAR file handles opened in that directory. Closing the handles hangs the "java.exe". What can I do? I am stuck in this step.
View 3 Replies
View Related
Sep 16, 2010
I would like to open an mp3 file with my own audio player(based on mplayer and FFmpeg) I packaged in a apk file. It runs fine using command line and the executable version but not when packaged in apk. I got the messages using adb logcat window:
I/stdout ( 2115): PCM: Samplerate: 48000Hz Channels: Stereo Format s16le I/stdout ( 2115): [AO PCM] Info: Faster dumping is achieved with -vc null -vo null -ao pcm:fast I/stdout ( 2115): [AO PCM] Info: To write WAVE files use -ao pcm:waveheader (default). I/stderr ( 2115): [AO PCM] Failed to open /dev/msm_pcm_out for writing! I/stderr ( 2115): Failed to initialize audio driver 'pcm:file=/dev/ msm_pcm_out' I/stderr ( 2115): Could not open/initialize audio device -> no sound. I/stdout ( 2115): Audio: no sound I/stdout ( 2115): Video: no video I/stdout ( 2115): Exiting... (End of file)
I put the permission in the manifest file as follows:
code:...............
View 3 Replies
View Related
May 19, 2010
I have received the following error when trying to install packages through the SDK and AVD manager tool: XML verification failed for http://dl-ssl.google.com /android/repository/ repository.xml. Error: The markup declarations contained or pointed to by the document type declaration must be well-formed. I have downloaded the latest versions of the Android SDK and AVD manager (revision 5), Eclipse IDE for Java EE developers (version 1.2.2), and the ADT (0.9.6). I have checked the Force https box in the settings tab, I also have both an http and https version of the same url. I re-downloaded all components multiple times. I am using Windows XP service pack 3. Anything anyone could suggest would be extremely helpful. 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 +unsubscribe @googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
View 2 Replies
View Related
Mar 10, 2010
Since a couple of days I get the error "download has failed" when I download an app from the market. Doesn't matter using 2g, 3G or wifi. I've searched this forum and found some similar threads with possible solutions, but nothing seems to work.
View 2 Replies
View Related
Jul 3, 2009
I am trying to develop an application with Android 1.5(cupcake_r1) for a week but always get an error reported in prepare of MediaRecorder. Can anybody help me to figure out the problem I got in the code below:
PS. In order to figure out the problem, I suppressed the audio recording, and the SDcard is installed in the phone.code...
View 3 Replies
View Related
Aug 12, 2010
I have problem with uploading my .apk file on device Highscreen Zeus. In emulator everything works fine, but when I can upload application on the device, I always get following error:
[2010-08-12 14:41:25 - BitmapDrawing] Failed to upload BitmapDrawing.apk on device 'ZUSM1M10A02691' [2010-08-12 14:41:25 - BitmapDrawing] java.io.IOException: Unable to upload file: Permission denied [2010-08-12 14:41:25 - BitmapDrawing] Launch canceled!
View 11 Replies
View Related