Is there a way to contact Lenovo UK or their service via e-mail?

I received a brand new W530 with a broken key.
I contacted Lenovo service and it took them 20 days (!) to send me a new keyboard.
http://forums.lenovo.com/t5/W-Series-ThinkPad-Laptops/More-than-10-days-for-a-new-W530-keyboard/m-p/... 
I found the time yesterday to replace my keyboard and I realized that IT IS NOT a backlit keyboard like the one I have.
Now I will probably have to wait another month.
I am looking for an address on which I can file an official complaint about the whole issue.
The phone service is just inadequate.
Thank you.

You're not the only one with a f'd up keyboard and crappy service. Broken key on my new laptop, 7 days since i called in for a replacement, heard today that there is NO ETA for the replacement yet as there are ZERO in stock!
Really wishing I didn't buy a Lenovo now as it has spent more time broken than working...

Similar Messages

  • Is there any way to contact verizon with a detailed cell phone technical support question?

    Is there any way to contact Verizon with a detailed cell phone technical support question?  I prefer e-mail so as to provide details (like I am trying to provide here).  I have tried in-store personnel (no help at all) and the web chat - they just want to see me more data instead of helping me with my basic problem!
    I CAN NOT GET ANYONE FROM VERIZON TO GIVE ME ANY HELP NOR CAN I FIND A WAY TO FILE A COMPLAINT.  AT THIS POINT I JUST WANT TO DROP MY VERIZON ACCOUNT BUT I'M SURE THAT IT WILL COST ME A SMALL FORTUNE TO GET OUT OF IT.
    Here is my issue:
    Chat transcript removed as required by the Verizon Wireless Terms of Service
    BELOW IS A SCREEN COPY FROM REDDIT ABOUT SOMEONE WITH THE SAME PROBLEM WITH A VERIZON CELL PHONE
    So last night my RAZR MAXX HD did something totally bewildering by spontaneously downloading 2.6 GB of data over the course of ~ 3 hours. Fortunately I was able to catch this problem before it ended up being really expensive, but I still exceeded my 2 GB data plan by 600MB.
    The Culprits:
    Reddit News Free: 160 MB foreground / 0.96 GB background
    Android OS: 0 MB foreground / 1.18 GB background
    Several unnamed applications: ~ 350 MB
    Screenshots:
    The massive data spike
    Android OS data usage
    Reddit News Free data usage
    Weird unnamed processes
    Detailed timeline:
    5:12 PM: Incident begins according to VZW data usage website (2.60410 GB used). This is around the last time that I used my phone at the laundromat before getting dinner and watching Game of Thrones.
    8:04 PM: 50% of data allowance used (txt msg)
    8:31 PM: 75% of data allowance used (txt msg)
    8:58 PM: 90% of data allowance used (txt msg)
    9:13 PM: 100% of data allowance used (txt msg)
    10:05 PM: Got the text messages and immediately put the phone into airplane mode
    10:30 PM: Took screenshots
    10:45 PM: Enabled wifi, installed Kaspersky premium. Scan returned no threats.
    11:00 PM: Left phone in airplane mode, went to sleep.
    The questions:
    What was the root cause of this issue? Did Reddit News freak out as a result of an esoteric bug or was my phone hacked?
    If this was a simple Reddit News bug, then why was the Android OS also trying to use such a massive amount of background data?
    What the hell are these unnamed numeric applications? I've inspected my process history and this is the first time they have ever attempted to use data.
    I'm pretty sure that I can explain this situation to Verizon and get out of having to pay additional data usage fees, but I would like to know more about the problem before I get in touch with them.
    all 13 comments
    best 
    [–]omgmrjmako/PA, deb/Carbon 3 points 1 year ago*
    All I can think is your phone may have background downloaded an OTA update, and you'd then be prompted with something like, "As update to your Android system has been downloaded, would you like to install it now?"
    I do find it very odd that the update would be 2.6GB. As a rough base, the CyanogenMod 10.1 firmware for your device is well under 200MB, so unless Verizon has a ****-ton of bloatware in the update, or it had to attempt to download multiple times for some reason, it may be a stretch.
    But doing a little homework, it looks like the Verizon Razr Maxx was updated to 4.1 in late March. Maybe they're still rolling it out in waves? Have you gotten the update yet?
    Edit: Aaaand I just noticed you appear to be running an AOSP-based ROM, which totally rules out a carrier update being sent out.
    Edit2: If you want to live dangerously, you could try running:
    #kill -9 12289
    That 12289 is the PID listed in your screenshot. But don't run that without fulling understanding the kill command.
    The ps command could also be of use, but probably not.
    permalink
    [–]lechnito[S] 2 points 1 year ago
    I can confirm that the phone is currently at 4.1.2 and that I wasn't prompted for an OTA update.The fact that both the Android OS and Reddit News processes were simultaneously using an extremely large amount of data is unlikely to be a coincidence... 
    permalink
    parent
    [–]omgmrjmako/PA, deb/Carbon 3 points 1 year ago
    That is very curious that the spikes happened at the same time.I'm curious. It may have put at least some of that 2.6GB somewhere. You could use a data visualizer tool to see if you can find it, which may lead to more clues. 
    permalink
    parent
    [–]lechnito[S] 2 points 1 year ago
    The largest directories are:
    DCIM: Normal looking photos (90,825 KB)
    Android: Primarily map cache data (64,846 KB)
    If it was downloading content then it did not significantly save content to storage. It's not like I have anything particularly sensitive on the phone, but the idea that it was uploading a snapshot of my data definitely makes me uncomfortable.
    permalink
    parent
    [–]omgmrjmako/PA, deb/Carbon 2 points 1 year ago
    Yup, Digital Camera IMages and videos.Somewhere in /sdcard/Android would be my guess as to where a mysterious file would be downloaded, but if it's only 64MB, and mostly map data, I'd safely rule it out.I'm sorry, but I'm stumped here.Edit: I should mention I don't think this is malware, because unless a malicious app gained superuser access, any data it used would show under it's own apk in the data usage list, not Android OS. 
    permalink
    parent
    [–]mistrbrownstone 0 points 1 year ago
    DCIM: Normal looking photos (90,825 KB)
    Was it trying to auto-upload pictures or video to G+?I ******* hate that.
    permalink
    parent
    [–]lechnito[S] 1 point 1 year ago
    Although I'm not really up to speed with the Android platform, I come from a UNIX background so I feel comfortable running commands. How do I pull up a bash terminal? Do I need to root the phone first? 
    permalink
    parent
    [–]omgmrjmako/PA, deb/Carbon 2 points 1 year ago
    There's a number of terminal emulators in the Play Store that work well. You don't need a rooted phone to get to the shell as your user, but any privileged command won't execute unless you can grant it permission from the Superuser app that is installed when you root the device. So you could probably do a ps -e, but not a kill -9. 
    permalink
    parent
    [–]lechnito[S] 1 point 1 year ago
    Got it. I downloaded a terminal emulator but unfortunately those processes no longer exist.Does Android keep a generic log of system level events like /var/log/syslog? 
    permalink
    parent
    [–]omgmrjmako/PA, deb/Carbon 2 points 1 year ago
    I don't think so, and I know you'd need superuser permission to read most of the files in /var/log anyway. I'm not super familiar with how Android does its logging, but I do know that the two files of interest are the logcat and dmesg. 
    permalink
    parent
    [–]sh0nuff 1 point 1 year ago
    Want to mention here that using your settings to set your data cap (set it on your billing day), then you won't go over again.Those text messages are really unhelpful, as they send out well after the data has been used. Chances are good you hit close to the 2GB mark before you received the bulk of the messages. 
    permalink
    [–]kindofabuzz -4 points 1 year ago
    Quit installing pirated apps. 
    permalink
    [–]lechnito[S] 1 point 1 year ago
    That's definitely not the case here; both my PC and and Android phone are free from pirated apps.

    You used the data.  Verizon can not see what it was sued for.  However your phone can see whats apps used the data.  go to settings-data usage- there will be a place that says data usage cycle.  line the dates up with your cycle.  then there will be a bar graph below that   extend bother white bars one all the way to the left and one all the way to the right.  after those are extended below that will be a list of apps,  there should be one that used over 2 gb and that will show you what app used that data in her purse

  • I cannot create a catalog because everywhere I try on my computer, it comes up with cannot Lightroom cannot create a catalog on network volumes.  And is there any way to contact Adobe directly?  Would you be able to give me a phone number and/or email add

    I cannot create a catalog because everywhere I try on my computer, it comes up with cannot Lightroom cannot create a catalog on network volumes.  And is there any way to contact Adobe directly?  Would you be able to give me a phone number and/or email address?@@

    The short and direct answer to your question about catalogs on a network drive is that you can't do that. The catalog must reside on a local drive.
    Here is a link to a list of telephone numbers. Choose one that is appropriate:
    Adobe Connect Support phone numbers

  • Is there any way to contact support via email as I cannot receive phone call at the moment . Thanks

    I have forgotten my security questions and cannot purchase apps. My rescue email was entered with an error .me instead of .mw so I can't reset my account. Is there a way to contact support via email ? as I can't receive a call.
    Thanks

    http://www.apple.com/support/contact/
    would be the place to start

  • Is there a way to contact a specific person on here?

    Is there a way to contact a specific person on here?
    I am having unbelievable problems & one person is trying to help me. One way is to refer me to another's post/site.
    Is there any way that I can directly contact that person to get the "straight" of it all? I am "ignorant" of many of the names & processes required to "fix my macbook" & it is multiple problems that won't allow me to do what is on his page.
    Thank you.

    HT3275 TIME MACHINE GONE... EARLIER, OTHER OS APPS NOT THERE, DAMAGED MAC from what??
    I am new & totally going at this blindly!
    BDAqua has been trying to help me & sent me to a website by Phil Stokes, but I don't understand it... & he has his own website for help now which I signed up for, but they must APPROVE ME.
    I think that I will be able to contact the guy who wrote the "How to Un-Install MacKeeper, but my issues are bigger than that.
    I am sorry that the above is so long when you get to it, but I am having so many problems & cannot find any resolution.
    Stupidly... Ignorantly downloaded MacKeeper, which everyone says to UN-INSTALL ASAP....  but I can't seem to do that in that I have other issues & don't want to lose all of my info.
    TIme Machine just recently said, "NOT configured", so can't back up my info. I have tried everything that I know to do. It is in the top & in my Applications, but when I turn it ON, it goes to Time Capsule, which I don't have. I have 2 external HD's, MyBooks. One I use only for Time Machine. I plug it in & hear & feel it running but it does not show up on my desktop & is NOT connected to my Time Machine. When I hit "ON", it opens up an EMPTY window to set up Time Capsule, which I do NOT have... nothing listed in the window! When I close that window, Time Machine goes to "OFF" position.
    Also, get "Browse over Time Machine Disks" when I click the icon at the top---> EMPTY WINDOW!
    Another option was to go to Finder-->Applications-->Disk Utility--> and External HD should show up in the upper left hand corner under the Hard disk icons... & it DID. Changed USB cord( From 2nd MyBook that I bought for STORAGE... now NOT there??.....Just changed power cord from 2nd to 1st & it is there again.
    The first time that I did that, it was there, but all the repair/check/permission options were greyed out, so could not do anything. Now they are there, so will try to see what happens. Trying Disk Repair. Will let you know later how that turns out. (I am pretty sure, based on all my efforts over the past weeks that nothing will be fixed.
    OS Disk still showing up in the left hand corner from the other day & it has been ejected & removed, NOT there? Why would that be?
    Hope you can be of some help. I avoid my Mac for days, feeling like I am going into the "black place" again, so if I don't reply in a timely manner, know that there are reasons. I am overwhelmed with too many issues to deal with & not a sole to help me.

  • How can I contact customer service because my registration number according to Adobe cannot be upgraded; and Adobe's message to me said that I was registered for CS4; I am currently registered for CS5.  Is there no way to contact customer service via emai

    How can I contact customer service because my registration number according to Adobe cannot be upgraded; and Adobe's message to me said that I was registered for CS4; I am currently registered for CS5.  Is there no way to contact customer service via email or phone re this problem?

    Problems with registration you can contact our support team at Contact Customer Care.  Please make sure you are signed in and selecting the proper selections from the pull down.  If you continue to not be able to contact our support team then I would strongly recommend the use of a different web browser, computer, smart phone, or tablet.

  • Is there any way to contact support by email because I cannot call them by phone and Thanks

    good day all, Is there any way to contact support by email because I cannot call them by phone and Thanks.

    It may vary by location but when I click on the Get Started button in http://www.apple.com/support/contact/ I get the following on the next page.
    Get help where you are.
    Choose a product and we’ll connect you to an expert by phone, chat, email, and more.

  • Is there any way to contact apple thru email??

    Is there any way to contact apple thru email, cause im trying to log in to this depot.info.apple.com/ipod site which is not working and i need to send in my ipod to be fixed. how can i contact apple, I called them but they are no use and wont fix it.

    Hi i got my ipod video and i have insurance on it. It keeps on freezing like once every day and i cant fast forward or rewind on videos. My battery also lasts only 3 or 4 hours. Do you think they will give me a new ipod video. Also is there a way to contact them through email?

  • Is there a way to update an external dictionary for services without migrating the services

    Is there a way to update an external dictionary for services without migrating the services
    Is there a way to update a common external dictionary used by many services without migrating each and every service that uses the dictionary.  I have updated the table in the database and the external dictionary in our Development Environment. The external dictionary is used by many services. When I migrate the changed service to TEST/STAGE/PROD environments (NOTE: the table has been updated in the TEST/STAGE/PROD Databases), only the changed service is having the external dictionary updated. All other services that use the same external dictionary are NOT updated. I have the following questions
    Is it possible to migrate dictionaries so that all the services which are using that dictionary are updated?
    If the first one is not possible, Is there any other way to update the external dictionary without migrating all the services that use dictionary?

    dont think so but I could be wrong
    as it were I didn't like the build in audio so I connected some external logictech 2.1 speakers  but there
    are times when I use headset so I bought this one
    or any minijack splitter will work too so I have 2 things connected to the headset port works just fine
    http://www.belkin.com/IWCatProductPage.process?Product_Id=404634

  • I have an itunes account without credit card.How can I add a credit card to my account? Also, is there a way to buy apps without credit cards but via app store? Also, I want to download it directly to my iPad, can I do it even if i add credit card via pc

    I have an itunes account without credit card. How can I add a credit card to my account? Also, is there a way to buy apps without credit cards but via app store? Also, I want to download it directly to my iPad, can I do it even if i add credit card via pc?

    Changing Account Information
    http://support.apple.com/kb/HT1918
    Apps Store FAQ
    http://support.apple.com/kb/HT4461
    iTunes Store FAQs
    http://support.apple.com/kb/ht1689
    http://www.apple.com/support/ipad/applications/

  • Is there a way to prevent DHCP from egress per port via ACL?

    Is there a way to prevent DHCP from egress per port via ACL?
    i am running serveral SRW248G4's in a MDU enviroment. I need a way to not have dhcp from one customer to the other, however get mine through uplink port.
    Any ideas?

    i don't think that this would be possible. when you setup acl to prevent services (dhcp in your case), you would need to specify an ip or range of ip address. if computers is yet to receive an ip then it wont even communicate with the dhcp server.

  • Is there a way to see my sent files on my ipad e-mails?

    Is there a way to see my sent files on my ipad e-mails?

    If you are in the mail app, go out of your mailbox to the main screen and select your account. Then you can go into the sent

  • Is there a way to let the customer update their own credit card details for site payment?

    Is there a way to let the customer update their own credit card details for site payment?

    Only when BC tries to bill the card and can not. Admin will be locked out and when they try to go to the admin the form requesting payment appears and they can add their new details in there.

  • Is there a way to send output from a Concurrent Request via email in r12?

    We are looking for a way to send emails out from the Concurrent Request output in r12.
    Discussions internally have involved using Unix procedures/commands but we were looking for an EBS integrated solution if one is available.
    I did find document 811716.1which seems to provide a solution, but the patches and information given are for 11i (we are r12). If this functionality is available in r12, is there any further documentation we can use?
    Any assistance would be appreciated.
    Thanks.
    Kevin
    Edited by: user3065048 on Jul 21, 2009 2:52 PM

    Duplicate post.
    Is there a way to send output from a Concurrent Request via email in r12?
    Re: Is there a way to send output from a Concurrent Request via email in r12?

  • Is there any way that I can buy an itunes card via online and receive that in my E-mail?

    Is there any way that I can buy an itunes card via online and receive that in my e-mail?

    I imagine that if you travel to the UK and take out an item you may be able
    to reclaim the VAT at exit port
    You might get some pointers here
    Google search
    http://www.dccsupplies.com/shop/export_info.htm

Maybe you are looking for

  • Upgrade FCS Academic To FCS 6

    My academic serial number is not working when the new final cut studio 6 upgrade installation asks for my old serial number. I am positive I wrote it correctly, why does it say that it is invalid?

  • How can I monitor across the enterprise what the Discoverer Activity is?

    I'm told by our FM supplier that the number of Discoverer reports that are being run by users is having a detrimental impact on the general Oracle system performance. However, this is a "gut feel" and no hard facts can be produced. Is there a way of

  • Viewing new template in dreamweaver cs3 reverst to front page ??

    When i save a new template in Dreamweaver CS3 and then try to preview in IExploer it asks me "do you wnat to open or save this file? when i select either it reverst to my old MS Front Page editor

  • Comments and QTmovie

    Hello, Like most of you, publishing my site has been a nigthmare! But all pages seem to be there! 2 things : 1) When I encoded my QTmovies, I choose the option that makes the movie start as soon as enough is tranfered (was using homepage). This does

  • Need to display null values against table

    Hi All, I have one table in which I only need to display null values along with the rest of columns. for example ename sal date scott 2000 15/07/06 Michal now my query should return--- ename sal date michal hare krishna Alok