Search results

  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>"
  15. laperry1

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

    hi all, can't get pass this error, currently on v3.18.47 for OP3 - LineageOS 14.1: /home/samadhi/los14/kernel/oneplus/msm8996/net/ipv4/inet_connection_sock.c: In function 'inet_csk_get_port': /home/samadhi/los14/kernel/oneplus/msm8996/net/ipv4/inet_connection_sock.c:174:8: error...
  16. laperry1

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

    hey, i figured out what i was doing wrong! i was placing the closing quote on the end of the merge command line...:silly:
  17. laperry1

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

    hey! thanks, well, is it a script of some sort? once i issue the git merge command -git merge <CURRENT_TAG> --edit -m "Merge <KERNEL_VERSION> into <BRANCH> - if there aren't any conflicts, i'm re-directed into the body of the commit message, otherwise, once i resolve the conflicts & run - git...
  18. laperry1

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

    nathanchance hi, thanks for your in depth tutorial, its been very helpful... i've managed to update my kernel from 3.18.31 to .34 so far... i'd like to use the snippet you mentioned in step 4 of your OP but i'm not clear on how to implement it... can you help?
  19. laperry1

    Post [TOOLCHAIN]UBER Toolchains

    hey, thanks for your response! though i was able to compile the toolchain, i also noticed i missed some of the error code. ultimately, i applied this https://forum.xda-developers.com/showpost.php?p=73205454&postcount=34 & was able to get a successful build of LAOS 14.1
  20. laperry1

    Post [TOOLCHAIN]UBER Toolchains

    hi all, looking for a bit of help w/the error message below: LineageOS 14.1 on linux mint 18-sarah tc: uber 6.x FAILED: /bin/bash -c "prebuilts/clang/host/linux-x86/clang-2690385/bin/clang++ -nostdlib -Wl,-soname,libc.so -Wl,--gc-sections -shared...
  21. laperry1

    Post [TOOLCHAIN]UBER Toolchains

    tried the above links, however, the final command (ln -s /usr/lib/libfl.so.2.0.0 /usr/lib/x86_64-linux-gnu/libfl.so.2) failed... tried to build & it failed unlinked /usr/lib/x86_64-linux-gnu/libfl.so.2, did some yard work came back to a successful build!!! wheww, thanks! so, in the future how...
  22. laperry1

    Post [TOOLCHAIN]UBER Toolchains

    DespairFactor, thanks for your help. i resynced & compiled for an hour & got the following message: prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-ar: error while loading shared libraries: /usr/lib/x86_64-linux-gnu/libfl.so.2: invalid ELF header a bit more...
  23. laperry1

    Post [TOOLCHAIN]UBER Toolchains

    Default clang vers 3.6 ---------- Post added at 03:11 AM ---------- Previous post was at 03:05 AM ---------- Default clang over. 3.6
  24. laperry1

    Post [TOOLCHAIN]UBER Toolchains

    nope, i tried Yudh's solution described in the Switching Toolchain thread: https://forum.xda-developers.com/chef-central/android/guide-switching-to-custom-toolchain-t2927662 but that didn't work either...
  25. laperry1

    Post [TOOLCHAIN]UBER Toolchains

    toolchains used: https://bitbucket.org/matthewdalex/arm-linux-androideabi-4.9 https://bitbucket.org/matthewdalex/aarch64-linux-android-4.9 pastebin: https://pastebin.com/JmC5dd00 output... target thumb C: libjemalloc_32 <= external/jemalloc/src/arena.c target thumb C: libjemalloc_32 <=...
  26. laperry1

    Post [TOOLCHAIN]UBER Toolchains

    thanks for your reply, it only fails w/UBERTC. w/default TC's it compiles fine...
  27. laperry1

    Post [TOOLCHAIN]UBER Toolchains

    hello, just wondering if anyone can assist w/the following error message generated while compiling LOS-13 for OnePlus3 w/UberTC 4.9 build is configured w/the original UBER optimizations... i've swapped out the physical memory & increased cache from 50-GB to 80-GB /tmp/abort_message-19a0bf.s...
  28. laperry1

    Post [DISCUSSION] Xposed for Marshmallow

    V87 stable version confirmed working on op3 w/cm-13... i only use swypeback module... again, confirmed...:) thanks!
  29. laperry1

    Post [DISCONTINUED] [FIRMWARE/MODEM] Collection - Flashable Zips! [NON-3T]

    flashed 3.2.6, then my personal build of cm-13 (after updating all my repo's home button wasn't working) now, my home button works... i'm sure fp scanner works too, but i don't use it can't confirm... thanks!
  30. laperry1

    Post [LLVM/CLANG] DragonTC ~ The future is now

    anyone run into the following: external/p7zip/CPP/Windows/ErrorMsg.cpp:24:10: error: case value evaluates to -2147024809, which cannot be narrowed to type 'DWORD' (aka 'unsigned int') [-Wc++11-narrowing] case E_INVALIDARG : txt = "E_INVALIDARG"; break ; ^...
  31. laperry1

    Post [LLVM/CLANG] DragonTC ~ The future is now

    hey, thanks for your response! just added the following to dragontc.mk: DISABLE_DTC_arm := v8_mksnapshot.arm64 v8_mksnapshot.arm DISABLE_DTC_arm64 := v8_mksnapshot.arm64 v8_mksnapshot.arm libm libblasV8 libperfprofdcore libperfprofdutils perfprofd libjavacrypto libscrypt_static libcrypto...
  32. laperry1

    Post [LLVM/CLANG] DragonTC ~ The future is now

    hey guys, running into the following error compiling CM-13.0 for OP3 on LinuxMint-18-sarah kde... using Clang ver. 3.7.... any help would be greatly appreciated!!! target arm C++: libGLESv2_32 <= frameworks/native/opengl/libs/GLES2/gl2.cpp target thumb C++: libinput_32 <=...
  33. laperry1

    Post Post your homescreens here!!!

    Here's my current... Background from deviant... [emoji4] Sent from my Robin using XDA-Developers mobile app
  34. laperry1

    Post [ROM] Rooted twrp backup

    @ deadman96385 well, this certainly got me out of a bind this weekend... lol!!! thank you!!!
  35. laperry1

    Post [Guide] Install TWRP and Root your Robin

    Actually, I encountered the same error after rooting my device... I ran 'su' then 'pkill com.android.bluetooth' in terminal & rebooted my device to work around the issue... Had to do it twice to make it stick...
  36. laperry1

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    bump... ... again, any assistance getting this working would be greatly appreciated!
  37. laperry1

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    the device i'm compiling for is the one plus one... again, any assistance getting this working would be greatly appreciated!
  38. laperry1

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    hello everyone!! still learning from this awesome thread!! i really need some help compiling the following lock screen weather commits in cm-13.0: https://github.com/ResurrectionRemix/Resurrection_packages_apps_Settings/commit/56a6c2ea80fb894911561f1ea51065275b2f7084 &...
  39. laperry1

    Post [GUIDE][LINUX] Switching to a custom toolchain [ARM][AARCH64][SM/Linaro/UBER]

    thanks for your response... so how are folks able to compile w/arm-linux-androideabi-5.2+ (sabermod or ubertc)
  40. laperry1

    Post [GUIDE][LINUX] Switching to a custom toolchain [ARM][AARCH64][SM/Linaro/UBER]

    still hoping i can get some guidance regarding the error mentioned above... screenshot below: http://pastebin.com/m1PYbxHW
  41. laperry1

    Post [GUIDE][LINUX] Switching to a custom toolchain [ARM][AARCH64][SM/Linaro/UBER]

    Thanks to the OP for a great thread, I've learned a lot over the past few months since I began my personal builds... Hoping someone can help me resolve this error: 'cannot-use-typeid-with-fno-rtti' associated w/the file - external/libcxx/include/memory I'm building cm-12.1 for opo on...
  42. laperry1

    Post Android Builders Collective - [Learn][Build][Share]

    I don't build slim, but you might find this useful... https://github.com/OnePlusOSS
  43. laperry1

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    got it, thanks!
  44. laperry1

    Post [GUIDE][COMPLETE] All in one Android Development [NOOB FRIENDLY]

    your link goes to OP2... OPO kernel source: https://github.com/OnePlusOSS/android_kernel_oneplus_one
  45. laperry1

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    thanks to both of you for your replies... just to confirm: 1. will this overwrite my current modifications 2. i assume i need to either update my local manifest (eventually, of course) or remove it during the initial repo sync? thanks again!
  46. laperry1

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    This is a great guide, i've definitely learned a lot from it... just a couple (or so...) of questions: i've been compiling cm-12.1 for a while now, so how do i update my source to cm-13.0? repo init, repo forall? also, how do i apply the mods i've made to 12.1? tia...
  47. laperry1

    Post [Index] OnePlus One

    Confirmed...thanks!
  48. laperry1

    Post [Index] OnePlus One

    i've been experiencing the same issue attempting to download...the actual file hasn't been uploaded...
  49. laperry1

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    If you cherry-picked a commit, you probably didn't clear the commit message embedded in the specified file...