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:19] – [Installing Fairphone open using fastboot] admin | software:fairphone2 [2016/10/15 21:02] (current) – [Data transferring] admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Living without Google 2.0 ====== | ====== Living without Google 2.0 ====== | ||
- | ==== Installing Fairphone open using fastboot ==== | + | ====== Installing Fairphone open using fastboot |
See here: | See here: | ||
* [[https:// | * [[https:// | ||
Line 8: | Line 8: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | |||
+ | ==== Data transferring ==== | ||
+ | From N900 to Fairphone | ||
+ | - Backup all settings from N900 | ||
+ | - Copy with ssh to pc | ||
+ | - extract with script csv: [[https:// | ||
+ | - Todo | ||
+ | |||
+ | ==== Custom ringtone ==== | ||
+ | * Click multiple times on settings-> | ||
+ | * New menu item appears: developer mode. Activate here root (ADB and Application) | ||
+ | * copy with scp item to home directory | ||
+ | <code bash> | ||
+ | scp ysaye.mp3 fp2@/ | ||
+ | |||
+ | / | ||
+ | |||
+ | su | ||
+ | |||
+ | mount -o remount,rw /system | ||
+ | |||
+ | mv / | ||
+ | |||
+ | mount -o remount ro /system | ||
+ | |||
+ | </ | ||
+ | or something similar. |