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
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
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.
View 4 Replies
View Related
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
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
Nov 27, 2010
I am trying to set up my email account with Virgin Media on my Desire but I can`t get the settings right, it`s a pop account, I can receive mail but I can`t send it. I`m with Three mobile but my phones unlocked, When I connect via wifi to my home it sends ok, but this seems a bit pointless when I`m away from home.
View 2 Replies
View Related
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
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
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
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
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
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
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
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
Apr 10, 2009
Has anyone other than me needed to make consecutive queries to a sqlitedatabase? My application works sometimes but other times (about 98% of the time), the app will crash. What I'm doing is using the sqlitedatabase.query(..) to return a cursor which I parse, I make multiple successive queries to the database and parse different recordsets/cursors.
My question would be does a sqlitedatabase need to recover or clean up after a .query is issued?
View 6 Replies
View Related
Dec 14, 2009
I am using sqlite db in my app. i am able to create db and table and execute queries. But I wanted to know where is the sqlitedb created, so that I can check them from commandine. where doed that android store ? I searched, could not find anything on that name in my pc, does android encrypt the name of the db file ?
View 11 Replies
View Related
May 15, 2009
A couple of questions. First thing I was wondering is where to log bugs in the docs. The ContentProvider query() docs are missing selectionArgs in the example code. It also uses the deprecated addId instead of ContentUris.withAppendedId().
With regards to the selection options - how exactly can these handle? I've seen a couple of places where a something + "='" + somevalue "'" is used, but I'm specifically wondering if it can handle IN clauses or if there's some form of or statement I can use to check for a variety of values in a particular column rather than just the one.
Last question is about the Contacts PERSON_ID and how long-lived that is. It is guaranteed to never change (though may be removed obviously). Well not truly guaranteed but will only cycle after it runs out of unused integers. Or may they change value as contacts are removed?
View 5 Replies
View Related
Mar 6, 2012
I went through many threads regarding XT530. links are URL>....the first thread is said to be root XT530 (2.3.5 based) but the title goes for XT316(2.3.4). So i am a bit worried if thats alright or i got wrongly redirected over there. Moreover, the links for the files weren't working, so i need links for the files needed (like Google GMS pack).
the second thread says it will root the current android version, but i need to ask if that would install Google GMS services automatically or i need to download that pack externally.
1. I got just 19mb to 25mb as my internal memory constantly. i mean, i dont think i would get more than 35mb of internal memory even if i remove all apps installed. is it normal?
2. would i be able to shift apps to SD card after rooting?
3. can i overclock my phone? and if yes, what is the maximum limit?
View 3 Replies
View Related
Dec 15, 2009
have an activity handling search (ACTIVITY_1), which works perfectly when I use the search (via SEARCH button on the phone) within/from this activity. However, when I use search from another activity (ACTIVITY_2..x) by implementing onNewIntent and forward the query string to my Search_Activity.class (ACTIVITY_1) it always pauses ACTIVITY_2 first and then goes to onCreate() of ACTIVITY_2..................
View 5 Replies
View Related
May 31, 2010
1. Is there a software update for the Sony Xperia X10 yet ?
2. When i receive an email i go to open it and it can take up to a minute to open or i have to go to my next email and return to the previous one and it then appears ??
3. Lastly , i tried sending a video clip through email on the X10 and it said its to big anyway around this?
View 2 Replies
View Related
Jun 18, 2010
I own LG EVE (GW 620)....
1)I want to password protect my text messages.
Please suggest me any application which should be free to do that..
2)IF i get an app from internet source (download via PC and installed via Linda etc.) ,will it be full version of that app??
3)Is there any way i can transfer my text messages in phone to my PC and vice versa?
View 2 Replies
View Related
Jun 5, 2010
just got my desire this morning and i don't really know what i'm doing with it, i've never had a smart phone before. i've set up my hotmail account as the email account on the phone but, call me paranoid, i'd rather not have it on there at all. if i delete the account on the phone will it have any detremental effect on the actual email account?
View 4 Replies
View Related
Dec 15, 2009
I have an activity handling search (ACTIVITY_1), which works perfectly when I use the search (via SEARCH button on the phone) within/from this activity. However, when I use search from another activity (ACTIVITY_2..x) by implementing onNewIntent and forward the query string to my Search_Activity.class (ACTIVITY_1)
@Override
protected void onNewIntent(Intent intent) {
Log.i(TAG, "onNewIntent()");.....................
View 1 Replies
View Related
Jul 4, 2010
Just got a new HTC Desire. Loving it and having a tinker but I have a question I can't seem to find the answer to. I have set up the gmail app(when I first got the phone) and I have a couple of issues with it. Namely not sending mails with attachments until you actually go to the sent folder and refresh. But anyway, I digress...I want to use K9 as my default, but even when I have NO email apps running and the Desire does a data sync and sees I have a new email, it chooses to tell me this through the gmail app. How can I set the Desire to tell me this through K9 ? I see under settings>applications>manage applications, that each of the mail programes has a section called "Launch by default" and a button to clear defaults, but this section is greyed out for me on all 3 of my mail apps (gmail, mail and K9)
View 9 Replies
View Related
Aug 29, 2010
I have 2 email ac's Tesco & Wanadoo (Orange). I can receive fine but I can't send, keep getting server errors on both ac's all the time. For the outgoing settings do I use the Tosca & Wanadoo (i.e smtp.tesco.net) or do I use my mobile network provider settings?
View 9 Replies
View Related
Apr 15, 2010
I'm having problems setting up my Gmail account with the HTC push email widget. I did enter my Gmail account details when I first set up the phone and they were accepted. I'll walk you through what I do.
1. Go to home screen with large Mail widget then click on it.
2. Click 'Other (POP3/IMAP)'
3. I then enter my email address and password. They are definitely correct. Then I press 'Next'.
4. I then arrive at the 'Incoming Settings' page.
5. I choose IMAP.
6. My email address is already there. My username is there, albeit with 'googlemail' following it (I have tried deleting that - still didn't work).................
View 4 Replies
View Related
Aug 20, 2010
I use hotmail on the standard email program. At first mails older then 3 days just vanished from my phone...
I went into settings and changed mail to download from 3 days to all. So far so good.
But from time to time I get "new mail" but these are mails that have been sitting in my inbox for a few weeks (on the phone I mean)
How come? or is there another alternative? An app that links to hotmail (really link and not donload the mial to phone) and even refreshes at specific times to alert you if you have new mail?
View 3 Replies
View Related
Jun 30, 2010
I'm getting on great with the phone, it is one stunning piece of kit.
I do have an issue with the stock email client/widget. I've got it all set up to pull down any new messages every 10 minutes and I've set up the peak/off-peak times, etc.
What I don't get are any notifications for emails that I receive overnight when the phone is switched off. I can switch it on in the morning and leave it for as long as I want, but still don't see the new emails appear until I start up the email client.
After the client has been run I get email notifications without any problem.
I connect to my own IMAP server and have Google Mail sync disabled.
View 1 Replies
View Related
Aug 10, 2010
Are there any email widgets which would let me see all my accounts on one screen, instead of having the stock htc one only showing one of them, then switch between the two in the app. It would be great if they were either shared inbox, or separate, but all fit in one homescreen panel.
View 5 Replies
View Related
Jun 13, 2010
I have a desire and im loving it, my only very minor gripe is HTC's own email widget/app.
I have it set up with my hotmail account and so far its functioning beautifully. However i do find it annoying that when i read an email on the desire, it doesnt mark it as read in hotmail in a browser.
Now this is possible as my nokias push email always marked it as read etc but this doesnt. Are there any settings i need to change or any similar alternative apps available that do this but also have full or half screen widgets?
View 9 Replies
View Related