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.
https://www.gsmarena.com/lava_pixel_v2-7574.php
From where did you download the ROM you used to flash your phone? Was it a manufacturers stock ROM or did you use a third-party ROM (i.e. Lineage). Just offhand, if there weren't any error messages that popped up during the flashing process, if a phone won't boot afterwards that's often because it wasn't the correct ROM for that particular phone model.
But at least whatever did go wrong didn't hard brick your phone. Since you can still boot it up into its boot menu you'll need to flash it with a stock ROM. That'll return it back to its original, non-root state so you'll have to root it again.
Every rom and customization for this phone can be found here:I need to at least get back Android v. 5, and then hopefully upgrade to 6 or 7.
Every rom and customization for this phone can be found here:
https://forum.xda-developers.com/t/lava-pixel-v2
Thanks GameTheory.
I did find the site you recommended previously.
Unfortunately there is no one file or post that clearly states what I should do to get my phone working again.
I have already spent more than a day working on this and expect to be spending many more days trying to fix this.
As I said the good news is that I can boot into root, but from there none of the downloads have worked so far.
All are giving one error message or another.
I need some computer-phone ROM upgrade method I think.
If you have twrp recovery installed and you're able to get into it, then just flash one of the custom roms from the xda link I gave you following the instructions that are posted with the rom.
The problem before was that you were getting your rom from an unreliable source. For example, in post #3 you said the error was "could not find the update-binary". That is a sign of a shady download. The update-binary is supposed to be located within the flashable zip archive. Twrp recovery needs it to flash the rom properly.
which rom are you flashing? most of the roms linked does not seem to have gapps files. do you have a link other than the file sharing link? do you have a page or thread link from the developer?
True that! You're right. That mm rom seems like the best option.i would try the marshmellow rom i linked before first. once we have a working phone, feel free to backup the phone with TWRP and then you can flash other custom roms. try ones without gapps just to make things easier.
i would try the marshmellow rom i linked before first. once we have a working phone, feel free to backup the phone with TWRP and then you can flash other custom roms. try ones without gapps just to make things easier.
nice i'm glad it worked......definitely back it up with twrp. afterwards you can fiddle around with the nougat rom if you like. as long as you have a working recovery all is not lost.
well supersu is not a recovery. it allows you root access. are you powering off first and then use the buttons combo?
if you are having trouble accessing recovery using the power volume buttons then you might want try adb.
i think the command is:
adb reboot recovery
i could be wrong, as it has been along while since i used adb, but i think that's correct.
There are free apps in the play store to boot into recovery for root users.
Maybe try installing TWRP again. Or try using a different computer as well.
su
reboot recovery
@DroidRick
Ok, I got a couple more ideas... Most custom roms have a couple nifty options in the "Developer options" within the settings...
First option:
Second option:
- Go to "Developer options" in the settings
- Look for and enable "Advanced restart"
- Now hold power button - click restart - click recovery
- Go to "Developer options"
- Look for and enable "Local terminal"
- This enables a hidden terminal app in your app drawer.
- Open the terminal app and enter the following 2 commands:
Code:su reboot recovery
Let us know if this works out.