[ROM][I9100][OFFICIAL][7.1.2] LineageOS 14.1

Search This thread

Harebal

New member
Mar 8, 2018
3
0
Thanks for Your builds! I have one question: why it's not possible to dirty install your new build over your old build (2020.07.04)?
 

MagMerlin

Member
Feb 4, 2016
26
2

Eric_Lev

Senior Member
Jan 27, 2019
1,451
2,647
Angers
sourceforge.net
Ty for great job. I have a question. I have on phone a build of December 2018, I think the last offivial. The last taken by lineage downloader. Can I flash this new build on that old build? Is long time I'm not checking this thread, and is hard to read back many many pages.

A clean flash is required in your case.
Backup your data and wipe cache, dalvik, data and system.
Don't update your TWRP.
Use only pico open gapps (if needed).
Happy flashing !
 

slev!n

Senior Member
Mar 24, 2016
65
6
Hello guys,

I have an old backup from December 2018 when official OTA updates of this ROM stopped.
No I'm on the current TWRP but restoring fails. Which TWRP do I need to restore this backup image?

Thanks for your help
 

freakerload

Senior Member
Mar 17, 2011
371
72
It is a pity that a dirty flash not works.
Ended with a bootloop
Only a wipe of Data works. Restore Data works also not.
Always setting up the phone new with a new Build?
 

roby19

Member
Jan 16, 2016
25
7
no problem for me, or always updated the rom without problems, use recovery 3.1.1.0.0, go to recovery advanced cleaning, Dalvik / ART Cache and Cache ... update RoM ... RESTART again in recovery ... again ... Dalvik / ART Cache and Cache, reboot into system

Inviato dal mio Moto G (5) utilizzando Tapatalk
 
  • Like
Reactions: Eric_Lev

Lister Of Smeg

Senior Member
Hi @RamHa,

Is this the link you're after? Found it by following the above link, which goes to the fella's profile. Then selected S2, and up pops the build for today...

https://androidfilehost.com/?a=show&w=files&flid=302540 :)

Thanks @Eric_Lev, for still supporting this old, but trusted device... :D

Cheers, Lister



empty dl .... no link///

Unknown device
The selected device is not currently supported in LineageOS 14.1.
Select a device from the device menu.
 

fraspax

Senior Member
Jul 11, 2012
58
8
hi, i'm having toubles with the wifi after last official updates.
i can see wifi networks, i can insert the password but that's all, the phone tries to connect but it doesn't connect. It just says the network is saved.
any ideas what's going on? thanks
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    the few users happy with LOS 14.1 on their S2 but looking for newer versions with some patches should look at DivestOS: https://divestos.org/pages/devices#device-i9100
    It is a one-man project but very impressive, with regular updates (still in 2024) for many devices, including the 14.1 builds for the S2.

    among others, the author reply on this topic: https://forum.f-droid.org/t/divesto...port-with-enhanced-privacy-and-security/10105
  • 106
    Code:
    /*
    ** Your warranty is now void.
    **
    ** We are not responsible for bricked devices, dead SD cards,
    ** thermonuclear war, or you getting fired because the alarm app failed. Please
    ** do some research if you have any concerns about features included in this ROM
    ** before flashing it! YOU are choosing to make these modifications, and if
    ** you point the finger at us for messing up your device, we will laugh at you.
    **
    **/

    All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review.

    IMPORTANT INFORMATION
    Root is not included by default on LineageOS 14.1. You need to install an add-on via recovery. You only need to install this once. You can download the SU add-on here
    After installation go to Settings>Developer Options>Root access and set to Apps only or Apps and ADB.

    LineageOS comes with LineageOS Recovery by default, if you don't like it (like me ;)) you can flash alternative recoveries using IsoRec. You really need 1GB /system partition. The smallest build-configuration is larger than 512mb. You can use ODIN, but you can also use Lanchon's REPIT.

    If you're interested in BLN, check this thread for a complete support of this feature.
    If you're interested to go to emulated-storage, check this thread.

    Official LineageOS Wiki: http://wiki.lineageos.org/
    Changelog: https://www.lineageoslog.com/14.1/i9100

    LineageOS official nightly builds
    https://download.lineageos.org/i9100

    Google Apps:
    http://opengapps.org/


    XDA:DevDB Information
    Lineage OS 14.1, ROM for the Samsung Galaxy S II

    Contributors
    rINanDO, lysergic acid, serenitys
    ROM OS Version: 7.x Nougat
    ROM Kernel: Linux 3.0.x
    Based On: LineageOS

    Version Information
    Status: Nightly

    Created 2017-02-13
    Last Updated 2017-04-20
    49
    [i9100] Useful fixes for LineageOS 14.1 [7.1.2]

    [i9100] Useful fixes for LineageOS 14.1 [7.1.2]
    I am very glad that you are here!
    It may be helpful to you:
    Scripts moved here ...
    29
    Hi all,

    :D I'm just dropping an image and a link :D
    Click here!
    i9100_-_first_boot.jpg
    26
    Hi there you all diehard S2 users,

    As a few of you all users know, last couple months I'm working and testing PegasusQ-governor with a new PowerHAL. I'm planning to make this the default governor instead of on-demand to get same performance and better battery life. I resolved the issue PegasusQ with the 150Mhz fix of zeitferne so it is stable to use.

    What does the new PowerHAL?
    Currently the PowerHAL does this:
    • Powersave : conservative governor
    • Balanced: On-demand governor
    • Performance: performance governor

    The new PowerHAL supports PegasusQ governor by tweaking its settings (like its big brother i9300 does):
    • Powersave : PegasusQ freq limited to 600Mhz
    • Balanced: PegasusQ freq standard profile
    • Performance: PegasusQ fixed freq 1200Mhz (still drops to 800Mhz when CPU is getting hot. This is by-design and not managed by governor)
    Also we will have PegasusQ boosting:
    • Frequency will be boosted for 2 secs when an app launches
    • Frequency will be shortly boosted when interacting with the device for more responsiveness
    • Less aggressive profile when the display is turned off to save battery (using max 1 cpu max 600Mhz in PowerSave)

    I'm planning to submit the following commits in next weekly, but I want to notify you all first about these changes:
    https://review.lineageos.org/#/c/168813/
    https://review.lineageos.org/#/c/168815/

    What I like to know is if PegasusQ is really improving battery and/or performance when we set it to default governor.
    It must be set to default governor (at boot) because of the permissions which needs to be set at boottime.
    Otherwise the PowerHAL doesn't have permissions to tweak PegasusQ and we miss all the nice features.
    When the experience with PegasusQ is poor, I will revert the commits so we switch back to on-demand.

    • For those who wants to test PegasusQ + new PowerHAL right now, download my unofficial build here: https://www.androidfilehost.com/?fid=889764386195918750
    • For those who wants to test performance with Official build: Keep track of your battery life until next weekly and compare after you updated officially
    • For those who don't want take any risk with PegasusQ until tested: Don't update your phone at least 2 weeks

    In my case I got about 10% more battery life and PowerSave now actually saves power. However Antutu Benchmark maxed out at about 18100 (instead of 19500 with ondemand).
    I hope this will be the also the case on your devices.
    21
    @the.gangster: I think it can just put LineageOS recovery two times, and since it is an option it can be disabled by the user.
    And maybe it can be extended to auto-flash it when the phone come from a not-IsoRec kernel but it is just my opinion.

    ---------- Post added at 02:12 ---------- Previous post was at 02:03 ----------

    @rINanDO
    They have removed us: https://review.lineageos.org/#/c/161752/
    I hope someone fix sepolicies before the next nightly build raid.
    It is already fixed. The faulty commit is reverted and I requested to add our device again. https://review.lineageos.org/#/c/162099/