LeEco Le 2 support
Would it be possible to add LeEco Le 2 (s2)?
Thank you for your work.
Would it be possible to add LeEco Le 2 (s2)?
Thank you for your work.
For now we stick to a small script doing the magic along with a rewrite rule.
PHP:<?php define('ARCHIVE_PATH','/data/archive/full'); define('ARCHIVE_URL','https://download.lineage.microg.org/ota/full'); if(!isset($_GET['request'])) die('Invalid request'); $parts=explode('/',$_GET['request']); if(count($parts) != 4) die('Invalid request'); $request=array( 'apiversion'=>$parts[0], 'device'=>$parts[1], 'romtype'=>$parts[2], 'revision'=>$parts[3] ); if($request['apiversion'] != 'v1') die('Unsupported API version'); if(!is_dir(ARCHIVE_PATH . '/' . $request['device'])) die('Unknown device'); $files=glob(ARCHIVE_PATH . '/' . $request['device'] . '/*.zip'); $roms=array(); foreach($files as $file) { $filename=basename($file); $version=explode('-',$filename)[1]; $rom=array( 'datetime'=>filemtime($file), 'filename'=>$filename, 'id'=>filemtime($file), 'romtype'=>$request['romtype'], 'url'=>ARCHIVE_URL . '/' . $request['device'] . '/' . $filename, 'version'=>$version ); $roms[]=$rom; } $output['response']=$roms; echo json_encode($output, JSON_UNESCAPED_SLASHES); ?>
Code:location /api { rewrite ^/api/(.*)$ /ota.php?request=$1 last; }
Paella is provided. Plesse follow the installation instructions of official lineagOSI am desperately trying to get MicroG on my paella (BQ X5) with no root ... without success so far
Would so much appreciate if you could provide LineageOS / MicroG for paella! :victory:
Paella is provided. Plesse follow the installation instructions of official lineagOS
There are several reports of lineageOS>settings>about phone>lineageos updates not working correctly in official ROM. In that case you can try to flash the zip file manually. Located in root /data/lineages_updates/Can I use the LineageOS updater under the system menu? If not, what's the best way to update LineageOS for microG without losing all my preinstalled apps?
@Simon94, I recommend that you add to the installation instruction that the users are wiping /system before flashing the ROM. A factory reset wasn't enough for me to fully remove the Gapps. Was really confused why I couldn't find the microG app and all the Google stuff was working even though the PlayStore was missing.
Other than that it's a really great project, thanks a ton to everyone involved.
Just recognized: There is a download link for 14.1 lineage-14.1-20171108-microG-espressowifi.zipWill you add support to official lineage os 13 supported devices e.g. expressowifi or just 14.1?
Confirmed confirmedHave a look at my menu (French) under 17.1 with microg. Can you double confirm that "fastboot flash recovery <recovery_filename>.img" with microg version won't screw up and cancel my data when on the top of regular Lineage recovery?![]()
Thanks,
Work in progressHello!
@Simon94, please enable builds for these newly added to upstream devices:
Info about instantnoodle | LineageOS Wiki
wiki.lineageos.org
Info about instantnoodlep | LineageOS Wiki
wiki.lineageos.org
Info about kebab | LineageOS Wiki
wiki.lineageos.org
That's why wiki.lineageos.org recommends side loading and lineage recovery. No need to decrypt.Will an upgrade from 17.1 to 18.1 work on a phone (cheeseburger) where encryption is to be unlocked via PIN?
I'm asking because of what I read in this thread:
https://forum.xda-developers.com/t/...neplus-5-5t-unofficial-official-soon.4192655/ "That's android 11 problem, A11 doesn't let recoveries decrypt with pin. Only patterns work."
a6020,angler,armani,athene,bacon,bullhead,cancro,capricorn,cheeseburger,clark,condor,crackling,d855,
deb,dragon,falcon,flo,flounder,gemini,h815,h850,hammerhead,harpia,herolte,here2lte,hlte,i9100,
i9300,jfltexx,kenzo,klte,libra,lux,m8,mako,mido,oneplus2,oneplus3,onyx,osprey,otus,paella,pme,
serranoltexx,shamu,thea,titan,victara,wt88047,yuga,Z00L
today i got my weekly(?) update with november security patches via ota notification.
thanks for that!
Yes they are rolling out new builds againThank you everyone who is contributing to this :good:
Oops. They only build Oreo right now.