Curtis1973
Android Expert
lol Mokee
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I Can Definitely Give It A Shot At Trying To Help With that One Too I Like To Stay BusyHope to fix this. It'll most likely resolve the other roms having system ui crash loops
im only going to be able to work till 9 to 10 pm today since i have school Monday thru FridaySame here and today has been a slow Sunday in which I am usually working but not today.
I corrected the error in line 158 (in full log) it references, but still fails the update binary.Well I've followed the instructions. Regardless of the port rom, I constantly get update binary error in TWRP when flashing. I've changed the binary with everyone available for our device, constant error. Ive re-edit the updater script numerous times, still no go.
Any clues??
Just for info I'm using the 20160111 CM11 as base.
Attached is portion of recovery log with error.
What are you using to do the edit of the script? I suspect editor is not formatting it correctly upon save even though it shows that it is. Have used several programs and apps that caused this to happen.
Notepad++ has been my choice under windowsYeah, there's usually pesky carriage-return characters if you use any Microsoft-based utilities...(I believe even Notepad.exe is sketchy in this regard).
vi, gVim, UltraEdit, etc. are all usually good alternatives.
You can check your file for unwanted characters with the od command (if you've got Linux or the Windows version of that utility):
od -a updater-script
Look for "cr" in the output.
In Windows, notepad++. In Android, DroidEdit Pro. There isn't any extra carriage returns, triple checked. I did an extra wipe and that fixed the binary issue, but now it just hangs at the bootanimation. Would that be systemUI??What are you using to do the edit of the script? I suspect editor is not formatting it correctly upon save even though it shows that it is. Have used several programs and apps that caused this to happen.
Es file explorer has a solid text editor and it does root exploringIf you are editing from droid it self I can't recall good options for the script. Root Explorer could handle it fine except it has a text file size limit. Truncates the file.
Used it constantly on any build.prop as long as I use the note editorEs file explorer has a solid text editor and it does root exploring
In Windows, notepad++. In Android, DroidEdit Pro. There isn't any extra carriage returns, triple checked. I did an extra wipe and that fixed the binary issue, but now it just hangs at the bootanimation. Would that be systemUI??
Is there a way to adb logcat while android is starting to boot? I did see some commands elsewhere, but they weren't right.
If u Have Issues With Update Binary Make Sure Ur Using Notepad++ To Edit Every File Is Very ImportantI corrected the error in line 158 (in full log) it references, but still fails the update binary.
Build.prop can be edited with any text editor, any at all. But the updater.script MUST use a proper editor, otherwise it's as scary alien and curtis said.Used it constantly on any build.prop as long as I use the note editor
Build.prop can be edited with any text editor, any at all. But the updater.script MUST use a proper editor, otherwise it's as scary alien and curtis said.
@scary alien I read through these + more
Could this work? http://forum.xda-developers.com/android/apps-games/liveboot-t2976189. But how do you use this from a fresh flash?
- http://androidforums.com/threads/logcat-of-bootloop.926896/
- http://forum.xda-developers.com/showthread.php?t=806860
- http://forum.xda-developers.com/showthread.php?t=806860
- http://forum.xda-developers.com/showthread.php?t=2274119
- and many others, but I haven't got the right command. (obviously, otherwise I wouldn't be asking)
im about to give up on paranoid android im going nuts with not being able to fix the dialog i have replaced different things and nothing and now i have a boot loop againAll ports must stay within their android version. Cant use lets say a kit kat base for a lollipop port. wont work. step 3 is as clear as i can make it. you need to copy the set permissions section from updater script in port rom to the base rom updater script. nothing was cut off in image.