Recent content by Ing222

  1. I

    [GUIDE][Ubuntu] Compiling Android from Source

    Anyone know how to get Google Search to work? It keeps crashing on me....
  2. I

    [GUIDE][Ubuntu] Compiling Android from Source

    Never mind. I saw your screenshot shows userdebug. Odd. I wonder why you didn't have root. I've never built using userdebug, so I can't see if that works on my end or not....
  3. I

    [GUIDE][Ubuntu] Compiling Android from Source

    I think if you do the lunch full_toro-userdebug you will have root (at least according to google's page here: Building the System | Android Open Source). I built using full_toro-user, and I don't have root...I'm guessing you did the same?
  4. I

    [GUIDE][Ubuntu] Compiling Android from Source

    Its the built in drm from google. I think some apps like Netflix use it. I could be wrong here... Anyways, not sure why Google released those drm binaries for nexus 7 but not galaxy nexus. Sent from my Galaxy Nexus using Android Central Forums
  5. I

    [GUIDE][Ubuntu] Compiling Android from Source

    That's the problem with proprietary stuff. Google can't distribute the camera and GPS stuff (which is why you don't see it in their binary blob download page) and you need one that's compatible with android 4.1.1. Sent from my Galaxy Nexus using Android Central Forums
  6. I

    [GUIDE][Ubuntu] Compiling Android from Source

    No problem. Only thing left is the drm files. Anyone know how to get them copied into my build automatically? Sent from my Galaxy Nexus using Android Central Forums
  7. I

    [GUIDE][Ubuntu] Compiling Android from Source

    I figured out my problem-user error. :) I was using the ducati-m3 file from Android 4.0.4 and not the newer one. It's working now. Thanks!
  8. I

    [GUIDE][Ubuntu] Compiling Android from Source

    Maybe I can explain it a little better. Create these folders: vendor/csr/toro/ vendor/nxp/toro/ vendor/ti/toro/ Then copy the files and folder from device/samsung/toro/self-extractors/csr/staging to vendor/csr/toro. You'll also need to copy the files and folders from...
  9. I

    [GUIDE][Ubuntu] Compiling Android from Source

    It's a little more involved than that. You need to make sure you have these folders vendor/csr/toro/proprietary/Android.mk vendor/csr/toro/proprietary/gps.omap4.so vendor/csr/toro/proprietary/sirfgps.conf vendor/csr/toro/BoardConfigPartial.mk vendor/csr/toro/device-partial.mk You'll get the...