Recent content by ExperimentalGeek

  1. E

    Success: Bring-up of LLVM/clang-built Linux ARM(32-bit) kernel for Android - Nexus 5

    Hello, I would like to share my successful bring-up of LLVM/clang-built Linux ARM(32-bit) hammerhead kernel for Android running on my Nexus 5 smartphone. After having successfully brought up LLVM/clang-built Linux kernel(since v4.15.7 to the most recent v4.17) on x86_64, I was interested in...
  2. E

    How can I fix Unfortunately, Camera has stopped.?

    Okay. For those who still are facing the abrupt camera crash after taking a photo, it is likely a permission issue(owner and group messed up) on DCIM folder on the internal SD card. So, to confirm it, on adb shell, check logcat command's output. If it says, permission denied for the file...
  3. E

    "Unfortunately the camera has stopped working"...

    It's the DCIM folder! Okay. For those who still are facing the abrupt camera crash after taking a photo, it is likely a permission issue(owner and group messed up) on DCIM folder on the internal SD card. So, to confirm it, on adb shell, check logcat command's output. If it says, permission...