Transfer/Backup Notes

How to Backup Notes on Flip Phones

Tested on LG Exalt, Kyocera Cadence, Kyocera DuraXV E4610, and E4810

Note: This guide assumes you are familiar with using ADB.


Steps to Backup Notes

  1. Run the following ADB command with the appropriate package name for your device:

    adb backup <name-of-package>
    
    - **LG Exalt:** `com.lge.notepad`
    - **Kyocera Devices:** `jp.kyocera.providers.memo`
    
    
  2. When prompted, enter a password if desired, or click “Backup Data”.

    • You may need to use a mouse or a tool like scrcpy to tap on the device’s screen.
  3. The backup file will be saved in your platform-tools folder as backup.ab.


Steps to Restore Notes

  1. Run the following ADB command:

    adb restore backup.ab
    
  2. Enter the password if required, then tap “Restore” on the device.

  3. After restoring, you may need to create a new note on the phone for the restored notes to appear.


Alternative Method for LG Exalt

  • On the LG Exalt, you can easily back up notes by sharing all messages via Bluetooth or Email.
    • The exported format will be different and may not display within the Notes tool.
      Instead, the notes will only appear in the file explorer.

Additional Notes

(Untested)

  • This method may also work to back up your saved T9 words by specifying the T9 package name:
    • Kyocera Devices: com.nuance.android.vsuite.kyocera
    • LG Devices: com.lge.ime.solution.text

=

3 Likes