[android-developers] Re: Custom View Subclass - How do I properly specify xmlns in my layout.xml file?

2009-04-06 Thread Mark Rosenberg
Must be tired ... forgot to refresh or something ... xmlns:app=http:// schemas.android.com/apk/res/com.foo.bar does the trick. On Apr 5, 10:23 pm, Mark Rosenberg markrosenberg01460...@gmail.com wrote: I am following the LabelView.java and associated custom_view_1.xml layout files to guide me,

[android-developers] Re: Cupcake SDKs available for download

2009-04-06 Thread Al Sutton
Thanks for the clarification JBQ. The worry part for me was; .. it's possible for someone to legally download source code from the Android Open-Source Project, compile it, redistribute the compiled result, and even support it with their own resources. As long as there's enough separation between

[android-developers] Re: Windows Cupcake SDKs compilation

2009-04-06 Thread Al Sutton
Dave, Thanks for the tips, the only thing I can't do is uninstall everything else that relies on cygwin (I need some apps for the projects which pay my mortgage, etc..), and it would appear from searching the web that's something that cygwin doesn't handle well :(. Al. --- * Written an

[android-developers] Video streaming

2009-04-06 Thread Nithin
Hi to all... Videoview can support quick time player Thank You NITHIN N V --~--~-~--~~~---~--~~ 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: How can I import any widgets under com.android.internal.widget into my app?

2009-04-06 Thread shaddu
Hi Dianne, As we are copying the code and resources from platform into our application, those will get compiled into our application apk. When we install this apk, will it not create any problems related to duplicate definition of packages/classes? For exaple : If I copy apache http stack into

[android-developers] Re: Cupcake SDKs available for download

2009-04-06 Thread David Turner
On Mon, Apr 6, 2009 at 4:11 AM, Jean-Baptiste Queru j...@android.com wrote: This is definitely new in cupcake - it's part of the work that has been done by the tools team to allow a single SDK to work with multiple target configurations, and the visible effect is that launching the emulator

[android-developers] Re: BroadcastReceiver for data SMS - static works, dynamic does not

2009-04-06 Thread Rubén González Criado
Hi, I too am interested in knowing how to launch applications on the first level when you receive a sms or a call. Who knows to remove the applications that are launched by default when a call comes in or SMS? I would like to be informed on the subject. Thank you. 2009/4/2 Gulfam

[android-developers] Re: getting around Phoneapp activity 1.1?

2009-04-06 Thread Ruben
Hi, Could you show me the code that you used to make the application for receiving calls? Thanks you On 28 mar, 12:59, Andy Liu andydev@gmail.com wrote: Hi, Is it possible to getaroundthe phone app InCallScreen in Android1.1? thanks, I greatly appreciate it!

[android-developers] Re: Cupcake SDKs available for download

2009-04-06 Thread Pd
I have created torrents which can be downloaded: Linux http://thepiratebay.org/torrent/4827612/android-sdk_eng.20090404_linux-x86.zip Mac http://thepiratebay.org/torrent/4827613/android-sdk_eng.20090404_mac-x86.zip Trying to do my bit :-) Kevin Phillips wrote: I have posted a mirror for

[android-developers] Re: Transparent Canvas?

2009-04-06 Thread Albert Hernández
Hi Henry, Check this link, maybe it can help you: http://blog.pocketjourney.com/2008/03/15/tutorial-1-transparent-panel-linear-layout-on-mapview-google-map/ On Apr 4, 10:46 am, Henry hsen...@gmail.com wrote: I'm trying to make an app that requires me to draw over a layout with buttons, etc.  

[android-developers] Re: Using custom jar files in Android app?

2009-04-06 Thread shaddu
Hi dillirao, Sorry for delayed response. I am using some APIs/packages from Android platform which are not puclic in Android SDK. So, I cannot use eclipse to build. Only option is make command from shell. So, would you help with sample make files to build a library from our own .java files and

[android-developers] Projection Question

2009-04-06 Thread Albert Hernández
I've a doubt related with the Projection class. As I understand this class translate beetween Lat/Lon to coordinate system in the screen. In which format is the coordinate system in the screen? Pixels? If I want to calculate some geometrical calculations, will I be able? For example a distance,

[android-developers] Re: Taking a picture Intent?

2009-04-06 Thread zeeshan
Hi, i have the same question, anybody answer plz On Apr 6, 4:07 am, Ivan Soto ivanso...@gmail.com wrote: Hi, I have an Activity for my application to take pictures and store them with a content provider. The problem is that obviously I would like the picture to auto rotate depending if I

[android-developers] installing .apk file insanity

2009-04-06 Thread Richard Schilling
Here's another one that SHOULD be a no-brainer, but isn't. Eight hours of searching on the forums, Google, etc... brings me in circles back around to very incomplete (and often misleading) information: Dead end/Question #1: Downloading via link is not working. Downloading 3rd party apps is

[android-developers] Is there a paid technical support program for developers?

2009-04-06 Thread Richard Schilling
Assume for the moment that money is no object. I develop Android appliations for a living. As always, we have a very short time to get a finished product out the door and we're relying on the Android to be one of our flagship phones. I've got no time for phone exploration or hobbying around.

[android-developers] Re: Dialog

2009-04-06 Thread Chander Pechetty
You can have a look at the following post. You can create your own theme and apply it to all your dialogs. http://groups.google.com/group/android-developers/browse_thread/thread/fae3c97036856c6e/ea539482ee379373?hl=en#ea539482ee379373 Cheers Chander

[android-developers] Re: Taking a picture Intent?

2009-04-06 Thread Gavin Aiken
Hey, Currently you can only get a very small resolution image but I expect this to be changed in Cupcake (I don't know though). android.media.action.IMAGE_CAPTURE Is the intent you want search this list for it to get mroe info, on the emulator this yields a very low resolution still image from

[android-developers] Re: installing applications (from installers), where's the installer?

2009-04-06 Thread Richard Schilling
Solved the name of the installer. It's appsinstaller. No spaces. Geez. Richard On Apr 6, 2:16 am, Richard Schilling richard.rootwirel...@gmail.com wrote: O.K., Couple of really big issues here that SHOULD be no brainers!  But, they aren't. Anyone know what the EXACT name of an

[android-developers] Problem with Rotate3dAnimation using WebView

2009-04-06 Thread Vince
Hi all, I'm using the demo API 3d Transition to switch between a ListView and a WebView. The animation works... but my WebView is reversed, so is the content of the WebView, that makes it impossible to read. I understand the animation is rotating around the Y axis but I want it to display the

[android-developers] How to edit image in Android?

2009-04-06 Thread jj
Hello How to edit image in Android? I want to draw text on image, e.g. some custom name. How this can be achieved in Android in easiest way. Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Video streaming error

2009-04-06 Thread Nithin
HI to all I tried video streaming But its not playing... I got the error as this video file cannot be played... The code is as bellow package mypack.mydemos; import android.app.Activity; import android.graphics.PixelFormat; import android.net.Uri; import android.os.Bundle;

[android-developers] AudioFormat class's workaround

2009-04-06 Thread Honest
I am porting one project which is using audio capability with open GL. Now my java code is using AudioFormat class which has purpose to do Encoding Technique and it has property which specify the exact arrangement of the data like number of channel number of channels, sample rate, sample size,

[android-developers] Installation unsuccessful - Package file was not signed correctly

2009-04-06 Thread Craig
I published my app on the market, and when I first tried installing it from there, I got the 'package file was not signed correctly' error. Uninstalling the unsigned version I was testing with let me install from the market with no problems. However, from the comments, it looks like no one else

[android-developers] Re: Webview leak (was Re: Debugging memory leaking)

2009-04-06 Thread Filipe Abrantes
Hi all, Thanks for the response. Luckily I did find the leaking cause, but man it was exhausting... The problem was that the xml contained a WebView component! As soon as I removed the Webview, things got back on track (even if you dont even set the webview client it leaks...) Is this a bug

[android-developers] Re: opening a file within a service

2009-04-06 Thread Richard Schilling
I figured it out. I was getting a Thread blocking issue that was actually unrelated to the getFileStremPath call... Fixed that, and it works great. Thanks for your help though. Richard On Apr 5, 3:54 pm, Dianne Hackborn hack...@android.com wrote: That should work fine.  That function does

[android-developers] Re: Detecting Noise!

2009-04-06 Thread Pavel
How about repeatedly call getMaxAmplitude method of http://developer.android.com/reference/android/media/MediaRecorder.html while recording to file? This is the way Christopher Souvey implemented it in Musical application. Pavel --~--~-~--~~~---~--~~ You received

[android-developers] Re: Why adb push to sdcard report Read-only file system for the emulator of the latest android source code

2009-04-06 Thread David Turner
See https://review.source.android.com/Gerrit#change,9452 there is a packaging bug that prevents the mount daemon from properly mounting the SD Card at startup. The proposed changed fixes it. On Mon, Apr 6, 2009 at 4:10 AM, max max.xi...@gmail.com wrote: Hi Guys, This is a question that

[android-developers] Re: Is there a paid technical support program for developers?

2009-04-06 Thread Peli
Do you intend to stay within the bounds of the public SDK (i.e. are you interested in distributing your application to existing G1 phones) or do you intent to tweak the platform itself on custom builds of Android to get exactly what your boss wants? In case you are restricted to the public SDK,

[android-developers] Re: AudioFormat class's workaround

2009-04-06 Thread Desu Vinod Kumar
Can u please any body tell that How to give the path for audio file to play .. i have a file on E\Songs\ folder Source I want to give it as a path to our media player present in android Api can any body please provide that setDataSource(???); or path =;

[android-developers] installing applications (from installers), where's the installer?

2009-04-06 Thread Richard Schilling
O.K., Couple of really big issues here that SHOULD be no brainers! But, they aren't. Anyone know what the EXACT name of an application installer on the Market that allows me to install appliations from the memory card? I've been looking for a few weeks now. A search for application installers

[android-developers] Monkey not playing video using Music app

2009-04-06 Thread vrukesh
Hi, We are trying to test the Music Player (Music.apk) with Monkey. We have added the permissions in AndroidManifest.xml of Camera application (Camera.apk): uses-permission android:name=android.permission.SET_ACTIVITY_WATCHER / In the same file, we have added intent for MovieView Activity:

[android-developers] Re: Is there a paid technical support program for developers?

2009-04-06 Thread Richard Schilling
Yes. The public SDK. I'm developing for production phones. Looking for information in all those areas. And, when I need it I need it to be a phone call away. Sometimes even waiting for forum help is too long. Thanks for the links. I've been out to openintents before. But I typically find

[android-developers] streaming error

2009-04-06 Thread Nithin
HI to all Can anyone tell me what error in the code,,, I run this code... But it giving error package mypack.mydemos; import android.app.Activity; import android.graphics.PixelFormat; import android.net.Uri; import android.os.Bundle; import android.util.Log; import

[android-developers] startActivityForResult on tab

2009-04-06 Thread zeeshan
Hi Experts, i need to start startActivityForResult on a tab click, here is my activity senario: Activity A calling startActivityForResult - B (tab activity) startActivityForResult - C onResult - A - D onResult - A tabHost.addTab(tabHost.newTabSpec(Search)

[android-developers] Re: Windows Cupcake SDKs compilation

2009-04-06 Thread Al Sutton
I've dug out an spare laptop and I'm still getting no joy. Things I've found so far; - The cygwin 1.7 beta seems to play more nicely with Vista and auto mounts / to the install directory - Having a space in the windows username will cause problems on repo init (I have to use Al instead of Al

[android-developers] Re: Using custom jar files in Android app?

2009-04-06 Thread Shadakshari Hiremath
Hi Dillirao, Command line approach will work for Sun Java applications. I want to create a JAR file on android platform using android.mk file and looking for a sample android.mk file. BR, Shaddu On 06/04/2009, dillirao malipeddi dillir...@arijasoft.com wrote: Hi If you want to create a jar

[android-developers] Re: Why adb push to sdcard report Read-only file system for the emulator of the latest android source code

2009-04-06 Thread Mariano Kamp
Sounds great. Just wondering if there is any workaround for today's problems? On Mon, Apr 6, 2009 at 12:23 PM, David Turner di...@android.com wrote: See https://review.source.android.com/Gerrit#change,9452 there is a packaging bug that prevents the mount daemon from properly mounting the SD

[android-developers] Re: ContentProvider instance

2009-04-06 Thread davidandroid2...@yahoo.com
Dianne, Thanks for the suggestion. I have to use content provider because my application use webview to display local file, and the local file can change over time. Is there a way my ContentProvider can find out what is the defined authority in AndroidManifest.xml at RUN TIME? Thanks, David

[android-developers] Re: I want run my application in background, with Service component

2009-04-06 Thread Todd Sjolander
The original code I used came from the SDK sample code. Specifically, look in ...\samples\ApiDemos\src\com\example\android\apis\app. There are a lot of different capabilities demonstrated there, and the ones you want are in RemoteService.java, RemoteServiceBinding.java,

[android-developers] Re: Handler and MessageQueue question

2009-04-06 Thread Taísa Cristina
Yes, it helps me a lot! I was really confused about that. Thanks, Greg! ;) On Sat, Apr 4, 2009 at 4:37 AM, Greg Krimer gkri...@gmail.com wrote: Hi Taísa, I am reversing the order of your questions. Did you say the main thread has its own handler?! So, if mine no more exists, the it

[android-developers] Re: AudioFormat class's workaround

2009-04-06 Thread Honest
On Apr 6, 3:00 pm, Desu Vinod Kumar vinny.s...@gmail.com wrote: Can u please any body tell that How to give the path for audio file to play .. i have a file on E\Songs\ folder Source I want to give it as a path to our media player present in android Api can any body please provide that

[android-developers] Phone call recorder

2009-04-06 Thread Dilli
Hi i am developing a recorder application It works fine but when phone call comes it records only one way conversation but the caller voice is not recorded.. I found audio sources as recorder.setAudioSource(MediaRecorder.AudioSource.DEFAULT); OR

[android-developers] Re: Problem with Rotate3dAnimation using WebView

2009-04-06 Thread Filipe Abrantes
Hi Vince I'm not sure if this is your problem ro if you are doing it already, but... try rotating between 0 to 90 and then 270 to 360, instead of 0 to 90 and 90 to 180... Hope it helps, Filipe Abrantes Vince wrote: Hi all, I'm using the demo API 3d Transition to switch between a ListView

[android-developers] Re: Problem with Rotate3dAnimation using WebView

2009-04-06 Thread Vince
Hi Filipe, Thanks! I was looking for something like this. I haven't try this one ;-) It does the trick! Regards, Vince --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Displaying real time information during the execution of an activity

2009-04-06 Thread Asif k
Hi all, I want to display the status of the activity execution on the screen using the TextView while activity is executing. I am appending the String messages at different stages of execution in the TextView, which is defined in the Layout main.xml (e.g. TextView.append(Server

[android-developers] Problem with Currency/Locale and German Locale

2009-04-06 Thread Al Sutton
I've put this in b.android.com, but thought that the guys here might appreciate a heads up; java.util.Currency(Locale locale) is broken for the German locale. If you want to see this put the following into your app; Currency currency = Currency.getInstance(Locale.getDefault());

[android-developers] Re: Displaying real time information during the execution of an activity

2009-04-06 Thread Mark Murphy
Asif k wrote: But in my case, I am getting all 3 messages at a time after activity execution completed. That is probably because you are doing long-running work on the UI thread. Is there any API available, using which I can show the status during the execution also. Anything

[android-developers] AudioFormat class's other option

2009-04-06 Thread Honest
I am porting one project which is using audio capability with open GL. Now my java code is using AudioFormat class which has purpose to do Encoding Technique and it has property which specify the exact arrangement of the data like number of channel number of channels, sample rate, sample size,

[android-developers] Re: Displaying real time information during the execution of an activity

2009-04-06 Thread Ask
Thanx Mark for your quick reply. I will try it out and get back On Apr 6, 6:49 pm, Mark Murphy mmur...@commonsware.com wrote: Asif k wrote:    But in my case, I am getting all 3 messages at a time after activity execution completed. That is probably because you are doing long-running work

[android-developers] Re: Button in Custom View

2009-04-06 Thread Greg Krimer
Activity.findViewById() is different from View.findViewById(). The former uses the View set via setContentView() as the root and the later uses this View as the root. In other words, in order for ... findViewById(R.id.checkbox); ... to return a non-null View the button must be a child of your

[android-developers] Re: Cupcake SDKs available for download

2009-04-06 Thread Ivan Soto
I wonder how many ppl in the piratebay will try to install that on a G1 hehe. Thanks David, I will try to run the emulator. Ivan Soto Fernandez Web Developer http://ivansotof.com On Mon, Apr 6, 2009 at 1:20 AM, Pd lotusscr...@gmail.com wrote: I have created torrents which can be downloaded:

[android-developers] Re: Cupcake SDKs available for download

2009-04-06 Thread Mariano Kamp
Hey guys, in particular Al, thanks for putting it together. Already found the first incompatibility of my app with Cupcake. Great. But what again is the state of networking? I read somewhere that there is a problem, but I can't seem to google it. Maybe I just dreamed that I read it? I

[android-developers] Re: adb push wtf

2009-04-06 Thread Bo
On Apr 5, 8:33 am, Mark Murphy mmur...@commonsware.com wrote: Bowrote: Would you please give a little more detail about pushing files to that app-local file sotre? I still got the permission denied when I was trying to push a file there (My phone don't have that files subdirectory).

[android-developers] Re: Phone call recorder

2009-04-06 Thread Dave Sparks
You can't. The G1 firmware does not support it. On Apr 6, 6:00 am, Dilli dilliraomca...@gmail.com wrote: Hi i am developing a recorder application It works fine but when phone call comes it records only one way conversation but the caller voice is not recorded.. I found audio sources as

[android-developers] Touch Mode and Keyboard Mode

2009-04-06 Thread William
I am quite confused on this isInTouch mode or not for a View . Some of the apps I have seen can accept touch and keyboard requests that the same time but I cannot figure out how they are doing it. This is what happens in my app. Please shed some light on why this happens. If I touch the

[android-developers] Re: Touch Mode and Keyboard Mode

2009-04-06 Thread Romain Guy
Don't do anything. It's how it's supposed to work. On Mon, Apr 6, 2009 at 8:54 AM, William william.caine...@gmail.com wrote: I am quite confused on this isInTouch mode or not for a View .  Some of the apps I have seen can accept touch and keyboard requests that the same time but I cannot

[android-developers] Sleep mode in emulator

2009-04-06 Thread samurai00...@gmail.com
Is the actual version of the emulator able to reproduce the sleep mode? (Android 1.1 SDK r_1) --~--~-~--~~~---~--~~ 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: Sleep mode in emulator

2009-04-06 Thread samurai00...@gmail.com
Sorry, I meant 'current version' instead of 'actual version'. My poor English skills... On 6 abr, 18:15, samurai00...@gmail.com samurai00...@gmail.com wrote: Is the actual version of the emulator able to reproduce the sleep mode? (Android 1.1 SDK r_1)

[android-developers] Re: startActivityForResult on tab

2009-04-06 Thread zeeshan
any solution? On Apr 6, 10:44 am, zeeshan genx...@gmail.com wrote: Hi Experts, i need to start startActivityForResult on a tab click, here is my activity senario: Activity A  calling startActivityForResult - B (tab activity) startActivityForResult - C onResult - A - D onResult - A

[android-developers] Re: Touch Mode and Keyboard Mode

2009-04-06 Thread William
http://groups.google.com/group/android-developers/browse_thread/thread/1a3a45dda862f864/70af326fbb619942?lnk=gstq=touch+mode#70af326fbb619942 this guy seems to have it working different where any key on the keyboard will bring it out of touchmode. On Apr 6, 11:57 am, Romain Guy

[android-developers] Re: ContentProvider instance

2009-04-06 Thread Dianne Hackborn
I'm not sure what you are asking, but you can't define the authority at run time, only in the manifest. 2009/4/6 davidandroid2...@yahoo.com davidandroid2...@yahoo.com Dianne, Thanks for the suggestion. I have to use content provider because my application use webview to display local file,

[android-developers] Re: startActivityForResult on tab

2009-04-06 Thread Dianne Hackborn
Tabs can't receive results, only the container (if that is what you are asking, it is really not clear). On Mon, Apr 6, 2009 at 9:19 AM, zeeshan genx...@gmail.com wrote: any solution? On Apr 6, 10:44 am, zeeshan genx...@gmail.com wrote: Hi Experts, i need to start

[android-developers] Re: Touch Mode and Keyboard Mode

2009-04-06 Thread Romain Guy
Do NOT do that. On Mon, Apr 6, 2009 at 10:00 AM, William william.caine...@gmail.com wrote: http://groups.google.com/group/android-developers/browse_thread/thread/1a3a45dda862f864/70af326fbb619942?lnk=gstq=touch+mode#70af326fbb619942 this guy seems to have it working different where any key

[android-developers] Syncml Support

2009-04-06 Thread angelo
Will Android have syncml support??? Specifically some of us want to use our Android devices to talk to our company exchange/syncml servers.. Syncing with google calendar using the various programs isnt allowed.. Syncml works, just like symbian has it.

[android-developers] Problem with HTTP connection

2009-04-06 Thread sri
Hi I am trying to establish the connection between mobile and PC.I am running server program on PC, when I run the below code server not displaying any response message.When I send the request from mobile browser server displaying response message. I am working on SDK_1.1.Please suggest me on

[android-developers] Problem while launching android emulator

2009-04-06 Thread Gaurav Jain
Hi, I have done x86_64 android build on ubuntu. The build went successful. Initially i was getting the home screen while launching emulator, but now I am facing a problem. A blank screen with a text ANDROID is coming up. Can anybody suggest me what i should do to reslove the same. Regards,

[android-developers] No permission required for accessing Browser search History

2009-04-06 Thread tiwana
Hi, Why is there no permission required to access android's browser search history ? Is that data not sensitive enough like the call logs? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

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

2009-04-06 Thread BIRJODH
good On Mar 23, 8:23 pm, clark clarkd...@gmail.com wrote: Anyone know if it is possible to localize the application description which shows up in the market?  It's great that all my strings can be localized, but how are the users in other regions going to know what an application does if the

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

2009-04-06 Thread BIRJODH
good On Mar 23, 8:23 pm, clark clarkd...@gmail.com wrote: Anyone know if it is possible to localize the application description which shows up in the market?  It's great that all my strings can be localized, but how are the users in other regions going to know what an application does if the

[android-developers] Re: Books on Android development?

2009-04-06 Thread सरोज
check out at amazon.com. On Mon, Apr 6, 2009 at 11:10 PM, jkk251 jkk...@gmail.com wrote: The documentation on Google's websites is great, but it would also be great to have a text to carry around. Are there any *good* books on progrmming in Android yet? Thanks, Jim -- Regards,

[android-developers] calling servlet from application

2009-04-06 Thread Opal
Hi all, I need to call a servlet from my android app and send/receive some data (using post method). I don't know how to do it and reading the API doesn't help me very much. Do u know any solution or have any idea how to do it? I've searched this group before writing and there are some

[android-developers] Re: Problem with HTTP connection

2009-04-06 Thread Mark Murphy
sri wrote: Hi I am trying to establish the connection between mobile and PC.I am running server program on PC, when I run the below code server not displaying any response message.When I send the request from mobile browser server displaying response message. I am working on SDK_1.1.Please

[android-developers] 2D and 3D plotting application

2009-04-06 Thread mb
Guys, any previous work on apps that does math plots/graphs? This might be a 2D or 3D plot/graph. What apis available to help in this? Also, similar apps to build charts and bars graphs. regards, --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Paid apps from Developers from countries apart from US and UK

2009-04-06 Thread Streets Of Boston
Hi, Offer it on Handango, MobiHand, SlideMe, AndAppStore, etc. instead. Then when the Android Market opens up for India, add your app to Android Market as well. Good luck! :) -- Anton. On Apr 6, 2:45 am, karthikr karthik.scintill...@gmail.com wrote: Hi Guys, I'm am from Inndia and I have

[android-developers] When can developers aprt from US and UK release paid apps?

2009-04-06 Thread karthikr
Hi, Im am from India and I have developed an app and I want to release it as a paid app. When is google going to provide support for developers apart from US and UK. I am from India and I want to know when this support is going to come. Whom should i contact for the same. Its really very

[android-developers] Problem while launching android emulator

2009-04-06 Thread Gaurav
Hi, I have done x86_64 android build on ubuntu. The build went successful. Initially i was getting the home screen while launching emulator, but now I am facing a problem. A blank screen with a text ANDROID is coming up. Can anybody suggest me what i should do to reslove the same. Regards,

[android-developers] Re: Syncml Support

2009-04-06 Thread Mark Murphy
angelo wrote: Will Android have syncml support??? Specifically some of us want to use our Android devices to talk to our company exchange/syncml servers.. Syncing with google calendar using the various programs isnt allowed.. Syncml works, just like symbian has it. Check out

[android-developers] c development + virtual machine = allowed?

2009-04-06 Thread guiha...@gmail.com
Hi, I'm the lead developer of TotalCross, a virtual machine that's just like the one used in Android, and targetted for small devices. Currently, using TotalCross, you write programs completely cross- platform among Palm OS 5, BlackBerry, iPhone, Windows 32, Windows CE (2,3,4,5,6) and

[android-developers] How to call the drupal services?

2009-04-06 Thread rusbob
Hi, all! I had many experiences. I am calling the WS on JBoss SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME); SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11); envelope.setOutputSoapObject(request);

[android-developers] groups

2009-04-06 Thread aru
hi friends kem che saru chene --~--~-~--~~~---~--~~ 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

[android-developers] Paid apps from Developers from countries apart from US and UK

2009-04-06 Thread karthikr
Hi Guys, I'm am from Inndia and I have developed a few applications. I want to release them as a paid app, currently only US and UK developers can release these apps. When is it going to be expanded, whom should I contact for knowing about these details? Its very frustrating having develped

[android-developers] Problem with debug.keystore

2009-04-06 Thread NicolasB
Hello everybody, I have a big problem and I didn't find any answer for this. When I want to create the MD5 Fingerprint of the SDK Debug Certificate i do the command keytool -list -alias androiddebugkey -keystore C:\Users\Nicolas\AppData \Local\Android\debug.keystore -storepass android -keypass

[android-developers] Re: calling servlet from application

2009-04-06 Thread Mark Murphy
Opal wrote: I need to call a servlet from my android app and send/receive some data (using post method). I don't know how to do it and reading the API doesn't help me very much. Do u know any solution or have any idea how to do it? If you use HttpURLConnection, it works the same as in

[android-developers] database backup

2009-04-06 Thread daniel.benedykt
Hi Is there a way to backup the database in case of hard reset? Does the user have access to the folder /data/data/appname/database ? Thanks Daniel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] No permission required for accessing Browser search History

2009-04-06 Thread BIRJODH
Hi, Why is there no permission required for accessing the browser search history? Is that data not sensitive enough like the call logs? Birjodh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: How to get the Uri of the contact photos?

2009-04-06 Thread wilddog
You can get the uri of the contact photo as following: //Get the uri of the person whose photo you want Uri person = . ; //Make the uri of the photo by appending photo's directory name. Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY); On 2월11일, 오전1시03분,

[android-developers] Re: send a image file on sdcard with email not messaging or other options

2009-04-06 Thread Gaurav Agarwal
Can someone please suggest a solution for this one. To be able to email a file without getting an option to message or use some other sharing mechanism looks like a pretty valid use case to me. On Mon, Apr 6, 2009 at 3:42 AM, Gaurav Agarwal gau...@silkenmermaid.comwrote: I will like to restrict

[android-developers] Re: UberColorPicker Demo

2009-04-06 Thread Dawson
I really like your little app. I have published my own called simply Color Picker in the android market if you check it out :) On Apr 5, 11:33 pm, Keith Wiley kbwi...@gmail.com wrote: I have created what I believe is a relatively useful color picker, derived and massively extended from the

[android-developers] Re: 2D accleration, request OpenGL

2009-04-06 Thread Romain Guy
This feature is not supported. The book mentions a feature that was available in a pre-1.0 SDK but got removed in 1.0 and 1.1. On Sun, Apr 5, 2009 at 1:47 PM, Dawson loljdaw...@gmail.com wrote: I've been doing a bit of reading (Professional Android Application Development) and in chapter 11

[android-developers] Web Browser stop Selection

2009-04-06 Thread Evan Ruff
Hello, I am developing a GWT-based application to be used on the Android Platform through the browser. The one big problem that I'm running into is the hijacking of my press-and-hold methodology. Basically, I've got an image that has a timer on it. When you press the button the timer runs

[android-developers] Re: How to receive NEW_OUTGOING_CALL?

2009-04-06 Thread d4rr3ll
Lucky-dog wrote: hi all I want to listen to outgoing call. Below is our manifest.xml and Listen.java. But when a outgoing call is doing, I got the following waring, and the receiver got no response. Would you like to help me out. Thank you very much. 03-23 16:05:09.227:

[android-developers] Books on Android development?

2009-04-06 Thread jkk251
The documentation on Google's websites is great, but it would also be great to have a text to carry around. Are there any *good* books on progrmming in Android yet? Thanks, Jim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: Books on Android development?

2009-04-06 Thread daniel.benedykt
Hi I think the best one is Professional Android application development (wrox). Also there are new book coming at the end of April, but I dont know if they are good or not because they haven't been published yet :) Daniel On Apr 6, 2:40 pm, jkk251 jkk...@gmail.com wrote: The documentation on

[android-developers] Re: Books on Android development?

2009-04-06 Thread Mark Murphy
jkk251 wrote: The documentation on Google's websites is great, but it would also be great to have a text to carry around. Are there any *good* books on progrmming in Android yet? I'm fond of mine, but I'm biased... ;-) http://commonsware.com/books.html Beyond those, I have heard generally

[android-developers] Can Android browser load from local server via 802.11 ad hoc?

2009-04-06 Thread Randall Parker
Can one use an Android phone to access basically local (think intranet for example) web servers to view pages? I ask this question because some cell phones with some phone network appear to use a special server to funnel cell phone requests thru and that the server offloads from the browser part

[android-developers] 2D accleration, request OpenGL

2009-04-06 Thread Dawson
I've been doing a bit of reading (Professional Android Application Development) and in chapter 11 it mentions requesting hardware acceleration for 2D drawing. It gives a code extract: myActivity.requestWindowFeature(Window.FEATURE_OPENGL); Now when I came to use this .FEATURE_OPENGL was not

[android-developers] Re: Problem while launching android emulator

2009-04-06 Thread Mark Murphy
Gaurav Jain wrote: I have done x86_64 android build on ubuntu. The build went successful. Questions regarding the Android source code are best asked on a discussion list pertaining to the Android source code: http://source.android.com/discuss -- Mark Murphy (a Commons Guy)

[android-developers] Re: c development + virtual machine = allowed?

2009-04-06 Thread Mark Murphy
guiha...@gmail.com wrote: I'm the lead developer of TotalCross, a virtual machine that's just like the one used in Android, and targetted for small devices. Currently, using TotalCross, you write programs completely cross- platform among Palm OS 5, BlackBerry, iPhone, Windows 32, Windows CE

[android-developers] Re: Windows Cupcake SDKs compilation

2009-04-06 Thread Al Sutton
After some digging around this turns out to be a problem with Cygwin 1.7 (http://www.mail-archive.com/cyg...@cygwin.com/msg94477.html) I now have a repo sync running, so, we may, just possibly, have an windows SDK build from the open repository sometime early tomorrow :). Al. On Apr 6, 1:19 

[android-developers] Re: c development + virtual machine = allowed?

2009-04-06 Thread Dianne Hackborn
Android is an open-platform so there is no legal way restricting what you can do. Android market does not have such a restriction on apps you put there (you should read the terms of service to know aht you can and can't do). However at this point we don't support native code in third party

  1   2   >