This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
software:fairphone2 [2016/10/12 01:21] – [Data transferring] admin | software:fairphone2 [2016/10/15 21:02] (current) – [Data transferring] admin | ||
---|---|---|---|
Line 15: | Line 15: | ||
- extract with script csv: [[https:// | - extract with script csv: [[https:// | ||
- Todo | - 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. |