No phone since Tropical Storm Lee and all we get is a $5.00 credit?

We notified customer service several times on our cell phones that our phone was down since September 9th and we got answers like we know, and we will be credited, and they are still working on the lines .It was the whole town. Last week we finally got dial tone only problem now is it was not our number and we called again and they said they were still working on the lines,the lines must be crossed and there will be someone there on Monday. Well we received the bill and it was for the full amount without any credit so we called again and the person that answered said the bills are automated and to call 877 353 0467 to get it fixed. We called the number and Brad from Pittsburgh ( he said that's all he could give me) answered and said since no one reported it until last week we could only give you a $5.00 credit. I explained to him last week we got dial tone and it was the wrong number and Verizon was notified day 1 of the phone outage . He said there was no record of it and that's it.I tried to explain to him to check and see that the whole town was without phone, and to check our bill for any calls and he said no.I tried to be nice about this but Brad is not people friendly. I asked if I could talk to his supervisor since he did not care at all to help and he said I am the supervisor and I am the only one I could talk too. I asked to talk to his boss and he said he is the boss and any calls about this matter goes through him and he has already credited the account for the $5.00. I was very upset at this point  and asked for his name and again quesioned him about him being the boss and he changed his story.saying he had a boss but I could not talk to him. I still insisted on talking to his boss and he would not do it and I was asked if there was anything else he could do.
I said no and hung up. What I don't understand is how could all of our calls not show up on record at all? The town had no phone!  I have cell phone records of all calls to Verizon from my Verizon wireless phone and Brad would not help at all.This is fraud charging me for service that I did not get and what is the purpose of calling if no one writes anything down. I hope Brad's boss would answer this post because Brad of Pittsburgh should be fired for saying he was the boss. The bottom line is Brad called us liars because they did not have a record of it when in fact I have the phone records to prove it. Is there someone over Brad that I could talk to.
Thanks

Thank you ElizabethS for answering. I just don't understand how something like this could happen. The Verizon trucks are still here fixing damaged lines from the flood . 

Similar Messages

  • I drove 45 min. to pick up a note 4 i had orderd and reserved in alexandria La. When i get there i find out they sold my phone to someone else and all i get is a "Im sorry"??!!

    I drove 45 min. to pick up a note 4 i had orderd and reserved in alexandria La. When i get there i find out they sold my phone to someone else and all i get is a "Im sorry"??!!

    Ice1968, I think you're the first person I have seen here take the ownership of not having a protection plan and the consequences. Most people just blame VZW. I am sorry to hear that they won't let you get a device by visiting a corporate store. In most cases, telephone support doesn't even offer an upgrade early but in your case they did. I wish I could tell you why the store and telephone support operate differently but I can't. From my experience telephone support has a little more leeway to bend the rules a little bit. From our customer perspective it doesn't make sense and I have no earthly idea of how it could make good business sense. I do know for a fact that store employees do not have the ability to override the system to allow you upgrade early. Again, one would think that it's all the same system so if they can do it over the phone why not in store? I don't know. My one question is, are you sure that the phone employee was offering a 2 year contract and not an Edge agreement? They are 2 completely different options and the chance is that the phone employee was maybe not giving you all of the information. I would call them back and ask them which option was being offered to be clear. I understand that you don't want to wait for shipping as I wouldn't but unfortunately when telephone support offers something that's the only way to acquire the new device.

  • I'm trying to run a .jsp page and all I get is the following error. Thoughts?

    Running Coldfusion 8 / JRun 4 updater 7 / Coldfusion 8 hotfix
    2.
    I'm trying to run a .jsp page and all I get is the following
    error. Thoughts?
    Could not invoke Java compiler, please make sure jikesw is in
    I:\JRun4/bin or put a JDK bin directory in your path.
    jrunx.compiler.JavaCompiler$NoCompilerFoundException: Could
    not invoke Java compiler, please make sure jikesw is in
    I:\JRun4/bin or put a JDK bin directory in your path.
    at
    jrunx.compiler.JavaCompiler.outProcessCompile(JavaCompiler.java:474)
    at
    jrunx.compiler.JavaCompiler.compile(JavaCompiler.java:132)
    at
    jrunx.compiler.JavaCompiler.compile(JavaCompiler.java:100)
    at jrun.jsp.Translator.compilePage(Translator.java:176)
    at jrun.jsp.Translator.translate(Translator.java:254)
    at jrun.jsp.Translator.translate(Translator.java:101)
    at jrun.jsp.JSPEngine.translateJSP(JSPEngine.java:707)
    at jrun.jsp.JSPServlet.translate(JSPServlet.java:125)
    at jrun.jsp.JSPServlet.service(JSPServlet.java:113)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    You're right, that ws another fix I tried. There is no fix fo
    rthe issue described, but it still seems like an old issue. My
    class paths are short. Here is my jvm.config (pretty standard):
    # VM configuration
    # Where to find JVM, if {java.home}/jre exists then that JVM
    is used
    # if not then it must be the path to the JRE itself
    java.home=I:/JRun4/jre
    # If no java.home is specified a VM is located by looking in
    these places in this
    # order:
    # 1) bin directory for java.dll (windows) or
    lib/<ARCH>/libjava.so (unix)
    # 2) ../jre
    # 3) registry (windows only)
    # 4) JAVA_HOME env var plus jre (ie $JAVA_HOME/jre)
    # Arguments to VM
    java.args=-server -Xmx1000m -Dsun.io.useCanonCaches=false
    -XX:MaxPermSize=256m -XX:+UseParallelGC
    -Dcoldfusion.rootDir={application.home}/
    # commas will be converted to platform specific separator and
    the result will be passed
    # as -Djava.ext.dirs= to the VM
    java.ext.dirs={jre.home}/lib/ext
    # where to find shared libraries
    java.library.path={application.home}/lib,{application.home}/servers/cfusion/cfusion-ear/cf usion-war/WEB-INF/cfusion/lib,{application.home}/servers/cfusion/cfusion-ear/cfusion-war/W EB-INF/cfusion/jintegra/bin,{application.home}/servers/cfusion/cfusion-ear/cfusion-war/WEB -INF/cfusion/jintegra/bin/international
    system.path.first=false
    # set the current working directory - useful for Windows to
    control
    # the default search path used when loading DLLs since it
    comes
    # before system directory, windows directory and PATH
    java.user.dir={application.home}/../lib
    # JVM classpath
    java.class.path={application.home}/servers/lib,{application.home}/lib

  • I switch on my mac book pro and all i get is the apple logo and below a loading wheel , but its stuck there for like an hour !!! help??

    i switch on my mac book pro and all i get is the apple logo and below a loading wheel , but its stuck there for like an hour !!! help??

    Take each of these steps that you haven't already tried. Stop when the problem is resolved.
    Step 1
    The first step in dealing with a boot failure is to secure your data. If you want to preserve the contents of the startup drive, and you don't already have at least one current backup, you must try to back up now, before you do anything else. It may or may not be possible. If you don't care about the data that has changed since your last backup, you can skip this step.   
    There are several ways to back up a Mac that is unable to boot. You need an external hard drive to hold the backup data.
         a. Boot into the Recovery partition, or from a local Time Machine backup volume (option key at startup.) When the OS X Utilities screen appears, launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.”
    b. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, boot the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    c. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.
    Step 2
    If the startup process stops at a blank gray screen with no Apple logo or spinning "daisy wheel," then the startup volume may be full. If you had previously seen warnings of low disk space, this is almost certainly the case. The easiest way to deal with the problem is to boot from an external drive, or else to use either of the techniques in Steps 1b and 1c to mount the internal drive and delete some files. According to Apple documentation, you need at least 9 GB of available space on the startup volume (as shown in the Finder Info window) for normal operation.
    Step 3
    Sometimes a boot failure can be resolved by resetting the NVRAM.
    Step 4
    If you use a wireless keyboard, trackpad, or mouse, replace or recharge the batteries. The battery level shown in the Bluetooth menu item may not be accurate.
    Step 5
    If there's a built-in optical drive, a disc may be stuck in it. Follow these instructions to eject it.
    Step 6
    Press and hold the power button until the power shuts off. Disconnect all wired peripherals except those needed to boot, and remove all aftermarket expansion cards. Use a different keyboard and/or mouse, if those devices are wired. If you can boot now, one of the devices you disconnected, or a combination of them, is causing the problem. Finding out which one is a process of elimination.
    Step 7
    If you've booted from an external storage device, make sure that your internal boot volume is selected in the Startup Disk pane of System Preferences.
    Boot in safe mode. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    When you boot in safe mode, it's normal to see a dark gray progress bar on a light gray background. If the progress bar gets stuck for more than a few minutes, or if the system shuts down automatically while the progress bar is displayed, your boot volume is corrupt and the drive is probably malfunctioning. In that case, go to Step 6.
    If you can boot and log in now, empty the Trash, and then open the Finder Info window on your boot volume ("Macintosh HD," unless you gave it a different name.) Check that you have at least 9 GB of available space, as shown in the window. If you don't, copy as many files as necessary to another volume (not another folder on the same volume) and delete the originals. Deletion isn't complete until you empty the Trash again. Do this until the available space is more than 9 GB. Then reboot as usual (i.e., not in safe mode.)
    If the boot process hangs again, the problem is likely caused by a third-party system modification that you installed. Post for further instructions.
    Step 8
    Launch Disk Utility in Recovery mode (see Step 1.) Select your startup volume, then run Repair Disk. If any problems are found, repeat until clear. If Disk Utility reports that the volume can't be repaired, the drive has malfunctioned and should be replaced. You might choose to tolerate one such malfunction in the life of the drive. In that case, erase the volume and restore from a backup. If the same thing ever happens again, replace the drive immediately.
    This is one of the rare situations in which you should also run Repair Permissions, ignoring the false warnings it may produce. Look for the line "Permissions repair complete" at the end of the output. Then reboot as usual.
    Step 9
    Reinstall the OS. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade.
    Step 10
    Repeat Step 9, but this time erase the boot volume in Disk Utility before installing. The system should automatically reboot into the Setup Assistant. Follow the prompts to transfer your data from a Time Machine or other backup.
    Step 11
    This step applies only to models that have a logic-board ("PRAM") battery: all Mac Pro's and some others (not current models.) Both desktop and portable Macs used to have such a battery. The logic-board battery, if there is one, is separate from the main battery of a portable. A dead logic-board battery can cause a boot failure. Typically the failure will be preceded by loss of the settings for the startup disk and system clock. See the user manual for replacement instructions. You may have to take the machine to a service provider to have the battery replaced.
    Step 12
    If you get this far, you're probably dealing with a hardware fault. Make a "Genius" appointment at an Apple Store, or go to another authorized service provider.

  • I cannot boot up my Mac book and all I get is a long beep

    I cannot boot up my Mac book and all I get is a long beep
    Have tried checking the keypad and no luck
    Is this a logic board issue or is it something else?

    My daughters Mac crashed mid assignment and after hours for phone support. So was looking to see if there was anything we could do here. Your advice is correct but the issue was "long beeps". Which are generally a serious issue and not one that we are going to be able to deal with. Like the icon .... and do appreciate the fact that you were happy to help. cheers

  • Got a new LG in Anchorage and was told Glennallen, AK is in a service area.  Got home and all I get is Message 41, Roaming. Can make calls with WiFi connection but not on the road. Any idea whats going on?

    Got a new LG in Anchorage and was told Glennallen, AK is in a service area.  Got home and all I get is Message 41, Roaming.
    I can make calls with WiFi connection but not on the road. Any idea whats going on?

        Oh no! I'm sorry to hear you had problems in the are you're in AkJohnDye. I checked your coverage and I do see we have an extended 4G coverage. This means you're able to use your phone but it needs to be activated in a 4G LTE Verizon Wireless coverage zone. I apologize.
    AdaS_VZW
    Follow us on Twitter at @VZWSupport 

  • I have a mac pro, and today i turned it on and all i get is the white power light come s on and starts flashing, my computer does not boot up can anybody help?

    why doesn t my mac pro boot up, i turned it on today and all i get is the white power light on the front of the computer starts flashing, does any body know about this problem?

    Which model of Mac Pro do you own?
    Check Crucial.com for their opinion, but there are cheaper ways to go.

  • How come although iPads are getting more powerful, the iOS apps from apple are so mediocre and just not that great? We spend all this money for the latest ipad and all we get is these $5 video and music apps from apple. Why create the iOS platform and onl

    How come although iPads are getting more powerful, the iOS apps from apple are so mediocre and just not that great? We spend all this money for the latest ipad and all we get is these $5 video and music apps from apple. Why create the iOS platform and only offer so so apps like IMovie and GarageBand ? While other developers are offering much better apps like pinnacle studio for video, Cubasis and Auria for music production, apple has not showed much growth in terms of innovation. While there's nothing wrong with making an app like GarageBand where "anyone " can make a song, how about something for real musicians or an app not so basic as it get for video editing? After spending 0ver $700 on an ipad I'd be willing to spend more than $5 for a better video or audio app.

    First, try a system reset although I can't give you any confidence.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  It could take well over an hour!  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.

  • How do I find the address of my usb ports so that I can connect a telescope to the macbook. I have tried various commands on terminal and all I get is 'directory or command not recognised'.

    The telescope instruction says open a Terminal and put in ls/dev/* and other such things and all I get back is that none of them are recognised.
    JeffersE

    Why don't you call the telescope company for support and let them explain it to you.  Usually there is software involved with those types of telescopes and if that software doesn't support Mac, it won't matter how or what USB port you plug it into because no drivers or anything will load for it.

  • I download an app. But doesn't show up on my homepage. I go to download it again from the cloud and all I get is a message saying "you already download this application so you will be able to redownload the app free of charge" I press ok.Still don't have

    I download an app. But doesn't show up on my homepage. I go to download it again from the cloud and all I get is a message saying "you already download this application so you will be able to redownload the app free of charge" I press ok. Still don't have it

    What is the app? What "homepage" do you mean?

  • I got a 8gig ipod touch from a freind and all I get on the screen is a usb plug with an arrow pointing towards the itunes logo. How do I resolve this?

            I got a 8gig ipod touch from a freind and all I get on the screen is a usb plug with an arrow pointing towards the itunes logo. How do I resolve this? I don't know what operating system it runs, or what year it was manufactured, it is a chrome one.

    http://support.apple.com/kb/TS1369
    There have been some problems accessing pages on the Apple web site.  If the hyperlink gives you a "We're sorry" message, try again.

  • Optical drive on iMac at work, barely one year old, won't read CD's....disc utilities shows disc unavailable!  Rarely used and out of warranty, what a rip off!!  I have been on MACS since the 80's and things are getting more and more difficult

    Optical drive on iMac at work, barely one year old, won't read CD's....disc utilities shows disc unavailable!  Rarely used and out of warranty, what a rip off!!  I have been on MACS since the 80's and things are getting more and more difficult to deal with. Why did it quit after barely being used? Any help from Apple?

    It depends on what you mean by "barely one year old". If the iMac is only a couple of days out of warranty, Apple's been known to make exceptions and extend the warranty, though it's by no means guaranteed. If it's several days or more out of warranty, then Apple will fix it, if it's a hardware problem, but the repair won't be free. This is no different now then it would have been with a Mac purchased back in the 80s.
    Why the drive failed, if indeed it has, is impossible to say. Could have been a static shock, a weak component that failed when power was applied, or a mechanical fault in one of the tiny parts used in optical drives and hard drives that finally broke.
    Regards.

  • I have a new MacBook. I want to put my iTunes  on it that I previously bought. The solution is to authorise the Mac by going on the Store and authorising it. I press the store link and all I get are products and no link for authorisation?

    I have a new mac Book. I want to put my previously purchased itunes on it. The support page says to authorise the new Mac by going into the itunes store and then authorise. I click on store and all I get are products with no link. Can someone advise where the authroisation link is please?

    I don't know why but after about an hour the tool bar you rferred to came on its self jsut as the support solution and you have advised and it is now working, but the toolbar just disappears and that is why I could not find the link or correct store link. Weird! But thanks, Gordon

  • D/L Greys seaon 10 epis 24 - and all I get is volumn no picture - how come?  How do i fix this or who do i call?

    I paid and d/l Greys anatomy sea 10 epis 24 and all i get is volume - for some reason i dont have a picture - I have not changed anything on my puter.  The video is there - there just is no pic - how do i fix this or who do i call to fix it?

    Your iTunes is up-to-date, you've tried closing and re-opening iTunes, and other TV programmes or films play ok ?
    Depending upon what country that you are in (TV programmes can't be re-downloaded in all countries) then try deleting that episode from your iTunes library and redownload it via the Purchased link under Quicklinks on the right-hand side of the iTunes store home page on your computer's iTunes
    If you aren't in a country where you can re-download TV programmes or if the redownloaded version also doesn't give you a picture then try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Tried to reset Ipod and all I get is error code 1418

    I tried to reset my Ipod nano and it won't reset and all i get is error 1418, no matter what I do. I have read what everyone else has posted and nothing is working. Please someone help.

    Actually, I have got the same problem. Nothing I tried was resolving this problem

Maybe you are looking for