- Forum-Beiträge: 26
26.03.2019, 10:22:33 via Website
26.03.2019 10:22:33 via Website
hallo, möchte mir lineageos 16.0 für galaxy a3 2017 laden! wenn ich aber bei xda
https://forum.xda-developers.com/samsung-a-series-2017/development/rom-lineageos-16-0-t3883495
auf den last build button oder all builds drücke kommt eine kleine .fr datei zum downloaden mit dem code drinnen!!!???
define('H5AI_VERSION', '0.29.0');
define('MIN_PHP_VERSION', '5.5.0');
if (!function_exists('version_compare') || version_compare(PHP_VERSION, MIN_PHP_VERSION, '<')) {
header('Content-type: text/plain;charset=utf-8');
exit('[ERR] h5ai requires PHP ' . MIN_PHP_VERSION . ' or later, but found PHP ' . PHP_VERSION);
}
if (substr(H5AI_VERSION, 0, 1) === '{') {
header('Content-type: text/plain;charset=utf-8');
exit('[ERR] h5ai sources must be preprocessed to work correctly');
}
require_once DIR . '/../private/php/class-bootstrap.php';
Bootstrap::run();
hilfe wie komm ich lineageos 16.0 für mein galaxy a3 2017
— geändert am 26.03.2019, 11:47:11 durch Moderator