[Q] Android X86 on laptop. - Xposed General

Alright so I have an Acer Aspire V5-573P-6896
It's got a Core i5, 8gb ram, 250GB SSD, Intel HD 4400 graphics yadayada...
I have a question though, I tried installing Xposed on it but it stopped booting, just started bootloopoing. Is there a reason why or... Is it that it doesn't support the Android X86 rom itself?
This is a bone stock google android from source as far as I see. Nothing's been modified. 4.4.4 KitKat, not lollipop. Soo.... Wurf? Wasn't X86 supported?

X86 support is poor. Some Asus ZenFone (powered by x86) users also have some problems and there is workaround for it. I think this needs to be fixed for next version also.

pyler said:
X86 support is poor. Some Asus ZenFone (powered by x86) users also have some problems and there is workaround for it. I think this needs to be fixed for next version also.
Click to expand...
Click to collapse
quyvinh said:
Root MUST be done. USB debug turned on. Windows only and Driver for Intel and ASUS must be ready on PC.
Step1: download xposed apk and install the apk. DO NOT RUN APP AND DO NOT INSTALL FRAMEWORK.
Step2: Rn command promt (Run / cmd). assume adb folder is on C:\ drive and you are now in C:\ADB
Step 3: Type following (or copy and paste)
adb devices (make sure your phone show!)
adb shell (hit Enter)
su (hit Enter, then look on your phone and touch OK)
echo 148 > /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset (hit Enter)
chmod 664 /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset (hit Enter)
Step4: Now go to app drawer and run Xposed which you installed earlier. Touch "Framework" and touch "Install/Update"
DONE. Now install addons.
Click to expand...
Click to collapse
This worked for me last time on a Zenfone 5, using Atom CPU.

@AkiroX @soralz @pyler
how wifi & bluetooth gonna work!! on x86 ??( installation part never really covers the "drivers ",,It wont be functional right ??

soralz said:
This worked for me last time on a Zenfone 5, using Atom CPU.
Click to expand...
Click to collapse
This worked! X33 Now it's running flawlessly. <3 Yay!

[email protected] said:
@AkiroX @soralz @pyler
how wifi & bluetooth gonna work!! on x86 ??( installation part never really covers the "drivers ",,It wont be functional right ??
Click to expand...
Click to collapse
As long as your laptop covers the standard Intel platform it'll work.
Non-standard would include something like an Nvidia 860m (but event hen I think it'd work.)
Stuff like that.
Everything should work for the most part.

No wifi on HP Mini 110-1212NR
AkiroX said:
As long as your laptop covers the standard Intel platform it'll work.
Non-standard would include something like an Nvidia 860m (but event hen I think it'd work.)
Stuff like that.
Everything should work for the most part.
Click to expand...
Click to collapse
I installed the x86 package on my HP Mini and I lost my WiFi and Bluetooth. Neither one will turn on with the toggles. Does anyone know a fix for this?

soralz said:
This worked for me last time on a Zenfone 5, using Atom CPU.
Click to expand...
Click to collapse
thnx :good:

Related

Getting Nexus One ADB/USB Mount working (Driver)

Download This file and extract.
hit Windows Key + r
Type in devmgmt.msc
right click on nexus one
click update
update from location on computer.
select that folder.
---------------Notes-------------
Be sure to enable debugging on your phone via Settings>Applications>Devlopment>USB debugging.
Confirmed working on:
Win 7 Ultimate x64/x86
Win 7 Home Edition x86?
Win Vista
XP Home x86
XP Pro x64/x86
O.S
What O.S you had this working on?
@th3fallen
143!!
I got it working on win7 Ultimate version
This works for Windows 7 Home Premium Edition as well.
In order to get ADB working on Linux (Ubuntu 9.04) I had to edit /etc/udev/rules.d/51-android.rules (I may have created this file for the G1) and add:
Code:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
What I was seeing was the device would sort of show up when I ran adb devices, but it would list ????????? as the ID and no permissions.
~Kenny
I was able to access it by using dream, magic and adb testing device didnt need any specific driver.
I did this to get it working on win 7 ultimate x64
NexVision said:
I was able to access it by using dream, magic and adb testing device didnt need any specific driver.
Click to expand...
Click to collapse
You need the latest refresh of the drivers (and tools for updated fastboot, etc.) from the SDK. If you go to a Windows command prompt and run Android, assuming the tools directory is in your path, you can select the update for both. It will fail in updating tools, since you are using an app in it, but don't close the app, just reapply at that point and it will work on the second go. Then when you install the N1, you will have the drivers you need to install as before.
Not meaning to argue with you but what I was saying is I have had no issues doing anything via adb with it as a magic I have done fastboot as well hey maybe its just working for me.
kfk2 said:
In order to get ADB working on Linux (Ubuntu 9.04) I had to edit /etc/udev/rules.d/51-android-rules (I may have created this file for the G1) and add:
Code:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
What I was seeing was the device would sort of show up when I ran adb devices, but it would list ????????? as the ID and no permissions.
~Kenny
Click to expand...
Click to collapse
Hmm...I have that already in my /etc/udev/rules.d/51-android.rules (mine has .rules, not -rules...I'm assuming that's a typo in your post?) and I'm still coming up with ?????????? as the device and no permissions, all attempts to do anything with adb result in it telling me I don't have permission to do these things.
Swervo said:
Hmm...I have that already in my /etc/udev/rules.d/51-android.rules (mine has .rules, not -rules...I'm assuming that's a typo in your post?) and I'm still coming up with ?????????? as the device and no permissions, all attempts to do anything with adb result in it telling me I don't have permission to do these things.
Click to expand...
Click to collapse
Yah that was a typo.. The no permissions error appears to me that adb doesn't have access to the /dev/ devices used. I'm not at home so I cannot lookup what device is created and used in /dev/ for you to check the permissions. I know I killed the adb server and restarted it a few times while trying to get mine to work, along with updating to the latest sdk. So you may want to try those things, you could also try running adb as root and seeing if that fixes it (if so, then it's a simple permission error with udev not creating it with correct permissions).
Alrighty, I think I got it. I'm no udev expert (in fact, I'm rather useless at it), but this worked for me.
1) Make sure USB debugging is turned on on the phone.
2) Plug the phone into the USB port on the machine.
3) Make sure /etc/udev/51-android.rules has
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
Click to expand...
Click to collapse
in it.
4) run
adb kill-server
Click to expand...
Click to collapse
5) As root, run
service udev restart
Click to expand...
Click to collapse
6) run
adb start-server
Click to expand...
Click to collapse
Worked for me to get the device recognized.
Hey guys, I have the Android 1.5 SDK/ADB installed on my computer.. so I don't know what will happen when I mount my N1 (haven't tried yet). I want to be able to mount my N1 normally without ADB or anything, 'cause I'm not going to root it for a while. Thanks!
Confirmed on Vista
I can confirm that the instructions in the OP work on Vista. Thanks a lot, th3fallen.
Alleviate said:
Hey guys, I have the Android 1.5 SDK/ADB installed on my computer.. so I don't know what will happen when I mount my N1 (haven't tried yet). I want to be able to mount my N1 normally without ADB or anything, 'cause I'm not going to root it for a while. Thanks!
Click to expand...
Click to collapse
Nothing will happen, ADB doesn't start interacting with your phone without you explicitly telling it to. Also, if you don't have debugging turned on on your phone, then it won't even if you do explicitly tell it to. Feel free to mount the drive on it.
ADB and Root
Maybe I'm doing something wrong, but I can't get ADB to recognize my phone. ADB is all set up correctly, I have it updated (I believe) to the most recent version. I installed the updated USB driver and I see the "Android Phone" in my device manager. I have USB Debugging checked off in my phone settings. ADB worked fine for my G1, but it doesn't recognize my Nexus One.
I shouldn't have to root the phone to have ADB working should I? Can anybody think of something I overlooked? I am running Windows XP Professional SP3
Okay, so I navigated to the "1.1-nexusone-superboot" folder in the command prompt and tried
Code:
adb-windows devices
and my device showed up. Now I want to move those files to where I originally had my adb files in C:\android-sdk-windows\tools so that all I have to type is
Code:
adb devices
to have my phone listed. I tried replacing the files in my \tools folder and renaming them to what they were named before, but that didn't work. Could somebody please help me get this set up properly?
ccunningham83 said:
Okay, so I navigated to the "1.1-nexusone-superboot" folder in the command prompt and tried
Code:
adb-windows remount
and my device showed up. Now I want to move those files to where I originally had my adb files in C:\android-sdk-windows\tools so that all I have to type is
Code:
adb devices
to have my phone listed. I tried replacing the files in my \tools folder and renaming them to what they were named before, but that didn't work. Could somebody please help me get this set up properly?
Click to expand...
Click to collapse
in your command prompt you have to be in the c:\android-sdk-windows\tools\ directory for it to work
ccunningham83 said:
Maybe I'm doing something wrong, but I can't get ADB to recognize my phone. ADB is all set up correctly, I have it updated (I believe) to the most recent version. I installed the updated USB driver and I see the "Android Phone" in my device manager. I have USB Debugging checked off in my phone settings. ADB worked fine for my G1, but it doesn't recognize my Nexus One.
I shouldn't have to root the phone to have ADB working should I? Can anybody think of something I overlooked? I am running Windows XP Professional SP3
Click to expand...
Click to collapse
I was having the same problem yesterday. But i'm on Vista. Nothing seemed to work, but ADB was working fine on my Mytouch. At any rate, I ended up going to download the most recent SDK and trying adb again from a command prompt @ the tools location of the newest SDK, and then everything worked. I don't know if that was something I should have done in the first place and I just didn't know it (duh), but that's what worked for me.

[GUIDE]BackTrack 5 in webtop (BackTop)

BACKTOP v0.00001​
Click to expand...
Click to collapse
Alright, so this is a guide to finally get the backtrack 5 software running inside of webtop. It uses chroot and xterm to allow full access to the software contained within the backtrack 5 arm image.
Prerequisites:
CWM Installed:
For all version: http://forum.xda-developers.com/showthread.php?t=1138541
WebTopMOD installed:
For 2.3.4 go here: http://forum.xda-developers.com/showthread.php?t=1169457
For 1.8.3 go here: http://forum.xda-developers.com/showthread.php?t=1093790
You do not need to download the Debian disk image. Will we be using the backtrack disk image instead.
BusyBox Installed in /system/bin:
Downloaded "BusyBox Installer" from the app store.
BE SURE TO INSTALL IN /SYSTEM/BIN!
Click to expand...
Click to collapse
The Goods:
BackTop.zip:
Download and un-zip the attached files into /sdcard/bt
BackTop.zip
BackTrack 5 ARM Image:
PART 1 : Download Link : http://bit.ly/p1BT5
PART 2 : Download Link : http://bit.ly/BT5p2
PART 3 : Download Link : http://bit.ly/BT5p3
These download links are from the xperia backtrack project and where I took inspiration to get it working in webtop. After using 7z to unarchive just place bt.img in the /sdcard/bt folder. The archives other contents can be safely ignored.
Click to expand...
Click to collapse
What you should have by now:
WebTOPMOD for Atrix.
BusyBox Installed in /system/bin.
Downloaded scripts placed in the /sdcard/bt folder.
Downloaded bt.img placed in the /sdcard/bt folder.
Click to expand...
Click to collapse
Give it a go:
Step 0: Connect the phone to display/lapdock. Run webtop and wait for it to boot.
Step 1: Open LXTerminal from the dock and type "cd /sdcard/bt"
Step 2: To run BackTop type "sudo bash backtop"
You should be presented with a white xterm screen. You can now use all the utilities built into backtrack 5 with ease. You can even run the gnome desktop environment! (More on that bellow)
Click to expand...
Click to collapse
Running Gnome:
You first need to kill off all the webtop crap do this by typing the following in xterm.
"ps ax|grep awn|awk '{print $1}'|xargs kill"
"ps ax|grep panel|awk '{print $1}'|xargs kill"
Then start gnome by typing "gnome-session" in xterm.
Click to expand...
Click to collapse
Accessing sdcards:
You'll need to make two directories inside of backtrack /sdcard and /sdcard-ext to do this type:
"sudo mkdir /sdcard"
"sudo mkdir /sdcard-etc"
Once you've done this simply reboot your phone and restart BackTop.
Click to expand...
Click to collapse
Known issues:
ettercap causes network connectivity inside of webtop to fail.
If something does go terribly wrong you can always force quit backtop with the following command:
"sudo bash /sdcard/bt/forcekillbt"
Click to expand...
Click to collapse
Cool stuff, I'll definitely check this out. Moved to development.
mate I don't have webtop but as a network engineer I'm giving this a big thumbs up, super cool to have a pen testing suite in your phone!!!
reserved #10Chars
It might just be me but do your links work? Specifically the http://bit/ly ....etc. thanks
Sent from my MB860 using XDA App
edit: had a smart attck and everything is tip top...well done sir...thx!!
that is the most metal thing ever
I'd prefer it actually dual boot on my phone for hac..I mean testing on the go xD
What will this one do that the others don't?
Cheers
pederb said:
What will this one do that the others don't?
Cheers
Click to expand...
Click to collapse
If you don't know what BackTrack is then you don't need it.
pederb said:
What will this one do that the others don't?
Cheers
Click to expand...
Click to collapse
its a pen testing Linux suit. its essentially Linux loaded up with hacking tools meant for testing networks to prevent hacking or "penetration". hack your own network. discover the vulnerabilities. and patch them. - to put it simply
This is amazing. Thanks.
7z issue with the bt.7z
Hum... I might be doing something wrong but I am not able to uncompress the 3 volumes posted in the links... I was able to download them all but the only one who actually I can uncompress is the first one and it generate a file bt.7z that I am also unable to uncompress... I am getting the following msg when I try to 7unzip them:
"cannot open file 'x:\xx\xx\bt.7z.002' as archive"
Should I join them all into one then use 7zip?
Forget it I just found it out by myself... is using a program to join them all into one then Unzip it.
My dream come true .............. i assume that we can run kismet and metasploit framework ?!
What kernel and rom were you able to make this run well with as i am having really bad reboots after i undock the phone from the lapdock as i am running faux123 kernel and cherry crust v3.
webtop when connected to hdmi not doing anything...
I was trying to use this backtrack distro on my AT&T Atrix and I must admit that I am a kind of noob on this ... I wasn't seeing big advantage until now that we have bt to use instead of the stock version...
I have no Lapdock so I am using Ronaldo_9 CWM version to run Webtop on HDMI in my GB 2.3.4 ( 4.5.91 from Kenneth Penn ). It was working til I followed these instructions ...
Well a little bit of what I did:
1- Downloaded the WebTopMOD from Joe Ferreira v2 to install with CWM.
2- Got also BusyBox installed through the BusyBox Installer over my /system/bin
3- Downloaed (even knowing it's not needed) the Debian disk from Joe Ferreira link (to install webtopmod).
4- Downloaded the BlackTrack 5 image from the links on the first post
5- Downloaded the BackTop.zip from the first post
6- Created the /sdcard/bt folder and put only the bt.img and forcekillbt and backtop files from Backtop.zip file onto it...
7- Plugged in my HDMI cable over my tv (yes I have no lapdock)
8- The Webtop option pop's up and when I selected it.....
Nothing happened... not even an error msg or stuff... the only thing still working is EC... but webtop none.... Does anyone of you have any clue or hint of what can I do about it?
EDIT: Got it working... it was because of the broken V2 WebtopMOD so I flashed the V1 and everything went fine.... Thank you all for not helping it made me a better researcher
I think I just wet myself I've been waiting for someone to come up with this since they started the ARM archticture and ported it to the XOOM tablet
Sent from my MB860 using XDA Premium App
The built in wifi doesn't support packet injection does it?
baumerman said:
The built in wifi doesn't support packet injection does it?
Click to expand...
Click to collapse
It doesnt....
Sent from my MB860 using XDA App
BCM4329 supports Promiscuous Mode and Multiple Monitor mode.
It supports Packet Injection, too.
The WiFi module needs to be modified for enabling these things... I'm currently working on GenTop, but after finishing that work I can take a look at it and see if I'm skilled enough to enable it on the driver.
kholk said:
BCM4329 supports Promiscuous Mode and Multiple Monitor mode.
It supports Packet Injection, too.
The WiFi module needs to be modified for enabling these things... I'm currently working on GenTop, but after finishing that work I can take a look at it and see if I'm skilled enough to enable it on the driver.
Click to expand...
Click to collapse
That would be awesome... just amazing how u dealing with a lot of stuffs simultaneously ....... tyvm for visiting this thread its almost dead...
Doing a simple (means not a complex one) research at Google it seens that there's no much of Monitor mode for android cell phones so far... not sure why if nobody cares or if it's not possible... but u got skill enough to give the last word
Hope to hear something soon...
I wish there was more development for this, and +1 for packet injection
gzrecoil said:
I wish there was more development for this, and +1 for packet injection
Click to expand...
Click to collapse
There is monitor mode for iPhone and itouch... not sure the reason why not for android :-(
Sent from my MB860 using XDA App

Xposed for zenfone 5

Please help me set up Xposed zenfone 5. zenfone 5 bootloop when using x86 was installed framework.
Please post a logcat of the bootloop.
Hold Power button + volume Up button to access Recovery mode.
Then select Factory Reset by volume up/down and Power button
I have same case
rovo89 build an unofficial build for asus x86, Xposed ver 2.5 beta 2, but he is not share them on xda. just do a little search on his github or google (asus x86 xposed). i've tested them on my zenfone 6, but basically 5 and 6 is almost same so i think it will work, as the installer is for another asus phone but worked on my z6.
as for bypassing your current bootloop, just press vol down (i think as i randomly press all button) after 30second of bootloop (or plug your usb, when led shows orange or yellow, depends on your battery status) it'll trigger xposed safe mode, and you can uninstall your framework then install ver 2.5 beta 2.
Sent from my ASUS_T00G
minatovladoski said:
rovo89 build an unofficial build for asus x86, Xposed ver 2.5 beta 2, but he is not share them on xda. just do a little search on his github or google (asus x86 xposed). i've tested them on my zenfone 6, but basically 5 and 6 is almost same so i think it will work, as the installer is for another asus phone but worked on my z6.
Click to expand...
Click to collapse
See http://forum.xda-developers.com/xposed/asus-me302c-problem-t2737886/post52741226
The offset required for your ROM might vary, but if the test version I had posted on GitHub worked for you, try 0x98.
rovo89 said:
See http://forum.xda-developers.com/xposed/asus-me302c-problem-t2737886/post52741226
The offset required for your ROM might vary, but if the test version I had posted on GitHub worked for you, try 0x98.
Click to expand...
Click to collapse
yeah thanks a lot mate, as i have no confidence on edit code, i choose to use the test version
Sent from my ASUS_T00G
minatovladoski said:
yeah thanks a lot mate, as i have no confidence on edit code, i choose to use the test version
Click to expand...
Click to collapse
Well, that's the whole point... in 2.6, you just need to create a file with the offset (e.g. "0x98") in it, as explained in the post I linked to. No need to edit code or recompile anything.
rovo89 said:
Well, that's the whole point... in 2.6, you just need to create a file with the offset (e.g. "0x98") in it, as explained in the post I linked to. No need to edit code or recompile anything.
Click to expand...
Click to collapse
little question here, if i update from 2.5 beta 2 to 2.6, should I create that file with the offset or not?
Sent from my ASUS_T00G
minatovladoski said:
little question here, if i update from 2.5 beta 2 to 2.6, should I create that file with the offset or not?
Click to expand...
Click to collapse
If you had to use the special build I posted on GitHub, then yes, you have to create the file. If 2.6 is working fine for you without the file, then don't create it.
trying offset
rovo89 said:
If you had to use the special build I posted on GitHub, then yes, you have to create the file. If 2.6 is working fine for you without the file, then don't create it.
Click to expand...
Click to collapse
Rovo
I have rooted my x86 based new Zenfone5 and installed xposed framework 2.5 but I have not full installed the framework yet.
I tried to use the following offset after some research:
su
echo 148> /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset
however I keep getting error "No such file or diredtory" even though if I tree down through /data/data I can see that file de.robv.android.xposed.installer is there.
Not sure what to do next? Any help will be greatly appreciated as I must have xposed framework on this device or it is pretty much useless! Thank you in advance!
Root MUST be done. USB debug turned on. Windows only and Driver for Intel and ASUS must be ready on PC.
Step1: download xposed apk and install the apk. DO NOT RUN APP AND DO NOT INSTALL FRAMEWORK.
Step2: Rn command promt (Run / cmd). assume adb folder is on C:\ drive and you are now in C:\ADB
Step 3: Type following (or copy and paste)
adb devices (make sure your phone show!)
adb shell (hit Enter)
su (hit Enter, then look on your phone and touch OK)
echo 148 > /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset (hit Enter)
chmod 664 /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset (hit Enter)
Step4: Now go to app drawer and run Xposed which you installed earlier. Touch "Framework" and touch "Install/Update"
DONE. Now install addons.
rovo89 said:
See http://forum.xda-developers.com/xposed/asus-me302c-problem-t2737886/post52741226
The offset required for your ROM might vary, but if the test version I had posted on GitHub worked for you, try 0x98.
Click to expand...
Click to collapse
My ZenFone 6 (also an Intel Z2580 SoC) is running Android 4.4.2 (closed beta version),
I tried whether set 0x98 offset or not, the phone can boot normally but system lags and will be freezed / reboot randomly.
Thus I set "dalvik.vm.execution-mode=int:fast" now and Xposed framework / module works fine.
I attached the libdvm.so from my ZenFone 6 running Android 4.4.2.
Thanks...
i have zenfone 5 with 1.18 ww firmware (from 1.96 cucc)
i tried to install xposed using instruction here below
####################################
*** Install Xposed: Root is a MUST. USB debug turned on. Windows only and Driver for Intel and ASUS must be ready on PC.
Step1: download xposed apk and install the apk. DO NOT RUN APP AND DO NOT INSTALL FRAMEWORK.
Step2: Run command promt (Run / cmd). assume adb folder is on C:\ drive and you are now in C:\ADB
Step3: Type following (or copy and paste)
adb devices (make sure your phone show!)
adb shell (hit Enter)
su (hit Enter, then look on your phone and touch OK)
echo 148 > /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset (hit Enter)
chmod 664 /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset (hit Enter)
Step4: Now go to app drawer and run Xposed which you installed earlier. Touch "Framework" and touch "Install/Update"
DONE. Now install addons.
##########################
but echo command failed because ther isn't a conf folder in /data/data/de.robv.android.xposed.installer/
any suggestion?
Thanks
Stefano

[Q] There is Xposed for x86 device Ver ?

Is there Xposed for x86 device Ver. ?
The current version is used in Android x86 4.4.4
There will be problems
ex. Can't boot, or after the boot function can't be used
Unlike the phone after installing, the original function can also be used.
Device Data:
ASUS EeePC 1015PW
Android x86 4.4.4 r2
All version of xposed work well in my Intel Atom Android device with stock ics.
PocketFan2015 said:
All version of xposed work well in my Intel Atom Android device with stock ics.
Click to expand...
Click to collapse
So why have these problems after the installation?
Even some applications will not open.
quyvinh said:
Root MUST be done. USB debug turned on. Windows only and Driver for Intel and ASUS must be ready on PC.
Step1: download xposed apk and install the apk. DO NOT RUN APP AND DO NOT INSTALL FRAMEWORK.
Step2: Rn command promt (Run / cmd). assume adb folder is on C:\ drive and you are now in C:\ADB
Step 3: Type following (or copy and paste)
adb devices (make sure your phone show!)
adb shell (hit Enter)
su (hit Enter, then look on your phone and touch OK)
echo 148 > /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset (hit Enter)
chmod 664 /data/data/de.robv.android.xposed.installer/conf/jit_reset_offset (hit Enter)
Step4: Now go to app drawer and run Xposed which you installed earlier. Touch "Framework" and touch "Install/Update"
DONE. Now install addons.
Click to expand...
Click to collapse
This worked for me last time on a Zenfone 5, using Atom CPU.

hax is not working and emulator runs in emulation mode

So essentially the topic line says it all.
hax is not working and emulator runs in emulation mode (windows)
That's the message I get from Android. I've done everything I can find online, I keep downloading more and more and more tools from SDK Mgr, it never ends.
Anyone have any ideas?
Thanks ahead,
Sergio
use genymotion better
md2an said:
use genymotion better
Click to expand...
Click to collapse
Forgive me, but does that tie into android Developer?
sergioq said:
Forgive me, but does that tie into android Developer?
Click to expand...
Click to collapse
If you mean Android Studio, then yes. It's free for personal use and is very fast. There are youtube tutorials to show you how integrate it into Android Studio. I had a problem getting the default emulator started and switched to Genymotion.
If you're using a computer with Intel processor, you need to download Intel haxm software. Your computer must also support Intel virtualisation (VT) technology for the software to work. Go to your bios to turn VT on then install the software. The emulator should be running fine.

Categories

Resources