This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
software:fairphone2 [2016/10/12 01:21] – [Installing Fairphone open using fastboot] admin | software:fairphone2 [2016/10/15 21:02] (current) – [Data transferring] admin | ||
---|---|---|---|
Line 11: | Line 11: | ||
==== Data transferring ==== | ==== Data transferring ==== | ||
From N900 to Fairphone | From N900 to Fairphone | ||
+ | - Backup all settings from N900 | ||
+ | - Copy with ssh to pc | ||
+ | - extract with script csv: [[https:// | ||
+ | - Todo | ||
- | 1. Backup all settings | + | ==== Custom ringtone ==== |
- | | + | * Click multiple times on settings-> |
- | 3. extract with script csv: [[https://blog.tersmitten.nl/how-to-export-your-contacts-from-a-n900-backup-directory.html]] | + | |
- | 4. Todo | + | * copy with scp item to home directory |
+ | <code bash> | ||
+ | scp ysaye.mp3 fp2@/data/data/com.arachnoid.sshelper/home/ | ||
+ | |||
+ | / | ||
+ | |||
+ | su | ||
+ | |||
+ | mount -o remount,rw /system | ||
+ | |||
+ | mv / | ||
+ | |||
+ | mount -o remount ro /system | ||
+ | |||
+ | </ | ||
+ | or something similar. |