[android-developers] Re: possible to lock device?

2008-10-17 Thread hackbod
I believe PowerManager.goToSleep() should lock the device as part of putting it to sleep: http://code.google.com/android/reference/android/os/PowerManager.html#goToSleep(long) On Oct 16, 9:51 pm, Mast3rpyr0 [EMAIL PROTECTED] wrote: hmm i wish there was a simple lockDevice() method :P this is

[android-developers] Why is onPause() called

2008-10-17 Thread PAS
Hi all, I noticed that if the orientation of the phone changes (portrait to landscape mode), my Activity is restarted, calling onPause(), onStop(), onStart(), and onResume(). The same thing happens when my Activity is running and a phone call comes in. I would like to treat these two events

[android-developers] Background music in application

2008-10-17 Thread bins
hi all. How can play background music on android.while working my application I need To play an audio file in background of the application..how can i DO that..,I know that Can do With MediaPlayer But I am getting an Error Like 10-16 11:12:02.549: WARN/AudioFlinger(23): write blocked for 83

[android-developers] Re: possible to lock device?

2008-10-17 Thread shailesh prakash
Sure it does, but if your phone is stolen then it should wake up in password lock mode and ack should send to alternative number or mail with gps location and cell ID(network operator's cell). On Fri, Oct 17, 2008 at 11:34 AM, hackbod [EMAIL PROTECTED] wrote: I believe

[android-developers] Re: file that is wriiten on an SDCard not visible

2008-10-17 Thread Megha Joshi
2008/10/15 guru [EMAIL PROTECTED] I needed to download a file and store it in my sdcard.I first save it by writing in the output stream(by using openFileOutput) in the application package.From here I copy it to my SDCard and its written on my SDCard.But when i see my SDCard in the file in

[android-developers] Andoird on Iphone

2008-10-17 Thread Geffá Felipe
I alredy seen this post somewhere around here, but here it goes again. Pls developers, try to make it work! The Iphone is a great piece of hardware. One thing that I've realy misted in the T-Mobile G1 is the multitouch interface. This can be very useful in lots of ways, mostly, I think, is to

[android-developers] how to decompeler the .apk file and who can apply the source code of contacts

2008-10-17 Thread android
SOS,now It has developed a contacts by google ,but I can't get the source code ,can anyone help me to decompiler the contacts.apk or send me the source code.Thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] RelativeLayout Help

2008-10-17 Thread Al_R
Hi all, I'm trying to position elements using the RelativeLayout system, but the 1st element is giving me headache. I can't find a way to make it align with another element next to it and also not push the EditText element from out of the screen. The EditText box is at the bottom. A quick mockup

[android-developers] geo fix # # # command skews the entered coordinates

2008-10-17 Thread bryan
Hi. I'm trying to track GPS updates in my app using telnet and the geo fix command. Logcat is reporting back different long/lat values from what I enter. I get the feeling that the geo command is doing some floating point math and breaking the coordinates. The margin of error is significant

[android-developers] RelativeLayout Help

2008-10-17 Thread Al_R
Hi all, I'm trying to position elements using the RelativeLayout system, but the 1st element is giving me headache. I can't find a way to make it align with another element next to it and also not push the EditText element from out of the screen. The EditText box is at the bottom. A quick mockup

[android-developers] Re: What happens to the Intent internally after startActivity ??? (especially to Google-Developers)

2008-10-17 Thread OC
OK. Thanks for the answer. The way you've explained, to put the object in the extras, is the way I actually do. But the extras aren't able to store any object at the normal way. I take the indirection through a HashMap. Like you'll see in the Code below, the concerning object is a PackageInfo.

[android-developers] DL Android

2008-10-17 Thread [EMAIL PROTECTED]
hey everyone, Does anybody know if we can download the Android Source (not the SDK, the real Android). And, if we can, somebody has a link?? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: How to detect whenever any Textbox gains focus?

2008-10-17 Thread Premier
Did you tried to implement onFocusChangeListener interface in an activity? On Oct 16, 9:23 pm, CM [EMAIL PROTECTED] wrote: I want to be able to set up a listener that can determine when any textbox in any application gains focus.  Is this possible?  Do I create a service with some kind of

[android-developers] Question regarding default Contacts application.

2008-10-17 Thread Tauno T
(Sorry if it's a double post but the first message (sent ~20 hours ago) disappeared from http://groups.google.com/group/android-developers after some time and it never reached my mailbox) Hi, I added a new contact in the default Contacts app and added all possible IM names to it. If I click any

[android-developers] Contacts.PresenceColumns documentation/API mismatch.

2008-10-17 Thread Tauno T
(Sorry if it's a double post but the first message (sent ~20 hours ago) disappeared from http://groups.google.com/group/android-developers after some time and it never reached my mailbox) The dox @ http://code.google.com/android/reference/android/provider/Contacts.PresenceColumns.html indicate

[android-developers] MapView showing GPS positions incorrect

2008-10-17 Thread HTP
we have found a strange thing with the mapViews. It shows our GPS- position wrong. If we tell the map to center it self around a big famous building in Malmo, Turning Torso, GPS position: lat: 55.364784, long:12.583482. Well then it centers it self in the sea. If we try the Swedish royal castle

[android-developers] Re: DL Android

2008-10-17 Thread Tauno T
The source is not yet released. Sorry. Quoting http://code.google.com/android/roadmap.html: Source Code Release We are currently in the process of preparing for the release of the source code. This includes a few key tasks: * Selection of hosting infrastructure * Updating the build

[android-developers] Re: call a soap web service from an android application

2008-10-17 Thread Cezar Augustus Signori
pretty response :D yeah, you have this two ways (at least) but probably, the best way to use webservices in mobile world is the RESTful way, rendering response as JSON, for the lightweight :D just a clue ;) On Oct 17, 1:26 am, shailesh prakash [EMAIL PROTECTED] wrote: Hi christian110011,

[android-developers] Re: Does Android 1.0 support progressive download of music and video files?

2008-10-17 Thread Guillaume Perrot
http://www.apple.com/quicktime/tutorials/hinttracks.html MP4Box is free and easy of use (MP4Box $file -hint) and works on linux (gpac package on debian/medibuntu repository) and it seems that a windows version also exits. Quiktime pro can also reencode your files to be hinted. On 15 oct,

[android-developers] Re: Mail api or access to mail authentication?

2008-10-17 Thread friedger
You can use Intent.ACTION_SEND together with Intent.EXTRA_STREAM. Friedger On 16 Okt., 19:12, Jake Maui [EMAIL PROTECTED] wrote: Is there an api that would allow for sending of a photo from your application to an individual on the contacts list? If not, can we use Javamail but have access to

[android-developers] Re: Android FreeTTS server interfacing, a speech solution for your projects

2008-10-17 Thread Wesley
hi, thanks to Alvaro Rivas, sharing out the TTS that you have done... but, many freeTTS interfacing??? isit?? most of them is not working??? but Now, the only problem is, your freeTTS, need to have TTSserver... can it be offline one??? I mean standalone in Android devices... I know some

[android-developers] Bitmap setPixel and getPixel not corresponding - 1 bit alpha mask bug?

2008-10-17 Thread kristianlm
Hi folks! After some struggle loading semi-transparent png files, I have come to realize there (probably) is something wrong with the android.graphics.Bitmap get and setPixel functions. When I run the following code: Bitmap b = Bitmap.createBitmap(2, 2, Bitmap.Config.ARGB_);

[android-developers] Re: Bitmap setPixel and getPixel not corresponding - 1 bit alpha mask bug?

2008-10-17 Thread kristianlm
it turns out any color value is set to 1 unless the alpha value is 0xFF in which case the colors are untouched (as they should be for all values of A!) shall I report a bug? On Oct 17, 10:31 am, kristianlm [EMAIL PROTECTED] wrote: Hi folks! After some struggle loading semi-transparent png

[android-developers] Re: Emulator Performance VS Real Phone Performance

2008-10-17 Thread abiyasa
Usually 15fps - 60 fps, depends on the game. 15 fps is good enough for puzzle/card game. For fast-action game, 30 fps is good enough. You can aim for 60 fps, but your code must be very very optimized. You have to make sure that each frame execution must be fast enough, not longer than 1/60 sec.

[android-developers] Re: Emulator Performance VS Real Phone Performance

2008-10-17 Thread abiyasa
I thought about decoupling the movement from the framerate (speed = pixels/second), but this requires the use for floats, which make the calculation rather slow. In agameyou should never tie the speed of movement to the frame rate, because that will of course vary across different

[android-developers] Re: Emulator Performance VS Real Phone Performance

2008-10-17 Thread Tjerk Wolterink
Ok, if you have a steady framerate that is possible,the point is that i want the framerate to be as high as possible. Or is that a stupid approach? What framerate is good enough. Too high framerates will result in bad audio performance. I read some stuff about gameprogramming and also understand

[android-developers] Re: How to query for my current location?

2008-10-17 Thread Matthias
Well, in other words, this whole location manager thing is pretty broken in Android 1.0? From what I've read and experienced myself so far, it's pretty much like this: 1) LocationManager cannot be subclassed anymore, instead you use the debug bridge to send location fixes. Unfortunately, this

[android-developers] Re: Android FreeTTS server interfacing, a speech solution for your projects

2008-10-17 Thread Alvaro Rivas
Hi Wesley, Yes, the freeTTS solution I provided to us needs a FreeTTS server. Your application must have an Internet connection. I'm developing an off-line version that I will open source too. This off-line version was done for the ADC I, but It has some bugs. The next step is to porting this

[android-developers] Re: Android FreeTTS server interfacing, a speech solution for your projects

2008-10-17 Thread Nanard
Great ! Thanks !! I will test it. Where is located the server ? On your PC ? On 'our' PC at home ? Can we have it always on line on the web ? do you know a free web site which allow to upload .war/.ear ? On 17 oct, 12:13, Alvaro Rivas [EMAIL PROTECTED] wrote: Hi Wesley, Yes, the

[android-developers] Re: Android FreeTTS server interfacing, a speech solution for your projects

2008-10-17 Thread Alvaro Rivas
Server is in my workspace machine, see the document provided, you must configure your IP address. I suggest you try it in your machine and then put the server in the web or where you want. Best regards 2008/10/17, Nanard [EMAIL PROTECTED]: Great ! Thanks !! I will test it. Where is

[android-developers] R.java file is not gettin created

2008-10-17 Thread dilu
Hi I am completely new to this project.When i am creating any project then R.java file is not getting created.due to which errors are comin in my filename.java file.due to this only i am getting error in androidmanifest.xml also. so,what to do? please give me guidance.

[android-developers] Re: HTC G1 for ADC developers (europeans, asians and africans): results

2008-10-17 Thread Alvaro Rivas
I'm European too, and I'm sad, I have been working a lot of hours in this platform, we have all contributed to grow the platform... 2008/10/17, qvark [EMAIL PROTECTED]: All I can say is I am an european Android developer, I have been working in this platform for months, I am one of the ADC

[android-developers] Alternative to SpannableStringBuilder.drawText()?

2008-10-17 Thread Tauno T
The method http://code.google.com/android/reference/android/text/SpannableStringBuilder.html#drawText(android.graphics.Canvas,%20int,%20int,%20float,%20float,%20android.graphics.Paint) does not exist in the 1.0r1SDK - what is the alternative to draw Spannable text (so that they are painted with

[android-developers] Re: Android FreeTTS server interfacing, a speech solution for your projects

2008-10-17 Thread Tauno T
Can I ask why you need to use TTS if you just want to play static sound files like wow or great job? Wouldn't it be easier if you just generated the sound files and bundled them with your game? I mean.. it's just a matter of playing back a few sound files that you can store in the /res/raw

[android-developers] Re: SQLite problems: how to use LIKE expression

2008-10-17 Thread Mark Murphy
Premier wrote: Hello world, like in object, i want to use LIKE expression in Android [CODE] private SQLiteDatabase db; ... Cursor resultCursor= null; resultCursor= db.query(false, DB_TABLE, null, id like %+id+%, null, null, null, null, null); ... [/CODE] I have not tried LIKE from

[android-developers] Re: HTC G1 for ADC developers (europeans, asians and africans): results

2008-10-17 Thread Al Sutton
In my view any developer outside the US have been totally insulted by the fact that no-one is thinking outside the 5% of people living in the US. I had previously had ideas about developing an application on Android, blogged about an idea, and was ready to roll when the release plan started

[android-developers] onHide/onShow methods?

2008-10-17 Thread pskink
hi, i have custom view that uses sortof timers (using handler.postDelayed). view is placed in AnimatorView and i would like to start/stop timer when its really needed - i mean my custom view shows/hides. i tried to override onWindowVisibilityChanged but it works only when i switch between

[android-developers] Exchange Server Support

2008-10-17 Thread Timbobsteve
Hi All, This isn't another thread asking if exchange server is supported on Android... so don't worry :P I just wanted to start a dialog with other developers about how to possibly tackle the MS Exchange support issues on Android. I'm not the best coder in the world, so I can't really provide

[android-developers] Re: HTC G1 for ADC developers (europeans, asians and africans): results

2008-10-17 Thread qvark
All I can say is I am an european Android developer, I have been working in this platform for months, I am one of the ADC finalist and I don't have a device to test my application and release it :( I'm receiving *a lot* of mails from people who have demo versions of the G1 and want to download

[android-developers] Re: Displaying Images

2008-10-17 Thread JavaAndroid
Hi All, I tried displaying a small image in ContentView. But when i run the application It says ImageApplication closed unexpectedly This is my Activity Class... public class ImageApplication extends Activity { /** Called when the activity is first created. */ @Override public

[android-developers] Re: RelativeLayout Help

2008-10-17 Thread Mark Murphy
Al_R wrote: Hi all, I'm trying to position elements using the RelativeLayout system, but the 1st element is giving me headache. I can't find a way to make it align with another element next to it and also not push the EditText element from out of the screen. The EditText box is at the

[android-developers] Re: RelativeLayout Help

2008-10-17 Thread shailesh prakash
Thanks Mark for your kind suggestion. I never know these detail about rendering on Android but I use scroll view for a long registration page and it works fine with large text view. Also I supply constant text in edit text as it make single pass and I suppress forward reference for text view

[android-developers] Re: Application Size Limits?

2008-10-17 Thread Ludwig
Thanks, I had not realized space available to user applications was that restricted. I will probably go for an optional add-on to be stored on SD-Card. Maybe add to Android wishlist: to be able to install applications (or part of applications) to SDCard. Ludwig 2008/10/16 hackbod [EMAIL

[android-developers] Re: Problem with MapView

2008-10-17 Thread Ludwig
Do you actually have a location set? I vaguely remember that I once had the grey screen, where it was not the permission to get the data off the net, but the fact that the view did not know what/where to view. Ludwig 2008/10/17 Matthias [EMAIL PROTECTED] That didn't work for me. I am still

[android-developers] Re: Exchange Server Support

2008-10-17 Thread zero
if there would be a group of developers willing to build an opensource implementation of MAPI for java, i'd be happy to contribute. but it's way to huge to tackle it alone. at least, for me. there's propably a few other ways, like webdav, to connect to exchange, but they differ in stability, and

[android-developers] Re: Background music in application

2008-10-17 Thread cH3Lu eu
Your audio player is free? :) I'm trying to do one too, and i'm quite a beginner and some source code would help a lot, of course if you want to share :) Thanks in advance. 2008/10/17 zero [EMAIL PROTECTED] i just finished a audioplayer service last night, works quite well. i've seen this

[android-developers] adb Error: ADB server didn't ACK

2008-10-17 Thread Anm
I have a strange problem with my setup. I went to begin programming this morning, but Eclipse wouldn't start my apps, giving me this error: The connection to adb is down, and a severe error has occurred. It appears I'm not alone, as this unanswered thread asks the same problem:

[android-developers] Yet another HTTPS problem with HttpClient in Android SDK v1.0r1

2008-10-17 Thread Guillaume Perrot
On android 1.0 I tried to connect to my https server which uses a self- signed certificate: Here is my code, which uses a custom hostname verifier: /* Create and initialize HTTP parameters */ HttpParams params = new BasicHttpParams(); ConnManagerParams.setMaxTotalConnections(params, 2);

[android-developers] Re: Problem with MapView

2008-10-17 Thread Matthias
darn, nevermind... the Maps demo in ApiDemos is also missing that file, produces the same error, but it does show a map. this is getting more obscure with every minute. On Oct 17, 3:56 pm, Matthias [EMAIL PROTECTED] wrote: Yes, I do have a location set. I think I know where the problem

[android-developers] Re: Problem with MapView

2008-10-17 Thread Matthias
oh boy... I have figured out what went wrong... I used the geo command to send location fixes, but this thing takes GPS coordinates as lon/lat pairs, not as lat/lon (like any GEO-related API that I have ever seen does), so the map dropped me in some uncharted lands (which were gray...). Great,

[android-developers] Re: SQLite problems: how to use LIKE expression

2008-10-17 Thread Premier
The problem is '%?%' . It doesn't recognize that string. On 17 Ott, 12:48, Mark Murphy [EMAIL PROTECTED] wrote: Premier wrote: Hello world, like in object, i want to use LIKE expression in Android [CODE] private SQLiteDatabase db; ... Cursor resultCursor= null; resultCursor=

[android-developers] Re: SQLite problems: how to use LIKE expression

2008-10-17 Thread Mark Murphy
Premier wrote: The problem is '%?%' . It doesn't recognize that string. If you are expecting ? to be a wildcard (e.g., single character), that's not the SQLite syntax. http://www.sqlite.org/lang_expr.html -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to

[android-developers] Re: Android FreeTTS server interfacing, a speech solution for your projects

2008-10-17 Thread Wesley
Hi, Because my game can have story, conversation, or dialog, or so on... I believe TTS not only benefit to game field, and also to dev app... + this also bring out the specialty of android platform compare with any mobile platform in the market if n only if google willing to release it in next

[android-developers] Re: MapView and Zoom Control in 0.9 SDK

2008-10-17 Thread Mark Murphy
Matthias wrote: Just to get this straight, one has to *subclass* MapView in order to enable simple things such as zooming? No. Step #1: Put a spot for the zoom controls in your layout (e.g., a LinearLayout named R.id.zoom) Step #2: Tell Android where the zoom controls go: ViewGroup

[android-developers] Adding self to menus on other applications

2008-10-17 Thread Shade
Hello! It is possible to add my activity to build-in browser's menu? Working example wanted. Thank you. With respect, Michael PrinterShare team --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: MapView and Zoom Control in 0.9 SDK

2008-10-17 Thread shailesh prakash
Guys let me end the discussion with this, //--- final ZoomControls zoomControls = (ZoomControls) findViewById(R.id.ZoomControls); zoomControls.setOnZoomInClickListener(new

[android-developers] help needed on webservice (ksoap2)

2008-10-17 Thread CJ
Hi, guys finally i gave up on trying it by myself. i am dying for help. plz thanks CJ my situation is pretty simple. i have a webservice set up using php under apache. i have ksoap2-android-full-2.1.2.jar imported in eclipse. on android client, i have uses-permission

[android-developers] Re: background process

2008-10-17 Thread Ludwig
You will need to implement a service and have something that listens for the boot completed message being broadcast. I wrote about this at http://androidgps.blogspot.com/2008/09/starting-android-service-at-boot-time.html HTH Ludwig 2008/10/17 [EMAIL PROTECTED] [EMAIL PROTECTED] I 'm

[android-developers] Using the browser environment

2008-10-17 Thread Anders Rundgren
I'm in an very early state trying to create a content listener that would start when the browser hits a MIME it doesn't understand. That is feasible, right? However, I want this app to block (as long as it is active) the browser and start communicating back to the server using the existing

[android-developers] Re: help needed on webservice (ksoap2)

2008-10-17 Thread shailesh prakash
It works fine on mine service using java, hope php has similar implementation. See this may be error due to some semantic mistake. also check for wsdl with the browser. Those are some mistake I have done earlier. But I go with the original j2me jar. On that implement extra classes of

[android-developers] How to debug the real phone G1?

2008-10-17 Thread [EMAIL PROTECTED]
Any document about it so far? I would like to see something like Microsoft Activesync: just plug in the usb cable to PC, then you can debug! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] ImageView not displaying at all

2008-10-17 Thread Alvin Yates
I'm not entirely sure what my issue is here. Basically, I have a set of PNGs I'm simply trying to display on a page as follows, to see how they would fit on the page: Image - Image Image Image Image Image All of the images are in the res/drawable with similar android:src tags. What's

[android-developers] How open Android will be?

2008-10-17 Thread [EMAIL PROTECTED]
Google will release the source code soon. Can we build the source code and load the image into the phone? I guess not... otherwise, how google and wireless carriers can control the phone? Just read the news that google have a backdoor in the phone so they can uninstall an app if they don't like

[android-developers] How to setting alarm clock in my app.

2008-10-17 Thread Featheast Lee
anybody can help me that i want to invoke the Alarm Clock from my application, any method to do this? or simply just use a timepicker to setting the alarm time? how to do this? thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: call a soap web service from an android application

2008-10-17 Thread opengl es
Hi, I can't find AndroidHttpTransport... (I'm using android-sdk-windows-1.0_r1) Franck On Oct 17, 6:26 am, shailesh prakash [EMAIL PROTECTED] wrote: Hi christian110011, for kSOAP, you have to do something like this : // you have to download ksoap for j2me and extend it's

[android-developers] Re: I can't start project in Eclipse 3.2 with Android 1.0 SDK (Ubuntu 8.04)

2008-10-17 Thread Brad Pitcher
I believe you need eclipse 3.3 or 3.4 as detailed here: http://code.google.com/android/intro/installing.html#developmentrequirements On Oct 16, 3:21 pm, Selmi [EMAIL PROTECTED] wrote: my system is Ubuntu 8.04 32bit version at the beginnig I had Eclipse installed, also Android SDK 0.5 and

[android-developers] Re: Windows driver for HTC G1 phone

2008-10-17 Thread Ari Block
i would like to install a application not via the market but via the usb, how can i do that ? --~--~-~--~~~---~--~~ 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] Install Apps on G1

2008-10-17 Thread Ari Block
Hi All, I got the G1 and am having somw issues to install an app, when i run this : adb install test.apk and get this : error: device not found I can see this on USB Android Phone HTC Android Phone USB Device Mass Storage HT840LD00030 VID 0bb4 PID 0c01 Class 08 Sub 06 Protocol 50 2.

[android-developers] Re: Exchange Server Support

2008-10-17 Thread Timbobsteve
Hi Zero, For what it's worth I can supply my time and effort to an Exchange client/library. From what I can see most of the opensource stuff on MAPI is limited to Exchange 2000. Most other implementations access Exchange through Outlook Web Access (OWA) + WebDAV. I will read up on using

[android-developers] Please convert this code 1.0version from m5.

2008-10-17 Thread mailss
This code is m5 version. I want to convert this code. import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.app.Activity; import android.os.Bundle; import android.media.MediaPlayer; import android.os.DeadObjectException; import

[android-developers] Re: Background music in application

2008-10-17 Thread zero
just hop over to openintents.org , you'll find more information on the developers list. also, code can be checked out from the repository. it's apache 2 license , so yes its free but not as in free beer ;-) ;-) be warned though, it's currently fast changing code and nowhere near stable. bugfixes

[android-developers] Re: How open Android will be?

2008-10-17 Thread Mark Murphy
[EMAIL PROTECTED] wrote: Google will release the source code soon. Can we build the source code and load the image into the phone? That is a question for the device manufacturers. HTC, makers of the T-Mobile G1, have a good track record in this area. We will see how the G1 pans out, just as

[android-developers] Re: Exchange Server Support

2008-10-17 Thread Timbobsteve
Just stumbled across a nice stepping stone here: http://www.saunalahti.fi/juhrauti/index.html It appears to be a good start to WebDAV / OWA via Java. I haven't got a whole lot of time right now, but I will try and read as much of it as I can over the weekend. Hope others want to help with this

[android-developers] How to suppress the window title/chrome completely at all times?

2008-10-17 Thread Cheryl Sedota
Despite the fact that I set the FEATURE_NO_TITLE param in my activity's onCreate method, there is a period of time while the activity is loading that I see the title/chrome on the 1.0 SDK (and all previous SDK versions too): //Hide the title bar requestWindowFeature(Window.FEATURE_NO_TITLE); Is

[android-developers] Re: MapView and Zoom Control in 0.9 SDK

2008-10-17 Thread Matthias
Just to get this straight, one has to *subclass* MapView in order to enable simple things such as zooming? I can't help it, but to me it seems that with every step forward, Android takes two steps backwards. On Aug 28, 8:42 pm, marcel-182 [EMAIL PROTECTED] wrote: Hi all, I extended the

[android-developers] AndAppStore.com ready for action...

2008-10-17 Thread Al Sutton
I've put the final major set of requested features in, and so it's ready to be hit by anyone lucky enough to be unboxing their early-arrival G1... The site now has; - A reminder when visited from an Android device to enable to the Unknown Sources option to allow apps to install. - A commenting

[android-developers] Re: Failed basic authentication with httpclient - 401 status code

2008-10-17 Thread ukchucktown
I was mistaken, the demo server I'm trying is using digest authentication. The error makes sense then, my ported code is only supporting basic authentication right now. Grant --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: help needed on webservice (ksoap2)

2008-10-17 Thread CJ
in wireshark, i did not find any traffic sent out to the service server. so, my guess is it did not get sent out at all. On Oct 17, 12:05 pm, shailesh prakash [EMAIL PROTECTED] wrote: It works fine on mine service using java, hope php has similar implementation. See this may be error due to

[android-developers] can not run emulator built from source code

2008-10-17 Thread allstars
hello world i download the emulator source from Google and try to build it (version 1.0r1) first i met a compile error about _mm_add_si64 i seek a solution? on android issues

[android-developers] Re: How to setting alarm clock in my app.

2008-10-17 Thread Megha Joshi
You can use the AlarmManager: http://code.google.com/android/reference/android/app/AlarmManager.html ApiDemos/app has an example of how to use it: http://code.google.com/android/samples/ApiDemos/src/com/example/android/apis/app/ 2008/10/17 Featheast Lee [EMAIL PROTECTED] anybody can help me

[android-developers] Re: How to debug the real phone G1?

2008-10-17 Thread Romain Guy
You can just plug the phone in. But first you need to enable USB debugging in Home Menu Settings Applications Development. On Fri, Oct 17, 2008 at 1:28 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Any document about it so far? I would like to see something like Microsoft Activesync:

[android-developers] Re: Install Apps on G1

2008-10-17 Thread Rohit Mordani
Do you have a development G1? I have heard that you cannot install apps (via adb) on a production G1 phone Rohit On Oct 17, 2:38 am, Ari Block [EMAIL PROTECTED] wrote: Hi All, I got the G1 and am having somw issues to install an app, when i run this : adb install  test.apk and get this  :

[android-developers] Re: Windows driver for HTC G1 phone

2008-10-17 Thread hackbod
Use adb install path to .apk On Oct 17, 5:28 am, Ari Block [EMAIL PROTECTED] wrote: i would like to install a application not via the market but via the usb, how can i do that ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: How to suppress the window title/chrome completely at all times?

2008-10-17 Thread hackbod
You should set the theme of the activity in your manifest to the Theme.NoTitleBar. This is the information used to show the initial preview window as your activity is launched. On Oct 17, 9:42 am, Cheryl Sedota [EMAIL PROTECTED] wrote: Despite the fact that I set the FEATURE_NO_TITLE param in

[android-developers] Re: Install Apps on G1

2008-10-17 Thread hackbod
You can install apps on production phones. Make sure you have turned on USB debugging in Settings - Applications - Development On Oct 17, 11:00 am, Rohit Mordani [EMAIL PROTECTED] wrote: Do you have a development G1? I have heard that you cannot install apps (via adb) on a production G1 phone

[android-developers] Re: Windows driver for HTC G1 phone

2008-10-17 Thread Ari Block
that will not work in win since there is do driver for the G1. i got the following info : The driver should be with the next update of the SDK. You don't need a driver if you use Linux or Mac OS X. i will try this out Sunday... --~--~-~--~~~---~--~~ You received

[android-developers] Re: Install Apps on G1

2008-10-17 Thread Ari Block
Thanks i did however turn it on, but i do not have the driver for windows however i have learned the following : The driver should be with the next update of the SDK. You don't need a driver if you use Linux or Mac OS X. btw, yes i have the real production G1 :-) I will test this sunday,

[android-developers] Re: Program Finished - Now What?

2008-10-17 Thread zl25drexel
yes, see http://ant.apache.org/manual/CoreTasks/signjar.html On Oct 15, 11:15 am, MojoChris [EMAIL PROTECTED] wrote: An Ant task for this would be great. Anybody got one? I'm not that point yet in my development or I'd build one. Thanks C. On Oct 15, 10:37 am, Teo [EMAIL PROTECTED]

[android-developers] MediaPlayer streaming playback

2008-10-17 Thread Jason Proctor
thanks for the response. unfortunately it seems that ffmpeg spits out 3gps that don't have moov or mdat atoms. not to be put off by this, i tried MP4Box anyway, but the only MacOS binary i could find is dependent on codec libraries which don't compile. seems that i will have to find a Linux

[android-developers] Is there printable documentation?

2008-10-17 Thread KansasCoder
I would love to have a PDF of the APIs and framework. Is there any available? --~--~-~--~~~---~--~~ 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: Windows driver for HTC G1 phone

2008-10-17 Thread RonS
Any idea where can I get the USB driver so that adb will see the G1? RonS --~--~-~--~~~---~--~~ 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] Printable Documentation

2008-10-17 Thread KansasCoder
I would love to print the APIs and other class information so I can read them on a flight. Are there PDFs anywhere? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Changing the gravity of titles in Activity themes

2008-10-17 Thread tomgibara
It doesn't appear to be possible to change text alignment (gravity) using android:windowTitleStyle or any of the related properties. Can anyone tell me if this is an intentional limitation, a bug, or a mistake on my part? Thanks, Tom. --~--~-~--~~~---~--~~ You

[android-developers] When is the App Market Opening?

2008-10-17 Thread BikingBill
We have an application we would like to release into the App Market. Does anyone know when that will be turned on. Thank you, Bill --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Android developers UNITE!

2008-10-17 Thread david
Ladies and gentlemen, I know many of you are working on your applications for your company or for a client. However, there are also many maverick developers out there writing code on their own. I am writing this message to invite those individuals who have an app and a dream to join our

[android-developers] Re: When is the App Market Opening?

2008-10-17 Thread Shane Isbell
Hi Bill, You can stock your app at http://slideme.org, which is an alternative to the Google Market. We are releasing an app market client shortly after launch, with billing support the following week. Thanks, Shane On Fri, Oct 17, 2008 at 12:32 PM, BikingBill [EMAIL PROTECTED] wrote: We

[android-developers] MAC address?

2008-10-17 Thread Mark Murphy
I'm still on my unique device ID kick. In Java 6, NetworkInterface has getHardwareAddress() to return the MAC address. According to the docs, Android 1.0r1 lacks this method. Anyone know another way to get the MAC address of an Android device? Thanks in advance! -- Mark Murphy (a Commons

[android-developers] Re: R.layout.dialog_activity cannot be resolved

2008-10-17 Thread Ludwig
I think the error message is pretty clear: you do not have a resource layout/dialog_activity.xml.Yours is called main.xml. Either try to load R.layout.main or rename main.xml dialog_activity.xml. HTH Ludwig 2008/10/13 mushimi [EMAIL PROTECTED] Hi, I follow sample Dialog Activity and have

[android-developers] Re: Printable Documentation

2008-10-17 Thread KansasCoder
Thank you!! On Oct 17, 2:34 pm, Ludwig [EMAIL PROTECTED] wrote: Someone posted this a few days ago:http://groups.google.com/group/android-developers/browse_thread/threa... (I have never looked at it, so I cannot say if it is any good) Ludwig 2008/10/17 KansasCoder [EMAIL PROTECTED]

[android-developers] Re: Changing the gravity of titles in Activity themes

2008-10-17 Thread hackbod
It's not something that was a priority for 1.0. Those kinds of things are tricky, because you need to balance how much the app can customize vs. how much a hardware manufacturer can customize. On Oct 17, 12:30 pm, tomgibara [EMAIL PROTECTED] wrote: It doesn't appear to be possible to change

  1   2   >