General :: HTC Desire - Locally Stored Voicemail App?
Jun 4, 2011
Is there any app that instead of sending the voicemail to the network it records it on to the phone?
Voicemail for me is not included in my monthly minutes, so I can end up with quite a large percentage of my phone bill being voicemail.
I'm running RCMixS on my HTC Desire
View 5 Replies
Nov 4, 2013
I just received my Nexus 5 in the mail and I'm trying to figure out how transfer all my pictures from my s4 to my n5 so that they are still able to be set as wallpaper and what not cause to my knowledge once they care stored to Google drive they cannot be set as wallpapers anymore ..is that correct ? Just looking for the easiest way to move my pictures over .
View 1 Replies
View Related
Jan 30, 2013
I've noticed that despite having only four or five playlists on Google Music (desktop) my phone shows a bunch - mostly ones from albums I've downloaded. They don't show up in the browser version on my desktop so it looks like the only way to get rid of them is to manually delete every single one via the phone app.
Also, I've noticed that when I switch the settings to "on device only" my playlists created on the web page no longer show up, despite me having the majority of the songs on my microSD. I remember I used to be able to switch to "on device only" and the cloud playlist would scale down to only what I had on local storage. Was so....logical! Is there any way I can still do this? My microSD music is pretty much pointless since I don't have access to the playlists when I'm using "on device only".
View 2 Replies
View Related
Jan 14, 2010
I have a locally stored webpage (html) under res/raw folder.There is an image that is referenced in this html page (test.gif) which is stored under res/drawables.When I use a webview to display this page, it does not display the image. How can I correctly reference the path to the test.gif image?I tried using a text view with Html.fromHtml() but that does not parse several html tags.
View 9 Replies
View Related
Jul 9, 2010
I have an Android app that saves a text file directly onto the phone, in the app's install directory. I need to allow the user to create a new email, attaching this saved text file. When I start the intent to send the email, everything shows up in Gmail correctly, but the attachment does not get sent. All of my searches on stack overflow seem to only deal with attaching an image file from the SD card. Below is the code that I used. Please let me know if I have done something incorrectly.
File myFile = new File(getFilesDir() + "/" + "someFile.txt");
FileOutputStream stream = null;
if( file != null )
steam = openFileOutput("someFile.txt", Context.MODE_WORLD_READABLE);
stream.write(some_data);
Uri uri = Uri.fromFile(myFile);
Intent sendIntent = new Intent(Intent.ACTION_SEND);
sendIntent.setType("text/plain");
sendIntent.putExtra(Intent.EXTRA_SUBJECT, subject);
sendIntent.putExtra(Intent.EXTRA_TEXT, email_text);
sendIntent.putExtra(Intent.EXTRA_STREAM, uri);
file.close();
startActivity(Intent.createChooser(sendIntent, "Email:"));
I've also tried sendIntent.setType("application/octet-stream"); but that didn't make a difference. I'm at a loss for why the file doesn't attach and get sent.
View 1 Replies
View Related
Oct 8, 2010
I'm having problems connecting locally over wifi to play games against my friends. Is there a procedure you have to go through to connect? Can htc desire phones connect to each other over wifi or do they have to connect through a router?
View 2 Replies
View Related
Apr 26, 2012
Here's what i'm doing :
1) Desktop PC (Outlook 2010) <> USB MyPhoneExplorer <> Phone (ICS SGS2)
This creates contacts on my phone under the "phone" category.
2) Hosted Exchange <> Wireless Activesync <> Phone
This creates contacts on my phone under the "exchange" category.
As the contacts are exactly the same, the contacts are automatically merged and i have 2 separate categories of contacts that display as 1 list which is what i'm looking for.
3) When I resync, all of my exchange contacts are deleted (both on the phone and server) which is not what I want.
Is it possible to have a single set of contacts that I can sync across my desktop PC, phone and exchange server ?
View 2 Replies
View Related
Nov 6, 2013
I have a Samsung Galaxy S II LTE and wood like to be able to synchronize my outlook data (calendar mainly but if possible the entire outlook) locally. I work for a company that does not allow to store any of the company business information outside so I can not go via cloud. Any app that allows this?
View 4 Replies
View Related
Feb 4, 2014
I need to import contacts and groups to 20 brand new phones, to begin with. (Stock, non-rooted Galaxy S4+, 4.2.2.). The phones will stay un-rooted.
-Avoid if possible using Gmail sync.
-Avoid if possible using Kies.
-Preferably use csv and/or vcf with groups (one group for each department).
-Preferably not being forced to connect every phone to a computer by usb cable. Fixable by download from web site on local wireless network.
What I've tried so far:Imported the original CSV:s, sorted them into groups, exported them as CSV to get the correct columns for android phones. So far so good.
Exported above mentioned CSV:s to VCF from a Google Contacts, sent it over to test phone by Pushbullet (for the test only, web site solution imminent), imported it in Contacts. Does not retain groups, shows as "Not assigned". It doesn't seem possible to create local groups? They can only be created with accounts such as gmail. (As I see it, this is my main problem now).
Tried Google Account sync: Problem not solved due to one single Google account, and one Google account on all phones are susceptible to contact deletion by fat fingers and people that are struck by bad luck while thinking. One Google account for each phone would do the trick, but probably not an accepted solution by our IT security "manager", even when using Google Auth.
Tried Kies Sync: Problem not solved due to USB connection, and still no local groups.
Tried Importing CSV file into Windows Contacts (which ****s up the columns, not all are matchable) and exporting as VCF. Problem not solved, no groups.
View 1 Replies
View Related
Aug 1, 2012
Actually turned out simpler to do than i initially thought it would be.
Enables "Keep Locally" ( keep_local ) option for adding new contacts instead of forced google account.
Prevents google from deleting all you contacts when you remove your account
Disables google contact sync
The offending package comes with gapps if you got google that way.
GoogleContactsSyncAdapter.apk you will find it in /system/app/ (need root file explorer to see it though)
You can make this fix in 3 ways, the first may not need root but i cant test as my phone is rooted.In Settings>App find it in the list of all installed apps, click it, click disable. (can do this without root)Use a root file explorer such as "Root Browser", navigate to /system/app/ backup the app .apk to your sdcard for example, then delete it.You can also try clicking the app .apk in "Root Browser" and choose uninstall, but i could get this to work.
Thats it ! , no need to reboot. (to test it worked, just navigate to Settings>Accounts>(your google account) and you will see there is no longer the option to sync contacts)
View 8 Replies
View Related
Sep 17, 2010
Ive installed a few apps latley and noticed some of them seem to leave crap behind when uninstallled. Im using astro to try and find the dir where they are installed so I can delete any folders left behind by removed apps.
View 5 Replies
View Related
Nov 16, 2010
The similar threads didnt seem to hold the answers to this particular problem so here goes ive upgraded from a Bold 9000 and when tried to transfer data via Bluetooth it kept failing so i had to store all my contacts to sim and then insert sim into DHD when its done this it appears to have cut some letters of the end of some names and ont allow me to edit them to extend the names.
View 3 Replies
View Related
Oct 30, 2010
Initially I setup Exchange active sync, but contacts wouldn't sync and I had to use HTC sync to manually sync them. Recently, after a root/froyo upgrade, they would sync via active sync. I used the "People" app as my main contacts list.
All was working fine up until last night when I was playing around with security settings and went into the Device Administrators section. I canceled back through the screens but it still deleted my Exchange account.....I'm 99.9999% certain that I canceled that screen. Ok, no harm done, I managed to set it up again.
On syncing the Exchange active sync the first time, all of my calendar items doubled up, so I manually cleared them and manually cleared my contacts also (just to be safe).
The next Exchange active sync worked for my mail and calendar but failed for some reason for contacts. This did start syncing later, but didn't appear to do anything.
My "People" app showed no contacts. Not long later, some contacts showed up, but surprisingly, they were my family contacts. I don't know where they came from. They are not on the SIM (the SIM doesn't contain any contacts). Currently my "View" for People shows:
SIM (9) - unticked
Google (0) - ticked
Show auto Gmail contacts - ticked
Phone (0) - unticked
Facebook for HTC Sense (139) - unticked
Based on these settings, no contacts should show in People.
The "Contacts" app shows the same family contacts, but also a couple of extras that were added to the "Favourites" group.
Now the really confusing part is: the "Search People" app has ALL of my lost contacts. They also all appear when I start the "Phone".
I also added a new contact, but it didn't show in "People". It does appear in the "Search People" though. I think it may have been synced to Exchange.
So can anyone help with with finding where they are stored? They are clearly on the phone. How can I get these contacts to appear in my People app again?
View 1 Replies
View Related
Nov 3, 2010
When I put my sim card into my phone when I bought it, it has only displayed around 7 of my 60+ contacts which were stored on my sim. I have tried managing this on HTC Sense, but like everyone else most of the features are not working for me. I do not however have any idea how to delete the contats off my sim or just change settings to make sure my sim contacts are not displayed in my contact list.
View 2 Replies
View Related
Nov 16, 2010
My conacts are stored on my phone and I would like to back them up. Which is the best / easy way to do this Running 2.2 and back up option has gone.
View 5 Replies
View Related
Sep 9, 2010
I'm new here and new to the HTC Desire but understand most of the Apps that can be used on this neat phone. One BIG niggle I have is that the Google Maps App on this phone does not allow you to save 'favourites' or 'starred' places on the phone, like your home or work place if you use the phone for navigation from A to B. I have searched here to see if this topic has been mentioned before but cannot find anything. Looking at Google Maps Mobile 'help' it does say that you can 'star' destinations and save addresses in your 'favourites' but do you think I can, well no.
View 14 Replies
View Related
Oct 19, 2010
I wonder if someone knows where my photos are stored on the sd card .Icant find them anywhere when connected to computer. Iam trying to transfer them on to PC.
View 3 Replies
View Related
Apr 1, 2010
The HTC Desire has limited memory of around 570Mb RAM and 512Mb ROM. The MicroSD card can hold up to 32Gb. So, why can't HTC allow apps be stored in MicroSD card? If HTC/Google's concerned about piracy issues, i.e. copies of apps from microSD card to another microSD card, etc. There is one way round to this problem: They could have installed some kind of unique crypto-key within the Desire's ROM, and any apps saved to the microSD card are automatically encrypted on-the-fly with this crypto-key.
When apps are accessed, it is decrypted on-the-fly, too. In other words, apps will ONLY work with THAT phone it shares the SAME crypto-key. Putting a microSD card containing apps into another Android phone will not work, thus solving the piracy issue. Therefore, a message to HTC: Please allow apps to microSD card (as much as 32Gb card) and BEAT iPhone/Nokia N900 at their game!
View 17 Replies
View Related
Nov 25, 2010
I have created a new group to add some contacts, However when I try to add a contact there is nobody in the list. I have contacts but there stored on SIM. How do I get them to show up?
View 2 Replies
View Related
Jul 18, 2010
I got my desire just a few weeks back and the phone is the best one i used till now...Better than the iphone..But the sms threaded view in my phone is not being stored in order for some contacts. The order of the messages stored is not as it should be...my sent message(First sent) is stored after the received one(later received)..I have tried putting my own time instead of the automatic network time still the problem continues..
View 14 Replies
View Related
Nov 6, 2010
I need to do a factory reset on my Desire and I want to backup all of my bookmarks stored in the stock browser but I cannot remember how to do so, or if indeed I have done before!
View 5 Replies
View Related
Oct 9, 2010
Does anyone know where these are stored on the phone as i would like to edit them.
View 3 Replies
View Related
Jun 28, 2010
I have trimmed a few mp3s to be used as ringtones.. But I've unintentionally made a lot more copies than I need, and now they all show up in the ringtones select list.
Where are they stored? Can I remove them manually?
View 2 Replies
View Related
Jun 3, 2010
Is it possible to have all SMS (text messages) automatically stored to the SD card? I recently had to reflash my ROM and as such have lost all the messages I had stored - about 800 or so from my partner and a few semi-important ones from both work and my basketball coach.
View 2 Replies
View Related
Jun 2, 2010
i was wondering if it is possible to get rid of the voicemail from my people widget. i have the single line it has voicemail at the top which means i only have space for 2 other contacts without having to scroll down?
View 5 Replies
View Related
Aug 10, 2010
I am not receiving a voicemail notification when people leave me a voicemail. I get a missed call or sometimes nothing at all but no symbol in the task bar.
when i call voicemal (901) i have the messages there to listen to but no notification! One of them was about a job opportunity so this is becoming an issue! I am on 02.
View 2 Replies
View Related
May 16, 2010
I am having trouble changing the Voicemail number on my phone. I keep getting the error
"Voicemail number change unsuccessful. Please contact your carrier if this problem persists".
I need to change it from 901 to 111. Any ideas why it will not allow me to change it?
View 2 Replies
View Related
Apr 22, 2010
I really like the look of the Desire, but I'm unclear as to whether it has Visual Voicemail, like on the Nexus? Don't they call it something like Google Voice? Is that built into the Desire? I know you can get apps for it but is the cool thing where the phone automatically turns the voice message into text built into the Desire? Also, I've seen lots of Nexus-like voice-to-text keyboard apps on this forum. Do they use the same technology as the Nexus One and do they too require a data connection?
View 7 Replies
View Related
May 7, 2010
I recently purchased my new Desire and although I love it, i've noticed two annoying faults! 1. When i send text messages to some contacts, the phone decides to send them not as an sms but as an email or sometime even an mms! 2. My voicemail notifications are being received under one of my Facebook contacts instead of just plain Vodafone! Very weird as my contacts list isnt set to display Facebook contacts even though its an option! Is anyone else having the same problem and been able to fix this? Im sure its just the settings that need to be changed but ive had a play and just cant seem to stop it happening!
View 3 Replies
View Related
May 1, 2010
Voicemail - Google Voice/VZW Visual Voicemail (poll) Which do you use?
View 18 Replies
View Related