User Tools

Site Tools


software:fairphone2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:fairphone2 [2016/10/12 01:19] – [Installing Fairphone open using fastboot] adminsoftware: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://forum.fairphone.com/t/pencil2-installing-fairphone-open-os-using-fastboot-step-by-step-guide/17522]]   * [[https://forum.fairphone.com/t/pencil2-installing-fairphone-open-os-using-fastboot-step-by-step-guide/17522]]
Line 8: Line 8:
   * [[https://forum.fairphone.com/t/pencil2-f-droid-apps-for-fairphone/8671?u=paulkreuzer]]   * [[https://forum.fairphone.com/t/pencil2-f-droid-apps-for-fairphone/8671?u=paulkreuzer]]
   * [[https://code.fairphone.com/projects/fp-osos/user/fairphone-open-source-os-installation-instructions.html]] - Official page   * [[https://code.fairphone.com/projects/fp-osos/user/fairphone-open-source-os-installation-instructions.html]] - Official page
 +
 +==== Data transferring ====
 +From N900 to Fairphone
 +  - Backup all settings from N900
 +  - Copy with ssh to pc
 +  - extract with script csv: [[https://blog.tersmitten.nl/how-to-export-your-contacts-from-a-n900-backup-directory.html]]
 +  - Todo
 +
 +==== Custom ringtone ====
 +  * Click multiple times on settings->about->Build etc., then activate developer mode
 +  * 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@/data/data/com.arachnoid.sshelper/home/ysaye.mp3
 +
 +/system/media/audio/ringtones/ysaye.mp3
 +
 +su
 +
 +mount -o remount,rw /system
 +
 +mv /system/media/audio/notifications/ysaye.ogg /system/media/audio/ringtones/.
 +
 +mount -o remount ro /system
 +
 +</code>
 +or something similar.
software/fairphone2.1476227957.txt.gz · Last modified: 2016/10/12 01:19 by admin