[android-developers] Is it possible to send a log file via mms or email without user interaction?

2009-06-17 Thread D.
I know an android app can send an sms without the user's interaction, but what about an mms? I think i've read that the intent used to send an email brings up the email client for the user to decide which email app and account to use(which is understandable), but how about mms? I'm simply

[android-developers] Re: how to receive call and play media file

2009-06-17 Thread Honest
Thanks Marco for your quick reply.But some one told me tha all application running in background become pause when we receive call so is that true ? if that is true then how can i play audio file when call is running on ? hope some quick reply. On Jun 15, 8:08 pm, Marco Nelissen

[android-developers] Re: SQL Query

2009-06-17 Thread Manjunatha M
Please throw some light on this.. On Tue, Jun 9, 2009 at 1:52 PM, M.Manjunatha man...@gmail.com wrote: Hi Folks, I have been given a requirement. Say you have five contacts in your phone book. Person1, Person2, Person3, Person4, Person5. You have received messages from the contacts..

[android-developers] Re: Execute exe in android

2009-06-17 Thread Bishesh Manandhar
I m developing a game in Android,, and i m very novice to it.. according to my necessity, i managed to slide down the ball shaped pictures down the screen.. like tetris,, now i need to imprint numbers in them ,, i.e text. like for eg. 2 in one ball.. 7 in another.. random texts.. in the

[android-developers] Re: SQL Query

2009-06-17 Thread Sujay Krishna Suresh
hi manju, be patient. if smone nos d ans 2 ur q, u'll get reply... till then try exploring other SQL specific groups since ur q may be addressed there better... On Wed, Jun 17, 2009 at 12:06 PM, Manjunatha M man...@gmail.com wrote: Please throw some light on this.. On Tue, Jun 9,

[android-developers] Re: Execute exe in android

2009-06-17 Thread Sujay Krishna Suresh
Hi, plz create ur own post since this is irrelevant to d topic. u shd try d drawtext with inbuilt random util... On Wed, Jun 17, 2009 at 12:07 PM, Bishesh Manandhar coldda...@gmail.comwrote: I m developing a game in Android,, and i m very novice to it.. according to my necessity, i

[android-developers] Re: Execute exe in android

2009-06-17 Thread Bishesh Manandhar
sorryy., --~--~-~--~~~---~--~~ 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] Check during communication or not

2009-06-17 Thread aby
Hi, how to check phone is during communication or not in the program? 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] Re: configChanges and onConfigurationChanged()

2009-06-17 Thread Saurav
hey... ditto. cheers. On Jun 9, 2:08 pm, Chronos g358279012044...@gmail.com wrote: hmmm... no relevant input ? not even some comments ? On 28 Mai, 10:20, Chronos g358279012044...@gmail.com wrote: Hello there ;) I am still confused about configuration changes. I considered this a bug

[android-developers] Re: How to drop the AppWidget to Home Screen?

2009-06-17 Thread Ting Zheng
Thx very much for your reply! I have another question: Is it possible to add the AppWidget to the screen programmatically? Tng 2009/6/16 Jeff Sharkey jshar...@android.com You have to long-press on the home screen, or pick Add from the menu. Then you can pick Widgets and the example widget.

[android-developers] Is this import works on sdk 1.1 android.net.http.RequestQueue

2009-06-17 Thread android.vinny
Hi Is import android.net.http.RequestQueue; works in sdk 1.1 or we want to use for this android 1.5 Thanks in advance --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Where is com.android.providers.googleapps??

2009-06-17 Thread Francesco Pace
Thanks Mark and sorry for my english. I thought there was a URI for the email, such as content://sms for messages. I try content://gmail-ls but not work. Can you help me? I used my application to backup of all databases file (*.db). 2009/6/13 Mark Murphy mmur...@commonsware.com Ehm...So,

[android-developers] how to use functions provided by libnetutils.so

2009-06-17 Thread nail
dear all: i try to use the function disableInterface(string ifname) provided by libnetutils.so so i load this library, and call this function, by tracing the source code, i fountd the corresponding java code is located at framework/base/core/java/android/net/NetworkUtils.java but i can not

[android-developers] About Context Menu

2009-06-17 Thread Adem KARAKOLLU
Hi all. Is it possible to change background (image/color) of the contextMenu. I want to change appearance of the contextMenu... Must i use dialog instead of contexMenu ?? Any idea? Thanks -- ADEM KARAKOLLU --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: How to set context menu header title in XML?

2009-06-17 Thread Adem KARAKOLLU
You must use onCreateContextMenu in Activity. you can call menu.setHeaderTitle() inside onCreateContextMenu... On Fri, May 8, 2009 at 12:10 PM, scuellar scuellar...@gmail.com wrote: Hi all, Do you know how to set the header title of a menu in the XML file? The function that I call is the

[android-developers] Re: Is there any dev accreditation for Android?

2009-06-17 Thread gjs
http://groups.google.com/group/android-developers/browse_thread/thread/240e44aec3144370/72d32ac8f53231f5?lnk=gstq=certification#72d32ac8f53231f5 On Jun 17, 4:26 am, Yusuf T. Mobile yusuf.s...@t-mobile.com wrote: No, there is no official dev accreditation for Android. Yusuf Saib Android ·T·

[android-developers] CONNECTIVITY_CHANGE - Why is there no broadcast for WIFI on but mobile gets lost?

2009-06-17 Thread code_android_festival_way
Hello. [1] At the moment I am trying to catch the event when the mobile network is not available. This works when WIFI is off and I catch the CONNECTIVITY_CHANGE broadcast. But when I enable WIFI and lose the mobile network (network is not available) no broadcast gets sent. Is this a bug or why

[android-developers] how to use oss audio

2009-06-17 Thread Kathick
Hi, Can anyone tell me how to use oss sound in android. If tried to open '/dev/eac', it is failing. Please tell me a solution for this. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: How to add a new library to android source

2009-06-17 Thread Ne0
I am new to Android development, but i think you will have to build an SDK of your NEW android code, and develop your app against that, then build android and install it on the device you wish to have it on. There may be an easier way, though that is how i would/will approach it. I am also

[android-developers] Re: Android 1.5 SDK, Release 2 -- TelephonyManager

2009-06-17 Thread Ne0
Thanks Alex, i will look into it. On Jun 16, 5:55 pm, alexdonnini alexdonn...@ieee.org wrote: Liam, Casting from List to ArrayList works fine. It does not cause an error. I guess I run into a problem because my target is Android 1.1, not 1.5 You can get cell and location related

[android-developers] Re: Android 1.5 SDK, Release 2 -- TelephonyManager

2009-06-17 Thread Ne0
As you can probably tell, i am new to android development and rusty on java. I have just had a quick look at cellfinder and its importing com.android.internal packages, how do you do this? As the SDK android.jar doesn't allow access to internal packages. This lack of understanding is no doubt

[android-developers] Re: why i cant connect to the internet,i have added the permission.

2009-06-17 Thread chen hence
url=http://www.google.com/ig/api?weather=beijing; log shows unknown host www.google.com throw unknow 2009/6/16 Marco Nelissen marc...@android.com what does it say in the log? On Tue, Jun 16, 2009 at 1:57 AM, hencechen...@gmail.com hencechen...@gmail.com wrote: here is my code: it

[android-developers] Re: Native MediaPlayer plays audio but not video (3gp format)

2009-06-17 Thread dglushko
Ok, I understand. What will be better place to post this question? Thank you, David On Jun 16, 11:02 pm, Marco Nelissen marc...@android.com wrote: This group is about developing using the Android SDK, which is Java only. On Tue, Jun 16, 2009 at 9:01 AM, dglushko dglus...@gmail.com wrote:

[android-developers] Re: About Context Menu

2009-06-17 Thread Saurav Mukherjee
caontext menus cannot be customized as much as options menus. so if u really want to decorate the context menu, its better to use dialog! cheers. On Wed, Jun 17, 2009 at 1:10 PM, Adem KARAKOLLU karako...@gmail.com wrote: Hi all. Is it possible to change background (image/color) of the

[android-developers] Alarms (AlarmManager) cleared on reboot :/

2009-06-17 Thread Teo
Is there a recommended way of resetting these alarms? The only way i can think of is registering a receiver for boot time, have it re-read the database and recreate the alarms but that seems so overkill. Why on earth would they be designed to be cleared on reboot?! :/ Thanks, Teo

[android-developers] Re: Why is onActivityResult() called before onResume()

2009-06-17 Thread MrSnowflake
That does make sence :). Thanks for the clarification! On Jun 17, 1:40 am, Dianne Hackborn hack...@android.com wrote: I don't think one way is necessarily more logical from the other.  The basic reason is that generally when you get a result, this is coming from an activity you had launched,

[android-developers] Re: Does cupcake support Webview with Gears ?

2009-06-17 Thread jfcog...@gsyc.es
Yeah, what's the reason, is there anyone in this task? co's it will be great if this works in the next version, till then I think I have to look up a provisional solution. thanks ;) On 6 mayo, 23:33, j jac...@gmail.com wrote: What is the reasoning behind not supportingGearswithin awebview? Is

[android-developers] help with onchildclick in ExpandableListView

2009-06-17 Thread polzifer
I need a solution how to get the OnChildClick working for my ExpanableListActivity. when starting of this project the Listener was working, but now i get nothing out of it? i tried setting the listener through: getExpandableListView().setOnChildClickListener(this); at several point, but it

[android-developers] Re: Does cupcake support Webview with Gears ?

2009-06-17 Thread Kumaravel Kandasami
I was in Google IO and Google team claims that Gears should be supported by WebView. Currently in 1.5, atleast I was able to make the Webview recognize it is a gears enabled page... however, the Webview is not able to locate the Gears plugin. If there is anyone who knows how to configure plugins

[android-developers] How can I give my paid app away for free to some users?

2009-06-17 Thread Anna PS
Hi all So I'm about to put a paid app on the Market, but I'd like to give it free to a few users who helped to test it. Is there any way that I can give them a token or something else so that they can get it free? Or can I refund them once they've paid if I know their details? I guess the

[android-developers] Re: About Context Menu

2009-06-17 Thread Adem KARAKOLLU
Thank you so much. I will try... On Wed, Jun 17, 2009 at 12:20 PM, Saurav Mukherjee to.saurav.mukher...@gmail.com wrote: caontext menus cannot be customized as much as options menus. so if u really want to decorate the context menu, its better to use dialog! cheers. On Wed, Jun 17, 2009

[android-developers] Re: help with apn settings insertion

2009-06-17 Thread Raj
use following permission in your manifest file: uses-permission android:name=android.permission.WRITE_APN_SETTINGS / Should solve your problem. Mind you that on 1.5 sdk, the apn may not appear on the device list. Let me know if it solves the problem. On Jun 16, 8:13 pm, kalyan simhan

[android-developers] Re: help with onchildclick in ExpandableListView

2009-06-17 Thread polzifer
i wanted to add the the longclick is starting the contextmenue and working. On 17 Jun., 12:11, polzifer christian.pol...@googlemail.com wrote: I need a solution how to get the OnChildClick working for my ExpanableListActivity. when starting of this project the Listener was working, but now i

[android-developers] Re: help with onchildclick in ExpandableListView

2009-06-17 Thread polzifer
i wanted to add the the longclick is starting the contextmenue and working. --~--~-~--~~~---~--~~ 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 let google map display a dot(like my location)?

2009-06-17 Thread plargo
I wanna to launch google map and locate to a specific co-ordination. Now I can do this using below code: String pStr = geo:40,116.28?z=13; Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(pStr)); startActivity(intent); But, the launched google map there is no dot(like

[android-developers] Regarding the YUV Buffer Rendering from Java Application

2009-06-17 Thread scs
Hi, I am developing Image Application where I will have YUV Buffer in my Java Application. I want to render the YUV data into display surface. Do I need to create MIO separately and then display it or is there any Java class to create the required component (surface view) and then render the

[android-developers] RTP streaming with Cupcake

2009-06-17 Thread pierre
Hello all, is RTP streaming known to be working on Cupcake devices? I have not been able to start an RTP multimedia session with my G1 since Cupcake upgrade. It was working before the upgrade, e.g. by using the VideoView class and providing an RTSP URL. But the same test which was working

[android-developers] Re: How can I give my paid app away for free to some users?

2009-06-17 Thread bain
i use google appengine to host my license server (small servlet) use deviceId and check every time user launches your app you can give discount based on deviceId On Jun 17, 6:17 am, Anna PS annapowellsm...@googlemail.com wrote: Hi all So I'm about to put a paid app on the Market, but I'd

[android-developers] Re: How can I give my paid app away for free to some users?

2009-06-17 Thread MrSnowflake
How does you approach work when the users are offline? On Jun 17, 1:27 pm, bain ssbain2...@yahoo.com wrote: i use google appengine to host my license server (small servlet) use deviceId and check every time user launches your app you can give discount based on deviceId On Jun 17, 6:17 am,

[android-developers] Can't click on a listView + no focus

2009-06-17 Thread qLabs
Heya I have created a custom compass view and a custom listView and there are all mixed up togother in one xml file. In my main class i inflate this xml file to get references on the different objects i want to manipulate (i.e my compass and my ListView). Basisicaly what my app does is write

[android-developers] Re: How can I give my paid app away for free to some users?

2009-06-17 Thread bain
it does not On Jun 17, 7:31 am, MrSnowflake mrsnowfl...@gmail.com wrote: How does you approach work when the users are offline? On Jun 17, 1:27 pm, bain ssbain2...@yahoo.com wrote: i use google appengine to host my license server (small servlet) use deviceId and check every time user

[android-developers] Re: Alarms (AlarmManager) cleared on reboot :/

2009-06-17 Thread Mark Murphy
Is there a recommended way of resetting these alarms? The only way i can think of is registering a receiver for boot time, have it re-read the database and recreate the alarms but that seems so overkill. Well, you could wait for the user to re-run your application, and then recreate the

[android-developers] Re: How can I give my paid app away for free to some users?

2009-06-17 Thread bain
but then again you can build more complicated solution like saving the validity in preference etc if user reinstalls the app after expiration, the validity will be determined from the server On Jun 17, 7:34 am, bain ssbain2...@yahoo.com wrote: it does not On Jun 17, 7:31 am, MrSnowflake

[android-developers] Re: how to use oss audio

2009-06-17 Thread Mark Murphy
Can anyone tell me how to use oss sound in android. If tried to open '/dev/eac', it is failing. Please tell me a solution for this. At the level of the SDK, you do not use any Linux-style audio system. If you are trying to use audio from native code, please consult an appropriate

[android-developers] Re: Where is com.android.providers.googleapps??

2009-06-17 Thread Mark Murphy
Thanks Mark and sorry for my english. I thought there was a URI for the email, such as content://sms for messages. I try content://gmail-ls but not work. Can you help me? There is no URI to read existing email messages. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy

[android-developers] Re: Where is com.android.providers.googleapps??

2009-06-17 Thread Francesco Pace
Ok, thanks to all Mark! 2009/6/17 Mark Murphy mmur...@commonsware.com Thanks Mark and sorry for my english. I thought there was a URI for the email, such as content://sms for messages. I try content://gmail-ls but not work. Can you help me? There is no URI to read existing email

[android-developers] Re: Bug in IntBuffer.put() when using direct buffers

2009-06-17 Thread MrChaz
From a look at some reference you need to do put(data, offset, length-offset); as it's not really a length but a count of the number of items to read. http://java.sun.com/j2se/1.4.2/docs/api/java/nio/IntBuffer.html#put(int[], int, int) On Jun 16, 9:24 pm, djp david.perou...@gmail.com wrote: In

[android-developers] Is Android complaint with VCARD 2.1 specification ?

2009-06-17 Thread asara ratnakar
Hi Android Guys, Could any one please tell me whether Android is complaint with VCARD 2.1 specification ? I could not see, fields like DOB (Date Of Birth , location etc.,) in Contacts Application as well Contact Provider. Thanks Regards, Ratnakar A.

[android-developers] CameraPreview: Out of memory

2009-06-17 Thread Boshik
Hi, After a few weeks on market with my app (Ghosts AR) I found few interesting issues coming from the users who installed the program. On some of the devices my application fails with exception: java.lang.RuntimeException: Out of memory at android.hardware.Camera.native_setup(Native

[android-developers] Re: Access FDN(fixed dialing numbers)

2009-06-17 Thread mrb
Anybody know? On 15 jun, 16:31, mrb mrbf...@gmail.com wrote: Hello everyone, I have a problem, I need to access the FDN (fixed dialing numbers) from an application. The FDN is an information that is recorded on the SIM CARD. I'm trying to access using the following code but this not work:

[android-developers] Strange TabHost NullPointerException

2009-06-17 Thread roland
I just found a strange issue in my application which contains a ListView. When one item is clicked, a TabActivity will be launched, i got a NullPointerException when i press the item by using trackball. But it's fine when i press the item by using finger. This is the logcat message:

[android-developers] Video Streaming

2009-06-17 Thread mobilek...@googlemail.com
Hi, I'm trying to stream a video from an HTTP server to my client. In order to play it I fire up an action_view intent by providing to it the uri of the media. The client opens up a new browser window, and then redirects to the youtube player as expected. However, after a couple of seconds it

[android-developers] make context menu dont disappear

2009-06-17 Thread Mike Lanin
When I click on item in context menu it immidiately disappears. How can I make context menu retain until I'll close it by back button? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: REG: Xml to Wbxml using EAS.

2009-06-17 Thread Ravi
Anyone thr to help me :( On Jun 16, 11:03 am, Ravi ravikumar...@gmail.com wrote: Dear friends, I need to convert from Xml to Wbxml for Client-Server Communication using AirSynC (Microsoft Exchange Active Sync Protocol). I found XML to WBXML parsers available in  ../dalvik/libcore/xml/src/

[android-developers] Re: about androidmap application,anyboy who can help me

2009-06-17 Thread zhangpeng.private
The network i think is ok,because the status has already turned to connected. Any body has another suggestion? thanks 2009-06-17 zhangpeng.private 发件人: Saurav Mukherjee 发送时间: 2009-06-17 12:49:15 收件人: android-developers 抄送: 主题: [android-developers] Re: about androidmap

[android-developers] Re: How to get current time?

2009-06-17 Thread Karima
may be with : import android.text.format.Time; Time time = new Time(); time.setToNow(); --~--~-~--~~~---~--~~ 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] Buffer size for AudioTrack

2009-06-17 Thread akito
This may be impossible but is there any way that I can get a smaller buffer size for AudioTrack than what is provided by getMinBufferSize method? This is how I am instantiating AudioTrack right now: SR = 44100; bufSize = AudioTrack.getMinBufferSize(SR,

[android-developers] Problem with Finding with Geo Coordinates

2009-06-17 Thread RS.Giridaran
Hi All, i want to find the latitude and longitude of the current location for that i have followed as per the link below http://groups.google.com/group/android-developers/browse_thread/thread/2500ad71054ec64/885bbb7e6362b760?lnk=gstq=finding+geo+locations+using+intents#885bbb7e6362b760 But now

[android-developers] Re: why i cant connect to the internet,i have added the permission.

2009-06-17 Thread Roman
Your code snippet works fine. Could you post your Manifest file where you include the Internet permission? Furthermore I noticed the exception when you have no data connectivity. Make sure that you have data connectivity! -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together

[android-developers] Re: Android Market Data

2009-06-17 Thread nEx.Software
The Market application is proprietary, it belongs to Google. The chances of this being made public are slim-to-none, I'd imagine. Cyrket operates on a hack, and I wouldn't be surprised if at some point Google decides to shut it down. As of now, Cyrket provides something that Google has yet to

[android-developers] about alertDialog

2009-06-17 Thread Adem KARAKOLLU
Hi all... Is it possible to remove borders of alertDialog window? -- ADEM KARAKOLLU --~--~-~--~~~---~--~~ 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] Problem in fwrite() in source code

2009-06-17 Thread eternity
HI, I want to write the parsed AAC data into a file before sending it to decoder. So, I checked that parsed data from AAC parser goes to pvmp4audiodecoderframe.cpp file in external/opencore/codec_v2/audio/ aac/dec/src through the function called PVMP4AudioDecodeFrame(). So in the function, I

[android-developers] Re: why i cant connect to the internet,i have added the permission.

2009-06-17 Thread RS.Giridaran
uses-permission android:name=android.permission.INTERNET / Uses Permission should be added in your manifest file under the manifest tag On Jun 16, 1:57 pm, hencechen...@gmail.com hencechen...@gmail.com wrote: here is my code: it always interrupt at conn.connect();         try {            

[android-developers] Re: why i cant connect to the internet,i have added the permission.

2009-06-17 Thread Jonas Petersson
Roman wrote: Your code snippet works fine. Could you post your Manifest file where you include the Internet permission? Furthermore I noticed the exception when you have no data connectivity. Make sure that you have data connectivity! For the record: I run the emulator an a Linux (Jaunty)

[android-developers] Re: why i cant connect to the internet,i have added the permission.

2009-06-17 Thread Justin (Google Employee)
Does the browser work on your device or emulator? Perhaps the device, in general, does not have network access. If this is an emulator, make sure you're dealing appropriately with proxies (preferably eliminating them). Cheers, Justin Android Team @ Google On Jun 17, 8:09 am, RS.Giridaran

[android-developers] Re: Problem in fwrite() in source code

2009-06-17 Thread Mark Murphy
I want to write the parsed AAC data into a file before sending it to decoder. So, I checked that parsed data from AAC parser goes to pvmp4audiodecoderframe.cpp file in external/opencore/codec_v2/audio/ aac/dec/src through the function called PVMP4AudioDecodeFrame(). So in the function, I

[android-developers] Re: CameraPreview: Out of memory

2009-06-17 Thread Sahil Arora
Hi, I had an application where i would navigate from step1: camera preview step2: to an activity step3: and again back to camera preview. on going from step 1 to step 2 the camera object is set to null and garbage collector is now supposed to take care of its deletion... but if i navigate

[android-developers] Download progress

2009-06-17 Thread Ivan Soto
Hi, I'm trying to make my app display a download progress for bigger files. But I can't figure how to make it work properly.The data is an image I plan to set up as wallpaper Does anyone has an example of this? Thanks!! URL url = new URL(address1); HttpURLConnection uc =

[android-developers] Make a application default launcher

2009-06-17 Thread Dilli
Hi, i am developing a simple application which takes xml files and do the operations i am testing it on emulator. 1.5 sdk I set the intent filters and data and mime types as follows in the manifest file intent-filter action android:name=android.intent.action.MAIN/action

[android-developers] android.os.SystemProperties???

2009-06-17 Thread tstanly
hi all, when i research the android browser source code, there are BrowserSetting.java in the src dir, and the code import android.os.SystemProperties, but there are nothing in the reference? am i ignore for something? thanks! --~--~-~--~~~---~--~~ You

[android-developers] Re: How to drop the AppWidget to Home Screen?

2009-06-17 Thread Romain Guy
No, it is not possible :) On Wed, Jun 17, 2009 at 12:12 AM, Ting Zheng tng.z...@googlemail.comwrote: Thx very much for your reply! I have another question: Is it possible to add the AppWidget to the screen programmatically? Tng 2009/6/16 Jeff Sharkey jshar...@android.com You have to

[android-developers] REG: Xml to Wbxml using EAS. Options

2009-06-17 Thread Ravi
Hi Gayett, My doubts are not yet cleared...plz start a new topic instead of modifying mine if possible, do answer my query. On Jun 17, 8:46 pm, GAYET Thierry thierry_ga...@yahoo.fr wrote: Hello, In order to used APDU (Application Protocol Data Unit) located on the usim card, i am looking

[android-developers] vertice coodinates of Kube

2009-06-17 Thread quill
Hi all, I'm modifying Kube(api demo) to a game, does anyone who know how to get the vertice coodinates of Kube? From the source code in api demo, I think GLWorld.mVertexBuffer may save the vertice coodinates after rotate the Kube, but I was wrong, the infomation in mVertexBuffer always remains

[android-developers] Problem with MapActivity

2009-06-17 Thread Brad Gies
I’m having problems getting a MapActivity to work on 1.5r2. As far as I can tell I’ve done everything I need to do, but what am I missing? The Google Maps key was generated on the Google Maps website using the Debug keystore at the location in my Android setup. What does Unable to resolve

[android-developers] Relative Layout XML attributes have no obvious programmatic equivalent.

2009-06-17 Thread JohnJYates
If a RelativeLayout must be generated at run time, what are the equivalent API calls for the attributes set in the XML Layout editor? Take for example this very simple RelativeLayout that places the second ImageView to the right of the first ImageView: ?xml version=1.0 encoding=utf-8?

[android-developers] Build Project androd with netbeans

2009-06-17 Thread abhishek
hi to all i am new to android so i was making my first application Hello Android. But i am making this on Netbeans not on Eclipse. But i am getting this build problem init: deps-jar: Warning: org\me\androidapplication\MainActivity.java modified in the future. Warning:

[android-developers] Query on Unit testing Android

2009-06-17 Thread and_dev
I was trying to run MediaFramework test suite as a part of Android unit testing. The test suite expects a big list of media files (mp3, mp4, wma, ogg, wav, amr, 3gp) to be available in sdcard mounted on the emulator. The list of files can be found in MediaNames.java file, since the names are

[android-developers] Re: Camera preview different from captured image

2009-06-17 Thread joexner
I noticed this too, and it's pretty much stalled the development of my app. The flakiness of the Camera API is disquieting. I mean, how are we to know that whatever workaround we put into our apps for the G1/G2 will work for future phones? --~--~-~--~~~---~--~~

[android-developers] bluetooth api

2009-06-17 Thread brilliant winger
HI I want to develop an application for input device(bluetooth). I would like to use HID profile or SPP. But Android SDK support only A2DP and AVCRP profile. I'll have to wait until the next version is released. I have one question. I think A2DP, AVCRP profile use SPP. is correct? If so, we can

[android-developers] Re: How do I programatically and permenantly remove an icon from the launcher

2009-06-17 Thread erictcrook
So, I was looking through the source code for launcher in git for the first time after asking this question. I got the UNINSTALL_SHORTCUT to work via Intent myIntent = *new* Intent(Intent.*ACTION_MAIN*); //This sets the classname to UninstallTestApp which is the name of the app this code is in

[android-developers] Re: How to Start application On-Install

2009-06-17 Thread erictcr...@gmail.com
I'm not sure, but I believe the following code may help. put the folling in your AndroidManifest.xml as a child of your Application tag receiver android:name=com.ericcrook.InstallReceiver android:enabled=true intent-filter action

[android-developers] LOOKING FOR ANDROID DEVELOPERS for STORK MOBILE MEDIA STARTUP in SILICON VALLEY?

2009-06-17 Thread STORK
Looking to build a team of Android Developers for a Mobile Media Startup here in the Silicon Valley. If you or anyone you know maybe interested in getting involved, please contact me here or at spame...@yahoo.com. We will be challenged with developing a superior application than

[android-developers] Lock a file with a password

2009-06-17 Thread sergi...@gmail.com
Hello, First, sorry for my english. And then, is possible to lock the access to a file with a password? For example, if you have some documents, pictures, etc., in the phone memory and don't want to be opened by someone who takes your phone. I'm interesting to know if API give me the

[android-developers] Issues with Android SDK

2009-06-17 Thread Sha
Hi Folks, I am new to android. I am trying to install Android SDK(android-sdk- windows-1.5_r2) on the Eclipse (eclipse-jee-ganymede-SR2-win32) in Windows Vista. I have followed the steps mentioned in the http://developer.android.com/sdk/1.5_r2/index.html. Everything works fine, I am able to

[android-developers] Coexistence of custom adb and original adb module

2009-06-17 Thread vvs
A module (connectivity-bridge) has been developed to connect the Android device via USB (OS: Windows XP). And any applications can send (read) data into (from) device through this module without using original module adb.exe. My module works with devices through AdbWinApi.dll (from Android SDK).

[android-developers] How do I programatically and permenantly remove an icon from the launcher

2009-06-17 Thread erictcr...@gmail.com
I am looking for a way to programatically remove an application's icon from the launcher (also the workspace). I have seen a post that says I can use the UNINSTALL_SHORTCUT intent provided by the home application, but can't seem to code it properly. I have tried using the PackageManager's

[android-developers] Coexistence of custom adb and original adb module

2009-06-17 Thread vvs
A module (connectivity-bridge) has been developed to connect the Android device via USB (OS: Windows XP). And any applications can send (read) data into (from) device through this module without using original module adb.exe. My module works with devices through AdbWinApi.dll (from Android SDK).

[android-developers] media unit test cases

2009-06-17 Thread JJ
Hi All, Has anybody ran multimedia unit test cases provided by Android? I am trying to execute for the 1st time and there are some 56 failures mostly due to test cases itself not being present in sdcard. Does Android test framework copy it sdcard etc?? Please help!!! JJ

[android-developers] Application Launch - behind the screen

2009-06-17 Thread Radhika
Hi, I am trying to study the entire application launch process right from user clicks an activity icon to onCreate and onStart gets called for the main activity in that application. In Home application, I found this code public void onClick(View v) { getContext().startActivity((Intent)

[android-developers] Custom Dialog

2009-06-17 Thread johnjj
Hi there, i want to create a custom dialog which looks more or less the same as an AlertDialog, especially the title. What I do is rather simple: I create an object of WeightView, which extends Dialog. In this class I set my custom content view which shows a SeekBar. WeightView dialog = new

[android-developers] Re: Android-SDK-1.5-Win-32: network connection beyond firewall

2009-06-17 Thread Adrian D
Also the local intranet is working for me. On 16 Mai, 18:06, Nitin Gautam gautam.ni...@gmail.com wrote: This works like a charm :) for internet site ...But Intranet site stop working not able to browse internal sites. What to do? On Apr 30, 5:24 pm, Xeros zerosuni.sams...@gmail.com wrote:

[android-developers] Re: About Context Menu

2009-06-17 Thread 梁舒华
2009/6/17 Adem KARAKOLLU karako...@gmail.com Hi all. Is it possible to change background (image/color) of the contextMenu. I want to change appearance of the contextMenu... Must i use dialog instead of contexMenu ?? Any idea? Thanks -- ADEM KARAKOLLU if you can ,do it.

[android-developers] Re: How to save the view to image file ?

2009-06-17 Thread Percy
Hi Brian, I also want to know the answer. It seems Camera class can capture the screen and can resize it in a Canvas.But I have not try it. Any one have suggestions? Thanks On 6月17日, 上午2时28分, Brian Smith avalo...@caerleon.us wrote: Two questions... 1) (out of curiosity) What does the

[android-developers] my app crashes when switching to landscape mode

2009-06-17 Thread johnjj
Hi There, my application crashes when I switch the Android Emulator to landscape mode. But when I start the application, everything works fine, until I switch to portrait mode again. The error only occurs when I switch from one mode to another. When I debug my app while switching to the other

[android-developers] Re: Problems creating a Custom Dialog

2009-06-17 Thread dweebo
I had the same issue in my activity. I replaced new Dialog(getApplicationContext()) with new Dialog(this) and it worked. -Peter On May 7, 7:46 am, L'\\tty adver...@hotmail.com wrote: Hi guys, I tried to create a custom about dialog using the source code of

[android-developers] getting mobile pc stuff to work on android

2009-06-17 Thread chris.compo
Is it possible to request sites or programs that you would like someone to put on android ? I have some software on a windows mobile pc xda and would like to get an android phone on my next contract. but I want it to be able to support this particular software.

[android-developers] Relative Layout XML attributes have no obvious programmatic equivalent.

2009-06-17 Thread JohnJYates
If a RelativeLayout must be generated at run time, what are the equivalent API calls for the attributes set in the XML Layout editor? Take for example this very simple RelativeLayout that places the second ImageView to the right of the first ImageView: ?xml version=1.0 encoding=utf-8?

[android-developers] FootPrint of ANdroid - Urgent Help needed.

2009-06-17 Thread vaibhav
Hi , I need to know the footPrint of Android and its various Libraries Please help --~--~-~--~~~---~--~~ 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] View size after orientation change

2009-06-17 Thread Alex
Hi, Is the view aware of the orientation change in order to return updated size after a change in orientation? I'm handling the orientation myself (android:configChanges=orientation|keyboardHidden). Does it means that I have to take into account the orientation state when querying for

[android-developers] Message Thread Handling

2009-06-17 Thread John Davies
There needs to be a better way to manage and delete messages (sms and mms). I'd like to see two parameters controlling how I delete my messages. I'd like to be able to delete all messages prior to a date (or a number of days) that I can set. That way I still keep my recently active threads for

  1   2   3   >