[ROM][UNOFFICIAL][7.1.2]Lineage-14.1 for Moto E3 Power

Search This thread

Matty1993

Senior Member
May 7, 2018
629
316
Is there any way to change the SElinux status?

Use setenforce 0 for permissive
or
setenforce 1 for enforcing

can do via property in ramdisks bootinfo using CMD_LINE=bootopt=android.boot.selinux=

Or default.prop by utilising ro.boot.selinux=

Or via devices init.${ro.hardware}.rc

on early-init
# Set the default standard for our SELinux mode
setenforce 0
Or
setenforce 1


If you want to do it in OS then if custom rom go to dev options enable terminal and root access to shell (adb)

Open terminal and use the commands below

su
setenforce 0 or 1

If you want to try and use an app for changing selinux then you can try selinux changer app

Hope this helps
 
  • Like
Reactions: passtim

passtim

Senior Member
Sep 22, 2016
90
12
Use setenforce 0 for permissive
or
setenforce 1 for enforcing

can do via property in ramdisks bootinfo using CMD_LINE=bootopt=android.boot.selinux=

Or default.prop by utilising ro.boot.selinux=

Or via devices init.${ro.hardware}.rc

on early-init
# Set the default standard for our SELinux mode
setenforce 0
Or
setenforce 1


If you want to do it in OS then if custom rom go to dev options enable terminal and root access to shell (adb)

Open terminal and use the commands below

su
setenforce 0 or 1

If you want to try and use an app for changing selinux then you can try selinux changer app

Hope this helps
Thanks. I guess I need root access for most of those options. This phone isn't currently rooted. I guess I could, temporarily install Magisk, make the change, and then uninstall it. I don't want root on this phone for a number of reasons, not least some apps won't run (even when hidden).

As to the app, there seem to be several sources, and I don't know which to trust. Most seem to require root, so I think I'm better off making a manual change as you suggest.
 

passtim

Senior Member
Sep 22, 2016
90
12
Use setenforce 0 for permissive
or
setenforce 1 for enforcing

can do via property in ramdisks bootinfo using CMD_LINE=bootopt=android.boot.selinux=

Or default.prop by utilising ro.boot.selinux=

Or via devices init.${ro.hardware}.rc

on early-init
# Set the default standard for our SELinux mode
setenforce 0
Or
setenforce 1


If you want to do it in OS then if custom rom go to dev options enable terminal and root access to shell (adb)

Open terminal and use the commands below

su
setenforce 0 or 1

If you want to try and use an app for changing selinux then you can try selinux changer app

Hope this helps
I can't get it to work. I rooted with Magisk. I used a root terminal to setenforce 1, but getenforce still returns 'permissive'.

I don't know how to edit default.prop and make it stick over a reboot., and I don't understand your other options (ramdisks or device $init or early init). I have been trying to search to get answers, but the fact that setenforce doesn't work implies to me that it can't be done on this mobile's OS.
 

Matty1993

Senior Member
May 7, 2018
629
316
I can't get it to work. I rooted with Magisk. I used a root terminal to setenforce 1, but getenforce still returns 'permissive'.

I don't know how to edit default.prop and make it stick over a reboot., and I don't understand your other options (ramdisks or device $init or early init). I have been trying to search to get answers, but the fact that setenforce doesn't work implies to me that it can't be done on this mobile's OS.


Are you using the "su" command first before issuing the "setenforce 0" for permissive make sure you use "su" command so the shell has (root 1023) access or else the shell will return failed permission denied,


You cannot change the SELinux mode without using a "su ie; (root 1023) shell,

Make sure your settings for magisk are not set to core only mode or you cannot gain (1023) access

Set the commands from the shell application like as follows

su

setenforce 0


Let me know how you go with that

Cheers mate
 

passtim

Senior Member
Sep 22, 2016
90
12
Are you using the "su" command first before issuing the "setenforce 0" for permissive make sure you use "su" command so the shell has (root 1023) access or else the shell will return failed permission denied,


You cannot change the SELinux mode without using a "su ie; (root 1023) shell,

Make sure your settings for magisk are not set to core only mode or you cannot gain (1023) access

Set the commands from the shell application like as follows

su

setenforce 0


Let me know how you go with that

Cheers mate
I did that, but it doesn't work. To check I just tried again using the developer options, terminal, admin rights for the terminal from magisk, and did su. setenforce 0 or 1 makes no difference, getenforce always returns permissive.

There's something I'm not really comfortable with on this build.

Magisk reports that this build fails all the SafetyNet checks. I'd like to build an up to date version of 14.1 but I do not have enough knowledge about how to build a really standard 14.1 but with the latest security patches.

I can build android (and have done for another mobile) but only going through the motions where others have done the hard work and set up the appropriate manifests.
 

Marcos Javier

New member
Jul 2, 2020
2
0
Moto E3 Not Power

Need Help!
I installed many roms for Moto E3 with 8gb of internal memory. Many successfully. The bad thing is, it seems, that they are made for the E3 power, because the "/ system" occupies 7gb and hardly anything else enters. If you can help me:
1- Find a rom for Moto E3 (xt1700) 8gb.
2- Help me to modify the space of "/ system" to 5gb at least, thus leaving some space for the apps
 

bubba1601

Senior Member
Aug 23, 2016
1,886
1,191
51
Nokia G10/G20
Need Help!
I installed many roms for Moto E3 with 8gb of internal memory. Many successfully. The bad thing is, it seems, that they are made for the E3 power, because the "/ system" occupies 7gb and hardly anything else enters. If you can help me:
1- Find a rom for Moto E3 (xt1700) 8gb.
2- Help me to modify the space of "/ system" to 5gb at least, thus leaving some space for the apps

Take a look back through the thread because the E3 power TWRP and E3 Power ROMs work fine on the E3.
I'm a former E3 XT1700 owner (in UK) and used all the E3 Power ROMs on my E3, because there are NO ROMs for the XT1700, they DO NOT EXIST
Running custom ROMs on a standard E3 gives you almost 3.5 gb of user storage, I'm not sure why yours has a total of 7gb used.
You cannot "modify" system space, it is what it is
 
Last edited:

passtim

Senior Member
Sep 22, 2016
90
12
Take a look back through the thread because the E3 power TWRP and E3 Power ROMs work fine on the E3.
I'm a former E3 XT1700 owner (in UK) and used all the E3 Power ROMs on my E3, because there are NO ROMs for the XT1700, they DO NOT EXIST
Running custom ROMs on a standard E3 gives you almost 3.5 gb of user storage, I'm not sure why yours has a total of 7gb used.
You cannot "modify" system space, it is what it is
Do you know if there is somewhere reliable I can look for a fairly recent lineageos 14 build for E3s?
 

bubba1601

Senior Member
Aug 23, 2016
1,886
1,191
51
Nokia G10/G20
Last edited:
  • Like
Reactions: passtim

passtim

Senior Member
Sep 22, 2016
90
12
I'm not sure what you didn't understand.

There are no ROMs (nothing is available) for the E3 XT1700

Here is a list of all the ROMs available for the E3 Power and they are the only ROMs known to work on the E3 (non power)

https://xdaforums.com/moto-e3/how-to/index-custom-roms-list-moto-e3-power-t3813147
I don't think I didn't understand anything. I merely asked what ROMs were around for E3s (power or not - I understood there weren't any different ones for non-power).

It seems this is the only one, which is a shame, since it 3 years out of date. I was hoping to find a way to get security updates to this one, but I'm not knowledgeable enough to try and select updates myself. I have built roms before, but only from manifests others have created.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 15
    1200px-Lineage_OS_Logo.png

    Lineage OS 14.1 7.1.2 with latest May Security Patch

    LineageOS is a free, community built, aftermarket firmware distribution of Android 7 (Nougat), which is designed to increase performance and reliability over stock Android for your device.

    LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.

    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.

    What's working :
    • RIL (Calls, SMS, Data)
    • Wi-Fi
    • Bluetooth
    • Camera
    • Camcorder
    • Video Playback
    • Audio
    • Sensors
    • Flash
    • LED
    • GPS

    Known issues:
    • Camera Focus is not much awesome :p

    Pink camera fixed !! Thnx Vampirefo for his blu life max 's camera blobs

    Follow Instructions Carefully otherwise you will get error :
    • Wipe cache, dalvic cache,system,data
    • Reboot into recovery again
    • Flash ROM-Flash Gapps
    • Done-Reboot Now
    • Enjoy the clean rom

    Downloads :
    See 2nd Post ;_;

    Credits :

    Thanks For Always Help & Support me:-
    [*] @thp@1997
    [*] @kishpatel
    [*] @DarkKnight6499
    [*] @karthick mostwanted


    XDA:DevDB Information
    [ROM][UNOFFICIAL][7.1.1]Lineage-14.1 for Moto E3 Power


    Contributors
    SamarV-121
    Source code:-http://github.com/LineageOS
    Device Tree:- http://github.com/SamarV-121/android_device_taido_row-lineage-14.1
    Vendor Trees :- http://github.com/SamarV-121/android_vendor_taido_row-lineage-14.1


    ROM OS Version: 7.x Nougat
    ROM Kernel : Linux 3.18.19 / 32 BIT
    ROM Firmware Required: Marshmallow

    Status: Beta

    Dont Forget to hit on THANKS

    Screenshots:-
    https%3A%2F%2Fdl.dropboxusercontent.com%2Fs%2Fnu789dyqnjfa8ub%2FInitialSetup.png

    18556342_1833270733659331_5602203578953055177_n.jpg

    18556264_1833271466992591_6026396405453459862_n.jpg

    18622340_1833271416992596_7448433884249862767_n.jpg

    17022518_1833270950325976_5581375238654174691_n.jpg

    18620457_1833271046992633_637883238910045051_n.jpg

    18582587_1833271093659295_2636437701293886964_n.jpg

    18619976_1833271343659270_4690533411514267710_n.jpg

    18622333_1833271376992600_8729678863154561204_n.jpg

    Camera Pic :)
    18581888_1832953073691097_2240235281631690182_n.jpg
    7
    Downloads :-
    LineageOS-14.1 :- https://www.androidfilehost.com/?fid=817550096634771165
    Gapps:- www.androidfilehost.com/?fid=673368273298931758

    Note:
    After rom boot succesfully - go to the display settings and turn off live display
    Data not turning on ? :- www.apn-india.gishan.net/phone_1634_moto_e3.php (Set APN)
    5
    Just bought 'my' moto E3 today...

    Gesendet von meinem H5000 mit Tapatalk
    2
    i flashed it...Working Fine,Very Fast and smooth.Don't Know about VOLTE.Thanks Bro..keep going.Please try to look on following issues.

    Issues i faced
    *Poor Camera(getting pink shade in Front camera low light condition)
    *NvRamWarning Err=0*10
    *Google camera app Not Working/Showing Black(other camera app working but poor quality)
    *few startup probs(later Fine).

    Request: Please try to add moto stock camera app i think it may work well.
    2
    Bro plz do something about videos like YouTube videos are unable to play even Instagram videos are not supported and 1080 is not in the frame only !!! Plz fix bro !!! And plz fix camera touch to focus bugs plz plz !!!! I know u have worked very hard do take little bit of more pain for further development !!! Plz
    Yes bro trying :)