HTC desire -update

to a htc desire 301s and need a smaller sim card as I need my phone number. What is the answer?

Hi again snowpuss, as I said in your previous post: easiest way to get this changed over to the right size, would be a 5 minute call into your nearest Telstra store who will swap it over for your on the spot, retain your usual number and do it all for free!   

Similar Messages

  • HTC Desire Hd wont connect to openzone or FON

    My HTC desire HD shows the WiFi symbol, shows that I'm connected to fon or openzone, but does not work. Happens all the time. Anyone got any suggestions or similar problems.

    I have the BTFon app installed, but use another app to freeze it when it's not needed. For me freezing the BTFon app stops the random connections to fon/Openzone when I want to use my own WiFi point. The only issue some users have with using a freezing app is that it needs a phone that's been rooted for it to work.
    You could try another browser in the phone - I found some wouldn't allow me to browse the WWW
    (my default browser does allow this)
    The other major issue at the moment is that the hub2 has been caching all WiFi traffic, even those not trying to use BTFon/Openzone. This causes the hub to lock up, preventing connections. BT are sending out a firmware update to stop this. Also for some unknown reason, random hotspots that have worked perfectly suddenly stop, for them to work again. But 100% agree, very frustrating
    -+-No longer a forum member-+-

  • How to connect the IPad 2 with an HTC desire HD (mobilephone)

    Hello,
    I need your advice. I'm trying to connect my IPad 2 with may HTC desire HD via bluetooth. The tools are paring but do not conncet alt least. What can I do?

    What can I do?
    Nothing.  iOS does not support pairing to devices other than keyboards, headphones and headsets.

  • AIR 17 - Sub Textures don't render ( black screen) on HTC Desire 610 ?

    Hello,
    AIR 17.0.0.124 critical bug on stage3D/Android/ HTC Desire 610 ( full spefication http://www.gsmarena.com/htc_desire_610-6160.php) I was using AIR 16 and all working correctly. In AIR 17 when I'm using SubTextures ( atlas textures) , stage 3D don't rendered this (all is black). BUT classic textures is working correctly.Other devices that I use I don't have any problems. only HTC Desire 610 and AIR 17.
    I'm using Genome2D.
    Thank you

    Hello,
    Is this also occurring with the v18 beta that was released last week?  If so, can you please open a new bug report at https://bugbase.adobe.com and include a sample project so we can reproduce it internally.  Once added, please let me know the bug number and I'll follow up internally.
    Thanks,
    Chris

  • How doI Import HD clips from HTC Desire HD for use in Final Cut Express?

    Before anyone says it I know it's dead easy with and iPhone but how difficult is it to import video from the HTC Desire HD to use with Final Cut Express? I am looking at purchasing this phone and would be interested in people's thoughts.

    Hi Tom,
    Pleased to make your acquaintance, having recently used your FCE4 editing workshop as a bible I'd like to thank you for making an understandable read! Re my comments: This was early days with the application and I have a lot of work to catch up on before I get to work with it properly. In a test I set it up using the 720p25 apple intermediate codec and it needed rendering. the phone uses 3gp to record. I haven't gone into any detail with it yet, still busy trying to migrate from windows mid project from adobe premiere before even attempting to provide any focus to my camera on my phone. I will report back when I get there if anyone is interested!

  • Sync does not work on htc desire with new android upgrade

    upgraded to the new android firefox, had to re sync my device. And none of the bookmarks have transferred over. Left it 24 hours and still none of my bookmarks. tried clearing my sync data and redoing, no joy. This is on an HTC Desire.

    Hi!
    Sorry to read that you are facing issues with the new Beta. Indeed there's a known issue with having the new Beta with other sync versions in Android. You can learn more here:
    https://wiki.mozilla.org/User:Anaaktgeboren/NativeSync#Android_Sync_behavior_with_multiple_Firefox_versions_installed
    Make sure that you don't have any previous Firefox version in your phone to make it work.
    Let me know if it works.

  • How can I get bluetooth to import images from my HTC Desire?

    I have a problem with my  mcbp.
    I can connect with my HTC Desire smartphone and send a file no problem.  However, I cannot send images from the phone to my mcbp.  When the phone says it is sending, three small dashes appear across the bluetooth insgnia in the top bar.  Help please?
    Thanks
    Nashorn
    13 Macbook Pro  10.9.1

    My iPhoto is v. 4.0.3.
    Is your QuickTime up to date?
    Video importing requires QuickTime 7.6.2 or later.
    http://support.apple.com/kb/HT4083

  • [HTC Desire, android 2.2., FP10.1.95.2] TransformGestureEvent.GESTURE_SWIPE not working

    Hi,
    (I have asked this question here: http://forums.adobe.com/thread/737650?tstart=0 as well).
    I am reviewing new features of the player and I've made few examples from documentation, latter is about TransformGestureEvent.GESTURE_SWIPE, but I can't get it to work on my HTC desire. Question is does those features are not working in the browser, I havn't tried it yet in the AIR?
    http://greladesign.com/battlefield/fp10.1_transformgestureevent_swipe/
    above example doesn't work:(
    package
         import flash.display.Sprite;
         import flash.events.Event;
         import flash.events.TransformGestureEvent;
         import flash.text.TextField;
         import flash.ui.Multitouch;
         import flash.ui.MultitouchInputMode;
          * @author Lukasz 'Severiaan' Grela
         public class Main extends Sprite
              protected var mySprite:Sprite;
              protected var myTextField:TextField;
              public function Main():void
                   if (stage) init();
                   else addEventListener(Event.ADDED_TO_STAGE, init);
              private function init(e:Event = null):void
                   removeEventListener(Event.ADDED_TO_STAGE, init);
                   // entry point
                   Multitouch.inputMode = MultitouchInputMode.GESTURE;
                   mySprite = new Sprite();
                   mySprite.addEventListener(TransformGestureEvent.GESTURE_SWIPE , onSwipe);
                   mySprite.graphics.beginFill(0x336699);
                   mySprite.graphics.drawRect(0, 0, 300, 200);
                   myTextField = new TextField();
                   myTextField.y = 200;
                   myTextField.border = true;
                   addChild(myTextField);
                   addChild(mySprite);
              protected function onSwipe(evt:TransformGestureEvent):void
                   if (evt.offsetX == 1 )
                        myTextField.text = "right";
                   if (evt.offsetY == -1)
                        myTextField.text = "up";
                   myTextField.text = evt.phase;
    the same issue is with rotate gesture
    http://greladesign.com/battlefield/fp10.1_gesture_phase_01/
    best regards

    Hi,
    Multitouch.supportsGestureEvents returns false but documentation doesn't mention about FP limitation for browser,
    there is only this:
    Note: The Multitouch feature is not supported for SWF files embedded in HTML running on Mac OS.
    My htc is not a mac so I expect to have it working

  • Cannot install AIr on HTC Desire with Froyo OS 2.2

    I have an HTC Desire running Froyo 2.2 OS (OS supplied by O2 mobile company i.e. O2 branded phone)
    Each time I try to install Air 2.5.1.1774 it downloads then tries to install; I get the message:-
    Installation of Adobe Air unsuccessful.
    Any advice please?

    You need to choose "Charge Only"
    Make sure you have Device Debugging enabled on your phone by going to Settings > Applications > Development > USB Debugging and ticking the checkbox.
    Once your phone is properly connected and Android SDK is installed, then goto the folder where SDK is installed. You will find a folder named "tools" :
    Launch cmd.exe
    cd to the folder containing "adb" binary
    Type "adb devices" ( This should list the device ID of your phone )
    Type "adb logcat -c"
    Try to download and install "Adobe AIR" from Marketplace on your phone (with USB cable connected)
    On command prompt, type "adb logcat" and mail us back the output.
    I found a page with detailed instruction for setting up Android SDK for HTC Desire : http://myhtcdesire.com/tutorials/how-to-install-the-adb-driver-on-windows

  • My phone states that mobile fire fox is not supported htc desire 2.2

    Tried to download beta 4 to my HTC Desire, but a message came up stating that. "this application is not supported, do you want to download it anyway".
    Was a bit worried so came out of the window!!
    Would it be Ok to go ahead with the Download?

    Hi. Yes Idid check with Firefox before trying the Download and saw that it was compatible but was concerned when asked" would I like to go ahead anyway". Should I attempt the download or try again at a later date. I did try this on two phones mine and my Wifes and the Messages were both the same.
    Thanks.
    Ed.

  • HT1296 hi guys. if some1 could pls be kind enough to let me know how i can import all my contacts from htc desire (andrioid) to the iphone5. i have actually done quiet a few experiments but nothing seems to be working. thanks, Zee!

    hi guys. if some1 could pls be kind enough to let me know how i can import all my contacts from htc desire (andrioid) to the iphone5. i have actually done quiet a few experiments but nothing seems to be working. it is really important..thanks guys, Zee!

    Or just sync to google from your HTC and export to a vcf file. After that login to icloud.com and there you can import the vcf. And now you just have to setup the icloud on your iPhone.

  • I need to transfer my contacts from a HTC desire into itunes with a view to transferring them to my iphone 5 ... any ideas?

    I need to transfer my contacts from a HTC desire into itunes with a view to transferring them to my iphone 5 ... any ideas?

    You do not put contacts into itunes at all.
    Iphone syncs contacts with Outlook, Address Book, etc on your ocmputer, not itunes.

  • Why HTC Desire S and not HTC Wildfire S?

    I just love Firefox and have used it almost scince it was born into this world.
    It's just the fastest, eaysest and most reliable way to surf the webb, always has been and always will be.
    So, now i wanted it for my Android phone as well but i was very dissapointed when i saw that it's still not available for my HTC Wildfire S but it's avaliable for HTC Desire S, why?
    Best Wishes from a true Firefox user.'
    Ps: Keep up the awesome work, the "www" is free for all and should stay so!

    Firefox is built with an optimized instruction set (called "Thumb-2") to make it small and fast enough to run on mobile devices. Unfortunately, this optimization is not supported by the processors in many low-end or older Android phones.
    We're working on other ways to make Firefox smaller or faster, so someday it might be possible to build a version that works without Thumb-2 and is compatible with these older devices. But for now, Firefox is just not ready to run on those devices.

  • HTC Desire S

    - I have just got this phone on contract. How can I sync it to my MacBook

    MacBook Pro
    MacBook Pro Apple Support
    iPhone
    http://www.apple.com/support
    http://www.engadget.com/2011/04/10/htc-desire-s-review/
    http://www.bing.com/search?q=MacBook+Android+phone+synching

  • Htc desire 612 puk unlock?

    I dont know how to unlock my PUK code its a 8 digit code and i have no idea where to find it???

    See if these links help:
    Locating the 4G SIM PIN PUK My Verizon Website | Verizon Wireless
    Unblock SIM PIN HTC Desire 612 | Verizon Wireless

Maybe you are looking for

  • Can you use an external antenna with the 4G LTE Router with Voice?

    I live in a black hole of cell service - very rural, in a valley surrounded by trees, no DSL, no cable, no other options except satellite internet which I did for 15 years and will never do again. My current data setup is a Pantech UML290 USB modem c

  • Flat monitor not seen by input HDMI on TV

    My sharp aquos 42" flat panel TV does not "see" my computer in the input (HDMI) of the selector options. It's a few years old so it does not have VGA connections on it thus the use of the cable. I have a Mac PPC  G5 with a nvida 9600 video card.. tha

  • Execute DOS command from java application

    Hello, I want to execute a DOS command (MOVE, in order to move an image from a folder to an other) from a java application. How can I do this? Francesco

  • My cruzer usb thumb drive

    I have a Cruzer Micro 4.0GB thumb drive that I used with my pc before I purchased my MacBook Pro. When I plug it into my macbook pro nothing happens. It does not recognize it as being attached. Could it be because of the U3 software that's installed

  • VL01N / VL02N Exit

    Hi All, May i know if there exists any exits for the transactions VL01N / VL02N . When i change the Delivery Date of the outbound delivery (Goto>Header>Processing), i need to validate the changed date with the SO req. delivery date and display messag