Windows PCのAndroidエミュレータ上の異なる電話モデルのROMファイルを実行したい。 あなたはどうやってそうすることができるのでしょうか。 Intel and Arm用の標準のAndroidエミュレータを実行する方法を知っていますが、プロダクションROMファイルを実行します。
Windows PCのAndroidエミュレータ上の異なる電話モデルのROMファイルを実行したい。 あなたはどうやってそうすることができるのでしょうか。 Intel and Arm用の標準のAndroidエミュレータを実行する方法を知っていますが、プロダクションROMファイルを実行します。
I want to run ROM files of different phone models on Android emulator in my Windows PC. Do you know how can i do so? I know how to run standard android emulators for INTEL and ARM however i want to run production ROM files.
あなたがあなた自身のROMをコンパイルしても構わないと思っているならば、あなたは間違いなくエミュレータのためにそれらを構築することができます。 ROMはデバイス固有であり、エミュレータは別のデバイスと同じです。ドライバ/セットアップコードをROMに含めると、デバイス上で起動します。
If you're willing to compile your own ROMs, you can definitely build them for the emulator. ROMs are device-specific, and the emulator is just like another device. If you include the drivers/setup code with the ROM, it will boot on the device.
それはできません。すでに知っているように、ROMは実行されている特定のハードウェアのために構築されています。それらはそのハードウェアに対してのみ動作するドライバと設定を持っています。エミュレータは特定のハードウェア構成をエミュレートし、エミュレートされたハードウェアに独自のドライバを必要とします。
電話のROMファイルを実行するには、エミュレータを変更してその電話機の特定のハードウェアをエミュレートする必要があります。これは、デバイス製造業者をサポートしていなければ不可能の隣にあり、各デバイスについて繰り返す必要があります。あるいは、ROMのソースを持っていた場合は、エミュレータのドライバと設定を変更することができますが、それでは、それ以上のプロダクションROMではありません。
You can't do that. As you already know, ROMs are built for the specific hardware they run on. They have drivers and settings that only work on that hardware. The emulator only emulates a particular hardware configuration, and requires its own drivers for the emulated hardware.
To run a ROM file for a phone you'd need to change the emulator to emulate the specific hardware of that phone. This is next to impossible without the support of the device manufacturer, and would need to be repeated for each device. Alternatively, if you had the source of the ROM, you could change it to have the drivers and configuration for the emulator, but then it wouldn't be the production ROM any more.
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有