[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 ma

[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 "A

[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 r

[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 t

[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 in

[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 inf

[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, 17:53,

[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 acc

[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 package

[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_); b.s

[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

[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. F

[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 differen

[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 t

[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 code

[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. > > Wher

[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 th

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

2008-10-17 Thread Premier
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] That code throws an exception. How i can do? Thank

[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 t

[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 fo

[android-developers] Re: Problem with MapView

2008-10-17 Thread Matthias
That didn't work for me. I am still getting a grey plane where the map should be. :-/ Any other ideas? On Aug 20, 9:32 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > Move the uses-permission tags above the application tag: > >   /> >     > >     android:label="@string/app_name"> >       > > On

[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 trie

[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 to

[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 activ

[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 e

[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 or

[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 vo

[android-developers] Re: Why is onPause() called

2008-10-17 Thread Mark Murphy
PAS wrote: > 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 t

[android-developers] Re: creating an address book

2008-10-17 Thread dileep singh
Thaaks a lot. one more thing i would like to ask from you that R.java file is not getting generated when i am creating any new project..due to which i am getting error in androidmanifest.xml also. please help me. On Thu, Oct 16, 2008 at 2:33 PM, And-Rider <[EMAIL PROTECTED]>wrote: > > Try out t

[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 > bo

[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 coz

[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 PROTECT

[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: Announcement: yet another Android GUI prototyping tool

2008-10-17 Thread AlexK
New version released today - 1.1 a lot of changes, new controls and Android GUI primitives. On Oct 13, 1:36 pm, AlexK <[EMAIL PROTECTED]> wrote: > Hi, > > Today I found one more GUI prototyping tools for Android, and I found > it more promising and professional in compare to DroidDraw. > > Andro

[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 c

[android-developers] Re: Background music in application

2008-10-17 Thread zero
i just finished a audioplayer service last night, works quite well. i've seen this warning once or twice too, but not so much of them. what are you doing exactly ? On Oct 17, 8:24 am, bins <[EMAIL PROTECTED]> wrote: > hi all. > > How can play background music on android.while working my applicati

[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 thi

[android-developers] Announcements: Android GUI Prototyping Stencils New Version just released!

2008-10-17 Thread AlexK
Hi Everyone, Today ArtfulBits announce a release of a second version of Android GUI Prototyping Stencils... More details can be found here http://www.artfulbits.com/android/stencil.aspx Version 1.1: more controls and samples added; Added new stencil - Android GUI Icons. Now you can use for proto

[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: http://gr

[android-developers] Re: Problem with MapView

2008-10-17 Thread Matthias
Yes, I do have a location set. I think I know where the problem originates from though. As has appeared in the log traces before, the gray map thing seems to happen when the error "Couldn't find file /data/data// DATA_Tiles" occurs; from my understanding, this file holds the map tile data from wh

[android-developers] Re: background process

2008-10-17 Thread [EMAIL PROTECTED]
I 'm interested too by running my program at the same time of boot, and in background. I try with thread, but that's display application, and next start thread. So that's not good. any idea? thanks On 14 oct, 11:22, zeshu <[EMAIL PROTECTED]> wrote: > How to design a process that boots itself

[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 o

[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; > > r

[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 And

[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 rel

[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 zoom=

[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" gro

[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 ZoomControls.O

[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 havein the manifest file http://schemas

[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 inter

[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 brows

[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 ksoap2-androi

[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 s

[android-developers] Invitation to upload software to Phoload

2008-10-17 Thread Jamie McDonald
Hello everyone, We would like to invite developers to upload their Android software to a new community mobile software download website called Phoload (http://www.phoload.com). Phoload launched last month and is designed to make discovering and downloading free mobile games and applications simp

[android-developers] About alarm clock for app.

2008-10-17 Thread Featheast Lee
i want to add the alarm clock setting in my application actually android has a very nice alarm clock in the emulator does anybody know how to invoke this from my application, such as click a button if above method cannot work out, any other ways to edit the phone alarm time by using timepicker?

[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 it

[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 t

[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 > org.ksoap2

[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-de

[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. And

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

2008-10-17 Thread ukchucktown
I'm trying to port an open source RETS client to the Android platform. The original client used Apache httpclient. I'm trying to test login to a demo RETS server that uses basic authentication. The demo login works fine when I test from web browsers. When I try a login from the emulator I get a 40

[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 WebD

[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 java.lang

[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. bugfi

[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 a

[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 Ma

[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 commentin

[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 G

[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 t

[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 http://code.google.com/p/android/issues/detail?id=838&can=1&q=emulator&colspec=ID%20Type%20Version%20Security%20Status%20

[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 m

[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 Actives

[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

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

2008-10-17 Thread hackbod
Use "adb install " 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 Google Gr

[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 i

[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 G

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

2008-10-17 Thread CJ
go get this http://www.tuxpan.com/android-soap/android-ksoap2-build.zip On Oct 17, 11:25 am, opengl es <[EMAIL PROTECTED]> wrote: > 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:

[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, Than

[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 PROTEC

[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 b

[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@googleg

[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@googlegrou

[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, se

  1   2   >