I am new to google glass and trying to set google glass with eclipse and android studio to get start developing with it but despite my all efforts I am unable to see it. I have ran all the instructions mentioned on glass page and tried all the solutions like these.
DDMS unable to see Google Glass
Google Glass ADB devices doesn't find. OMAP4430 driver not installed (can't find it!)
Now I have installed all the drivers and did what these solutions suggested but no help.
then I connected my phone and it is showing in adb devices command in command prompt but not the glass. Please help me with this as this .... Any help would be highly appreciated !
And I am running it on windows 7 64 bit.
Related
Why does my emulator screen look like gibberish?
The emulator works fine, but when I try to visit any webpage on chrome using the emulator, it crashes as you can see.
I don't know where else to look, and I need to get this up and running soon, so I can contribute to my companies repository.
I'm hoping somebody with more experience may have had issues with this and experience handling it.
Note: I had to enable SVM and IOMMU in my BIOS to even get the emulator to start on windows. All because I'm using a Ryzen 5 processor.
Also there are no windows options to enable hyper-v.
Thanks in advance!
-Allen
I work on test automation for a mobile version of a website. I have several tests that I generally run through ChromeDriver or Browserstack. However, what I would really like to do is hook up my phone and run my tests through the phone. I have tried appium but I am starting to realize that it is only used for apps and not mobile versions of websites.. Does anyone have any experience in running tests through a physical device? If so, what tools did you use or do you know of any good online tutorials?
Appium IS for testing websites on mobile devices.
You must pass the appium server the browserName parameter instead of the app parameter.
I suggest reading the appium documentation.
I have used Appium, Selenium Grid and testNG to run parallel tests for websites on real devices, so if you need any further guidance feel free to ask.
Hope this helps,
Liam.
Yes of course you van use Appium for mobile web application test. In fact you can use native browser or chrome browser in Android. And Safari browser in IOS.
If you want to start the web automation for Android i suggest you to follow the following tutorial with the example code.
appium-web-application-automation-in-android
I am writing this off the top of my head, not while I am doing it. This often leads to it not being 100% correct. There might have to be made some adjustments.
iPhone
This is what I have done:
Download and run Appium Server
Install xCode Tools
Run iPhone Simulator
Get your devices ID, in console, type
instruments -s devices
Set capabilities
WebDriverManager.setGlobalExtraCapability("platformName", "iOS");
WebDriverManager.setGlobalExtraCapability("platformVersion", "14.4");
WebDriverManager.setGlobalExtraCapability("deviceName", "iPhone 11");
WebDriverManager.setGlobalExtraCapability("appium:automationName", "xcuitest");
WebDriverManager.setGlobalExtraCapability("appium:udid", "your devices ID");
WebDriverManager.setGlobalExtraCapability("browserName", "Safari");
WebDriver driver = WebDriverManager.getWebDriver();
On the phone you have to set some mode, but I can not find anymore, which one that was. (Please write in comments if you know.)
Run Test
I hope I have not forgotten anything, as this was a process.
I tried an app I wrote that works on Win7 boxes. Using the Win8 Preview, IE just asks to rerun Silverlight Install. Same thing happens on the PlanetX demo game from the Silverlight site. Is there a trick to get the Win8 Preview to run it or is it true Silverlight is getting killed off for HTML5/Script (yuckkk!!##$) If this is not true then MS needs to speak up LOUDLY. Writers are all over the Web with a Silverlight is dead/legacy story. Somebody please tell me now so I can cut my losses if I need to.
.
You can run Silverlight apps just fine on the Windows 8 preview. The Metro version of IE supports no plug-ins - not Silverlight, not Flash, not anything else. Just drop into the desktop (for example, click the Windows Explorer icon) and launch the non-metro version of IE. Silverlight will work fine. You can even install out of browser (OOB) applications and a launch tile will appear for them on the Metro start page.
This might be a dumb question but I've been developing for a while and I still can't figure this out. Sometimes when I download samples for WP7 applications it shades out the "run application". I can build it and it succeeds but I can't run it. Anyone know how I can run these samples?
The sample I'm looking at is the "Farseer Physics Engine 3.3.1 Samples XNA" at http://farseerphysics.codeplex.com/releases/view/64108.
The WP7 project hasn't been set as the default one. In the Solution Explorer, right-click on Samples XNA WP7 and click Set as Startup Project. You should then be able to deploy.
Edit - If you find that you can't deploy because you get:
The application could not be launched for debugging. Verify that the
application is installed on the target device.
go to Properties...Configuration Settings and make sure Build and Deploy are both checked
In the device dropdown is Windows Phone Emulator or Windows Phone Device selected?
Sometimes with samples that dropdown will have neither selected and therefore can not run until one is selected.
I want to access internet on my blackberry simulator 8300.
Can any one please help me to know how to do the setting on blackberry simulator 8300 for internet
Thanks in advance
I know it's an old question, perhaps, it can still help someone. ;)
You need to install the "BlackBerry Email and MDS Services Simulator Package" available on: https://www.blackberry.com/Downloads/entry.do?code=060AD92489947D410D897474079C1477
and run it before starting the BlackBerry simulator.
You need to do this same in all versions of the simulator to get internet access. ;)