Can you use sync on multiple computers at the same time? ie have someone else logged into your firefox account for you whilst you are also logged in

I am trying to sign up to something but there is only a short window so was going to ask a friend to sign in at the same time using my account to try to sign up (with my password being saved into my firefox account)

Hi. Yes, you can use Sync on multiple devices at the same time. I use it to keep my bookmarks in sync across my desktop and Android versions of Firefox.

Similar Messages

  • One again, "can I use CC on two computers at the same time?" - in practice.

    I know this has been asked before and all those threads are locked. Many asked the question, but I haven't found a satisfying answer yet.
    Can I multi task with CC?
    I want to have my laptop next to my desktop. And while I render, export or whatever my newly shot documentary on the laptop I want to work with a music video project on my desktop. Then when the render is finished I render the music video and go back to the laptop and continue on the documentary. Or maybe I just work 5 minutes on the desktop music video, then come up with something brilliant for the project on the laptop and switch. Back and forth. Will that kind of activity result in any kind of limitation, usage-wise?
    So, working on Premiere on my two computers at the same time.. is it possible? Technically? I know the EULA says "only one person". But will it let one person mutli task?
    I need to know this before I buy. sorry for asking this again, please bless me with a clear answer

    Hi Jimmy Crim,
    Yes in case of Creative cloud subscription you are allowed to install and use the cc apps in any two machines.
    Even if you want you care allowed to use these apps together in both the machines.
    Thanks
    Kapil

  • If you buy a film from itunes, can you watch it on multiple iPads at the same time?

    if you buy a film from itunes, can you watch it on multiple iPads at the same time?

    SerZak is correct. There is a ten device limit. Yoy would still have to be signed into the correct ID in order to sync the Movie, even if you do not use Automatic Downloads, so the 10 device limit would still apply.
    Your Apple ID can have up to 10 devices and computers (combined) associated with it. Each computer must also beauthorized using the same Apple ID. Once a device or computer is associated with your Apple ID, you cannot associate that device or computer with another Apple ID for 90 days. You can view which devices or computers are currently associated, remove unused devices or computers, and see how long before they can be associated with a different Apple ID from the Account Information page in iTunes on your computer:
    http://support.apple.com/kb/ht4627

  • Can you use two duetts on logic at the same time

    can you use two duetts on logic at the same time so i can have inserts

    tracktor wrote:
    can you use two duetts on logic at the same time so i can have inserts
    Before going ahead on this you should definitely check with Apogee as I think they do not recommend using their interface(s) in an Aggregate device.
    Maybe that's changed.. not sure.
    pancenter-

  • How can I get rid of multiple pictures at the same time?

    how can I get rid of multiple pictures at the same time?

    Adobe Bridge, lightroom and your file browser (windows explorer or Mac Finder) can select multiple pictures at once and then delete. If you are looking for more than that for information, you will need to be more specific at what your doing, what OS you have, and version of software your using. If necessary post screen shots so we can see what your doing. The more information we have the more detailed of an explaination can can give back to you.

  • Can i use 2 channel of USRP at the same time to receive a signal?

    Hi everyone,
    i want to do an implementation of time difference of arrival estimation between two receivers (antenna). I have an USRP  kit, daughterboards and two antennas. There is only one source signal ( it is transmitted in anywhere it doesnt matter).
    Can i use two channel of USRP at the same time to receive  a signal ?
    I need the original source signal and time-shifted version of this signal. 
    Many thanks for your help.
    Sincerely yours,
    Uysal.
    Solved!
    Go to Solution.

    Hello,
    I found this forum post which may be helpful to you.  It looks like you can't receive from the two antennae in the way that you describe.  I think this would require a two USRP setup.
    Jon F.
    Applications Engineer
    National Instruments

  • Can we use Badi BBP_SOURCING_BADI and BBP_DETERMINE_LOGSYS at the same time

    Hi everyone,
    We need you help. We are working in SRM 7 and ECC 6 EhP 4. We have a doubt. Can we use badis BBP_SOURCING_BADI and BBP_DETERMINE_LOGSYS at the same time in a classic scenario?
    We want to create the contract in ECC, and then we want to return the SC in SoCo in order to create the PO with the SC and the contract.
    We activate both, but the SC is not returned in SoCo.
    Thanks,
    Ivá

    Hi Ivan
    You can use both badi to change srm standard behavior.
    but one shopping cart item and it can have only one follow on document either Contract or Purchase order.
    i presumed that you want to use same sc for two purposes to create both SC and PO but it is not possible.
    for example
    shopping cart item has follow on document created  as a contract But you need to create a another shopping cart to create a Purchase order  w.r.t that contract .
    Once follow on documents are created sourcing flag will be removed .- rule
    BBP_SOURCING_BADI - you can write your custom logic and make way to cockpit .
    BBP_DETERMINE_LOGSYS - Determine your logical system.
    Muthuraman

  • Can I use both cs and cc at the same time?

    Can I use both cs and cc at the same time after upgrade to Adobe Creative Cloud?

    Yep. I have CC and CS installed and they both work. However, I don't see why I should use cs.
    Regards
    Kasper

  • Low memory when using programs like iPhoto, office at the same time I have 4 GB ram

    low memory when using programs like iPhoto, office at the same time I have 4 GB memory ram 3000 graphics 384 mb

    Do you have a question?

  • Can I upgrade my membership to use it with 4 computers at the same time?

    I have an Adobe membership and I am using it fine on my computer
    Now more people are joining and I am thinking of upgrading my membership to be used on 4 computers at the same time.
    Kindly advice if that is possible and how to do it.
    Regards,
    Issam

    Hi Issam
    Each user needs to have their own membership so they would each need to sign up using an unique Adobe ID.
    We also have Teams membership which provides additional storage and central management of the licenses - https://creative.adobe.com/plans
    Kind regards
    Bev

  • Can we use both INSERT and UPDATE at the same time in JDBC Receiver

    Hi All,
    I would like to know is it possible to use both INSERT and UPDATE at the same time in one interface because I have a requirement in which I have to perform both the task.
    user send the file which contains both new and old record and I need to save those in MS SQL database.
    If the record exist then use UPDATE otherwise use INSERT.
    I looked on sdn but didn't find any blog which perform both the things at the same time.
    Interface Requirement
    FILE -
    > PI -
    > JDBC(INSERT & UPDATE)
    I am thinking to use JDBC Lookup but not sure if it good to use for bulk record.
    Can somebody please suggest me something or send me the link of any blog or anything to solve this problem.
    Thanks,

    Hi ,
              If I have understood properly the scenario properly,you are not performing insert and update together. As you posted
    "If the record exist then use UPDATE otherwise use INSERT."
    Thus you are performing either an insert or an update which depends on outcome of a search if the records already exist in database or not. Obviously to search the tables you need " select * from ...  where ...." query. If your query returns some results you proceed with update since this means there are some old records already in database. If your query returns no rows  you proceed with "insert into tablename....." since there are no old records present in database.
      Now perhaps the best method to do the searching, taking a decision to insert or update, and finally insert or update operation is to be done by a stored procedure in MS SQL database.  A stored procedure is a subroutine available to applications accessing a relational database system. Here the application is PI server.   If you need further help on how to write and call stored procedure in MS SQL you can look into these links
    http://www.daniweb.com/web-development/databases/ms-sql/threads/146829
    http://www.sqlteam.com/article/stored-procedures-parameters-inserts-and-updates
    [ This part you can ignore, Since its not sure that you will face this situation
        Still you might face some problems while your scenario runs. Lets consider this scenario, after the stored procedure searches the database it found no rows. Thus you proceed with an insert operation. If your database table is being accessed by multiple applications (or users) other than yours then it is very well possible that after the search operation completed with a null result, an insert/update operation has been performed by some other application with the same primary key. Now when you are trying to insert another row with same primary key you get an error message like "duplicate entry not possible for same primary key value". Thus you need to be careful in this respect. MS SQL has a feature called "exclusive locks ". Look into these links for more details on the subject
    http://msdn.microsoft.com/en-us/library/aa213039(v=sql.80).aspx
    http://www.mssqlcity.com/Articles/Adm/SQL70Locks.htm
    http://www.faqs.org/docs/ppbook/r27479.htm
    http://msdn.microsoft.com/en-US/library/ms187373.aspx
    http://msdn.microsoft.com/en-US/library/ms173763.aspx
    http://msdn.microsoft.com/en-us/library/e7z8d5hf(v=vs.80).aspx
    http://mssqlserver.wordpress.com/2006/11/08/locks-in-sql/
    http://www.mollerus.net/tom/blog/2008/03/using_mssqls_nolock_for_faster_queries.html
        There must be other methods to avoid this problem. But the point is you need to be sure that all access to database for insert/update operations are isolated.
    regards
    Anupam

  • Prevent the same user login on multiple computers at the same time

    prevent the same user login on multiple computers at the same time

    Is there any way (currently running 2012 Servers) that we can prevent users from logging into multiple domain computers simultaneously with the same username?
    We still want them to log into those computers, just not simultaneously?
    LimitLogin utility not work in Windows 2012 server.
    Thanks.
    Babu
    Unfortunately Windows has never offered this feature as a built-in feature, but there are several possibilities discussed in these articles:
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/0103b5e7-0db5-4fb4-bfe7-d7132983880a/limit-concurrent-logins-on-a-ws-2008-environment
    http://www.edugeek.net/forums/windows-server-2008-r2/61216-multiple-logins.html
    http://windowsitpro.com/windows/prevent-multiple-logons-gpos
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Can iPhone be synced on 2 computers with the same iTunes account

    I have a 3G and am running OS 3.0. I've only had my phone for about a month so I am still learning. But when I got my phone, it synced to my computer fine then when i did the 3.0 update that it wanted me to do, the phone froze, had to get it restored on my mom's computer, get her iTunes acct off and mine back on, etc. Well needless to say I am scared of upgrading to 3.1 since there are so many problems right now, I also haven't put the MMS on there either yet cause its apparently not working right.
    My computer is about 5 years old and has been having issues and I think that might be the problem when I updated to 3.0. (my mom's new computer restored my phone and got 3.0 on there perfectly)
    I really would like to try the 3.1 upadate, my computer at work is tons better, runs perfectly, I already have iTunes on it. So now to the question, if I plug my iPhone into my work computer, logged into my iTunes account, will it sync there too, so I can do my updates or will it tell me it can't because its already synced to another computer (even though its the same account?)
    Message was edited by: nrau

    We have had no issues with the update, nor has anyone we know. Most people never have an issue of any kind.
    MMS is working fine for me and everyone I know.
    Iphone will sync itunes content with ONE computer at a time.

  • How do I open the same ports on an Airport Extreme Base Station for multiple computers at the same time?

    As the title suggests...
    I have a mix of five Mac and PC's at home using an Airport Extreme Base Station as the router.   I need many ports opened on the AEBS for all of the computers- not just one computer.  (for example: three people want to play TF2 on Steam at the same time; each machine needs the correct ports open on the router).   Port forwarding  only allows me to forward a given port to a single IP, yet I need that port open for five differnt IP's, all at the same time. 
    How do I do that on an AEBS?
    In the same way, I have a small office of four iMacs using an old airport with the same exact issue.   I would like to be able to connect to all of them remotely with Apple Remote Desktop, but the port forwarding on the airport only allows a port to forward to a single IP.   I want to be able to tunnel into the office network and log onto any machine behind the Airport extreme... not just a single IP.    I currently have it set up where I can tunnel into the office from my house, I can find the one machine that the port forwarding has been assigned to, I can log on and everything is just fine... with one machine.    How do I open the firewall for the other machines? 
    TL,DR version:  How do you open ports on an Airport Extreme Base Station instead of forwarding ports?   Forwarding ports doesn't work for multiple IP's.  

    You can open a single or multiple ports to a single device or different ports to different devices, but you cannot open the same port to multiple devices via the AirPort Utility for the Apple routers.

  • Can i use & charge my iPod Touch at the same time??

    If i am using and charging my iPod Touch at the same time. Does it damage the battery??

    Yes you can use and charge the iPod Touch at the same time.
    You can not use and Sync iPod Touch at same time though as Syncing will not allow you to use the touch till it is finished or you cancel the sync.
    If you do use it while charging just keep in mind as you use it you basically got a Charging/Discharging action occurring during this time. So it is best to let it charge as much as possible. Disconnect and use.
    But if you have immediate need to access something you are ok. If you got a Dock station that has speakers that work with touch. Some of these Dock stations will charge touch and allow you to listen to music at the same time.
    http://www.apple.com/batteries/ipods.html

Maybe you are looking for

  • Creating Profile type report that hold fields with multiple values

    Really hoping someone can please help me out as I am very new to Crystal Reports. We use Maximizer CRM and we have been in need of some custom reports to rule out risk for regulators. I contacted Max and they suggested the only possible way is to cre

  • Oracle BPM 11g Examples

    Where I can download Oracle BPM 11g Examples. Demo applications to study BPM in more details.

  • Double files

    I note that all my music is included double in iTunes. A study reveals that all files in d:\Music ("My Music" folder) is included, but also all files in my external backup drive L: (l:\music). How can I tell iTunes only to look in D:\Music? I also li

  • Strange Timer class behavior

    I got following problem: when i create new Timer object with default "repeatCount" = 0 argument and fire my timer it doesn't work ! if i test it with any other value it works. Added some traces to see what's going on but everything seems to work ok s

  • Battery HELP!

    I just bought a new ibook G4 and was wondering how long I have to charge it for the first time. And can I just plug the AC adapter in instead of charging it so I could play with it so i dont have to wait? HELP!!! HP 2.8 Ghz   Windows XP   ibook G4