[android-developers] Re: how to detect if a phone is running HTC sense UI

2010-08-03 Thread joebowbeer
There are also subtle differences in the way some of the standard apps work, such as Contacts (aka People). The handling of Phone contacts is different in HTC Sense, for example. This difference exists whether the HTC Sense Launcher is selected or not. On Aug 3, 10:08 am, Jonas Petersson

[android-developers] Re: onCreate, onStop..... super.onCreate, super.onStop... called before code or after?

2010-08-03 Thread William Ferguson
Yes, whether/when to call an overridden method in a subclass is one of the unfortunate consequences of using implementation inheritance. Its a shame that the Android SDK makes such heavy use of it (inheritance), Over the last 10 years I had thought enough of us in the Java world had finally gotten

RE: [android-developers] INSTALL_FAILED_MISSING_FEATURE Question

2010-08-03 Thread Tommy
Hm well I get this error when I use uses-library android:name=com.google.android.maps/uses-library in the manifest file So does that mean the HTC aria can't use google maps? -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On

Re: [android-developers] INSTALL_FAILED_MISSING_FEATURE Question

2010-08-03 Thread Mark Murphy
On Tue, Aug 3, 2010 at 7:41 PM, Tommy droi...@gmail.com wrote: Hm well I get this error when I use uses-library android:name=com.google.android.maps/uses-library in the manifest file So does that mean the HTC aria can't use google maps? Beats me -- I don't own one. Are you running the

RE: [android-developers] INSTALL_FAILED_MISSING_FEATURE Question

2010-08-03 Thread Tommy
Yeah its right from the store new. And Yeah there is a google maps app on the aria -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Mark Murphy Sent: Tuesday, August 03, 2010 7:44 PM To:

[android-developers] Re: DDMS Allocations tracker not picking up activity when using a real phone

2010-08-03 Thread fadden
On Aug 3, 3:27 pm, Mark Murphy mmur...@commonsware.com wrote: Many DDMS features only work on the emulator. It would not surprise me if this does not work on a device. The Allocation Tracker feature should work equally well on both. Pretty much everything but Emulator Control should work,

Re: [android-developers] INSTALL_FAILED_MISSING_FEATURE Question

2010-08-03 Thread Mark Murphy
On Tue, Aug 3, 2010 at 7:46 PM, Tommy droi...@gmail.com wrote: Yeah its right from the store new. And Yeah there is a google maps app on the aria Well, now, that's disturbing. First, try this project: http://github.com/commonsguy/cw-android/tree/master/Maps/NooYawk/ That'll eliminate some

Re: [android-developers] Re: DDMS Allocations tracker not picking up activity when using a real phone

2010-08-03 Thread Mark Murphy
On Tue, Aug 3, 2010 at 7:58 PM, fadden fad...@android.com wrote: On Aug 3, 3:27 pm, Mark Murphy mmur...@commonsware.com wrote: Many DDMS features only work on the emulator. It would not surprise me if this does not work on a device. The Allocation Tracker feature should work equally well on

[android-developers] HTC EVO RTSP issues... Anyone experience issues in this area?

2010-08-03 Thread Moto
I'm currently getting issues with the RTSP client of the HTC EVO running Android 2.2. The purpose of this post is to know if anyone has issues in that area or if there is known bug on this... Just to know it's not only me... :P Thanks! -Moto! -- You received this message because you are

[android-developers] Re: How to store questions for quiz type application

2010-08-03 Thread Bob Kerns
True enough, and if you are only reading, atomicity doesn't matter. But if you want to record answers? Files are well suited to either read-only uses. But once you start writing, you have the potential for partial updates unless you use a rename or delete to mark the end of the update. Which is

[android-developers] Re: Resource Directory Qualifier Limitation?

2010-08-03 Thread Greg
Yes, this is definitely the issue - however now I am lost trying to decode what these fields are. After searching through previous posts and testing, it looks like inScaled = false will not scale any resource even if it's resource directory indicates it should, and setting it to true gives me

[android-developers] getAlpha for ImageView

2010-08-03 Thread Ozymandias
How do you get the alpha of an ImageView? You can setAlpha, but I can find no way to retrieve it afterwords. Anyone know? -- 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] communicate between java javascript (i.e. pass string)

2010-08-03 Thread Anamika
I'm trying to verify page content rendered through webview by my android app pro grammatically. Using javascript I'm able get the value of those. For example document.getElementById(color-link-box- top).getElementsByTagName(p)[0].innerHTML above line returns me string value within javascript,

[android-developers] Re: How to store a drawable in database?

2010-08-03 Thread jerryfan2000
I want to store all install app's icons in a database so that I don't need to query from lengthy package manager query every time after reboot. On Aug 3, 1:53 am, Matty busbus...@gmail.com wrote: I can't help but wonder why you would want to do this? On Aug 1, 9:12 am, Jerry Fan

[android-developers] Re: How to test OpenGL?

2010-08-03 Thread SChaser
Robert Green, thanks again for your informative answer. I added the MODELVIEW mode right after setting the viewport, and did a loadIdentity after that. No change, but I agree its the correct thing to do. Still zero lines visible on the emulator (even when I scale up its display). Looks fine on

[android-developers] Re: How to test OpenGL?

2010-08-03 Thread SChaser
On Aug 3, 4:33 pm, Indicator Veritatis mej1...@yahoo.com wrote: But I am surprised no one has mentioned: your settings for glOrtho's near_val and far_val are odd, to say the least. The default is exactly the other way around with near_val=-1.0 and far_val=+1.0. Your values put the near plane

[android-developers] LG Cookie Pep GD510 Price

2010-08-03 Thread vikram singh
The GD510 Pop touch screen feature phone. users can listen to plenty of music and watch movies, or they can create their own memories with the GD510^s 3.0 megapixel camera. The GD510 will also launch with an optional solar panel add-on that will fit onto the back of the device for charging the

[android-developers] How to implement your own LocationProvider

2010-08-03 Thread Marcus Wolschon
Hello, I would like to implement a new LocationProvider. In this case, one that uses OpenCellID.org. I figured the pattern wou be quite similar to providing an AccountAuthenticator but was stunned that I could not find any documentation on this. Looking at the source

Re: [android-developers] Re: Launch application or service from html link?

2010-08-03 Thread rajesh rao
hi friends if you want earn more money? then don't waste your time just copy and the address given below.* http://www.AWSurveys.com/HomeMain.cfm?RefID=raothetechy* -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] how to use AT Commands in android ril (Linux)

2010-08-03 Thread kishore
hi all, plz give reply to that subject regards, kishore -- 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] Re: LVL returns always LICENSED...

2010-08-03 Thread Kirky
Devesh: Yes that's clear to me but shouldn't any phones that are not synced to accounts listed in the portal simply just get not NOT_LICENSED back from the service? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Options for widget loading

2010-08-03 Thread kaundinya
how to add radio group in the widget to display options on the screen android -- 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

[android-developers] Re: Unable to retrieve the GIVEN_NAME or FAMILY_NAME from database

2010-08-03 Thread Donatello Indino
This code snippet works for me cursor = contentResolver.query(Data.CONTENT_URI, null, Data.LOOKUP_KEY + =' + lookupKey + ', null, null); cursor.moveToFirst(); int columnIndex = cursor.getColumnIndexOrThrow(StructuredName.DISPLAY_NAME); Log.i(TAG, DisplayName: + cursor.getString(columnIndex));

[android-developers] Does all Android Devices support Map API

2010-08-03 Thread Jingwen Xiong
Hi all, I am currently developing an android application that uses android google map API. I am wondering does all android devices support this add-on api?? If not, how could I detect wheter the device support or doesn't support map API programatically. Any comments and suggestion are welcome.

[android-developers] Closing the Application Window Programatically

2010-08-03 Thread Neetu
hello, I am doing small project Location Finder in android.In that i have used different menu items,which include Close menu.On click of that menu i want to close the application.i have tried it with finish(),but it just the finish the current activity. so can you plz guide me how to close

[android-developers] Android Appwidget resolveUri failed on bad bitmap uri

2010-08-03 Thread Christian
Hello everybody, I'm programming an appwidget that downloads an image from a website and displays it. The approach is easy, but I get an error, if I want to set the imageView to the URI of the downloaded image. First I set the imageView with updateViews.setImageViewBitmap, where updateViews is a

[android-developers] Option Menu to choose before loading widget

2010-08-03 Thread kaundinya
Hi all, I need to know how to give an interface to the user to choose an option before the widget is loaded. in other words, when user selects the widget on the screen, there should be 3 options which pop up for the user to select, once selected the application will navigate to corresponding

[android-developers] UPnP C Library

2010-08-03 Thread msnkm
Hi , Im trying to use UPnP for service discovery,i need a C library which implements this.Has anybody done this earlier.Share the link Regards, Kiranmai -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Is Head First Android Book exists?

2010-08-03 Thread rajesh rao
hi friends if you want to earn more money then don't waste your time just copy and paste the address given below. *http://www.AWSurveys.com/HomeMain.cfm?RefID=raothetechy* -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Cordinates provided by geo fix command to emulator are different in location listener

2010-08-03 Thread tty
Hello, I use Android emulator to test my location based application. The cordinates are provided by geo fix command (for example: geo fix 2.31278 48.9533 10). But when the new location event is fired, the cordinates are not the same as those in the command: I got latitude = 48.9580005334,

[android-developers] Re: How can get the latest version of google apks (market ,gmail ,yotube)

2010-08-03 Thread appel
The same as with everything else that is part of the firmware, you wait for your phone manufacturer/carrier to release updates with newer versions of the Google apps. :( On Aug 3, 9:39 am, GPU gopuraj...@gmail.com wrote: So what is procedure to get these apks from google ? On Aug 3, 3:35 pm,

[android-developers] Re: Many app share one Class?

2010-08-03 Thread James Becwar
You need to make a JAR and add them to both projects as external libs. -James http://www.jamesbecwar.com On Aug 3, 12:04 am, 汪健飞 wangjf...@gmail.com wrote: I mean don't find MessageVo in the testTwoApp,because testTwoApp and MessageVo don't together project. 2010/8/3 Floaters

[android-developers] how can i know that emulator is fully loaded (which display home screen )

2010-08-03 Thread jadav
Hi All, Is there any way by which I know, now emulator has been loaded fully. ( I am asking this because some commands like adb install mypk.apk need fully loaded emulator. adb wait-for-device is there but it doen't serve my purpose. ) Thanks, Jadav -- You received this message because you

[android-developers] Which Background model to run

2010-08-03 Thread SifuDarryl
Hello, I am trying to develop an application which will require a service to run in the background. I am relatively new to android programming, and after reading many posts, blogs, how-to's and books on creating and managing services, I am still pretty confused about which model I should try to

[android-developers] DFW Developer Group

2010-08-03 Thread javahead76
Greetings Fellow Robo-Automaton Developers, I'm trying to get a group together in the DFW area. In the spirit of not spamming, please just comment here or send me a message if you are interested in joining. Thanks and happy coding! Randall -- You received this message because you are

[android-developers] Who recycled My Bitmap?

2010-08-03 Thread Napoleon Liu
Hi: First of all , sorry for my poor English. I have some questions about Bitmap, I have an app A which have a full screen ImageView in it, and i have another app B which have ImageView too and use large of memory, B was callded and start from A(A and B in different process). The app B have

[android-developers] Re: Why is Android so buggy?

2010-08-03 Thread nadavnaz
From the point of view of a (relative to you) dumb user of a nexus one, I'd be glad to add a bit to the disscusion. I'm running android 2.2 froyo on a nexus one, and i'm loving it. No other phone comes completely unlocked, allows tethering and a huge app catalog while not being on any carriers

[android-developers] Re: Tab layout navigation issue

2010-08-03 Thread kaundinya
Hi Rajesh, Firstly, im new to android, just take a look on the following if it help u. u can assign the icon for the tab using mTabHost.getTabWidget().getChildAt(0).getBackground() where mTabHost is the TabHost control from the layout. for changing the image when clicked, u can use

[android-developers] Connect to desktop application

2010-08-03 Thread Tom
I have an application that will run on a desktop behind a router. The application makes a call to a webservice and updates its connection information periodically. The desktop has a database that I need to retrieve information from via an Android phone. The phone needs to request the

[android-developers] Re: Android preprocessor, //#ifdef...

2010-08-03 Thread bruce
So much to say about Java except that's just talking religion. So back to the original topic. Sometimes just because you are adding in debug code doesn't mean you want a performance degradation. Java has mechanisms for some of this but just for example, tracing. Doesn't matter what you are

[android-developers] Setting an Intent extra value that's an array of String and Integer

2010-08-03 Thread Herb Jellinek
I have a program that sends a broadcast Intent that needs an extra value. The value is declared as being of type Object[], though I know that the elements are always of type Integer or String. That's part of an API not under my control. What's the most concise and/or efficient way to do the

[android-developers] Re: A very strange ServerSocket.accept problem

2010-08-03 Thread Ricardo León
The port the device is not open, I have the same problem but i dont know how to open the port, for example in J2ME is Connector.open but I dont know in android. On Aug 3, 10:26 am, Alex Xin xinxi...@gmail.com wrote: Hi Oscar I have no firewall installed.. Alex On Tue, Aug 3, 2010 at

[android-developers] Android keyboard

2010-08-03 Thread morpheus
Hi to the list. I'm planning to install Android onto a device which does not have a keyboard, nor a touch screen. Such device will show it's interface via a DLP projector and will be controlled with a remote with few keys (only direction, confirm and menù buttons). So, the problem; I'm trying

[android-developers] Re: Looking for a design tip/advice/doc

2010-08-03 Thread bruce
If you are just doing a few items, it's not going to be a big deal. Same with grabbing data from a database. It's an issue when you have to scroll through lots of data and repopulate views, deal with flings, etc., while maintaining good speed. Sounds like you won't have to deal with this.

[android-developers] Re: Emulator loses network connection issue

2010-08-03 Thread Tronman
I have the same problem... the Internet connection just stops, and I have to restart the emulator. I'm using 2.2 now, but it's happened to me using other versions as well. It happens at least once a day. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Auto upgrade of manually installed app that gets published in market

2010-08-03 Thread Mike
If I install an application manually via the apk, and then an updated version goes in the market, will the device recognize the upgrade automatically? -- 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: Activities and Multiple Views

2010-08-03 Thread Jef
You can override the onKey... methods in your Activity and any keystrokes not handled by the views in your activity will fall through to the Activity. Does this help? Regards, Jef On Aug 3, 3:31 am, Revathi K J Ramanan revathiramana...@gmail.com wrote: Hi, I start a browser and from the

[android-developers] ACTION_PACKAGE_REPLACED and Widgets

2010-08-03 Thread jbella
Hi, I'm trying to handle upgrade of my widget. I catch ACTION_PACKAGE_REPLACED and then i want to loop through all AppWidgetIds but after upgrade getAppWidgetIds does not return any AppWidgetIds. Anyone have an idea of how i should handle this? // Johan B -- You received this message because

[android-developers] Re: Android Library Project

2010-08-03 Thread Mica
this is good news, do you know when next ver of ADT will be available through Eclipse update? On Jul 9, 2:36 pm, Xavier Ducrohet x...@android.com wrote: Just to give an update to anyone still reading this thread. The next version of ADT will include fixes for: - Issue with the library needing

[android-developers] Android 2.2 and 3 stencil set

2010-08-03 Thread Ryan
Hello, I've got some great ideas and i wonder what tools are people using to develop wire frames for android applications? I've found this: http://www.graffletopia.com/stencils/578 And obviously the source is available to make my own stencil but i was wondering what google uses internally and

[android-developers] Launch an Android App from an HTML webpage

2010-08-03 Thread Mgengo
Hello all, Apologies if this has already been posted, but I did search the group before writing. I am trying to launch an Android app via a hyperlink from an HTML site - i.e. tel:+448458001020 would call play.com from my phone upon clicking the button that has aforementioned hyperlink. Or

[android-developers] TouchListener invoked twice

2010-08-03 Thread Manish Sharma
Hi All, I am facing a problem. I have implemented a touchlistener. i touch the button once but the listener is invoked twice. Please suggest. Thanks in advance. Manish Sharma -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

RE: [android-developers] INSTALL_FAILED_MISSING_FEATURE Question

2010-08-03 Thread Tommy
Hm this is strange. The trapster app uses google maps and it seems to work. I am to tired to continue messing with this random crap tonight, Time for some Modern Warfare 2. I'll get that source code tomorrow from the first link you gave and see if that works on the device if so I'll try to dissect

Re: [android-developers] INSTALL_FAILED_MISSING_FEATURE Question

2010-08-03 Thread Mark Murphy
On Tue, Aug 3, 2010 at 9:47 PM, Tommy droi...@gmail.com wrote: In order to use the maps do you have to place the uses-library tag inside the application tag in the manifest or are there other ways of using it? No, that's pretty much it. -- Mark Murphy (a Commons Guy) http://commonsware.com |

Re: [android-developers] Re: Many app share one Class?

2010-08-03 Thread 汪健飞
ok,I see 在 2010年8月3日 下午8:35,James Becwar jbec...@gmail.com写道: You need to make a JAR and add them to both projects as external libs. -James http://www.jamesbecwar.com On Aug 3, 12:04 am, 汪健飞 wangjf...@gmail.com wrote: I mean don't find MessageVo in the testTwoApp,because testTwoApp and

[android-developers] Re: Update delete a directory and how to prevent this from happening?

2010-08-03 Thread Mystique
Thanks Mark, I have your books and use it here and there. I didnt use getExternalFilesDir(), I hardcore it directly. You mean a bug if I had getExternalFilesDir() in my code and it will delete the directory each time I call it? On Aug 4, 1:23 am, Mark Murphy mmur...@commonsware.com wrote: On

[android-developers] Re: My Eclipse 3.5 always lag and have to force close - why?

2010-08-03 Thread Bob Kerns
It's long been my opinion that the minimum development environment should be 8 GB, quad core. And, ideally, solid-state disks. Definitely *NOT* a 5200 RPM or slower hard drive! Ever! I run on a 4GB, dual core laptop, SATA 7200 RPM hard drive. But I've also run on 8 GB, quad core, and know what a

[android-developers] Re: Android preprocessor, //#ifdef...

2010-08-03 Thread dm1973
if (Platform.OS == BLACKBERRY){ // DO blackberry }else{ // DO JAVA } class Platform{ static final int OS = BLACKBERRY; } The only trick part is doing the imports. Stub classes are a one way. Interfaces (don't worry about the performance overhead. Count on the JIT to optimize the code

Re: [android-developers] Re: Update delete a directory and how to prevent this from happening?

2010-08-03 Thread Mark Murphy
On Tue, Aug 3, 2010 at 9:52 PM, Mystique joven.ch...@gmail.com wrote: Thanks Mark, I have your books and use it here and there. Thanks! I didnt use getExternalFilesDir(), I hardcore it directly. That is not a good idea, though I think you are confusing two methods. Environment has a

[android-developers] How to use Intent in the service?

2010-08-03 Thread 汪健飞
I want startActivity in the service.first I new Intent(),but I don't know how to new Intent().Because Activity and Service don't together project.I don't know Intent how to find this Activity. -- Cary -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Android preprocessor, //#ifdef...

2010-08-03 Thread Bob Kerns
To take this a bit further: Platform can be an Enum, that implements an IPlatform interface, and you can attach methods to BLACKBERRY and friends to do the platform-specific stuff. Then this becomes: Platform.OS.doStuff(); And you don't have to touch it when you add a new platform. On Aug 3,

Re: [android-developers] Re: LVL returns always LICENSED...

2010-08-03 Thread Trevor Johns
Hi everyone, So far, I haven't been able to reproduce this on my end. If you're getting LICESNED response from an paid application on a brand new test account (not the developer of the application, and not listed as a test account) which hasn't purchased the application, can you please send me:

Re: [android-developers] INSTALL_FAILED_MISSING_FEATURE Question

2010-08-03 Thread Dianne Hackborn
It may help a lot to actually include the log output during the install to see what error messages are printed. On Tue, Aug 3, 2010 at 6:47 PM, Tommy droi...@gmail.com wrote: Hm this is strange. The trapster app uses google maps and it seems to work. I am to tired to continue messing with this

[android-developers] Re: Android preprocessor, //#ifdef...

2010-08-03 Thread Bob Kerns
Well, perhaps this illustrates your second point, but: http://tinyurl.com/sun-concurrent-gc Or it may be that they're not concurrent enough for you. Concurrency isn't an absolute, and there are various ways of describing the upper bounds on how much delay a concurrent algorithm can impose on

RE: [android-developers] INSTALL_FAILED_MISSING_FEATURE Question

2010-08-03 Thread Tommy
So this is STRANGE I was thinking about what you said the error meant and a feature not being available. Well I use the camera and I have the uses-feature android:name=android.hardware.camera.flash /. Now the HTC aria has no flash but my droid does. Whenever i place the code for the maps lib

Re: [android-developers] Re: Why is Android so buggy?

2010-08-03 Thread Dianne Hackborn
On Tue, Jun 15, 2010 at 7:08 AM, Zigurd zigurd.medni...@gmail.com wrote: It looks like Google has about 7 people working on bug fixing plus a few other engineers with assigned issues. So it looks like there is no resource imbalance. For what it's worth, all engineers work on bug fixing (and

[android-developers] Re: My Eclipse 3.5 always lag and have to force close - why?

2010-08-03 Thread Doug
The issue isn't what else is running on the computer. The issue is that Eclipse gets into an unrecoverable state where it lags horribly when switching between editors, at least on OSX. I can typically go 5 or 6 hours of steady use (more with intermittent use) until that state kicks in for me

Re: [android-developers] Does all Android Devices support Map API

2010-08-03 Thread Dianne Hackborn
As far as I know, yes, but this is not a guarantee. This is not something you need to worry about, because to use the maps API you need to have uses-library in your manifest, and Market will then hide your app from devices that don't have the library. You can also do this yourself on newer

[android-developers] Re: LVL - live test

2010-08-03 Thread Trevor Johns
Richard, Could you please let me know what email address you're using for the test account? (Feel free to email me off-list if you'd like.) We should be able to pull the server logs and see what's happening here. Also, can you let me know how you've published this application? I seem to be

[android-developers] Re: LVL - live test

2010-08-03 Thread Trevor Johns
Also, can you confirm that if you use your developer account and set the test response in the Market publisher console to NOT_LICENSED, you get a NOT_LICENSED response in your application? -- Trevor Johns Google Developer Programs, Android http://developer.android.com On Aug 3, 7:19 pm, Trevor

Re: [android-developers] Re: LVL returns LICENSED with anonymous accounts...

2010-08-03 Thread Trevor Johns
Yes, it's necessary. We need the application to be listed in Android Market so that we can actually check and see if you've purchased it. (We send the package name and version code of the application to the licensing server -- if your app isn't published, we won't find a match for the package

Re: [android-developers] Re: Android Market Licensing: Now Available!

2010-08-03 Thread Trevor Johns
And even if you skip the request refund step, we'll see a large number of license checks for a single account in our logs. So, not only can we disable that account, but we'll also know who was responsible. :P -- Trevor Johns Google Developer Programs, Android http://developer.android.com On

Re: [android-developers] Re: LVL - A Massive Concern

2010-08-03 Thread Trevor Johns
I just checked using my Evo running Froyo, and the license check is indeed mentioned. However, it's not considered dangerous, so you need to click on Show All to see it. -- Trevor Johns Google Devloper Programs, Android http://developer.android.com On Mon, Aug 2, 2010 at 12:49 PM, Mark Carter

Re: [android-developers] Re: LVL NOT_MARKET_MANAGED

2010-08-03 Thread Trevor Johns
The reason this happens is because we store the RSA keypair used for license checks on a per-app/per-version basis. The old version of your application doesn't have a license key associated with it. (We probably could make this a bit more clear.) -- Trevor Johns Google Developer Programs,

[android-developers] Re: Update delete a directory and how to prevent this from happening?

2010-08-03 Thread Mystique
I did use getExteranlStorageDirectory() method but i realize Android always mount it to /sdcard I am starting to think why not hardcode. I guess Google team will not change it (maybe the source /mnt/sdacrd but not the mount path), then again I guess it is a good practise and I will change it. :)

Re: [android-developers] Re: A very strange ServerSocket.accept problem

2010-08-03 Thread Alex Xin
Hi Arjun I'm now trying to implement a Web server, and I use IE and Chrome to connect to my server. On Wed, Aug 4, 2010 at 3:38 AM, Arjun arjunf...@gmail.com wrote: Can you please show some more information from the log cat.. and at the same time need to see the client code where it gets

[android-developers] Re: HTC EVO RTSP issues... Anyone experience issues in this area?

2010-08-03 Thread r01carlsonr
Looks like you aren't alone... http://forum.androidcentral.com/htc-evo-4g/26814-htc-streaming-media-player-problems.html http://groups.google.com/group/testtubeandroid/browse_thread/thread/d6882525035d2915 On Aug 3, 7:53 pm, Moto medicalsou...@gmail.com wrote: I'm currently getting issues with

Re: [android-developers] Why is Android so buggy?

2010-08-03 Thread Alex Xin
Android is buggy, yes, I totally agree with you. The most buggy release is Froyo, in Froyo, I cannot use Java NIO selector anymore, but it works fine in previous releases. On Mon, Jun 7, 2010 at 5:25 AM, blahblah...@gmail.com blahblah...@gmail.com wrote: It seems that Android is very buggy

[android-developers] Do you know the reason why any files cannot be uploaded via android browser?

2010-08-03 Thread Hiko
Hello, everyone. I have one question regarding the android browser. As the title of this post, I do not know the reason why any files in the device cannot be uploaded to the web via android browser. When I try to upload the file in website,the text dialog where the file path is usually written

[android-developers] Re: HTC EVO RTSP issues... Anyone experience issues in this area?

2010-08-03 Thread Moto
So yeah MediaPlayer RTRSP for the HTC EVO is not as good... :( On Aug 3, 10:44 pm, r01carlsonr overvoltag...@gmail.com wrote: Looks like you aren't alone... http://forum.androidcentral.com/htc-evo-4g/26814-htc-streaming-media-...

[android-developers] Re: My Eclipse 3.5 always lag and have to force close - why?

2010-08-03 Thread objectuser
Doug, I'm surprised you can go for 5 or 6 hours. It grinds to a halt for me in less than an hour. But I guess it depends on what you're doing (Java vs resources). But I'll echo what you said: it's not that the IDE is generally slow, it's something else that is chewing up resources. It's not

[android-developers] Re: Android preprocessor, //#ifdef...

2010-08-03 Thread Bob Kerns
You have a very limited view of the techniques available. On Aug 3, 10:39 am, Leigh McRae leigh.mc...@lonedwarfgames.com wrote: On 8/2/2010 10:49 PM, Bob Kerns wrote: First of all -- if you want to list the faults of the C language, the preprocessor is very near the top. Just your opinion.

Re: [android-developers] TouchListener invoked twice

2010-08-03 Thread Romain Guy
A touch listener is invoked when the finger is put down on the screen, when the finger moves and when the finger is lifted up. So that's normal. On Tue, Aug 3, 2010 at 11:06 AM, Manish Sharma manish.android.develo...@gmail.com wrote: Hi All, I am facing  a problem. I have implemented a

[android-developers] Re: Android VNC server

2010-08-03 Thread Danke Xie
Hi Anil, Thanks for the feedback. Because the client gets the resolution and color depths from the server, we probably don't need to set the resolution on the client (hopefully). I used several vnc clients, and they can all get the resolution from the server, so I haven't tried to force a

[android-developers] Re: TouchListener invoked twice

2010-08-03 Thread Sarwar Erfan
Hi, It is expected that two MotionEvents will be generated... First : ACTION_DOWN Second: ACTION_UP You can determine which event has occurred using getAction() method. //=== @Override public boolean onTouch(View v, MotionEvent event) {

[android-developers] Re: DDMS Allocations tracker not picking up activity when using a real phone

2010-08-03 Thread Bob Kerns
Also, you meant, unless it is rooted. Though I haven't reviewed your list in detail, many at least DO work on a rooted device. On Aug 3, 5:12 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Aug 3, 2010 at 7:58 PM, fadden fad...@android.com wrote: On Aug 3, 3:27 pm, Mark Murphy

[android-developers] Re: Clarity on Wi-Fi Based application !!??

2010-08-03 Thread StillALearner
Thanks Kostya Murphy, I got a better understanding.. Now its time for some hands-on for me :) -- 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: My Eclipse 3.5 always lag and have to force close - why?

2010-08-03 Thread Bob Kerns
You missed my point, so let me try to make it more clearly. I wasn't absolving the IDE of blame. I'm saying it interacts with the other offenders, if you have them. So if you have a bloated Firefox, for example, the IDE will start to flail much earlier. In that case, you can buy some time (but

[android-developers] Re: Setting an Intent extra value that's an array of String and Integer

2010-08-03 Thread Sarwar Erfan
Hi, You can try concatenating the foo's into a single string delimited by some character that will NOT appear in any of the strings. For example, I am assuming pipe character (|) will never appear in any of the strings you want to pass. Then, create a string like: 7|Hello|This is another

[android-developers] Re: How to test OpenGL?

2010-08-03 Thread Robert Green
Have you tried different values of gl.glLineWidthx()? 0x1 is 1 in hex, which, given in fixed converted to float = 0.1 = super, super, super tiny. I'd start with 65536 (0x if you really like using hex to represent FP) and see how it does. On Aug 3, 8:31 pm, SChaser

[android-developers] Re: Stop activity animation problem?

2010-08-03 Thread sagare
Hi All, Please help me with this. Thanks, Sagar On Aug 4, 12:08 am, sagare sagar.ekb...@gmail.com wrote: Hi All,    I want dont want the activity animation that comes by default when we start a new activity (i.e. the right to left scrolling effect to new activity view) so i googled a bit

[android-developers] Re: Android preprocessor, //#ifdef...

2010-08-03 Thread DanH
Notice that they call it low pause, not pause free. There are truly pause-free algorithms, and people who need them. Brokerage systems, eg, need response in the 10s of milliseconds, and a single GC can disrupt a thousand transactions. iSeries had the SPECjbb crown for several years running,

Re: [android-developers] Re: Tab layout navigation issue

2010-08-03 Thread Rajesh Pelluru
I want to change the content of tab not tab image once I clicked image in tab content. Let me explain u clearly : In MainActivity , I have 3 tabs tab1,tab2,tab3. tab1 content is Activity1 tab2 content is Activity2 tab3 content is Activity3 In Activity1, I have image called image1 is there .

[android-developers] Re: Android preprocessor, //#ifdef...

2010-08-03 Thread DanH
Just a few bullet points: -- I've always thought that C #include processing sucked. Why did they never introduce an #includeonce directive that would have eliminated all the #ifndef stuff to prevent double includes?? -- C macros suck. They obfuscate without really introducing much capability.

Re: [android-developers] Programming a target in an Android Application

2010-08-03 Thread Frank Weiss
Should we assume you know how to hit test for a circle and you want to know if the SDK can do it for you instead? On Aug 2, 2010 6:33 PM, kingh32 horaceb1...@gmail.com wrote: Hello I'm currently trying to program a target as part of an Android Application. I want the user to be able to touch a

[android-developers] How can get the latest version of google apks (market ,gmail ,yotube)

2010-08-03 Thread GPU
Hi , How can i get the latest version of google apks ? .Is their any git repository for this apk's .I am not able to find these apk's in the android.git QCT git . Thanks Gopu -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Is Head First Android Book exists?

2010-08-03 Thread Sohan badaya
Hi All, I am a big fan of Head First Series. so is there any Head First Android Book exists? If not please let me know any similar kind of book for a begineer. Thanks, Sohan Badaya -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Launching Calendar in AgendaView

2010-08-03 Thread Bob Kerns
On Aug 2, 1:18 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Aug 2, 2010 at 3:21 PM, Bob Kerns r...@acm.org wrote: Unpublished, undocumented, unsupported intents are part of the sin. The more you nail down an API, the more expensive innovation becomes, because the legacy API

[android-developers] Re: How can get the latest version of google apks (market ,gmail ,yotube)

2010-08-03 Thread Kumar Bibek
You cannot. These are not open sourced apps. Sorry -Kumar Bibek http://tech-droid.blogspot.com On Aug 3, 11:09 am, GPU gopuraj...@gmail.com wrote: Hi , How can i get the latest version of google apks ? .Is their any git repository for this apk's .I am not able to find these apk's in the

[android-developers] Re: LVL - A Massive Concern

2010-08-03 Thread metal mikey
You will find what you are missing is mentioned under NETWORK ACCESS. On Aug 3, 5:49 am, Mark Carter mjc1...@googlemail.com wrote: When I install an app (with that permission) I don't see the CHECK_LICENSE permission mentioned. The other permissions are mentioned but not that one. This is on

  1   2   3   >