[android-developers] GeoCoder.getFromLocationName always return null??

2009-10-05 Thread tstanly
hi all, I used GeoCoder.getFromLocationName for resoved address to GeoPoint, it will return true in the emulator,but null on my machine. the simple code I post bellow.. is anyboy knows about this issue? thanks! == Geocoder mGeocoder = new Geocoder

[android-developers] Re: How does Android compute yaw,pitch,roll???

2009-10-05 Thread Lance Nanek
SensorManager's getRotationMatrix() and getOrientation() methods are interesting to look at. You can see their implementation here:

[android-developers] Update to 1.6 stops some ADC2 apps from working

2009-10-05 Thread bellapariah
I just got the 1.6 download and found out my ADC2 app is not working anymore. Works fine on 1.5 but people with 1.6 can't log in. Guess that explains the sudden drop in new accounts being created (We got around 70 testers before numbers plummeted to 5 to 6 over the weekend). :( If Google planned

[android-developers] Re: How to set button background color?

2009-10-05 Thread Nicholas Key
On Oct 4, 8:40 pm, Mark Murphy mmur...@commonsware.com wrote: I have a question about setting thebackgroundcolorfor buttons. When I am using btn.setBackgroundColor(Color.RED), the entire button turns into a red rectangle. Correct. Is there actually a workaround to achieve this?

[android-developers] Re: Trying to get Javascript on Android

2009-10-05 Thread ebisudave
After much looking around on the subject, it is far from clear how I can get my slider to respond to a touch event. I have attempted to modify the YUI slider code as follows. What might be going wrong? Also, please note, I am a total JavaScript beginner. Not only is the code cobbled together

[android-developers] Re: Listen from google labs

2009-10-05 Thread Cédric Berger
On Sun, Oct 4, 2009 at 3:36 PM, Andrei gml...@gmail.com wrote: When I do adb logcat I see debug messages from Google Labs Listen app I thought they recommend we remove debug logs for release. They also print my email in log, which might be security problem? So questions raised are : - how

[android-developers] Re: Samsung Galaxy isn´t workin g after update - whole system error!!!

2009-10-05 Thread Cédric Berger
On Sat, Oct 3, 2009 at 18:25, Nox v.beh...@googlemail.com wrote: Hi everybody, A few minutes ago I have updated my Samsung Galaxy with the New PC Studio for Germany (not Android 1.6!!!). What did you update ? Whole android version ? Do you know what to do now??? Can't you try to redo

[android-developers] Sound engine performance

2009-10-05 Thread Zuli
Hi, I am working on an app that uses the SoundPool class to play sounds. Basically every n milliseconds I need to play up to 16 sounds and I need this to be as steady as possible. The best solution I found so far is to use a java.util.Timer and the scheduleAtFixedRate method (setting also a

[android-developers] Internet radio+source code

2009-10-05 Thread sany
Hi all, I want to develop Internet Radio on android using the Shoutcast server... Are there some Android API's for the same? Plz help! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Is this possible: Capturing Audio while video is being played?

2009-10-05 Thread Atif Gulzar
Hi all, Can I capture the audio through microphone while video is being played? 2ndly can I capture the touch events on video? (by developing my own video player) Thanks -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ --~--~-~--~~~---~--~~ You

[android-developers] Status bar notifications only for touch screens ?

2009-10-05 Thread Android Development
I was creating a status bar notification in my application. Once the notification was received, i had to drag the upper part of the screen to view it fully and then clicked on it. What if the phone does not have a touch screen ? How will the user bring the status bar notification's content into

[android-developers] [SDK1.5_r3] GridView onItemClick selects item #0

2009-10-05 Thread Luc
Hi all, I've experienced a possible bug on the GridView class. In a project I've got a GridView which is filled with TextView's. A class which implements the OnItemClickListener and OnItemSelectedListener. When an item in the GridView is clicked, the onItemClick functions receives the control,

[android-developers] [SDK1.5_r3] GridView onItemClick selects item #0

2009-10-05 Thread Luc
Hi all, I've experienced a possible bug on the GridView class. In a project I've got a GridView which is filled with TextView's. A class which implements the OnItemClickListener and OnItemSelectedListener. When an item in the GridView is clicked, the onItemClick functions receives the control,

[android-developers] [SDK1.5_r3] GridView onItemClick selects item #0

2009-10-05 Thread Luc
Hi all, I've experienced a possible bug on the GridView class. In a project I've got a GridView which is filled with TextView's. A class which implements the OnItemClickListener and OnItemSelectedListener. When an item in the GridView is clicked, the onItemClick functions receives the control,

[android-developers] Subfolders in the res/drawable

2009-10-05 Thread poncz
Hi, Is it possible to have subfolders in the /res/drawable directory. I would like my resources to be orgenized in a tree view and not in a flat dir. If it is possible so how do I reference the resource from the code? Thanks, --~--~-~--~~~---~--~~ You received

[android-developers] Re: using SKIA canvas in native code, SimpleJNI hack.

2009-10-05 Thread siva
You are right Dianne in way, Also, I believe the OEMs can use such an architecture, right? It's actually the OEM that is going to provide update and they make sure it works with the update. We have been debating this question, what one should do if one has to get best fps on a given hardware,

[android-developers] Re: Update to 1.6 stops some ADC2 apps from working

2009-10-05 Thread julianc
I guess I've got exactly the same problem. The original app works fine with 1.5. Have released a fix for 1.6 after some early adopters reported problems, so the current version on the Marketplace works fines with 1.6. However the patch was released after the ADC2 app was submitted which means

[android-developers] Re: Update to 1.6 stops some ADC2 apps from working

2009-10-05 Thread julianc
Presumably, this shouldn't be a problem as the contest rules specify 1.5 as the target platform. Anyone from Google care to comment? On Oct 5, 11:54 am, julianc julian.coom...@googlemail.com wrote: I guess I've got exactly the same problem. The original app works fine with 1.5. Have released a

[android-developers] Get the phone credentials to use Google Calendar API

2009-10-05 Thread AntoniMG
Hello, I want to make an application who write events in the google calendar based on informations that it gets. Ive achieved to make an applicattion that do this, but you have to introduce your gmail account and password every time, I want to know if theres any way to get it from the account

[android-developers] How to take snapshots (Screen shots) of a web page

2009-10-05 Thread Umesh
Hi all, I want to implement a functionality, wherein I need to take a snapshot (Screen Shot) of a web page opened in android browser, and store that image on sdcard . The image can be either in jpeg or png format. Can some one guide me with a piece of sample code as how to accomplish this.

[android-developers] DatePicker and calender in android ?

2009-10-05 Thread Mohsin Yasin
1. First of all i want to know that there is any control(View) in android for DatePicker just like traditional Calender look, remember i m not discussing android built in DatePicker control. 2. i used DialogDatePicker its working best, but when i use builtIn android DatePicker Control (view)

[android-developers] Question about drawing caches in the new SDK

2009-10-05 Thread Deren
I have a ViewGroup where I re-layout the children very often (using child.layout since I need to change the size). Now, of course I'd like to use drawing-cache to speed things up. I noted, in the new SDK, that View.getDrawingCache has an autoscale argument, which will be invoked with

[android-developers] Re: Question about drawing caches in the new SDK

2009-10-05 Thread Deren
I guess my real question is: Can I keep the drawing cache for my View, even if I call onLayout on it? --~--~-~--~~~---~--~~ 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] time of outgoing SMS

2009-10-05 Thread Honest
Hello, I am fetching Sent SMS from application. But i am not able to get the time on which that SMS sent. I am getting the following things. Can some one tell me how can i uniquely identify each SMS by the following field ? My purpose with the time is to uniquely identify sent sms but is there

[android-developers] Re: Returning a value from TabActivity.

2009-10-05 Thread Moma
Bump. --~--~-~--~~~---~--~~ 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] how to set button's x y position in layout

2009-10-05 Thread zeeshan
Hi Dear, i am trying to display a linear layout , say at setpadding (10,10,0,0); now i need to put some buttons at particular xy position in layout. Button button = new Button(_context); button.setPadding(xposition, yposition, 0, 0); layout.addView(button); button position doesn't seem to

[android-developers] Is it possible to create custom theme?

2009-10-05 Thread Karthik P
Is it possible to create custom theme? And give its properties such as window type, background color, font size, etc? Karthik --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: DatePicker and calender in android ?

2009-10-05 Thread Mark Murphy
1. First of all i want to know that there is any control(View) in android for DatePicker just like traditional Calender look, remember i m not discussing android built in DatePicker control. No. 2. i used DialogDatePicker its working best, but when i use builtIn android DatePicker

[android-developers] Re: Is it possible to create custom theme?

2009-10-05 Thread nisha.devit
Yeah, it is possible... On Mon, Oct 5, 2009 at 6:09 AM, Karthik P karthi...@gmail.com wrote: Is it possible to create custom theme? And give its properties such as window type, background color, font size, etc? Karthik -- Regards, Nisha

[android-developers] Re: How to take snapshots (Screen shots) of a web page

2009-10-05 Thread AJ
Hi Umesh, check the following link http://groups.google.com/group/android-discuss/browse_thread/thread/c7891cac8225505/8bde5eab18ef05c0?lnk=gstq=screenshot#8bde5eab18ef05c0 Thanks, AJ On Oct 5, 4:25 pm, Umesh javaumesh-andr...@yahoo.co.in wrote: Hi all, I want to implement a

[android-developers] Re: Subfolders in the res/drawable

2009-10-05 Thread Mark Murphy
Is it possible to have subfolders in the /res/drawable directory. Unfortunately, no. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: Is it possible to create custom theme?

2009-10-05 Thread Karthik P
Please let me know how do I achieve it. On Mon, Oct 5, 2009 at 6:40 PM, nisha.devit nisha.de...@gmail.com wrote: Yeah, it is possible... On Mon, Oct 5, 2009 at 6:09 AM, Karthik P karthi...@gmail.com wrote: Is it possible to create custom theme? And give its properties such as window type,

[android-developers] Re: How to take snapshots (Screen shots) of a web page

2009-10-05 Thread AJ
This would work fine if you take snapshot of visible portion of webpage. Thanks, AJ On Oct 5, 6:11 pm, AJ ajeet.invinci...@gmail.com wrote: Hi Umesh, check the following link http://groups.google.com/group/android-discuss/browse_thread/thread/c... Thanks, AJ On Oct 5, 4:25 pm, Umesh

[android-developers] Re: How to set button background color?

2009-10-05 Thread Mark Murphy
On Oct 4, 8:40 pm, Mark Murphy mmur...@commonsware.com wrote: I have a question about setting thebackgroundcolorfor buttons. When I am using btn.setBackgroundColor(Color.RED), the entire button turns into a red rectangle. Correct. Is there actually a workaround to achieve this? What

[android-developers] Re: Is it possible to create custom theme?

2009-10-05 Thread AJ
check http://developer.android.com/guide/topics/ui/themes.html http://www.anddev.org/applying_a_theme_to_your_application-t817.html Thanks AJ On Oct 5, 6:15 pm, Karthik P karthi...@gmail.com wrote: Please let me know how do I achieve it. On Mon, Oct 5, 2009 at 6:40 PM, nisha.devit

[android-developers] Re: Subfolders in the res/drawable

2009-10-05 Thread AJ
that's sad AJ On Oct 5, 6:11 pm, Mark Murphy mmur...@commonsware.com wrote: Is it possible to have subfolders in the /res/drawable directory. Unfortunately, no. -- Mark Murphy (a Commons Guy)http://commonsware.com Android App Developer Books:http://commonsware.com/books.html

[android-developers] nisha-gmap

2009-10-05 Thread nisha.devit
how to search custom locations on gmap? -- Regards, Nisha --~--~-~--~~~---~--~~ 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

[android-developers] nisha-gmap

2009-10-05 Thread nisha.devit
it's urgent. Let me know if anyone knows -- Regards, Nisha --~--~-~--~~~---~--~~ 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

[android-developers] Re: is it possible to use JUnit4 for testing android apps ?

2009-10-05 Thread Fred Grott(Android Expert)
junit test libs are included on the Android Platform. You do not include a 3rd party library to enable. On Oct 3, 4:58 pm, Cyryl Płotnicki-Chudyk sharph...@gmail.com wrote: I got 'no JUnit3 tests' info when trying to use JUnit4-only tests under android 1.6

[android-developers] Is it possible for me to create a custom window like android:windowNoTitle

2009-10-05 Thread Karthik P
Any idea how do I create a custom window like android:windowNoTitle or android:Dialog? Karthik --~--~-~--~~~---~--~~ 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] Re: Is it possible to create custom theme?

2009-10-05 Thread skink
On Oct 5, 3:09 pm, Karthik P karthi...@gmail.com wrote: Is it possible to create custom theme? And give its properties such as window type, background color, font size, etc? Karthik sure it is, see: http://www.anddev.org/viewtopic.php?p=15304#15304 pskink

[android-developers] How Do You Disable Hero's Auto-Dimming Feature

2009-10-05 Thread bklik
I'm getting a lot of requests by users of my flashlight application, that they want me to disable the HTC Hero's automatic dimming feature that works off the light sensor. How do you disable it through code? Or, isn't there a way? Brenton --~--~-~--~~~---~--~~

[android-developers] Question on task affinites

2009-10-05 Thread for android
Here's my requirement: I need to start an Theme Dialog activity from a widget.From this widget I need to start another activity from another application and get the result from there to be used in the Theme Dialog activity. Now if I have the application in standard mode,then this activities

[android-developers] Re: how to set button's x y position in layout

2009-10-05 Thread zeeshan
can anybody help ? waiting for the reply On Oct 5, 2:04 pm, zeeshan genx...@gmail.com wrote: Hi Dear, i am trying to display a linear layout , say at setpadding (10,10,0,0); now i need to put some buttons at particular xy position in layout. Button button = new Button(_context);

[android-developers] Re: OpenGL ES flickering problems - double buffered?

2009-10-05 Thread Jeremy Slade
I'm definitely not getting anywhere close to that limit (GL_MAX_ELEMENTS_VERTICES). I'm pretty close to a root cause for at least a large percentage of the flickering events... It has something to do with my thread synchronization, but it's not obvious to me how it causes the flicker. I have

[android-developers] SDK 1.6 AVD layout orientation

2009-10-05 Thread Hyperjetta
Ok, I've updatd the SDK and plugins...created a new AVD and everything seems fine...except once i toggle into landscape mode in the HVGA skin my mouse and emulator controls don't get switched into this new mode. (example scrolling the mouse wheel up or down causes the screen to scroll left of

[android-developers] Re: sdk 1.6 issues

2009-10-05 Thread Hyperjetta
Thank you both. Everything's working properly now. On Oct 5, 12:45 am, JoaJP joachim.pfeif...@gmail.com wrote: I've spent a good evening or so to get my code in shape for 1.5. You should find the relevant changes in the release notes, although if I remember correctly I had to work through

[android-developers] Re: mapview key problems

2009-10-05 Thread ian
Thanks for the comment. Yes I followed those steps over and over. I do need a new API key for the new machine but seem to have hit a problem I can't resolve. I wonder if one can apply too many times, or be blocked for some other reason. Google returns what appears to be a working key. Maybe

[android-developers] Re: TMobile myFaves (com.tmobile.myfaves) is tied heavily into Android Framework?

2009-10-05 Thread justinh
Are there any other carriers that share the acore process like this in their builds? On Oct 2, 8:17 pm, Romain Guy romain...@google.com wrote: For technical reasons (that I don't remember) we had to use myFaves as the contacts provider and make it run in acore. This is specific **only** to

[android-developers] Re: using SKIA canvas in native code, SimpleJNI hack.

2009-10-05 Thread siva
Dianne, to be more specific, I work for an OEM application development, how do I provide my renderer like SWF or FLV through MediaPlayer framework. Is it something I can plug my renderer into Surfaceflinger? Regards Siva On Oct 5, 3:45 pm, siva siva...@gmail.com wrote: You are right Dianne in

[android-developers] Re: using SKIA canvas in native code, SimpleJNI hack.

2009-10-05 Thread Mark Murphy
Dianne, to be more specific, I work for an OEM application development, how do I provide my renderer like SWF or FLV through MediaPlayer framework. Is it something I can plug my renderer into Surfaceflinger? You will get better support for this in [android-porting], or perhaps

[android-developers] Re: mapview key problems

2009-10-05 Thread ian
You know, I think this could be a virus problem blocking my access to the google site. I'm running a scan for Conficket now On Oct 5, 11:52 am, ian stilbit...@gmail.com wrote: Thanks for the comment. Yes I followed those steps over and over. I do need a new API key for the new machine

[android-developers] Re: using SKIA canvas in native code, SimpleJNI hack.

2009-10-05 Thread siva
Thanks Mark for the info, about contributing back to open source, certainly, except for the proprietary codec. Regards Siva On Oct 5, 8:07 pm, Mark Murphy mmur...@commonsware.com wrote: Dianne, to be more specific, I work for an OEM application development, how do I provide my renderer like

[android-developers] Android as a Universal Remote for CE/HA?

2009-10-05 Thread Jed
Hi All, I'm wondering if there's any universal remote-ware for consumer electronics/home automation being developed in the Android ecosystem? Does anyone know of anything under way or a related Linux project that could be re-adapted for Android? If you look at the attached rough diagram I'm

[android-developers] Re: Question on task affinites

2009-10-05 Thread Guru
Thanks I got the required functionality from Music Player application : !-- This is the current music playing panel, which has special launch behavior. We clear its task affinity, so it will not be associated with the main media task and if launched from a notification will not bring the rest of

[android-developers] Re: Setting Focus

2009-10-05 Thread Tom
Hi, I'm looking for the same thing. Best regards --~--~-~--~~~---~--~~ 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

[android-developers] Any guidance for values to use for MenuItem.setShortcut(...) ?

2009-10-05 Thread RichardC
Are there any guidance notes for what values to use when setting menu item shortcuts via MenuItem.setShortcut(...). I have done a search and not been able to find any. I was thinking that there might be recommended keys for common actions like “search”, “settings”, “add new” etc. to keep the

[android-developers] Re: OpenGL ES flickering problems - double buffered?

2009-10-05 Thread RichardC
Have you tried adding sleep(32) (or sleep(16), you need to experiment with the values) to your on onTouchEvent handler? There is a known issue with the GUI thread being bombarded with touch events when the user touches the screen. The effect of these events can be to starve your other threads

[android-developers] Re: How Do You Disable Hero's Auto-Dimming Feature

2009-10-05 Thread Dianne Hackborn
You -should- be able to through the normal API, setting the brightness of the screen for the window. However, I know of at least one upcoming device where this won't work when auto-brightness is turned on, and Hero may have that same problem. For the device I know of, we need to do some work in

[android-developers] Re: How Do You Disable Hero's Auto-Dimming Feature

2009-10-05 Thread Yusuf Saib (T-Mobile USA)
http://developer.android.com/reference/android/os/PowerManager.html#SCREEN_BRIGHT_WAKE_LOCK Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of

[android-developers] AdSense for Mobile Apps

2009-10-05 Thread polyclefsoftware
Just wondering if anyone else here is participating in AdSense for Mobile Apps beta. As far as I know, there is no dedicated list for devs currently using the program. I'd be interested in comparing notes/ strategies. Anyone else interested and enrolled in the beta?

[android-developers] Re: How to take snapshots (Screen shots) of a web page

2009-10-05 Thread Umesh
Hi Ajit, Thanks a lot, this proved to be really a worth while information. Umesh. From: AJ ajeet.invinci...@gmail.com To: Android Developers android-developers@googlegroups.com Sent: Mon, 5 October, 2009 6:45:48 PM Subject: [android-developers] Re: How to

[android-developers] Re: How Do You Disable Hero's Auto-Dimming Feature

2009-10-05 Thread Dianne Hackborn
This actually does something different -- it prevent the screen from going into the dim right before going to sleep state. What the original posted wanted was to force the screen to be full bright (defeat the automatic brightness control, or override the user's current brightness setting), which

[android-developers] Re: Status bar notifications only for touch screens ?

2009-10-05 Thread Dianne Hackborn
Android currently requires a touch screen. If someone makes a phone without a touch screen, they can come up with whatever way they want to get at the notifications. Either way, you can always get to them by going home and selecting notifications from the menu, though obviously this is less than

[android-developers] test

2009-10-05 Thread Auguste Lunang
--~--~-~--~~~---~--~~ 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] VOIP Media Stack

2009-10-05 Thread milan
Hi, Does anybody knows whether there are plans for Android to add a VOIP media stack into platform? By media stack I mean audio engine that handles: Acoustic Echo Cancellation/Suppression, noise filtering, handling audio sampling/playing (and possibly RTP streams as well) ? I know Windows CE and

[android-developers] package name vs. app_name

2009-10-05 Thread ber4444
Hello, I wanna install the same app twice, with different app_name and resources. Is it possible to do that with keeping the same package name? If not (as it seems), what needs to be changed in order to not get an INSTALL_FAILED_ALREADY_EXISTS Thanks! G.

[android-developers] JNI_CreateJavaVM link error,can't find reference of JNI_CreateJavaVM

2009-10-05 Thread ImRudy
HI,All I hava write a application with function JNI_CreateJavaVM.It 's all ok when compile,but link can't find the JNI_CreateJavaVM method. (jint res = JNI_CreateJavaVM(jvm,env,vm_args);) The stand java application use the jvm.lib when link,but It seems there is no file named jvm.lib in

[android-developers] maps

2009-10-05 Thread android
prejudice would like to implement the search function of Google Maps for Android by --~--~-~--~~~---~--~~ 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] Re: VM crash

2009-10-05 Thread Florian Echtler
Yes it is a reproducible case. Exact content of the log change but it always finish by logcat read: Invalid argument and I need to restart the mobile to be able to read any log again. It seems that something is getting twisted up in the logging. This really seems like a bug, but there is a

[android-developers] Making phone call using the Android SDK 1.6

2009-10-05 Thread AndroidBeginner
Hi all, I am a total newbie in Android and want to develop an application which need to make phone call using the API. I googled around and find that the open SDK didn't support making phonecalls. All the function required to make phone call have been put inside com.android.internal.telephony,

[android-developers] maps

2009-10-05 Thread android
I have to close the map and see what I have to write an interface in Java code thanks --~--~-~--~~~---~--~~ 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] How to send POST request directly from WebView

2009-10-05 Thread matiam
Hi there, is it possible to send Http Post requests directly from a WebView? I don't see anything like that in the reference. I have to access some sites which want their parameters via Post. The solution of loading the contents via HttpClient and then copying that into the WebView via

[android-developers] Should I use Local Service Binding ?

2009-10-05 Thread Tim
Hello, I am very new beginner, and I am designing a small application as below. - After a user starts the application, he/she can click the start button to start a background task. (e.g. retrieving the news headlines periodically, then do something...) - Even after the user quits the

[android-developers] DEVELOPMENT CLIENT FOR WEB-SERVICES ON ANDROID

2009-10-05 Thread luca
Hi guys, i need an expert about android. I have to develop a framework to create clients for web-services on android. I thought to write a mapping from wsdl to java, but now i think is more usable to develop it through some tools like axis. After have developed my web services, i tried to develop

[android-developers] User Defined Intend actions

2009-10-05 Thread Shobha
Hi All, Is it possible to pass user defined Intend actions? That is instead of using predefined Intend actions like ACTION_MAIN can I create my own action and use it in my code? If so how do I do that? I have been surfing for this detail for long but dint find anything useful. Can any of u

[android-developers] How do I change the default location of all the AVD files (including the .ini)?

2009-10-05 Thread Håkan
My emulator is giving me the Weird, the AVD's config.ini file is malformed. Try re-creating it. error message. Through some searching on this mailing list I found the answer why, it's my path to the .android folder that is containing non-standard characters since my name is Håkan. How do I move

[android-developers] Re: Samsung Galaxy isn´t workin g after update - whole system error!!!

2009-10-05 Thread Florian Echtler
There always appers an error message that process com.android.phone has stopped unexpectedly. Normaly( when I bought this phone ) I was able to tap to Wait, but now there is no way to do it. Now I can only tap to close but then it cuttes all my conections. This wouldn´t be the problem if it

[android-developers] interfacce

2009-10-05 Thread android
I recall a prejudice interface that is in a class in a switch but how do I nn I can do? --~--~-~--~~~---~--~~ 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] I want to connect my emulator to server and transfer data from it

2009-10-05 Thread santhu
Hi All, I want an android application so that it can connect to emulator and transfer that from it. please let me know how to proceed in that. i have done through the socket but i am getting exception in that. please if u find any code or website let me know. Thanks in advance

[android-developers] Ho to set TextView border from code?

2009-10-05 Thread Sloth
Hi group members, I have a question about setting the border for TextView from code. Is there actually a workaround to achieve this? Thanks, Sloth --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] api key

2009-10-05 Thread android
I put the API key in the code and in XML but does not make me see the maps which could be the problem??? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Integrating G729 codec in mjsip

2009-10-05 Thread Mohammad Siddiqui
Hi All i am developing a VoIP client for android using the mjsip any one have the idea about integrating the G729 codec with mjsip thanks in advanced --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] AdMobExample no visibility ad

2009-10-05 Thread erick nicolas
Hi I don't understand why my app don't show test ad. It's only show text view. Here is: -layout FrameLayout xmlns:android=http://schemas.android.com/apk/res/android; xmlns:app=http://schemas.android.com/apk/res/org.ifies.android; android:layout_width=fill_parent

[android-developers] Re: Status bar notifications only for touch screens ?

2009-10-05 Thread Romain Guy
It's possible to access the notifications without a touch screen though. Home Menu Notifications. On Mon, Oct 5, 2009 at 10:08 AM, Dianne Hackborn hack...@android.com wrote: Android currently requires a touch screen.  If someone makes a phone without a touch screen, they can come up with

[android-developers] Re: Gestures and ListView (as seen in a keynote of Google I/O)

2009-10-05 Thread Marc Reichelt
Hi again, if anyone has the same question like I had: http://android-developers.blogspot.com/2009/10/gestures-on-android-16.html answers it. Great thanks to Romain Guy! Regards Marc Reichelt || http://www.marcreichelt.de/ On 1 Okt., 15:32, Marc Reichelt mcreich...@googlemail.com wrote:

[android-developers] Re: package name vs. app_name

2009-10-05 Thread James Yum
Hi G., You need to change the package name. Cheers, James On Mon, Oct 5, 2009 at 5:44 AM, ber gabor.berenyi...@gmail.com wrote: Hello, I wanna install the same app twice, with different app_name and resources. Is it possible to do that with keeping the same package name? If not (as it

[android-developers] Re: How Do You Disable Hero's Auto-Dimming Feature

2009-10-05 Thread bklik
Thanks Dianne, I'm using a wake lock to prevent it from sleeping and dimming after the default 30 seconds, and I'm using the brightness API from Android 1.5 to adjust brightness. It looks like the HTC Hero is experiencing the problem you are talking about. Thanks for getting back to be so

[android-developers] MOTODEV Studio vs. Google plugin

2009-10-05 Thread droidin.net
Is anybody have any advice, experience, suggestions? I'm pretty comfortable with Google plugin - what would make me change to MOTODEV? Needless to say - I will download and play with it but I'm also interested in fellow developer's feedback. --~--~-~--~~~---~--~~

[android-developers] Making phone call using the Android SDK 1.6

2009-10-05 Thread Konrad Pietzka
Hi, yes you can: this code line makes a phone call to a given number: startActivityForResult(new Intent(Intent.ACTION_CALL, Uri.parse(tel:+0)), 1); Do not forget to give permission to excute a phone call by adding following to the AndroidManifest.xml: uses-permission

[android-developers] Re: Running camera android Emulator

2009-10-05 Thread Mohith K M
@shobhit,Thanks for Your reply; I have tried it with HttpCamera with help of webcam2000; But no successes ; Actually am begginer in Android programming, I tried like u mentioned(thread run from Activity Method), from NyARToolkitAndroid (http://en.sourceforge.jp/projects/nyartoolkit/

[android-developers] Re: User Defined Intend actions

2009-10-05 Thread RichardC
See notepad in the samples that came with the SDK android-sdk-windows-1.6_r1\platforms\android-1.6\samples\NotePad and also http://developer.android.com/guide/topics/providers/content-providers.html -- RichardC On Oct 5, 8:24 am, Shobha meet.sho...@gmail.com wrote: Hi All, Is it possible to

[android-developers] Re: Sound engine performance

2009-10-05 Thread Robert Green
Set a sound trigger schedule in milliseconds. There are many ways to model it. Use whatever you're most comfortable with. The key elements are what sound to trigger and when to trigger it. I wouldn't use absolute time. I'd make it relative to something so that you can pause and resume and

[android-developers] Re: how to set button's x y position in layout

2009-10-05 Thread James Yum
Hi, You could use an AbsoluteLayout and specify android:layout_x and android:layout_y in the children. However, AbsoluteLayouts aren't commonly used. Are the buttons really positioned in some arbitrary location? If they are just a few pixels away from a corner or edge or some sort of anchor,

[android-developers] Re: Should I use Local Service Binding ?

2009-10-05 Thread Dianne Hackborn
If it's for a periodic operation, please consider basing this on Alarm Service, rather than leaving your app running all of the time consuming resources. On Sun, Oct 4, 2009 at 10:58 PM, Tim vkan...@gmail.com wrote: Hello, I am very new beginner, and I am designing a small application as

[android-developers] Re: OpenGL ES flickering problems - double buffered?

2009-10-05 Thread Robert Green
I just thought of something. You said your logic thread sleeps? Are you using RENDERMODE_CONTINUOUSLY? Here's a shot in the dark. I feel like your renderer isn't clearing the color buffer and isn't drawing anything, and that maybe happens when there's a certain state of the logic thread

[android-developers] Re: Update to 1.6 stops some ADC2 apps from working

2009-10-05 Thread bellapariah
Someone from Google please comment or at least give contact info! My issue has to do with one of Google's API changes for 1.6 so it isn't even a programming error on my part. I'm sure my ADC2 entry will get low scores from everyone that upgrades to 1.6 since they can no longer join rooms (calling

[android-developers] Re: Sound engine performance

2009-10-05 Thread niko20
Honestly, the only way to get 100% accuracy is to mix the sounds internally yourself. This is what Electrum Drum machine does. It then feeds the sound to the AudioTrack class. However, due to the CPU needed, it limits how many sounds you can mix at once of course. -niko On Oct 5, 1:32 pm,

[android-developers] Re: AudioTrack sanity test

2009-10-05 Thread niko20
Hi BD, I would go the NDK route for generating your sound, but for now you will have to pass the data back to the java layer to play it, I dont think the Audio APIs are the NDK yet. Yes you have noticed you can't play too many at once with AudioTrack. This is a phone CPU speed issue. You can

[android-developers] Re: updating UI from runnable

2009-10-05 Thread vorcigernix
Btw..for others on dark, there are two great tutorials about sthat kind of application. One is from Mark http://commonsware.com/Android/excerpt.pdf and one I found toady at http://www.softwarepassion.com/?p=189 . Second one do mostly what I tried with my poor java in my code. On Oct 4, 5:34 pm,

  1   2   >