Tag Archives: MacBook

How to Sync Content between your MacBook and iPhone over Wi-Fi

Motivation:

You want to sync content between your MacBook and iPhone over Wi-Fi.

    Solution:
    1. Connect your iPhone to your MacBook using a USB or USB-C cable.
    2. In the Finder on your MacBook, select iPhone in the Finder sidebar.
    3. Click General tab in the button bar.
    4. Select the Show this iPhone when on Wi-Fi checkbox.
    5. Click Sync button.
    6. Unplug your iPhone from your MacBook.
    7. Restart both devices.
    8. From now on, when your iPhone and MacBook connect to the same Wi-Fi you will see your iPhone device in the Finder sidebar, and you can sync content between them without having to use a cable.
    9. Sometimes if your MacBook cannot find your iPhone then just restart your MacBook and it will find your iPhone device again.

     

     

    How to Back Up and Restore Photos and Music on MacBook

    Motivation

    You want to back up and restore your photos on a MacBook.

    Solution:

    To back up your images:

    1. Quit Photos app.
    2. Go to /Users/yourname/Pictures.
    3. Copy Photos Library.photoslibrary to your backup location.

    To restore your images:

    1. Quit Photos app.
    2. Copy Photos Library.photoslibrary from your backup location to your MacBook.
    3. Hold down the Option key and double-click the Photos app.
    4. In the Choose Library dialog, select your Photos Library.photoslibrary.
    5. Click Choose Library button.

    To back up your music:

    1. Quit Music app.
    2. Go to /Users/yourname/Music.
    3. Copy Music Library.musiclibrary and Media folder to your backup location.

    To restore your music:

    1. Quit Music app.
    2. Copy Music Library.musiclibrary and Media folder from your backup location to your MacBook.
    3. Hold down the Option key and double-click the Music app.
    4. Click Choose Library… button.
    5. Select your Music Library.musiclibrary.
    6. Click Choose button.
    7. You may also go to Music > Settings… > Files  and change Music Media folder location.

     

     

    How to transfer Photos from iPhone to PC with highest quality

    Problem: Images copied directly from iPhone to a PC usually have lower quality in comparison with the original quality due to format conversion.

    You want to preserve the quality as high as possible.

    Solution:

    1. Connect iPhone to a MacBook.
    2. Open Photos app.
    3. Click on iPhone’s name under Devices section on the left.
    4. Select photos on the right.
    5. Select Import to = Library or New Album.
    6. Click on Import N Selected button, where N is the number of selected photos, to Import photos from iPhone to iPhotos.
      • The imported photos will be copied from iPhone to iPhotos.
      • You have to manually delete the photos directly from iPhone if you want to permanently remove them from iPhone.
    7. Click on an album name on the left menu in iPhotos.
    8. Select the imported images in the album.
    9. Click File > Export > Export N Photos… (N is a number) to export photos from iPhotos to a folder on MacBook.
      • Select Arrow icon at the end of Photo Kind
      • Select PNG
      • Select Color Profile = Original
      • Select Size = Full Size
      • Select Movie Quality = 4K
    10. Click the Export button.
    11. Enter a folder name.
    12. Click the Export button. Wait for the exporting process to be completed by reviewing the circle icon in the toolbar.
    13. Share the folder in a LAN.
    14. Copy the folder to a PC.

     

    How to Install Windows on your MacBook using Boot Camp

    Motivation:

    You have a MacBook and you want to use an application that only works on Windows.

    Prerequisites:

    • Boot Camp requires MacBook model which has an Intel processor. Please ensure that your MacBook model is one of the following models listed here.
    • On your MacBook, click Apple icon, then click About This Mac, and ensure that an item labeled Processor, not Chip, is shown, as described here.

    Procedure:

    1. Update your MacBook
    • Ensure that your macOS is up-to-date and does not have any issue.
    • If you want to reinstall macOS then you can hold down Command+R after powering your machine on.
    2. Install Windows on your MacBook using Boot Camp

    On macOS:

    • Finder > Shift+Command+u > Boot Camp Assistant
    • Select 350Gb (or another appropriate size) for Windows. Use Windows 10 version 1909, April 2020 or Windows 10 version 1709, November 2017.
    • Remove unnecessary macOS applications (e.g. Numbers, Pages, Garage Band) if you want to use as much as possible storage for Windows.
    • Install Windows 10.
      – DO NOT USE Disk Management to create new partitions during Windows installation. Only use Disk Management to format an existing partition when installing Windows.
      – During the next boot into OS X, the OSXRESERVED partition is removed and put back into the Core Storage container of the OS X partition.

    On Windows:

    • Install Boot Camp drivers.
    • Click Boot Camp icon. Click Boot Camp Control Panel… > TrackPad > Tap to Click > Apply > OK.
    • Change Computer Name, disable System Protection, enable Remote Desktop, activate Windows.
    • Optionally press Win + R and type “msconfig” then click OK. Then Select the Boot tab and delete unnecessary OS boot item.
    • Turn on Automatic Logon
      Command Prompt (Run as Administrator) >> netplwiz
    • Disable Hibernate
      Command Prompt (Run as Administrator) >> powercfg.exe /hibernate off
    • Power management > Change plan settings > Change advanced power settings
      >> Hard disk > Turn of hard disk after > Never
      >> Sleep > Sleep after > Never
    • Adjust System > Display > Brightness and color.
    • Uninstall unnecessary apps.
    • Use Disk Management to shrink the BOOTCAMP partition and create a new DATA partition. Use 150Gb (153600MB) as the amount of space to shrink.
    • Check and install Windows updates.
    • Copy portable apps.
    Installing developer’s tools:
    • Turn the following Windows features on: ASP.NET 3.5, 4.7, Internet Information Service, Telnet Client
    • Install Hyper-V, create an external Virtual Switch for Internet access
    • Install Total Commander, Remote Desktop Connection Manager
    • Install Firefox
    • Install MS SQL Server 2008 R2, MS Office 2007 SP3 (Display >> Scale and layout: 175%), MS Project 2016, MS Visio 2016, Visual Studio 2010, Visual Studio 2015, Adobe Acrobat Pro DC v15.8, Adobe Photoshop CC 2015, TortoiseSVN 1.11.1
    • Install Python 3.6.8, TensorFlow, Keras
    3. Remove Windows from your MacBook using Boot Camp

    On Windows:

    • Delete all Windows Data partitions, then Extend the Boot Camp volume (C:\) using Windows Disk Management.

    On macOS:

    • Finder > Shift+Command+u > Boot Camp Assistant > Continue > Restore
    • If you get any problem with Boot Camp Assistant then delete Windows Boot Camp partition using Disk Utility: Finder > Shift+Command+u > Disk Utility > Partition.
    • If you get a “Ghost” partition after deleting Windows Boot Camp partition using Disk Utility then please use the following procedure to remove it:

    Execute below command:

    diskutil list

    Find EFI IDENTIFIER (e.g. disk0s1).

    Execute 2 below commands:

    sudo mkdir /Volumes/efi
    sudo mount -t msdos /dev/disk0s1 /Volumes/efi

    Navigate to /Volumes/efi/EFI. Delete all directories (i.e. Microsoft and Boot) except the APPLE directory.

    Execute below command:

    diskutil unmount /Volumes/efi
    4. Repair or update Boot Camp drivers on Windows
    • Download and install 7-Zip.
    • Download Brigadier 0.2.4.
    • Run Brigadier to automatically detect your Mac model and download the right Boot Camp drivers for Windows 10, and extract them (using 7-Zip) to the same location where Brigadier executable is located.
    • Find and double-click on Setup.exe to run it.