[android-developers] Question about defining selector drawable

2009-02-15 Thread Meryl Silverburgh
Hi, I am trying to setup a selector drawable in my asset file like this: * 2 different images for 'on'/'off' mode in rest mode (i.e. it does not has focus) * another 2 different images for 'on'/'off' mode in focus mode (i.e. it has the focus). In my case, the rest mode works, but the 'focus'

[android-developers] Re: Question about defining selector drawable

2009-02-15 Thread Romain Guy
use state_selected, not focused. On Sun, Feb 15, 2009 at 12:08 AM, Meryl Silverburgh silverburgh.me...@gmail.com wrote: Hi, I am trying to setup a selector drawable in my asset file like this: * 2 different images for 'on'/'off' mode in rest mode (i.e. it does not has focus) * another 2

[android-developers] Re: Setup Merchant Account link now available

2009-02-15 Thread Mariano Kamp
Still, paypal can do it, why can't google checkout? On Sun, Feb 15, 2009 at 4:41 AM, brs bernhard.r.su...@gmail.com wrote: I would suspect that any such restrictions are due to the intricacies of banking regulations in various countries and where Google checkout has a license perform certain

[android-developers] Re: [Split the Android screen into two parts and run 2 applications simultaneously on both screen]

2009-02-15 Thread Dianne Hackborn
The documentation is pretty much the source code. Feel free to look at it, and post questions to the appropriate list (android-platform or android-framework). This is not the appropriate list, so I'll avoid further discussion here. :} On Sat, Feb 14, 2009 at 11:01 PM, Saroj (सरोज)

[android-developers] Re: Idea for non-US/UK developers with paid apps (was Setup Merchant Account link now available)

2009-02-15 Thread shimo...@gmail.com
Hi, I would like to chime in on this. First - this is REALLY frustrating - by the time I can sign in and sellmy apps, the market may be filled with competitors. Now - I dont have any problem with competition - I LOVE competition, and am sure I can make the best app (otherwise I would not be in

[android-developers] Re: Android 1.1_r1 SDK released and developer.android.com launched

2009-02-15 Thread nuno
I am also looking for a solution for this. Please help. On Feb 14, 7:17 pm, Guillaume Perrot guillaume.p...@gmail.com wrote: Sadly, the javadoc is not included in the new android.jar, so we can't have the doc in Eclipse anymore when auto-completing... Is there a way to restore that ? On

[android-developers] Re: Android 1.1_r1 SDK released and developer.android.com launched

2009-02-15 Thread nuno
Is anyone looking into the javadoc issue? On Feb 14, 7:17 pm, Guillaume Perrot guillaume.p...@gmail.com wrote: Sadly, the javadoc is not included in the new android.jar, so we can't have the doc in Eclipse anymore when auto-completing... Is there a way to restore that ? On Feb 14, 12:27 am,

[android-developers] Re: Idea for non-US/UK developers with paid apps (was Setup Merchant Account link now available)

2009-02-15 Thread Mariano Kamp
First - this is REALLY frustrating - by the time I can sign in and sellmy apps, the market may be filled with competitors. and they let me start selling NOW, and accumulate my funds until they can transfer them to me. Amen. On Sun, Feb 15, 2009 at 11:18 AM, shimo...@gmail.com

[android-developers] priced applications. need partner!!!

2009-02-15 Thread AlexK
Hi, Android market launch priced application! wow! But my problem is that priced application registration works only for two countries now - USA and UK. So I'm searching for partner that can be a hop between our company and USA/UK registration. Also I will be very pleasant for any links on

[android-developers] Re: Idea for non-US/UK developers with paid apps (was Setup Merchant Account link now available)

2009-02-15 Thread Sena Gbeckor-Kove
Just set up a UK company. It is very easy and cheap. S On 15 Feb 2009, at 12:09, Mariano Kamp wrote: First - this is REALLY frustrating - by the time I can sign in and sellmy apps, the market may be filled with competitors. and they let me start selling NOW, and accumulate my funds

[android-developers] Re: Idea for non-US/UK developers with paid apps (was Setup Merchant Account link now available)

2009-02-15 Thread shimo...@gmail.com
Hi, Can I do that ? Without being in the UK ? Without a citizenship ? Can you point a tutorial on this ? Shimon On Feb 15, 3:25 pm, Sena Gbeckor-Kove s...@imkon.com wrote: Just set up a UK company. It is very easy and cheap. S On 15 Feb 2009, at 12:09, Mariano Kamp wrote: First -

[android-developers] transparent textures...

2009-02-15 Thread petunio
Hi all I am using opengl for drawing 3d stuff, but so far I've been unable to use transparent textures... this is what I do... does anybody knows what I am missing? Thanks a lot! void initGL() { gl.glEnable(GL10.GL_CULL_FACE); gl.glColor4f(1.0f, 1.0f, 1.0f, 1.0f);

[android-developers] Re: Need some help at testing an Android game

2009-02-15 Thread Jon Colverson
I ran it a few times on my G1 and I got: min: 15, 8, 15 max: 44, 44, 47 avg: 25, 24, 27 The animation is fairly smooth, but there is a brief delay (~100ms) every few seconds caused by garbage collection. On the G1 screen it often looks like there are two bullets in a row when there is only

[android-developers] How to use android:pathPattern attribute in intent filters?

2009-02-15 Thread geometer
Hi, I would like to associate an activity with http links to files of several types. More precisely, I would like to open in my activity all the files with extensions .epub, .fb2 and .fb2.zip. Unfortunately, there is no standard mymetype associated with such files on the Internet. So I would

[android-developers] Re: transparent textures...

2009-02-15 Thread Jon Colverson
On Feb 15, 2:23 pm, petunio juanjosegilmen...@hotmail.com wrote: Hi all I am using opengl for drawing 3d stuff, but so far I've been unable to use transparent textures... You need at least: gl.glEnable(GL10.GL_BLEND); and probably also: gl.glBlendFunc(GL10.GL_SRC_ALPHA,

[android-developers] Re: Playing video in android

2009-02-15 Thread Dave Sparks
Are you looking at the log in DDMS? There must be some log output associated with your application. At the very least, you should see ActivityManager starting and stopping it. You can also add some logging to your code. import android.util.Log; private static final String TAG = MyProgram; Then

[android-developers] Re: hosting apk files on godaddy shared windows hosting

2009-02-15 Thread Josh Dobbs
well apparently godaddy hosting is unwilling to add the mime type for apk files. the response i got from them is below. Thank you for your reply. As previously stated, we are only able to add MIME Types as an application/octet-stream. We will not be able to install the MIME Type that you

[android-developers] Re: hosting apk files on godaddy shared windows hosting

2009-02-15 Thread Mark Murphy
Josh Dobbs wrote: Or does anyone know of a reliable host that does support the mime type? Al Sutton got it working with Amazon S3: http://groups.google.com/group/android-developers/browse_thread/thread/4413db5a224803aa/e1bdfc8d31ec55fd -- Mark Murphy (a Commons Guy) http://commonsware.com

[android-developers] Android Market broken? Can't see the new release of my app in the Android Market?!

2009-02-15 Thread Mariano Kamp
Hi, strange thing. I uploaded a new release of my app. I downloaded the new version from the Market to try it out and I got the new binary, it also state V1.3.0, which is the new version. The description is from the release before that. Very strange. When looking at

[android-developers] WebView.addJavascriptInterface - only String and void supported from Java to Javascript?

2009-02-15 Thread Miguel Paraz
Hi, In the object shared between the Java and Javascript code, it appears that only void and String Java return types are supported. Is this correct? I wanted a method that returns a String[] so that my Javascript could loop over it, but it was never called. I also tried an int, and it wasn't

[android-developers] Re: Alarm Manager forgets repeating alarms?

2009-02-15 Thread Miguel Paraz
On Feb 15, 6:29 am, Mariano Kamp mariano.k...@gmail.com wrote:   This question is a bit strange, but does anybody know about a common gotcha when using the AlarmManager? And not knowing it sometimes leads to the AlarmManger forgetting alarms?   I have a repeating task that runs once an hour.

[android-developers] Re: RTSP and MMS - mediaplayer shenanigans

2009-02-15 Thread Rob Franz
No it's a cookie that you get upon passage of username and login. That auth token is part of the URL that you get when a channel is selected. If you enter that URL into a web browser within Windows, it'll pop up Windows media player and play the URL - I can confirm that. Will see if there's a

[android-developers] Re: Alarm Manager forgets repeating alarms?

2009-02-15 Thread Mariano Kamp
Nope, not until somebody broke into my house and rebooted it during my sleep ;-) The other problem in finding the source of my issue is, that I can't go back very long in the Android log files. My logfile tells me that the alarms weren't fired, but the logfile doesn't contain any more information

[android-developers] Re: Android Market broken? Can't see the new release of my app in the Android Market?!

2009-02-15 Thread Mariano Kamp
After re-publishing the description (see below) things seem to be normal again. I only see installed on a G1 with an old version installed and not the option to upgrade in my downloads, but that might be a cache issue. On Sun, Feb 15, 2009 at 6:03 PM, Mariano Kamp mariano.k...@gmail.comwrote:

[android-developers] Re: Question about defining selector drawable

2009-02-15 Thread Meryl Silverburgh
Thank you. I tried this: item android:state_selected=true android:state_checked=false android:drawable=@drawable/off_focus / item android:state_selected=true android:state_checked=true android:drawable=@drawable/on_focus / But the image still does not switch when my widget has the

[android-developers] java.lang.RuntimeException: Binary XML file line #26: You must supply a layout_height attribute.

2009-02-15 Thread ying lcs
I get the following error in logcat: java.lang.RuntimeException: Binary XML file line #26: You must supply a layout_height attribute. Can you please tell me which xml file that I am missing? And it said 'binary xml', does it mean it is actually line 26 in my file? or it is line 26 in the file

[android-developers] Map not displayed due to Maps_Persistence error

2009-02-15 Thread Immy
Hi, I'm facing a new problem with maps. Only blank tiles get displayed. Here is the log. [syntax=java]02-15 18:21:05.379: INFO/ActivityManager(50): Starting activity: Intent { comp={com.SC.UI/com.SC.UI.MapContacts} } 02-15 18:21:05.737: WARN/Maps_Persistence(1466): Couldn't find file: /

[android-developers] Re: java.lang.RuntimeException: Binary XML file line #26: You must supply a layout_height attribute.

2009-02-15 Thread Mark Murphy
ying lcs wrote: I get the following error in logcat: java.lang.RuntimeException: Binary XML file line #26: You must supply a layout_height attribute. Can you please tell me which xml file that I am missing? You are not missing a file. However, one of your layout XML files has an element

[android-developers] Re: MediaPlayer plays sound but screen is black

2009-02-15 Thread Marco Nelissen
On Sat, Feb 14, 2009 at 9:48 PM, Brendan raven...@gmail.com wrote: Wow, thank you for helping me through this. That was the little last little bit I needed. I finally got the video playing successfully by waiting until surfaceCreated to try calling prepare. Though I have to admit that it

[android-developers] Re: local classes and starting new activity

2009-02-15 Thread automerc
Does any1 have a idea of what i'm doing wrong? On Feb 14, 1:21 pm, automerc bigautosur...@gmail.com wrote: I am having trouble running my application as every time i try to run it the simulator gives me a an error. I looked through the Documentation but I couldn't find anything on user

[android-developers] Re: local classes and starting new activity

2009-02-15 Thread Marco Nelissen
On Sat, Feb 14, 2009 at 10:21 AM, automerc bigautosur...@gmail.com wrote: (...) //starting temp and finishing the current activity Q_end temp = new Q_end(); temp.startActivity(null); That's not how

[android-developers] Re: Android Market broken? Can't see the new release of my app in the Android Market?!

2009-02-15 Thread Mariano Kamp
And it's back to the old version of the description and the new version of the SW (1.3.0). Not sure what to do If you want to see for yourself... Old description: Please remove any old shortcuts before installing V1.2.1. NewsRob Lite is an Android client that provides seamless access to

[android-developers] Re: java.lang.RuntimeException: Binary XML file line #26: You must supply a layout_height attribute.

2009-02-15 Thread Al
Check the file you are passing to setContentView (or whatever file you are using for your view) inside your activity. Line 26 is missing the required attribute. On Feb 15, 5:28 pm, ying lcs ying...@gmail.com wrote: I get the following error in logcat: java.lang.RuntimeException: Binary XML

[android-developers] How to use Webview as a ListItem and have smooth scrolling?

2009-02-15 Thread Chister Nordvik
I am showing a RSS feed in my application using Webview as ListItem and it works great except that it is very sluggish at times. Since I don't know the size of the content then I can't set the height of each Webview and therefore I have the following code (this is the code for a single ListItem):

[android-developers] Re: How to use Webview as a ListItem and have smooth scrolling?

2009-02-15 Thread Romain Guy
Using WebViews inside a ListView is a bad idea. We tried :) The biggest problem is that when you load data inside a WebView, it takes some time to do the parsing/layout and it happens that it is too slow in the case of scrolling a ListView. As for the scrollbars, Cupcake has a solution for it.

[android-developers] Re: java.lang.RuntimeException: Binary XML file line #26: You must supply a layout_height attribute.

2009-02-15 Thread Sergey Ten
This error message means that the layout file for this particular activity does not specify the layout height attribute. I would guess that the LinearLayout height should be set to fill_parent, so that it would consume the entire screen (vertically). Hope that makes sense, Sergey ying lcs

[android-developers] Re: local classes and starting new activity

2009-02-15 Thread automerc
Yea I manage to fix that but it still gives me an error when i ran it. I manage to figure out that its cuase the Forms class instance as every thing run fine when I comment all the code with list and Forms in them. I looked through the notepad example and doesn't seem like I'm doing anything

[android-developers] Re: local classes and starting new activity

2009-02-15 Thread Marco Nelissen
On Sun, Feb 15, 2009 at 1:14 PM, automerc bigautosur...@gmail.com wrote: Yea I manage to fix that but it still gives me an error when i ran what is the error you're getting? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: local classes and starting new activity

2009-02-15 Thread automerc
It says that The application (process application.main)has stopped unexpectedly. Please try again. On Feb 15, 4:29 pm, Marco Nelissen marc...@android.com wrote: On Sun, Feb 15, 2009 at 1:14 PM, automerc bigautosur...@gmail.com wrote: Yea I manage to fix that but it still gives me an error  

[android-developers] Re: local classes and starting new activity

2009-02-15 Thread Marco Nelissen
And what does it say in the log? (use 'adb logcat', or the log panel in the ddms plugin) On Sun, Feb 15, 2009 at 1:43 PM, automerc bigautosur...@gmail.com wrote: It says that The application (process application.main)has stopped unexpectedly. Please try again. On Feb 15, 4:29 pm, Marco

[android-developers] Re: local classes and starting new activity

2009-02-15 Thread automerc
I'm not sure what you mean by log. are you talking about the console on the eclipse? If so its not giving me any errors. On Feb 15, 4:45 pm, Marco Nelissen marc...@android.com wrote: And what does it say in the log? (use 'adb logcat', or the log panel in the ddms plugin) On Sun, Feb 15, 2009

[android-developers] Re: local classes and starting new activity

2009-02-15 Thread Marco Nelissen
I mean the system log. See http://developer.android.com/guide/developing/tools/adb.html#logcat On Sun, Feb 15, 2009 at 1:50 PM, automerc bigautosur...@gmail.com wrote: I'm not sure what you mean by log. are you talking about the console on the eclipse? If so its not giving me any errors.

[android-developers] docs/reference/keywords.html

2009-02-15 Thread Alex B
It seems that keywords.html has been removed from the docs as of 1.1_r1. Even if the developer docs search box was case insensitive (which it isn't), it would not live up to keywords.html. I found keywords.html incredibly useful and would like to request that it gets reincorporated with the

[android-developers] Re: docs/reference/keywords.html

2009-02-15 Thread Mark Murphy
Alex B wrote: It seems that keywords.html has been removed from the docs as of 1.1_r1. Even if the developer docs search box was case insensitive (which it isn't), it would not live up to keywords.html. I found keywords.html incredibly useful and would like to request that it gets

[android-developers] Re: local classes and starting new activity

2009-02-15 Thread automerc
I'm not sure how to use this exactly. I'm running the application on eclipse and there doesn't to be any command to the log, and when I try to run the command on a shell it doesn't work. I figure out that the error is caused when I try to initialize the variable forms. On Feb 15, 4:58 pm,

[android-developers] Re: Alarm Manager forgets repeating alarms?

2009-02-15 Thread Dianne Hackborn
You can't expand the size of the log. You can however use adb shell dumpsys alarm to see the current state of the alarm manager, which might help. On Sun, Feb 15, 2009 at 9:18 AM, Mariano Kamp mariano.k...@gmail.comwrote: Nope, not until somebody broke into my house and rebooted it during my

[android-developers] Is it a bad idea to hardcode the memory card location ?

2009-02-15 Thread j
I don't know of any API that would return the memory card location (e.g. /sdcard on the G1) so I have been hardcoding the sdcard/ directory path in my code . Obviously I want my app to work on G1 and future non-HTC Android phones. How are developers handling the memory directory path?

[android-developers] Re: local classes and starting new activity

2009-02-15 Thread Marco Nelissen
On Sun, Feb 15, 2009 at 2:28 PM, automerc bigautosur...@gmail.com wrote: I'm not sure how to use this exactly. I'm running the application on eclipse and there doesn't to be any command to the log, and when I try to run the command on a shell it doesn't work. I figure out that the error is

[android-developers] Re: Is it a bad idea to hardcode the memory card location ?

2009-02-15 Thread Marco Nelissen
On Sun, Feb 15, 2009 at 2:40 PM, j jac...@gmail.com wrote: I don't know of any API that would return the memory card location Environment.getExternalStorageDirectory() --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: hosting apk files on godaddy shared windows hosting

2009-02-15 Thread JP
Friends don't let friends host on Go Daddy Aren't these people known domain hoarders? Anyway, you'll have to pull your web site off and switch to a hosting service that allows you to set *any* MIME association through the User Control Panel. May cost you a few bucks more though. I'm not going

[android-developers] On android.media.MediaRecorder, can it record the voice of speaker?

2009-02-15 Thread Shawn_Chiu
Hello, buddies It's about android.media.MediaRecorder. I want to implement a feature to record the conversation, both voice from speaker and microphone. But I tried on G1 phone, the MediaRecorder only could record the voice from microphone. I looked into the Android doc, there are only two audio

[android-developers] Android North America 3G

2009-02-15 Thread rarewolf
As interested as I am in Android on my next smart phone, there doesn't seem to be one available with North American 3G (ie, UMTS 850/1900). Which will be the first to have Android ported? HTC Touch Pro, SE Xperia X1a, Toshiba TG01 ... and feel free to before after WMC'09. TIA and cheerios from

[android-developers] EditText (textbox) to String

2009-02-15 Thread Noam
Hello everyone, I have this piece of code which doesn't seem to work. I can't get the EditText to a String. //This is the part before onCreate: public EditText nametext; public String name; //This is after the onCreate (I actually call this method from within onCreate): public void dialog() {

[android-developers] EditText (textbox) to String

2009-02-15 Thread Noam
Hello everyone, I am trying to take an EditText textbox that I set in my XML (named tracknametext) and turn it into a String. What is the code to do this? Thanks, Noam. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Installing applications on SD card

2009-02-15 Thread Jakor
there are design issues with installing apps to sd cards. first is offering a format/partitioning utility to create available space. second would be figureing out which apps to install where. if someone were to release 2 versions of an app like old shareware you would have pirate issues. eg.

[android-developers] Re: Setup Merchant Account link now available

2009-02-15 Thread bouvetloz...@gmail.com
By the end of Q1 2009, we will announce support for developers in additional countries. Probably it means not Q1, but hopefully Q2 for Canada and other countries. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Adding a homepage link

2009-02-15 Thread v.beh...@googlemail.com
Hello , I am new with Android and I`ve already developped a Hello- application,but I don`t know how to add a link to my homepage!!! Does anyone know how to do it? This is my code: package com.android.hello; import android.app.Activity; import android.os.Bundle; import android.widget.TextView;

[android-developers] Screen Lock status of the Android phone

2009-02-15 Thread Saddaf
Is there a way to retrieve the status of the screen lock? Some way of telling what is the current state of the screen, locked or not. Thanks, Saddaf --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Setup Merchant Account link now available

2009-02-15 Thread bouvetloz...@gmail.com
The first page of Checkout registration doesn't strictly require US/UK citizenship, only a contact address in US/UK and a credit card number. Of course I have to pay local taxes using the local rules, but it seems that Google doesn't need my local tax number for the payment. Sure, it's a strange

[android-developers] paintImmediately under Android

2009-02-15 Thread Chaton
Hi, In standard Java, you use repaint() to force the paint() method. paint() method starts after the end of the current method. I explain : public void joueIA() { PosC=1; repaint(); PosL=1; } The paint method will start after the end of joueIA method (after PosC=1

[android-developers] Re: Are you localizing an app? Do you want to be?

2009-02-15 Thread Nox
Sorry that I write here a message,but I`ve already written a few new messages in a new theme,but it doesn`t appear!!! I can´t publish my app,because there´s always an error message : The apk is not properly signed. But how can I sign it??? On 3 Feb., 14:51, Peli peli0...@googlemail.com

[android-developers] Android Marketplace - No App Icon or Images?

2009-02-15 Thread themagazine
I don't see a place to upload an app icon or photos. Is there now way for users to see screens of your app before they buy it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Setup Merchant Account link now available

2009-02-15 Thread Konrad
You are right, I think exactly same. Why there was no information about available countries when I was spending money on developer account and Dev G1 ? On Feb 13, 8:38 pm, Evgeny V evgen...@gmail.com wrote: Why they didn't inform me that the market is actually closed market for me? I believe

[android-developers] Publishing my app

2009-02-15 Thread Nox
Hello, I`ve developed an application,but I don`t know how to upload it into the Android Market!!! If I click to upload there always appers this error message: The apk is not properly signed. But how can I sign it??? With kind regards Nox --~--~-~--~~~---~--~~

[android-developers] Re: App Description Character Limit - 325 Characters?

2009-02-15 Thread themagazine
We can't even put up photos of the app? On Feb 13, 1:23 pm, g1bb corymgibb...@gmail.com wrote: Is there any idea if this will increase in the future? This is extremely limiting. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Sending Emails

2009-02-15 Thread Noam
Hello everyone, I am looking for a way to send an email from a specified email (that I predefine the username, password, etc.) to a different specified email that I have in the string: String email = exam...@domain.com; Thanks, iloveisrael. --~--~-~--~~~---~--~~

[android-developers] Send Email

2009-02-15 Thread Noam
Hello everyone, I am looking for a way to send an email from a specified email (that I predefine the username, password, etc.) to a different specified email that I have in the string: String email = exam...@domain.com; Thanks, Noam. --~--~-~--~~~---~--~~ You

[android-developers] DDMS not displaying processes

2009-02-15 Thread Rye
I've been trying to locate some excessive object creation to deal with hiccuping caused by the garbage collector (any word on upcoming improvements to this, btw?), and have discovered that DDMS is the tool for the job. I shut down eclipse and booted up DDMS, and it finds my device, but lists no

[android-developers] Re: priced applications. need partner!!!

2009-02-15 Thread bouvetloz...@gmail.com
Checkout registration requires a US/UK contact address and a credit card number, so maybe it doesn't require US/UK citizenship. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Idea for non-US/UK developers with paid apps (was Setup Merchant Account link now available)

2009-02-15 Thread Edi
I don't think it's easy for everybody. For example... if you were from Romania (where you can find lots of developers)... you wouldn't be familiar with UK law other legal stuff (taxes, etc.). And you will probably be required to travel a few times just to sort these out. (and it's not such a

[android-developers] About event send function, how to use it

2009-02-15 Thread xia
By using telnet localhost 5554 I connect emulator with telnet, here i use event text 123445, it works well. But event sendEV_KEY:BTN_2 does not work. There is no explanation in the help doc. Anybody knows how to use this funtion? Thanks. --~--~-~--~~~---~--~~

[android-developers] DDMS not displaying processes

2009-02-15 Thread Rye
I've been trying to locate some excessive object creation to deal with hiccuping caused by the garbage collector (any word on upcoming improvements to this, btw?), and have discovered that DDMS is the tool for the job. I shut down eclipse and booted up DDMS, and it finds my device, but lists no

[android-developers] Re: Hidden Contacts

2009-02-15 Thread Chili
Hey Miguel, I was having the same problem. It's not a perfect solution but you can check whether the contact has a name and/or phone number and if not add then don't add them to your list. Just loop through all the items and add items to a List and then use the List to populate you listview.

[android-developers] Re: Problem accessing Google Weather API

2009-02-15 Thread Mateusz Łapsa-Malawski
Same here although I was using it in webapp. On Feb 12, 2:38 pm, Rockingteam androidmai...@gmail.com wrote: Hi, I have an application that uses Google Weather API. The application was working fine till yesterday night and today morning all of sudden am getting an exception that says :

[android-developers] Deleting Incoming SMS???

2009-02-15 Thread Matt Bruce
I have an SMSReceiver that I built to intercept a particular type of SMS that would run a service. That is all working great, however, I would like for this SMS to not show up in the user's inbox. So ideally i would like to delete the SMS on the time of Interception. I have gone through a ton

[android-developers] Intent.ACTION_SEND doesn't work?

2009-02-15 Thread Noam
Hello everyone, When I use this line of code, in the editor, I get an error (Intent.ACTION_SEND cannot be resolved): Intent sendIntent = new Intent(Intent.ACTION_SEND); Why is this happening? Thanks, Noam. --~--~-~--~~~---~--~~ You received this message because

[android-developers] No applications can perform this action.

2009-02-15 Thread Noam Habot
Hello everyone,I get the usual No applications can perform this action. Do I need to install a mail program on the emulator? I have tried the K9 email program, but I have not seen any changes. Are there any other programs out there that could do the same? This is my code: String[] mailto =

[android-developers] Re: what's the Media Button?

2009-02-15 Thread Henning Schaefer
But isn't the MEDIA_BUTTON intent useless, anyway? I tried to hook to it, to absolutely no avail. After trying around for a couple of hours, I decided to compare my source/manifest to the android Music source - then I realized that the receiver class MediaButtonIntentReceiver within the Music

[android-developers] Error when clicking on 'Setup Merchant Account'

2009-02-15 Thread Didier Girard
Here is the message : Oops! An error occurred while processing your request. Does somebody has the same message ? Didier --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Publishing my app

2009-02-15 Thread Viktor Behlau
2009/2/14 Nox v.beh...@googlemail.com Hello, I`ve developed an application,but I don`t know how to upload it into the Android Market!!! If I click to upload there always appers this error message: The apk is not properly signed. But how can I sign it??? With kind regards Nox

[android-developers] sending data

2009-02-15 Thread XXL
hi is it possible to send data to external sources.. like a remote sql server or a remote website? example: make a pic with G1 and send it to a remote db server (via internet)... is there somewhere an example of how to do it? thanks for the info..

[android-developers] Intent.ACTION_SEND doesn't work?

2009-02-15 Thread Omri
Hello everyone, When I use this line of code, in the editor, I get an error (Intent.ACTION_SEND cannot be resolved): Intent sendIntent = new Intent(Intent.ACTION_SEND); Why is this happening? Thanks, Omri. --~--~-~--~~~---~--~~ You received this message because

[android-developers] Status of the android phone screen

2009-02-15 Thread Saddaf
Is there a method to report the status of the screen? Something which tells if the screen is currently locked or not. I have checked the API but have not been able to find anymethod which reports back the status of the screen. Thanks, Saddaf

[android-developers] DDMS does not list processes

2009-02-15 Thread Rye
I've been trying to locate some excessive object creation to deal with hiccuping caused by the garbage collector (any word on upcoming improvements to this, btw?), and have discovered that DDMS is the tool for the job. I shut down eclipse and booted up DDMS, and it finds my device, but lists no

[android-developers] Sending Emails

2009-02-15 Thread Noam
Hello everyone, I am looking for a way to send an email from a specified email (that I predefine the username, password, etc.) to a different specified email that I have in the string: String email = exam...@domain.com; Thanks, iloveisrael. --~--~-~--~~~---~--~~

[android-developers] Capturing HEADSET_PLUG (android.intent.action.HEADSET_PLUG)

2009-02-15 Thread Henning Schaefer
Hi all, yesterday, I spent several hours trying to figure out how to capture the HEADSET_PLUG intent with a BroadcastReceiver. The manifest defines the receiver, with its intent-filter set to action android:name=android.intent.action.HEADSET_PLUG /. The receiver is working correctly (I verified

[android-developers] Re: creating a canvas based on OpenGL

2009-02-15 Thread jburk...@babaroga.com
also, are you calling canvas.setViewport()? On Feb 13, 7:20 pm, petunio juanjosegilmen...@hotmail.com wrote: Hi I am writing an application that uses both 2D and 3D. For the 3D part I use OpenGL, and for the 2D part, I do: Drawable.draw (myCanvas); There is a desynchronization between

[android-developers] Re: creating a canvas based on OpenGL

2009-02-15 Thread johnburkert.babar...@gmail.com
i am interested in this also, but haven't spent any time on it. just some thoughts... are you making all the usual gl calls? like clearing your buffers, setting up your view and projection, enabling textures and then flipping the buffer at the end... repost if you find any resolution. On Feb 13,

[android-developers] Re: creating a canvas based on OpenGL

2009-02-15 Thread sylvestercaro...@gmail.com
Have you set bounds before the draw? a drawable will not draw unless set bounds has been called. On Feb 13, 8:20 pm, petunio juanjosegilmen...@hotmail.com wrote: Hi I am writing an application that uses both 2D and 3D. For the 3D part I use OpenGL, and for the 2D part, I do: Drawable.draw

[android-developers] Send Email (Not from User's Account)

2009-02-15 Thread Noam
Hello everyone, I am looking for a way to send an email from a specified email (that I predefine the username, password, etc.) to a different specified email that I have in the string: String email = exam...@domain.com; Thanks, Noam. --~--~-~--~~~---~--~~ You

[android-developers] post moderated ?

2009-02-15 Thread Arnaud Bourdier
Hi, I posted a new discussion at about 00h10 : 15 Fev 2009. It talk about paintImmediately under Android. I don't see my post. Do you moderated it or am I a idiot (I don't understand Google Group Ergonomy) ? Thanks for all. Chaton. --~--~-~--~~~---~--~~ You

[android-developers] Publishing my app

2009-02-15 Thread Nox
Hello, I`ve developed an application,but I don`t know how to upload it into the Android Market!!! If I click to upload there always appers this error message: The apk is not properly signed. But how can I sign it??? With kind regards Nox

[android-developers] No applications can perform this action. error

2009-02-15 Thread Noam Habot
Hello everyone,I am using this code to send an email (with no errors in eclipse), but when I run it in the emulator, I get the No applications can perform this action. error. String[] mailto = {prefemail}; // Create a new Intent to send messages Intent sendIntent = new

[android-developers] No applications can perform this action. error.

2009-02-15 Thread Noam
Hello everyone, I am using this code to send an email (with no errors in eclipse), but when I run it in the emulator, I get the No applications can perform this action. error. String[] mailto = {prefemail}; // Create a new Intent to send messages Intent sendIntent = new

[android-developers] Re: On android.media.MediaRecorder, can it record the voice of speaker?

2009-02-15 Thread Dave Sparks
The G1 does not support recording uplink or downlink audio. On Feb 14, 6:20 am, Shawn_Chiu qiuping...@gmail.com wrote: Hello, buddies It's about android.media.MediaRecorder. I want to implement a feature to record the conversation, both voice from speaker and microphone. But I tried on G1

[android-developers] Re: sending data

2009-02-15 Thread Mark Murphy
XXL wrote: is it possible to send data to external sources.. like a remote sql server or a remote website? Yes, though you may find using HTTP to publish to a Web service to be easiest. is there somewhere an example of how to do it? Android includes the standard Java HttpUrlConnection class

[android-developers] Re: what's the Media Button?

2009-02-15 Thread Marco Nelissen
This is intentional. You want the app that actually handles the button to not propagate it further. Otherwise you install, say, another music player that also uses this button, you press the button, and now both of them start playing. If you want to use the button in your app, you need to give

[android-developers] Re: local classes and starting new activity

2009-02-15 Thread automerc
That was the problem. Thank you On Feb 15, 5:49 pm, Marco Nelissen marc...@android.com wrote: On Sun, Feb 15, 2009 at 2:28 PM, automerc bigautosur...@gmail.com wrote: I'm not sure how to use this exactly. I'm running the application on eclipse and there doesn't to be any command to the

[android-developers] Android Developer Console and the Market - Several Issues

2009-02-15 Thread Koush
The Android Developer Console doesn't allow me to unpublish my previously published applications. I thought it may be a browser/ javascript issue, but I tried several browsers with no luck. In addition, the applications I've published that are not free do not show up on the Market.

[android-developers] Re: Android Developer Console and the Market - Several Issues

2009-02-15 Thread snctln
Paid apps will not show up on the market for a few days (I believe the official date is mid next week). Only a handful of people (the google android team and select beta testers) have access to the paid apps right now. Not sure why you can't unpublish your app though, I to am having problems

  1   2   >