Android :: Warning - Aplication From Eclipse

Apr 11, 2009

Since previous releases of android SDK (I think since version 0.9), I have a warning when I run a aplication from Eclipse.

"Warning once: This application, or a library it uses, is using NSQuickDrawView, which has been deprecated. Apps should cease use of QuickDraw and move to Quartz."

How I can solve this? I am running Eclipse 3.4 (Ganymede) in Mac OS X 10.5.6.

Android :: warning - aplication from Eclipse


Android : Warning While Installing ADT Plug In To Eclipse 3.5.2

Aug 10, 2010

Warning : Your installing software that contains unsigned content. The authenticity and validity of this software can't be established.Do you want to continue with the installation.I tried the by downloading ADT plug in as zip file even i am getting same error.How can i solve this issue?I installed eclipse 3.5.2 j2ee version

View 3 Replies View Related

Android :: Show Method Definition - Eclipse Recognizes Warning On Method

Nov 22, 2010

In Eclipse, when I mouse hover over a built-in method, it displays a method definition including stuff like what the method does, input objects, return objects etc. If I have a yellow line (warning) under the method I'm trying to use, I can't get the mouse-over to show the definition. If I try hitting F3, I get a "The Jar of this class file belongs to container "Android 1.6" How do I show the definition of the method I am using when there is a warning?

View 1 Replies View Related

Android :: Aplication For Wifi 3G

Sep 15, 2010

Im trying to find an application thats enable / disable / only use my 3G or Wifi on my motorola milestone.

Anyone got the app name>

View 4 Replies View Related

Android :: What Business Aplication Do You Use

Aug 12, 2010

Would be interesting to know what applications you use at work. In Sweden, we can not get pay apps yet so it must be "free"

View 6 Replies View Related

Android :: Aplication Development

Jun 25, 2010

1- I am an iphone application developer, all iphones have very similar Operating systems, and the size and everything is the same, so I don't need to create applications specific for each iphone.
But with android there are different phones, different sizes, So How can i possibly know that my app works, and looks fine on all these devices

2- I don't already own an android but i completed my first application using the simulator. Which android phone do u suggest for testing? I am an AT&T user and i use an iphone. Can i simply insert my sim-card in the new android to be able to test my app on the device?

View 3 Replies View Related

Android :: Can't Run Maps Aplication On Phone

Aug 11, 2010

I developed an android maps application on Google API 2.1 update-1 platform. And it is the simplest code to show a map on the screen, there is no other things.

However, map doesn't shown on phone. The problem is, the same program runs on my android emulator right but it is not working on my android phone properly, I mean program starts on phone but I see only greeds instead of map. phone android version is th same, 2.1 update-1.

View 1 Replies View Related

Android :: Image That Goes Around A Contact In The Contacts Aplication

May 26, 2010

In the contacts app, from 2.0+ , in the list you can see a border around each contact image.

(look at the image)
http://thetech24.com/wp-content/uploads/2009/10/Google-Android-2_0_thetech24.com.jpg

I have looked around the source code for the contacts app [url] but coundnt find it.

View 1 Replies View Related

Android :: Can't Accsess Database In All The Activity In Aplication

Nov 24, 2010

Am developing one apps using sqlite.I created database in main Activity ,I created that database in the "MODE_WORLD_WRITEABLE" mode.I can only access this database within alone that activity only,but i need to use same database for all activity.What can i do for single database for all the activity accessible within that application.I don't know how to proceed that . this is my first apps using sqlite.

View 1 Replies View Related

HTC Desire :: Weather Aplication Does Not Refresh Itself

May 23, 2010

My htc weather aplication does not refresh itself every hour like i tell it to! i have set it so it refreshes every hourut when i check it again the automatic update is not selected

View 1 Replies View Related

Sony Ericsson Xperia X10 :: Aplication Installer

Oct 17, 2010

WHERE I CAN DOWNLOAD

View 2 Replies View Related

Android :: Eclipse Download Link At Https://dl-ssl.google.com/android/eclipse/ Broken

Jun 22, 2010

I want to get started with an Android application but can't download the plug-in.

Anyone know where else I can get this?

View 3 Replies View Related

Android :: ServiceConnectionLeaked Warning

Jan 4, 2010

I'm getting a ServiceConnectionLeaked message that I don't understand.

There are 3 activities and a remote service, all the activities use the same remote service. The main window, activity 1, starts up, auto-starts the service and binds to it. The user then starts activity 2 to do something. The user now wants activity 3, so the code in activity 2 puts some data in an intent and starts activity 1 via startActivity (). When activity 1 is started, it reads the data in the intent and starts activity 3.

This all works as expected except that while activity 3 is starting I get the ServiceConnectionLeaked warning. This is odd because the code that unbinds from the service has never been called and the service connection continues to operate just fine. If the user backs out of the main window the service is unbound and everything shuts down correctly.

Because the UI design doesn't want activity 2 to stack on top of 3, or 3 on top of 2 I use a FLAG_ACTIVITY_CLEAR_TOP flag when starting activity 1. (I tested with this flag removed and the leak warning goes away but I wind up with extra activities/windows in the stack).

To make it even a bit weirder, if I run through the same scenario again, e.g. close activity 3 to get back to activity 1, open 2, switch to 3 there is no leakage the second and successive times, only the first time (near as I can tell).

View 4 Replies View Related

Android :: Warning When Using BufferedInputStream

Nov 23, 2009

We are developing an application which uses the BufferedInputStream class several times, and we are getting an annoying message in the logcat:

I/global ( 749): Default buffer size used in BufferedInputStream constructor. It would be better to be explicit if an 8k buffer is required.

We cannot meet the suggestion all the times and it's very annoying and it doesn't make much sense. Is it possible to remove that warning message? Or to change the log level to fine instead of info or warning, for example, so that it doesn't appear in the logcat messages?

View 2 Replies View Related

Android :: Download App Warning

Jan 3, 2010

Before you download an App it gives you the warning about what the App has access to. I had a new one today, and I'm not sure of the implications.

View 5 Replies View Related

Android :: Accessing Https://dl-ssl.google.com - Android - Eclipse - Ie The Eclipse - Android Integration Plugin

Jan 30, 2009

I can't seem to get anything back from https://dl-ssl.google.com/android/eclipse/ - even accessing from a browser just gives a 404.

View 6 Replies View Related

Android :: Warning Before Exiting Application?

Jul 29, 2009

I have an app that receives and stores SMS messages. The main use is to run in the background, although it does have a full GUI when running in the foreground. I'm using a notification with the FLAG_ONGOING_EVENT flag so users can tell the application is running, even if it's in the background. However, the user could easily close the app by viewing the main screen and clicking the back button. The notification icon goes away, but I would like to be able to warn the user that closing the app would prevent it from capturing the SMS messages. Is there any way to prompt the user if they really want to exit the application when they hit the back button, and prevent the exit if they say no? Or should I take a different approach? And a bonus question: is there a way of receiving an SMS message, but prevent it from passing on to, say, the Messenging app?

View 5 Replies View Related

Android :: Warning - Stuck With Old Applications

Sep 4, 2010

Don't buy anything from Android Playground! They don't give you updates and because of that, you get stuck with old applications that taint your system and eventually makes your phone slower. Only buy apps through the market! Someone I met who works for Verizon informed me of this.

View 2 Replies View Related

Android :: Astrid Tasks 3.0 Warning

Aug 3, 2010

WARNING: Back up your Astrid 2 before doing the Astrid 3 upgrade!I just updated to Astrid 3.0 ("Update Available"). Silly me, I didn't read the notes other than to see that Astrid 3 was "all new". My tasks vaporized! The I tried to "restore" and it said I had to buy an add-on pack to do that. No indication of whether the restore in V3 is compatible with saved tasklists from V2. The experience left me cold. I uninstalled Astrid 3 and reverted to V2 via the link http://bit.ly/oldastrid. Then I restored from the saved list on my SD card from the scheduled backup that Astrid did last night. I still lost some tasks I entered today.

View 22 Replies View Related

Android :: Useless Applications Warning

Nov 25, 2009

A new line of apps has appeared that seem to offer quick access to all sorts of things such as Amazon, banks etc. The apps do nothing more than pass you on to the target organisation's website. The apps are chargeable. Does anybody have any further info?

View 7 Replies View Related

Android :: Security Warning After Rooting

Aug 5, 2010

Has anybody ever had a warning after rooting and going online with your phone? At my homepage (google) I got a warning saying the certificate could not be validated and asked me if i would like to continue, has this happened to anybody before?

View 5 Replies View Related

Android :: Warning - Nothing Worked Except Third Party Apps

Dec 22, 2009

About a week ago when I booted my phone everything forced closed while the desktop loaded up (phone, gps, settings, etc...) and nothing worked except third party apps (thank god.) Well I rebooted and everything worked fine after that... Fast forward to today and it started happening again except this time no matter what I did nothing would work. I even dropped the phone off with a Sprint service center (my device is a Sprint Hero) and they just ordered me a new phone because nothing they did worked. After I left Sprint I went out to eat and while eating I kept messing with my phone more and more until I admitted defeat and started backing up all my apps with Astro . Welllll apparently somewhere along the way I got this effing awesome idea to uninstall via Astro all the applications I've downloaded in the last week and freaking bam; phone works again. Here's a list of applications I deleted and I've starred the ones.

Audio Manager Widget
Smart Android Apps, LLC

My Coupons - Eat Free
Most Popular Download

3D Level
Igor Fischer

Icon Pack - Mario
Better Android

Calendar Widget 2
Bitartist

Minutes Widget (Miku Version)
Maya Takao

*Internal Memory Widget
G3

*SD Card Memory Widget
G3

S2 Calendar Widget
Futaba

*Powertime Widget
Weaverfish Designs

The starred ones raise more flags as I downloaded them before any of the others but not knowing which did this I figured I'd put all that I uninstalled to fix my phone.

View 1 Replies View Related

Android :: Users Receiving Warning On Update

Oct 13, 2010

I've released an update to our app in the market but users are receiving an extra dialog warning stating that their previous version will be replaced. The upgrade happens successfully and data is retained but I'm at a loss as to why this dialog is coming up.

View 3 Replies View Related

Android :: AudioTrack - 51 - WARNING - ObtainBuffer() Timed Out

Nov 4, 2009

I am using MediaPlayer to play background music and SoundPool to play sound effects. All Audio data is stored in .ogg file format. Sometimes it happens that the MediaPlayer playback is interrupted for a fraction of a second if SoundPool.play() is called. Whenever this happens, the following two warnings are printed to logcat:

11-04 01:49:05.113: WARN/AudioTrack(51): obtainBuffer timed out (is the CPU pegged?) 0x2b6e8 user=000cc520, server=000cb710 11-04 01:49:05.113: WARN/AudioTrack(51): *** SERIOUS WARNING *** obtainBuffer() timed out but didn't need to be locked. We recovered, but this shouldn't happen (user=000cc520, server=000cb710)

Do you have any ideas what could cause the warning messages and/or how to avoid them? I.e. how to prevent SoundPool.play() from interrupting MediaPlayer playback?

An other warning that's sometimes appearing is: 11-04 01:55:49.793: WARN/AudioFlinger(51): write blocked for 89 msecs There seems to be no connection to the above messages, but do you have any ideas what causes this message and/or how to avoid it?

Here's some more detailed background information, maybe they are useful: My OpenGL powered game is split into three threads: One for rendering, one to take care about the game logic and the main thread to process user input. All Audio data is accessed through a central AudioManager class, which is only used in the game logic thread. (So this does not seem like a threading issue. Needless to say that synchronizing all methods has not solved the problem). The game runs smoothly at ~60 frames per second. According to DDMS the game causes ~33% system load (~10% in kernel space and ~23% in user space) on a G1. Even the idle task gets ~24% CPU time assigned while the game is running and input happens through the touch screen! (So it does not look like a performance problem) The MediaPlayer playback interruption always happens if SoundPool.play () is called in response of a touch screen input. Although touch screen input and SoundPool.play() happen in different threads. I've tried suspending the UI thread for various different delays between 8 and 32 msec after a MotionEvent has been processed, but again, without success...

View 3 Replies View Related

Android :: SCAM WARNING - Clean ESN Myth

Aug 16, 2010

A phone with a clean ESN that has been activated on your account can still be rendered useless and placed on the blacklist if someone decides to report it stolen! CAVEAT EMPTOR!

If you are buying a used phone, have the seller put it IN WRITING that the phone is legit, just calling Verizon to check on the ESN is not enough. If they arent willing, find someone who is.

View 12 Replies View Related

Android :: Warning About Toggle Settings Uninstall

May 12, 2010

I uninstalled toggle settings and I had turned off APN data (GSM) and 3G network on it before I uninstalled. This meant that I couldn't connect to the internet I think it was the APN that was the killer luckily after trying a bunch of stuff I found a copy of toggle settings on the internet and sent it via bluetooth installed it and then turned on the settings again and now it's fixed.

View 1 Replies View Related

Android :: Useful Switchers / Warning For Users / Message To Devs

Sep 10, 2009

Recently the Dev of the AWESOME app "Useful Switchers" made a change to his free app.If you update the app now through the marketplace, it will turn it in to a "trial version" which will expire Sept 14 2009. You will then have to get it for $0.99. Note that it won't be a better version, or a pro version, it will be the same thing. Here is what the Dev (turmeric on these forums I believe) says in the updated description in the marketplace:"Now I develop new version 2.0. If you donate, big thanks for support. I really need some money. I especially make smaller price ($0.99). This version is trial now (expired Sep 14 2009)."As you might imagine the reaction in the comments has been very harsh, and a lot of people are reducing their rating for the app.Before anyone attacks me (or others) with suggestions that we are freeloaders, pirates, or mean for trying to stop the Dev from profiting from his hard work, let me be clear; I _completely_ support any Dev's right to make money from their app. If it is valuable to me, I am even more than willing to pay for it. We aren't talking about a lot of money, it's only 99 cents, and useful switchers is a great app (I use it all the time, every day).

Most people in the MP comments are upset not that the Dev wants to make money, but that it seems like a tricky, underhanded way to do it. The app they have used will suddenly expire after an update. It seems almost like a bait and switch. Yes, the Dev does explain in the app description what will happen when you update, so users who updated without reading it really only have themselves to blame (Caveat Emptor after all). The Dev maybe could have gone about this better, perhaps making it clearer (large words in bold) that the app would change to trial software after the update, and maybe he could have extended the trial period (it ends VERY shortly), but still, it's there to read.
My_ problem with the Dev's actions are really more a problem with the Marketplace in general, and how Google and phone carriers are handling it. You see, I'm in Canada, and apparently in Canada we can't be trusted with our own money, so we can't have access to paid apps (yes, that's me being snarky). Many other countries are in the same boat.So, turmeric, I'm talking to you now (and all other Devs who might read this); Your app is great, and I would GLADLY pay for it... but I can't. Once it becomes a paid app I will not even be able to see it in the marketplace. Even if I were to send you a donation now, if I update the app it will stop working on Sept 14 and I will be screwed.

Some will argue that it's still the Dev's right to change it to a paid app, and boo hoo so sorry, too bad for me. Well, i agree 100%. I agree the dev has the right, but there is something else to consider... customer service and his reputation as a dev.There are LOTS of users who, if they update, will lose the app on Sept 14, and not be able to get the paid version because they can't access paid apps. These people are lost potential customers for _future_apps when they can eventually access paid apps. You will turn they away.So, what are the alternatives? Do what many other Devs have done. Make a free version and a paid "pro" version so those without access to paid apps can still get a very useful app. Or, if you don't like that, and insist on making the app a paid app only, surely there must be a way (as with software for computers) to use an unlock key to get the full version? that way users could download a free "locked" version from the store, and pay the dev separately through his web site for a key that could be typed manually into the app to unlock it.

View 13 Replies View Related

Android :: Virtual Keyboard - Get Error - Warning In Console

Jul 27, 2009

I'm using Intrumentation to invoke keystrokes and mouse events, but I have a problem when trying to do so on the virtual keyboard. If the virtual keyboard pops up and I want to send a mouse event to click on a character of the keyboard, I get that error/warning in the console:

W/WindowManager( 586): Permission denied: injecting pointer event from pid 1580 uid 10020 to window Window{437522d0 InputMethod paused=false} owned by uid 10003

Is there a way to make it work? I know I can't do instrumentation on native activites, does the native keyboard acts like a native activity?

View 2 Replies View Related

Android :: Important Warning About Google Maps Update

Nov 1, 2010

I think I've found quite a serious problem with the Google maps for Android update that just came out late last week.I have a Latitude account, but I havent signed it in on this phone as I don't want battery and data being wasted updating my location, plus most of the time the whole location tracker thing is a bit Big Brother for me anyway. But after the update, one of my friends warned me that i had appeared on Latitude, and it turns out that the update signed me in there and set itself to automatically update my location.If this is happening to others, this represents a serious lapse at Google - it should be up to me to switch on the service, it should not automatically sign in - let alone automatically update my location! This phone has never prompted me to switch it on, and that is not acceptable. My location is a private matter and my battery life and data are precious, goddamnit.

View 24 Replies View Related

Android :: Astrid Warning - Prevent Unexpected Erase?

Feb 12, 2010

Got a Samsung Moment a couple of weeks ago. Last night starting using Astrid (Task/ToDo app), which came pre-installed on my phone. When I launched Astrid for the first time, I got a warning message -- something about making sure Sprint Update or Sprint Updater doesn't kill Astrid, or ruin it, or something. Clearly, I didn't understand the message. But I clicked "Okay" anyway, and started using Astrid. But I'm worried that a Sprint Update could erase all my Astrid data -- my To Do's. I'm reluctant to create many Astrid tasks until I know how to prevent them from being unexpectedly erased. My questions: Can anyone explain the situation to me? (e.g., I have no idea who/when/how/where/what Sprint updates). Can anyone explain what I need to do to prevent the catastrophe about which Astrid was warning me?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved