- Не устанавливается Android Emulator Hypervision Driver for AMD processing
- Ручная установка драйвера ADB
- ViPER4Android driver install failed
- Breadcrumb
- wix256
- jayochs
- RichPLS
- BigBugHmb
- wix256
- 3DSammy
- BigBugHmb
- wix256
- dcaplinger76
- harrisck
- BigBugHmb
- Geilerzucker
- ifly4vamerica
- Geilerzucker
- 1BadHEMI
- Bataga
- ifly4vamerica
- spring80
- Bataga
- Bataga
- Similar threads
- Breadcrumb
- Top Liked Posts
Не устанавливается Android Emulator Hypervision Driver for AMD processing
Выдает ошибку: Android Emulator Hypervisor Driver for AMD Processors installation failed. To install Android Emulator Hypervisor Driver for AMD Processors follow the instructions found at: https://github.com/google/andr. processors
При запуске выдает: Intel HAXM is required to run this AVD. Android Emulator Hypervisor Driver for AMD Processors is not installed.
Install Android Emulator Hypervisor Driver for AMD Processors for better emulation performance.
Установка Android Emulator на AMD процессоре
Не могу установить эмулятор на ноут Asus TUF gaming fx505dt-al238. А именно беспокоят эти ошибки: .
Не устанавливается с флешки (Processing the preset-menu GRUB4DOS)
Привет всем. Вобшем не запускался виндовс 7. Решил переустановить. Начал установлять через флешку.
Ошибка в Android Emulator
Здравствуйте, создал легкий проект в Android Studio. Но когда я запускаю Эмулятор, в меню, моего.
Проблема с Android Emulator
Здравствуйте у меня появилась проблема с виртуальной машиной. когда пытаюсь её стартануть выдаёт.
Derek-Georg, какие характеристики у компа и какая операционка? Там от операционки и проца многое зависит
Добавлено через 5 минут
1. Для начала в BIOS должна быть включена либо Intel virtualization / Поддержка виртуализации (если процессор Intel), либо SVM (если проц AMD)
2. Если операционка Windows 10 — заходите в Программы и компоненты -> Включение/Отключение компонентов Windows и снимаете галочки с Hyper-V, Virtual Machine Platform и Windows Hypervisor Platform
3. Пытаетесь снова установить виртуалку, если не получится — пишите дальше сюда
Источник
Ручная установка драйвера ADB
Я хочу поделиться с вами простым способом установки ADB драйвера под Windows. Эта статья понадобится тем, у кого этот драйвер или не устанавливается вовсе, или устанавливается, но adb все равно в упор не видит устройство(как было у меня), или вы вообще этот драйвер не нашли. Так что всех, у кого есть/были похожие проблемы, или кому просто интересно, прошу под кат.
Начну с предыстории. Решил я купить себе недорогой планшетик на Android для чтения книг(DJVU/PDF), и выбор пал на устройство российского конечно же китайского производства TeXet TM-7025. Жаба давила покупать что-то дорогое, а для простого чтения книг каких-то сверх-характеристик не требуется. Позже я обнаружил что на нем неплохо идут большинство игрушек, удобно полазить в инете пока ты сидишь in da kabin и т. д. А поскольку передо мной маячило изучение Android, я решил, что будет весьма удобно пользоваться для этого железным девайсом вместо мучений с эмуляторами.
И вот тут меня ждал неприятный сюрприз — то ли родной драйвер оказался кривым, то ли винда, то ли провод… вообщем драйвер то встал, диспетчер устройств Windows рапортовал о полной работоспособности девайса, но на запрос adb devices в консоли я получал пустой список и, естественно, тестировать приложение на планшете не удавалось.
Я написал запрос в службу поддержки TeXeT, мне даже ответили ссылкой на сам драйвер, который, как я уже убедился, не работал. Я начал искать ответ в интернете и нашел кучу разных сборок этого драйвера и мануалов, но все равно ни один из них не завелся как надо, и даже родной драйвер из SDK вообще никак не становился, что повергло меня в уныние… но не отчаяние.
Вот тут я решил попробовать свои силы в написании драйверов старом добром методе научного тыка и открыл inf-файл драйвера. Надежду мне давало понимание, что софтверная часть adb интерфейса со стороны планшета должна быть идентичной для всех устройств, а USB и так работал. И вот, после нескольких неудачных проб ручной правки inf-файла я нашел рецепт лечения приправы inf-файла так, чтобы оно поставилось и, главное, работало.
Шаг 1. Скачать драйвер. Если вы этого еще не сделали, откройте Android SDK Manager, найдите раздел Extras, поставьте галочку напротив Google USB Driver и нажмите Install Packages. Все просто. Ждете, пока загрузится.
Шаг 2. Найдите драйвер и сделайте его копию в отдельную папку. Зайдите в папку %android-sdk%\extras\google\ и увидите там заветную папочку usb_driver. Вот ее скопируйте куда-то, и там же будем проводить дальнейшие манипуляции. В принципе, можете править и «оригинал», но я предпочел сохранить оригинал нетронутым на всякий пожарный.
Шаг 3. Правим inf-файл. В папочке открываем файл android_winusb.inf и ищем там строки такого вот вида:
Делаем копию этих строк, заменяем Google Nexus One на %имя_вашего_девайса% для идентификации в будущем и… открываем диспетчер устройств Windows. Ищем там наше устройство(Android, Android Composite ADB Interface или что-то в этом стиле). Открываем свойства устройства, вкладка «Сведения», в списке выбираем пункт «ИД оборудования» и видим такую вот картину.
Копируем строчку, которая больше всего похожа на ту, что показана на рисунке(Она, по идее просто немного короче), и вставляем ее в наш inf-файл.
В %SingleAdbInterface% мы конец строки удаляем, как видно, в %CompositeAdbInterface% вставляем целиком. Повторять два раза все, наверное, не надо, но у меня уже все стоит и мне лень экспериментировать 🙂
Сохраняемся(будьте внимательны — в некоторых случаях для этого нужно запускать блокнот с правами администратора, т. к. в пользовательском режиме вам не дадут перезаписать inf-файл).
Шаг 4. Установка драйвера. Теперь, когда все подготовлено, возвращаемся в диспетчер устройств и удаляем все ранее установленные adb драйверы(если были). Обновляем список устройств и видим наш девайс без драйверов. Открываем его свойства и выбираем «обновить драйверы», выбираем установку из папки, указываем папку с поправленым inf-ом и запускаем установку — наш драйвер моментально находится, но при установке он может ругаться о несовместимости с вопросом «продолжать ли, насяльнека?». Продолжаем. Все, драйвер установлен.
Шаг 5. Финал. Для точности делаем вынь-всунь USB-порта, ждем пока все обнаруживается, открываем консоль(Win+R, вводим cmd) и пишем adb devices. Если все прошло хорошо — видим заветный пункт списка, обозначающий, что adb теперь видит наш девайс.
С этого момента можно спокойно запускать eclipse и строить программы, наслаждаясь удобной автоматической сборкой, установкой и возможностью дебага прямо на нашем устройстве.
Если команда adb у вас вообще не работает. Компьютер -> Свойства -> Переменные среды. Ищем переменную Path и в конце дописываем(ни в коем случае не перезаписываем) в конце точку с запятой, а после адрес папки, где живет adb(обычно %android-sdk%\platform-tools\). После перезагрузки должно заработать.
Иногда adb не запускается автоматически при старте системы. Запустите вручную.
Что это было?
На самом деле все просто. В силу неких причин(винда мастдай/у прогеров кривые руки/гугловский инф-файл писался только для родных гугловских девайсов/в вашем компьютере все испортили бозоны Хиггса) винда не хочет кушать гугловский драйвер для негугловских девайсов, не записанніх в inf-файл. Видимо, там все как раз завязано на этих ИД-оборудования. Но ведь софтверная часть на подавляющем большинстве андроид-устройств в части дебаггер-коннектора к ПК идентична, потому драйвер должен нормально общаться с любым Андроид-устройством. Наша задача — обмануть Windows и заставить ее принять девайс за «драйверо-подходящий», что мы и сделали путем дописывания его ИД в inf-файл драйвера.
Надеюсь, кому-то данный мануал поможет завести свой китайский или другой девайс, для которого при сборке системы забыли сделать нормальный драйвер adb, или тем, кого задалбывает качать официальный драйвер от производителя устройства(это бывает настолько гемморно, что быстрей сделать все вышеописанное — у меня так было с драйвером для телефона LG E510).
P. S. Я не проводил массового тестирования данного метода, так что не могу гарантировать, что он заработает в 100% во всех случаях. Но у меня он заработал на Windows 7, а после и на Windows 8. Файл приходилось править для каждого раза отдельно, но не думаю, что это такая уж проблема.
Источник
ViPER4Android driver install failed
Breadcrumb
wix256
Member
Has anyone else tried to install ViPER4Android and have it fail when installing the driver? The error I get says it fails due to improper busy box install or I’m not completely rooted.
I can attest that I’m fully rooted and busy box is installed properly. I’ve reinstalled supersu, busy box and re rooted to no avail.
jayochs
Senior Member
same here. my 8.4 has this exact same problem. ugh. this sucks.
Sent from my SM-T700 using Tapatalk
RichPLS
Senior Member
Same issue here. :/
Sent from my SM-T700 using XDA Premium 4 mobile app
BigBugHmb
Senior Member
Same trouble here on my 10.5… b*llsh*t..
works for me on S2, S3, S4, S5 and Galaxy Note 10.1, but not on Tab S?
Can anyone help, plz?
wix256
Member
After installing TWRP, I decided to flash another audio mod called elements of fidelity http://forum.xda-developers.com/showthread.php?t=2765331
And after flashing that viper’s driver miraculously installed!
I didn’t get a chance to thoroughly look into why we are originally having so many problems installing it on the tab s but I suspect it’s because we are missing an audio*. Conf file that it tries to edit but cannot be found.
3DSammy
Senior Member
After installing TWRP, I decided to flash another audio mod called elements of fidelity http://forum.xda-developers.com/showthread.php?t=2765331
And after flashing that viper’s driver miraculously installed!
I didn’t get a chance to thoroughly look into why we are originally having so many problems installing it on the tab s but I suspect it’s because we are missing an audio*. Conf file that it tries to edit but cannot be found.
V4A made startling improvement to my Nexus 10 speakers, did it do the same with the Tab S’s speakers? I only use V4A’s to increase the gain with my head set once I bought quality headphones.
Hopefully we’ll post your findings in the main V4A XDA thread so they can improve the V4A install base for all Tab S users.
Sent from my Nexus 10 using XDA Premium HD app
BigBugHmb
Senior Member
wix256
Member
I’m on vacation and will be out of the country until the end of the week.
When I get home I will go through logs and see what exactly was happening.
dcaplinger76
Senior Member
harrisck
Member
Any further update on this? I miss viper audio!
Sent from my SM-T705 using XDA Premium 4 mobile app
BigBugHmb
Senior Member
Geilerzucker
Member
I’m on vacation and will be out of the country until the end of the week.
When I get home I will go through logs and see what exactly was happening.
I got the same issue as you guys.
Did anyone contact the devs in the meantime on viper4android and does somebody know if they are working on a fix?
ifly4vamerica
Senior Member
OK all I have a fix for installing Viper on the Tab S.
Use any file explorer and navigate to /system/vendor/etc
Copy the audio_effects.conf in that location
Navigate to /system/etc and paste the file you copied there
Once copied change the permissions to match the other files in the /system/etc folder
Install Viper and it should work this time, apparently the audio.effects.conf file is expected to be in the /system/etc location and is not there by default for some reason.
For advanced users I suppose you could just create a symlink to the other location also but I didn’t try this myself.
let me know if this works for everybody else, so far it has worked on both of my Tab’s
Make sure to cruise by the Viper thread and thank metaljim also as he gave me the initial help which headed me in the direction of adding the file to system etc.
Geilerzucker
Member
You Sir, are awesome. It’s finally working and totally worth it. It’s just incredible how much it enhances a tablet.
OK all I have a fix for installing Viper on the Tab S.
Use any file explorer and navigate to /system/vendor/etc
Copy the audio.effects.conf in that location
Navigate to /system/etc and paste the file you copied there
Once copied change the permissions to match the other files in the /system/etc folder
Install Viper and it should work this time, apparently the audio.effects.conf file is expected to be in the /system/etc location and is not there by default for some reason.
For advanced users I suppose you could just create a symlink to the other location also but I didn’t try this myself.
let me know if this works for everybody else, so far it has worked on both of my Tab’s
1BadHEMI
Senior Member
Ahhhh, finally got it to install. Thanks!
Sent from my SM-T700 using Tapatalk
Bataga
Senior Member
OK all I have a fix for installing Viper on the Tab S.
Use any file explorer and navigate to /system/vendor/etc
Copy the audio.effects.conf in that location
Navigate to /system/etc and paste the file you copied there
Once copied change the permissions to match the other files in the /system/etc folder
Install Viper and it should work this time, apparently the audio.effects.conf file is expected to be in the /system/etc location and is not there by default for some reason.
For advanced users I suppose you could just create a symlink to the other location also but I didn’t try this myself.
let me know if this works for everybody else, so far it has worked on both of my Tab’s
Make sure to cruise by the Viper thread and thank metaljim also as he gave me the initial help which headed me in the direction of adding the file to system etc.
ifly4vamerica
Senior Member
Works for me on MX Player Pro. Works with or without sound boost checked. Did you install the custom codec? I do not have the custom codec installed.
Sent from my SM-T800 using Tapatalk
spring80
Senior Member
From where can i download viper4android, i search the playstore, only i found chinese application.
Any idea.
Sent from my SM-T700 using XDA Free mobile app
———- Post added at 08:46 AM ———- Previous post was at 08:24 AM ———-
I found it using aptoide application in english interface
Sent from my SM-T700 using XDA Free mobile app
Bataga
Senior Member
Works for me on MX Player Pro. Works with or without sound boost checked. Did you install the custom codec? I do not have the custom codec installed.
Sent from my SM-T800 using Tapatalk
Bataga
Senior Member
Similar threads
Breadcrumb
Top Liked Posts
OK all I have a fix for installing Viper on the Tab S.
Use any file explorer and navigate to /system/vendor/etc
Copy the audio_effects.conf in that location
Navigate to /system/etc and paste the file you copied there
Once copied change the permissions to match the other files in the /system/etc folder
Install Viper and it should work this time, apparently the audio.effects.conf file is expected to be in the /system/etc location and is not there by default for some reason.
For advanced users I suppose you could just create a symlink to the other location also but I didn’t try this myself.
let me know if this works for everybody else, so far it has worked on both of my Tab’s
Make sure to cruise by the Viper thread and thank metaljim also as he gave me the initial help which headed me in the direction of adding the file to system etc.
Viper4android 2.3.4.0 on Samsung Galaxy Tab S 8.4 <> SM-T700 <> klimtwifi
FIRSTLY: This works on my Samsung Galaxy Tab S 8.4 <> SM-T700 <> klimtwifi with
aicp_klimtwifi_lp-10.0-NIGHTLY-20150813
SECONDLY: This is not my work. I found it somewhere a few weeks ago. I tried to find it again so I could simply point you to it. That would have been much easier.
After dozens of hours trying to get Viper4android to actually have an effect on the audio I found a solution. I used xda references to help me install Viper4android 2.3.4.0 (look elsewhere for help on that, if needed). However, I had to do these additional things for the app to have to *actually have any effect*:
(files attached below)
— Go to
Root folder «/system/etc» & replace the*audio_effects.conf*with the one provided
Root folder «/vendor/etc» &*replace the*audio_effects.conf*with the one provided.
Root folder «/system/lib/soundfx» & add all the libs provided (replace any if needed).
Take care that you don’t mess with*audio_policy.conf.
Now just setup your Viper and reboot.
TiTiB
Samsung Galaxy Tab S 8.4 <> SM-T700 <> klimtwifi
After installing TWRP, I decided to flash another audio mod called elements of fidelity http://forum.xda-developers.com/showthread.php?t=2765331
And after flashing that viper’s driver miraculously installed!
I didn’t get a chance to thoroughly look into why we are originally having so many problems installing it on the tab s but I suspect it’s because we are missing an audio*. Conf file that it tries to edit but cannot be found.
I’m on vacation and will be out of the country until the end of the week.
When I get home I will go through logs and see what exactly was happening.
EASY Viper4Android FX and XHIFI DRIVER Installation FIX
I wanted to post this to help others who may be struggling with driver installation as I was.
The FX driver installed with no problem, but no matter what I did, the XHIFI drivers would not install.
After extracting the apk of the final XHIFI version available which is Version: XHiFi version 2.1.0.2-1
Codename: X-Factor, I realized that;
1. the /system/etc/audio_effects.conf file did not include the references to the XHIFI drivers
2. the suggested file fixes I found in forums did not work, because they did not reference the latest XHIFI driver names used in the final apk
This is THE SOLUTION for both FX and XHIFI driver installation in case of the above scenario:
1. Unpack the apk and extract the drivers.
2. Find the one that is applicable to your device and add the reference into the library section.
3. Insert the driver file into the /system/lib/soundfx/ folder so that it can be found
This is my file:
libraries <
v4a_xhifi <
path /system/lib/soundfx/libv4a_xhifi_ics.so
>
v4a_fx <
path /system/lib/soundfx/libv4a_fx_ics.so
>
v4a_xhifi <
path /system/lib/soundfx/libv4a_xhifi_ics_NEON.so.jb
>
v4a_fx <
path /system/lib/soundfx/libv4a_fx_gb.so
>
v4a_fx <
path /system/lib/soundfx/libv4a_fx_ics_NEON.so
>
v4a_fx <
path /system/lib/soundfx/libv4a_fx_ics_NEON_HQ.so
>
v4a_fx <
path /system/lib/soundfx/libv4a_fx_jb_NEON.so
>
v4a_fx <
path /system/lib/soundfx/libv4a_fx_jb_NEON_HQ.so
>
v4a_fx <
path /system/lib/soundfx/libv4a_fx_jb_NEON_SQ.so
>
I wasn’t absolutely certain about which NEON driver was for my Samsung Galaxy S4 Verizon SCH-1545, using SafeStrap and Stock Rooted ROM, so I included all of them, with no problems as a result.
Источник