2014-09-18 11:40:37 +00:00
|
|
|
AntiFeatures:NonFreeNet
|
2014-09-18 09:46:42 +00:00
|
|
|
Categories:Navigation,System
|
|
|
|
License:GPLv3+
|
|
|
|
Web Site:https://gitlab.com/sn0b/fp1-epo-autoupdate/wikis/home
|
|
|
|
Source Code:https://gitlab.com/sn0b/fp1-epo-autoupdate
|
|
|
|
Issue Tracker:https://gitlab.com/sn0b/fp1-epo-autoupdate/issues
|
2014-09-18 11:23:11 +00:00
|
|
|
|
|
|
|
Auto Name:FP1-EPO-Autoupdate
|
2014-09-18 09:46:42 +00:00
|
|
|
Summary:Automatically updates the EPO.DAT on the Fairphone
|
2014-09-18 11:23:11 +00:00
|
|
|
Description:
|
2014-09-20 20:33:50 +00:00
|
|
|
Automatically updates the EPO.DAT file on the Fairphone 1 within a given
|
|
|
|
interval (defaults to 5 days). This fixes the 'EPO update failure' problem
|
2014-09-29 19:33:52 +00:00
|
|
|
permanently, so no need to update it manually every 30 days. For information on
|
|
|
|
why EPO.MD5 isn't fetched as well, see 'Background' below.
|
|
|
|
|
|
|
|
Usage:
|
2015-09-12 05:52:14 +00:00
|
|
|
|
2014-09-29 19:33:52 +00:00
|
|
|
* You need to have EPO enabled first (in System Settings or EngineeringMode).
|
|
|
|
* Download and run the app, click on 'Enable' and allow permanent root access.
|
|
|
|
* If an update is required, it will be downloaded now. This may take a minute
|
2015-09-12 05:52:14 +00:00
|
|
|
|
2014-09-29 19:33:52 +00:00
|
|
|
and you will see notifications while this happens.
|
2015-09-12 05:52:14 +00:00
|
|
|
|
2014-09-29 19:33:52 +00:00
|
|
|
* Wait for the status bar to become green and to display the current time.
|
|
|
|
* Disable the original 'Auto download' to avoid problems (in System Settings or
|
2015-09-12 05:52:14 +00:00
|
|
|
|
2014-09-29 19:33:52 +00:00
|
|
|
EngineeringMode).
|
2014-09-18 11:23:11 +00:00
|
|
|
|
2014-09-18 09:46:42 +00:00
|
|
|
Tested with:
|
2015-09-12 05:52:14 +00:00
|
|
|
|
2014-09-20 20:33:50 +00:00
|
|
|
* Fairphone FP1 with the 'Stock Android' and busybox
|
2014-09-29 19:33:52 +00:00
|
|
|
* Alcatel Onetouch 997D with Android 4.1
|
|
|
|
|
2015-09-12 05:52:14 +00:00
|
|
|
Permissions: Needs root access in order to write the new EPO.DAT to /data/misc
|
|
|
|
and to adjust permissions.
|
2014-09-18 11:23:11 +00:00
|
|
|
|
2015-09-12 05:52:14 +00:00
|
|
|
Background: The built-in EPO updater of the Fairphone (or other Mediatek phones)
|
|
|
|
downloads the two EPO.dat and the checksum from an FTP server from Mediatek.
|
|
|
|
However, the checksum is often calculated wrong by Mediatek. Therefore, the
|
|
|
|
check of the .DAT file fails and the 'EPO update failure' occurs. See
|
|
|
|
[http://forum.xda-developers.com/showthread.php?t=1975500 XDA Developer].
|
2014-09-18 11:40:37 +00:00
|
|
|
|
2015-09-12 05:52:14 +00:00
|
|
|
AntiFeature: Downloads and installs non-free binary/firmware provided by
|
|
|
|
Mediatek.
|
2014-09-18 09:46:42 +00:00
|
|
|
.
|
2014-09-18 11:23:11 +00:00
|
|
|
|
2015-09-09 20:23:17 +00:00
|
|
|
Requires Root:yes
|
2014-09-18 11:23:11 +00:00
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://gitlab.com/sn0b/fp1-epo-autoupdate.git
|
|
|
|
|
|
|
|
Build:0.7.1-alpha,71
|
|
|
|
commit=0.7.1-alpha
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
srclibs=RootTools@3.5
|
|
|
|
rm=app/libs/*
|
|
|
|
prebuild=cp -R $$RootTools$$/src/com src/main/java/
|
|
|
|
|
2014-09-20 00:44:19 +00:00
|
|
|
Build:0.8.0-beta,80
|
|
|
|
commit=0.8.0-beta
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
srclibs=RootTools@3.5
|
|
|
|
rm=app/libs/*
|
|
|
|
prebuild=cp -R $$RootTools$$/src/com src/main/java/
|
|
|
|
|
2014-09-21 00:40:09 +00:00
|
|
|
Build:0.8.1-beta,81
|
|
|
|
commit=0.8.1-beta
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
srclibs=RootTools@3.5
|
|
|
|
rm=app/libs/*
|
|
|
|
prebuild=cp -R $$RootTools$$/src/com src/main/java/
|
|
|
|
|
2014-09-30 00:41:04 +00:00
|
|
|
Build:0.8.2-rc1,82
|
|
|
|
commit=0.8.2-rc1
|
|
|
|
subdir=app
|
|
|
|
gradle=yes
|
|
|
|
srclibs=RootTools@3.5
|
|
|
|
rm=app/libs/*
|
|
|
|
prebuild=cp -R $$RootTools$$/src/com src/main/java/
|
|
|
|
|
2014-09-18 09:46:42 +00:00
|
|
|
Auto Update Mode:Version %v
|
2014-09-18 11:23:11 +00:00
|
|
|
Update Check Mode:Tags
|
2014-09-30 00:41:04 +00:00
|
|
|
Current Version:0.8.2-rc1
|
|
|
|
Current Version Code:82
|