Live data from Hacker News

Viewing profile — lfy_google

lfy_google

HN member
Joined
Mon, Jul 09, 2018, 9:22 PM UTC
HN karma
97
Public activity
16 items

About lfy_google

No profile information was provided.

Recent public activity

  1. comment
    Comment #23645413

    Nice, that's good news.

  2. comment
    Comment #23645008

    Android Emulator developer here. In addition to what the other comments said about android emulation with hypervisors existing already for x86, we're also looking into the Hypervis…

  3. comment
    Comment #23354018

    Replace your current emulator install; delete $ANDROID_SDK_ROOT/emulator then unzip it there so theres $ANDROID_SDK_ROOT/emulator again. $ANDROID_SDK_ROOT, if not set, should be se…

  4. comment
    Comment #23352463

    And here's the promised emulator build (from aemubins gmail account that we use to distribute debug binaries like this): https://drive.google.com/open?id=1sXEQcoiNpe3Lj8yeaKLasTjql…

  5. comment
    Comment #23352189

    Yes, the x86 system image can run ARM code. Note that the speed will be much faster than running a full ARM emulated system image because only the guest userspace bits need to be t…

  6. comment
    Comment #23352131

    Interesting, sounds like a live loop in some audio thread somewhere. What's your audio setup and AVD config.ini? I might be able to reproduce on my Mac.

  7. comment
    Comment #23352105

    Thanks, I've read about this before but just went over it again in more detail yesterday with a fresh look. So this is basically the simulator situation, but with easier management…

  8. comment
    Comment #23351250

    Yep, that basically sums up what we're looking into---a system image that still keeps up with the latest API levels and features introduced in the latest Android OS, but has minima…

  9. comment
    Comment #23345944

    Thanks for the interest! We've been exploring this in limited ways; for example, https://github.com/google/android-emulator-container-scripts contains a set of Python/Docker/JS scr…

  10. comment
    Comment #23345452

    Yes, you can use the new AMD Hypervisor or use Hyper-V/WHPX, depending on your needs: https://developer.android.com/studio/run/emulator-accelerati... (Edit: On Linux, KVM for AMD s…

  11. comment
    Comment #23344884

    I'm on the emulator team; we've considered this route before, but the hard part about maintaining a simulator is that the contact surface with the host OS is much larger, making it…

  12. comment
    Comment #23344808

    Hi, what host OS are you running? I'd like to be able to send over a build with symbols so we can profile it (or on macos use the process sampler). Let's also try `adb shell top` n…

  13. comment
    Comment #23344789

    Hi, Android 9 and 11 Google APIs/Play system images should have userspace ARM translation available (with ARM64 translation available in Android 11).

  14. comment
    Comment #18840687

    https://android.googlesource.com/platform/external/qemu/+/em... https://android.googlesource.com/platform/external/qemu/+/em... https://android.googlesource.com/platform/external/q…

  15. comment
    Comment #18060700

    There's also "The Machine That Changed the World": https://www.lean.org/Bookstore/ProductDetails.cfm?SelectedPr... Generally, anything auto manufacturing related works too. Also: "…

  16. comment
    Comment #17493529

    Android Emulator, which is based on a fork of QEMU, has used Hypervisor.framework by default for macOS 10.10+ since version 26.1.0 (last year).