Click here to Skip to main content
15,884,975 members
Articles / DevOps
Tip/Trick

Access Genymotion Folders in Windows Explorer/Finder using Smart Disk Pro

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
2 Dec 2015CPOL2 min read 8.1K   1  
Explore your Genymotion Device folders

Introduction

I've been looking for a way to access some files that I've written to my Genymotion device as I need these to be part of the app I'm developing. I guess my sleepless nights have paid off. With this trick, as a developer, you will just be able to do that.

Background

I will assume that you have Genymotion installed, including Oracle Virtual box and have an emulator already working for you.

Using the Code

There is no code necessary per se in this trick, but just following some specific steps. I don't own all the credit to this as I have found the solutions on the internet, but then just put them together to make this work. One other thing, this is a very brief topic, but needs careful follow up.

Get Ready, Set, Go!

  1. Follow this stackoverflow topic here, execute the one with more than 600 votes or something. This is just to ensure you have Google Play Store Running in your device.
  2. On your genymotion emulator, on Google Play Store, install Wifi USB Disk - Smart Disk Pro.
  3. Download Smart Disk Pro from here and install on your PC.
  4. Close Genymotion. Start VirtualBox (don't start any emulator), goto Settings->Network, Select the Adapter 2 (Adapter 1 is used primary by Genymotion and cannot change), using Bridged Adapter and select the working network card in Intranet / wireless usually adapter. I selected wireless in my case. Apply and close.
  5. Start Smartdisk on your computer. Type in Genymotion on ip/name and specify a password. Click Mount.
  6. Start Genymotion and emulator of choice and Open Smartdisk. Choose which disk you want and mount it.
  7. If all goes well, you should have your Windows Explorer showing your device.

SmartDisk Running on PC

Image 1

Installing SmartDisk on Genymotion Emulator

Image 2

Running Smart Disk on Genymotion Emulator

Image 3

Genymotion Disk on your Explorer

Image 4

That's all, folks.

Points of Interest

I must say the ICT world is moving in bounds. I'm just so excited to have figured this out finally.

History

It's a first topic discussion, so I will keep you posted of changes. Ta!

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer SITHASO HOLDINGS (PTY) LTD
South Africa South Africa
I'm a Bachelor of Commerce graduate, fell inlove with ICT years back with VB5. Used Pick & System Builder to create a windows app. Very curious, developed my first web database app called Project.Show using ExtJS. Published on Google Play Store, learned JQuery Mobile, a project manager at best. My first intranet app eFas with MySQL.

Fear closes people to a lot of things and we hold ourselves back being held by it. Thus the sooner you believe you can't do something, the sooner everything will work towards that belief. Believe in yourself at all times because you can do anything you set your mind to it!

I have a very beautiful woman and four kids, the best joys in the world. East London, South Africa is currently home.

Awards:

Best Mobile Article of February 2015 (First Prize)
http://www.codeproject.com/Articles/880508/Create-a-CRUD-web-app-using-JQuery-Mobile-and-Loca

Best Mobile Article of May 2015 (Second Prize)
http://www.codeproject.com/Articles/991974/Creating-JQuery-Mobile-CRUD-Apps-using-JQM-Show-Ge

Apps
Bible.Show (Android Store App)
https://www.facebook.com/bibleshow
https://play.google.com/store/apps/details?id=com.b4a.BibleShow

JQM.Show (Android Store App)
https://www.facebook.com/jqmshow
https://play.google.com/store/apps/details?id=com.b4a.JQMShow

CodeProject.Show (An offline CodeProject Article writer)
http://www.codeproject.com/Articles/993453/CodeProject-Show-A-CodeProject-offline-article-wri

Comments and Discussions

 
-- There are no messages in this forum --