I plan on getting the V10 tomorrow - T-Mobile LG V10 Q&A, Help & Troubleshooting

Well i planned on getting the V10 tomorrow and out of excitement i was going to look up how the dev was on xda. Disappointment it seems to be very little development. Is there a particular reason or should i get different phone?

I'm actually thinking the same exact thing. Plan on getting this phone this weekend with Jump on Demand from an S6

Development is down on all devices..and for many reasons:
1. Much greater security in Lollipop and Marshmallow
2. With all the customizations available and features included on new phones developers are losing the desire to make ROMs
Between layers and Xposed most users can make their phones do what they want
3. Manufacturers and Carriers locking bootloaders and making root very difficult and anything other than flavors of stock impossible
Security is the new thing that sells phones...these are people's personal assistants now with their entire lives and financial business on them.
With all the features included on new phones these days, including theme engines, for most people just having root is enough. And for some devices there is not even root.
Best advice? Look towards a Nexus device...unlockable, rootable and works on all carriers.

What kind of development do you want exactly? Between root and all the Xposed modules available, there really is no more need for custom ROMs. For the V10, P_Toti's G4TweaksBox takes care of 95% of things people would want to change, and you can accomplish the rest with Xposed.

when the phone stops doing what you want(i.e. when it's end of life and thus isn't supported by the oem) then is the time to worry about romming, but honestly, by the time a device is end of life, it's usually time to get a new phone anyways...android is to the point now that other than modifying things layout-wise, there's no reason to rom...as has been said numerously, between xposed and the way android is, and manufacturer skins as well, there's no point anymore

Related

FAQ: Rooting

Since I asked a lot of question on this forum I would like to share the answers with everybody and maybe help them.
NOTE: Please don't post any replys as I want to keep the post clean and room for updates, send me a PM if you have and idea or any fails that I made in this post, if this post helped you don't post hit just the thanks button. Cheers.
Current list of questions with answers(will be updated):
Why would I want to root my phone?
Is rooting worth the trouble?
Is rooting illegal?
Will I have any customer support?
Is it dangerous?
Isn't rooting a complex and difficult process?
Will I still receive operating system updates from my carrier?
Application updates?
What if I want to un-root my phone?
Do I run the risk of bricking my phone?
Could my phone overheat and explode?
Why would I want to root my phone?
Everything in a Linux system is a file, or is treated as a file. Since Android runs on top of Linux, it acts the same way. Most of the files you will need to access or change are available to you without having elevated permissions. "Most" being the key term here. When you want to do things that affect or change the core software of your device -- like updating the version of Android on your phone, or adding a nice piece of software from another device -- you'll have to do it as root. Dream and Magic users have been running Eclair on their phones for a good while now, and it’s because they have rooted their device. Rooting also gives you access to some handy software that you couldn’t use otherwise. Things like a complete system backup or ad blocking software require you to root your device. Don’t root your phone just for the sake of rooting your phone, but if you come across something you feel you could use or would like to have, then consider it. You'll find that the open source community is usually pretty helpful and encouraging new people to do new things is common. And when you get to the point where you can lend a hand to the new folks, pay it forward.
Is rooting worth the trouble?
The answer is a resounding yes. The phone is faster than it has ever been, the battery lasts longer, and have all kinds of new features, including free wireless tethering and notification-bar widgets. Rooting your phone is generally a fairly quick process, though the complexity depends on your specific situation. Once you're rooted your handset, you can begin installing apps (many directly from Android Market) that will take advantage of your handset's new capabilities. Installing custom ROMs (replacement operating systems) built by hackers is a longer, more involved process , and generally involves your wiping all the data from your phone, but even that is worthwhile.
Is rooting illegal?
Nope. You bought the phone, it's your equipment, you own it, and you can do what you want with it. No one is going to come and get you, and your service provider will not cancel your contract. In fact, the U.S. federal government recognized the legality of rooting a phone in July 2010.
What you will do, however, is void the warranty on your device. If you don't want to live without a warranty, rooting isn't for you. Personally, I finally decided to take the plunge when I realized that the potential benefits outweighed the potential consequences. My phone was becoming slow and buggy, with lots of force-closes, and I was just about eligible for an upgrade anyway.
Will I have any customer support?
Rooting can be daunting because there is no toll-free number you can call for help, and no governing body to which you can turn for definitive answers. But the collective process of rooting phones and creating custom ROMs has engendered cool and supportive communities. The user-generated forums out there contain a staggering amount of information; the CyanogenMod forum has offered answers to almost all of my questions, as has the XDA Developers forum, but you can find many more. No matter your question, the forums most likely already have threads that can answer it. If you really can't find anything, you can always start a new thread to ask your question. If you think you've really mucked things up and you need immediate help, many IRC chat channels specialize in support for rooters. (Download an IRC client on your computer and head to irc.freenode.net, where the channels #android and #android-root are particularly helpful.)
Is it dangerous?
It can be, It might, and Yes. By not allowing access to the superuser account, the manufacturer and your carrier have basically protected you from doing things that change the system and make it unusable. All it takes is one wrong keystroke to turn your shiny new Android phone into a plastic and metal brick with no connection. Most times this is recoverable, but not always. You have to decide how capable you feel you are, and how well written the instructions you’ve found seem to be. Nobody will blame you if you decide against the risk, especially your cell carrier. All major carriers and manufacturers plainly state that altering or using unapproved software voids your warranty, and rooting falls into that category. While that seems a bit harsh, they need to be able to support the products they sell. For that to happen, they need to know exactly what’s running and what it’s doing.
Apps that run as root need a little further consideration. You need to have a level of trust in the person who wrote the app first and foremost. Does the developer have other software available? Do the user comments (for Market apps) have anything that raises a red flag? Do the requested permissions seem a little odd? These are all questions you need to think about before you allow something to run as root. For a further level of security, think about installing an application that warns you anytime something tries to run as root. SuperUser Whitelist is a great little app that does exactly that. If you decide to go on and root, ask users with the same device as you for a link to a version of SuperUser Whitelist that works with your firmware. Once installed, anytime something wants to run as root, the app intercepts and asks if you would like to allow it. You’re given the choice to accept, decline, or grant the app in question full privileges each time it runs.
One last thing to touch on here. Many custom ROMs include some sort of SSH server. This can be a wonderful tool, or it can get you in hot water. This is what caused the whole “Rick-Roll” episode with the latest iPhone jailbreak. The server sits and waits for an outside connection, and if that connection provides the right password full control of the device is turned over. In the case of the iPhone, users never bothered to change the default SSH password for root. A clever (or devious) group of users simply scanned for servers listening on the correct port, then attempted to sign in as root with the default password. Lesson learned, but this is easy to prevent. Ask other users of the ROM or firmware you’re thinking of flashing if there is a server listening, and if so how to disable it or change the default password.
Isn't rooting a complex and difficult process?
Yes and no. It really depends on what model of phone you have. On many phones (such as the Nexus One, Motorola Defy, or EVO 4G) the process is incredibly easy: You can download an app such as Simple Root, Universal 1-Click, or Z4root that will safely root your phone with a single click. Those apps are no longer available from the Android Market, but you can find them online with a simple search and install them onto an SD Card.
It is important to note that different approaches will work for different phones. For example, Z4root will work on many Android phones, but it won't work on most HTC models. Some rooting apps will work on an early build of Android 2.2 (Froyo), but will not work on later builds (though more and more apps are being released for that now). Rooting is phone/OS specific, so make sure to check that the root tool you're considering is compatible with your phone. For other models, rooting may take much more work. You might be required to connect the phone to your computer and enter some lines of code in a terminal utility.
Fortunately, more and more root apps do not require you to hook up your computer and get in that deep. Do some research as to what is required for your setup, read some step-by-step guides, and be honest with yourself about how comfortable you would be trying to follow the directions. If it feels like you'd be in over your head, it's probably best to avoid rooting.
Note that generally rooting is even tougher to do if you use a Mac, as most of the software for doing this sort of thing is written for Windows or Linux.
Will I still receive operating system updates from my carrier?
Maybe. More than likely if you’ve just rooted your phone so you could have access to the full file system and haven’t drastically changed things, the phone will still pass your carrier's checks and upgrade. If you’ve delved deeper and really customized your device, count on not being able to upgrade. Carrier updates were designed to work with the original software, so they need to be sure that’s what the phone is running. Again, this is for your own good. T-Mobile or Verizon can’t offer technical support for things they haven’t trained their technicians on, and if you flash a carrier approved update over custom software it’s probably not going to work.
The good news is that failing the checks the carrier does during an update won’t cause any damage to your phone. The update will just quit and you’ll be back where you started. Then you can decide if you would like to un-root and upgrade or take another path. The worst case scenario is that the phone passes the carriers checks, updates, and then things get broken. That’s pretty unlikely, but possible. If that would happen, you won’t be alone. Everyone in your situation will scramble to their favorite Android user forum and hopefully a work around can be found.
Note - a carrier update may also break the ability to root the device and a new method will need to be found. Any discussion of upgrading and root needs this mentioned as well. Most folks who root and decide to install a custom ROM wait for the ROM developer to provide an update that includes any bug fixes or new capabilities of the carrier update.
Application updates?
Yes. While it’s not being used, the program that allows permissions to be upgraded just sits and does nothing. Normal applications won’t even be aware it’s there, and applications that use it expect it to be there. Application updates, whether they are from the Market or other third parties will still install as normal.
What if I want to un-root my phone?
It depends on the model of your phone. Some are ridiculously easy to revert, some not so much. This is the most important question you can ask before you dive in and root your phone. Usually the website you found the method to root your phone will also have a discussion about un-rooting and going back to stock firmware. Take the time to find and read this information so you’re aware of just how difficult it’s going to be to go back. Pay close attention and create backups when recommended while you’re rooting your phone, as these may be needed to go back. I’ve not heard of any device that can’t be restored to factory firmware provided the original was backed up properly as recommended during the rooting process. The most important thing to always remember is to ask for help. If you do find yourself stuck without a backup or a working phone and need to roll back, ask for advice. Our forums are full of fine folks from all walks of life, and the majority are more than happy to help. There’s a good chance you’re not the first person in that situation and a solution has already been worked up!
Do I run the risk of bricking my phone?
This is one of the Internet's favorite bogeymen. "Bricking" is the idea that if you try to tinker with root access, you'll mess something up so it becomes completely unusable, and you'll essentially turn your phone into a paperweight. While that's certainly not outside the realm of possibility, the good news is that Android phones are generally very hard to brick. Yes, even the Droid X, which was purported to be the "unrootable" phone, has been safely rooted for quite some time (Z4root reportedly works with the Droid X).
If you do get caught in a boot loop, you may have to connect your phone to your computer and rewrite some code, but if you are patient and willing to do some more reading, you will almost always be able to find a way to at least restore your phone to its original state (read more on where that help comes from in the next section).
A common mistake that actually will lead to a bricked phone is running out of battery power in the middle of trying to install a custom ROM. The operating system only half installs, and that really is tough to fix. So always make sure that your battery is full before you install a new OS or ROM.
Also, just because a phone is rootable does not mean you can install any custom ROM you want. Differerent ROMs will work for different phones. Even the extremely popular CyanogenMod works for many phones, but certainly not all, so do plenty of research to make sure your phone is supported before trying to install a custom ROM.
Could my phone overheat and explode?
One of the major incentives to root your phone is the ability to overclock your processor to gain more speed (or underclock it to extend battery life). My phone has gotten considerably faster because of overclocking. When you overclock your processor, though, it will get hotter. If you try to push your phone too far and you don't set any fail-safes (a maximum allowable temperature in the overclocking utility), then you could burn out your processor. However, it is very easy to set safety thresholds to ensure that you don't do that.
SetCPU, the most popular app for overclocking or underclocking, allows you to set up various profiles.
Reading the rooting forums will give you plenty of advice on how far you can push your specific device and maintain stability. It pays to do some experimentation: Different phones behave differently, even if they're the same model.
Sources: androidcentral.com, pcworld.com
Useful threads:
[TUTORIAL] Unlocking, rooting, custom roms installing, going back to stock
[INDEX] HTC Desire X (protou) - Everything Desire X is here!
Reserved.

Community development strength

You're a power user. Can the honor 5X keep up? Rate this thread to express how "healthy" the development scene is for the honor 5X. A higher rating indicates available root methods, kernels, and custom ROMs.
Then, drop a comment if you have anything to add!
Hoping for more love to be given to this KIWI devices
How can there be any development for Android 6.0 without the gorram Sources and Binaries. Honor is still holding out, saying they need to beta-test their proprietary ****e. Somehow I kind of doubt that we'll see official Marshmallow/EMUI4.0 before the friggin' year is up.
jadephyre said:
How can there be any development for Android 6.0 without the gorram Sources and Binaries. Honor is still holding out, saying they need to beta-test their proprietary ****e. Somehow I kind of doubt that we'll see official Marshmallow/EMUI4.0 before the friggin' year is up.
Click to expand...
Click to collapse
I am a beta tester and I would guess another month or so. Software is pretty close. So patience, they aren't holding out. They have actually been very forthcoming and helpful to folks here at XDA.
I hope someone with knowledge about kernels would step up and create a custom kernel so that we can overclock and optimize.
Developement is below average. To compare, my HTC HD2 had excellent custom roms available, my Samsung Galaxy Note I had a fair ammount of roms available with most functionality working properly. The Honor 5X currently has no rom with all the basic hardware working (mainly the fingerprint reader). Whatever the reason is, I can say that currently you should not buy this device if you want a custom rom as your daily driver.
Check the custom roms section if you want to see the recent developements. Check out the CyanogenMod roms, since all the others are based upon that AFAIK. If there is still stuff listed as not working (hardware) then wait a little longer or go for another device if you want to have custom roms.
Do not agree with KoeWaffle at all, with exception of fingerprint. Good choice of main custom roms, does not matter if cm based, that can be used as daily drivers... way better than stock!
Sent from my KIW-L21 using Tapatalk
nrpetonr said:
Do not agree with KoeWaffle at all, with exception of fingerprint. Good choice of main custom roms, does not matter if cm based, that can be used as daily drivers... way better than stock!
Sent from my KIW-L21 using Tapatalk
Click to expand...
Click to collapse
All current custom roms are CM based. There is pretty much 1 custom rom with many variations available. The device has been out for less than half a year, so it is really not a surprise nor an attack to this community.
This phone offers a slick design and a fingerpint sensor as major selling points. One of it is not working. How does it offer more than a similar phone from another brand then? Despite what others may think of it, I personally really like the fingerprint sensor and do not want to sacrifice it for a more vanilla experience (plenty of other phones offering that from the get go at a lower price). People should just be mindful of it. If they want a different software experience with the samd phone it is just not ready yet...
KoeWaffle said:
All current custom roms are CM based. There is pretty much 1 custom rom with many variations available. The device has been out for less than half a year, so it is really not a surprise nor an attack to this community.
This phone offers a slick design and a fingerpint sensor as major selling points. One of it is not working. How does it offer more than a similar phone from another brand then? Despite what others may think of it, I personally really like the fingerprint sensor and do not want to sacrifice it for a more vanilla experience (plenty of other phones offering that from the get go at a lower price). People should just be mindful of it. If they want a different software experience with the samd phone it is just not ready yet...
Click to expand...
Click to collapse
I for one wouldn't say development is "below average". What would you consider average, for starters? The 5X was, as you said, released quite recently, and we already have bootloader unlocking, TWRP, and root access available as additional options here in the forums, not to mention a (small, ok, but still) number of different custom ROMs including CyanogenMod. To me, there's really not many other "important" things beyond this, except for custom tweaks for every model (the Honor has some as well).
Really, the only "big thing" we'd be missing here on regards to modding would be an easy Xposed install - I say easy because many users have already got it, but afaik it's not a simple flashable .zip but system file editing as well. Not a big deal for a truly tech-savvy person like those who roam the XDA forums, though.
I'm not arguing the selling points; it's true, the fingerprint sensor was a major differentiator considering this phone's market range and price, and many phones have followed the (its?) example. But then again, it's just one feature, and it's already been mentioned multiple times that its implementation is close in time.
I wouldn't advise people to get another phone just because of a lack of fingerprint support on custom ROMs or a kind-of difficult Xposed installation. That is, unless they want to get another phone for like, a month, before coming back and buying the 5X - lol!
Of course, not an attack, just my humble opinion.
ElBerretin said:
I for one wouldn't say development is "below average". 1 What would you consider average, for starters? The 5X was, as you said, released quite recently, and we already have bootloader unlocking, TWRP, and root access available as additional options here in the forums, not to mention a (small, ok, but still) number of different custom ROMs including CyanogenMod. To me, there's really not many other "important" things beyond this, except for custom tweaks for every model (the Honor has some as well).
2 I'm not arguing the selling points; it's true, the fingerprint sensor was a major differentiator considering this phone's market range and price, and many phones have followed the (its?) example. But then again, it's just one feature, and it's already been mentioned multiple times that its implementation is close in time.
3 I wouldn't advise people to get another phone just because of a lack of fingerprint support on custom ROMs or a kind-of difficult Xposed installation. That is, unless they want to get another phone for like, a month, before coming back and buying the 5X - lol!
Of course, not an attack, just my humble opinion.
Click to expand...
Click to collapse
1 - Maybe a poor choice of words, what I am implying is the availability of complete and sound roms is below my average experience (that being the HTC Leo / HD2, DesireHD and N7000). In due time we might see complete custom roms, but that time is not now and I do not think we can say yet whether it will happen for sure (the developers are not paid to do this).
2 - It has been close for months now, they're waiting on Huawai to release the sources. Some say the sources have already been released but I haven't checked them out myself. For now it is not available and thus I say the available roms are incomplete.
3 - I would, if they want to buy a phone now and have a custom rom as a daily driver (/w all functionality) then it just isn't ready yet. Most people want a custom rom to get rid of the EMUI completely. And no, once you buy that other phone you probably stick with it. So if you want a more vanilla Android experience and don't care about the fingerprint sensor, pick the cheaper phone.
KoeWaffle said:
1 - Maybe a poor choice of words, what I am implying is the availability of complete and sound roms is below my average experience (that being the HTC Leo / HD2, DesireHD and N7000). In due time we might see complete custom roms, but that time is not now and I do not think we can say yet whether it will happen for sure (the developers are not paid to do this).
2 - It has been close for months now, they're waiting on Huawai to release the sources. Some say the sources have already been released but I haven't checked them out myself. For now it is not available and thus I say the available roms are incomplete.
3 - I would, if they want to buy a phone now and have a custom rom as a daily driver (/w all functionality) then it just isn't ready yet. Most people want a custom rom to get rid of the EMUI completely. And no, once you buy that other phone you probably stick with it. So if you want a more vanilla Android experience and don't care about the fingerprint sensor, pick the cheaper phone.
Click to expand...
Click to collapse
1-Now that's something I can agree with
2-The sources were released iirc, but as you said developers are not paid for this so it's a game of wait and see
3-I would suggest people give EMUI a try for a while after buying the phone. It's not like I love it, but come on; the specs aren't anything out of this world, I know that, so if you so desperately want a custom ROM that you can't wait for a day- just get another phone, don't even consider the Honor 5X, or any phone that comes with a skin for that matter. Besides, the wait makes it more worthwile imo, how can you know how much better a ROM is than EMUI if you haven't actually run EMUI to begin with? Again, just my opinion...
update
not happy with honor..... and dont even know if update comes or not think like jst making fool.......
using honor 5x and 6p from last 4 months have got any update even security patch in honor while in 6p it comes every month...... wer saying that we will get update of android 6.0 in last may but its naw june and no responce.................
disappointed
Matter of opinion, I respect yours and fully agree with huawei ****ty update policy. At least they open bl and share some sources,which are, at least on qualcomm based huaweis, usable to some extent. I have different opinion on development strength, I see no problem with using crpalmers base (cm) for other ROMs as it working well w/o bugs mentioned by u. The last real things that are to be fixed are fingerprint (on the way,fixed by surdu petru ) and HDR mode on camera.
Sent from my KIW-L21 using Tapatalk
Lol, where r good old times when LEO development started and bricks and following recoveries of thosr were daily practice
Yes, huawei update policy is...
Sent from my KIW-L21 using Tapatalk
i was kinda afraid of development due to the fact that it is an honor device,bt now am happy that it has official cm13 and other cm based roms.
Very premium feeling phone for the price range, good features. Don't care that much for EMUI though, it's a bit iPhone-y and limited.
CM12 and CM13 ROMS are well represented here, and hope to see some Nougat/CM14 love here soon
Good support considering its huawei
A lot of ROMs hère so one for every taste.
If you are flasholic, you can get drunk with your honor5x : )
Sent from my KIW-L21 using XDA-Developers mobile app
im a flashaholic!!
I made more than 10 ROMs. I hope that's good for everybody.

To Root or Not To Root

i am buying a new phone, the S8+ to be exact, and there have been a lot of new developments (problems) when it comes to rooting your device. i've been rooting my smartphone devices for over 10 years because i love the freedom it brings (er, brought). Now i read things like Netflix, Snapchat, and AndroidPay not working on rooted devices. So i am wondering what people's experiences have been like. Any regrets? Are the trade-offs worth it to you? Is it worth being able to uninstall bloatware and install custom ROMs if a lot of other features and apps will stop working? i know most of this is personal preference but would like to know more about what other people have experienced.
billybag said:
i am buying a new phone, the S8+ to be exact, and there have been a lot of new developments (problems) when it comes to rooting your device. i've been rooting my smartphone devices for over 10 years because i love the freedom it brings (er, brought). Now i read things like Netflix, Snapchat, and AndroidPay not working on rooted devices. So i am wondering what people's experiences have been like. Any regrets? Are the trade-offs worth it to you? Is it worth being able to uninstall bloatware and install custom ROMs if a lot of other features and apps will stop working? i know most of this is personal preference but would like to know more about what other people have experienced.
Click to expand...
Click to collapse
First and foremost, if you plan on getting a US variant, meaning it will have a SD835 in it, Root is unlikely to come soon for it, This doesn't mean it won't happen, just not soon. Now if we're talking international, the ones that ship with an Exynos in it, they're rootable now.
Now, with that out the way let's get into the questions you've asked. There will indeed be a selection of apps that will not work when rooted these days because of "SafetyNet" check failure. Some of the biggest would be Snapchat and Android pay, However they will work with the assistance of Magisk which will allow SafetyNet to pass it's check, Same goes for most apps that fail to work because of root presence.
Heading back to what I first mentioned now, Rooting a Samsung device of recent years comes with some pretty notable cons to it, These would include loss of KNOX, I'm not sure what your stance on security is but if security is a concern to you, losing KNOX is not good. Another big and notable con is you will lose all Samsung pay support permanently, Actually to be honest both of the latter are permanently lost once rooted. If these things aren't a concern for you then by all means root away.
On to other things now, Rooting these days doesn't present as many attractive things as it use to, especially on a Samsung device. Most OEMS have given alternatives to many of the things a user couldn't do without root before. Currently there is no Xposed on Nougat and above, it's being worked on but there is no foreseeable date that can be given on when it will be completed.
So all in all, Until root is achieved for the Snapdragon variants, I'd hold off on a purchase of an S8. If we're talking Exynos variants then by all means get one, as I've said they're rootable right now. But don't let that be the ray of sunshine, though they're rootable, They're in infact an Exynos and Samsung is unwilling to provide source code to their Exynos chipsets. Which basically means to you that custom ROMs will be limited to rehashes of the stock ROMs with a couple mods if possible, AOSP such as Lineage and others like it are next to impossible to happen on Exynos without​ a source code to work from. It has been done before but the resulting roms took a long time to develop and either were extremely buggy or were just simply not usable for daily use.
I'm pretty sure I've hopefully covered every aspect I could but if you've got any more questions I'll surely answer them.
I apologise for this being so long lol.
Perfect. Thank you, this helped a lot.
billybag said:
Perfect. Thank you, this helped a lot.
Click to expand...
Click to collapse
Glad I could help, Again sorry it was a lengthy response but it was necessary to cover all of it.

Is the P20 lite worth it for 160€?

I'll have the chance to buy this phone for 160€. Normally I investigate around if the community enjoys the phone if there's development for it in custom roms and what's the status on the bootloader but it's getting complicated.
From what I've heard, Huawei stopped offering the chance for unlocking the bootloader for its phones, it is still possible with this one? If yes, completely? Can we do whatever we want or are we limited? I've browsed and seen treble support for it, is it working well? If you are using a P20lite with a treble rom, what works and what doesn't for you?
I'll still be looking for info to my own questions and even more but if you have some spare minutes, own the phone and have the answers I'm looking for, care to help please?
If it's worth it? For that price and as of right now, definitely yes. It's a well built phone for the price, the glass on the back is a bit bad of course in terms of durability but allows for better network possibilities which plastic does not. In terms of ROMS and recoveries the phone already has them which at this time is amazing, although development always depend on the true developers that stay up to date and that give their best to keep projects up to date.
Boot loader is a problem as of right now for those who have no key to unlock it. There is some paid software that can do it like Funky Huawei and others...Although I think Huawei might change it or find a better solution to developers trying to develop some ROMS to their phones. Huawei only does this because of security since Android is full of vulnerabilities and they are not risking to lose against other companies like Apple.
Once you have a boot loader unlock code, yup you are free to do anything on your phone
As for the treble ROM's, in my humble opinion I think they have a lot to evolve right now due to bugs (talking in general, not only for our device), I think they are good alternatives to normal ROM's though, simpler to install and smoother.
What works and doesn't work you can see it at github, I can give you a link for a treble ROM created by phhusson developer at github https://github.com/phhusson/treble_experimentations/releases/tag/v108, look on the issues tab if you have any issues yourself. I personally love his work.
Resuming, it's still a perfect deal since the phone only launched a few months ago at 400 euros.
Although if you want full control of your phone and at the same time receive a lot of updates I honestly recommend Nokia - Android One phones
You probably already know but, don't let Chinese phones fool you, their build quality sucks, they might have more a bit powerful but after 1 or 2 years it's dead
Cheers,
AS

[CUSTOM ROM] Recommendations on a custom rom for LG V30?

Hello good people.
Now I've rooted my phone, I've gotten a taste for Android customisation, I'm hooked. Have been looking at custom ROM lists and a post over at LineageOS18.com (https://www.lineageos18.com/2021/01/best-custom-rom-for-lg-v30v30-android.html) is stating that someone has ported Oxygen OS to the LG V30, Oxygen OS looks to be the best android variant for my taste, but after several hours of 'poking around the internet', this looks like another clickbait pipedream that I've fallen for. And I would have to port it myself (And given my knowledge of Android, I think this would take me a year to do).
So unless someone has a cheeky port they want to share, I'm wondering if people are keen to share their recommendations on Custom Roms for the V30 US998? And why they like them... Mostly looking for a good solid base for further customization. Keen to get rid of all the bloatware, and have as simple an android experience as I can on this beautiful *old* piece of hardware. Extra credit for suggestions that are running later Android versions The only thing I really want to make sure I can bring over is the quad DAC driver.
P.S. Not too many people running Android 10 or 11 on the v30 by the looks of things... There must be a reason for this?
Cheers
The biggest issue I see with a custom ROM is that you can't get VOLTE/VOWIFI working in most cases. That's the reason I never left stock. I think you can get DAC capability, but you need to be on the lookout for that.
So many people are obsessed with "debloat"... frankly, I don't get it. I have moved on to a Galaxy S10+ phone now for my DD, and it's not even rooted. I don't see the point anymore, but to each their own.
That being said, if you're rooted then why not just debloat and refinish as you desire? This way you can keep the stock ROM and it's functionality. Heck, if you want to throw in a kernel, you can do that on stock as well. I guess what I'm asking is, what are you looking for in the replacement ROM? Why can't you get there from stock?
Thanks for your response shwinn8! You're a champion.
Ive heard of this volte issue, but I guess I don't understand it enough for it to scare me off the idea... Should it though? Sounds to me that I'll simply get a lower bitrate in audio quality in calls...
I recently purchased this phone to have it as a backup phone, to learn android customisation more deeply, and as sort of 'media' device. I may have just bought a mp3 player, but the audio quality on this device is good, and the phone and android experiences are a nice bonus.
I'm really not too worried about the bloatware, Its annoying, but I can live with it. I think you're probably right about staying with the stock firmware, but as an android noob, I guess I'm just looking to get the most out of my device, and before I begin the long process of learning custom theming and widgets, I wanted to optimise my starting point - so I figured the questions were worth asking before I started the process.
what am I looking for in a custom ROM?
Im a UX and UI nerd. I have strengths in these areas, I guess... Due to my neurotic, perfectionist nature. It's not a big thing if I cannot customise everything to my liking, I suppose, I'd just like to have as much control over the customisation as I can get.
I like the way the oxygen os looks, and although I don't have experience using it, from what Ive seen, it looks and functions really nicely. The biggest drawcard for me is the simplicity of their app layouts there. It's very minimal and pretty close to what I would design myself.
I would like a starting point for customisation that is as minimal as possible I guess. In an ideal world I would build my own ROM from the ground up, making all the UX and UI decisions myself. Perhaps this is realistic? Is there any software availability that would allow me to relatively easily do this? I am not a good programmer, but do have some experience.
The issue with VOLTE and VOWIFI is that many US carriers are planning to drop their 3G service "soon" (the dates keep changing), and they will require that all devices support VOLTE in order to retain service. In some cases, the carriers are being dumb and dropping support only based on IMEI model number (ie, if they THINK you don't have VOLTE, then they'll drop you anyway). For example, US998 on ATT works and gets VOLTE, but they may drop people just because it's not an ATT IMEE. For this reason, the clock is ticking for the V30 in the USA.
You say you want to customize the UX, and that's fine. I think that once you're rooted, you can do that with any ROM. (I admit, I'm the opposite - I really DON'T care about UX, as long as it works.) Granted, Oxygen is close to what you already want, so that makes it easier, but if you really want to tinker than I might suggest trying to copy the Oxygen UX that you like over to stock... that way you don't lose functionality. This may require some programming and tinkering, which you are able to do with root. AFAIK, custom roms don't have much MORE functionality over stock, and in fact have less if they can't do VOLTE (which they can't).
That's my opinion, at least.
schwinn8 said:
The issue with VOLTE and VOWIFI is that many US carriers are planning to drop their 3G service "soon" (the dates keep changing), and they will require that all devices support VOLTE in order to retain service. In some cases, the carriers are being dumb and dropping support only based on IMEI model number (ie, if they THINK you don't have VOLTE, then they'll drop you anyway). For example, US998 on ATT works and gets VOLTE, but they may drop people just because it's not an ATT IMEE. For this reason, the clock is ticking for the V30 in the USA.
You say you want to customize the UX, and that's fine. I think that once you're rooted, you can do that with any ROM. (I admit, I'm the opposite - I really DON'T care about UX, as long as it works.) Granted, Oxygen is close to what you already want, so that makes it easier, but if you really want to tinker than I might suggest trying to copy the Oxygen UX that you like over to stock... that way you don't lose functionality. This may require some programming and tinkering, which you are able to do with root. AFAIK, custom roms don't have much MORE functionality over stock, and in fact have less if they can't do VOLTE (which they can't).
That's my opinion, at least.
Click to expand...
Click to collapse
Thanks mate. I'll stick with it. Appreciate the input. *thumbsup*

Categories

Resources