Very weak signal for ~ one week

I am in 02748 zip code. About a week ago almost all my calls started dropping. I have an iPhone5S. My neighbor is having the same trouble. He has an Android device. This is a new problem. We have had fairly consistent service before this, in fact I discontinued my land line because it was good. Now I can barely get a call out or in. How can I report this? Or find out if there's an outage that is being resolved?
Thanks

    I'm sorry to hear about the problems encountered with your device, Earthling. I want to help you get this resolved. To expedite this situation, I would suggest contacting our Tech Support Team at 800-922-0204 and having a resolution ticket opened.
ChaunceyM_VZW
Follow us on twitter @VZWSupport

Similar Messages

  • I bought my iPhone 4 open line in Vancouver, Canada last week for use here in my home base in Bangkok, Thailand.  But when I tried using my Thai sim, I get a very weak signal, if not a weak signal, then a no service status.  What do I do?

    I bought my iPhone 4 open line in Vancouver, Canada last week for use here in my home base in Bangkok, Thailand.  But when I tried using my Thai sim, I get a very weak signal, if not a weak signal, then a no service status.  I also have very weak wifi reception.  What do I do?
    I already tried the following:
    a. Turned the phone off and then on.
    b. Checked all wifi connections – no problem given that all our laptops and desktops can connect seamlessly.
    c. I tried restoring the phone to original factory settings via itunes
    d. Tried resetting the phone.
    e.     Tried different microsims from all networks
    f. However, all methods failed given that the network reception is very weak and often reflects – “no service”.  And with regards to the wifi reception It has difficulty in reading even the signal right in front of the wifi router.
    I went to two Apple resellers here in Bangkok and requested that they please look at my Iphone and have it serviced.  I was frustrated when they said that given that I bought my phone in Canada, they are not able to support me and should instead try to contact the Apple store in Canada. 
    I went to apple.ca website and went to the expresslane support and I was said to register and callback.  Tried calling the 1800 number but given that I was in Thailand I had difficulty getting a connection.

    1st sentence, 4th page of the iPhone warranty found here:
    Apple may restrict service to the country where Apple or its
    Authorized Distributors originally sold the hardware product.
    From the Repair terms and conditions found here:
    9. Availability of Service.
    Apple may restrict service to the country where Apple or its authorized distributors originally sold the
    hardware product, and to the countries listed in the table below. A list of authorized distributors is
    available online at:
    http://images.apple.com/legal/warranty/docs/iPhoneAuthorizedDistributors.pdf
    If you do not believe that, then see these search results which confirm my statement.

  • My iphone 4 Carrier signal is very weak just shows one bar and often shows No Service followed by searching and again one signal bar I have had a lot of drop calls, I have tested the sim card on my Samsung Ace which shows full Signal strength I am on the

    My iphone 4 Carrier signal is very weak just shows one bar and often shows No Service followed by searching and again one signal bar I have had a lot of drop calls, I have tested the sim card on my Samsung Ace which shows full Signal strength I am on the latest iphone firmware 5.1.1 with 4.12.01 baseband I have tried resetting the iphone did o full restore twice. I guess there is something wrong with the iphone hardware? Has anyone had similar issues and how they fixed it?

    Take the device to Apple or an Apple authorized service center and let them check it out.

  • How to keep logs for one week through sm36 jobs creation

    Hi
       As i define a job through sm36. Its logs removed next day , but its logs removed through sm37 through next days. But some of the job logs does not removed for even one week. can somebody be help me to sort it out . I want to keep job logs for one week then where i have to define it. If some job is defined which remove all these logs then where we have to define that these logs will remain for one week , because some of the job logs will remain there for one week.
    Thanks in advance
    Regards
    Ravi Kant Arya
    +91 9999530385

    Hello,
    please check the variants of the report used in the job SAP_REORG_JOBS. With the report RSBTCDEL2 you can specify very detailed how long logs should be kept for which jobs (e.g. depending on the job name or job class).
    Regards
    Christian

  • No mobile signal for a week!!!

    We have not had an ee signal for a week now - I have phoned many times to find out what is happening but never get any answer - this morning alone I have phoned de 3 times to be cut off every time - so I have been charged £2.25 today alone for nothing!  The last person I spoke to told me that there was nothing wrong with the signal in my area - but was going to speak to his manager - then promptly hung up on me - that's madness as ten people I know in the village on ee have not had a signal plus 3 of us in this house -and as soon as we leave the village we get one. i am on the verge of cancelling all of our ee phones and home phone and broadband as this is not good enough - would someone please let me know what is happening?

    Hi davidjohnbutton,
    Has this fault been fixed? If you're still having problems with it get in touch by using our "Contact Us" form, you can get it by clicking on my username.
    Stephanie
    Stephanie
    BTCare Community Manager
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post. If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • How to keep the field value in the forms for one week

    I have an application that when the user logs on to it , it shows all the documents that are in the current dept.
    the form has the following fields:
    document no
    sent date
    assigned to
    dep_LOV
    and a check box
    if a user clicks the check box and assignes the document to another dept by cliking the LOv then the assigned to field should be populated with the new value and the sent date should be today's date(sysdate). the requirment is that once the user assignes the documnet to certain depts (for example sales dept) the assigned to field and the sent date should show up in the form for one week and the user should be able to see that data in the form the next time she /he logs onto the application. the one week time is to make sure the documcnt has reached the assigned dept. after one week from today's date the updated assigned_to field and the document no should not display on the form. During the one week if the user logs on to the form again that particular document and the assigned to and sent to fields shoould be grayed out and shhould not be updatable. I will greatly appreciate any suggetion as of what to do to solve this problem. it is urgent. Pleade help

    -> so you are saying that I should have a block level post_query trigger and put the where clause in it?
    No. Post-query trigger runs AFTER the query has been executed, and it runs once for each row fetched. It is for other purposes, NOT for setting a where clause.
    -> Plus i want to be able to gray out the field once populated with the sales dept.I have come up with the following code:
    Your Set_item_instance_property is almost correct. And THAT line would go into the Post-Query trigger. This is what you might use:
    <pre><font face = "Lucida Console, Courier New, Courier, Fixed" size = "1" color = "navy"> Set_item_instance_property ('docs.assigned_to',:system.trigger_record, Enabled,Property_False);</font></pre>
    Please watch your use of underscore, dashes, commas and parentheses: _ - , ( )
    The way to set your default where clause would be the following, and you should do it in the key-exeqry trigger, or someplace similar:
    <pre><font face = "Lucida Console, Courier New, Courier, Fixed" size = "1" color = "navy"> set_block_property('DOCS', default_where,
    'NVL(sent_date,sysdate) >= sysdate-7' );
    Go_block('DOCS');
    Execute_Query;</font></pre>
    I used the NVL function so your select will show rows where sent_date is null OR sent_date has a value that is within 7 days prior to the current date.
    What is the field :docs.assigned_to used for? If you want to include ONLY rows that are assigned to a particular person, then your where clause might be:
    <pre><font face = "Lucida Console, Courier New, Courier, Fixed" size = "1" color = "navy"> 'assigned_to = :ctrl.assigned_to and NVL(sent_date,sysdate) >= sysdate-7' </font></pre>
    and you should have a control block with the assigned_to field in it, where the user can enter a value before querying the DOCS block.

  • Move cloud licence to another computer for one week

    I've come away from the office with my laptop but forgotten the charger so I can't use Creative cloud on it. Is there any way I could run it from my home desktop for one week only?

    Hi,
    Yes, you can.
    On you home computer, download and install the application from creative.adobe.com website.
    On launch, it will prompt that it is already activated to 2 machines. Select the option to deactivate from already activated machines and use it on home computer.
    After a week, use the same workflow to get the application working on laptop.
    - Manish

  • Tecra S3: battery fully discharged if it's off for one week

    I´ve got a Tecra S3:
    Intel® Centrino? Mobiltechnologie Intel® Pentium® M Prozessor 760
    XP Pro/ 1024 DDR2/ 80GB/ 15.0" TFT/ DVD-Super-Multi(DL)/ Wi-Fi
    Mostly I work with ac power. Only sometimes I need the battery.
    But when I use the battery, discharge it fully.
    After that the battery is charged over night.
    When my S3 is off for one week,
    my battery is fully discharged and the S3 needs ac power.
    Is that normal?
    Why is my battery fully discharged
    if the S3 is off for only one week.

    Hi
    The fact is that battery looses the energy also if the notebook is disabled.
    Im not sure about the time and how long should it takes.
    The same thing happens on my old Satellite A50.
    I thing it depends from the battery performance and how old the battery is.

  • My iPad is trying to install an update of Pages for one week and doens't get it. Every time it begins a message " it was not possible do update now" show's up. What should I do?

    My iPad is trying to install an update of Pages for one week and doens't get it. Every time it begins a message " it was not possible do update now" shows up. What should I do? I can't lauch Pages till now.

    The best discussion of resolving the issues is found in the user tip: https://discussions.apple.com/docs/DOC-6562

  • Getting Blue Screen --I've Only Had the HP Mini 311 for One Week

    Do you have an HP Mini 311? I have had my HP Netbook for one week and I keep receiving the blue screen.  I installed Adobe Lightroom yesterday and I received it after the install.
    Is this common with HP Mini 311s? 
    Is it worth returning to Verizon or can I get it fixed by contacting HP support?

    Try removing your sim and insert it again and make sure that its clean as well as the sim tray. insert it securely locked in place. See if it works, quick fix. If not try to use a different sim or try your sim to a different h/s. For you to be able to isolate if its with your sim or iPhone. Tricky Tips!

  • Airport Express has very weak signal even to the next room

    I am wondering why my airport express has a weak signal. The signal to the next room(about 4 or 5 meters away), is so weak that you can only see one or 2 lines from the graphic at the internet connect. My base station has the last firmware from apple. Has anybody else experiencing this problem or knows what could be wrong?
    Mac mini G4 1.25, iMac G5 2.0, MacBook 2.0, iPod 20Gb, iPod nano 4Gb, iPod 30Gb   Mac OS X (10.4.7)  

    I have tried changing channels, I have tried using interference robustness but nothing seems to work. Isn't it so wierd thought that in the same room within 1 meter distance, the signal becomes from strong to weak, to zero?? The funny part also is that when i change channel for a few seconds the signal is very strong until it drops to zero. When i try another wireless device doesn't seem to have this problem but only with airport express base.

  • Very weak signal

    Hello
    I have just moved, and in last home the airport express sent a strong signal to my iBook and my G5.
    Now that I have moved (and I added the connection to my speakers) the signal is very weak (but working) on my G5 but full signal on the iBook.
    I checked Airport Admin and increased robustness also I don't think it's other items that may cause interference.
    The Express is now on the same shelf as my TV, DVD, stereo, but I don't think that should matter should it?
    Please help

    It is very possible that you may have some form of Wi-Fi interference in the immediate area that is preventing you from getting a good clean signal.
    I suggest you perform a simple site survey, using utilities like KisMAC, MacStumbler, iStumbler, or IPNetMonitorX to determine potential areas of interference...and then, try to either eliminate or significantly reduce them.

  • Smartview functions very slow - even for one cell.

    We have several Smartview functions spreadsheets that are running very slowly. I took one and removed everything except for one cell that with the hsgetvalue formula, and the cells that it links to to get the point of view. It either takes about 10-20 seconds to refresh or gives us error 12030 and does not refresh.
    Other spreadsheets seem to have no problem refreshing, even if they are quite a bit larger.
    Have any of you seen anything like this? Any ideas?

    It could be some type of network connectivity issue.
    If you install Fiddler2 (http://www.fiddler2.com/fiddler2/), you can see the actual communicatiosn from Smartview and the web server running smartview. If you get an immediate response between the request and the response, then something is probably going funny inside of Smartview on your machine. If the response to the data request from Smartview is taking a long time, then I would investigate teh server to see if there are any resource issues, etc.
    It won't immediately give you the cause; however, it will help you narrow some things down.
    Charles

  • My Airplay icon has disappeared! It was gone maybe two months and then came back for one week. Now it is gone again. How can I correct this?

    I really enjoy watching YouTube videos on my big screen TV using Airplay but Airplay just goes away for weeks or months and then comes back for a week or so. All I can think of would be to reload the OS but I can't figure how to do this. I wonder if anyone else has had a similar problem.

    Thanks but I don't think this will help. Like I said, all of my add-ons were working fine and compatible until after running a previous version of FF. I am sure they are still compatible, but they are not working at all.
    I even checked my profile folder and all of the extensions' data is all still there but FF5 is just not reading it correctly. (like adblock plus... I see the folder for it but FF5 doesn't have it on the add-on manager page when I run FF5)

  • TS1702 I have not been able to access iBooks menu for one week

    I gave not been able to access iBooks or iTunes for a week

    Is it that the apps won't start or that you cannot access the online stores?
    For app issues, take a look at this -> iOS: Troubleshooting applications purchased from the App Store
    For store connection issues, take a look at this -> Can't connect to the iTunes Store

Maybe you are looking for