[android-developers] How to control callers for my service?

2009-10-20 Thread bear tung
Hi, all I have a apk which is a service. I want some apk can call my service's func, others can not. How can I get this done? use permission? thanks!! Bear --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: uninstall an application

2009-10-20 Thread XC He
Try: Uri packageURI = Uri.parse(package:+packageName); Intent uninstallIntent = new Intent(Intent.ACTION_DELETE, packageURI); startActivity(uninstallIntent); But not for system package nemate...@gmail.com Hi I want to uninstall my application programmatically..is it possible?

[android-developers] Re: uninstall an application

2009-10-20 Thread XC He
Anyone know how to trace or debug inputmethod service under Eclpse? I need step by step tracking. Thanks. Best Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Google wave invitations...?

2009-10-20 Thread Mingli Wang
may somebody send me one, I really love it --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: In-App purchasing

2009-10-20 Thread Abdul Mateen
Well! I am still figuring out the way to publish the paid applications from the countries not listed in Android Market allowed for paid apps, and it seems inApp purchasing is a good technique. But is there any API we can use to process payment through google payment processors. On Mon, Oct 19,

[android-developers] Re: Google wave invitations...?

2009-10-20 Thread vass one
Did anyone get an invite? I was just wondering if anyone received a Wave invite? I've tried everywhere 2009/10/19 Joshua Scarsbrook jscarsbr...@gmail.com If there is another one left, i would like it. On 18/10/2009 8:37 a.m., AuthorityAction wrote: If there are any left, I would like

[android-developers] Re: How can i bring an activity to foreground from background manually?

2009-10-20 Thread pink 444
Thanks for your replay. Can u give me a working example for letting an activity to foreground using notifications. On Oct 19, 6:17 pm, RichardC richard.crit...@googlemail.com wrote: Notificationhttp://developer.android.com/reference/android/app/Notification.html --

[android-developers] Uninstall not working

2009-10-20 Thread SCMSoft
Hi, Since a few days, we get an increasing number of reports of users that are unable to uninstall multiple of our applications. Often people give a 1 star rating in the market then, is it possible to fix this? Our users comments are for instance: Uninstalled it yet still appears as installed

[android-developers] Numeric-only soft keyboard

2009-10-20 Thread Armond Avanes
Hi Guys, How can I set numeric-only soft keyboard option for a text field? When I set the input-type to number it brings a soft keyboard which is actually a alpha-numeric one but already switched to numeric mode. What I want is a pure numeric soft keyboard with big numbers (no alphabets at

[android-developers] Re: KSoap - How to pass a dataset to a dotNet webservice?

2009-10-20 Thread Dave Gracie
Thats actually the first thing I tried. I passed in the ms soap version of the dataset but still didnt work. I think I only have one option and that is to build up the soap request (xml) manually and post it myself, removing teh need for KSoap. 2009/10/19 gjs garyjamessi...@gmail.com Hi

[android-developers] Re: Memory leak or feature

2009-10-20 Thread Mika
So has anybody been able to test the sample app and found the leak. To me this seems a quite serious bug or I might have misunderstood some fundamental Android concept. But I doubt that it is desired behavior to leave Activities (or at least not its views) in memory when they are not used. -Mika

[android-developers] Is your Android app on Archos Market ?

2009-10-20 Thread arnouf
If you have developed or if you are developing applications, and they are on the Android Market - Great! - But these apps are only available for devices that have contracts with Google. Archos, a major PMP manufacturer, launched its first device on 25th of September: the Archos 5 IT. Archos has

[android-developers] Android Dev Guide example for Audio recording doesn't work with SDK 1.6

2009-10-20 Thread rezar
I tried to record call from mic. when a phone call is initiated. I use the code from this link: http://dev.android.com/guide/topics/media/index.html But it seems it doesn't work any more, e.g. MediaStore.MediaColumns. does not have TIMESTAMP, I can not instantiate a ContentResolver object, etc.

[android-developers] Re: How can i bring an activity to foreground from background manually?

2009-10-20 Thread pink 444
After studying some articles regarding notifications .I have understood something that after clicking on the notification only specified activities are activated or brought into foreground. But in my application i have to bring an activity as soon as a background event occurred.

[android-developers] Join .Net Community

2009-10-20 Thread Shawon_
Join .Net Community This group represents the Microsoft .Net community. All .net programmers all around the world are welcome here. In this group you'll find the latest releases of .Net related products, frameworks, Upgradation, technologies, IDEs etc. You also can share your experiences and

[android-developers] Re: How can i bring an activity to foreground from background manually?

2009-10-20 Thread RichardC
I have had a quick look and can't see anyway to do what you want (there might be a way I just can't find it). One of the reasons if I read about (on other platforms) for NOT implementing bring my app to the front and make it active right now is that it soon degenerates into application wars,

[android-developers] Memory usage of an activity / thread

2009-10-20 Thread Zonakusu
Memory usage is a big isue when programming for android. When I created the base of the application I'm currently building, I just tested the part (activity) that I just worked on. Last week the base was done so I could focus on other things, including performance. My application crashed

[android-developers] Re: How can i bring an activity to foreground from background manually?

2009-10-20 Thread pink 444
What i want to implement is i have a service which will wait on a socket for network events. On some network events service has to notify the application activity to update GUI elements. If at all my activity is not running how can i update GUI.At any i have to update GUI as soon as

[android-developers] Re: How can i bring an activity to foreground from background manually?

2009-10-20 Thread Nithin
Hi Shiva, try this, may help... whichever activity, that you want to put in the foreground, use an Intent, by setting this flag... intent.setFlags(Intent.FLAG_ACTIVITY_BROUGHT_TO_FRONT); Thanks Nithin On Oct 20, 3:20 pm, pink 444 pnk...@gmail.com wrote:    What i want to implement is i

[android-developers] Re: How to do ListView dynamic item growing?

2009-10-20 Thread wangxueming
Thanks @Guru OnScrollListner is a better choice. On 10月13日, 下午11时43分, Mark Murphy mmur...@commonsware.com wrote: wangxueming wrote: Now I want to make a ListView,with 20 items, Then when it scroll to the end, I get new data and add to the end of ListView dynamic. Just Like ListView

[android-developers] Re: Google wave invitations...?

2009-10-20 Thread Getto
One for me? Thanks. .g On Oct 16, 4:32 pm, budziq bud...@gmail.com wrote: Well. Who wouldn't want one ;)? I guess I'd like one too ;) On Oct 16, 4:02 pm, Carl Whalley carl.whal...@googlemail.com wrote: I'd love an invite too ... anyone ... thanks! On Oct 16, 2:26 pm, Gavin Aiken

[android-developers] problem in playing mp4 video file

2009-10-20 Thread loril...@gmail.com
Hi All I am trying to play a mp4 video file from remote url on my device. (File size = 5.7 MB) I am getting following error: Command PLAYER_INIT completed with an error or info PVMFErrContentInvalidForProgressivePlayback Could anyone please let me know how to resolve this error?

[android-developers] Re: How can i bring an activity to foreground from background manually?

2009-10-20 Thread pink 444
Thanks for your replay. But the thing here is if at all we click on the notification only intent will bring the Activity up. I want to bring the activity to foreground without clicking any thing.For that what can i do. Can i bring the activity to foreground using notifications

[android-developers] TabWidget, TabSpec programmatically and refresh data within the tabs from onResume

2009-10-20 Thread David G.
hi there. I'm a newbie using android sdk. In my first application, I have a TabWidget which is defined into the xml. It can contains several tabs, created programmatically. The number of tabs depends of the data coming from a web service. I want to reload the data each time the application is

[android-developers] E/AndroidRuntime( 321): java.lang.VerifyError: de.stefandahmen.android.TourList

2009-10-20 Thread Stefan
Hi, i get following error, if i test my app on a real android phone. On the emulator, my app works fine. W/dalvikvm( 321): threadid=3: thread exiting with uncaught exception (group=0x4000fe70) E/AndroidRuntime( 321): Uncaught handler: thread main exiting due to uncaught exception

[android-developers] stop camera click sound programmatically in android

2009-10-20 Thread mudit
hello.. I am using android's default camera to click images from within my app. I want to stop the click sound that it does on clicking an image. Is there a way to stop that click sound programtically? Thanks. --~--~-~--~~~---~--~~ You received this message

[android-developers] Layout with all cells the same size

2009-10-20 Thread David Given
I'm trying to do something incredibly simple: I want a layout which evenly divides the space up among its children, so each child is the same size. I cannot figure out how to do this. LinearLayout appears to assign space to all of its children and then allocate the *remaining* space --- so a

[android-developers] Trouble with Ringtone.getTitle() in 1.6

2009-10-20 Thread jarkman
We're seeing a problem with Ringtone.getTitle() in 1.6. Sporadically, getTitle() will return Unknown ringtone instead of the proper title. It seems to be timing-dependent, and is most likely to go wrong when we ask for the title of a tone twice in rapid succession. Here's a typical log, showing

[android-developers] modify active intentfilter

2009-10-20 Thread Bart van Wissen
Let's say that I have a BroadcastReceiver that has already been registered, and I want to change its IntentFilter at that moment (add a new data authority for example). Is this at all possible? Or do I have to unregister it first, and then re-register it with the updated IntentFilter?

[android-developers] Re: E/AndroidRuntime( 321): java.lang.VerifyError: de.stefandahmen.android.TourList

2009-10-20 Thread Stefan
Hi, my TourList.java is very small: //imports and package public class TourList extends ListActivity { File dir = Environment.getExternalStorageDirectory(); String[] fileList = dir.list(new FilenameFilter() { public boolean accept(File d, String name) { return

[android-developers] can I get a Google wave invitations?

2009-10-20 Thread wongxming
Is someone can send me an invitation on Google wave? m.wongxm...@gmail.com --~--~-~--~~~---~--~~ 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: E/AndroidRuntime( 321): java.lang.VerifyError: de.stefandahmen.android.TourList

2009-10-20 Thread Stefan
i have found the error... The NavTrack class includes the new TTS engine, which isnt included in the sdk 1.5 So the NavTrack class could not be compiled and in the onListItemClick function, the Intent couldnt find NavTrack.class Regards, Stefan

[android-developers] Re: problem in playing mp4 video file

2009-10-20 Thread loril...@gmail.com
The MediaPlayer / VideoView only support progressive streamable contents Following link helped me in figuring out the problem: http://groups.google.com/group/android-challenge/msg/114f11e31351840d Now I am getting another error playing another mp4 file: Command PLAYER_PREPARE completed with an

[android-developers] Re: can I get a Google wave invitations?

2009-10-20 Thread vass one
Could I also please have one - vass...@gmail.com 2009/10/20 wongxming m.wongxm...@gmail.com Is someone can send me an invitation on Google wave? m.wongxm...@gmail.com -- Nothing in the world can take the place of persistence. Talent will not; nothing is more common than unsuccessful

[android-developers] Re: can I get a Google wave invitations?

2009-10-20 Thread Agus
Hi, Can I also have one? agus.sant...@gmail.com Thanks On Tue, Oct 20, 2009 at 5:42 AM, vass one vass...@gmail.com wrote: Could I also please have one - vass...@gmail.com 2009/10/20 wongxming m.wongxm...@gmail.com Is someone can send me an invitation on Google wave?

[android-developers] Re: Google wave invitations...?

2009-10-20 Thread Agus
One for me please. Thank you! On Tue, Oct 20, 2009 at 3:56 AM, Getto gige...@gmail.com wrote: One for me? Thanks. .g On Oct 16, 4:32 pm, budziq bud...@gmail.com wrote: Well. Who wouldn't want one ;)? I guess I'd like one too ;) On Oct 16, 4:02 pm, Carl Whalley

[android-developers] Re: How can i bring an activity to foreground from background manually?

2009-10-20 Thread String
Reread RichardC's reply. There's good reason to believe that the platform doesn't allow - indeed shouldn't allow - arbitrary apps to bring their activities to the foreground without user action. Even if the platform does allow it, I have to agree with RichardC that it's not a good idea. If the

[android-developers] Re: can I get a Google wave invitations?

2009-10-20 Thread Dave Gracie
If anyone has an invite going spare, can I have one please? david.gra...@gmail.com Thanks Dave 2009/10/20 Agus agus.sant...@gmail.com Hi, Can I also have one? agus.sant...@gmail.com Thanks On Tue, Oct 20, 2009 at 5:42 AM, vass one vass...@gmail.com wrote: Could I also please have

[android-developers] Re: Pass object from an activity to another?

2009-10-20 Thread Agus
serialize your Object to bytes using protobuffer and include the bytes in the intent's extras. On Fri, Oct 16, 2009 at 5:14 PM, Paul Turchenko paul.turche...@gmail.comwrote: Use Application class. On Oct 15, 10:44 pm, Sponge simon.hei...@gmail.com wrote: i think normaly by small objects to

[android-developers] Re: How can i bring an activity to foreground from background manually?

2009-10-20 Thread Agus
use a service to capture that network events. On Mon, Oct 19, 2009 at 5:57 AM, pink 444 pnk...@gmail.com wrote: Hai, In my application i wait on socket for network events.On some events i have to bring activity into foreground(make activity as running) if at all it is not in the

[android-developers] Re: Temp storage for bitmap

2009-10-20 Thread Vitaly Polonetsky
Thanks for your reply, that's what I'm planing to do.My other question was where do I temporary store the image ? I can store it in EXTERNAL_CONTENT_URI, Context.getCacheDir() or Context.getFilesDir() ... But what's preferable and why ? (considering: deletion timing, permissions, locks, etc.)

[android-developers] Re: Layout with all cells the same size

2009-10-20 Thread Tom Gibara
Try setting the width of every child in your LinearLayout to 0, and their weights to 1. Tom On 20 Oct 2009 12:50, David Given d...@cowlark.com wrote: I'm trying to do something incredibly simple: I want a layout which evenly divides the space up among its children, so each child is the same

[android-developers] Re: can I get a Google wave invitations?

2009-10-20 Thread iñaki
me to please: inaki.s...@gmail.com Regards 2009/10/20 Dave Gracie david.gra...@gmail.com If anyone has an invite going spare, can I have one please? david.gra...@gmail.com Thanks Dave 2009/10/20 Agus agus.sant...@gmail.com Hi, Can I also have one? agus.sant...@gmail.com Thanks

[android-developers] HTC Hero does not support colored LEDs (SDK way) - What can developers do in these cases? [Follow up from android-platform]

2009-10-20 Thread code_android_festival_way
[This is the follow up of a thread I have started in the android- platform group] Hello. I am the developer of a heavily used application (over 110.000 active installs) and got one problem with the Android platform. One of the features in my application uses the normal way of the Android SDK

[android-developers] How to access Application public key ?

2009-10-20 Thread ColletJb
Hi everyone, I'm currently working on an application which need security features. My question is simple, if every application is signed by its developper, how can I access application public key ? (and private :p) Thanks for your help ;) --~--~-~--~~~---~--~~

[android-developers] Re: ADC2 Tea-Party2

2009-10-20 Thread Mobidev
Or will it start after Eclair (with 1.6 issues fixed and new bugs introduced) is deployed? --~--~-~--~~~---~--~~ 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 bring an activity to foreground from background manually?

2009-10-20 Thread pink 444
Even if the platform does allow it, I have to agree with RichardC that it's not a good idea. If the user has moved on from your activity to another, why do you know better than they that yours is more important? As soon as i receive network event can i create a new activity and destroy

[android-developers] Re: Google wave invitations...?

2009-10-20 Thread Gil
any else? i need one. thanks. On Oct 16, 11:41 am, Kenneth Adam Miller kennethadammil...@gmail.com wrote: Who wants to be in Google wave? I have 16 invitations --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: How can i bring an activity to foreground from background manually?

2009-10-20 Thread Streets Of Boston
RichardC and String are correct. You can't and shouldn't do this. Re-design your app so that the user does not need to push a GUI to the front at any possible given time. Also, your background service that waits in the background may have been killed by the Android OS due to low memory or low

[android-developers] Re: Temp storage for bitmap

2009-10-20 Thread Streets Of Boston
I had a similar issue with storing temporary images (saving color- corrected images). It turned out that storing a temp image (just plain binary data; a large array of int-s (ARGB)) on the SD-card was the fastest (still slow, though). Storing it on the phone, the cache (getCacheDir) or data

[android-developers] Re: Multiple Screen Support, 1.5 and 1.6

2009-10-20 Thread polyclefsoftware
Thanks, Lance. That works well. So currently if I want to handle compatibility for normal size or larger I have to launch and test my app in the HVGA emulator skin, the WVGA800, the WVGA854, and then launch the 1.5 emulator skin by itself, manually install my app from the command line and test

[android-developers] Re: HTC Hero does not support colored LEDs (SDK way) - What can developers do in these cases? [Follow up from android-platform]

2009-10-20 Thread code_android_festival_way
HTC replied now that colored LEDs are NOT supported by the custom Android version installed on the HTC Hero. This confirmed my fear that HTC is breaking the funcionality of notifications offered in the Android SDK. From my point of view it is just a starting point of problems we will see with

[android-developers] Re: Multiple Screen Support, 1.5 and 1.6

2009-10-20 Thread Lance Nanek
I took a crack at writing up the issue in Eclipse here: http://code.google.com/p/android/issues/detail?id=4303 On Oct 19, 5:12 pm, polyclefsoftware dja...@gmail.com wrote: Here's the problem I'm running into: I'm using a resource directory qualifier (e.g. res/drawable-hdpi/). Per the

[android-developers] mapmode

2009-10-20 Thread android
how do I bind a key to changing the mode of the map thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] listview color

2009-10-20 Thread android
How do I get a box appear in a different color listview practically the first field is the title thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] icons

2009-10-20 Thread android
hello how do I make the icons display permanently without pressing menu?? not add.menu --~--~-~--~~~---~--~~ 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: Problem to show unicode strings in TextView

2009-10-20 Thread qmwestview
My server side is using Struts (2.1.7). Strangely, the jsp, using struts tags, usually outputs ideally encoded message which can be displayed by Android’s TextView. Only when it comes to using struts’ “iterator” tag, then decimal unicode are sent to the client, which is fine for browser, but

[android-developers] Re: listview color

2009-10-20 Thread Zonakusu
Create a custom listbox item: http://www.softwarepassion.com/?p=189 On 20 okt, 16:42, android darioamor...@gmail.com wrote: How do I get a box appear in a different color listview practically the first field is the title thanks --~--~-~--~~~---~--~~ You

[android-developers] Re: android.os.Build.MANUFACTURER

2009-10-20 Thread Greivin Lopez
Ok I see IMEI is not valid as a device identifier for Android devices. What do you guys suggest to use instead of the IMEI to identify the device? Is there any best practice in Android environment to do that? I'm asking because I also working on that part of my application right now. Thanks

[android-developers] Re: Help! Trying to get Basic Auth working with WebView. setHttpAuthUsernamePassword?

2009-10-20 Thread Stoffe
Hi! Just one more discovery that in my opinion is probably a bug in the framework. When you call setHttpAuthUsernamePassword only the first call is stored. If you try override values for the same host and realm it will only return the first entered user. Even after restarts of the client. I

[android-developers] How to save my custom view's state

2009-10-20 Thread fhucho
Hi, I have a custom View, what is the proper way of saving / restoring it's state after orientation change. I know I should implement onSaveStateInstatnce() and onRestoreInstanceState() methods, but how exactly (with which argumets) and when I should call them?

[android-developers] database question

2009-10-20 Thread Wouter
Hey, I am working on a project for a belgium Tv Guide. Now I download a database (.db) file from a server to the sdcard to work with. In this database are 2 tabels, tvchannels and tvprograms. Now I can do several updates to the tvchannels table and i want to make a backup of this table to a

[android-developers] Re: Text wrapping around image

2009-10-20 Thread focuser
anyone could help? On Oct 17, 10:15 am, focuser linto...@gmail.com wrote: Hi, I know this has been brought up before, but I couldn't find a solution yet. I'd like to get the similar layout on an Activity as this html fragment in a browser, basically making text wrapping around an image:

[android-developers] Showing ellipsis in a TextView?

2009-10-20 Thread Mark Wyszomierski
Hi, I have a normal TextView which has multiple lines. I set its max number of lines to 3. I'd like it to show an ellipsis at the end if the text is too long: TextView tv = new TextView(context); tv.setLines(tv); tv.setText(some really long text...); I tried the set ellipsis calls but it

[android-developers] Re: android.os.Build.MANUFACTURER

2009-10-20 Thread Wayne Wenthin
I'm currently using ANDROID_ID but it looks like I need to switch it up to a custom one because of the Archos 5. I will probably be using a concatenation of a custom 3 letter designating the app, android.os.Build.PRODUCT and the ANDROID_ID. My assumption is that the ANDROID_ID will be unique

[android-developers] Re: android.os.Build.MANUFACTURER

2009-10-20 Thread junker37
This is what I have been using for a unique phone id. Settings.Secure.getString(contentResolver, Settings.Secure.ANDROID_ID); On Oct 20, 10:11 am, Greivin Lopez greivin.lo...@gmail.com wrote: Ok I see IMEI is not valid as a device identifier for Android devices.  What do you guys suggest to

[android-developers] Re: BitmapFactory.decodeStream sometimes returns null

2009-10-20 Thread kevin.hooke
I'm having a similar problem where BitmapFactory.decodeStream() is working reliably in the emulator, but the same app transferred to the phone is returning null everytime. Any ideas? Kevin Hooke On Oct 14, 5:10 pm, anthony.dahanne anthony.daha...@gmail.com wrote: Hello ! I'm experiencing

[android-developers] Re: How can i bring an activity to foreground from background manually?

2009-10-20 Thread Agus
I don't understand why do you want to force to display your activity. Is this a must for your requirement? It would be better to display notification from a background service, clicking the notification will forward to your activity screen. On Tue, Oct 20, 2009 at 6:42 AM, pink 444

[android-developers] Re: How to get unique handset device id?

2009-10-20 Thread Agus
Is the value ANDROID_ID a globally unique id like the MAC address? reference: http://developer.android.com/reference/android/provider/Settings.Secure.html#ANDROID_ID On Mon, Oct 12, 2009 at 9:25 AM, Wayne Wenthin wa...@fuligin.com wrote: why not String Android_ID =

[android-developers] Re: android.os.Build.MANUFACTURER

2009-10-20 Thread Wayne Wenthin
That is what I was using also. But Mark Murphy picked up an Archos 5 and found that it does not return a 16 byte hex number like described in the SDK. This will no longer work for me if I can't expect the ID to be 16 bytes. My previous post explains how I am going to use the ID along with

[android-developers] Re: Showing ellipsis in a TextView?

2009-10-20 Thread Wouter
I use this in my layout xml file: android:ellipsize=end android:singleLine=true And this works perfectly for text on 1 line.. On Oct 20, 5:42 pm, Mark Wyszomierski mar...@gmail.com wrote: Hi, I have a normal TextView which has multiple lines. I set its max number of lines to 3. I'd like it

[android-developers] Re: How to get unique handset device id?

2009-10-20 Thread Wayne Wenthin
It doesn't appear to be.The Archos 5 is only returning 4 bytes I believe. If someone that is more familiar with this could speak up it would be cool. I would assume that the ID's are governed by the OHA if they are truly unique. On Tue, Oct 20, 2009 at 8:49 AM, Agus agus.sant...@gmail.com

[android-developers] Re: Showing ellipsis in a TextView?

2009-10-20 Thread Mark Wyszomierski
Hi Wouter, Yes that does work for single line text, but not for multiline - checking from other posts here it seems like the ellipsis does not handle multiline text correctly? Thanks On Oct 20, 12:06 pm, Wouter wouterg...@gmail.com wrote: I use this in my layout xml file:

[android-developers] Re: Showing ellipsis in a TextView?

2009-10-20 Thread Wouter
Yes I have searched this also before and this also works for single line text so i think you have to use it this way.. Wouter On Oct 20, 6:23 pm, Mark Wyszomierski mar...@gmail.com wrote: Hi Wouter, Yes that does work for single line text, but not for multiline - checking from other posts

[android-developers] 3D MapView - Is it possible?

2009-10-20 Thread mscwd01
Is there a way to manipulate a MapView so it is given perspective? I.e. the Tiles at the bottom of the view are wider than those drawn at the top of the view? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] How to make LinearLayout smooth scroll ing?

2009-10-20 Thread KingKong
hi, i am a new android developer, and recently I was doing a horizontal scrolling menu. the follow is xml doc: com.kingkong.gallery.GalleryHorizontalView android:id=@+id/HorizontalScrollView01 android:layout_width=fill_parent android:scrollbars=none

[android-developers] Signing error when installing SDK into eclipse

2009-10-20 Thread Hortinstein
I was installing the SDK today and it warned me that the package contained unsigned software... I followed installation instructions...is this normal? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Hi

2009-10-20 Thread Giri
Hi I would like to join into this Google Android group. Please add me as a member into your group. --~--~-~--~~~---~--~~ 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: android.provider.Settings.System.AUTO_TIME

2009-10-20 Thread Hao
I fix it with uses-permission android:name=android.permission.WRITE_SETTINGS/ uses-permission in manifest file. On Oct 15, 9:15 pm, Hao reade...@gmail.com wrote: I am trying to use android.provider.Settings.System.getInt and putInt to enable and disable network time as follows:

[android-developers] Re: Google wave invitations...?

2009-10-20 Thread David
I do want it! Thanks! God bless U,dear David On 10月16日, 上午11时44分, Guru gurudut...@gmail.com wrote: I want it.Thanks very much! On Fri, Oct 16, 2009 at 9:11 AM, Kenneth Adam Miller kennethadammil...@gmail.com wrote: Who wants to be in Google wave? I have 16 invitations -- Thanks

[android-developers] Re: How can i bring an activity to foreground from background manually?

2009-10-20 Thread Bartosz Lambach
You cannot just bring your app into foreground. Its against android rules. You have to use notification mechanism to inform user about an event. Regards, Batosz On Tue, Oct 20, 2009 at 10:24 AM, pink 444 pnk...@gmail.com wrote:         Thanks for your replay.         Can u give me a

[android-developers] Re: MyLocationOverlay causing crash in 1.6 (Donut)

2009-10-20 Thread shalafi
I have seen exactly the same problem, but only reproducible in some phones with non standar builds. Anyway, they are 1.5 flavour. The same piece of code works perfectly in a 1.6 G1 Dev Phone. If you extend MyLocationOverview and overwrite the draw method it does not crash... anyway this is not

[android-developers] Place an icon in status bar (not notification)

2009-10-20 Thread Adrián
Hi all, I want to place an icon in the status bar when my service is started. I know how to send notifications to the status bar, but what I want is to show only an icon at the right, like the WIFI icon when WIFI is on, the antenna icon when GoogleMaps is on, etc. My service will send

[android-developers] Re: Google wave invitations...?

2009-10-20 Thread Inigo
Please and peace for somebody that give me one invitation for inigo.jimenez at gmail.com Thanks and best regards!! On 20 oct, 06:58, Desu Vinod Kumar vinny.s...@gmail.com wrote: HI I didnt get any invitation... On Tue, Oct 20, 2009 at 10:25 AM, Kenneth Adam Miller

[android-developers] listview

2009-10-20 Thread MPS
Hai, i am new in android. My application is create the multiline listview.i.e the listview contains more than two lines.now i have a doubt about the listview.can we create the multiline in the listview.And also the spinner appear above the listview. suppose i click the listview all

[android-developers] Re: Google wave invitations...?

2009-10-20 Thread Inigo
If there any invitation for me... inigo.jimenez at gmail.com please Thanks and best regards!! On 17 oct, 21:37, AuthorityAction authorityact...@gmail.com wrote: If there are any left, I would like one too! Thanks. On Oct 15, 10:41 pm, Kenneth Adam Miller kennethadammil...@gmail.com

[android-developers] Re: Booting Android on Samsung Star

2009-10-20 Thread Simon Paton
And me too. Hopefully getting my Star this week and would like to give Andriod a go in the future- if it's possible. On Oct 13, 8:55 pm, Kashish Dhanjani kashi...@gmail.com wrote: Sounds awesome, please let me know if you meet with success. On Oct 4, 9:13 am, pushkal sharma

[android-developers] How can I detect when outgoing call has been accepted

2009-10-20 Thread Bot
Hello everyone, I have seen, using search, that this question has been asked already in this forum, without answer. To ask again: How can I detect when outgoing call has been accepted ? I can detect when outgoing call has been started using BroadcastReceiver. I can detect when call has ended

[android-developers] simple game development

2009-10-20 Thread mallikarjuna ch
Hi all, I am new to development with android. I am a beginner. I have to develop games using android and opengl es. Please send me a simple game with step by step approach. please help me in this thanks regards, mallikarjuna --~--~-~--~~~---~--~~ You received

[android-developers] Re: Google wave invitations...?

2009-10-20 Thread Inigo
I offer free virtual hugs to anyone that gives me one invitation to: inigo.jimenez at gmail.com Best Regards!! On 20 oct, 12:56, Getto gige...@gmail.com wrote: One for me? Thanks. .g On Oct 16, 4:32 pm, budziq bud...@gmail.com wrote: Well. Who wouldn't want one ;)? I guess I'd like

[android-developers] Re: Google wave invitations...?

2009-10-20 Thread redji
If someone still has one, could you please invite me? Thanks in advance! On Oct 16, 4:32 pm, budziq bud...@gmail.com wrote: Well. Who wouldn't want one ;)? I guess I'd like one too ;) On Oct 16, 4:02 pm, Carl Whalley carl.whal...@googlemail.com wrote: I'd love an invite too ... anyone ...

[android-developers] How to draw 3D objects on a MapView

2009-10-20 Thread Anush Deekonda
Hi, I have been able to draw a map using 'MapActivity' class. Am unable to render 3D graphics on the Map. Is there any way to draw something on the foreground with the Map as the background? Thank you, Anush --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Google wave invitations...?

2009-10-20 Thread Alok Kulkarni
Please give me one :) Thanks, Alok. On Tue, Oct 20, 2009 at 7:26 PM, Gil glbrt.c...@gmail.com wrote: any else? i need one. thanks. On Oct 16, 11:41 am, Kenneth Adam Miller kennethadammil...@gmail.com wrote: Who wants to be in Google wave? I have 16 invitations

[android-developers] Activity launch timeout even with wakelock

2009-10-20 Thread Kiran
Hi, I have the following code in Oncreate of my activity: static String linkUrl = http://www.google.com/;; protected void onCreate(Bundle savedInstanceState) {

[android-developers] Devices information using Wifi API

2009-10-20 Thread sd
Hi, I want to get the information of the devices that are connected to a Wifi Access point. Is there an API developed for that. Is it possible to retrieve the table information of the devices from a Wifi Access point? If yes then can somebody guide me how to go ahead with that. Thanks SD

[android-developers] Re: Google wave invitations...?

2009-10-20 Thread redji
I'd love an invite to! Thanks by advance! On Oct 20, 12:56 pm, Getto gige...@gmail.com wrote: One for me? Thanks. .g On Oct 16, 4:32 pm, budziq bud...@gmail.com wrote: Well. Who wouldn't want one ;)? I guess I'd like one too ;) On Oct 16, 4:02 pm, Carl Whalley

[android-developers] Activity launch timeout even with wakelock

2009-10-20 Thread Kiran
Hi, I have the following code in Oncreate of my activity: static String linkUrl = http://www.google.com/;; protected void onCreate(Bundle savedInstanceState) {

[android-developers] Re: simple game development

2009-10-20 Thread Dan Sherman
http://lmgtfy.com/?q=android+game+tutorial On Tue, Oct 20, 2009 at 6:24 AM, mallikarjuna ch mallikarjuna@gmail.com wrote: Hi all, I am new to development with android. I am a beginner. I have to develop games using android and opengl es. Please send me a simple game with step by step

[android-developers] Re: How can i bring an activity to foreground from background manually?

2009-10-20 Thread Bartosz Lambach
Please, read this article before you do that: http://developer.android.com/guide/practices/design/seamlessness.html Regards, Bartosz On Tue, Oct 20, 2009 at 1:17 PM, pink 444 pnk...@gmail.com wrote:    Thanks for your replay.    But the thing here is if at all we click on the notification

[android-developers] Re: 3D MapView - Is it possible?

2009-10-20 Thread Mark Murphy
mscwd01 wrote: Is there a way to manipulate a MapView so it is given perspective? I.e. the Tiles at the bottom of the view are wider than those drawn at the top of the view? Not with Google Maps, no. I cannot speak for alternative map systems. -- Mark Murphy (a Commons Guy)

  1   2   3   >