Содержание
- 1 Возможные проблемы при работе
- 2 Функционал эмулятора MEmu
- 3 How does MEmu work?
- 4 Как установить эмулятор Memu
- 5 GOOD NEWS for Geeks and Programmers!!
- 6 5 reasons to join MEmu’s Discord server
- 7 How to use Custom Macro in Key-mapping
- 8 What’s Fixed:
- 9 Как обмениваться файлами между Windows и Android
- 10 Is MEmu the Best?
- 11 Will I Get Banned for Using MEmu?
- 12 Основополагающие понятия
- 13 Возможные проблемы при работе с MEmu u и пути их разрешения
- 14 Does MEmu Sell User Data?
- 15 Запускаем эмулятор MEmu
- 16 Как настроить управление на клавиатуру в эмуляторе MEmu
- 17 MEmu 7.0.9 is officially released!
- 18 Функционал
- 19 Is MEmu Safe for Your Google Account?
- 20 MEmu 5.6.2 is Released!
- 21 [Chapter Three] VM Control (when VM is running)
- 22 [Chapter Two] VM Configuration
Возможные проблемы при работе
Проблемы возникают крайне редко. Это достаточно стабильная программа. Проблемы могут быть вызваны в том случае, когда пользователь запускает одновременно сразу несколько виртуальных машин.
Одна проблема широко распространена — «проблема 99%». Загрузка доходит до 99% и останавливается, появляется диалоговое окно. Чаще всего это случается именно во время запуска двух и более виртуальных машин. Это проблема вызывается конфликтом процессов. Так что как решение — завершить все процессы через диспетчер задач.
Если же проблема остается, то надо проверить, настроена ли виртуализация процессора в BIOS. Вторым вариантом будет — обновить ОС или попробовать запустить Memu на другом компьютере. Можно удалить существующую виртуальную машину и создать ее заново.
Процесс обновления MEmu на ПК происходит в автоматическом режиме. Если отсутствует подключение к Сети, существует возможность скачивания последних изменений с официального сайта разработчиков.
Функционал эмулятора MEmu
Программа MEmu считается лучшей в своём роде среди пользователей. Разработчикам удалось собрать в своём приложении все самые необходимые параметры: высокую производительность, удобное управление, полноценную эмуляцию системы и многое другое. Софт действительно радует своей быстрой работой и функциональностью. Нельзя не отметить производительность приложения. Некоторые утверждают, что MEmu работает намного быстрее своих конкурентов. Эмулятор можно корректно настроить для правильного использования ресурсов ПК. Он поддерживается на всех новых операционных системах, начиная с Windows 7. За все данные функции с вас не возьмут ни копейки, и вы сможете спокойно работать с этим приложением.
How does MEmu work?
MEmu Android Emulator runs on Windows but simulates a sandbox of Android OS. For better performance, most of the modern Android Emulators takes advantage of hardware virtualization (Intel-VT or AMD-V) to simulate multiple cores, just like physical Android device does.
From Android’s perspective, it can access “devices”, including CPU, memory, screen orientation, Rom, SD card, WiFi, battery, camera, GPS, accelerometer, etc, although they are all simulated by software.
From Windows’ perspective, MEmu Android Emulator is just a normal Windows application like notepad, all Android data are stored in several files in a certain Windows folder, for example, all stuff in the SD card is likely a 10 GB file.
Как установить эмулятор Memu
-
Итак, первым делом вам стоит скачать эмулятор к себе на компьютер, после чего запустить установочный файл с расширением .exe.
MEmu
Разработчик:
memuplay5.0
-
Появится установочное окно в форме ноутбука, здесь не нужно трогать галочки, просто нажимаем на кнопку «Install». Примечание: если нажать на «Custom», то вы сможете изменить путь установки программы, а также выбрать язык интерфейса.
-
Начнётся процесс установки программы, нужно всего лишь подождать.
-
Как только программа установки будет завершена вы увидите всего одну кнопку «Launch», нажимаем на неё.
-
Эмулятор загрузится, после чего вам нужно выполнить несколько несложных действий.
-
В первом окне требуется выбрать язык, по умолчанию, установлен русский, можете поменять или оставить всё как есть, нажимаем на стрелочку в жёлтом круге.
-
Следующий шаг выбор раскладки клавиатуры, как и в предыдущем меню установлен русский язык, подтверждаем, нажав на стрелочку.
-
Для полноценной работы эмулятора, а именно, использования магазина приложений Google Play, необходимо авторизоваться, указав адрес электронной почты и пароль от Gmail. Если у вас нет аккаунта, то стоит нажать на кнопку «Создать аккаунт» и следовать инструкциям на экране. После ввода пары логин/пароль нажимаем на кнопку «Далее».
-
Нажимаем «Принимаю». На этом процедура добавление аккаунта может считаться завершенной. Появиться руководство пользователя, которое можно пролистать, либо же закрыть, нажав на крестик в правом верхнем углу.
-
Так выглядит основной рабочий стол Андроид-эмулятора для ПК, где есть ярлык для перехода в настройки, папка со стандартными программами и иконка для запуска магазина приложений Play Маркет.
GOOD NEWS for Geeks and Programmers!!
Since MEMU Android Emulator 6.0, MEmu supports a new full-functional command MEMUC. It is designed to replace all other command interfaces like memu, memumanage, memuconsole and adb. So read this article and you will know everything about this powerful command.
memuc supports to manipulate multiple instances (VMs) such as reboot emulator, check status, install apk, run app and etc. First of all, you need to pass over the index or the name of the target VM. For example:memuc clone -i 0 (or –index 0) //The 1st VM index is 0, 2nd is 1, 3rd is 2 …memuc remove -n MEmu_2 (or –name MEmu_2) //The 1st VM name is MEmu, 2nd is MEmu_1 …
The MEMUC command is divided into four categories:
“emulator management“, “emulator configuration“, “emulator control“, and “adb command“:
Emulator management: It mainly involves the startup and shutdown of the emulator, import and export, creation and deletion, running status query, etc. Except for a few operations such as cloning and renaming, there is no need to specify the instance when calling
Emulator configuration: mainly involves the modification of the emulator properties, and the emulator needs to be specified when calling
Emulator control: mainly involves the control of the Android system, such as installing the app, starting/closing the app, disconnecting the network, etc. The emulator needs to be specified when calling
ADB command: It is mainly to package the official adb command-line tool of Android to solve the problem of connecting to a specific emulator (avoid entering a random IP when using a bridge network), and you need to specify the emulator
5 reasons to join MEmu’s Discord server
MEmu’s official Discord server is ready, join now!
Dear users, now MEmu has an official Discard server. Click to join
Download MEmu: Here are the reasons to join:
Self-service FAQ
With the help of some bots, in the channel #faq, you can type the keyword you want to ask and will get the answer automatically. See the picture below.
Instant Customer Service
After using Facebook for a few users, what we can say about it is: Facebook sucks! Join the server and enter channels like #online-tech-support to get the answers from MEmu staff directly.
Get the latest news about MEmu
Being afraid of missing a ‘game issue fixed’ message from MEmu? Now you will never miss anything. Check the #announcement channel to get the latest news.
Chance to join the beta group
Want to experience the latest functions before others? Want to participate in the development of MEmu Then join the server! We will recruit members of the beta group ONLY in Discord in the future.
Periodical event
Google play gift card, amazon gift card, and much more! Join now!
>> Back to MEmu 101, everything you need to know about MEmu <<
Official Website: https://www.memuplay.com
Official Twitter: https://twitter.com/MicrovirtMEmu
Facebook Page: https://www.facebook.com/memuplayer
MEmu User Group: https://www.facebook.com/groups/memuplayer
Discord: https://discord.gg/gA4GWV9
How to use Custom Macro in Key-mapping
How to use Custom Macro in MEmu Android emulator key-mapping (since MEMU 5.6.1)
Macros are sequences of actions (such as keystrokes, mouse clicks, delays and loop, etc) that can be triggered by a specific key. It’s a powerful feature to extend the existed key-mapping control. You can define any action sequence as you want and make your own special KEY.
Open MEmu Android emulator and click key-mapping button on the sidebar. You will have a Macro icon in the advanced controls panel. Drag and drop it to any spot on the screen. Be noted that it’s different from non-Marco key because Macro has nothing to do with the spot you place. For example, I place the three Macro keys «Enter, Space, Ctrl» on the bottom.
Assign a key to this Macro for example «Enter» and Click the small pencil mark beside Macro icon. There will be a new panel of Edit Macro on the right, which contains Edit area and Command area. You will get the Macro script in Edit area when clicking the + mark of each command in Command area. You can also edit them directly as you want. The current supported commands and related grammar are as follows:
MEMU Android Emulator Macro Command Table — 1
MEMU Android Emulator Macro Command Table — 2
Well, let me explain how to use it by nine instructional videos.
1. loop/loopstop
2. onkeydown/onkeyup
3.input
4. keydown/keyup/keymove
5. touch
6. swipe
7. keypress
8. mapkey
9. entershoot/exitshoot
OK, that’s all the samples. If you still have doubts please join our user group to raise your question. Our online support engineer would love to help you there. In addition, we will continuously improve this Macro function. Your feedback is always welcomed.
>> Newbie to MEmu? No worry, Getting Started
> Back to MEmu 101, everything you need to know about MEmu <<
Official Website: https://www.memuplay.com
Official Twitter: https://twitter.com/MicrovirtMEmu
Facebook Page: https://www.facebook.com/memuplayer
MEmu User Group: https://www.facebook.com/groups/memuplayer
Discord: https://discord.gg/gA4GWV9
What’s Fixed:
- Fixed the issue of increasing usage of memory (RAM) after open and close apps repeatedly
- Fixed the issue that MEmu crashes when clicking “Recent APPs” button in some games under DirectX mode
- Fixed the issue of black screen after creating a large number of emulators (over 1800)
- Fixed the issue that apk files downloaded in system browser cannot be installed by clicking
- Fixed the issue that in some games (PUBG mobile) shooting is interrupted randomly
- Fixed the occasional issue that MEmu crashes when generating diagnose report
- Fixed the failure of the keymapping macro: “mapkey”
- Fixed the issue that it takes too much time exporting an instance
- Fixed the capability of old versions (before 6.0.1) with the latest version. The old versions can be updated directly by update installation
- Fixed the occasional issue that sequential batch start is interrupted
Как обмениваться файлами между Windows и Android
Если вы хотите скопировать файлы с Android на Windows или наоборот, пожалуйста, выполните следующие действия:
Эти четыре подпапки являются общими для Windows по умолчанию, вы также можете изменить их путь к Windows в настройках.
2. Вы можете проверить путь, щелкнув значок Windows или значок Android.
3. Используйте файловый менеджер, чтобы переместить файл в Android в общую папку.
Official Website: https://www.memuplay.com
Official Twitter: https://twitter.com/MicrovirtMEmu
Facebook Page: https://www.facebook.com/memuplayer
MEmu User Group: https://www.facebook.com/groups/memuplayer
Discord: https://discord.gg/gA4GWV9
VK: https://vk.com/memuplayru
Is MEmu the Best?
Well, it functions as an emulator that can effectively run Android systems on your PC. Beyond that minimum requirement, MEmu delivers consistency on a large range of computers and configurations, with decent results across each, and also introduces a multitude of features to improve player interaction, so it will certainly raise the good standard to the best.
MEmu allows you to run millions of Android games on your computer, and it has loads of functionality and advantages that will greatly improve the gamer’s enjoyment, such as customizable keymapping, multiple instances, macro keys, operation recorder, etc. Hardcore users may discover the rich functionality by themselves.
MEmu beats any other competitors in terms of performance, CPU use, RAM use, frames per second, and load time.
We did a performance test using a Windows 10 PC with an i5-8400 CPU, a GTX 1050Ti GPU, and 16GB RAM. It is not surprising at all that MEmu got the best results for both CPU and GPU tests. Try it for yourself. The data never lies.
CPU Test (Geekbench 4):
- MEmu: #1 with a score of 15,696.
- N**Player: #2 with a score of 12,060.
- L*Player: #3 with a score of 11,870.
- B***stacks: #4 with a score of 10,653.
- G***loop: #5 with invalid data.
GPU Test (Antutu 7.1):
- MEmu: #1 with a score of 835,617.
- L*Player: #2 with a score of 369,741.
- B***stacks: #3 with a score of 363,275.
- G***loop: #4 with a score of 346,773.
- N**Player: #5 with a score of 269,357.
Will I Get Banned for Using MEmu?
Some popular shooting games have split traffic between mobile players and emulator players natively on the game publisher side. We respect the game publisher and other mobile players for the split change, so using MEmu would not destroy the game balance. You would also be totally fine to play other games that do not greatly affect other players. Usually, the access to the game is shut down on our end if any of them shows a sign of the banning issue. We pay attention to this type of issue closely, and we adjust our system timely according to the needs of the game publishers. The issue is often resolved before our users realize any changes yet. It can make sure our users’ accounts do not get banned as they are the most precious property to any game player, which takes a lot of time and effort to cultivate.
Основополагающие понятия
MEmu – программное обеспечение, предназначенное для эмулирования популярной системы Android. Разработчики выкладывают частые обновления, исправляющие баги, оптимизируют работу, повышают производительность своего детища.
Среди особенностей виртуальной оболочки выделяют:
- Многофункциональное меню позволяет настроить каждый параметр, влияющий на качество отображения графической части, технические характеристики.
- Возможность перенастроить управление под реалии мыши и клавиатуры.
- Присутствие виртуального акселерометра.
- Создание папок общего доступа между виртуальной оболочкой и настольной операционной системой.
- Реализацию многозадачности, возможность создавать множество однотипных окон без ущерба производительности.
Среди недостатков можно выделить:
- Своеобразная привязка MEmu к «железу» от Intel и NVIDIA. Система работает менее стабильно на конкурентной технической реализации.
- Возникает проблема с остановкой процессов. Эмулятор часто пренебрегает необходимостью удалять «отработавшее» приложение. Это сказывается на производительности системы.
- Виртуальная машина плохо распознает видеокамеры.
Для полноты описываемой картины приведем системные требования, соответствие которым гарантирует корректную работоспособность эмулятора. Итак:
- Операционная система – Windows XP SP3 – Windows 10.
- Оперативная память – минимальные 1 ГБ.
- Видеокарта с поддержкой технологии OpenGL 2.0.
- Внутреннее хранилище – минимальные 1 ГБ для хранения данных оболочки, пользовательской информации.
Возможные проблемы при работе с MEmu u и пути их разрешения
Как и в любом программном обеспечении, в MEmu тоже иногда появляются проблемы. Однако процент их возникновения крайне низок, так как программа отлично ведёт себя и при максимальной нагрузке на ПК. Обычно они вызваны использованием нескольких эмуляторов одновременно.
Чаще всего пользователи сталкиваются с ситуацией, когда при установке файла загрузка останавливается на 99%. Это происходит из-за запуска сразу нескольких подобного рода программ. Разумеется, что не стоит их удалить и перестать использовать. Для быстрого решения проблемы стоит зайти в «Диспетчер задач» и остановить все ненужные процессы.
Если это не помогло, то попробуйте провести следующие операции:
- проведите повторную установку приложения;
- проверьте, соответствует ли ваша ОС необходимым требованиям: если нет, то обновите её или запустите на другом ПК;
- проверьте настройку виртуализации процессора в BIOS.
Подведём итоги. MEmu – это очень хороший эмулятор Android на ПК. В работе с ним не должно возникнуть никаких проблем, так как интерфейс очень понятный и поддерживает русский язык. Программа работает стабильно и быстро, и даже если возникает неполадка, то её без труда можно устранить.
Does MEmu Sell User Data?
Like other legit software, MEmu will never sell your data to ask for an exchange. It is created in a private technology company and we have no relation to the big brother or any authority. Your data on MEmu will only be stored when necessary for improving the overall user experience. Therefore, the vital part of your data such as Google password neither will be stored on our end nor will be shared with any third-party. Besides, the password of your MEmu account is generated randomly so your Google account remains unaffected. For more info please check our privacy policy.
In the MEmu gaming world, only bugs are our enemies.
Запускаем эмулятор MEmu
Процесс настройки сопровождается множеством нюансов, учесть которые поможет структурирование излагаемого материала. Поэтому мы разобьем повествование на несколько тематических блоков.
Меняем язык
Разработчики создали уникальное окно системных настроек, интуитивно понятное для неискушенного пользователя.
Смена языка в MEmu производится следующим образом:
- Кликаем на ярлык Settings», открывается окно с несколькими вкладками.
- Выбираем General» и находим пункт Language».
- Кликаем на выпадающий список и определяем приемлемое языковое сопровождение.
- Подтверждаем совершенные действия кнопкой Save».
- Перезагружаем виртуальную оболочку.
Здесь же можно откорректировать следующие параметры:
- Количество задействованных ядер, обрабатывающих системные команды и операции.
- Разрешение экрана, что снижает/повышает производительность игрового процесса.
- Возможность кастомной настройки высоты и ширины конечного изображения.
Обмен пользовательскими данными с настольной системой
Эмулятор Андроид MEmu поддерживает функцию общих папок, назначение которых сводится к загрузке картинок с компьютера. Для настройки используется следующая инструкция:
- Открываем системные настройки, переходим на вкладку «Общие папки».
- Прописываем пути к внутреннему хранилищу на компьютере отдельно для каждого вида информации (аудио, видео, изображение, загрузки).
- Далее, с помощью файлового менеджера, в MEmu находим соответствующие папки с содержимым.
- Сохраняем изменения и перезагружаем эмулятор.
ES Проводник, к примеру, поможет найти расположение фотографий в виртуальной оболочке. Описанный выше метод покажет содержимое любой папки на персональном компьютере.
Другие возможности настройки
Вкладка «Продвинутые» состоит из следующих параметров:
- Выбор поддерживаемого устройства, возможность ввести номер телефона, оператора связи.
- Включение или отключение root-прав, виртуальной клавиатуры, датчиков и полноэкранного режима.
- Раздел «Горячие клавиши» позволяет настроить комфортное управление игровым процессом с использованием внешней периферии ПК.
Как настроить управление на клавиатуру в эмуляторе MEmu
-
Запускаем игру в эмуляторе, после чего на панели инструментов находим и тапаем по значку с изображением клавиатуры.
-
В данной игре, чтобы автомобиль повернул необходимо наклонить устройство в левую или правую сторону, а, чтобы настроить это действие на кнопки необходимо проделать следующие действия: в появившемся окне нажать на пункт «Продвинутые» и после перетащить в игровую область элемент «Sensor gravity». Далее нужно указать какие кнопки будут отвечать за наклоны «устройства» в правую и левую стороны, нажимаем на нужный круг, после чего тапаем по кнопке на клавиатуре, к примеру, привычные всем стрелочки. Такие действия можно проделать со всеми необходимыми кнопками. Не забудьте переместить ползунок «Opacity» на ноль процентов, иначе вы будете видеть настроенные кнопки в игровой области. Как только настройка будет завершена достаточно нажать на кнопку «Save».
MEmu 7.0.9 is officially released!
What’s new:
1.You can now set the limitation of FPS with a minimum interval 1 FPS;
2.Multi-MEmu now will keep the order of Instances;
3.Operation recorder now supports shut down MEmu after executing a script;
4.The bubble after making a screenshot now can be turn off by turning off Android notification
5.The volume +/- now can be synchronized by synchronizer
What’s fixed:
1.Fixed the RAM, GPU memory leak of MEmu
2.Fix adb commands cannot be used in MEmuc when using bridge Internet
Official Website: https://www.memuplay.com
Official Twitter: https://twitter.com/MicrovirtMEmu
Facebook Page: https://www.facebook.com/memuplayer
MEmu User Group: https://www.facebook.com/groups/memuplayer
Discord: https://discord.gg/gA4GWV9
Функционал
Софт отличается наличием точных настроек, которые позволят вам адаптировать программу и загружаемую игру под свои требования. Дополнительные настройки — не менее важный критерий при выборе эмулятора. Например, если вы скачаете MEmu на компьютер, то сможете выбирать разрешение экрана (в том числе выводить изображение в полноэкранный режим), выбирать место размещения панели навигации (она может быть снизу или сверху или находиться в режиме скрытия). Вы также быстро получите рут-права, запустите вириальную клавиатуру и многое другое. Также в программе есть отдельные кнопки, которые позволяют одним нажатием создать скриншот, очистить память, отрегулировать громкость или изменить ориентацию экрана.
Если у вас появилось желание запустить на компьютере мобильные приложения, то у вас есть два способа реализации свой идеи.
Первый подразумевает использование apk-файла. Найти загрузочный файл игры или приложения можно на просторах сети. Вам надо будет лишь открыть полученный таким образом файл через эмулятор. Это можно сделать, воспользовавшись специальной кнопкой на панели задач, которая открывает проводник. Через него вы просто указываете путь к нужному файлу. Но есть способ проще. Достаточно запустить эмулятор, найти файл в той директории, где он сохранен, и дважды по нему кликнуть. Далее программа запустит автоматическую установку, после которой ярлык утилиты появится в главном окне эмулятора.
Второй способ подразумевает работу с Google Play. Для этого, правда, нужен еще гугл-аккаунт.
Разработчики предусмотрели желания многих пользователей. Например, некоторые из них предпочитают на компьютере тестировать приложения, чтобы потом, в случае, если их все устроило, перенести его на мобильное устройство. В MEmu для этого есть все возможности. В частности, вам надо лишь подключить смартфон иди планшет к своему ПК, используя для этого USB-кабель, кликнуть соответствующую кнопку на панели задач и дождаться окончания установки.
С помощью эмулятора также можно отрегулировать управление. Например, вы можете отключить виртуальную клавиатуру, чтобы использовать физическую. Буквально в несколько кликов можно за клавишами, которые вам удобны, закрепить нужные для игр действия
В результате чего вы будете управлять так, как вам удобнее, что особенно важно в шутерах, где счет идет на секунды и от того, как оперативно вы действуете, зависит исход игры
Is MEmu Safe for Your Google Account?
The answer is an absolute yes. MEmu is 100% secure when connecting your Google account to it. In this sense, it performs the same way as linking your Google account on your phone, installing new games, and even linking MEmu membership with your account.
As soon as you open MEmu, you’ll see Google Play Store on the launcher. After login in and you’ll be able to access all the apps and games. You can also create a new Google account or use two-factor authentication if you do not trust us for whatever reason. Moreover, you can install games from its APK file if your game does not require a Google account to sync the data.
MEmu 5.6.2 is Released!
MEMU 5.6.2 is official released!
md5: 899edeccede29f52e7f7e302daee6930
Change Log:
Increase sdcard volume from 32GB to 128GB
Add support to PUBG keymapping with OpenGL mode
Add support to PUBG keymanpping for Knives Out
Add support to list most played games and apps
Change to keymapping macro
— Add support to trigger macro by mouse click
— Add support to skillcast key in mapkey command
— Add support to entershoot and exitshoot command
Improve game compatibility with V identity, Videogame Guardians, God of Highschool, VALKYRIE CONNECT, 棒球殿堂, 컴투스프로야구2018, etc.
Improve the UI layout of keymapping setting
Fix the issue of multiple VM layout on multiple screens
Fix the issue of file manager occasional crash
Fix some other tiny bugs
Note:
– It will take a little bit longer to start at the first time.
– It will take longer to install if you have many existed VMs to override.
– Override install doesn’t support downgrade to MEmu 5.3 or earlier revision.
>> Newbie to MEmu? No worry, Getting Started
>> Need old stable release? Release Archive
>> Back to MEmu 101, everything you need to know about MEmu <<
Official Website: https://www.memuplay.com
Official Twitter: https://twitter.com/MicrovirtMEmu
Facebook Page: https://www.facebook.com/memuplayer
MEmu User Group: https://www.facebook.com/groups/memuplayer
[Chapter Three] VM Control (when VM is running)
- Install Apk in VM (Android)
- Usage: memuc installapp <-i vmindex | -n vmname> <apkfile> <apkfile> apk filepath
Create a shortcut on the desktop after installation (7.1.3 version and later) - Sample: memuc installapp -n MEmu_1 c:\test.apk //Install test.apk into MEmu_1 VM
- Usage: memuc installapp <-i vmindex | -n vmname> <apkfile> <apkfile> apk filepath
- Uninstall App from VM
- Usage: memuc uninstallapp <-i vmindex | -n vmname> <packagename> <packagename> app package name
- Sample: memuc uninstallapp -i 1 com.microvirt.test //Uninstall this app from MEmu_1 VM
- Start App in VM
- Usage: memuc startapp <-i vmindex | -n vmname> <packageactivity> <packageactivity> app main activity
- Sample: memuc startapp -i 1 com.android.settings/.Settings //Start Android settings in MEmu_1 VM
- Stop App in VM
- Usage: memuc stopapp <-i vmindex | -n vmname> <packagename> <packagename> app package name
- Sample: memuc stopapp -i 1 com.android.settings //Stop Android settings in MEmu_1 VM
- Trigger Android keystroke
- Usage: memuc sendkey <-i vmindex | -n vmname> <key> <key> back | home | menu | volumeup | volumedown
- Sample: memuc sendkey -i 0 home //Trigger home key in MEmu VM
- Trigger shake
- Usage: memuc shake <-i vmindex | -n vmname>
- Sample: memuc shake -i 1 //Trigger shake in MEmu_1 VM
- Connect internet in Android
- Usage: memuc connect <-i vmindex | -n vmname>
- Sample: memuc connect -i 2 //Connect internet in MEmu_2 VM
- Disconnect internet in Android
- Usage: memuc disconnect <-i vmindex | -n vmname>
- Sample: memuc disconnect -i 2 //Disconnect internet in MEmu_2 VM
- Input text to Android
- Usage: memuc input <-i vmindex | -n vmname> <text>
- Sample: memuc input -i 0 “Hello World!” //Input “Hello World!” text into MEmu VM
- Rotate VM window
- Usage: memuc rotate <-i vmindex | -n vmname>
- Sample: memuc rotate -i 0 //Rotate the first VM
- Execute command in Android
- Usage: memuc <-i vmindex | -n vmname> execmd <guestcmd>
- Sample: memuc -i 1 execcmd “getprop persist.sys.language” //Execute “getprop” command to get Android language in MEmu_1 VM
- Change GPS latitude and longitude
- Usage: memuc setgps <-i vmindex | -n vmname> <longitude> <latitude>
- Sample: memuc setgps -i 0 30.978785 121.824455 //Set current longitude 30.978785, latitude 121.824455
- Obtain the public IP address
- Zoom in (Supported by version 6.2.6 and later)
- Usage: memuc zoomin <-i vmindex | -n vmname>
- Sample: memuc zoomin -i 0 //Zoom in the content
- Zoom out (Supported by version 6.2.6 and later)
- Usage: memuc zoomout <-i vmindex | -n vmname>
- Sample: memuc zoomout -i 0 //Zoom out the content
- Get a list of third-party apps in the emulator (supported by 7.1.3 and later)
- Usage: memuc getappinfolist <-i vmindex | -n vmname>
- Sample: memuc getappinfolist -i 0 //Show the third-party app list of MEmu
- Set the value of acceleration of gravity (supported by 7.1.3 and later)
- Usage: memuc accelerometer <-i vmindex | -n vmname> <-x xvalue> <-y yvalue> <-z zvalue>
- Sample: memuc accelerometer -i 0 <-x 0.0> <-y 8.9> <-z 4.5> //Set the gravity acceleration value to 0, 8.9, 4.5
- Create desktop shortcuts for Android applications (supported by 7.2.5 and later)
- Usage: memuc createshortcut <-i vmindex | -n vmname> <packagename>
- Sample: memuc createshortcut -i 0 com.android.settings //Create a desktop shortcut for the Settings app
[Chapter Two] VM Configuration
- Get configuration data of VM
- Usage: memuc getconfigex <-i vmindex | -n vmname> <key> <key> configuration key name
- Sample: memuc getconfigex -i 0 memory //Get the memory size of MEmu VM
- Set configuration data of VM
- Usage: memuc setconfigex <-i vmindex | -n vmname> <key> <value> <key> configuration key name
- Sample: memuc setconfigex -i 0 cpus 4 //Set the number of CPU core as 4
//Device MAC address
// Cache mode, 1 is acceleration (good performance, but there is a risk of damage to the image when the power is off accidentally), 0 is stable (the image file is not easy to be damaged, and the performance is slightly worse)
// Top left coordinate and size of simulator
// Android resolution and dpi
// Fixed window size, 1 is fixed, 0 is stretchable
// WIFI name (auto stands for automatic generation)