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
-
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`
-
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.
- You may need to use a mouse or a tool like
-
The backup file will be saved in your
platform-tools
folder asbackup.ab
.
Steps to Restore Notes
-
Run the following ADB command:
adb restore backup.ab
-
Enter the password if required, then tap “Restore” on the device.
-
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.
- The exported format will be different and may not display within the Notes tool.
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
- Kyocera Devices:
=