What can I do when TC doesn't answer?

Hi, sometimes I stay on the line waiting long time for Tech Support to answer, what can I do? Jus wait...? Is there a direct telephone number for TS?

I commend you for your knowledge about the plans and devices.

Similar Messages

  • What can i do when my I pod touch screen doesn' work??

    what can I do when touch screen doesn't work??

    Try:
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                                              

  • Ever since my upgrade to lion 10.7.3, and iCloud, my macbook is running extremely slow. What can I do? It doesn't seem like my contacts are pushing through to the computer from iPhone.

    Ever since my upgrade to lion 10.7.3, and iCloud, my macbook is running extremely slow. What can I do? It doesn't seem like my contacts are pushing through to the computer from iPhone.

    Then your basic issues are: too little RAM, incompatible software, dysfunctional installation.
    Add more RAM or kill as many programs that you use until the computer is running normally.
    See App Compatibility Table - RoaringApps. Upgrade any old software.
    Reinstall OS X:
    Reinstalling OS X Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Reinstalling OS X Without Erasing the Drive
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility and press the Continue button. After Disk Utility loads select the Macintosh HD entry from the the left side list.  Click on the First Aid tab, then click on the Repair Disk button. If Disk Utility reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit Disk Utility and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Alternatively, see:
    Reinstall OS X Without Erasing the Drive
    Choose the version you have installed now:
    OS X Yosemite- Reinstall OS X
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it isthree times faster than wireless.

  • What can i do when my ADS Instant HDTV PCI cannot start ( code 10)

    what can i do when my pc vista says my ADS Instant HDTV PCI cannot start ( code 10 )

    Plug it in to power.  If it doesn't automatically come on within 15 minutes, try a Reset... press the home and sleep/lock buttons until you see the Apple logo, ignoring the slider. Takes about 5-15 secs of button holding and you won't lose any data or settings.
    If this doesn't work, you likely have a hardware issue.

  • HT2693 what can i do when vendor contact support page can't send my info/msg due to page error and i have paid for an app that no longer works after purchase

    What can i do when i purchase an app then after purchase the app fails to work. I deleted the app rebooted ipa then reinstated app. It still fails to work. I went to vendor support but when i go to send the info to them it comes up with unable to send msg due to page error. I am not happy. My child loved the app now it wont even open. Any help???

    Try talking to iTunes support
    http://www.apple.com/support/itunes/contact/

  • What can i do when my older ipod wont let me even download free apps

    What can i do when my older ipod touch won't let me download free apps?

    - If you have a 2G iPod yu can update the iOd to as high as 4.2.1. There are many apps that will work with that but some require a 3G or higher or even a lter iOS.
    - What happens when you try? Error messages?

  • What can I do when  in Photoshop Elements (version 11) the organizer does not start up??

    !@@

    Yes, thanks a lot. I understand now.
    I now am able to open the old catalog again!! I tried now several times with the new shortcut.
    Thank you very much indeed for ALL YOUR EFFORT and patients with me.
    You suggest now I should click on the repair button. When I do so, the catalog will be overwritten, or I can choose not to overwrite and than the catalog will be twice as big. So I decided not to click on the repair button. When I see afterwards that some functions do not work anymore, I allways can use the repair button. As far as I can see now nothing is lost.. )
    As far as I understood it is only possible to repair with a backup. Happily I made that allways, but I am afraid to use it, for the reason above.
    When I have more time to spare, I will look for all the foto's from the apps of my cellphone and delete them.
    Now I can finish my fotowork, what I had started before, and make Photoshop Elements again the main fotoprogram on my desktop.
    Thank you again! Trees
    Van: Little_Pale_Face 
    Verzonden: woensdag 1 april 2015 21:53
    Aan: Trees kaizer
    Onderwerp:  What can I do when  in Photoshop Elements (version 11) the organizer does not start up??
    What can I do when  in Photoshop Elements (version 11) the organizer does not start up??
    created by Little_Pale_Face <https://forums.adobe.com/people/Little_Pale_Face>  in Photoshop Elements - View the full discussion <https://forums.adobe.com/message/7396555#7396555>

  • What can be done when Cold Fusion 9 ODBC Services will not install?

    What can be done when 64-bit Cold Fusion 9 ODBC Service will not install on a Windows Server 2008-R2 64-bit machine? Yes, most of the things in other discussions have been tried.

    Hi GDMVU,
    Save the below code as CF9_RemoveOdbc.cfm
    <cfscript>
      //login using admin 
      //createObject("component","cfide.adminapi.administrator").login("administrator_password" );
      createObject("component","cfide.adminapi.administrator").login("admin");            
      //instantiate datasource object
      myObj = createObject("component","cfide.adminapi.datasource");
    </cfscript>
    <cfscript> 
         writeOutput("Removing ODBC Services...<br>"); 
         returnValue = myObj.removeODBCservice(); 
         writeOutput("ODBC Services removed"); 
    </cfscript>
    Save the below code as CF9_InstallOdbc.cfm
    <cfscript>
      //login using admin 
      //createObject("component","cfide.adminapi.administrator").login("administrator_password" );
      createObject("component","cfide.adminapi.administrator").login("admin");
      //instantiate datasource object
      myObj = createObject("component","cfide.adminapi.datasource");
    </cfscript>
    <cfscript> 
             writeOutput("Installing ODBC Services...<br>"); 
             returnValue = myObj.installODBCservice(); 
             writeOutput("ODBC Services installed"); 
    </cfscript>
    Now try the following steps:-
    Change admin password in above .cfm pages for your CF 9 server.
    Use RemoveObdc cfm page first to remove any existing faulty/corrupted Odbc services.
    Use InstallOdbc Odbc services to install Odbc services there.
    Hope this helps.
    Regards,
    Anit Kumar

  • What can be done when applications and game fail to open in sonyericsson k550i?

    what can be done when applications and games fail to open in sonyericsson k550i?

    http://www.sonyericsson.com/cws/support/mobilephones/downloads/k550i?cc=gb&lc=en If this only happens with games/apps installed on the memory card but not with the ones in the phone memory, back these up on the PC and format the card.Otherwise, run the update service and failing that, try a master reset, remembering to back up your phone on PC/PC companion first.

  • What can you do when you forget your iPod password and it locks you out?

    What can you do when you forget your iPod passcode and it locks you out.

    http://manuals.info.apple.com/en_US/iPod_touch_iOS4_User_Guide.pdf

  • What can i do, when i receive a message saying iphoto cannot be opened as it may be damaged or incomplete?

    what can i do, when i receive a message saying iphoto cannot be opened as it may be damaged or incomplete?

    Reinstall it.
    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    2c: on 10.7 they're at
    /private/var/db/receipts
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    If you purchased it on the App Store you can find it in your Purchases List.

  • HT201210 What can you do when Ipad upgrade said "Ipad cannot be updated at this time because the ipad software update server could not be contacted or is temporarily unavilable. Please try again later.

    What can you do when Ipad upgrade said "Ipad cannot be updated at this time because the ipad software update server could not be contacted or is temporarily unavilable. Please try again later.
    Where can I download the ipad software myself?

    What entries do you have in your HOSTS file on your PC/Mac?
    If you have ever used TinyUmbrella your HOSTS file could be redirecting the request to a local server or Cydia.
    Look for any entries which redirect gs.apple.com and comment out or remove.

  • HT1212 What can I do when my Sleep/Wake button is broken and I have forgotten my password?

    What can I do when my Sleep/Wake button is broken and I have forgotten my password? Also the Find my iPhone app is on and I can't get in to my phone to shut it.

    If they determine it is defective, then yes.

  • What can i do when i want to restore if i have deleted my text message(sms)

    what can i do when i want to restore if i have deleted my text message(sms)...
    please help

    Provided you have recently synced you phone then the SMS are stored in the iPhone backup made by iTunes during the sync process. If you restore you can choose to restore from backup which should mean that you don't lose the SMS.

  • Knows someone absinthe? What can go wrong when the jailbreak? what is VPN?

    knows someone absinthe? What can go wrong when the jailbreak? what is VPN?

    philippwayne wrote:
    What can go wrong when the jailbreak?
    See this Apple doc:
    Unauthorized modification of iOS has been a major source of instability, disruption of services, and other issues

Maybe you are looking for

  • Solution for Wacom Intous 4 tablet with LR 4.1?

    I'm having a problem selecting and dragging files from the library grid onto folders using my pen and mouse on the Wacom Intuos 4 tablet. I tried repeatedly to select all rejects from a shoot and drag them to a separate folder. When clicking and drag

  • How do I change the Bridge settings in CS4 from displaying ppi to displaying dpi

    I want to see the dpi, not ppi. Is it possible to change this, and if so, how?

  • Parsing an empty source. Root element expected! error in fcc using MTB

    Hi experts, While converting a flat file to xml using MTB , i'm facing this error in mapping. " com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping  ..... Parsing an empty source. Root element expected!   " Whereas the

  • LG Cosmos 2 - volume is too loud even on lowest setting

    Hi, I recently got the LG Cosmos 2 and so far I'm fairly pleased with it. The only thing that bothers me is that the volume is very loud even when I set it to the lowest setting. This applies to both the external speaker volume and the headphones vol

  • Maintain Check Lots

    Hi Experts, I'm trying to maintain check lots in FCHI for several housebanks. I have successfully maintained the check number series on all housebanks except for one.  The error below ppeared when I tried to save the data. Check the format of the che