Recent content by t0pg3ar

  1. T

    Post [ROM][10.0][OP3/3T][OFFICIAL] crDroid Android v6.12 [oneplus3]

    I can confirm it works as well. No issues what so ever... I'm on this here ROM v6.6, for what it's worth. Have to admit, I only installed it and then rebooted to verify I could decrypt and get in. I have not tested backups/installs or anything like that.
  2. T

    Post [ROM][10.0][OP3/3T][OFFICIAL] crDroid Android v6.12 [oneplus3]

    > But may i ask in the 3rd step 'reboot to recovery, decrypt' how did you decrypt? I decrypted by entering the decryption key into TWRP, as usual. TWRP then can decrypt /data/ for further use. That's AFAIK the only way one can decrypt /data/ for use in TWRP. > And in the 5th step you wiped...
  3. T

    Post [ROM][10.0][OP3/3T][OFFICIAL] crDroid Android v6.12 [oneplus3]

    It's so natural to me by now, that I didn't really see that as a step in the process. Still, it's fully my fault in this case - though learning by mistakes is still learning ;) But now that it's installed, I'm pretty pleased with this ROM! It's smooth and it doesn't have too many extra's - just...
  4. T

    Post [ROM][10.0][OP3/3T][OFFICIAL] crDroid Android v6.12 [oneplus3]

    Thanks for the reply! - I have indeed confirmed the correctness of the ROM and Gapps on the device after copying, the MD5 sums are correct. - No, I haven't tested that yet. I'll do that when/if this installation goes wrong as well. I finally had the idea to just start a logcat and see if it...
  5. T

    Post [ROM][10.0][OP3/3T][OFFICIAL] crDroid Android v6.12 [oneplus3]

    I don't seem to be passing first boot, and I'm unsure why (OP 3T FWIW). I followed your guide: I'm on TWRP 3.3.1-1. I did the following: - Make a TWRP backup - Do an 'adb pull /sdcard' to make sure I have all that I need on my PC, I can always prune later. - Reboot to recovery, decrypt, install...
  6. T

    Post [ROM][SDCLANG-6][microg ready][OMS exPosures]NLOS-16.0]

    You are fast. Thank you very much, I can confirm I heard the splat of a bug being squashed while flashing. Spotify's working nicely again :)
  7. T

    Post [ROM][SDCLANG-6][microg ready][OMS exPosures]NLOS-16.0]

    No problem, I know how annoying it is to solve tech issues without any background information. Your IP suggestion made me think maybe AdAway could be in the way. Disabled it, rebooted, issue persists. So here I am with a longer logcat. This contains everything I could grab in that timespan...
  8. T

    Post [ROM][SDCLANG-6][microg ready][OMS exPosures]NLOS-16.0]

    1: Spotify crashes when the three dot menu is accessed. This menu can be found to the top right of the progress bar, right under the artwork. See this picture: https://ibb.co/1KpVt4K (Sorry for ibb, imgur's down). Press it, Spotify crashes and restarts. There's nothing more to it, really...
  9. T

    Post [ROM][SDCLANG-6][microg ready][OMS exPosures]NLOS-16.0]

    I wish I could give you such an advanced report, but I can't anymore. As a few others, I also suffered from those hard locks - and I managed to fix them. In my case, the culprit was Google Opinion Rewards and, possibly, the Privacy Guard. Every morning I take my phone off of the charger and turn...
  10. T

    Post [EOL][ROM][SDCLANG-6][microg-ready][OMS Service Mode]NLOS-15.1 - 20190208

    Apparently I'm still on the 30 december 2017 build of the 7.1.2 ROM, so it may be time for an upgrade. I was wondering, and maybe this has already been answered and in that case my apologies for not searching well enough, is it possible to migrate from that unencrypted 7.1.2 ROM and configure...
  11. T

    Post [ROM][3t-optimized][OMS][microG-ready]NLOS-14.1 - 20180309 [EOL]

    Is it important to flash every single firmware, or can you skip one? Say, I'm on FW 1, FW 2 comes out but I have no time to flash and when I have the time, FW 3's out already. Can I then upgrade FW 1 to FW 3 without flashing FW 2?
  12. T

    Post [ROM][3t-optimized][OMS][microG-ready]NLOS-14.1 - 20180309 [EOL]

    How do I make sure I am completely up with your repos? This is the path I follow: 1. git pull on Android/cm14/my_tmp/local_manifest, stating that git can ignore my edit of my_build.sh 2. repo sync 3. ./my-build in Android/cm14/ That always gives me a compiled ROM, but is it the newest one as...
  13. T

    Post [ROM][3t-optimized][OMS][microG-ready]NLOS-14.1 - 20180309 [EOL]

    Hahaha, messing around, trying new stuff and learning new stuff is always fun. I'm not new to Linux, but I am to the lower functionalities like filesystems. I always blindly go for EXT4 for Linux and NTFS for Windows and the shared drive, but apparently I should be more careful :p I took a...
  14. T

    Post [ROM][3t-optimized][OMS][microG-ready]NLOS-14.1 - 20180309 [EOL]

    I'd like to come back to this. I made a 500GB ext4 partition and set up a building environment there. Make now can nuke out/ without issue and the build time has //halved\\. Apparently, you really, really shouldn't use NTFS for building under Linux. It'll only give you problems. Once again...
  15. T

    Post [ROM][3t-optimized][OMS][microG-ready]NLOS-14.1 - 20180309 [EOL]

    I am going to smash my head into my desk. I think. You are completely right. My hdd is ntfs and not ext4 which of course gives the errors as a .fuse file is related to a non-Unix filesystem being locked. Thank you very, very much! I'll make an EXT4 partition on the drive and use that for...