Subscription terminated early and then I repurchas...

I am haing multiple Skye problems that all started with a billing error to which I got no response. What happened is I called Australia one day and at teh end of the call Skye told me my subsciption had expired which is odd because my subscription is NOrth America only and it should have lasted well into next year. I placed a North American call and sure enough it would't go through. So then I buy a North American subscription and tthe website tells me I have two! Are these concurrent and if so how do I undo this. The other problem which cropped up immediately is that when I dial out the caller ID shows as 011-0000-0123456 even though I have a SKype number in good standing. Now here is a real strange part, Sometimes when I dial out on Skype to my cellphone it shows my Skype number 360-xxx-yyyy for one ring and then switches to another call on 011-0000-0123456. And there is yet another problem. Sometimes (most fo the time) when I call into my Skype number it rings 4 times and then rather than go to voice mail it gives a busy signal. I posted on the account issue but got no response. This is the problem with Skype. If it works great but when it doesn't tyou just through money away,

I have a strong working knowledge of telecomm and here is what I think is happening. Call setup is I believe an atomic transaction. That is nothing can happen until that state can complete so here goes. When I place a call Skype looks up my account(s). It finds my aread code 360 account first and places a call. This process can not be interrupted. The call is placed and now the other acount is returned. Skype places a second call but cannot us the first caller "ID" because it is in process so it places a second call on a made up caller ID which I see as 011-0000-0123456. What I see on my cell phone is a call coming in from 360 area code and then seconds later a second call from 011-0000-0123456. That seems to make sense although it is completely wrong.
On incoming calls Skype starts placing a call to 360 area code. While the call is in the setup state Skype tries to place a second call on the second subscription but cant use the same inward DID because it is busy hence the busy signal. What I get when I dial in is 1-4 rings (usually 4) and then a busy exactly as above.
I may be wrong but this seems to explain the call problems and dual account problem that all started at the same time. To fix this Skype would need to remove the dual subscription and then add the second on as consecutive.  There are two Skype bugs. One is that it expired my subscription early and two it is an impossible state to have two unlimited North America plans on the same account. This should not have been allowed to happen. Note that even on a landline or call phone the same call processing applies although it will never occur in practise because you cannnot place two phone calls from one number to the same number  at the same time. You cannot have two inward calls on the same physical line or cell phone to the same DID at the same time.
Maybe a VOIP expert or Skype can respond.

Similar Messages

  • Systemd: some services starting too early and then failing

    Hello everyone,
    I freshly installed Arch on this new laptop (Asus Zenbook Prime UX32VD) and from the start, I wanted to have a pure systemd setup. I'm using services only and I've uninstalled initscripts and so far it's working relatively well.
    However, some services seem to start too early by default and the workarounds are unsatisfactory.
    Problem 1: asus-screen-brightness and asus-kbd-backlight
    On this lap top, the stock screen brightness buttons do not work (yet). A script and a service file (which are both available via the asus-screen-brightness AUR package) have to be used to allow users to change the brightness via the script. The problem is, with that service enabled, it only succeeds sometimes. About have of the time booting the laptop it fails, most likely because the necessary nodes in /sys/ do not exist yet. Restarting the service manually after booting does the trick:
    [root@tachychineta shapeshifter]# sc status asus-screen-brightness
    asus-screen-brightness.service - Allow user access to screen brightness
    Loaded: loaded (/etc/systemd/system/asus-screen-brightness.service; enabled)
    Active: active (exited) since Fri, 12 Oct 2012 11:23:44 +0200; 1min 1s ago
    Process: 320 ExecStart=/usr/bin/asus-screen-brightness allowusers (code=exited, status=0/SUCCESS)
    CGroup: name=systemd:/system/asus-screen-brightness.service
    Oct 12 11:23:44 tachychineta systemd[1]: Starting Allow user access to screen brightness...
    Oct 12 11:23:44 tachychineta sudo[349]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/chmod g+w /sys/class/backlight/intel_backlight/brightness
    Oct 12 11:23:44 tachychineta sudo[349]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: cat: /sys/class/backlight/intel_backlight/max_brightness: No such file or directory
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: /usr/bin/asus-screen-brightness: line 8: /10: syntax error: operand expected (error token is "/10")
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: /usr/bin/asus-screen-brightness: line 10: 2*: syntax error: operand expected (error token is "*")
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: cat: /sys/class/backlight/intel_backlight/brightness: No such file or directory
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: chgrp: cannot access ‘/sys/class/backlight/intel_backlight/brightness’: No such file or directory
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: chmod: cannot access ‘/sys/class/backlight/intel_backlight/brightness’: No such file or directory
    Oct 12 11:23:44 tachychineta systemd[1]: Started Allow user access to screen brightness.
    [root@tachychineta shapeshifter]# sc restart asus-screen-brightness
    [root@tachychineta shapeshifter]# sc status asus-screen-brightness
    asus-screen-brightness.service - Allow user access to screen brightness
    Loaded: loaded (/etc/systemd/system/asus-screen-brightness.service; enabled)
    Active: active (exited) since Fri, 12 Oct 2012 11:25:28 +0200; 2s ago
    Process: 2547 ExecStop=/usr/bin/asus-screen-brightness disallowusers (code=exited, status=0/SUCCESS)
    Process: 2579 ExecStart=/usr/bin/asus-screen-brightness allowusers (code=exited, status=0/SUCCESS)
    CGroup: name=systemd:/system/asus-screen-brightness.service
    Oct 12 11:25:28 tachychineta systemd[1]: Starting Allow user access to screen brightness...
    Oct 12 11:25:28 tachychineta sudo[2593]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/chgrp users /sys/class/backlight/intel_backlight/brightness
    Oct 12 11:25:28 tachychineta sudo[2593]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Oct 12 11:25:28 tachychineta sudo[2597]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/chmod g+w /sys/class/backlight/intel_backlight/brightness
    Oct 12 11:25:28 tachychineta sudo[2597]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Oct 12 11:25:28 tachychineta systemd[1]: Started Allow user access to screen brightness.
    Exactly the same problem occurs with asus-kbd-backlight.service which is needed to allow users to control the keyboard backlight. It also fails because of missing /sys/ entries if started too early.
    Problem 2: automatic login & X11
    I use the method described on the wiki to autologin into TTY1 with my user and my .bash_profile contains
    [[ $(fgconsole) = 1 ]] && startx
    and my .xserverrc is configured as explained in this fantastically useful article by falconindy.
    This way, X starts automatically and my session is properly authenticated for things like udiskie. I'm not using [testing] but instead rebuilt polkit with --enable-systemd and it's working just fine. The problem is, just like in problem 1, Xorg fails to start every now and then, failing with
    (EE) No devices detected.
    I don't have a full log because it hasn't happened in a while, but I'm very certain it's because the chipset isn't ready, yet.
    Solutions?
    I added "i915" to /etc/modules-load.d/static.conf hoping that would cover both the Xorg and backlight problems but it doesn't help. I then tried adding i915 to my MODULES in mkinitcpio.conf and rebuilding the initramfs and at least it looked like that way the problems went away but it added about 4 seconds to the time spent by the "kernel" during boot which is quite unacceptable. (Plots with and without i915 in MODULES).
    I read the systemd.unit and systemd.service man pages but I can't find a way to speficy required kernel modules for a service file. I'm not sure if specifying the modules in /etc/modules-load.d shouldn't be enough (because apparently it's supposed to load for sysinit.target, which is early) but apparently it isn't.
    Any ideas how I can get these services to work properly without sacrificing too much boot time?
    Thank you
    Last edited by Shapeshifter (2012-10-12 10:20:09)

    Please fill a bug report.

  • I tried to open a menu earlier and then pages quit. now it opens but quits right away. How can i fix it?

    it just wont stay open, how can i open it?

    Apparently you have a beta version of Pages '11, yet to be released.
    Peter

  • Paying termination fee and upgrading phone

    My wife has an old nondata phone with a contract expiring in a few months and is willing to pay the termination fee and enter into a new 2-year contract on an IPhone 5s.  Two questions.
    1.  The manager of the Verizon store looked on his computer and insisted the termination fee would be $175.  I think it should be $175 minus $5 for each completed month of the contract, which is much less.  I know from the web site that this is the rule for a "post pay" contract, but I'm not sure what that means.  The contract is a normal two year unlimited calling contract with each month's fee paid in advance.  When I questioned the $175 termination fee, the manager said that this was what his computer said and he was not willing to discuss the issue.  Who is right?
    2.  Aside from the termination fee, when we told the manager we wanted to terminate the old contract and enter into a new one on a new phone, the manager started muttering something about how this could be prohibited "churning".  He couldn't explain what that meant, especially after I pointed out that we could just pay the termination fee and then go over to AT&T and enter into a new contract with them.  This is not desirable because we would lose the benefits of our share everything plan.  Is there a rule against terminating and upgrading in this way?  The web site does not let you do it online.

        Hey there michael1000,
    The iPhone 5s is a great phone so I absolutely understand your eagerness to get your hands on one.
    When you upgrade at the discounted pricing you are agreeing to a new two year agreement. If you disconnect before the agreement end date you are billed a early termination fee. The Early Termination Fee for a basic phone starts at $175 and decreases $5 for each month completed. The Early Termination Fee for a smartphone starts at $350 and decreases $10 for each month completed.
    We wouldn't want you to disconnect your line, lose your number and have to start all over. Let's take a look at available options to make this as easy as possible.
    When is your wife's upgrade date exactly? Dial #UPG from her cellphone to find out.
    NicholasB_VZW
    Follow us on Twitter @VZWSupport

  • HT204088 I was charged for a one year subscription just seconds after i agreed to purchase a 6 month subscription to Grindr and you can see they overlap please cancel  the order for the one year subscription.

    Tony I was charged twice for a product. I authorized one purchase for a 6 month subscription to Grindr and then I was also charged for a 1 year subscription please remove the one year subscription and refund my card... My bank said to go through apple to get the refund or it would be fraud and we would have to go through a long process. please help me out over 60$ is a lot of money for anyone ...
    thanks
    Anthony MAxcy
    <Email Edited by Host>

    We are fellow users here on these forums, you're not talking to iTunes Support - I've asked the hosts to remove your email address from your post's title (it's not a good idea to post personal info).
    You can try the 'report a problem' page to contact iTunes Support (I'm not sure if app subscriptions show on there): 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

  • I am going bloody mad as three times now I have reloaded my iphone 4 with 30 gigs of music and when I even try and add a new album, it goes into massive sync mode and then looses the lot! I retore to earlier that day and practically nothing.

    I have now 3 times added nearly 30 gigs of music onto this **** Iphone 4, then when it decides by itself to sync it goes into a massive re-sync then looses the lot. I restore it and in iTunes It shows that the music is on my phone, but nothing works and then it reverts to about 60megs of music and the **** lot has gone again. I am really getting upset that I can spend 12 hours adding the music back on only for it all to disappear in 12 seconds and wont come back again. I have manage music and videos ticked and all the music is ticked in my library, I have tried un-ticking and re-ticking but it simply does not work. please can anyone help as I am at the point of binning Apple for Samsung as its happening to lots of people I know with nothing coming from Apple on why?
    Thanks
    Steve

    You have fallen for the great Verizon Wireless Lie, most customers don't use over 2Gb and its a better plan, and unlimited is unsustainable yada yada yada.
    However your choices were getting new devices for cheap so if you paid full price for your device at $700 each, you would have kept unlimited and paid no $30 upgrade fee. Per line.
    Now add up the additional cost of that data usage and it is way over the cost of what paying full price would have cost you.
    and being in a contract with an early termination fee it all adds up.
    Verizon claims unlimited data is unsustainable, but you can see its sustainable only when you get charged mucho bucks in $10-$15 overages per GB.
    Good Luck

  • Verizon FiOS Early Termination Fee and Very Poor Customer Service

    I posted this as a reply to an earlier thread... but think it deserves a little more attention....  please read.  Thank you.
    Re: Verizon FiOS Early Termination Fee -- Salesman AND Manager lied
    ‎08-09-201402:03 PM
    This is one organization that I will never do business with agan. You live and learn these days!!  They are insisting on charging me the early termination fee of $110.00 even though Verizon DOES NOT offer service in the area I am moving to this August.  My conversation with them today started like this:........ I asked if they had service at my new residential address. They indicating they did not and then I was immediately transferred  to their "disconnect" department.   In this "disconnect" department.....  I was told I would have to pay that termination fee anyway regardless of the fact that Verizon does not offer service in that area.  This was stated per someone named "Jay" representing Verizon....  This Jay  would NOT even consider waiving the termination fee at all...  so I asked to speak with his supervisor and got some complete jackass named Freddy who also  tells me I must take the HD Set Top boxes to a "corporate" UPS location and that they will not waive my termination fee just because??   So I asked for his last name... which he did not give me... but did give what he said was his employee ID number.  ( who really knows if that was a legitimate ID number anyway)  So why is it that  they would not  be willing to waive the fee??  For me ...it  is simple to explain..... Because I complained about  it.... that is why!!   Verizon is very wrong here and this "Freddy" character should be immediately fired.  The company's customer service  does need an immediate overhaul....  and this Freddy  guy is playing with the good name of what once was a very reputable company.   However... now.... because Verizon  have no legimate process for immediate or quick complaint resolutions,  they are  quickly becoming a company that many people do not want to do business with anymore.  I had a similar experience with  Verizon Wireless as well;  when I cancelled their service earlier this year..... It is not that the fee that bugs me so much.... even though it makes little sense......It is Verizon's lack of professional customer service and the questionable ethics of many of this company's representatives that has left such a distaste that I will never do business with them anymore.  Just my 2 cents... for what it might be worth.

    I have also had horrible service with Verizon customer service and their ETF.  I moved to a new area that Verizon fios does not cover.  When I moved into the new house a few weeks ago, I attempted to cancel their service, but I was told I had to keep it until my phone number was ported to Charter.  I called Verizon to cancel my internet/Fios TV only and they said it would be taken care of.  
    Charter sent a request to them on 11/24/14 to port my phone number and Verizon denied the request a week later.  I initially thought it was Charter messing up the port but come to find out, it was Verizon.  I called Verizon on 12/08/14 and I was told they denied the port due to an "outstanding" bill.  Well that bill was for the month in advance, which doesn't make sense because I had already canceled the service.  So they were charging me for the phone, internet, and TV at an empty house.  Verizon made me pay the bill so I could get my phone number ported. I paid the fee and they said the the number  was ready to be ported.  On 12/10/14 I received a call from Charter saying Verizon denied the port AGAIN!!!.  So I called Verizon and according to them, Charter never requested the number.  That doesn't make sense because I’m sure Charter is doing everything they can because they aren't being paid until that number gets ported over.
    I asked the Verizon agents to give me something in writing so I could put it back on Charter but they refused to do so.  (Charter gave me written proof documenting Verizon denying the port, so I know Verizon was lying.)  So after dealing with Verizon and their laziness I canceled my phone number, which will cause me a lot of heartache in the future.  The agent then asked if I was canceling the FIOS TV and Internet.  I told him it should have already been canceled, but it wasn't.  So they said it will cancel today after they already took my money for the month.  
    I asked to speak to a supervisor and they agent said, "Why, she wont be able to do anything."  I asked him again and he finally agreed to transfer me over.  After a 10 minute wait a lady named Karyn I believe, answered the phone.  I explained to her how my phone number was not being ported and she said "We don’t block a port, Charter must have messed it up.”  I asked her for written documentation and she refused to provide me with anything.  I explained to her the reason why I had to move into a new house, due to work and my safety and she said, “Well if your military I could help you but I’m sorry I cant.”  She said the only way to get out of paying for the ETF, is if I was deployed over seas fighting a war.  Then she said if someone were to die, she could waive the fee...thats ridiculous.  
    I asked her if I was going to have to pay for the past few weeks of my service, even though I tried to cancel it and they held up my order and she said, “Ill credit you $11.00.”  Thats nothing when my bill is $150.00 a month.  She did nothing to help even though Verizon dropped the ball on this.  Over all I am very disgusted with the employees and supervision with Verizon and I will most likely never to business with them again, unless they admit their mistakes and make it right.  I have given them thousands of dollars and hours of my time and this is how they repay you.  Oh and by the way, they want me to drive down to the UPS store and return their boxes for them.  So they can inconvenience me further. 

  • I bought Lightroom 5 but then realized I need an earlier version or something to actually run it. I'd like to return it and then just get the monthly membership.

    Hey! I bought Lightroom 5 but then realized I need another version to actually use it. So I want to return it and then just get a monthly Lightroom membership.

    By “monthly membership” do you mean access to these forums, or paying $10/month for access to PS+LR, the Photography Plan?
    If the latter, realize that you cannot get an earlier version of LR than 5 with the monthly plan, because LR4 had no ability to check to see if it is licensed via a subscription.  This capability started with LR 5.
    If you mean you need to buy LR4 or upgrade your computer to OS X 10.7+ or Windows7+, then your only option with your current computer is to buy the obsolete LR4 on somewhere like Amazon, and make sure it is the full version not the upgrade version.

  • 15" i7 Macbook Pro from early 2011.takes the mac laptop two or three tries to boot successfully. It would turn on, show gray screen, shut down, turn on again, show gray screen, shutdown, and then turn on, show gray screen, before it can finally get

    Hello All,
    I have a 15" i7 Macbook Pro from early 2011. The past few weeks, it has been getting increasingly difficult to get on my computer. It takes the mac laptop two or three tries to boot successfully. It would turn on, show gray screen, shut down, turn on again, show gray screen, shutdown, and then turn on, show gray screen, before it can finally get to the dark gray log-in screen. Even when I finally get logged in to start working, thinking it would be okay now, it shuts down randomly.
    I've ruled out the possibility of a software problem because I've just done a clean re-install of Mac OS X Mavericks on my computer just yesterday.
    I did upgrade the RAM recently, about a month and a half ago, from 4GB to 16GB, I went to the apple store four days after that upgrade to have them do a hardware test, and clean the inside of my laptop, which helped with previous heat issues. When they did the hardware test, the hardware was all registered as fine from their system.
    I've tried resetting the SMC, PRAM, and doing the internet recovery hardware test, but to no avail. I thought I could at least find out what parts needed to be replaced from the hardware test but it seems that when the hardware test is almost finished, the computer just shuts down, So I am unable to see the results.
    My computer is also having battery issues, under battery condition, it says "replace now," parts have been ordered, waiting for arrival. But if the battery health is low, it should still boot up fine, it would just hold a significantly less charge.
    Could this be a hard drive issue?
    Has anyone had similar symptoms and how was it resolved?
    Does anyone know what I can do to alleviate this issue?
    I haven't had time to take it to Apple because I'm currently taking a 21 credit semester academically. I'm an art and design student so my computer is basically the bane of my existence. Help! Any constructive advice is welcomed!
    Thank you so much for your input!
    -Christina C.

    Problem description:
    The Hard Disk is failing.
    EtreCheck version: 2.0.11 (98)
    Report generated November 4, 2014 at 7:59:28 AM EST
    Hardware Information: ℹ️
      MacBook Pro (15-inch, Early 2011) (Verified)
      MacBook Pro - model: MacBookPro8,2
      1 2.2 GHz Intel Core i7 CPU: 4-core
      16 GB RAM Upgradeable
      BANK 0/DIMM0
      8 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      8 GB DDR3 1600 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 512 MB
      Color LCD 1440 x 900
      AMD Radeon HD 6750M - VRAM: 1024 MB
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 0:3:43
    Disk Information: ℹ️
      TOSHIBA MK7559GSXF disk0 : (750.16 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      HDV4 (disk0s2) /  [Startup]: 749.30 GB (712.10 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/Avast/components/fileshield/unsigned
      [loaded] com.avast.AvastFileShield (2.1.0 - SDK 10.9) Support
      /Library/Application Support/Avast/components/proxy/unsigned
      [loaded] com.avast.PacketForwarder (1.4 - SDK 10.9) Support
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.avast.userinit.plist Support
    Launch Daemons: ℹ️
      [invalid?] com.adobe.SwitchBoard.plist Support
      [loaded] com.avast.init.plist Support
      [loaded] com.avast.uninstall.plist Support
      [loaded] com.avast.update.plist Support
      [invalid?] com.perion.searchprotectd.plist Support
    User Launch Agents: ℹ️
      [invalid?] com.avast.home.userinit.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [invalid?] com.jdibackup.ZipCloud.autostart.plist Support
    User Login Items: ℹ️
      None
    Internet Plug-ins: ℹ️
      AdobePDFViewer: Version: 10.1.1 Support
      QuickTime Plugin: Version: 7.7.3
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
      Default Browser: Version: 537 - SDK 10.9
    User Internet Plug-ins: ℹ️
      TroviNPAPIPlugin: Version: 1.0 - SDK 10.9 Support
      Google Earth Web Plug-in: Version: Unknown
    Safari Extensions: ℹ️
      Avast Online Security
      Trovi Search for Safari
    3rd Party Preference Panes: ℹ️
      None
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          16% mds
          7% WindowServer
          1% loginwindow
          1% fontd
          1% com.avast.daemon
    Top Processes by Memory: ℹ️
      120 MB com.avast.daemon
      86 MB Google Chrome
      52 MB Finder
      52 MB WindowServer
      41 MB Google Chrome Helper
    Virtual Memory Information: ℹ️
      13.45 GB Free RAM
      1.34 GB Active RAM
      944 MB Inactive RAM
      1.43 GB Wired RAM
      1.11 GB Page-ins
      0 B Page-outs

  • I already have installed Ai, Lr an Id, but when I try to use it the software says that the Proof period is over, and then ask me for a Serial Number of 6 digits. otherwise It offers to me to purchase a new subscription. BUT I ALREADY PAY 2 MONTH of THIS P

    I already have installed Ai, Lr an Id, but when I try to use it the software says that the Proof period is over, and then ask me for a Serial Number of 6 digits.
    otherwise It offers to me to purchase a new subscription. BUT I ALREADY PAY 2 MONTH of THIS PLAN!!!!!! 
    I want to USE the products….CAN YOU HELP ME????
    regards,
    Leticia
    There aren´t an email, a phone number, a chat or a place to find helpful. I live in Argentina, where I can find a solve to my problem?

    Does your Cloud subscription properly show on your account page?
    If you have more than one email, are you sure you are using the correct Adobe ID?
    https://www.adobe.com/account.html for subscriptions on your Adobe page
    If yes
    Some general information for a Cloud subscription
    Cloud programs do not use serial numbers... you log in to your paid Cloud account to download & install & activate... you MAY need to log out of the Cloud and restart your computer and log back in to the Cloud for things to work
    Log out of your Cloud account... Restart your computer... Log in to your paid Cloud account
    -Sign in help http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html
    -http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html
    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html
    -http://helpx.adobe.com/creative-suite/kb/trial--1-launch.html
    -ID help https://helpx.adobe.com/contact.html?step=ZNA_id-signing_stillNeedHelp
    -http://helpx.adobe.com/creative-cloud/kb/license-this-software.html
    If no
    This is an open forum, not Adobe support... you need Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"
    If you really want to cancel, You need Adobe support to cancel a subscription
    -start here https://forums.adobe.com/thread/1703848
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html
    --and two links which may provide more details, if the above links don't help you
    -http://helpx.adobe.com/x-productkb/policy-pricing/return-cancel-or-change-order.html
    -http://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

  • Hi.  My new computer had Acrobat on it.  Suddenly, I was unable to open any PDF's.  and then I tried to update and was forwarded to the Adobe site that said I had to buy a monthly subscription.  I do not have the physical box with a serial number and was

    Hi.  My new computer had Acrobat on it.  Suddenly, I was unable to open any PDF's.  and then I tried to update and was forwarded to the Adobe site that said I had to buy a monthly subscription.  I do not have the physical box with a serial number and was going to buy the one advertised on the website until I discovered it's only for students and teachers, which I am not.  What should I do next as I need to use PDFs on a daily basis.  Thanks!  I would like to be able to download this and pay online.  Possible? I currently have Adobe Acrobat XI Pro.  I have a Windows 7 system.  Please help!

    As long as you know your serial number you can download PSE from here:
    Download Photoshop Elements products | 11, 10
    If you don't know your serial number:
    Find your serial number quickly

  • I deleted my bootcamp via DU and then deleted the hard drive by using the terminal. My BOOTCAMP is still there and now my fusion drive is separated from the SSD portion and I have no idea how to fix it.

    First off I have a 3tb fusion drive.
    I created a 200gb bootcamp, I tried deleting the bootcamp because I thought I messed it up and googled how to delete a mac partition which told me to use Disk Utility, did that and then erased it and somehow it got locked and wouldn't let me do anything to any partition on my hard drive (everything was greyed out)
    After looking up and googling for hours I found a post saying the only way to fix it would be to go into CMD+R and go into the terminal window and type out disklist and then find the first UUID number and do something along the lines of disklist delete (UUID) i forget the exact formula. I did this, and then I had 3 separate untitled hard drives.
    One in the size of 1.9gb on in 800gb and one in 121.3gb (which is the SSD), I put my time machine backup onto the 1.9gb untitled and now my computer is booting slowly (because it's no longer running off of the SSD and the original bootcamp is still there.
    To be honest I am absolutely confused on what else to do!
    Is there anyway I can fix this?

    How do I go about deleting and then re-adding the hard drives? Completely lost on how to make it back to being a 3gb fusion drive.
    Thank you for all your help, I honestly really appreciate it.
    I followed your instructions and got the following
    diskutil list:
    -bash-3.2# diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *121.3 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            120.5 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *3.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         1.9 TB     disk1s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk1s3
       4:          Apple_CoreStorage                         251.9 GB   disk1s4
       5:                 Apple_Boot Boot OS X               134.2 MB   disk1s5
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     Apple_partition_scheme                        *1.3 GB     disk2
       1:        Apple_partition_map                         30.7 KB    disk2s1
       2:                  Apple_HFS OS X Base System        1.3 GB     disk2s2
    /dev/disk3
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Untitled               *1.9 TB     disk3
                                     Logical Volume on disk1s2
                                     FD9357F1-1A71-44A0-A01E-41C84F1C8047
                                     Unencrypted
    /dev/disk4
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Untitled               *251.5 GB   disk4
                                     Logical Volume on disk1s4
                                     31B60F49-6981-47A3-9815-6396AD3A9BD6
                                     Unencrypted
    /dev/disk5
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                            untitled               *5.2 MB     disk5
    /dev/disk6
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                            untitled               *524.3 KB   disk6
    /dev/disk7
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                            untitled               *524.3 KB   disk7
    /dev/disk8
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                            untitled               *524.3 KB   disk8
    /dev/disk9
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                            untitled               *524.3 KB   disk9
    /dev/disk10
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                            untitled               *524.3 KB   disk10
    /dev/disk11
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                            untitled               *6.3 MB     disk11
    /dev/disk12
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                            untitled               *2.1 MB     disk12
    /dev/disk13
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                            untitled               *1.0 MB     disk13
    /dev/disk14
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                            untitled               *524.3 KB   disk14
    /dev/disk15
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                            untitled               *524.3 KB   disk15
    /dev/disk16
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                            untitled               *1.0 MB     disk16
    /dev/disk17
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *319.4 GB   disk17
       1:                        EFI EFI                     209.7 MB   disk17s1
       2:                  Apple_HFS IMAC TMB                319.0 GB   disk17s2
    /dev/disk18
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                            untitled               *6.3 MB     disk18
    /dev/disk19
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:        CD_partition_scheme                        *804.4 MB   disk19
       1:     Apple_partition_scheme                         700.4 MB   disk19s0
       2:        Apple_partition_map                         32.3 KB    disk19s0s1
       3:                  Apple_HFS WD SmartWare            237.5 MB   disk19s0s2
    -bash-3.2#
    diskutil cs list
    -bash-3.2# diskutil cs list
    CoreStorage logical volume groups (2 found)
    |
    +-- Logical Volume Group 687E889E-B4A1-4F20-8B36-43D7A3701076
    |   =========================================================
    |   Name:         Untitled
    |   Status:       Online
    |   Size:         1946162462720 B (1.9 TB)
    |   Free Space:   5402624 B (5.4 MB)
    |   |
    |   +-< Physical Volume 7BCD8D9C-AEB2-4D48-B248-257EFC7EA922
    |   |   ----------------------------------------------------
    |   |   Index:    0
    |   |   Disk:     disk1s2
    |   |   Status:   Online
    |   |   Size:     1946162462720 B (1.9 TB)
    |   |
    |   +-> Logical Volume Family 3A8A9627-5963-49BA-8E2F-96DC7A1B033D
    |       ----------------------------------------------------------
    |       Encryption Status:       Unlocked
    |       Encryption Type:         None
    |       Conversion Status:       NoConversion
    |       Conversion Direction:    -none-
    |       Has Encrypted Extents:   No
    |       Fully Secure:            No
    |       Passphrase Required:     No
    |       |
    |       +-> Logical Volume FD9357F1-1A71-44A0-A01E-41C84F1C8047
    |           ---------------------------------------------------
    |           Disk:                  disk3
    |           Status:                Online
    |           Size (Total):          1945804734464 B (1.9 TB)
    |           Conversion Progress:   -none-
    |           Revertible:            No
    |           LV Name:               Untitled
    |           Volume Name:           Untitled
    |           Content Hint:          Apple_HFS
    |
    +-- Logical Volume Group 98213AE6-9EA8-4FB7-8B72-8E08BFBFD82C
        =========================================================
        Name:         Untitled
        Status:       Online
        Size:         251864797184 B (251.9 GB)
        Free Space:   5226496 B (5.2 MB)
        |
        +-< Physical Volume 20CEF763-635D-4A0D-A107-40E8FB161D06
        |   ----------------------------------------------------
        |   Index:    0
        |   Disk:     disk1s4
        |   Status:   Online
        |   Size:     251864797184 B (251.9 GB)
        |
        +-> Logical Volume Family 2D3173B3-5B04-47E6-B331-49D1BA58E9F2
            Encryption Status:       Unlocked
            Encryption Type:         None
            Conversion Status:       NoConversion
            Conversion Direction:    -none-
            Has Encrypted Extents:   No
            Fully Secure:            No
            Passphrase Required:     No
            |
            +-> Logical Volume 31B60F49-6981-47A3-9815-6396AD3A9BD6
                Disk:                  disk4
                Status:                Online
                Size (Total):          251507245056 B (251.5 GB)
                Conversion Progress:   -none-
                Revertible:            No
                LV Name:               Untitled
                Volume Name:           Untitled
                Content Hint:          Apple_HFS
    -bash-3.2#
    Disk0
    -bash-3.2# gpt -vv -r show /dev/disk0
    gpt show: /dev/disk0: mediasize=121332826112; sectorsize=512; blocks=236978176
    gpt show: /dev/disk0: PMBR at sector 0
    gpt show: /dev/disk0: Pri GPT at sector 1
    gpt show: /dev/disk0: Sec GPT at sector 236978175
          start       size  index  contents
              0          1         PMBR
              1          1         Pri GPT header
              2         32         Pri GPT table
             34          6        
             40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  235298960      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
      235708600    1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      236978136          7        
      236978143         32         Sec GPT table
      236978175          1         Sec GPT header
    -bash-3.2#
    Disk1
    -bash-3.2# gpt -vv -r show /dev/disk1
    gpt show: /dev/disk1: mediasize=3000592982016; sectorsize=512; blocks=5860533168
    gpt show: /dev/disk1: PMBR at sector 0
    gpt show: /dev/disk1: Pri GPT at sector 1
    gpt show: /dev/disk1: Sec GPT at sector 5860533167
           start        size  index  contents
               0           1         PMBR
               1           1         Pri GPT header
               2          32         Pri GPT table
              34           6        
              40      409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
          409640  3801098560      2  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
      3801508200     1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      3802777736        1912        
      3802779648   491923432      4  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
      4294703080      262144      5  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      4294965224  1565567911        
      5860533135          32         Sec GPT table
      5860533167           1         Sec GPT header
    -bash-3.2#

  • I bought Macbook Air early 2014. Ever since i bought it to turn it on after a long ie. 5hr - 6hr i have to first charge it for at least 15 mins and sometimes it wont turn on for 3hr - 4hr and then it will turn on regardless of the battery charged.

    I bought Macbook Air early 2014. Ever since i bought it to turn it on after a long ie. 5hr - 6hr i have to first charge it for at least 15 mins and sometimes it wont turn on for 3hr - 4hr and then it will turn on regardless of the battery charged. If i had put it on sleep even then it wont turn on it will work as usual as it is suppose to do. I went to icare twice and they game me the device back after 1-2 weeks saying it is now not giving any issue but when i will used it next morning again same thing happened. It's like i can never go out anywhere with the laptop outside as i have to first charge it and then turn it on. Icare wont replace my device they only say if there is any issue with the hardware we will replace that hardware but i think it is useless because they don't know what the issue is. Can someone help me out what to do now ? It's been to iCare ever since i bought it now i don't want them to again do the same thing.

    Hi ..
    Follow the instructions for resetting the SMC >  Intel-based Macs: Resetting the System Management Controller (SMC) - Apple Support

  • Hi, the problem of deleting files / videos seeds desktop to go into Terminal and then sudo rm-rf ~ /. Trash Pohangina the answers I've had e of someone in her forum but when I write procedures line in Terminal as the Krever my password and it can not writ

    Hi, the problem of deleting files / videos seeds desktop to go into Terminal and then sudo rm-rf ~ /. Trash Pohangina the answers I've had e of someone in her forum but when I write procedures line in Terminal as the Krever my password and it can not write anything there, I write but nothing comes and my problem is not löst.När I want to delete the movie / video image Frin desktop still arrive Finder wants to make changes.Type your password to allow this. But even that I type my password file / video is left I need help in an easier way or another set-even those on the terminal that I can not type my password to solve the problem Regards Toni

    If you want to preserve the data on the boot drive, you must try to back up now, before you do anything else.
    There are several ways to back up a Mac that isn't fully working. You need an external hard drive to hold the backup data.
    1. Boot from the Recovery partition or from a local Time Machine backup volume (option key at startup.) Launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.”
    2. 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.
    3. 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.

  • I need to cancel my monthly subscription, i have tried to cancel a few days before but not succeed and then auto-renew my subscription. I almost want to delete my adobe account. I need to cancel my monthly subscription, who can help me?

    I need to cancel my monthly subscription, i have tried to cancel a few days before but not succeed and then auto-renew my subscription. I almost want to delete my adobe account. I need to cancel my monthly subscription, who can help me?

    Cancel the Cloud http://forums.adobe.com/thread/1439535?tstart=0 may help
    or
    Adobe contact information - http://helpx.adobe.com/contact.html

Maybe you are looking for

  • Reg: Printing multiple lines of line item in a smartform?

    Hi Experts, I have a query regarding printing multliple line items in a smartform. In this form i dont have control on the font size because the client is using some generic type format to print the data in EPSON LQ 590. Here this generic type driver

  • Takes a long time to Generate a PDF from Frame 9. Why?

    It takes approximately 1 hour to generate a PDF from a 200 page Frame 9 doc (PDF file size Standard). There are lots of xrefs in the doc (more than 1500) but taking one hour to generate a PDF seems unusual. I remember the Frame 5 days when it took on

  • Videosfrezeup as do screens on Mafia wars plyed on facebook and i get a spinning disc

    When viewing videos on You Tube video stops and starts, when frozenI get a spinning disc. When playing Mafa Wars things will be going well then things get real slow when switching to a new screen of play, it starts taking longer and longer, then the

  • Labview Driver for AWG2021

    I've downloaded the CVI/Labwindows driver for the Tektronix AWG2021 and tried to import it into LabView with Tools->Instrumentation->Import CVI Instrument Driver.  The VIs are all created fine but don't work because the library file tkwg20xx_32.dll i

  • How do I rip CDs on windows 8

    Just bought a Pavilion touch screen & don't know how to rip CDs to library This question was solved. View Solution.