[android-developers] Re: reduce height of a button

2009-02-24 Thread Stefan Lischke
try the solution with style 2 answers before yours, but be aware, it was not shown on th emulator only at the real device. but as others say too small buttons are not useful for the g1. btw. i would like to implement buttons in the iphone style with big letters showing up over your thumb and you

[android-developers] Re: TERRIBLE BUG IN MARKET APPLICATION (was Re: Paid apps related questions discussion list?)

2009-02-24 Thread Stoyan Damov
On Tue, Feb 24, 2009 at 7:28 AM, clark clarkd...@gmail.com wrote: Hey, Stoyan, shut the fuck up or we'll cancel your account :)) Sorry, someone had to do it.  But seriously, I've held off adding my apps (paid versions) to the market because of the issues I have been reading about.  I

[android-developers] Re: Need help about Intent

2009-02-24 Thread gganesh
but the codeyour_extras.getExtras(myval) ; didn't work ,i suppose there is no such method in Bundle class i tried as show below Bundle your_extras = this.getIntent().getExtras(); String val = (String) your_extras.get(myval); but the val doesn't gives me the required data Any

[android-developers] Re: [android-developers]JNI run time error even I use same code and lib as Android source code.

2009-02-24 Thread Jerry Yang
Hi, all I checked the logcat, I find it cannot find the jni_Onload, Thanks for your information, I find I forget the function jni_Onload method, it is a new requirement after jni)1.2 Now my hello world working. Thanks With best wishes Jerry On Mon, Feb 23, 2009 at 11:38 PM, Jerry Yang

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-02-24 Thread 冰咖啡不加糖
i changed the UNCOMPRESS_DATA_MAX, but the bug still exist. may be it works in linux, my eclipse works in windows. However, i found another way to avoid the bug, Just like what Khunong said. I change the andorid.jar/resources.arsc to the old version instead of the new version which i compiled

[android-developers] Re: Does Android support APDUConnection as known from JSR 177?

2009-02-24 Thread Spongebob.Squarepants
Hi Anders, thanks for the answer. On the other hand there are things like Remote SIM Access in the Nokia world, which allow one to ask the SIM for PIN verification, call the AUTHENTICATE algorithms and attach the SIM phone book. And there are various SIM card reader solutions out, which give

[android-developers] Re: Confused about handling SSL Errors in WebView

2009-02-24 Thread whitemice
Hi Manuel So far no luck. I'm sure any solution will involved the SslErrorHandler class, but I have so far failed to find any post 1.0 example code. http://developer.android.com/reference/android/webkit/SslErrorHandler.html --~--~-~--~~~---~--~~ You received this

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-02-24 Thread 冰咖啡不加糖
but not all project could word well for example, SoftKeyboard (in cupcake source code ) res/xml/qwerty.xml has some error. On 2月24日, 下午4时50分, 冰咖啡不加糖 xinyu...@gmail.com wrote: i changed the UNCOMPRESS_DATA_MAX, but the bug still exist. may be it works in linux, my eclipse works in windows.

[android-developers] Re: Need help about Intent

2009-02-24 Thread dillirao malipeddi
in your first Activity Intent my_intent = new Intent(FirstScreen.this.getApplication(), SecondScreen.class); my_intent.putExtra(Value_String, HaiHow R U); startActivity(intent); in your Second Activity in onCreate Bundle extras = getIntent().getExtras(); String

[android-developers] Re: Need help about Intent

2009-02-24 Thread dillirao malipeddi
in your first Activity b.setOnClickListener(new Button.OnClickListener() { public void onClick(View v) { load_SecondActivity() } } load_SecondActivity() { Intent

[android-developers] Are looking for online android programming courses?

2009-02-24 Thread dushyEDU
Greeting to all.. If you're interested in learning how to develop top class games and applications for the iPhone, HTC Touch (Android), Instinct, WinMobile, or any other mobile device or platforms - then you should definitely have a look at what they offer... http://EDUmobile.org The classes

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-02-24 Thread 冰咖啡不加糖
fix it. just do it, replace the andorid.jar/resources.arsc you compiled with the old version which could work. On 2月24日, 下午5时01分, 冰咖啡不加糖 xinyu...@gmail.com wrote: but not all project could word well for example, SoftKeyboard (in cupcake source code ) res/xml/qwerty.xml has some error. On

[android-developers] Re: Need help about Intent

2009-02-24 Thread gganesh
sorry, i have made a minor mistake ,the code given by me works perfectly and the val is displayed as excepted . On Feb 24, 1:42 pm, gganesh ganesh@gmail.com wrote: but the code   your_extras.getExtras(myval) ; didn't work ,i suppose there is no such method in Bundle class i tried as

[android-developers] Re: Start activity within a thread

2009-02-24 Thread Rohit
well y is an instance of of my class and foo() is defined by me so I start an activity, however, the caller (from the thread.run()) method is not something that I do. I just noticed someone calling it like that (from the Thread.run() method) and it was not working, hence my question...Is the

[android-developers] Stuck with getting package name

2009-02-24 Thread sohail khan
Hi all, How do I get the Package Name if I am having the PID of the process. For example, if I want to output a list of currently running processes, I can get the PIDs but how do I get the names of the PIDs? Thanks. -- sohail --~--~-~--~~~---~--~~ You received

[android-developers] How to change APN Settings

2009-02-24 Thread Jun'ichiHira
Hello I'm developing an application that change System APN. but I don't have any information to do that. Does anyone know how to change APN Settings --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] How to start a Service running when Android boots up ?

2009-02-24 Thread Graeme
Hi I am developing a Service component which runs periodically, triggered by the Alarm Service. At the moment I have written an Activity which enables a user of the Service component to schedule it to run or cancel the service from running (just adds or removes scheduled Alarms via the Alarm

[android-developers] kml file upload

2009-02-24 Thread google
hi, i have data/laocation/gps folder in emulator. i pushed kml file into gps folder. i am using gps provider in my code,trying to get coordinates from kml file and display on phone. for (String provider : providers) { sb.append(\n).append(provider).append(:);

[android-developers] The Source Code of Location Platform

2009-02-24 Thread Mohamed Amir
Hi, I need to check the source code of location platform classes, e.g. LocationManager, LocationProvider, ...etc. Is there a way to do that other than following the procedure in http://source.android.com/download to download the 2GB source? Thank you in advance.

[android-developers] Juggling the price tag of Radio's Diabetes Companion

2009-02-24 Thread radiolistener
Hi All, Since the launch I've literally gotten no downloads. I have no idea if their is a technical glitch or my app just isn't worth $5 to people. I've now reduced my price to $0.99, so, if it's a price issue it will be resolved that way. My settings are as follows: Compiled under: Android

[android-developers] Re: Start activity within a thread

2009-02-24 Thread dillirao malipeddi
create a handler like sample code final Handler mHandler = new Handler(); Runnable MyActivity= new Runnable() { public void run() { startMyActivity(); } }; in your thread use mHandler.post(MyActivity); and in startMyActivity() {} UI changes or new Activity loading etc... you can do

[android-developers] Searching contacts

2009-02-24 Thread Teo
Hi, is there a way to open the contacts view from my own app, with a certain search for someone already activated? I already tried using those FILTER attributes and nothing really worked besides the normal opening of the contacts. Thanks, Teo

[android-developers] Re: How to start a Service running when Android boots up ?

2009-02-24 Thread deepdr...@googlemail.com
a BOOT_COMPLETE event gets broadcast. You can code and configure a receiver for that event. On 24 Feb., 10:46, Graeme graeme.br...@btinternet.com wrote: Hi I am developing a Service component which runs periodically, triggered by the Alarm Service. At the moment I have written an Activity

[android-developers] Re: Writting/Reading Sync settings - Possible?

2009-02-24 Thread Abraham
HI, Even I'm looking for the same...Is it possible to read / write the sync settings Thanks Abraham On Jan 13, 11:07 pm, code_android_festival_way festival.s...@googlemail.com wrote: One last try if someone could tell me how to toggle thesync settings. :-) On 13 Jan., 10:40,

[android-developers] Re: Are looking for online android programming courses?

2009-02-24 Thread Al Sutton
Can someone block this guy as a spammer? This is about the 4th or 5th time he's sent this to one of the android lists. dushyEDU wrote: Greeting to all.. If you're interested in learning how to develop top class games and applications for the iPhone, HTC Touch (Android), Instinct, WinMobile,

[android-developers] Re: How get horizontal and vertical events in android

2009-02-24 Thread Gulfam
Thanks buddy its working fine now. On Feb 16, 12:19 pm, Romain Guy romain...@google.com wrote: Hi, There's no need to do this. Instead, use two files: res/layout-port/splash.xml splash for portrait mode res/layout-land/splash.xml splash for landscape mode Then in your code just call

[android-developers] Re: How get horizontal and vertical events in android

2009-02-24 Thread Gulfam
Thanks every body its working fine now. On Feb 16, 12:25 pm, Dilli dilliraomca...@gmail.com wrote: Hi Gulfam,  In your application no need to catch events for Landscape to portarite mode In your application under res section create 2 folders   1) layout-land   2) layout-port    

[android-developers] Re: Amazon Web Services (AWS) from Android

2009-02-24 Thread Al Sutton
Yup, thats how it's done in AndAppStore. The trickiest bit is calculating the signature, but once you know what you've got to include, well, our method is about 30 lines of code and most of that is calls to StringBuilder.append(). Then we add all the relevant headers to the request and send

[android-developers] UK Developers

2009-02-24 Thread Al Sutton
There's a support issue running at http://www.google.com/support/forum/p/Android+Market/thread?tid=5d08f29aeb3d9706 to raise the issue of only being able to list in local currencies. I'd urge UK developers to post their comments so that this can be raised up on Googles radar. Al. -- *

[android-developers] How to manage Delay in InputStream ?

2009-02-24 Thread Nanard
Hi I do a POST on a URL on the web. I get back an InputStream. Even using a regular web browser this response comes back with a delay (2-5 sec). In Java, when I finished my post, close OutputStream , and read the response, as nothing as arrived yet : I get nothing and my app thinks the

[android-developers] How to enable search functionality to EditText

2009-02-24 Thread manoj
Hi friends, I would like to enable search functionality to EditText. my requirement is like this: when some one types with some letter, suppose the user types 'a', then it should show all the words which starts with 'a' should be shown as a drop down list. For example, if I first typed copy in

[android-developers] Re: How get horizontal and vertical events in android

2009-02-24 Thread radiolistener
This is great stuff! It would have saved me some coding if I knew it before. However, it only solves half of the issue I addressed. Because I have custom resolutions. So, I have the horizontal and vertical, and I also have radio mode ( avg text size ) and radar mode ( large text size). To

[android-developers] Re: Is animated gif (agif) supported in Android Image View

2009-02-24 Thread Imran
In Present SDK Gif files are not Supported. On Feb 24, 10:09 am, Shadakshari Hiremath shad...@gmail.com wrote: Hello Android, When we tried to display an animated gif image using image view, nothing was displayed on the screen. So, we are suspecting whether image view is not supporting

[android-developers] Re: Implimenting Buttons

2009-02-24 Thread Imran
Can u Post the Complete Logs...! On Feb 23, 11:14 pm, lukeyd2...@googlemail.com lukeyd2...@googlemail.com wrote: Hey guys, I know that this is most likely the most n00bish question asked in this group, but I'm pulling my hair out here.  I am currently enrolled in Software Engineering at

[android-developers] Re: google gadgets in Android application

2009-02-24 Thread Aninda
Can Widget API be extended along with Google gadget API to do the same, I mean can a player be written which will be extended from the widget API and which can render any google gadgets... On Feb 23, 11:06 pm, Mark Murphy mmur...@commonsware.com wrote: Aninda wrote: I want to browse through

[android-developers] Re: Need help with my account

2009-02-24 Thread Spongebob.Squarepants
Isn't here really no graceful Pamela Fox, who might have a look onto what has happened to my real account neil.young? Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Need help with my account

2009-02-24 Thread Al Sutton
Maybe you want to take this up with the Google Groups support; http://groups.google.com/support/bin/request.py?contact_type=contact_policy Al. Spongebob.Squarepants wrote: Isn't here really no graceful Pamela Fox, who might have a look onto what has happened to my real account neil.young?

[android-developers] Re: Need help with my account

2009-02-24 Thread spongebob.squarepants
Hi Al, I already posted to the Help Group, but the chance to get help there isn't that big... Thanks On Feb 24, 12:40 pm, Al Sutton a...@funkyandroid.com wrote: Maybe you want to take this up with the Google Groups

[android-developers] Re: Need help with my account

2009-02-24 Thread Al Sutton
I'd guess your chances of getting Google Groups help on the Android-Developers list may be even less. Try prodding one of the Googlers directly, but you are at their mercy so there is no guarantee you'll ever get your old account unbanned. Al. spongebob.squarepants wrote: Hi Al, I already

[android-developers] Re: How to enable search functionality to EditText

2009-02-24 Thread manoj
Hi every one, I got the solution. Here it is: public class CountriesActivity extends Activity { protected void onCreate(Bundle icicle) { super.onCreate(icicle); setContentView(R.layout.countries); ArrayAdapter adapter = new ArrayAdapter(this,

[android-developers] Re: Need help with my account

2009-02-24 Thread Spongebob.Squarepants
Al Sutton schrieb: I'd guess your chances of getting Google Groups help on the Android-Developers list may be even less. Try prodding one of the Googlers directly, but you are at their mercy so there is no guarantee you'll ever get your old account unbanned. Al. I thought, here is

[android-developers] Re: Is animated gif (agif) supported in Android Image View

2009-02-24 Thread Shadakshari Hiremath
Is there a plan to support animated GIF in near future? In email application if an animated GIF attachment is received then it won't get displayed. Animated GIF can be received on android phone in many ways. It will be nice feature from user point of view. BR Shaddu On 24/02/2009, Imran

[android-developers] Re: How to compile G1 apps code

2009-02-24 Thread Sunil . Maharana
Thanks, after removing the sharedUserId the error was gone. In Cameara app code Camera.java has the below code and it was giving error for MediaStore.ACTION_IMAGE_CAPTURE.equals(action). private boolean isPickIntent() { String action = getIntent().getAction(); return

[android-developers] Re: UK developers can't read their own feedback for paid apps

2009-02-24 Thread Sena Gbeckor-Kove
Use Cyrket http://www.cyrket.com/ S On 21 Feb 2009, at 08:59, pam.alex.dri...@googlemail.com wrote: Please help - I have published app but can't read my own feedback for my app as I'm UK based and its in the paid app market. I can't read any of my own feedback. so have no way of knowing

[android-developers] Re: Waking the phone safely disabling the keyguard

2009-02-24 Thread jarkman
I have done these two tasks separately, but I find that when I wake the device *and* unlock the keyguard they do not both happen. I'm sure that's just a bug in my code. So, treat this sample with a pinch of salt, and if you can work out what I did wrong please let me know. PowerUp() is simple

[android-developers] Re: Is animated gif (agif) supported in Android Image View

2009-02-24 Thread Mark Murphy
The previous responder is incorrect. GIF files are supported, just not animated GIFs: http://developer.android.com/guide/appendix/media-formats.html In email application if an animated GIF attachment is received then it won't get displayed. No, it will probably be displayed, just not with

[android-developers] How to launch a native c process from android java program

2009-02-24 Thread eric
Hi, I write a jni so file which can be called from the android java program. This so file will use execl to create a native c process. However from adb logcat, it says execl error with Bad address(errno 14) Is it possible to create a native c process from android java program or launch a shell

[android-developers] HOME Button

2009-02-24 Thread Immy
On click of some button, is it possible to perform the operation or call the method the HOME button calls by default? In other words, I just want to Minimize my application or moving my application to the background on pressing the back button. Thanks, Immanuel

[android-developers] Help me solve my Ambiguity regarding Activity

2009-02-24 Thread gganesh
hi friends, What is the difference between starting an new Activity by case :1 and case: 2 case : 1 Intent i= new Intent(com.android.google.Anyname) startActivity(i); case: 2 Intent i = new Intent(this, newActivity.class); startSubActivity(i,

[android-developers] nested scopes

2009-02-24 Thread Raj Kiran Talusani
Hi all, I am developing a wrapper API on top of JavaScriptCore for integration with my application. Here is an overview of my API. In my application scripts are executed and variables are defined in different scopes. This example shows the functionality needed. js_init(); - initialize

[android-developers] Re: nested scopes

2009-02-24 Thread Mark Murphy
I am developing a wrapper API on top of JavaScriptCore for integration with my application. Questions related to the firmware are best asked on one of the mailing lists related to firmware development: http://source.android.com/discuss -- Mark Murphy (a Commons Guy) http://commonsware.com

[android-developers] Re: Is animated gif (agif) supported in Android Image View

2009-02-24 Thread Shadakshari Hiremath
Thanks for your response. But one of my question is still unanswered. Is animated gif in Android roadmap for near future release? This is a very important feature as end users tend to exchange animated gif images over bluetooth from one device to other. Cheers Shaddu On 24/02/2009, Mark Murphy

[android-developers] Re: Google G2 / HTC Magic for developers?

2009-02-24 Thread Daniel
I did a search for warranty details on HTC's site, search string: +site:htc.com warranty uk Very little comes up: http://www.htc.com/uk/CA_Hotline.aspx - a `Global Warranty Service' is mentioned, but there is no detail http://www.htc.com/uk/press.aspx?id=1932lang=1033 - a service center in

[android-developers] Re: Help me solve my Ambiguity regarding Activity

2009-02-24 Thread nagaraj attimani
Case 1: Activity is started using action Action might be same for few activities.. User need 2 select an activity depending on req. Most of the time.. class name are not visible .. Case 2 : Activity is started by refering a class name As class name can be unique. Intent resolver will resolve rqd

[android-developers] Available eMail clients

2009-02-24 Thread Chronos
Hello there :) I've already seen how to send an email multiple times - but I still have one simple question: on the actual device (T-Mobile G1 US-Version) I have NEVER been asked, which client to use, although both clients are configured and working. Is the Email application actually handling

[android-developers] OPEN Gl application

2009-02-24 Thread Honest
I have one application which is based on OPEN GL in java. Now i want to make same application in android then i just need to port this code to android or i will have to make whole android application from scratch. Any suggestion will be appreciated.

[android-developers] Re: HOME Button

2009-02-24 Thread deepdr...@googlemail.com
sending an Intent with action android.intent.action.MAIN and category android.intent.category.HOME might do the trick (haven't tested that myself) On 24 Feb., 14:12, Immy immanueln2...@gmail.com wrote: On click of some button, is it possible to perform the operation or call the method the

[android-developers] Re: How many projects are being canned because of Market TCs

2009-02-24 Thread Sena Gbeckor-Kove
The problem is the scammers not the legitimate customers. I'm considering creating a licenseing library so that people can't just use the app after having cancelled the transaction. Once that's done I'll be happy. Problem is I'm creating a productivity app that I'd like to be able to run

[android-developers] Re: How many projects are being canned because of Market TCs

2009-02-24 Thread Al Sutton
Feel free to use http://andappstore.com/AndroidPhoneApplications/licensing.jsp As I understand things the Device ID in 4(c)(ii) should be unique for netbooks, phones, etc. because it's described as The Android ID (a unique 64-bit value) as a hex string. Al. http://andappstore.com/ Sena

[android-developers] Re: Why didn't google provide APIs for desktop widgets?

2009-02-24 Thread Al Sutton
That's been solved many times before on other platforms. Al. Jean-Baptiste Queru wrote: Because it's a hard problem. JBQ On Mon, Feb 23, 2009 at 11:00 PM, quill quill...@163.com wrote: Hi, anyone who knows why? If I want to do this, is it extensive? Only change the code in launcher

[android-developers] Re: Why didn't google provide APIs for desktop widgets?

2009-02-24 Thread Al Sutton
Just to go a bit further on this, I'd hope you'd be implementing at least a subset of http://desktop.google.com/plugins/ It's Google code, it'd bring a lot of widgets/gadgets onto Android in a short time frame, and would lessen the learning curve for many people. Al. Al Sutton wrote: That's

[android-developers] Re: Universal Media _ID

2009-02-24 Thread Marco Nelissen
Except then you'd have to read the entire file when scanning, so on a full 16GB card, you'd be spending over 20 minutes just reading the data. On Mon, Feb 23, 2009 at 10:46 PM, gjs garyjamessi...@gmail.com wrote: Hi, Agreed, I think an ID based on CRC, MD5 or SHA checksum of the media file

[android-developers] Re: How many projects are being canned because of Market TCs

2009-02-24 Thread Sena Gbeckor-Kove
Thanks Al, I am considering which App Store(s) to launch with at the moment. I would still like to launch on the Android Market due to the penetration. I suspect I'm going to have to write something similar to what you've implemented but integrate it with the market back-end. I'm

[android-developers] Re: it seems nobody here answer questions regarding mms

2009-02-24 Thread CJ
I believe I did mention the problem I met even though I didn't make it very clear. If I have to be more specific, here it is a query liks this Cursor c = this.getContentResolver().query(Uri.parse(content:// mms/),null,null,null,null); returns the following columns // These constants are used

[android-developers] Re: How many projects are being canned because of Market TCs

2009-02-24 Thread Al Sutton
If it's any help Koolu are looking to ship over half a million devices with AndAppStore integrated into their image by the end of the year, so hopefully it'll give you the kind of traction we can use to wake Google up. Al. P.S. The AndAppStore licensing system isn't limited to AndAppStore,

[android-developers] Re: Why didn't google provide APIs for desktop widgets?

2009-02-24 Thread Romain Guy
That doesn't make it easy to do. The main issue is security. On Tue, Feb 24, 2009 at 7:38 AM, Al Sutton a...@funkyandroid.com wrote: That's been solved many times before on other platforms. Al. Jean-Baptiste Queru wrote: Because it's a hard problem. JBQ On Mon, Feb 23, 2009 at 11:00

[android-developers] Re: it seems nobody here answer questions regarding mms

2009-02-24 Thread Mark Murphy
I believe I did mention the problem I met even though I didn't make it very clear. If I have to be more specific, here it is a query liks this Cursorc = this.getContentResolver().query(Uri.parse(content:// mms/),null,null,null,null); Do you have any evidence that this content

[android-developers] Re: TERRIBLE BUG IN MARKET APPLICATION (was Re: Paid apps related questions discussion list?)

2009-02-24 Thread Sundog
Throughout this adventure I've had the same nagging feeling I used to get about the whole world as a kid: This CAN'T be as insane and poorly managed as it seems. Anyone who works in IT has to be shaking their heads about how this has been mismanaged. Major you-know-what. Still inclined to wait

[android-developers] Re: Why didn't google provide APIs for desktop widgets?

2009-02-24 Thread Jean-Baptiste Queru
Because it's a hard problem. JBQ On Mon, Feb 23, 2009 at 11:00 PM, quill quill...@163.com wrote: Hi, anyone who knows why? If I want to do this, is it extensive? Only change the code in launcher in sdk? -- Jean-Baptiste M. JBQ Queru Android Engineer, Google. Please don't contact me

[android-developers] Re: Yes/No Dialog

2009-02-24 Thread Bob
Thanks, very helpful. It is a bit alarming that it is that difficult to display a simple dialog. Also, am I right that the logic only gets evaluated on the first with subsequent calls showing the same dialog as initially produced? On Feb 23, 12:40 am, dillirao malipeddi

[android-developers] Re: TERRIBLE BUG IN MARKET APPLICATION (was Re: Paid apps related questions discussion list?)

2009-02-24 Thread Sena Gbeckor-Kove
I'm considering pulling Android dev until this gets sorted out. I'm very annoyed, but this brought a smile to my face. :) S On 24 Feb 2009, at 02:07, Stoyan Damov wrote: Jon, no disrespect here, but I just can't help it: Arthur Dent's experience of the notice of the plan to demolish

[android-developers] Re: Quick Compass question

2009-02-24 Thread mscwd01
Simple question, only needs a simple answer... :) On Feb 23, 9:58 pm, mscwd01 mscw...@gmail.com wrote: With a normal compass you need to hold it level with the ground in order for it to work. With the compass in the G1 (and other phones I hope), are you able to hold the phone at any angle and

[android-developers] Re: How to enable search functionality to EditText

2009-02-24 Thread Andrew Stadler
There are numerous examples of this in ApiDemos - look for AutoCompleteTextView. On Tue, Feb 24, 2009 at 3:05 AM, manoj manojkumar.m...@gmail.com wrote: Hi friends, I would like to enable search functionality to EditText. my requirement is like this: when some one types with some

[android-developers] Re: How many projects are being canned because of Market TCs

2009-02-24 Thread Sena Gbeckor-Kove
Interesting. Have you talked to Asus as well? From what I hear they've got full time staff working on Android for their netbooks. S On 24 Feb 2009, at 17:10, Al Sutton wrote: If it's any help Koolu are looking to ship over half a million devices with AndAppStore integrated into their

[android-developers] Re: How many projects are being canned because of Market TCs

2009-02-24 Thread Al Sutton
The client is free for bundling on any platform so it may already be bundled and if not then if they want it they can bundle it and we'd happily talk to them if they wanted any customisations. We don't try and lock down who can use it, so you may find it in other places as well (I know it's

[android-developers] Re: Why didn't google provide APIs for desktop widgets?

2009-02-24 Thread Romain Guy
No, that's the point. You don't want to run foreign code (the widget) in Home because it would then be able to use Home's multiple permissions. There are several approaches to solve this. One is to rely on remote views, like in the status bar, but it limits what the widgets can do. On Feb 24,

[android-developers] Re: Amazon Web Services (AWS) from Android

2009-02-24 Thread jjbunn
Thanks Al! I took the precaution of asking Amazon for permission to use their Web Services before going any further with my application. Unhappily, they declined. So it looks like I will have to shelve the idea, which is a pity. Here is the text of what they sent me: Hello Julian, Thank you

[android-developers] Re: Why didn't google provide APIs for desktop widgets?

2009-02-24 Thread Al Sutton
Isn't that something that's already solved with the application permissions system and the cross cuts into the framework code which support it? Romain Guy wrote: That doesn't make it easy to do. The main issue is security. On Tue, Feb 24, 2009 at 7:38 AM, Al Sutton a...@funkyandroid.com

[android-developers] Re: Amazon Web Services (AWS) from Android

2009-02-24 Thread Al Sutton
No problem. Don't give up on the AWS project just yet ;). Al. jjbunn wrote: Thanks Al! I took the precaution of asking Amazon for permission to use their Web Services before going any further with my application. Unhappily, they declined. So it looks like I will have to shelve the

[android-developers] Re: Available eMail clients

2009-02-24 Thread Marco Nelissen
The Email app doesn't handle the message/rfc822 type, so the code you posted will only launch Gmail (which matches */*), not Email. If you set the mimetype to text/plain instead, then Gmail, Email and Messaging will be presented as options for sending. If you want to offer only email options, you

[android-developers] Re: Is animated gif (agif) supported in Android Image View

2009-02-24 Thread 33
animated gif are supported as movie i extended imageView in order to display those On Feb 24, 2:41 pm, Shadakshari Hiremath shad...@gmail.com wrote: Thanks for your response. But one of my question is still unanswered. Is animated gif in Android roadmap for near future release? This is a

[android-developers] how can i stop a incoming call in my progrmme

2009-02-24 Thread 青蓝
how can i stop a incoming call in my progrmme i know android can't support this, but now , i mean the newest verson of android , it can be support ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] only test!it's null

2009-02-24 Thread 苗忠良
only test!it's null --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Active Idle screen

2009-02-24 Thread ursnavin
hi, Is there anyway to replace the idle screen with a custom built idle screen? I tried searching the blogs but coudnt get much info on it. Thanks, Navin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Hardware Advice for a Student

2009-02-24 Thread Trix
I am fairly certain Android is the phone platform I want to mess around on and use in my daily life. I'm wondering how limited the Dev Phone is compared to the normal G1. I really cannot afford, at least at this time, to use two separate phones, one for dev and one for main use. I am on ATT and

[android-developers] help to start simulator that built by myself

2009-02-24 Thread Roy Zhang
Hi, I download android`s codes and build it for simulator. The simulator can be launched successfully, but it always popup SORRY! Application Messaging (in process com.android.Message)..., or similar popup information. Do u know how to resolve it? By the way, how can I integrate it with

[android-developers] Re: How many projects are being canned because of Market TCs

2009-02-24 Thread steve68
If you guys find Android Market has so many issues particular in billing area, then maybe just use it for marketing related applications while offering the true service from your own website? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Unable to Update a Contact Phone number

2009-02-24 Thread rex
I see only the difference from my code (which is working) DELETE is that instead of putting Phones.CONTENT_URI put Contacts.Phones.CONTENT_URI UPDATE provide to the update method phoneId, get uri and call update: phoneUri = ContentUris.withAppendedId(Contacts.Phones.CONTENT_URI, phoneId); row =

[android-developers] Failed compile ADT

2009-02-24 Thread andersen
I have intsalled PDE plugin and I can build ADT using ./ build_server.sh -i ~/android-plugin , but I met the following problem when build ADT today. Can someone help on it? ---Console output--- ### TEST

[android-developers] App idea for your consideration

2009-02-24 Thread Myr Herder
If anyone needs an idea for an app to write, might I suggest one that gathers information from Bungie.net's Halo 3 career stats website and displays them in a more Android-friendly format? The website isn't exactly designed for mobile devices, as it is graphics-intensive and spread across

[android-developers] get call and sms logs / data

2009-02-24 Thread Reno
Hi @ all I want to develop a kind of special contact application. for some features, I need to have access to the call and sms history. for example, I wan to: - show the top three persons, I have called this month - show the sms conversation between me and another contact Call logs and sms

[android-developers] what's the way to put or access a file on the sdcard

2009-02-24 Thread dq dq
i have a game need to network resource.i want download it on the sdcard.how i put the resouce on my sdcard and how can access my file from the sdcard. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] MapView and Google Maps

2009-02-24 Thread goldmank
Why is that in Google Maps I can get a more detailed view of an area (outside the U.S) than in the android maps application? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Active Idle screen

2009-02-24 Thread Dianne Hackborn
Not at this time, sorry. On Tue, Feb 24, 2009 at 3:26 AM, ursnavin ursna...@gmail.com wrote: hi, Is there anyway to replace the idle screen with a custom built idle screen? I tried searching the blogs but coudnt get much info on it. Thanks, Navin -- Dianne Hackborn Android

[android-developers] Re: what's the way to put or access a file on the sdcard

2009-02-24 Thread Marco Nelissen
The sdcard is mounted at /sdcard (or rather: Environment.getExternalStorageDirectory() ), and you can access files on it by path, just like you would access any other file by path. On Mon, Feb 23, 2009 at 7:51 PM, dq dq dq1...@gmail.com wrote: i have a game need to network resource.i want

[android-developers] Re: Quick Compass question

2009-02-24 Thread Edward Falk
If I understand correctly, the magnetic field detectors in the phone return a 3-d answer (an xyz vector towards the north magnetic pole). The phone's built-in software takes that information, and combines it with the information provided by the accelerometers in order to return the correct answer

[android-developers] help to start simulator that built by myself

2009-02-24 Thread royzha...@gmail.com
Hi, I download android`s codes and build it for simulator. The simulator can be launched successfully, but it always popup SORRY! Application Messaging (in process com.android.Message)..., or similar popup information. Do u know how to resolve it? By the way, how can I integrate it with

[android-developers] Re: Why didn't google provide APIs for desktop widgets?

2009-02-24 Thread Dianne Hackborn
On Tue, Feb 24, 2009 at 7:47 AM, Al Sutton a...@funkyandroid.com wrote: Just to go a bit further on this, I'd hope you'd be implementing at least a subset of http://desktop.google.com/plugins/ It's Google code, it'd bring a lot of widgets/gadgets onto Android in a short time frame, and would

[android-developers] Re: How many projects are being canned because of Market TCs

2009-02-24 Thread Sena Gbeckor-Kove
Isn't that against the TCs? S On 24 Feb 2009, at 06:00, steve68 wrote: If you guys find Android Market has so many issues particular in billing area, then maybe just use it for marketing related applications while offering the true service from your own website?

[android-developers] Receive email sdk 1.1

2009-02-24 Thread Rafa
Hi, on the sdk 1.1 release notes says: The Settings and Email applications are now included in the SDK and available in the emulator. Does any one knows if is possible and/or how to react to an incoming email? With this sdk version I am able to receive notifications of new emails using the mail

  1   2   >