Recent content by mpadilla2

  1. M

    Post [SOLVED] Requesting help for build error - Huawei Honor 5x

    I'm still working on it. I believe the error from this post was at a 4% build. I encountered many errors after that which I have resolved. It's mostly updating the code in the device tree to work with android 8. As of today, I'm at a 21% build and need to migrate more code. I'll post an update...
  2. M

    Post [SOLVED] Requesting help for build error - Huawei Honor 5x

    Yep, that was it. No more build error.
  3. M

    Post [SOLVED] Requesting help for build error - Huawei Honor 5x

    I think I figured it out. I took a look at logging.h and constructed this: LOG(WARNING) << "Unknown variant: %s" << model.c_str(); to replace this: WARNING("Unknown variant: %s", model.c_str()); I'm compiling it now. Will report back if it works.
  4. M

    Thread [SOLVED] Requesting help for build error - Huawei Honor 5x

    First time building AOSPextended 8 rom. I've run in to a few errors so far that I was able to resolve. However, I don't understand how to resolve this one. device/huawei/kiwi/init/init_kiwi.cpp:205:9: error: use of undeclared identifier 'WARNING' WARNING("Unknown variant: %s"...
  5. M

    Post [ROM][OFFICIAL][AospExtended] [7.1.X] For Huawei Honor 5X (kiwi)

    Yes, I realize that is true after messing around with it for a while. I ended up using the builtin feature to remove system apps and removed the ones with Chinese (I can't read Chinese). Thank you!
  6. M

    Post [ROM][OFFICIAL][AospExtended] [7.1.X] For Huawei Honor 5X (kiwi)

    Thank you so much for the rom! I flashed successfully and rebooted. Now while through the setup, my default is English language but the system has Chinese mixed in everywhere. Does anyone have this problem? And how did you fix it?
  7. M

    Post root samsung epic 4g galaxy sph-d700

    Append --no-reboot to the heimdall command otherwise you cannot finish the steps because the phone reboots and you lose cwm.
  8. M

    Post [Q] How To Root Samsung Galaxy SPH-D700 Epic 4G Using A Macbook Pro OS 10.8.4

    Have you tried using heimdall and the instructions found here?