[android-developers] Importing in aidl file

2009-12-01 Thread yidongsoft
I need a aidl file defining: ArrayList getFoo(); I import ArrayList package and Foo with import java.util.ArrayList; import com.xyz.fooPackage; But eclipse keeps saying that can't find the importing class. Would anybody help me? Thank you! -- You received this message because you are subscrib

[android-developers] How to extract the .properties files in a third party jar file to apk file

2009-12-01 Thread nowingfly
Hi All, I have an app with some 3rd-party jar references. When building in Eclipse, those .properties files in the jars are included in the generated apk with the help of ADT plugins. And the structure of the apk would look like as below: | |---javax | |---servlet | |---LocalStrin

Re: [android-developers] How to draw a Bitmap Image?....

2009-12-01 Thread Sasikumar.S
Hi, think u r creating a snake game. In that one bitmap[0](1.png) image is there. If the bitmap[0](1.png) touches the another bitmap(2.png). Suddenly it will create one more bitmap[1](1.png). Like that i need... On Wed, Dec 2, 2009 at 1:08 PM, SoftwareForMe.com SoftwareForMe.com < softwareforme.

Re: [android-developers] How to draw a Bitmap Image?....

2009-12-01 Thread SoftwareForMe.com SoftwareForMe.com
I'm sure people would be happy to help, but your question is not clear. Can you explain more fully? Why do you want multiple copies of the same image? SoftwareForMe.com Makers of PhoneMyPC & Imagine Multitouch On Tue, Dec 1, 2009 at 9:58 PM, Sasikumar.S wrote: > Hi, > > Thank u sathya. > > Its

[android-developers] Re: Building cupcake for G1

2009-12-01 Thread Bytes
Hi Thanks for the link. But after checking out the code I couldn't found 'vendor' folder. I've downloaded the code using the tag 'cupcake-release' repo init -u git://android.git.kernel.org/platform/manifest.git -b cupcake-release repo sync regards -Bytes On Dec 1, 9:08 pm, Charlie Collins w

Re: [android-developers] How to draw a Bitmap Image?....

2009-12-01 Thread Sasikumar.S
Hi, Thank u sathya. Its working fine. Now i need , I want to create a bitmap array. I want to create a button. When i click that button, the bitmap array should create a bitmap image. Note: only one bitmap image(sample.png)... when i click the button it should create the same bitmap(sample.png

Re: [android-developers] How to draw a border like each row in a list view

2009-12-01 Thread Mark Murphy
> Hi, > > Between each row in list view, android draw a horizontal line (fades away > at > both ends). > If I have a LinearLayout view, how can i add a border like that? Add a 1px high View with a suitable background color or gradient in between each of your other widgets in the LinearLayout. --

Re: [android-developers] How to draw a Bitmap Image?....

2009-12-01 Thread sathya subbiah
Hi, Pls find the code snippet below mButtonImage = BitmapFactory.decodeResource(getResources(),com.android.internal.R.drawable.tt_player_icon); canvas.drawBitmap(mButtonImage, BUTTON_X_POS,BUTTON_Y_POS, null); In case of resizing bitmap use matrix. On Wed, Dec 2, 2009 at 12:24 AM, Sasikumar.

[android-developers] Re: Accessing contact's phone numbers

2009-12-01 Thread Bonifaz
I still don't know how to query Facebook contacts and their phone numbers. Could please someone give me a hint about this. If I query Contacts.CONTENT_URI, it returns all contacts but not Facebook contacts. -- You received this message because you are subscribed to the Google Groups "Android Deve

[android-developers] How to draw a border like each row in a list view

2009-12-01 Thread n179911
Hi, Between each row in list view, android draw a horizontal line (fades away at both ends). If I have a LinearLayout view, how can i add a border like that? Thank you. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

[android-developers] How to draw a Bitmap Image?....

2009-12-01 Thread Sasikumar.S
Hi, Any one know about how to draw a bitmap image?... thanks in advance -- Thanks & Regards Sasikumar.S -- 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 uns

Re: [android-developers] Video playing error : video from a URL

2009-12-01 Thread Mark Murphy
> am getting sorry this video is not valid for streaming There is nothing wrong with your code -- the video simply is not valid for streaming. If this is an MP4 file, you need to make sure the MOOV atom is before the first MDAT atom: http://www.scribd.com/doc/16917356/Mastering-the-Android-Media

[android-developers] Video playing error : video from a URL

2009-12-01 Thread WrVishnu
Below is the code i try to play video from the url , but am getting an error canot stream this video XML http://schemas.android.com/apk/res/android";> JAVA Code package com.app1; import android.app.Activity; import android.net.Uri; import android.os.Bundle; import android.view.View;

[android-developers] Re: How to test if app is shown on Market for all screensizes

2009-12-01 Thread rflexor
Hi, thanks for participating in this thread, Justin! I have gathered that here in Germany we have Milestones sold by Vodafone for their network and free Milestones usable in any network. Currently, from what I read in the forums, those from Vodafone are able to see copy protected apps, others are

[android-developers] Re: Android in China - What is going on?

2009-12-01 Thread shimsim
Hi westmeanboy, i was also under the impression that unicom is already compatible with some current android handsets, but even if they are not, its going to happen soon: http://www.microvoip.com/english/Carrier/200912/108903.html Thanks for the suggestion Michael, unfortunately my current grasp o

Re: [android-developers] Re: about close Location Manager service

2009-12-01 Thread Hong
i found that MyLocationOverlay is also a location listener. removed that and all is good... On Tue, Dec 1, 2009 at 8:33 AM, jef wrote: > I have the same problem or I don't understand how to stop listening > location change. > > > I have a G1 and "mLocationManager01.removeUpdates > (mLocationLi

Re: [android-developers] How to get the event when the user installing an application.

2009-12-01 Thread feng tian
Thank you very much for you patient answer, I found the proper broadcast intent for that event. BR, Feng. 2009/12/2 Dianne Hackborn > I am repeating myself here. There are broadcasts sent for this stuff -- > look at Intent for them. You can receive them to find out when it happens. > This do

[android-developers] Re: Specifying SeekBar colors in layout file ...

2009-12-01 Thread NoraBora
You don't have to make any subclasses. make your_progress_horizontal.xml under drawable directory and use it in your_layout.xml like this. On Dec 2, 6:57 am, Mark Rosenberg wrote: > Thanks for the example. Still not clear on how to proceed. Can I > override the stuff in Android's built-in pro

[android-developers] Re: GK: How to generate "android.jar" using open source platform.

2009-12-01 Thread NoraBora
After you build the whole source, you can find mydroid/out/target/common/obj/JAVA_LIBRARIES/ android_stubs_current_intermediates/javalib.jar it is same as android.jar. just rename and use it. or just 'make sdk'. On Dec 1, 6:22 pm, Jack Ganesh wrote: > Hi All, > > Can any one provide me  the step

Re: [android-developers] Re: Whenever i move out from an activity, which is in a task of singleTask, activtiy is being cleared up to root of the stack

2009-12-01 Thread Dianne Hackborn
Monkey may be doing odd things. Tasks are matched by intent, so if you build different intents you will be launching different tasks. On Tue, Dec 1, 2009 at 5:33 PM, Mark Wyszomierski wrote: > Ok so the sample app code above should be producing the default > behavior though, right? This is happ

[android-developers] Re: Whenever i move out from an activity, which is in a task of singleTask, activtiy is being cleared up to root of the stack

2009-12-01 Thread Mark Wyszomierski
Ok so the sample app code above should be producing the default behavior though, right? This is happening on a mac running 1.5. I did a fresh install of the SDK and the test app on a windows machine here, and it works as you described on that machine (always resumes instance if running in backgroun

[android-developers] Re: Resolution specific graphic packages

2009-12-01 Thread Michael Bollmann
In my opinion this would introduce an unnessecary management overhead if ressources become version and/or language dependant so i would prefer to find a more elegant solution. On 2 Dez., 00:02, Jack Palevich wrote: > One possible work-around (which I used for my Quake port) is to have > the appli

Re: [android-developers] How to set tooltip to a button

2009-12-01 Thread Dianne Hackborn
Android doesn't have tool tips. They don't make a whole lot of sense on a touch interface, where you can't really hover over a control. On Tue, Dec 1, 2009 at 4:43 AM, saikiran n wrote: > Hi, > I want to set tool tip to a Button.. > Is it possible in android > if so please give me some sample c

Re: [android-developers] Re: Unexpected Resumes Running Under 2.0

2009-12-01 Thread Dianne Hackborn
On Tue, Dec 1, 2009 at 4:58 PM, Matt Kanninen wrote: > I am curious about these "Resources don't contain package for resource > number" messages. What do they mean? I am seeing them on my Droid. > They mean someone (and it is typically the system process) is trying to retrieve resource identif

Re: [android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-12-01 Thread Dan Dumont
Drat...I don't want to build 2.1... I thought the droids ran 2.0? anyway...I updated the project. Please let me know if it works :) I get an error still in the 2.0 emulator... 12-01 19:54:36.454: ERROR/AndroidRuntime(93): android.content.ActivityNotFoundException: No Activity found t

[android-developers] Re: Unexpected Resumes Running Under 2.0

2009-12-01 Thread Matt Kanninen
On Oct 29, 1:08 pm, Nmix wrote: > Elsewhere in the log, I found something in the logs put out by the > system process that from their timestamp may be correlated with the > uninstall/install process initiated by ADB: > > 10-29 20:33:14.391: > WARN/ResourceType(55):Resourcesdon'tcontainpackageforr

[android-developers] Re: ADC2 Results?

2009-12-01 Thread CraigsRace
Lets not forget that the Google judges accounted for 60% of the final score. So one would have hoped that would have cleaned up the results a little. On Dec 2, 8:35 am, Piotr wrote: > Look at Market, on ADC2 app comments. > > If MOST of commenting users do not even knew WHERE the MENU button is

Re: [android-developers] Android 2.0 Review

2009-12-01 Thread Dianne Hackborn
Um. "they do themselves repeated injustice by presenting their technology on very weak hardware specifications" What is Droid? "The "Vibrate on Keypress" - where did we see this before? Its very similar to the HTC Hero." Actually it's been a feature of the standard platform IME since its first

Re: [android-developers] android 1.5 installing older version over newer version really messes you up

2009-12-01 Thread Dianne Hackborn
This is a bug specific to some of HTC's version of Android, which I think they have fixed in the most recent update. You can search this group for a long discussion on the issue. On Tue, Dec 1, 2009 at 4:03 PM, sdphil wrote: > we have discovered something very strange that we're seeing with > a

Re: [android-developers] Re: Whenever i move out from an activity, which is in a task of singleTask, activtiy is being cleared up to root of the stack

2009-12-01 Thread Dianne Hackborn
I don't know what you are doing. If you try one of the sample apps like ApiDemos you will see this works fine. On Tue, Dec 1, 2009 at 4:18 PM, Mark Wyszomierski wrote: > Hi Dianne, > > The default behavior is what I'm going for - but I'm just not seeing > that - I made this small test app - it

[android-developers] Re: Whenever i move out from an activity, which is in a task of singleTask, activtiy is being cleared up to root of the stack

2009-12-01 Thread Mark Wyszomierski
Hi Dianne, The default behavior is what I'm going for - but I'm just not seeing that - I made this small test app - it just has two activities. I start the app from the app tray. Then have the first activity launch the second activity. I hit the home button to put the app in the background. When I

[android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread tomei.ninge...@gmail.com
After I rebuilt my app a few times w/o change the AndroidManifest.xml, my user told me now he can see it on the Android market. This seems a bit strange, but I am happier now. SoftwareForMe.com wrote: "I guess Google expects others to fill the void and build business around the services we all nee

[android-developers] Re: How to set tooltip to a button

2009-12-01 Thread HeHe
yes, it it possible. i used PopupWindow and TextView together. On Dec 1, 4:43 am, saikiran n wrote: > Hi, > I want to set tool tip to a Button.. > Is it possible in android > if so please give me some sample code -- You received this message because you are subscribed to the Google Groups "And

[android-developers] android 1.5 installing older version over newer version really messes you up

2009-12-01 Thread sdphil
we have discovered something very strange that we're seeing with android 1.5 phones (hero and eris in particular). it seems like if you install an older version of an app over a newer version of the same app, after you reboot your phone, if you launch the app, you will get the newer version of the

[android-developers] Re: Resolution specific graphic packages

2009-12-01 Thread Jack Palevich
One possible work-around (which I used for my Quake port) is to have the application manually download the graphics to a manually-managed directory on the sdcard. See the Downloader activity here: http://android-developers.blogspot.com/2008/09/three-new-samples-triangle-spritetext.html The main dr

[android-developers] Re: adding voice search

2009-12-01 Thread schwiz
I have seen plenty of other apps do this can anyone at all please point me to the documentation for this!! On Dec 1, 2:22 pm, schwiz wrote: > bump > > On Dec 1, 12:53 am, schwiz wrote: > > > > > I want to add a voice search button to one of my apps but I can't seem > > to find documentation on i

[android-developers] Resolution specific graphic packages

2009-12-01 Thread Michael Bollmann
Currently i could provide WVGA graphics for my application but if i do the HVGA devices would run out of internal memory so instead i use HVGA graphics and scale them on WVGA devices. Are there any plans to change that so that a device only downloads the graphics it needs? Or as workaround are ther

[android-developers] Android 2.0 Review

2009-12-01 Thread Vassilios Kirellous
Hi, I've just been playing around with the Android 2.0 SDK.. its not bad at all.. I've written a review here: http://www.mobilesoftee.com/index.php?action=blog_view_article&ArticleID=4 I'd love to have your comments/reviews on this. You're all professional developers, and I'm just curious as to

[android-developers] Re: How to test if app is shown on Market for all screensizes

2009-12-01 Thread blindfold
Argh, thanks! I now found the small print in the documentation that implies this, and have added to my manifest such that as of now my app should be visible to HTC Tattoo users (I have no Tattoo myself). My app sometimes uses autofocus but also works without, so autofocus support by the phone is n

[android-developers] Re: Contact Picking on Motorola Cliq (1.5)?

2009-12-01 Thread suzanne.alexandra
I tried it on a CLIQ and reproduced the error. I've notified the product team and will let you know if there's a solution. -- Suzanne Alexandra Motorola http://developer.motorola.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

Re: [android-developers] Getting an asset outside of main Activity

2009-12-01 Thread Dianne Hackborn
You say you are -instantiating- an AssetManager? Generally what one does is just hand the Context to whatever function needs to access resources/assets/whatever, and let it retrieve what it needs from that. Context is the main handle on the information about your app. Do be sure, though, if you

Re: [android-developers] Re: Supporting Smaller Screen Sizes

2009-12-01 Thread Dianne Hackborn
What in the world are you doing? An application that is built against 1.6 will definitely run on 1.5, as long as you are careful about how you use 1.6 APIs and set your minSdkVersion to 3. Getting link errors is something much deeper -- do you have native code in your app? If so, is it actually

[android-developers] Re: JNI Call Bridge

2009-12-01 Thread fadden
On Nov 30, 9:15 pm, Suchand Ghosh wrote: > Here, these types are interchangeable. You can use jint where you normally > use an int, and vice-versa, without any > typecastingrequired. ...sometimes. On current Android systems, "int" and "long" are both 32-bit

Re: [android-developers] How to get phone usage statics

2009-12-01 Thread Dianne Hackborn
Sorry, there is no API for this. On Tue, Dec 1, 2009 at 1:11 AM, Zhang Cheng wrote: > Hi! > I recently want to write an application which can show the > user some phone usage information, which include voice call, > GPRS, SMS/MMS, bluetooth, battery, etc. For example, how > many calls is made a

Re: [android-developers] Problems with Activity.finish()

2009-12-01 Thread Dianne Hackborn
Please do not use System.exit(). Your process is kept around after the user exits, by design, so it doesn't need to be re-initialized if they return to it soon after. This is the way things are supposed to work. If you have lots of data in statics, you should add something to remove the referenc

[android-developers] Re: AutoCompleteTextView and setText()

2009-12-01 Thread Klaus Kartou
Still stuck with this issue. Is it even correct behaviour of the AutoCompleteTextView to show the pop-up when setText() is being called? On Sun, Nov 29, 2009 at 1:23 PM, Klaus Kartou wrote: > I tried to call setText before filling data into the CursorAdaptor, but > this isnt a very solid solutio

Re: [android-developers] Re: Different screen sizes + API level

2009-12-01 Thread Dianne Hackborn
The preferred way is to set android:targetSdkVersion="4", in which case the defaults will all be true for supports-screens so you only have to set that if you want to explicitly not support something. And you can set android:minSdkVersion="3" or whatever to allow the app to still run on older vers

Re: [android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread Dianne Hackborn
Yep. On Tue, Dec 1, 2009 at 2:30 PM, blindfold wrote: > Thanks, I had not yet seen the fine print yet reading > > "Any application that requests the CAMERA permission but does not > declare any camera features with the element will be > assumed to use *all* camera features (such as auto-focus).

Re: [android-developers] SecurityException on startActivity

2009-12-01 Thread Dianne Hackborn
It looks like for some reason their manifest has declared that you need the internet permission to be able to start it. This is probably a mistake in their app, but it turns out this permission is one any app can have so you -could- request it. Because the exception you are showing does not match

[android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread blindfold
Thanks, I had not yet seen the fine print yet reading "Any application that requests the CAMERA permission but does not declare any camera features with the element will be assumed to use *all* camera features (such as auto-focus). Thus, the application will not be compatible with devices that do

Re: [android-developers] Rfcomm (2.0 & 1.6)

2009-12-01 Thread Nick Pelly
On Tue, Dec 1, 2009 at 8:11 AM, Patrick wrote: > Hey, > > New here, hope to be in the right group. > I'm trying to wrap my head around the new bluetooth API. As I > understand the BluetoothSocket and ServerSocket classes, they need a > UUID to "encrypt" the socket connection. Your understanding i

Re: [android-developers] Re: Whenever i move out from an activity, which is in a task of singleTask, activtiy is being cleared up to root of the stack

2009-12-01 Thread Dianne Hackborn
On Tue, Dec 1, 2009 at 1:46 PM, Mark Wyszomierski wrote: > I guess I'm not understanding the default process creation method. > Fwiw, what we are talking about has absolutely nothing to do with processes. Please make sure you read this starting at "Activities and Tasks": http://dirkbd:9092/guid

[android-developers] Re: why is my app asking to access phone calls and storage?

2009-12-01 Thread Max Binshtok
Can anyone please confirm this: "I realized that because I was installing the app directly from the .apk file instead of the market, the Phone Calls and Storage permissions always come up. When it is put on the Market, they are gone. Don't think this was intended, but setting targetSdkVersion do

[android-developers] Re: Iphone like tab view

2009-12-01 Thread String
On Dec 1, 11:40 am, Dilli wrote: > i want to develop application which UI should look like ( iphone > view ) > currently i am using Tab view  but i want my application view should > be like iphone tab view > > suggest me how can i do it ?? If you want your app to use the iPhone UI, switch to iP

[android-developers] Re: Specifying SeekBar colors in layout file ...

2009-12-01 Thread Mark Rosenberg
Thanks for the example. Still not clear on how to proceed. Can I override the stuff in Android's built-in progress_horizontal.xml? Do I create an replacement layer-list? If so, how do I tie it into my SeekBar XML declaration? Or should I be looking at building my own ProgressBar subclass? On Nov 3

[android-developers] Re: Pickup a phone contact under the emulator

2009-12-01 Thread brian
+1. Getting the same problem > E/AndroidRuntime( 102): Uncaught handler: thread main exiting due to > uncaught exception > > E/AndroidRuntime( 102): android.content.ActivityNotFoundException: No > Activity found to handle Intent { act=android.settings.SYNC_SETTINGS (has > extras) } > > E/Android

[android-developers] Re: ADT installation on Ubuntu 9.10

2009-12-01 Thread boyjunkie
Hi Christine and dmtrlbdv, Thanks for your inputs. I installed GEF from Eclipse site (http:// www.eclipse.org/gef/downloads/ - GEF + Draw2D SDK (Runtime + Source)) and now I am able to install the ADT succesfully. Hi Lee, I tried to update Eclipse, but it didn't work and had to use the aforement

[android-developers] Re: running sqlite3 commands from app?

2009-12-01 Thread dsukhram
Thanks for your reply Chad. However I was just using the '.tables' command as an example. What I really need to do is run the '.read' command in order to load data into my db On Dec 1, 1:21 pm, chad ziccardi wrote: > On Dec 1, 2009, at 9:32 AM, dsukhram wrote: > > > When I try to run the '.tables

[android-developers] Re: Whenever i move out from an activity, which is in a task of singleTask, activtiy is being cleared up to root of the stack

2009-12-01 Thread Mark Wyszomierski
Hi Dianne, I guess I'm not understanding the default process creation method. Using a new project, with two activities, A and B (both have no custom flags set in the manifest, and Activity A is set as MAIN and LAUNCHER): 1) Launch the app from the app drawer 2) Have activity A start activity B. 3

Re: [android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread Dianne Hackborn
On Tue, Dec 1, 2009 at 7:21 AM, steve wrote: > Why is it that many applications do not turn up for the tattoo? This > is a serious failing. I have a tattoo for testing purposes, after > checking out the marketplace I found numerous applications were not > available via the marketplace. > http://

[android-developers] Develop app targeting both 1.6 and 2.0

2009-12-01 Thread yves...@gmail.com
I run into a problem. My app queries contact for phone numbers and emails. in 2.0 version, all apis regarding this are new. So, I can either compile my app targeting 2.0, which works for 2.0 version, but can't install on 1.6 phone; or I can set the target to be 1.6 which compile failed because it d

[android-developers] Re: ADC2 Results?

2009-12-01 Thread Piotr
Look at Market, on ADC2 app comments. If MOST of commenting users do not even knew WHERE the MENU button is ("how to skip an app ?" issue), then you already know, how "highly proffesional" the judgement process was. On 1 Gru, 16:17, Rmac wrote: > So ADC2 was more of a publicity effort than true

Re: [android-developers] Re: Multitouch support in Android 2.0

2009-12-01 Thread Dianne Hackborn
On Tue, Dec 1, 2009 at 1:25 PM, patrick wrote: > ->for the pressure, when i use 2 fingers, the size 'detected' is > sometimes suddenly enormous. > That is exactly how the G1 and myTouch screen works -- when two fingers are down, the size is essentially seeing them as a large touch area. So plea

[android-developers] Re: How to test if app is shown on Market for all screensizes

2009-12-01 Thread Justin (Google Employee)
To return to the original topic of apps with the CAMERA permission not showing to Tattoo users, this is because you need to specify in your manifest as per http://developer.android.com/guide/topics/manifest/uses-feature-element.html . Tattoo does not include autofocus unlike all previous Androi

Re: [android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread Michael MacDonald
Is this right? The documentation clearly says that is a child of . Justin (Google Employee) wrote: > The issue is that your manifest file structure is incorrect. screens> should be a child of . Does the SDK throw a compile- > time warning? We should probably throw an error here though. > > Chee

[android-developers] Re: Multitouch support in Android 2.0

2009-12-01 Thread patrick
->for the pressure, when i use 2 fingers, the size 'detected' is sometimes suddenly enormous. about the finger limit, do you know if it will be the same for the htc hero when it will receive the 2.1 firmware update? btw, thanks for all these answers On Dec 1, 7:49 pm, Dianne Hackborn wrote: > P

Re: [android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-12-01 Thread Dan Dumont
I'll update my project asap!Thanks for looking into this!! when we create the binder, do we need to verify that the "account" variable is for us? IE... will the intent be triggered for all providers, and we must figure out if the info is our or not? On Mon, Nov 30, 2009 at 2:35 PM, Jerry B

[android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread Justin (Google Employee)
Sorry about that, I misspoke, the tag is properly placed. In that case your app should be presented to Tattoo users, what's the name of it? Cheers, Justin Android Team @ Google On Dec 1, 12:50 pm, "Justin (Google Employee)" wrote: > The issue is that your manifest file structure is incorrect.

[android-developers] Re: ADC2 rank

2009-12-01 Thread Michael Chips
Only Google can tell it... On 1 дек, 16:20, Georgios Galyfos wrote: > hi, yeah please if anyone can clarify this please do! I think they are > ranked from first to last too.. Also, does anyone know how many apps have > entered the adc 2 in total? (if you know for each category it would be > perfe

[android-developers] Re: Can an Activity pause() rather than finish()?

2009-12-01 Thread DulcetTone
Dianne, your answers are often just the spur I need. I already had the data in such a place (a static list), and was under the misapprehension that when a root activity of an app went away, the app's entire process was cleaned up. This will work fine for me, but I will now want to spend some time

[android-developers] Latest Android ADT Preference Pane Not appearing in Eclipse

2009-12-01 Thread phirstube
I have installed the 32-bit Coca version of Eclipse Java IDE. When I try to install the Android ADT, I get no error, however it does not show up in my Eclipse -> Preference Pane. I am running Mac 10.6, can anyone offer any support? -- You received this message because you are subscribed to the

[android-developers] Droid or android 2.0 performance issues?

2009-12-01 Thread Jarrod Overson
I had been waiting to make the switch from the iphone to android until both some nice hardware was released and it had been out for a while for the initial usability issues to be resolved. The Droid is what made me take the plunge but I am *constantly* frustrated by what seems to be surprisingly su

[android-developers] access voice data

2009-12-01 Thread Khalid
Hi All, Is it possible in android framework to encrypt/decrypt voice data? What I am thinking is when a call comes in, and before user picks it up another local application is activated, it then encrypts and decrypts outgoing/incoming voice data? Thanks -- You received this message because you a

[android-developers] SecurityException on startActivity

2009-12-01 Thread Fabio
Hi, I have a problem when I call startActivity with some apps. This is the exception: java.lang.SecurityException: Permission Denial: starting Intent { action=android.intent.action.MAIN categories= {android.intent.category.LAUNCHER} flags=0x1000 comp= {com.acquamedia.widget.translator/ com.acq

[android-developers] getting soft keyboard to show for input field in a webview

2009-12-01 Thread sbunger
When a search screen is shown I request focus for an input field in a webview. From the onfocus handler for the input field I call into a java api to request that the keyboard be shown. Inside that java api I try the following code... InputMethodManager imm = (InputMethodManager)mWebView.getContex

[android-developers] Re: Different screen sizes + API level

2009-12-01 Thread Donald_W
Thx for the answer, but what if I use SDK 1.6 but target is set to 1.5? On 30 Lis, 07:25, jeffro wrote: > You'll need to specify which screen sized you support in your manifest > file if you use SDK1.6. > >           android:largeScreens="true" >           android:normalScreens="true" >        

Re: [android-developers] Re: running sqlite3 commands from app?

2009-12-01 Thread chad ziccardi
On Dec 1, 2009, at 9:32 AM, dsukhram wrote: > When I try to run the '.tables' command by doing the following: > > SQLiteDatabase db = this.openOrCreateDatabase(DB_NAME, MODE_PRIVATE, > null); > db.execSQL(".tables"); > Try this: db.execSQL("SELECT name FROM sqlite_master where type='table' and

[android-developers] Pick events from calendar?

2009-12-01 Thread Mo
Hi Everyone, I want to develop an application that pick events from the calendar then send them to contacts as text messages. Is this possible on Android? Many thanx in advance Mo -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] m3u playlist support in USB/MSC mode

2009-12-01 Thread pjople
Hey folks, I've noticed some odd behavior when manually maintaining .m3u playlist files on the Motorola Droid and HTC Hero. I can successfully create an .m3u file on the device (in the home directory as well as subdirectories) and the playlist will appear in the native media app. However, when I

[android-developers] Questions about program structure for real-time games

2009-12-01 Thread edzah
I am having trouble understanding how threads, activities and renderers fit together. My current program structure is this: - main activity, nothing in it really, just initialising things. mGLView = new GLSurfaceView(this); mGLView.setEGLConfigChooser(false); mGLView.setR

[android-developers] Monkey test tool

2009-12-01 Thread Steff
Hi I am running monkey test on my G1 with the following coniguration set with different seeds: # monkey -v -v --monitor-native-crashes 10 > data/monkeylog.txt Unfortunately the crash reports are not piped to the file on the internal file system but are for some reason displayed in the adb sh

Re: [android-developers] How to get system preferences without having context

2009-12-01 Thread Mostafa Hajizadeh
Thanks for your advice, but let me explain my problem a bit further: We're localizing Android, and have added a calendar option (to select one beside the default Gregorian calendar) to the system preferences. We want it to affect all the applications (Messaging, Call log, ...), without changing th

[android-developers] Rfcomm (2.0 & 1.6)

2009-12-01 Thread Patrick
Hey, New here, hope to be in the right group. I'm trying to wrap my head around the new bluetooth API. As I understand the BluetoothSocket and ServerSocket classes, they need a UUID to "encrypt" the socket connection. While this is a nice feature, this doesn't allow me to use another device to con

[android-developers] Re: Android 2.0 emulator (Droid skin) crawls

2009-12-01 Thread kanatacrude
I have the same issue. Eclipse 3.4.2 with the 2.0 SDK, ADT 0.9.4 . Android 2.0 emulation slow as molasses, 1.6 is fine. Hmm. Guess not too many people have this problem given the lack of replies... garnet On Nov 12, 11:07 pm, Jay-andro wrote: > Is it just me or is everyone experiencing excruc

[android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread Justin (Google Employee)
The issue is that your manifest file structure is incorrect. should be a child of . Does the SDK throw a compile- time warning? We should probably throw an error here though. Cheers, Justin Android Team @ Google On Nov 30, 9:29 pm, "tomei.ninge...@gmail.com" wrote: > Hi Nemat, > > Thanks a lot

Re: [android-developers] Architectural design question

2009-12-01 Thread Dan Sherman
You don't really have an option to have them bundled at install time. Packages require that 4x the package size be available at install time, and many devices don't have that 96mb of space (much less, that amount unused) to even install it. - Dan On Tue, Dec 1, 2009 at 12:04 AM, rastyrori wrote

[android-developers] Re: Can anyone tell me ONE app that shows up in Android Market on HTC Tattoo

2009-12-01 Thread steve
Why is it that many applications do not turn up for the tattoo? This is a serious failing. I have a tattoo for testing purposes, after checking out the marketplace I found numerous applications were not available via the marketplace. In general I find browsing app's far more difficult and constrai

[android-developers] Re: Motorola Milestone not showing up in ddms / adb on Mac OS X Snow Leopard

2009-12-01 Thread Oliver
I have the same problem. On a MacBook Pro running Leopard (10.5.8). On Nov 25, 1:11 pm, 24z wrote: > I've connected my (new) Motorola Milestone running Android 2.0 to an > Intel iMac running the latest version of Snow Leopard. > > USB Debugging is enabled on the device. However, ddms doesn't see

[android-developers] just another android rtp stack question

2009-12-01 Thread maxsap
Hello all, I am new in android developer and I would like to make a sip based application for this platform. In the signaling part I have found about jain-sip (used it) and sipdroid( any good tutorial? ) the problem starts when I want to stream data from a phone to a server. So the question is: Is

[android-developers] Re: about close Location Manager service

2009-12-01 Thread jef
I have the same problem or I don't understand how to stop listening location change. I have a G1 and "mLocationManager01.removeUpdates (mLocationListener01);" work well but in emulator in version 1.6 and 2.0 the gps doesn't stop... And someone report me the same issue concerning my application w

[android-developers] Re: Start another activity with a broadcast intent

2009-12-01 Thread Adeem
Did you find the solution? On Nov 30, 12:19 am, Moritzz wrote: > Hi! > > I'm trying to start an activity out of a widget so I can't use the > startActivity() function. So I'm trying to create the correct intent > but I don't find what I'm missing. Here's my code: > > -

Re: [android-developers] Iphone like tab view

2009-12-01 Thread killafr0gg
Dilli wrote: > Hi all > > i want to develop application which UI should look like ( iphone > view ) > > ie ( by clicking on tab item it's content (different views like list > view, web view ,...) to be loaded ) > > currently i am using Tab view but i want my application view should > be like ipho

[android-developers] Add custom field and Quickcontact icon to addressbook in android

2009-12-01 Thread pierrot9684
Hi, Does somebody know if it is possible to add a custom field (let say "group" to organize contacts) to the addressbook of android phones. If yes, how to do it? How do we add an icon to the Quickcontact menu in addressbook? Thanks. -- You received this message because you are subscribed to the G

[android-developers] Info required on call to onLocationChanged() functionality.

2009-12-01 Thread Arunkumar Ramalingam
Hi, I am developing a GPS based application, and for my application I need to get the current location, and also need to update the UI as and when the location changes. So for that I am using Location Manager and location listener package as follows, public class HelloMapViewSec extends M

[android-developers] Re: passing multi dimensional string array between two actvities.

2009-12-01 Thread ravi pandit
dude..just make ur member fields static ..you wud be able to access from any other classes including the one subclassing Activity.. On Dec 1, 3:37 am, TonyDoc wrote: > is there a reason you cannot make the array public? > > On Nov 30, 5:55 am, pavan wrote: > > > Here is my Problem : > > > I wan

[android-developers] Need call to onLocationChanged() within user travel of 10/100m

2009-12-01 Thread Ruppin
Hi, I am developing a GPS based application, and for my application I need to get the current location, and also need to update the UI as and when the location changes. So for that I am using Location Manager and location listener package as follows, public class HelloMapViewSec extends M

[android-developers] [Android Developers] GK: How to generate "android.jar" using open source platform.

2009-12-01 Thread Jack Ganesh
Hi All, Can any one provide me the steps to generate "android.jar" using open source platform code. Cheers, Ganesh -- 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.co

[android-developers] How to get phone usage statics

2009-12-01 Thread Zhang Cheng
Hi! I recently want to write an application which can show the user some phone usage information, which include voice call, GPRS, SMS/MMS, bluetooth, battery, etc. For example, how many calls is made a day, the battery discharge line, GPRS volums, and the like. Consider that some malware may use

[android-developers] [Android Developers ] GK : Error::while building the SDK open platform source

2009-12-01 Thread Jack Ganesh
Hi All, Am newly born for Android. Am trying to complie the Android platform. using "make" Am getting the following Error while building the SDK open source project . = frameworks/base/core/java/android/app/DatePickerDialog.java:112: pac

[android-developers] Problems with Activity.finish()

2009-12-01 Thread Sujoy Ghosh
Hi, I have been facing problems to manage statics variables used in my android application. If we exit the application against a particular event (touch or key event -which is must for my app), all the statics variables are retaining the values when I am launching it again. I am invoking Activity.

  1   2   3   >