How do I put a google app on my phone

how do i add a google app to my phone

The app has to be in the iTunes App Store or you cannot do so.

Similar Messages

  • How to migrate mails from Google Apps to MS Exchange Online IMAP (Getting error)

    Any tips on How to migrate mails from Google Apps to MSOL? What is required? When I am trying to migrate using IMAP but getting fpollowing error
    =======================
    Summary: 1 item(s). 0 succeeded, 1 failed.
    Elapsed time: 00:00:11
    [email protected]
    Failed
    Error:
    Failed to log on successfully for the following reason:
    Server rejected Basic login with following message : * CAPABILITY IMAP4rev1 UNSELECT LITERAL+ IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 UIDPLUS COMPRESS=DEFLATE.
    Exchange Management Shell command attempted:
    'Microsoft.Exchange.Transporter.Provider.PopImap.InternetMailboxMeta' | Move-XsIMAPMailboxToExchangeOnline -AllowUnsecureConnection $false -TargetCredential 'System.Management.Automation.PSCredential' -MaxThreadCount '10' -Quiet
    Elapsed Time: 00:00:11
    ======================
    Any help will be much appreciated.
    Regards
    Sunil DK

    I just finished migrating a client from Google Apps to Microsoft Exchange Online using the IMAP option in the Microsoft Online Services Migration Tool.  
    I added the mailboxes by creating a CSV file [i.e. GoogleApps(Gmail)_Mailboxes.csv] in the following format:
    SourceIdentity,SourceServer,SourceLoginID,SourcePassword,TargetIdentity
    [email protected],imap.gmail.com,[email protected],P@ssword1,[email protected]
    [email protected],imap.gmail.com,[email protected],P@ssword2,[email protected]
    [email protected],imap.gmail.com,[email protected],P@ssword3,[email protected]
    Then I created a custom folder map XML file [i.e. GoogleApps(Gmail)_FolderMap.xml] to map the Google Apps (Gmail) labels to the appropriate Exchange (Outlook) mailbox folders and create those that didn't exist (i.e. Important, Starred, Follow up,
    Misc, Priority) as sub-folders under the Inbox:
    <?xml version="1.0" encoding="utf-8"?>
    <FolderMappings xmlns="http://tempuri.org/FolderMap.xsd">
    <!-- This xml contains the mapping of foldername in source server to folders in target server -->
    <!--
    "path" is the name of the folder in source server
    "Name" is the name of the folder to be mapped into target server
    "SpecialFolder" is the name of the special folder to be mapped into
    target server (Name will be ignored) valid values are :
    Inbox
    Calendar
    Tasks
    Sent Items
    Deleted Items
    Drafts
    Junk E-mail
    Contacts
    Outbox
    Journal
    Notes
    "Description" Description of the folder
    "ExcludeFolder" indicates folders to exclude. Valid values are:
    true (case sensitive)
    false (case sensitive)
    0
    1
    -->
    <!-- Default Mapping Section -->
    <Folder path = "INBOX">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "New Mail">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "[Root]">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "Calendar">
    <Property SpecialFolder = "Calendar"/>
    </Folder>
    <Folder path = "Tasks">
    <Property Name = "Migration items/Tasks"/>
    </Folder>
    <Folder path = "Sent Items">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "Sent Mail">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "Sent">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "Deleted Items">
    <Property SpecialFolder = "Deleted Items"/>
    </Folder>
    <Folder path = "Trash">
    <Property SpecialFolder = "Deleted Items"/>
    </Folder>
    <Folder path = "Drafts">
    <Property SpecialFolder = "Drafts"/>
    </Folder>
    <Folder path = "Draft">
    <Property SpecialFolder = "Drafts"/>
    </Folder>
    <Folder path = "Junk E-mail">
    <Property SpecialFolder = "Junk E-mail"/>
    </Folder>
    <Folder path = "Spam">
    <Property SpecialFolder = "Junk E-mail"/>
    </Folder>
    <Folder path = "Contacts">
    <Property Name = "Migration Items/Contacts"/>
    </Folder>
    <Folder path = "Outbox">
    <Property SpecialFolder = "Outbox"/>
    </Folder>
    <Folder path = "Journal">
    <Property SpecialFolder = "Journal"/>
    </Folder>
    <Folder path = "Notes">
    <Property SpecialFolder = "Notes"/>
    </Folder>
    <Folder path = "Public Folders">
    <Property ExcludeFolder = "true"/>
    </Folder>
    <!-- Google Apps (Gmail) Specific Mapping Section -->
    <Folder path = "[Gmail]/All Mail">
    <Property ExcludeFolder = "true"/>
    </Folder>
    <Folder path = "All Mail">
    <Property ExcludeFolder = "true"/>
    </Folder>
    <Folder path = "[Gmail]/Drafts">
    <Property SpecialFolder = "Drafts"/>
    </Folder>
    <Folder path = "[Gmail]/Important">
    <Property Name = "Inbox/Important"/>
    </Folder>
    <Folder path = "[Gmail]/Sent Mail">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "[Gmail]/Spam">
    <Property SpecialFolder = "Junk E-mail"/>
    </Folder>
    <Folder path = "[Gmail]/Starred">
    <Property Name = "Inbox/Starred"/>
    </Folder>
    <Folder path = "[Gmail]/Trash">
    <Property SpecialFolder = "Deleted Items"/>
    </Folder>
    <!-- Custom Mapping Section -->
    <Folder path = "Follow up">
    <Property Name = "Inbox/Follow up"/>
    </Folder>
    <Folder path = "Misc">
    <Property Name = "Inbox/Misc"/>
    </Folder>
    <Folder path = "Priority">
    <Property Name = "Inbox/Priority"/>
    </Folder>
    </FolderMappings>
    Additionally, I had to tell the Internet E-mail Mailbox Migration Wizard to use the "Individual Account Credentials" option since I was able to specify each account password in the CSV file when adding the mailboxes to Microsoft Online Services Migration
    Tools console.
    Just to note, the users had to manually export their contacts to a CSV file and calendars to iCal (ICS) files in order to import those items into Outlook.
    I hope this will benefit others since Microsoft doesn't seem to have a custom, specifically defined migration strategy for this scenario.  With Google Apps being in direct competition with BPOS/Office365, I assumed that Microsoft would have a simple
    strategy using something like ActiveSync to facilitate the migration of email, contacts, calendar entries, etc.  Hopefully we'll see something along those lines become available in a future release of the migration tools.
    --Jon Payne

  • How can i put txt files in my i phone 4

    how can i put txt files in my i phone 4

    There are many apps for this.
    I use idisk with mobileme.
    You can search the apps store or do a forum search and find several others.

  • HT4913 I just purchased a new computer and downloaded a CD to my I Tunes Library ... How do I put the CD on my I Phone?

    I just purchased a new computer and downloaded a CD to my I Tunes Library ... How do I put the CD on my I Phone?

    Sync it as you would anything else.
    Have you copied everything from your old computer, or your backup copy of your old computer, to your new one?

  • How do I use the google+  app to upload photos to google  from my ipad2

    I have already downloaded the Google+ App to my iPad2 but am unclear how to download my photos to my Google+ page.   How do I do this?

    Touch the Photos Tab at the bottom, select your photos, add caption and share to the audience you select in "To".

  • How do I put amazon streaming app. on appletv/, how do I put amazon streaming app. on appletv/

    I want to watch amazon on my apple tv how do i put new app on this?

    Welcome to the Apple Community.
    You can't add apps to the Apple TV yourself.

  • HT1692 how can i put a  google calendar on my iphone

    Can you put a google calendar in an iphone

    Found on Google's website and the first hit with a Google search for "syncing Google calendar iPhone".
    https://support.google.com/calendar/answer/151674

  • HT201272 how do i put my music off my i phone on to my new mac book pro i don't want to erase it all

    how do i put my music off my iphone on to my new mac book pro, i dont want to erase it all

    The iphone is not a backup device.  The sync is one way - computer to iphone.  The only exception is itunes purchases:  File>Transfer Purchases.
    You should copy everything ( files/docs/pics/contacts/calendars/music/etc) from your old computer, or your backup copy of your old computer, to your new one - as you would any time you get a new computer.

  • HT1977 How do i remove Genius for Apps from my phone

    How do I remove Genius for Apps from my phone

    Go to iTunes on your iPhone, then go to the bottom.  Scroll to "Apple ID", and click it.  Then click "View Account".  You'll be able to turn off the genius for apps from there.

  • How do I put individual photos back on my phone?

    I "deleted" all the photos from my iPhone after the last upload from my phone to my Mac (iPhoto), which I meant to do.  I'd like to go through photos and put specific ones back on my phone.  I don't want to put a whole "date" or "album" I just want to put specific ones on.  I know I need to do this through iTunes and sync them, but there doesn't seem to be a way to look at the photos to pick each photo I want.  Is there a way to do this? Thanks!
    PS- I'm thinking of making an album of photos I want to put back on.  I just want to know if there is an easier way to do this.  Thanks again!

    That is the way to do this.
    Make an album with the pics you want and sync that album to the iPhone.

  • How do i put the apple apps icon on ipad again ?

    after letting kids use ipad the apple apps icon is gone and and i would like to have it on the ipad to purchase apps.

    Which Apps?
    If you are referring to the App Store, Check; Settings - General - Restrictions - Installing Apps = ???

  • How do I access the Calendar app while on phone call in iOS 7?

    With the new IOS7 I wonder how I can access my calendar to schedule while I am on a call?

    2 ways:
    Press the HOME button, then launch the calendar app.
    Double-press the HOME button, then tap the screen image of the calendar app.
    Neither of these should disconnect the call (I just tried it).

  • How can I put music that is on my phone, but not on my account, onto my computer?

    How to put music onto my computer.

    Your i-device was not designed for unique storage of your media. It is not a backup device and media transfer was planned with you maintaining a master copy of your media on a computer which is itself independently backed up against loss.  To use a device with a a different setup you transfer the old library from a computer or a backup directly to the new setup, not the device to the library. Media syncing is one way, computer to device, updating the device content to the content on the computer, not updating or restoring content on a computer. The exception is iTunes Store purchases which can be transferred to a computer.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer - http://support.apple.com/kb/HT1848 - only purchases from iTunes Store
    For transferring other items from an i-device to a computer you will have to use third party commercial software.  See this document by turingtest2: Recovering your iTunes library from your iPod or iOS device - https://discussions.apple.com/docs/DOC-3991

  • HT4623 how do I get get old apps on new phone

    I got an new iphone 5, (traded in my iphone 4), and can't figure out how to transer my old apps onto the new device.  I think I had saved all my old phone's info.... But the only things on my new phone now are the photos, texts, contacts..  Help! 

    Cant understand why they wouldnt be your library unless you deleted them. Any Apps that were missing you go to the itunes store, look at purchased section and re download them, ifthey arent in your purchase history locate them in the store,  if you havr paid for them once you can redownload them for free if they were free apps then simply download again.

  • I bought a new 5s. how can i move my goodreader app from one phone to another. too many files to send it one by one, esp photos...

    i bought a new 5S and wanted to move my goodreader from the old 4 to the new 5s. alot of photos and do not want to send one by one...
    how can I just move the whole thing at one time.
    please help
    Thx
    ST

    Backup with this User Tip, restore the library to the new computer using the same tool, keep the backup up-to-date in future. Deauthorize the old computer if you no longer need to access protected content on it.
    As to your issues with compilations albums select all the tracks, set the Album Artist to Various Artists and on the options tab set Part of a compilation to Yes. See Grouping tracks into albums for details.
    tt2

Maybe you are looking for