HTC Desire :: Queries - Updated Automatically

Aug 31, 2010

I have some queries:

1- I have Desire with Froyo. So, technically whenever I install an app, I should be given an option to install it on SD card. But so far, haven't seen it yet, consequently today I got a message that phone memory is running low. So, please help me out.

2- Secondly, last night due to some reason I opened navigation first time and there came two pop-ups asking me for some settings. I ticked them and then a satellite logo appeared on top bar. Does it consume a lot of battery?

3- So far I have set many applications on automatic updates but I have observed that I have to always update them manually. They don't get updated automatically.

HTC Desire :: queries - updated automatically


HTC EVO 4G :: Updated - Apps Open Automatically

Aug 5, 2010

Ever since I updated, whenever I use the Advanced Task Killer to close all the apps, some of them open automatically right away. Over 10 apps open by themselves since the update. I never had this problem before the update.

View 4 Replies View Related

HTC Desire :: Email Queries

Apr 19, 2010

If i can do the following with regards to the email accounts on my desire:

1) have the exchange email client update the folders i've got setup (i have rules on my work account sending items to various folders depending on subject/sender etc and they don't seem to update automatically.

2) using the gmail app it doesn't seem to update automatically (or even on a schedule as i cant find one for it).

View 1 Replies View Related

HTC Desire :: Contact Management - HTC People Queries

Sep 5, 2010

My wife has been playing with her new phone and needs some help with contact management.1, How can she keep the telephone contacts separated from her facebook contacts. Currently when she presses the phone button from her home page it seems to show all contacts. However when she goes to HTC People it is set to only show phone contacts not facebook contacts. 2, When you have facebook contacts how do you delete them? Do you have to remove them as a friend?I've changed my phone number on my facebook profile but it still shows on my wife's desire as my old number. She's tried removing me as a friend and re-adding me and it's still wrong.

View 5 Replies View Related

HTC Desire :: Few Desire Queries

Jul 8, 2010

I'm very close to buying the desire from mobiles.co.uk (�110 handset) and Vodafone (600 mins, unlimited texts, 1gb internet, 24 months). I have a few questions which I would be incredibly grateful if you could help me with.

1.) - How do I put my iTunes music on to the Desire?

2.) - What is the PC Software like, and do they have or plan to have a iTunes version for Android any time soon?

3.) - Can you make folders on the Desire to put photos in?

4.) - Is 1GB enough, if I have 3G on but not using does this still eat up my allowance?

5.) - Can the Androids phones get viruses if you visit unsafe websites?

6.) - And with Vodafone does your monthly bill show the websites you have visited?

I know there are a lot of questions there, I just really need to know everything because for me it is a big decision as I am not exactly loaded with money at the moment!

View 11 Replies View Related

HTC Desire :: Desire Automatically Checks - Authentication For Outgoing Mail

Sep 17, 2010

I have a problem with an HTC Desire. I have an emailaddress that does not require authentication for the outgoing mail. I've unchecked the "authentication required" tickbox and saved the settings.

Somehow the phone automatically resets the Authentication setting and there I can't send email.

My question: how can I prevent the Desire from automatically place a checkmark next to "Authentication Required"?

View 2 Replies View Related

HTC Desire :: 2.10.405.2 Updated - Facebook Won't Login

Sep 17, 2010

Did the latest update and ever since I cannot log Into Facebook whilst connected to mobile data. IF I try via WiFi it works fine. Even if I use the browser instead of the app it reports that I'm trying to connect with an ip address that's associated with 'abuse'.

View 3 Replies View Related

HTC Desire :: Facebook For Android Updated

Aug 4, 2010

Follow the link for all the info.......

Facebook for Android Gets Another Big Overhaul | Android Phone Fans

In my opinion it's better....but still not great

View 3 Replies View Related

HTC Desire :: Rooting 2.2 OTA Updated Phone

Aug 10, 2010

I am looking at buying a HTC Desire, but would like to try rooting it and loading custom firmware. I am sure I read somewhere that it is not possible to Root a phone that has already been updated with the standard 2.2 OTA update.

View 2 Replies View Related

HTC Desire :: Updated Ota To Froyo Be Easily Rooted Yet?

Aug 25, 2010

Hubby has a sim free Desire bought about 3 months ago from ebay.

I debranded my own desire with the goldcard method, and then using the unrevoked method i rooted my phone.

Hubby updated his Desire over the air to 2.2

Has an easy method to root this 2.2 update been created yet.

Didn't mind taking a chance with my phone, but not with someone elses!

View 3 Replies View Related

HTC Desire : Updated Manually Installed Apps

Jul 12, 2010

Is i install an app or game from an apk. file via sd card, is ther anyway at all to update to the more recent version?

View 10 Replies View Related

HTC Desire :: Just Updated Firmware But Backup Settings Restore Not Working

Jun 25, 2010

The title says it all just updated to firmware 1.21.405.2 on o2 backed up my settings beforehand but the restore didn't work! How do I try it again please?

View 4 Replies View Related

HTC Desire :: Updated To Froyo / Anything That Requires Data Usage Not Working Properly

Aug 9, 2010

I updated my unbranded desire to FroYo, and now I really wish I hadn't. Anything that requires data not Working as previously. My email is no longer push - I have to go in and manually refresh - which takes at least 5 minutes, and in the case of my exchange email, usually results in a sync error. Twidroyd, Twitter, Peep, Facebook, all timeout whenever I want to refresh them; I may get one proper update a day, but the rest of the time, nada.

Internet is so slow now, I just give up half the time. WiFi flickers on and off, even though it's set to on all the time. Anyone got any ideas of stuff I can check, or whether I can un update - I love the aps2sd and stuff, but it's bricked the rest of my phone. It's getting to the point where I'm actually starting to dislike the phone because it just doesn't work.

View 8 Replies View Related

Android :: Cts Apks Queries

Mar 16, 2010

I am running cts test cases on eclair . I've done with : . build/envsetup.sh; lunch 1; make cts

That compiled my all cts test cases. Apk's for that all have been installed in $(ANDROID_BUILD_TOP)/out/target/product/generic/data/app :

few of these are : CtsDatabaseTestCases.apk , ApiDemos.apk etc.

Now I start my emulator :: ./emulator &

I "adb push " to all apk's to my emulator .

Now my query is how to run these apk's on device /emulator ?

View 5 Replies View Related

Android :: AsyncTask And Queries

Dec 27, 2009

Can anyone point me to a good example where a AsyncTask queries a local SQLite database and then updates the UI successfully. I have a database which I query using doInBackground... create a new custom SimpleCursorAdapter (overriding onViewBind), return the adapter (SimpleCursorAdapter), then in postExecute() create ListView adapter which is set to the the SimpleCursorAdapter, that was returned, then I set the listview adapter using SetAdapter(adapter);...

For some reason I throw an exception on fillWindow.java:200....

View 2 Replies View Related

Android :: Run Two SQL Queries Simultaneously

Nov 5, 2009

I start a long-running SQL SELECT query and, before it finishes, wish to make a short-running SQL SELECT query. Both queries are on the same tables. The whole database can be considered read-only. My initial tests show that the short-running query only actually starts when the long-running query has finished.

View 2 Replies View Related

Android :: Unknown DNS Queries

Mar 24, 2010

I was monitoring the traffic on Eclair 2.1 and noticed periodic DNS queries to "android.clients.google.com" after launching IM/Email/ Browser even though the phone was idle and I was not doing anything. why Android generates these periodic queries to "android.clients.google.com"? Is there a specific service generating these queries?

View 2 Replies View Related

Android :: Some Queries About ListView

Mar 16, 2010

I am very new to Android, but I love it because it has given me back what i was longing for : Java.

but I am facing some doubts and confusions about is, since I am totally new to Mobile App Development:-

I am listing my queries here-

1.) I wish to put various items in a single element of a ListView. Like one image in the left, so many TextViews in a single element, and more things. Is it possible?

2.) I wish to give my text different colors, different sizes, and different fonts. how to do this?

3.) I wish to insert or delete elements from a List in ListView. How to do that?

4.) I wish to change the background color of my list. how to do this?

View 10 Replies View Related

HTC Hero :: Bluetooth Queries

Oct 1, 2009

Ive turned the bluetooth on and paired it with my old phone(se k650) what im trying to do is bluetooth all my contacts across but when i press so send via bluetooth on the SE it wont find the hero, even when its on discoverable, and when i go through "my devices" on the SE and look at the hero its offering no services. Ive also trying sending stuff from the hero and to the hero like photos and such with no luck.

View 9 Replies View Related

HTC Desire :: Apps Starting Automatically

Jul 21, 2010

I have just got a HTC desire recently and am astonished at how short the battery life is. I downloaded the app killer and put the widget on my desktop. When I press it it shows me what apps are running. I clear them all but within minutes of me not touching ny phone they all are running again 8 in total I believe. Amongst the apps are Flickr, peep, footprints....

View 7 Replies View Related

HTC Desire :: Emails Automatically Being Deleted

Jun 5, 2010

I've noticed that my Desire is automatically deleting my emails from my inbox after a few days. I've tried looking in the obvious places to change this but without any luck.I'm not using a gmail account just my own private email account for my emails.How can I change my email account so that I decide when to delete emails from my account?

View 6 Replies View Related

HTC Desire :: Application To Automatically Switch On / Off

Sep 24, 2010

Is there an app to switch off the phone at automatic times? I.e, turns off at midnight so no calls in the night, but switches on before the alarm goes off? I'm fairly sure the alarm doesn't currently go off if the phones off, some of my previous phones have been forced on by the alarm.

View 5 Replies View Related

HTC Desire :: Widgets Do Not Update Automatically

Apr 18, 2010

This phone looks sweet, and my friends are impressed by the sleek looking widgets on the screens, but I don't have the heart to tell them that the widgets don't update automatically. This is most visible in the FriendFeed, and "News" widget, but I suspect may also affect the Weather and even the People widget. My "Background Data" and "Auto Sync" settings are on. For example my phone was at my home for most of the weekend, where I have wifi. But as of Monday morning, the FriendFeed is still showing Friday's updates.

View 6 Replies View Related

HTC Desire :: Auto Brightness Not Automatically Doing Anything?

Jul 1, 2010

How come the auto screen brightness doesn't seem to change how bright the screen is? The sensor itself is working fine, as using the proxylight sensor app (free on the market) it does actually register changes in light.Sent from my HTC Desire using Tapatalk

View 12 Replies View Related

HTC Desire Z :: My Phone Restarts Automatically / What To Do?

Nov 24, 2010

My Desire has restarted itself a number of times automatically. Twice it restarted when I powered it up. It powered up and then restarted. Three times, it restarted while I was using the Navigation app. I wasn't actually using the turn by turn navigation. I started it and just started up the map. It worked for about a minute and then the phone restarted. The restart while the Navigation app was running happened twice today.

Has anyone had similar experiences? Do you recall what you were doing when it restarted?

View 5 Replies View Related

HTC Desire :: Automatically Turning Computer Off When I Go Out?

Aug 10, 2010

I would love to make my telephone switch my computer off when I go out of the house, when I leave a zone.
Is there any way of doing that? All it would need to, is send an e-mail or something.

View 20 Replies View Related

HTC Desire :: App To Change Scenes For You Automatically?

Aug 11, 2010

App that can change Scenes for you automatically? or do I have to develop one myself? Sort of a pain having to change scenes before and I after I leave the office

View 2 Replies View Related

Samsung I7500 :: Queries On Updating To IK5 From II3

Jan 23, 2010

Well I bought my Galaxy here in India yesterday, and you all and this forum has been a major source of info to make up my mind.

Well I've bee browsing this forum trying to understand all that I need to know for the past two days before I could muster the courage to ask a couple of questions.

1) My Galaxy is on Firmware II3, is it worth upgrading to IK5 ?

2) When I upgrade, does everything, contact, apps etc, get wiped of from the device or do they remain as they are ?

3) Is there a way I can take a complete backup of my contacts, apps etc and restore them after a firmware update ?

My phone has not been rooted yet and I plan to use ODIN for updating the firmware.

View 3 Replies View Related

Android :: Php Script To Execute Queries

Sep 1, 2010

There is a user input then on submit pass the search keywords to the db server and return the results (the db server has to be external by the way). Could i pass the search query to server side (php) and get the php script to execute the queries and return the scripts output?

View 3 Replies View Related

Android :: Built In Email App Queries

Aug 27, 2010

I'm just using the build in email app for my hotmail, gmail, work mail etc. However It keeps bringing up old messages that I leave in my inbox. How can I get it to not keep displaying these? Or better yet is there a killer app out there that does email/contacts better? I hate having to use the whole gmail thing.

View 3 Replies View Related







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