[Q] LG D803 Which Cyanogenmod should I choose? - G2 Q&A, Help & Troubleshooting

OK. Here is the problem. I am a Canadian and have a Canadian Variant of LG G2 (D803). I want to flash CM on my phone and there is no D803 in the CM download section. Should I choose the D802 (Intl) or D800 (ATT)? Help guys...and by the way, what is CWM and TWRP? I only saw the loki flash and lg g2 security in the "how to install cm on lg g2" page in CyanogenMod.org. Thanks.

Well, DO NOT attempt to try flashing if you got no idea whats CWM or TWRP's all about...Cheers

You're going to need to do A LOT more reading before attempting to flash ROMs. You really should know the basics and all of the terminology before you dive in, otherwise you WILL screw something up, I guarantee it.

Although I agree you should do some reading up first before attempting a custom install I'll try to point you in the right direction. CWM and TWRP are alternate boot recovery tools to help you load, backup, and recover OS's. If you are familiar with how a PC works they are like the BIOS.
As to your first question I just got my Telus LG G2 (D803) and I'm searching for some alternate ROMs as well, mind you we should be getting the 4.4 kit Kat update soon which may provide more options.
I'll try and post a link if I find some info for you but in the meantime it's a great idea to Google search and check out the Q&A section on different methods to load a ROM (each device/manufacturer is slightly different) and know what your backout plan is if your flash goes south. Generally if you try to hey warranty work done and they find out you installed a custom ROM they will give you a hard time.

We have to replace boot img in every Rom we use. ..cause there are like to that support 803 and there discontinued

How would one replace the boot.IMG? Also does that mean I can use any ROM and just replace the file?

readyfordeals said:
How would one replace the boot.IMG? Also does that mean I can use any ROM and just replace the file?
Click to expand...
Click to collapse
If you're still interested, Im uploading a zip with the boot.img already changed and with the necessary changes to it. Just give me an hour or two

[email protected] said:
If you're still interested, Im uploading a zip with the boot.img already changed and with the necessary changes to it. Just give me an hour or two
Click to expand...
Click to collapse
that would be awesome. and if I wanted to use other rooms could I extract the boot.img and place it into another ROM?
thanks for doing this.

readyfordeals said:
that would be awesome. and if I wanted to use other rooms could I extract the boot.img and place it into another ROM?
thanks for doing this.
Click to expand...
Click to collapse
You could, but you would have to change some lines in the updater script. The one kernel I use to replace the boot.img in every rom is Furnace Kernel for the d803, and then I change the updater script so it lets it install.
We can do this with most of the d802 roms. I've been running Aosb for almost a week now and its pretty solid with lots of features, so if you're interested in that one too I have a link ready.
CM11 upload will be done in an hour or so, so hang around

readyfordeals said:
that would be awesome. and if I wanted to use other rooms could I extract the boot.img and place it into another ROM?
thanks for doing this.
Click to expand...
Click to collapse
Here it is
Link for CM11:
https://www.mediafire.com/?at24vhjgy5a554s
And here's one for ProBam, just in case you wanna get more features XD
http://www.mediafire.com/download/1d2pis9qcw56570/Probam_D803_by_angel7501.zip

[email protected] said:
Here it is
Link for CM11:
https://www.mediafire.com/?at24vhjgy5a554s
And here's one for ProBam, just in case you wanna get more features XD
http://www.mediafire.com/download/1d2pis9qcw56570/Probam_D803_by_angel7501.zip
Click to expand...
Click to collapse
Thank you so much.
Ibwilk try these out.
What script do you need yo change? Is it different per ROM? Thanks again.
---------- Post added at 07:18 PM ---------- Previous post was at 07:18 PM ----------
How can I donate to you.

readyfordeals said:
Thank you so much.
Ibwilk try these out.
What script do you need yo change? Is it different per ROM? Thanks again.
---------- Post added at 07:18 PM ---------- Previous post was at 07:18 PM ----------
How can I donate to you.
Click to expand...
Click to collapse
No need for any donations, I do this to help others since I was stuck in the same place a while ago, plus I only changed some files and really didnt do much. Thanks tho
The updater script always remains the same on every rom. All you have to do is look for the Meta-inf folder>Com>Google>Android and the updater-script file should be there. Download Notepad ++ and open the updater script with it.
The first lines that you have to edit should look like this:
assert(getprop("ro.product.device") == "d802" || getprop("ro.build.product") == "d802" ||
getprop("ro.product.device") == "g2" || getprop("ro.build.product") == "g2" ||
getprop("ro.product.device") == "galbi" || getprop("ro.build.product") == "galbi" ||
getprop("ro.product.device") == "d800" || getprop("ro.build.product") == "d800" || abort("This package is for \"d802,g2,galbi,d800\"
Click to expand...
Click to collapse
Edit them so it looks exactly like this, and make sure to keep the same format. All you have to do is change the "d802" and "galbi" for "d803"
Like this:
assert(getprop("ro.product.device") == "d803" || getprop("ro.build.product") == "d803" ||
getprop("ro.product.device") == "g2" || getprop("ro.build.product") == "g2" ||
getprop("ro.product.device") == "d803" || getprop("ro.build.product") == "d803" ||
getprop("ro.product.device") == "d800" || getprop("ro.build.product") == "d800" || abort("This package is for \"d802,g2,galbi,d800\"
Click to expand...
Click to collapse
After that, replace the boot.img with the Furnace Kernel boot.img (the one made for aosp, it works with most 4.4 roms), save and close the zip. Put it in your phone and flash, along with the G-apps and optionally the QuickRemote.zip if you want to get remote functionality.
Also, heres a small recomendation. Use Philz Touch recovery. It does things way faster and cleaner.
Happy flashing!

[email protected] said:
No need for any donations, I do this to help others since I was stuck in the same place a while ago, plus I only changed some files and really didnt do much. Thanks tho
The updater script always remains the same on every rom. All you have to do is look for the Meta-inf folder>Com>Google>Android and the updater-script file should be there. Download Notepad ++ and open the updater script with it.
The first lines that you have to edit should look like this:
Edit them so it looks exactly like this, and make sure to keep the same format. All you have to do is change the "d802" and "galbi" for "d803"
Like this:
After that, replace the boot.img with the Furnace Kernel boot.img (the one made for aosp, it works with most 4.4 roms), save and close the zip. Put it in your phone and flash, along with the G-apps and optionally the QuickRemote.zip if you want to get remote functionality.
Also, heres a small recomendation. Use Philz Touch recovery. It does things way faster and cleaner.
Happy flashing!
Click to expand...
Click to collapse
Thank you so much. I will give this a shot, but first I'll start with your zip files since I know it won't blow up my phone -lol.
Thanks again.

Related

[ROM]Rooted, deodexed & zipaligned stock flashable rom 10.1.A.1.434[22/03]

I present to you
Rooted & Deodexed Sony stock rom
Please hit the thx button if you like my rom ​
Dear Xperia Z users,
This rom is rooted, deodexed and zipaligned JB 4.1.2 stock (10.1.A.1.434 NL) firmware. The deodexed rom should solve all problems with mods from themes & apps section. It's not based on demo firmware!
I hope you enjoy the Sony stock rom
==features==
- Pre-rooted with latest SuperSU
- Fully deodexed
- Zipaligned at boot
== Installation instructions ==
I added a FAQ & HELP section in 2nd post, you can find solutions there, if there occur new problems I'll add solutions there!
Clean installation:
- Extract using 7z or winrar
- Copy to your phone
- Do a factory reset & Wipe Dalvik Cache
- Install the rom in recovery
- in recovery when rebooting: Disable recovery flash, choose No
- Reboot
- Enjoy the rom!!
Click to expand...
Click to collapse
Coming from a custom stock based rom:
- Extract using 7z or winrar
- Copy to your phone
[Optional]- Wipe cache and dalvik cache
- Install the rom
- Reboot & Let it settle
- Enjoy the rom!!
Click to expand...
Click to collapse
== Rooted & Deodexed Stock rom = Download ==
== 10.1.A.1.434 fw ==
- Devhost: Part 1
- Devhost: Part 2
== 10.1.A.1.350 fw ==
- Devhost: Part 1
- Devhost: Part 2
Reserved for future use
When flashing via CWM, I'm experiencing a status 7 error, to be more specific it is saying that 'some symlinks failed'...
Think it's an updater-script problem...
xL3thalTuRdZz said:
When flashing via CWM, I'm experiencing a status 7 error, to be more specific it is saying that 'some symlinks failed'...
Think it's an updater-script problem...
Click to expand...
Click to collapse
ok, I'll look into it thx for reporting
does it work, then? anyone succeed in flashing this ROM?
Re: [ROM]Rooted, deodexed & zipaligned stock flashable rom 10.1.A.1.350
giank30 said:
does it work, then? anyone succeed in flashing this ROM?
Click to expand...
Click to collapse
No, going to reupload tonight.
EDIT: Reuploading now, sorry had it ready yesterday, but for some reason I didn't uploaded it
EDIT2: reuploaded, let's hope it installs succesfully now.
Sent from my C6603 using xda app-developers app
Reuploaded Rom
Hey Krab.
I tried to installed your new uploaded stock rom but its got the same Status 7 error as your first upload.
Re: [ROM]Rooted, deodexed & zipaligned stock flashable rom 10.1.A.1.350| Reuploaded
Hmm, symlinks are the same as in my rom, so it should work..
Where is the status 7 error? Symlinking or setting permissions?
Sent from my C6603 using xda app-developers app
krabappel2548 said:
Hmm, symlinks are the same as in my rom, so it should work..
Where is the status 7 error? Symlinking or setting permissions?
Sent from my C6603 using xda app-developers app
Click to expand...
Click to collapse
========================================================
Installing the rom
Creating symlinks. . .
symlink: some symlinks failed
E:Error in /external_sd/Rooted_Deodexed_Stock_
(Status 7)
Installation aborted.
========================================================
Maybe its because i installed from external sd?
I try to install from internal sd ...
Edit: ok i tried to install it from internal sd but i got the same (Status 7) error
Re: [ROM]Rooted, deodexed & zipaligned stock flashable rom 10.1.A.1.350| Reuploaded
Sermpie said:
========================================================
Installing the rom
Creating symlinks. . .
symlink: some symlinks failed
E:Error in /external_sd/Rooted_Deodexed_Stock_
(Status 7)
Installation aborted.
========================================================
Maybe its because i installed from external sd?
I try to install from internal sd ...
Edit: ok i tried to install it from internal sd but i got the same (Status 7) error
Click to expand...
Click to collapse
Ok, I'm sorry, I'll just release a flashable zip that will root and deodex stock for now then you also have rooted & deodexed stock rom
EDIT: Reuploading one which is 100% working!
Sent from my C6603 using xda app-developers app
krabappel2548 said:
EDIT: Reuploading one which is 100% working!
Click to expand...
Click to collapse
Ah, good, I just made one myself and was about to ask you if you wanted me to upload it and put it in this thread.
xL3thalTuRdZz said:
Ah, good, I just made one myself and was about to ask you if you wanted me to upload it and put it in this thread.
Click to expand...
Click to collapse
oh ok, sure, upload it, I still haven't uploaded it, just released TWRP touch recovery, fully functional and stable now
TWRP Touch recovery for Xperia Z
krabappel2548 said:
oh ok, sure, upload it, I still haven't uploaded it, just released TWRP touch recovery, fully functional and stable now
TWRP Touch recovery for Xperia Z
Click to expand...
Click to collapse
Uploading now!
EDIT: STOCK_UNBRANDED_UK
I'd prefer it if you mirrored this, my Google Drive is running out of space!
EDIT: Oh, and kernel is NOT included!
EDIT: I think I could have uploaded the version before I rooted/deodexed it...
I still get this:
Installing the rom
Creating symlinks. . .
symlink: some symlinks failed
E:Error in /external_sd/Rooted_Deodexed_Stock_
(Status 7)
Installation aborted.
nevermind
So, is there any link that has the correct 100% working version of this rom? I'm a bit confused by all the edits and re-uploads
Just got this device a couple of hours ago and I've got CM10.1 FXP installed, but it's too unreliable and I want to go back to stock (preferably NL version) if possible.
Thanks!
Re: [ROM]Rooted, deodexed & zipaligned stock flashable rom 10.1.A.1.350| Reuploaded
jeroenqui said:
So, is there any link that has the correct 100% working version of this rom? I'm a bit confused by all the edits and re-uploads
Just got this device a couple of hours ago and I've got CM10.1 FXP installed, but it's too unreliable and I want to go back to stock (preferably NL version) if possible.
Thanks!
Click to expand...
Click to collapse
My rom is based on stock NL fw this one isn't working yet. I've been busy with recovery for locked bootloader, that was more important I'll release this one tomorrow probably
Sent from my C6603 using xda app-developers app
Re: [ROM]Rooted, deodexed & zipaligned stock flashable rom 10.1.A.1.350| Reuploaded
I've seen many times this err coming from CM to a stock based Rom and for me helped first revert to stock then install custom stock based Rom
Sent from my C6603 using xda app-developers app
Deodexed Stock rom (xl3thalturdzz)
I have downloaded and installed the Deodexed Stock rom from xl3thalturdzz.
It installed without any problems.
I think its Deodexed because i installed the black navigation bar from krabappel2548 and it runs perfectly.
Its not rooted so you have to do that yourself.
And if you see a weird icon in the statusbar then its because NFC is turned on in settings.
Re: [ROM]Rooted, deodexed & zipaligned stock flashable rom 10.1.A.1.350| Reuploaded
Yeah, I forgot to root it... Silly me.
Sent from my C6603 using xda app-developers app

[ROM][4.2.2][ROOTED]GiONEE STOCK CHINA SV 1.1 Feature-packed

Hi friends,
This is Chinese stock rom, which has some additional features like:
Voice wake up,
Voice commands like S Voice or Siri,
Online Song albums (Chinese)
Online Ringtones
GiONEE Browser,
Color modes,
Lock screen news widget (Chinese)
& More!
It is PRE-ROOTED.
This is an OLDER VERSION SV 1.1 But you will instantly be able to update it to SV 2.2 from system updates.
It is perfectly stable. But since it's Chinese, your system folders will be in Chinese language.
See following pictures to get idea.
YOU WILL NEED CWM RECOVERY TO INSTALL THIS.
I highly recommend backing up your stock rom before flashing anything.
Go to following thread to download and install it:
http://forum.xda-developers.com/showthread.php?p=50320511
Rom can be downloaded from following link:
(Click on the button with '557.18M' Then click WHITE button on the RIGHT of BLUE button :good
http://pan.baidu.com/s/1hqgcEos
Install instructions:
1) Copy zip to phone memory
2) Boot CWM Recovery
3) Wipe User data/ Factory reset
4) Wipe Cache
5) Advanced/Wipe Dalvik
6) Install zip from /sd card
7) Select Zip
8) Do Hula Dance
9) Reboot!
ORIGINAL THREAD
http://www.elife.com/thread-39125-1-1.html
ota upgrade
NHS2008 said:
ORIGINAL THREAD
http://www.elife.com/thread-39125-1-1.html
Click to expand...
Click to collapse
does this get ota upgrade
is it better than indian version
sheraz1015 said:
does this get ota upgrade
is it better than indian version
Click to expand...
Click to collapse
It's on par with the Indian version after you install the OTA update. Better in sense it has. Some additional features that I have listed above that were stripped from Indian version. One more feature it has GiONEE keyboard instead of regular Google keyboard.
query
NHS2008 said:
It's on par with the Indian version after you install the OTA update. Better in sense it has. Some additional features that I have listed above that were stripped from Indian version. One more feature it has GiONEE keyboard instead of regular Google keyboard.
Click to expand...
Click to collapse
doesithaveplaystore and Google apps poor installed
sheraz1015 said:
doesithaveplaystore and Google apps poor installed
Click to expand...
Click to collapse
No it has no playstore.but u can flash cm10 I.e 4.2.2 gapps to enable playstore. Or just copy playstore and sync apps to ur sytem folder with any rootfile manager and change the permission
gionee keyboard
sankhauaa said:
No it has no playstore.but u can flash cm10 I.e 4.2.2 gapps to enable playstore. Or just copy playstore and sync apps to ur sytem folder with any rootfile manager and change the permission
Click to expand...
Click to collapse
can u upload the gionee keyboard. apk so that I can install it on my Indian version
hey y not try porting these features from the chinese firmware??
4.4.2
GTARaja said:
hey y not try porting these features from the chinese firmware??
Click to expand...
Click to collapse
it would be better to port nexus 5 ROM or any latest cm with all the tweaks instead of porting same Chinese room with 90% of same features . let us try to port ant nexus 5 or cm 11 or latest ROM to unleash the power of the beast.
sheraz1015 said:
it would be better to port nexus 5 ROM or any latest cm with all the tweaks instead of porting same Chinese room with 90% of same features . let us try to port ant nexus 5 or cm 11 or latest ROM to unleash the power of the beast.
Click to expand...
Click to collapse
yeah im also having the same feeling but we cant do anything until kernel source is provided
wait and see
GTARaja said:
yeah im also having the same feeling but we cant do anything until kernel source is provided
Click to expand...
Click to collapse
then we have to wait for the kernel to be released
hope that some one comes out with our requirement
sheraz1015 said:
then we have to wait for the kernel to be released
hope that some one comes out with our requirement
Click to expand...
Click to collapse
So I've released the kernel sources. It's your turn.
rom very unresponsive, please help
after flashing the rom, the ui was smooth but in chinese. then i flashed gapps 4.2.2 and changed the language to english. now the ui is very unresponsive, i.e i cannot swipe between homescreens, als it seems as if the processor is being bogged down with something. looking foward to solutions, thanks.
burakgon said:
So I've released the kernel sources. It's your turn.
Click to expand...
Click to collapse
hey burakgon last time you said you were working on some ROM for E7
what happened. and I have another request can you please post general mobile rom.
dhirajranger said:
hey burakgon last time you said you were working on some ROM for E7
what happened. and I have another request can you please post general mobile rom.
Click to expand...
Click to collapse
A nandroid of the discovery ROM would be awesome
Chinese Version Update
Hello All,
Installed chinese stock ROM on my device then i got notification of 612 mb OTA update. I downloaded it but now getting below error while installing zip from recovery.
assert failed: getprop(getprop("ro.product.device") == "GiONEE" || getprop("ro.build.product") == "GiONEE"))
plz help !!
mikky986 said:
Hello All,
Installed chinese stock ROM on my device then i got notification of 612 mb OTA update. I downloaded it but now getting below error while installing zip from recovery.
assert failed: getprop(getprop("ro.product.device") == "GiONEE" || getprop("ro.build.product") == "GiONEE"))
plz help !!
Click to expand...
Click to collapse
Before updating did u installed or removed any software or tried installing xposed framework??
Ur build.prop has some problem...try sorting out seeing ur build.prop and find the above lines and see
GTARaja said:
Before updating did u installed or removed any software or tried installing xposed framework??
Ur build.prop has some problem...try sorting out seeing ur build.prop and find the above lines and see
Click to expand...
Click to collapse
Yeah I have installed xposed framework before installing chinese ROM.
mikky986 said:
Yeah I have installed xposed framework before installing chinese ROM.
Click to expand...
Click to collapse
xposed framework does some modification in build.prop that might be causing the issue..
assert failed solution
go to rom\META-INF\com\google\android\ and open updater-script in notepad. you will find in the first line same verbatim as the error received during flash. delete the line and save the file. it is a tedious process to unzip and then zip again, but this is the only way i know. also, dont flash gapps, there is an option to chane language in the settings. in the last section of settings look for chinese character preceeded by "A". click on it and select english. best of luck. Cmon someone, this phone is crying out for cm 12.

[REQUEST] [HELP] Optimus G3 bootanimation for Cloudy G3

Hi,
I am REALLY going to kill something!! HEEELPPP!! I tried everything but it doesn't work (at least 6-7 hours) and searched everywhere.
I have LG G2 D802, cloudy G3 2.1 ROM, Dorimanx kernel 9.1, bumped KK bootloader.
I have been trying to create/modify bootanimations for days now, downloaded bootanimationfactory, tried all sorts of things. I still can't get it right.
My latest try on bootanimations is to install the Optimus G3 bootanimation (attached for convenience).
When I "Install" this bootanimation either manually or through ROM Toolbox, all I get is "part2" animation and then it stops and that's it....
I tried creating a gif, re-creating a bootanimation in bootanimation factory, I tried extracting, renaming png files and changing desc.txt, etc etc etc etc etc
Nothing works.
Could someone please help me?
PS: I have similar issues with lots of other bootanimations when either simply changing the size in desc.txt or the FPS.
I don't understand anything to these bootanimations, all tutorials I found make it look simple but nothing ever works for me, as soon as I extract/change something/repack the bootanimation doesn't play on my machine anymore.
Its Ok homie I gots u. I know your pain lol was there plenty before I firgured it all out. For one what I see off tops, Too Many Files. More the files more time it can take to load all up. But its all gucci, I'm gonna see if I can work alittle sumthin sumthin and help ya out and fix it for ya.
StlGucci said:
Its Ok homie I gots u. I know your pain lol was there plenty before I firgured it all out. For one what I see off tops, Too Many Files. More the files more time it can take to load all up. But its all gucci, I'm gonna see if I can work alittle sumthin sumthin and help ya out and fix it for ya.
Click to expand...
Click to collapse
I actually found the issue yesterday evening.
CloudyG3 has a different bootanimation file in system/bin.
I replaced it with the one from Optimus G3 ROM and now it is playing the bootanimation.zip files properly!
Did you replace the "bootanimation" file in /system/bin, or the "bootanimation.zip" file in /system/media?
ledvedder said:
Did you replace the "bootanimation" file in /system/bin, or the "bootanimation.zip" file in /system/media?
Click to expand...
Click to collapse
The bootanimation in system/bin
I use rom toolbox to change bootanimation.zip files, much easier.
Please share bootanimation.zip from optimus g3
Do I got the original animations exclusion lolipop inclusion of android lg lg g2 g3 under plisssss
Rapoooo said:
Do I got the original animations exclusion lolipop inclusion of android lg lg g2 g3 under plisssss
Click to expand...
Click to collapse
what?
I write and I got bootanimation with g3 lolipop
still don't understand you...
don't use google translate please...
Optimus G3 V1.4.1 BootAnimation
Optimus G3 V1.4.1 BootAnimation Flashable
Enjoy the my Mod
Note : Before you do anything, get a NandRoid BackUp
Updated : IN V2 , The problem was solved in Updater-Script File :good:
Carii said:
Optimus G3 V1.4.1 BootAnimation Flashable
Enjoy the my Mod
Click to expand...
Click to collapse
Work on cloydy rom?
Sent from my LG-D802 using Tapatalk
goran_oh said:
Work on cloydy rom?
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
Yes it Work On : Cloudy G3 V2.1 + Lam Hoang G3 V.2.2
Please Download new Version (V2) From Previous Post
Do not forget to NandRoid Backup
Included File :
system/bin/bootanimation
system/bin/shutdownanimation
system/media/bootanimation.zip
system/media/shutdownanimation.zip
system/media/audio/ui/PowerOff.ogg
system/media/audio/ui/PowerOn.ogg
Work all ok on Cloudy G3 v2.1 tnx Carii
Sent from my LG-D802 using Tapatalk

[ROM] [UNOFFICIAL] Lineage OS 15.1 & 15.0 nightly builds for Nexus 5X (Deprecated)

[ROM] [UNOFFICIAL] Lineage OS 15.1 & 15.0 nightly builds for Nexus 5X (Deprecated)
I wrote a script to fetch and build Lineage OS 15.0 & 15.1 every day on my server (Start at 00:00 UTC).
If you are interested in trying new things, feel free to download. The packages were signed using test keys from the repo so you may NOT directly OTA upgrade to the official release of Lineage OS 15.0 that may release later.
(Of course, the builds are provided AS IS with ABSOLUTELY NO WARRANTY)
The download is available here:
LOS 15.0: https://dl.v2bv.net/los15
LOS 15.1: https://dl.v2bv.net/los15.1
Lineage OS 15 is still UNDER DEVELOPMENT, there will be many problems, take care of it.
=================
For build 20170924:
If you met "E3004: This package is for device: bullhead; this device is .", try to delete the first line in META-INF/com/google/android/updater-script.
(Delete this
Code:
assert(getprop("ro.product.device") == "bullhead" || getprop("ro.build.product") == "bullhead" || abort("E3004: This package is for device: bullhead; this device is " + getprop("ro.product.device") + "."););
I NEVER made any change to the source code, so it's probably a problem from upstream.
Also after installing the package, Setup Wizard seems will crash. You need to find a way to bypass it or try a later build.
And again, Lineage OS 15 is still UNDER DEVELOPMENT, there will be many problems, take care of it.
This thread is now deprecated, please view https://forum.xda-developers.com/ne...m-lineageos-15-0-15-1-nightly-builds-t3741956
error cannot install rom
CreateYourDream said:
error cannot install rom
Click to expand...
Click to collapse
It seems Lineage OS's update script's problem(I didn't make any change to the source code). I met this problem while I try to install it yesterday.
Try to delete the first line in META-INF/com/google/android/updater-script.
(Delete this line)
Code:
assert(getprop("ro.product.device") == "bullhead" || getprop("ro.build.product") == "bullhead" || abort("E3004: This package is for device: bullhead; this device is " + getprop("ro.product.device") + "."););
And note that the Setup Wizard seems not working, you may need to bypass it.
KayMW said:
It seems Lineage OS's update script's problem(I didn't make any change to the source code). I met this problem while I try to install it yesterday.
Try to delete the first line in META-INF/com/google/android/updater-script.
(Delete this line)
Code:
assert(getprop("ro.product.device") == "bullhead" || getprop("ro.build.product") == "bullhead" || abort("E3004: This package is for device: bullhead; this device is " + getprop("ro.product.device") + "."););
And note that the Setup Wizard seems not working, you may need to bypass it.
Click to expand...
Click to collapse
how open that file?? cannot read with notepad
irfanhutomo said:
how open that file?? cannot read with notepad
Click to expand...
Click to collapse
If you are using Windows Explorer to open the zip file, it seems it doesn't support editing.
I suggest you try 7-Zip.
https://telegra.ph/How-to-edit-META-INFcomgoogleandroidupdater-script-in-Windows-09-25
(Sorry I cannot post images and links yet, so you need to copy the link to view the tutorial).
are this rom can be use as daily driver?
edit:
i get this message ,
what vendors should I use?
In scale from one to ten: how stable is it?
Sent from my Nexus 5X using XDA Labs
Banan PL said:
In scale from one to ten: how stable is it?
Sent from my Nexus 5X using XDA Labs
Click to expand...
Click to collapse
i use for daily driver and use franco kernel
CreateYourDream said:
i use for daily driver and use franco kernel
Click to expand...
Click to collapse
Are there any bugs like random crash wifi/Bluetooth/camera issues, etc?
Sent from my Nexus 5X using XDA Labs
Banan PL said:
Are there any bugs like random crash wifi/Bluetooth/camera issues, etc?
Sent from my Nexus 5X using XDA Labs
Click to expand...
Click to collapse
only annoying message after reboot the device
Can someone post OPR6 vendor? According updater script LOS 15 is based on OPR6, but I have OPR4 (September patch). Thanks!
---------- Post added at 18:58 ---------- Previous post was at 18:43 ----------
How to bypass setup wizard? Just remove it?
CreateYourDream said:
only annoying message after reboot the device
Click to expand...
Click to collapse
Just a quick question: Do you have sound while playing music/video? I have all sound except these from media. Do you know how to fix it?
Edit: It seems that it can't play music from any music app, default music player won't even add to playlist, play music will glitch (At least YouTube works fine)
Banan PL said:
Just a quick question: Do you have sound while playing music/video? I have all sound except these from media. Do you know how to fix it?
Edit: It seems that it can't play music from any music app, default music player won't even add to playlist, play music will glitch (At least YouTube works fine)
Click to expand...
Click to collapse
same here, i use aimp for music
KayMW said:
It seems Lineage OS's update script's problem(I didn't make any change to the source code). I met this problem while I try to install it yesterday.
Click to expand...
Click to collapse
it's not a problem in lineage. TWRP uses a legacy property service that does not work with oreo roms. That's why the getprop is failing.
To fix it, you would need to build a new version of twrp and define TW_NO_LEGACY_PROPS := true
razorloves said:
it's not a problem in lineage. TWRP uses a legacy property service that does not work with oreo roms. That's why the getprop is failing.
To fix it, you would need to build a new version of twrp and define TW_NO_LEGACY_PROPS := true
Click to expand...
Click to collapse
Oh... Then sorry, Lineage OS. (XD)
(I don't want to build TWRP yet, so I can just use this dirty method to bypass it XD)
CreateYourDream said:
are this rom can be use as daily driver?
edit:
i get this message ,
what vendors should I use?
Click to expand...
Click to collapse
Basic functions seems work.
(In fact I'm using AOSPA for now so I don't know exactly how (un)stable is it.)
If you meet any problem, download the newest build may fix it.
And for the problem of vendor image... I'm not sure why it will happen...
(Note that the official vendor image's version isn't perfectly match the branch Lineage OS's using).
build stopped at october 27 ?
ChewC2 said:
build stopped at october 27 ?
Click to expand...
Click to collapse
Sorry for that.
I wrote a bash script to build automatically, and use cron to run it daily. But I don't know what's wrong with it, most time when the script executed by cron it won't build correctly (you can view the build log to see details). When that happens, I have to run it manually. But I was in the hospital for last two weeks so it stopped. Sorry.
ChewC2 said:
build stopped at october 27 ?
Click to expand...
Click to collapse
It seems I've fixed the problem, tomorrow may work fine. XD
Anyone tried one of the newer builds? Is it stable enough to be used as a daily driver? I'm only talking about stability and not about LOS features.

Altered Miui 12 bootanimation

This is my new thread for Miui 12 Bootanimation based in official images, clean and simple.
How to install:
1-- If you are root :
a) Manually:
With some root app like Root explorer, copy this zip into main memory and copy & paste to system/media, and replace the original one.
Apply permissions like attached image .
Reboot.
b) Install as a magisk module from Magisk app adding it.
Download it from here:
Simple : https://drive.google.com/file/d/1Ro0cj_DpyW668y39eUdYVD-8GDAoFGaK/view
(Thanks @ogutolopes)
Coloured official with logo:https://drive.google.com/file/d/1QIBPWWw-_V2-brebXrYjUYre0dzp4zP_/view?usp=sharing[/URL]
That's all.
2. If you are NOT root ( and for root users too), you can install like a theme in the Themes app, importing the file
"MIUI 12 bootanimation.mtz" attached.
Hope you like it.
ENIAC
ea3aitjr said:
This is my new Miui 12 Bootanimation based in official image, clean and simple.
How to install:
With some root app like Root explorer, copy this zip into main memory and copy & paste to system/media, and replace the original one.
Apply permissions like attached image .
Reboot.
That's all.
Hope you like it.
ENIAC
Click to expand...
Click to collapse
Thank you, but how it's possible? MIUI 12 is not released yet.
boubougaming said:
Thank you, but how it's possible? MIUI 12 is not released yet.
Click to expand...
Click to collapse
It is not the official one.
I made it myself..
ea3aitjr said:
It is not the official one.
I made it myself..
Click to expand...
Click to collapse
Oh okk i didn't understand. Thank you for sharing this. Have a nice day
ea3aitjr said:
It is not the official one.
I made it myself..
Click to expand...
Click to collapse
Superb work my friend...
Miui-12-simple-bootanimation-modmagisk
I liked this boot, it's faster.
Magisk module for those who want to simplify installation
Download here
When installing, confirm twice on volume +
ogutolopes said:
I liked this boot, it's faster.
Magisk module for those who want to simplify installation
Download here
When installing, confirm twice on volume +
Click to expand...
Click to collapse
Works great, thank you.
Added new bootanimation based in offcial one, but with altered colours and official logo.
Enjoy !
ENIAC
ea3aitjr said:
Added new bootanimation based in offcial one, but with altered colours and official logo.
Enjoy !
ENIAC
Click to expand...
Click to collapse
Thank you.
Where is the .mtz file ?
ogutolopes said:
Miui-12-simple-bootanimation-modmagisk
I liked this boot, it's faster.
Magisk module for those who want to simplify installation
Download here
When installing, confirm twice on volume +
Click to expand...
Click to collapse
Great method for read-only devices!
Fun fact: You can modify this module with a custom bootanimation,
Simply extract the files, replace the "Bootanimetion" folders zip with your desired bootanimation,
Compress to ".zip" and flash it with magisk!
Works great, thanks!

Categories

Resources