Search results

  1. S

    Post [ROM][S9/S9+/N9][PIE][2019-12-09] ** THE GALAXY PROJECT ** [XXU4CSK1-v1.7.0]

    Thank god for this s-pen translator! Haha Do you know if there is a quick guide to updating the kernel, or which kernel to use? (Edit) Nevermind! Downloaded and flashed the newest tgpkernel and it works perfect. Thank you!!!!
  2. S

    Post [ROM][S9/S9+/N9][PIE][2019-12-09] ** THE GALAXY PROJECT ** [XXU4CSK1-v1.7.0]

    Hey friend. Did you or anybody else figure out the super slow-mo issue? When selecting super slow-mo the viewfinder freezes, and eventually the camera crashes saying "warning - camera failed" I tried changing the camera to internal memory, setting the super slow-mo option to multi-take, and...
  3. S

    Post [ROM][7.1.2] UNOFFICIAL LineageOS for LG STYLO 3 PLUS

    Fast charging doesn't work at all unfortunately. Charge is pretty slow on 1a and doesn't do anything on fast charge plugs. NFC doesnt work either, Had to uninstall the NFC system app and restart as it was looping and draining battery a bit. I've also found that the audio is ridiculously low...
  4. S

    Post [Testing] Lineage 14.1 builds for lg stylo 3 plus

    Thanks man didn't even think of that. Uninstalled with Titanium backup a restarted and seems to be doing fine. I don't use NFC so I'm not upset. Thanks for the tip!
  5. S

    Post [Testing] Lineage 14.1 builds for lg stylo 3 plus

    I personally am not getting any crashes or anything, stable as can be. Battery life isn't the greatest, but when I watch my logcat I can clearly see a loop of my NFC attempting to to do something, failing resetting and trying again.
  6. S

    Post [Recovery][OFFICIAL] TWRP V3 For LG STYLO 3 PLUS

    Yea what's your model number? Won't hurt When you run "adb devices" what shows up? Are you able to enter fastboot via "adb reboot fastboot" I find it odd that the power button + volume button isn't simply bringing you into recovery. I know is for me it took a few tries, don't release and then...
  7. S

    Post [Recovery][OFFICIAL] TWRP V3 For LG STYLO 3 PLUS

    Make sure the option "OEM unlock" is checked, hold volume down the whole time, hold power until phone vibrates then release. As soon as you see the lg logo immediately hold power again
  8. S

    Post [ROM][7.1.2] UNOFFICIAL LineageOS for LG STYLO 3 PLUS

    That's so weird I checked like 8 times. Must've just needed to reload the page. Sorry aha
  9. S

    Post [ROM][7.1.2] UNOFFICIAL LineageOS for LG STYLO 3 PLUS

    I'm really sorry if this is a stupid question, yesterday I tried downloading build 5 but my **** internet didn't let me, since then you say you added build 6, but where is the DL link? Am I blind or retarded? D:
  10. S

    Post [Testing] Lineage 14.1 builds for lg stylo 3 plus

    Absolutely I have no intention of steeling anybody's work. Simply let me know what I can do, and I will do it when I get my archlinux drive reinstalled. Maybe it will help me learn a bit more about my own device tree I am trying to setup
  11. S

    Post [Testing] Lineage 14.1 builds for lg stylo 3 plus

    I have a decently powerful 8 core with 24 gigs of ram. I'm running arch and have the lineageos14.1 source downloaded and ready to build Only thing is I have a custom deprecated device in the kernel and device tree. Would I be able to build the stylo 3 without issues without removing my other...
  12. S

    Post [Testing] Lineage 14.1 builds for lg stylo 3 plus

    Messi just gotta say one more time. You the man :) gonna donate when new build is released/when I have some spare money
  13. S

    Post [Recovery][OFFICIAL] TWRP V3 For LG STYLO 3 PLUS

    So Messi, now that the stock kdz for this phone is out will that make bringing custom ROMs to this device faster?
  14. S

    Post [Recovery][OFFICIAL] TWRP V3 For LG STYLO 3 PLUS

    Making a full TWRP backup on the good phone, transfering to SD card and restoring on TWRP on the brick has worked for me on a few Samsung's and my lg g4. However I've also hopelessly bricked a couple tablets trying to do this so I guess it depends on how ballsy you feel.
  15. S

    Post [Recovery][OFFICIAL] TWRP V3 For LG STYLO 3 PLUS

    Not sure if you solved this or not yet but if you have magisk or another way to do a safetynet check, do a safetynet check. Also check your play store, in settings scroll all the way down and see if it sais "certified" or "uncertified" I installed magisk, busybox, then xposed in that order...
  16. S

    Post [Recovery][OFFICIAL] TWRP V3 For LG STYLO 3 PLUS

    Decided to go ahead with xposed before these comments. Went well with no issues. I was being stupid and tried getting the modded play store from LP, locked up my package manager and couldn't install apks/getting error 504 with all apps on play store. Reverted to a backup I made shortly before...
  17. S

    Post how to root LG STYLUS 3 LGM400DK

    Messi's thread only statestp450, mp450 and lgm470 (which I have successfully rooted with magisk no errors) Lg has not released a stock kdz for the stylo 3 plus so there is no way to flash back to stock if you mess up
  18. S

    Post [Recovery][OFFICIAL] TWRP V3 For LG STYLO 3 PLUS

    Little late in the thread and stopped reading around page 15. Deff going to donate to Messi when I don't need to buy diapers and I have a little me cash lol Love this phone and Messi's guide was simple as hell Instead of flashing Su I flashed magisk 14, no problems at all. Busybox working good...
  19. S

    Post PC recovery similarities to TWRP

    Yes the bootloader is the very first thing that the phone accesses. So when your phone first turns on it tells the phone which of the 3 user modes to enter (recovery,regular,download) When you download and install twrp or cwm, you are actually only replacing the recovery partition rather than...
  20. S

    Post PC recovery similarities to TWRP

    If you were to completely wipe the phones internal memory, formatting each seperate partition into one blank one. You would need to find a way to recreate the partition table, install the bootloader onto its proper partition Then you would use the bootloader to either recreate the partitions for...
  21. S

    Post PC recovery similarities to TWRP

    Holy **** man you say you know computers but it's almost the same as Linux. Android uses Linux at its absolute core so alot of it is pretty close. Look up a healthy Linux partiton setup and compare to my half assed partition table above and you'll see it's almost identical. A HDD, SSD, or a...
  22. S

    Post PC recovery similarities to TWRP

    Do you understand how partitions work? (Not attacking, honest question) Your bootloader would sit on one partition of the phone emmc(like a small solid state drive/kind of like an sd card chip) So your partition table would look kind of like this Emmc1 - /boot (bootloader tells android to boot...
  23. S

    Post PC recovery similarities to TWRP

    No as I stated in my previous post. You can use your bootloader or a PC through fastboot to flash ROMs as long as your bootloader is unlocked On a galaxy for instance you could first install twrp if possible leaving your stock touchWiz ROM perfectly intact but now you have twrp Then later you...
  24. S

    Post PC recovery similarities to TWRP

    The ROM is the operating system, the included apps and packages and any other information that android needs to run after the bootloader Sent from my LG-H812 using Tapatalk
  25. S

    Post PC recovery similarities to TWRP

    The bootloader partition/iso and the data/android partition/ROM are 2 different things You can independently swap your recovery if it's unlocked and keep your data. Or you can independently change ROMs and keep your bootloader. You don't seem to understand this pretty basic concept You can brick...
  26. S

    Post PC recovery similarities to TWRP

    Why don't you start by finding the twrp out for the h815 and tinkering with it, making it your own. Try finding a stock ROM and tinkering with that building your own. Plenty of guides around the internet. Learn java and take flight bud Sent from my LG-H812 using Tapatalk
  27. S

    Post [Canadian Guide] - Complete Source for the LG G4 H812. Linux VM/Root/Tools&Files

    Maybe just get an unlocked international variant of your next phone and let the big boys do the work for you Sent from my LG-H812 using Tapatalk
  28. S

    Post PC recovery similarities to TWRP

    The arm architecture is completely different than the x86 or x64 architectures. As Asus and MSI and acer etc have their own bios, Samsung, lg, HTC Huawei Google etc have their own bootloaders. Twrp for example is a custom open source bootloader that anybody can get the source and add to. Phone...
  29. S

    Post PC recovery similarities to TWRP

    Secure boot on windows acts as a UEFI (modernized motherboard BIOS meant to work better and faster with x64 and newer systems) Locker to prevent UEFI from booting into unsigned/unrecognized system images (as far as I know, anybody feel free to correct me) Bootloaders on smartphones would be the...
  30. S

    Post PC recovery similarities to TWRP

    I really don't think you get how phones work bro. Unlocking a bootloader can only be done by manufacturing or through more aggressive means when possible. The H812 still hasn't had its bootloader unlocked by lg and at this point probably never will Sent from my LG-H812 using Tapatalk
  31. S

    Post [ROM][ROOT][STOCK][TINKER-EDITION][5.1.1] Galaxy Tab A 7.0 2016 SM-T280/T285

    I'm running v5 on my sm-t280 right now with pretty much no issues. The only problem I'm having at this point is link2sd won't work on the first boot. When the tablet boots I get a mount error notification from link2sd and it gives me the option to quick reboot which mounts all my apps perfectly...
  32. S

    Post [ROM][CM13][6.0.1][BETA][UNOFFICIAL] Samsung Galaxy Tab A 7.0 LTE SM-T285

    Thats awesome thanks for replying id be more than happy to do some testing for anybody. You guys are doing gods work haha
  33. S

    Post [ROM][CM13][6.0.1][BETA][UNOFFICIAL] Samsung Galaxy Tab A 7.0 LTE SM-T285

    So I am currently running the tinker edition Rom with twrp on my sm-t280. Sorry for my noobs question, but does this not mean the bootloader is unlocked? Is there any chance for a port or is it basically abandoned?
  34. S

    Post Any custom ROMs or kernels for Samsung SM-T280 (Wi-Fi only)? (like Android M or CM)

    So at this point i am running tinker edition with with twrp on my sm-t280. Does this not mean we have unlocked bootloader? Can we begin to port something like cm or even lineage at this point? I would love to move to a more aosp like rom
  35. S

    Post [Canadian Guide] - Complete Source for the LG G4 H812. Linux VM/Root/Tools&Files

    /system not mounting error was simply solved by unchecking automount on flashfire for me. Xposed is working with no issues so far
  36. S

    Post [Canadian Guide] - Complete Source for the LG G4 H812. Linux VM/Root/Tools&Files

    Hi all. I have an H812 on telus, previously on OTA MM H81220F before wanting to root. I downgraded to H81210F using LGUP with no problems. Then rooted using the injection method successfully. Root+BB is working and im currently trying to get xposed to install but am getting a could not mount...