SU addon fails to flash (Updater process ended with signal: 4) - LineageOS Questions & Answers

Hi everyone,
I'm experiencing issues with flashing the SU addon on my Galaxy S3:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I'm on the 20170125 nightly and I migrated from CM, not sure if that's causing any issues.
Anyone else having the same problem?
EDIT: Root works just fine, even though I got an error while flashing.
Verstuurd vanaf mijn Nexus 5X met Tapatalk

I had the same error, but the root is working
I have GT-i9300 (intl)

curkster said:
I had the same error, but the root is working
I have GT-i9300 (intl)
Click to expand...
Click to collapse
You're right, thanks for the response.
Verstuurd vanaf mijn Nexus 5X met Tapatalk

I had the same error, but root is not working, I am using N900

You chose the correct su package for your device cpu?
Sent from my MI 3W using Tapatalk

When I installed this package on my GT-i9300 (intl), I got the above-mentioned signal 4. Now Superuser complains about an obsolete su binary. Root does not work.

Do what I did with root and flash phh superuser zip in recovery then install phh superuser app in Play. LOS's root zip barely even works on my OnePlus 3.
For this to work, you need to install the Magisk framework.

I had the same issue, I finally rooted my i9300 with Magisk/PHH and it works perfect...

Issue resolved by latest nightly (20170221)
salatkabel said:
When I installed this package on my GT-i9300 (intl), I got the above-mentioned signal 4. Now Superuser complains about an obsolete su binary. Root does not work.
Click to expand...
Click to collapse
Today I retried the whole procedure because my CM 14 nightly really became too old. I followed to official guidelines. This is what I did (the cache wiping might have been unnecessary):
flash the experimental build
wipe cache and dalvik
reboot
flash latest nightly
wipe cache and dalvik
reboot
flash addonsu-arm-signed.zip
reboot
After that, my root apps worked right away: AFWall+, FM radio (via SpiritF), AdAway.

I would like to pass along some of my knowledge to help you all out...
Option 1 of 2
---------------------
Here's some links that are very helpful and hopefully will help you all with the SU...
How to Root the LOS14.1 Nougat ROM
How to install & Enable Root for Apps on Lineage OS
Option 2 of 2
---------------------
I would like to point out the value of the following thread:
[ANNOUNCEMENT] Important Lineage/LineageOS Information To Know... by Ibuprophen
Now I hope that passing this along was helpful to everyone and I do wish you all the best of luck!
Peace and Love!
Peace and Love!
~Ringo Starr~
Sent on my Communicator [SCH-I535] from the Bridge of the U.S.S. Enterprise...
********************************************
**IF I WAS HELPFUL IN ANY WAY THEN**
**PLZ THANK ME WITH A THUMBS UP!**
********************************************

its works https://forum.xda-developers.com/showpost.php?p=70766912&postcount=8

Error updater process end with signal: 4
Having zenfone 5

I just wanted to inform you all regarding the "Updater process ended with signal 4" when trying to install the Official LineageOS addonsu, the following BUGBASH is still open as the Lineage folks are aware of this issue.
Error while installing su add-on with TWRP {BUGBASH-246} - LineageOS JIRA
I also found the following Reddit conversion about this issue.
Unable to root using supersu addon available on lineage website. - Reddit
Both links reflect some individuals have individuals who offer information regarding some minor modifications but, as I always stated regarding modifications of this type, it may work, always take precautions and know what your doing first.
Just an FYI for those who may have missed this...
I wish you all the best of luck!
***Please Note: As always, I welcome any member to help with further valuable information/clarification for any of my posts.
Sent via Communicator [D2VZW] from the Bridge of the U.S.S. Enterprise...

Related

[RECOVERY][4.2]TWRP 2.3.2.0[2012-Nov-15]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hello guys. I see many of you struggling to find the new compatible version of TWRP that actually works with the new version of JellyBean 4.2.
The issue can be reviewed HERE
Elaborating the above issue in simpler words; it's all due to multi-account stuff in Android 4.2. There's a file called .layout_version in /data partition, when you factory resetted your device using the recovery, the .layout_version file was also wiped during factory reset process as the recovery is supposed to wipe /data (ofcourse excluding the /data/media/ partition as it is the sdcard) partition in this process. So when Android sees that there's no .layout_version file in /data partition it moves the existing data from /data/media/0/ to /data/media/0/0/ and thus forming an infinite loophole of data being moved to other locations at every reset.
So TWRP team came up with an easy solution, that is; not to wipe .layout_version when user executes factory reset command.
There are also many other bug fixes regarding backups and fixing permissions!
You can download here the latest (2.3.2.0) version of TWRP which fixes this bug:
DOWNLOAD
//Thanks to unforgivenmercy for pointing this out: you can also use Goo Manager app from Play Store and flash it by tapping the 3 dots at the top right and then tapping Install OpenRecoveryScript.
Credits:
TWRP Development Team (esp. Dees_Troy for explaining me stuff)
Google
Hope I helped you in any or the other way around.
5pace said:
Hello guys. I see many of you struggling to find the new compatible version of TWRP that actually works with the new version of JellyBean 4.2.
The issue can be reviewed HERE
Elaborating the above issue in simpler words; it's all due to multi-account stuff in Android 4.2. There's a file called .layout_version in /data partition, when you factory resetted your device using the recovery, the .layout_version file was also wiped during factory reset process as the recovery is supposed to wipe /data (ofcourse excluding the /data/media/ partition as it is the sdcard) partition in this process. So when Android sees that there's no .layout_version file in /data partition it moves the existing data from /data/media/0/ to /data/media/0/0/ and thus forming an infinite loophole of data being moved to other locations at every reset.
So TWRP team came up with an easy solution, that is; not to wipe .layout_version when user executes factory reset command.
You can download here the latest (2.3.2.0) version of TWRP which fixes this bug:
DOWNLOAD
Credits:
TWRP Development Team (esp. Dees_Troy for explaining me stuff)
Google
Hope I helped you in any or the other way around.
Click to expand...
Click to collapse
They can also download from goo manager and it will install automatically.
Sent from my Galaxy Nexus using Tapatalk 2
Why would you post this? He has his own thread.
Sent from my Galaxy Nexus using Tapatalk 2
Close this please
Sent from my Galaxy Nexus using xda premium
jriv said:
Close this please
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Why?
God bless...
Why did you make another thread since you are sharing the same thing?
drmxmyt said:
Why did you make another thread since you are sharing the same thing?
Click to expand...
Click to collapse
He is getting the word out there twice as much... twrp should be thankful and if you are for twrp you should be thankful as well...
God bless...
Rule of thumb here: If you did not create it, do not post it.

[ROM][PORT][INT][ZV8]AeonFlex v3.0.2[LS980]

This ROM will unlock your LS980 for GSM networks.
Original Thread
bigfau said:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features
*Korean F340K10d Flex Base
*Rooted
*Deodexed
*Zipaligned
*init.d support
*Debloated
*ADB Enabled
*Advanced Power Menu
**MyHUB (There is all kinds of good stuff in there. Check it out)
**LMT Pie launcher
**Xposed Installer
**YouTube App With Download Feature
*Powered by SuperSU
XDA:DevDB Information
AEONFLEX, a ROM for the LG G2
Contributors
bigfau, Kenepo
ROM OS Version: 4.2.x Jelly Bean
Version Information
Status: Stable
Current Stable Version: AEONFLEX v3.0.2
Stable Release Date: 2013-12-29
Created 2013-12-29
Last Updated 2014-02-12
Click to expand...
Click to collapse
- The great dev @[COLOR="Orange"]bigfau[/COLOR]
• This is for Sprint's variant of the LG G2 aka LS980
• Make backup of your current rom. This is very important point
• Must have Custom recovery installed! I suggest TWRP.
• Copy ROM to storage
• Reboot to Recovery
• Wipe Data/factory Reset
• Clean to install a New Rom
• Flash ROM
• Reboot to System
• Set your correct APN
• Enjoy!
The great dev @[COLOR="Orange"]bigfau[/COLOR] I am thoroughly enjoying his ROM
I would prefer if you donated to the creators of this ROM but if you want to donate to me, I would request you send it via google wallet @ [email protected]. Paypal doesn't like me.
• AEONFLEX Wallpapers folder will not delete from /sdcard. Not with any file manager I've used. I did get it to delete via TWRP.
• LG Home cannot access the "baked system settings" in AEONFlex. I've used Kcin Launcher. It works.
• I do not propose you fiddle too much with MyHub. I shouldn't have to say this but I'm certain someone will think "How come?".
PS: If you like this ROM and would appreciate others for your pleasure, hit that thanks button.
*mine
I like my ROMs like my steaks, well done.
Did you get nfc working on this? I ported this and it's not working on mine
Sent from my LG-D800 using Tapatalk
phatmanxxl said:
I like my ROMs like my steaks, well done.
Click to expand...
Click to collapse
I like my ROMs like I do my women, full of energy and ready to go
I got a weird boot error after trying to install this. I tried twice but it gave me the error both times. Went back to Rayglobe flex
Bl00dRunzC0ld said:
I got a weird boot error after trying to install this. I tried twice but it gave me the error both times. Went back to Rayglobe flex
Click to expand...
Click to collapse
PM me if you want a link to my port of Aeon flex.
Sent from my LG-D800 using Tapatalk
Bl00dRunzC0ld said:
I got a weird boot error after trying to install this. I tried twice but it gave me the error both times. Went back to Rayglobe flex
Click to expand...
Click to collapse
What error did you receive?
And can anyone else confirm this for me please. I'd like to know so I can shut it down if need be. It has flashed fine for the people I've had test.
rombreaker said:
What error did you receive?
Click to expand...
Click to collapse
I don't remember. I'm going back to stock, then trying to install it.
Edit: Did it again, secure booting error: cause boot certification verify
I've shut it down til I fix it. Sorry guys. Give me a few days.
PM Sent
OP PM sent and Thread Closed till compliance is done....
Thanks and Closed.

[ROM][UNOFFICIAL][7.1.0_r7]Tesla-N [Athene] [XT16xx]

Read the help thread linked below before you point out issues here. It has been created specifically to help users to adapt to custom roms easier. Before you post your issue, check if it has already been reported and if a fix has already been mentioned. I wont be answering issues that are already answered. And keep in mind :- For the issue to get solved , post with proper logs. ​QnA HELP THREAD
Make use of the feature request tab for requesting new feature and bug report tab to report bugs with logs.
Ground Zero Roms presents​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
GZR G+ Community
https://plus.google.com/communities/109330559573276360638
Installation Instructions
ALWAYS MAKE A NANDROID BACKUP FIRST!
Coming from another rom/clean install:
Reboot to recovery, flash required firmware
Wipe system, cache, dalvik/art cache, data
Flash rom zip and gapps
Reboot
Updating from a previous Tesla build/dirty flash:
Wipe system, cache, dalvik/art cache in recovery
Flash rom zip, gapps and any other zips you may use
Reboot
If you have any issues, grab a log after a clean flash, upload and link here please. Add steps to reproduce the issue in your post.
Do not report issues dirty flashing this over some unofficial build or with some kernel flashed.
Logcat Extreme app is great as you can choose to start recording a log just before reproducing an error and stop recording just after so you log just the part you need.
Open Gapps
http://opengapps.org/
Download
ROM : Mod Edi: Link Removed
Tree : https://github.com/rahulsnair/android_device_motorola_athene
Kernel : https://github.com/boulzordev/android_kernel_motorola_msm8952
If you want root access, SuperSU will need to be flashed, v2.78 works for me. After flashing, your device may boot twice before boot animation, don't worry it'll be fine after that.
Substratum support is there as long as you have root and latest Substratum app. Some themes may have a little catching up to do, have fun testing them!
XDA:DevDB Information
Tesla-N , ROM for the Moto G4 Plus
Contributors
rahulsnair, vache
Source Code: https://github.com/TeslaRom-N
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
ROM Firmware Required: TWRP
Based On: AOSP
Version Information
Status: Beta
Created 2016-12-01
Last Updated 2016-12-05
great thanks
anyone who flash this???review please
Screenshots and list of features please
You are the man, spittin out ROMs like you a copy machine spitting out copies.
Keep up the great work!
I just gave this a clean flash and my G4 Plus doesn't have the option for fingerprint. It's not anywhere in the settings. The device model shows G4 Plus in device section, though. Everything else looks fantastic.
As a temporary fix use elementax kernel
rahulsnair said:
As a temporary fix use elementax kernel
Click to expand...
Click to collapse
Umm, Bro Sorry To Inform But There Is No EX Kernel For CM 14.1 AFAIK. Can I Use Vegito?
rahulsnair said:
As a temporary fix use elementax kernel
Click to expand...
Click to collapse
Is there another kernel to try? I really love Tesla ROM but I got so used to my fps I think I may love the sensor more lol. Thanks again for all your hard work, my friend.
fingerprint unlock dot works for me and default keyboard got some issues with the teme
StonedYoda said:
Is there another kernel to try? I really love Tesla ROM but I got so used to my fps I think I may love the sensor more lol. Thanks again for all your hard work, my friend.
Click to expand...
Click to collapse
Use Vegito, It Works Perfect.
Discontinuing support from my end. Too many roms to maintain. I will stick with Cypher & beanstalk . Meanwhile if anyone else is ready to maintain the rom i m ready to handover the thread ownership.
tesla is a great rom in my opinion , if i could suggest i would ask you to keep supporting tesla and cypher or drop support for slim rom. Its your choice i would happy with what ever you choose
Thread closed as requested by OP

Failed to flash

Hey there,
I want to switch to these htt ps://download .lineageos. org/oneplus2 LOS 14.1 builds as I'm currently using LOS 14.1 by daktak. (Sorry, not allowed to post links right now..)
There haven't been any updates for almost 3 weeks now and I don't think that this will be updated any further.
Well, simply booting into recovery mode and flashing the newest LOS zip doesn't work for me. I guess it's because I'm not wiping my system partition, just data + dalvik cache... I thought I can simply switch/update from an older version of LOS? Do I really need to wipe everything again so I can install the LOS builds I've mentioned above?
Also I don't really understand the difference between signed and unsigned zips. The zip I want to flash is signed. Is this why I get "Failed to flash" as an error message in recovery? Does "signed" mean, I need to root my OP2 again and my current root will be removed?
Current LOS version 14.1-20170213-UNOFFICIAL-oneplus2 by daktak
Yakumichan said:
Hey there,
I want to switch to these htt ps://download .lineageos. org/oneplus2 LOS 14.1 builds as I'm currently using LOS 14.1 by daktak. (Sorry, not allowed to post links right now..)
There haven't been any updates for almost 3 weeks now and I don't think that this will be updated any further.
Well, simply booting into recovery mode and flashing the newest LOS zip doesn't work for me. I guess it's because I'm not wiping my system partition, just data + dalvik cache... I thought I can simply switch/update from an older version of LOS? Do I really need to wipe everything again so I can install the LOS builds I've mentioned above?
Also I don't really understand the difference between signed and unsigned zips. The zip I want to flash is signed. Is this why I get "Failed to flash" as an error message in recovery? Does "signed" mean, I need to root my OP2 again and my current root will be removed?
Current LOS version 14.1-20170213-UNOFFICIAL-oneplus2 by daktak
Click to expand...
Click to collapse
It is all explained here:
http://lineageos.org/Update-and-Build-Prep/
jhedfors said:
It is all explained here:
http://lineageos.org/Update-and-Build-Prep/
Click to expand...
Click to collapse
Thank you for your quick reply! After some issues using adb I could not fix (but I don't need to as I already did this somehow earlier for CM13) I managed to install LOS14.1 HYPE!
Maybe you could help me with my problem?
"No command 'fastboot' found"... But I can find my phone using adb devices.
Screenshot attached...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Yakumichan said:
Thank you for your quick reply! After some issues using adb I could not fix (but I don't need to as I already did dis somehow earlier for CM13) I managed to install LOS14.1 HYPE!
Maybe you could help me with my problem?
"No command 'fastboot' found"... But I can find my phone using adb devices.
Screenshot attached...
Click to expand...
Click to collapse
I am not an expert on adb/fastboot, but is the fastboot binary in the directory? It is also a little difficult to interpret the language in your sceenshot.
jhedfors said:
I am not an expert on adb/fastboot, but is the fastboot binary in the directory? It is also a little difficult to interpret the language in your sceenshot.
Click to expand...
Click to collapse
Right, sorry. It's German and it says that the command "fastboot" either has been written wrong or hasn't been found.
And also: Yes, it is:
I think you need to check your drivers
The device should be connected via adb interface driver or android driver
After that you should be able to see ur device

ROM[OFFICIAL][avicii][10.0]**crDroid**[V6.12]11-11-20

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
*** Disclaimer
I am not responsible for any damage you made to your device
You have been warned
crDroid is designed to increase performance and reliability over stock Android for your device also attempting to bringing many of the best features existent today
Features:
https://github.com/crdroidandroid/crdroid_features/blob/10.0/README.mkdn
Flashing Instructions:
Pre-installation:
Recovery (Download from here)
Magisk 21.0 or newer for root (after first boot) - (Download from here)
First time installation:
be on the latest firmware possible
reboot to bootloader
fastboot flash recovery recovery.img
reboot recovery
Apply update
Apply from ADB
adb sideload <rom name>
reboot recovery
factory reset
Format data/factory reset
Format data
back to main menu
Apply update
Apply from ADB
adb sideload <gapps name> (i use open-gapps nano)
reboot system
Sources:
ROM: https://github.com/crdroidandroid
Kernel: kernel url
Download:
ROM https://crdroid.net/avicii
Changelog: https://raw.githubusercontent.com/crdroidandroid/android_vendor_crDroidOTA/10.0/changelog_avicii.txt
Known issues:
tell me
Visit official website @ crDroid.net
crDroid Community Telegram
Donate to help our team pay server costs
XDA:DevDB Information
crdroidandroid, ROM for the OnePlus Nord
Contributors
firebird11
Source Code: https://github.com/crdroidandroid
Many Thanks to:
CryllicBuster273 for Nord bringup
LineageOS
AOSP
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
Based On: LOS
Version Information
Status: Stable
Created 2020-10-06
Last Updated 2020-10-06
res
firebird11 said:
{Mod edit: Quoted OP shortened for better reading & scrolling experience!}
Click to expand...
Click to collapse
Nice!!
@firebird11, you are legendary dev. Thanks for support our device. Im happy to see crdroid.
I'm stuck with the booting screen for 30 mins now. I am also unable to force shut down too.
Gapps included? ok, tested, gapps included
Micro G support?, tested, signature spoofing ok after cleaned out gapps
Thanks for this great rom for Nord!
Thanks for supporting Nord
new build up !
fingerprint works
thesickness13 said:
I'm stuck with the booting screen for 30 mins now. I am also unable to force shut down too.
Click to expand...
Click to collapse
Did you manage to fix it?
Andrica said:
Did you manage to fix it?
Click to expand...
Click to collapse
thing is i didn't run into this problem so i don't know what to fix
Getting signature error in latest update, anyone got it to install?
"Signature certification failed
Error 21"
NisseGurra said:
Getting signature error in latest update, anyone got it to install?
"Signature certification failed
Error 21"
Click to expand...
Click to collapse
Hhmm, it installed fine here
Is the new build a stable one or beta??
shad.man92 said:
Is the new build a stable one or beta??
Click to expand...
Click to collapse
Probably beta, the rom was released like 2 days ago.
Andrica said:
Probably beta, the rom was released like 2 days ago.
Click to expand...
Click to collapse
But the update name doesn't includes beta. It's simply the rom name.
shad.man92 said:
But the update name doesn't includes beta. It's simply the rom name.
Click to expand...
Click to collapse
It says beta on the official site.
Andrica said:
Did you manage to fix it?
Click to expand...
Click to collapse
Was my bad, forgot to root. Side note: to force shut down your nord, hold vol + and - and power button.
Safety Net and magisk or just Banking apps without magisk not working, Pixel Experience got banking apps working fine.
Maybe something you can fix?
Is it only me or there's no refresh rate control? Like I can't find the option to select Automatic, 60 hz or 90hz...
Hi! ROM works great except NFC. Can't pay with my phone or pair it using NFC. Any solution to that? Others having the same?

Categories

Resources