Recent content by laperry1

  1. laperry1

    Post Check out the new XDA app! Let us know what you think [App rolling out now]

    thanks for the app! i have the same issue regarding the app forcing portrait mode... is there a fix for this?
  2. laperry1

    Post [APP][ROOT] LMT Launcher v2.9

    this works! 2.9 beta 5 is a go... of course, i had to toggle (off/on) the Accessibility option, i've been good ever since... thanks again!
  3. laperry1

    Post [APP][ROOT] LMT Launcher v2.9

    couple of pages back... https://forum.xda-developers.com/showthread.php?t=1330150&page=1354
  4. laperry1

    Post [APP][ROOT] LMT Launcher v2.9

    ok, thanks... i'm on 2.9 beta 1 so i'll give that a swing!:)
  5. laperry1

    Post [APP][ROOT] LMT Launcher v2.9

    having same issue on pie... most commands work except (logcat attached): 1. lock screen - code is 26 2. Open App - Settings (device settings)
  6. laperry1

    Post [ROM][8.1.0]Android Open Source Illusion Project[OP3][OFFICIAL]

    JagravNaik thanks for your good work... just wanted to report i'm getting a couple of reboots/day i just have magisk w/v4android running... catlog attached adding dmesg log
  7. laperry1

    Post [ROM][8.1.0]Android Open Source Illusion Project[OP3][OFFICIAL]

    Facing similar issues w/messaging, YouTube & camera... Logcat attached...
  8. laperry1

    Post [ROM][Official][Nightly] LineageOS 15.1 for OnePlus 3/3T

    dianlujitao so, this feature won't be returning to 15.1? also, will lock screen weather be revived for 15.1?
  9. laperry1

    Post [GUIDE] Mega Unbrick Guide for A Hard Bricked OnePlus 3

    soft bricked my device - OP3 - restored it to stock via the full unbrick tool! Big thanks!
  10. laperry1

    Post [REFERENCE] How to compile an Android kernel

    nathanchance thanks again for your help, i think i found the source of my error - an errant 'include $(srctree)/arch/$(SRCARCH)/Makefile' - in my makefile... i started from scratch & included the 'boot' commit (manually applied the 'unreachable switch' commit to test)... followed the steps...
  11. laperry1

    Post [REFERENCE] How to compile an Android kernel

    nathanchance, many thanks for this & your other useful & concise guides!! after upstreaming my kernel for OP3 I thought i'd like to build it separately to test building w/your prebuilt linaro toolchain (v7.2.1)... i managed 1-successful build, but it wouldn't boot (i forgot to add this commit...
  12. laperry1

    Post [TOOLCHAIN]UBER Toolchains

    hey guys, i get the following error compiling w/UBERTC-8.x for OP3: error: no matching function for call to 'android::Vector<TYPE>::operator=(const android::VectorImpl&) const' ROM - LineageOS-14.1 compiles fine w/UBERTC-6.x... i noticed the bug report -...
  13. laperry1

    Post [REFERENCE] How to get an Android kernel up to date with linux-stable

    nathanchance thanks to your encouragement, I've finally got my personal build up to v.318.79... learned a few new git tricks as well... ?
  14. laperry1

    Post [REFERENCE] How to get an Android kernel up to date with linux-stable

    thanks! haven't found anything out of the ordinary... since i cherry-picked the upstream, can i use this method to revert to the previous version: "To reset back to your pre-upstream state, run git log --oneline to get the commit hash then run git reset --hard <commit_hash>"