Re: Cannot download the sdk
I'm getting this error and as far as I know, my Java is at the latest version for OS X. Unless you have any knowings of secret OSX java repositories, I don't know what to do next. ~Shane
Informacja: 2010-03-16
Czytaj: Re: Cannot download the sdk
My android project did not show up in emulator.
I was sucessfully made Hello World project in eclipse like instruction at [link] and now I try to make another android project. in eclipse my android project did not shows up errors and warning, so I can run my project in android application/emulator
Informacja: 2010-03-16
Czytaj: My android project did not show up in emulator.
What will happen to my activity incase of incoming phone call
I want to know that what will happen to my activity incase of an incoming phone call? Will the state of my activity be saved or I have to explicitly save it? Another question is that will the activity resume after the call is disconnected? Please help..!
Informacja: 2010-03-16
Czytaj: What will happen to my activity incase of incoming phone call
Re: custom shape
Hey.. any luck with this? I too am looking for a similar solution...
Informacja: 2010-03-16
Czytaj: Re: custom shape
Having trouble with the first hurdle: new AVDs
I'm on an iMac, 10.6.2. I've installed the Android SDK and Eclipse IDE for Java. Connected Eclipse to the SDK. Installed all available packages. BUT: When I hit the 'new' button in the SDK under 'Virtual Device', the program crashes. I am getting some errors when I start the program in terminal. This is what I'm left with after the crash:
Informacja: 2010-03-16
Czytaj: Having trouble with the first hurdle: new AVDs
how to use a Cancel button to clear data in an edittext
In my app I have two edittext boxes and two buttons. If you type something in ether edittext and then press the cancel button. I need the data cleared out of the edittext (Main Layout doc) <LinearLayout xmlns:android="[link] android" android:orientation="vertical" android:layout_width="fill_par ent"
Informacja: 2010-03-16
Czytaj: how to use a Cancel button to clear data in an edittext
Android program for utilities .. ( help needed)
sorry guys for posting a question over here.. i am currently a student who is having my final year project and i need serious help in android as i am new to this program.. i need to do a program which enable us to enter a certain data such as water bills.. amount of water used and charge per liter of water... i
Informacja: 2010-03-16
Czytaj: Android program for utilities .. ( help needed)
mkdir permission denied on android emulator
Hello, I am using a android emulator. I created a sdcard on it by using a option in eclipse. Once I start the emulator, I go to 'terminal emulator', give command 'cd sdcard'. Since I need to create my own folder in sdcard, I give command mkdir myfolder, it gives the error: mkdir failed for myfolder, Permission Denied
Informacja: 2010-03-16
Czytaj: mkdir permission denied on android emulator
Static Array Help in Eclipse/Android
I am just starting to work on building Android apps. I have some basic knowledge of programming, but have never done any Java based stuff. I apologize in advance for my questions being remedial. Most of what I do is web based using ASP (vbscript) or PHP, plus I do some VBA. I am just trying to figure out how to display a static array.
Informacja: 2010-03-16
Czytaj: Static Array Help in Eclipse/Android
How to use built in email application to send email from my application
Hello, I want is to automatically compose an e-mail with a subject line, recipient address and an image attachment, and an e-mail app should then pop up with this automatically composed message, to let the user decide whether to send, edit or discard the message. Thanks
Informacja: 2010-03-16
Czytaj: How to use built in email application to send email from my application
What am I missing? arrays.xml help
I am just trying to display a list from an array that I have in my arrays.xml. When I try to run it in the emulator, I get a force close message. If I define the array in the java file (String[] testArray = "one","two","three","etc";) it works, but when I use "String[] testArray = getResources().getStringArray( R.array.testArray); " it
Informacja: 2010-03-16
Czytaj: What am I missing? arrays.xml help
Re: [android-beginners] accessibility tutorial
visit [link] <[link]> I thank you find good one
Informacja: 2010-03-16
Czytaj: Re: [android-beginners] accessibility tutorial
I got a very strange error using "setAudioSource" ? ERROR/audio_input(52)
Hello all, When I use setAudioSource on Android SDK 2.1, i got this error: ERROR/audio_input(52): unsupported parameter: x-pvmf/media-input-node/ cap-config-interface;valtype=k ey_specific_value I am trying to record video and audio, but when i set the audio source and video source, i got error and the program exit unexpectedly.
Informacja: 2010-03-16
Czytaj: I got a very strange error using "setAudioSource" ? ERROR/audio_input(52)
Re: [android-beginners] API
Hi! A great tutorial about handling XML: [link] Regards, Levente
Informacja: 2010-03-16
Czytaj: Re: [android-beginners] API
Is java.util.Scanner that slow?
Hi guys, I want to use Scanner class to read a list of floats from a text file (it's a list of vertex coordinates for OpenGL). Exact code is: Scanner in = new Scanner(new BufferedInputStream(getAssets( ).open("vertexes.off"))); final float[] vertexes = new float[nrVertexes]; for(int i=0;i<nrVertexFloats;i++){
Informacja: 2010-03-16
Czytaj: Is java.util.Scanner that slow?
Android SDK Setup.exe error - GetTempFileName failed. The directory name is invalid
I downloaded android-sdk_r05-windows.zip and extracted the files to my C: drive. When I try to launch the SDK Setup.exe file, I see an error message that says, "GetTempFileName failed. The directory name is invalid." I have tried to delete all the files and then reinstall them. I even tried a different drive (D). I still get that error message. Has
Informacja: 2010-03-16
Czytaj: Android SDK Setup.exe error - GetTempFileName failed. The directory name is invalid
Re: Do I have to mount the SD card?
What you propose is fine. - dave [link]
Informacja: 2010-03-16
Czytaj: Re: Do I have to mount the SD card?
Prevent uninstallation of app?
Hey, I'm trying to make it so an app is uninstallable by anyone except for the user who installed it in the first place. Is there any way to password protect it, or give the app higher security settings in order to prevent unauthorized uninstallation? Thanks.
Informacja: 2010-03-16
Czytaj: Prevent uninstallation of app?
possible to send an xml file via HttpClient?
Hi, as the title says, is it possible to do so? in the examples found here [link] It seems that HttpClient only accepts a String as its parameter? how
Informacja: 2010-03-16
Czytaj: possible to send an xml file via HttpClient?
How do you implement input (keyboard) device driver?
I see that all input devices are listed in: /dev/input/event* And drivers for keyboard is in: /system/usr/keylayout/*.kl /system/usr/keychars/*.kcm.bin Input Devices are listed in: /proc/bus/input/devices /proc/bus/input/handlers Now, since devices that don't have physical keyboards (ex. Nexus One) don't have
Informacja: 2010-03-16
Czytaj: How do you implement input (keyboard) device driver?
Pictbridge-- anyone know how?
Hi Does anyone know of an app that will enable an android phone to use a pictbridge printer? My pictbridge printer can work with many wireless phones but not my htc magic. Thanks in advance for any replies David Photographic Artist Permanent Installations & Design Creative Imagery and Advanced Digital Techniques
Informacja: 2010-03-16
Czytaj: Pictbridge-- anyone know how?
Re: Slowing down gesture builder?
I can't tell from your description exactly how you're trying to set the option, but here's what worked for me: If you
Informacja: 2010-03-16
Czytaj: Re: Slowing down gesture builder?
Re: transforming an activity to a modal full screen dialog
that's not what he meant Justin. He meant behavior, not look and feel. The idea is that the thread that calls the new activity will be on wait \sleep state until the new activity returns the resualt, ok or cancel. The questions is there an easy way to so this ? Thread.sleep() or mMyWaitObj.wait() will cause the android OS to try
Informacja: 2010-03-16
Czytaj: Re: transforming an activity to a modal full screen dialog
How to get notified of incoming email messages?
I'm very new to Android development, so excuse me if my use of the terminology isn't quite right.... I would like to know how I can register to get notified when and email comes into the device. I think I need to create a BroadcastReceiver and define an IntentFilter with an action. The problem is, I'm having
Informacja: 2010-03-16
Czytaj: How to get notified of incoming email messages?
To delete a file in the SD card, but what to do?
I made an application in the SD card, delete the files in a program that tries to create. java.io package deleteFile method uses an unable to unlink the log of the error will occur. To delete a file on an SD card to do that which is?
Informacja: 2010-03-16
Czytaj: To delete a file in the SD card, but what to do?
Freelance projects for Android developers
Hi, I represent 8KMiles ([link]), a company incubated at the Indian Institute of Management, Bangalore. We are building an online technology / knowledge services outsourcing ecosystem with integrated, ready-to-use remote computing infrastructure (Amazon cloud based). Our goal is to enable Software Development-as-a-Service, by
Informacja: 2010-03-16
Czytaj: Freelance projects for Android developers
Long Press on Options Key - v 2.1
We are trying to figure out the reason why a long press on the Options Key brings up a keyboard. This happens in every application. Is this documented anywhere?
Informacja: 2010-03-16
Czytaj: Long Press on Options Key - v 2.1
Error message: "java.io.IOException: device (emulator-5554) request rejected: device not found"
I am seeing this output in the console after installing a brand new Eclipse, a brand new r5 SDK, and downloading Level 4 thru Level 7 APIs: [2010-03-10 21:21:56 - HelloAndroid] ------------------------------ [2010-03-10 21:21:56 - HelloAndroid] Android Launch! [2010-03-10 21:21:56 - HelloAndroid] adb is running normally.
Informacja: 2010-03-16
Czytaj: Error message: "java.io.IOException: device (emulator-5554) request rejected: device not found"
very basic question about 2d graphics
say you've decided to make a chess game (i'm not, but it's a good example for this) so you grab a nice square portion of the screen and divide it in to 8x8 tiles, coloring every other white, every other black - that's easy enough then you want to use those fancy looking png chess pieces you've made in photoshop, but depending on the device, 1 tile on your chess board
Informacja: 2010-03-16
Czytaj: very basic question about 2d graphics
Re: [android-beginners] Help Needed : MediaRecorder error: java.io.IOException: prepare failed
hi:all ,i'm seeing same issue .can you help me ? 2009/9/8 preetam_pict <preetam.pa...@gmail.com>
Informacja: 2010-03-16
Czytaj: Re: [android-beginners] Help Needed : MediaRecorder error: java.io.IOException: prepare failed