windows-7,virtualbox,64-bit,bios,virtualizationRelated issues-Collection of common programming errors


  • user1290793
    windows-7 hadoop
    I am new to hadoop and trying to get a single node setup of Hadoop 0.20.2 on my Windows 7 machine.My questions are two-fold – one with respect to the completeness of the installation itself and the other regarding the error in the reduce stage of a sample Word Count program.My Installation steps are as follows:I am following http://blog.benhall.me.uk/2011/01/installing-hadoop-0210-on-windows.html for the installation procedure.I have installed cygwin and set up password-less ssh on my localhost

  • Marc Friedman
    windows windows-7 installation virtualization uac
    I’m working with some legacy applications (10-15 years old), and am trying to find guidance on the “right” way to install and run them (and any user application) on Windows 7 without requiring full Admin privileges.In other words, where executable/read-only should files go, where user-data/read-write should files go, where registry entries should go, to avoid issues with the UAC and Windows 7 file/registry virtualization during both installation and at run-time.I seem to remember, years ago, a M

  • Nirav Zaveri
    ruby windows-7 pcap bundle-install msf
    C:\metasploit\apps\pro\msf3\tools>bundle install Fetching gem metadata from http://rubygems.org/……… Fetching gem metadata from http://rubygems.org/.. Resolving dependencies… Using rake (10.0.4) Using i18n (0.6.1) Using multi_json (1.0.4) Using activesupport (3.2.13) Using builder (3.0.4) Using activemodel (3.2.13) Using arel (3.0.2) Using tzinfo (0.3.37) Using activerecord (3.2.13) Using metaclass (0.0.1) Using mocha (0.13.3) Using bourne (1.4.0) Using database_cleaner (0.9.1) Using d

  • Andrew Thompson
    java eclipse windows-7 headless awtrobot
    I have managed to break a working application, and cannot work out how to fix it. I have a java web-app which runs on “tc server” on a Windows7 box from within Eclipse (spring STS version.) The app will use java.awt.robot to perform a screen capture, and display the captured image on the subsequent page. So far so good, and I have been able to collect a bufferedImage from the screen and display it on a subsequent page within the web-app. And then I somehow broke the web-app, possibly be loading

  • user1989103
    windows-7 ssis oracle11g driver
    I am having driver issues trying to connect to an Oracle Database 11g in an SSIS SQL Server Integration Package.In SSIS, I created a OLE Database Connection using the Native OLE DB\Microsoft OLE DB Provider for Oracle. When I test the connection, the outcome is successful but I run into issues when I attempt to reference this Connection from an OLE DB Source task. In the OLE DB Source task, I am able to see all of the tables but when I select one, I get the following error:Exception from HRESULT

  • Andrea Turri
    ruby-on-rails windows-7 capybara-webkit
    I’m quite new using Ruby and I need to install a rails server on Windows 7 in order to test few application in IE.I did everything good (I hope) but now when I try to run bundle install on cmd I receive this error:An error occured while installing capybara-webkit (0.8.0), and Bundler cannot co ntinue. Make sure that `gem install capybara-webkit -v ‘0.8.0’` succeeds before bundling .How can I install capybara-webkit on Windows 7?I also tried to follow other instructions found here on Stackoverflo

  • stimpy
    java windows-7 file-io
    I have been tearing my hair out on this and thus I am looks for some help . I have a loop of code that performs the following //imports ommitted public void afterPropertiesSet() throws Exception{//building of URL list ommitted // urlMap is a HashMap <String,String> created and populated just prior for ( Object urlVar : urlMap.keySet() ){String myURLvar = urlMap.get(urlVar.toString);System.out.println (“URL is “+myURLvar );BufferedImage imageVar = ImageIO.read(myURLvar);//URL confirmed t

  • dmuk
    ruby-on-rails-3 windows-7 capybara
    I am trying to run a Rails app that requires the “capybara-webkit” gem. I already have version 0.12.1 installed however application is asking for 0.10.1. I just cannot get it to work, even though I am sure everything else is installed. I wonder if path or Qt version is incompatible or incorrect?When I attempt to install the gem I get the following error message:Error: (gem install capybara-webkit -v ‘0.10.1’)Installing capybara-webkit (0.10.1) with native extensions Gem::Installer::ExtensionBuil

  • kleopatra
    java swing windows-7 fonts
    just (astonishingly 😉 noticed the reason why apps look so cramped on my win6+ machines (same for Vista and Win7, both with 120dpi setting, jdk6 and jdk7): the control font looked up from the the desktop property has both the wrong font family and the wrong size:public static void main(String[] args) {Font guiFont = (Font) Toolkit.getDefaultToolkit().getDesktopProperty(“win.defaultGUI.font”);int guiSize = guiFont.getSize();Font iconFont = (Font) Toolkit.getDefaultToolkit().getDesktopProperty(“w

  • SRy
    jsf-2 windows-7 java-7 glassfish-4
    I can’t seem to figure this one out…When deploying a JSF web app Glassfish complains about not being able to find JSFSServlet. It’s Glassfish 4 EE and I checked that c:/glassfish4/glassfish/modules contains javax.faces.jar.My webapp doesn’t have a JSF jar included in the WEB-INF/lib so there is no clash with the jar on the glassfish server.I’ve re-installed my JDK and re-set my JAVA_HOME & path environment variables. Confirmed these are working by running java -version & javac -version

  • Don Gee
    neo4j virtualbox
    I’m trying to run a Neo4j server inside my Virtualbox which is running Ubuntu. The server files and the database are located within my Windows-Host and accessed via a shared folder (vboxsf). Unfortunately I can not easily transfer the data into the virtual machine and run it there directly (due to insufficient free space on the virtual disk. I tried to enlarge it but that didn’t work out.)The database was set up and used by my teammate. Now I want to access the prepared data on my system. (btw,

  • TehRuby
    ruby-on-rails ubuntu virtualbox vagrant
    I have followed the instructions for setting up a vagrant rails dev box from https://github.com/rails/rails-dev-box. Unfortunately when I attempt to bundle I get the following:Gem::Ext::BuildError: ERROR: Failed to build gem native extension./home/vagrant/.rvm/rubies/ruby-2.0.0-p353/bin/ruby extconf.rb creating Makefilemake “DESTDIR=” clean sh: 1: make: not foundmake “DESTDIR=” sh: 1: make: not foundmake failed, exit code 127Gem files will remain installed in /home/vagrant/.rvm/gems/ruby-2.0.0-

  • jadent
    bundle virtualbox
    There’s a Windows Host and an Ubuntu guest using VirtualBox. We can gem install just fine for individual gems on Ubuntu. When running bundle install –path vendorfor an app that is on a shared folder in Ubuntu it fails with.Gem::Ext::BuildError: ERROR: Failed to build gem native extension./usr/local/rvm/rubies/ruby-2.1.1/bin/ruby extconf.rb /var/www/chef-playground/vendor/ruby/2.1.0/gems/mini_portile-0.5.2/lib/mini_portile.rb:226: warning: Insecure world writable dir /opt/chef/embedded/bin in P

  • Cerales
    permissions virtualbox nfs
    I’m building a development environment where folders from a host environment (OSX) are mounted in VirtualBox VMs running Ubuntu guests.Our experience is that straightforward VirtualBox shared directories are too slow, so we’ve typically done this by mounting the directory as an NFS mount within the guest. Real-time editing from the host environment is a requirement.The problem with this is that operations like chown and chgrp fail, and we need to replicate something close to our production envir

  • Valarie
    ubuntu virtual-machine virtualbox usb-storage
    I have on my laptop a windows system (windows 8), in which I have a Virtualbox installation(4.2.12, most recent). I have a virtual machine setup with the Virtualbox, and the OS is Ubuntu (12.0 LTS). I connect an USB box (An adapter from SATA to USB) to my laptop, and the filesystem of the SATA disk in the USB box is Ext3. Now my problem is, I can’t mount the USB drive inside the VM Ubuntu system, even invisible from /devI checked and confirmed that, Virtualbox supports USB 2.0, and my USB box is

  • Nick Josevski
    ubuntu-10.04 virtualbox gps mapping
    When I try to run the install program I get a popup message that says the installer program is not a valid executable.Background: I want a GPS with maps on my laptop running Ubuntu 10.4LTS. Unfortunately I can’t find a decent native Linux GPS solution with 50 state US street level coverage. I have VirtualBox VMs available for WinXP and Win7 (among others). The VMs work fine with MicroSoft Streets and Trips (2010) and MapNGo 5 (a very! old Delorme product), but while both these products suppor

  • zpea
    windows-7 virtualbox partitioning virtualization xubuntu
    Background: I am using VirtualBox installed on Windows 7. From within VirtualBox I am using Xubuntu as a virtual OS. The reason I chose this approach is so that I don’t have to keep turning off Windows and rebooting from Xubuntu every time I needed to switch OSes. And VirtualBox’s seamless mode is pretty amazing to allow me see Xubuntu and Windows 7 all in one screen. Issue: Now I am thinking of a way to have Xubuntu more integrated into my system. By this I mean I want to have a physical partit

  • Noel
    virtualbox resolution
    I’m running Virtualbox v4.3.8 (I just downgraded from .10 thinking that was the issue) with guest additions installed. Host: Windows 8.1 (latest updates) Client: Windows 7 ProHistory. I just changed laptops to the Lenovo Yoga 2 which has a native resolution of 3200 x 1800 and my previous machine had a max resolution of 1600 x 900. I have my work vm on an external drive, and when I brought it up it is trying to run at 3200 x 1608 and I can’t read anything. I can change the icon size and other

  • Ill Tempered Sea Bass
    linux virtualization virtualbox multiple-monitors slackware
    I am working in a VirtualBox 4 VM running Slackware-current. I have added an external monitor, and am attempting to set up both of them to run in their native resolutions, but am having no luck.I am following the instructions set out at: http://ubuntuforums.org/archive/index.php/t-1689514.htmlBut I cannot get past the step where I add a new monitor mode, ie:xrandr –addmode VBOX1 1600x1200_60.00 as I get an error message:X Error of failed request: BadMatch (invalid parameter attributes) Major op

  • Sneetsher
    kernel virtualbox dkms
    I’ve trying to install virtual box from official ppa (this guide https://www.virtualbox.org/wiki/Linux_Downloads) but then i trying to installsudo apt-get install virtualbox-4.3 Reading package lists… Done Building dependency tree Reading state information… Done The following extra packages will be installed:libsdl-ttf2.0-0 The following NEW packages will be installed:libsdl-ttf2.0-0 virtualbox-4.3 0 upgraded, 2 newly installed, 0 to remove and 148 not upgraded. Need to get 0 B/68.6 M

  • joaocandre
    windows-8 boot 64-bit uefi
    I’ve been trying to install Windows 8 on a UEFI-based computer using a USB flash drive. As far as I’ve have been able to gather, there have been some issues with this kind of installation, as the DVD images fail to boot in UEFI mode. Following this tutorial http://blog.thijssen.ch/2012/07/install-windows-8-in-uefi-mode.html, I’ve able to install from 64-bit only iso’s, however I’d like to install from a AIO iso (only one available in my native language).I’ve tried copying the bootx64.efi files f

  • grenade
    windows-7 64-bit iso
    In the good old days of Windows XP we had the Microsoft Virtual CD-ROM Control Panel for mounting ISO’s.Since Vista I have struggled to find a driver level shell extension that works on a 64 bit Windows.I have tried Virtual Clone Drive and have no real complaints but what I really want is software that behaves just like MVCDControlPanel ie:I don’t want a permanent drive waiting to mount an ISO sitting in my drive list. I really liked the tiny footprint and minimal resource usage of MVCDControlPa

  • HD.
    mysql centos 64-bit ruby rubygems
    I have a problem installing mysql ruby gem on 64bit CentOS machine.[jacekb@vitaidealn ~]$ uname -a Linux vitaidealn.local 2.6.18-92.el5 #1 SMP Tue Jun 10 18:51:06 EDT 2008 x86_64 x86_64 x86_64 GNU/LinuxMysql and mysql-devel packages are installed. Mysql_config provides following paths:Usage: /usr/lib64/mysql/mysql_config [OPTIONS] Options:–cflags [-I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector –param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOU

  • gnat
    productivity ide linux 64-bit
    I’m about to make a new Linux install, which will be primarily used for programming. I’ve seen benchmarks showing speed improvement of 64-bit version, however, I have hard time of telling how much these benchmarks translate to improvement in every day usage. And of course there are other aspects to consider.Usage I have in mind:mainly programming Python, with occasional C, C++ and Java; IDEs, which are using Java platforms (Eclipse and IntelliJ); on very rare occasions having to compile for 32-b

  • gertvdijk
    installation grub2 64-bit bootloader
    So far I have tried to install Kubuntu 32 Bit Kubuntu 64 Bit Fedora 64 Bit and Linux Mint 64 Bit (no dualboot)System Specs: AMD Fx-6300 Gygabite 970A-UD3 160 GB SATA Hard Drive Radeon HD 4800 4 GB DDR3 RamI could install Kubuntu 32 Bit without problems but than i tried installing the 64 Bit Version and it always prompted the error(initramfs) Unable to find a medium containing a live file systemAfter reading that it used to happen on usb3-ports i checked and it happens for me only on the usb2 por

  • IBBoard
    64-bit 32-bit deb architecture cross-compilation
    I have a package (Dymo CUPS drivers in this instance) that I need to compile to a .deb file to include in a private network’s repositories. The source itself is sufficiently architecture independent that it’ll compile on 32-bit and 64-bit. I am using debhelper to build the packages, and have successfully built the package for the native architecture.Most of the machines run Precise 64-bit, but some run Precise 32-bit. The current build machine is 64-bit. What I want to be able to do is “cross-co

  • Gilles
    bash 64-bit files chromium executable
    I downloaded a Chromium snapshot and unzipped it, like this:michael@ubuntu:/opt/chrome-linux$ ls chrome libffmpegsumo.so nacl_irt_x86_32.nexe chrome.1 libppGoogleNaClPluginChrome.so product_logo_48.png chrome_100_percent.pak locales resources chrome.pak nacl_helper resources.pak chrome_sandbox nacl_helper_bootstrap xdg-mime chrome-wrapper nacl_irt_srpc_x86_32.nexe

  • Paulo Ebermann
    11.10 64-bit java 32-bit
    For normal development I’m using the 64-bit VM which comes when I install the Java development kit (OpenJDK) with the package manager.But there are some Java applications (containing native libraries, I suppose) which don’t work on a 64 bit Java VM. (Looks like SoapUI is such a candidate – in version 4.0.1 and 4.5 beta 1, it fails with a segmentation fault if run in a 64 bit VM.)I tried to install the i386-version of openjdk-6-jre in addition to the 64-bit one, but this is refused by aptitude (s

  • yatsa
    64-bit programming 32-bit development
    I’m looking for directions to complete in the most convenient way (well at least without lots of troubles) set up as in subject.I need (probably):64 bit platform for running 64-bit Vmware Win7 image (ideally 64-bit as maybe it can be pulled off with 32-bit) however on it (platform) musts to be able to compile 32-bit code and some internal development tools and libs (including some commercial debugger) and run those with different than original libs (like switching to custom-build 32-bit lib inst

  • Nick
    12.10 64-bit amd-processor
    Possible Duplicate:Failed to load file, won’t boot I recently got this error when trying to start up Ubuntu 12.10microcode: failed to load file amd-ucode/microcode_amd.binIt then starts up put I cant see any of the unity. I can however press ctrl+alt+t and get the command line to get up. How should I solve this?

  • JMCF125
    arch-linux boot boot-loader bios bootable
    I’ve followed this article, and been able to get a fully working 32-bit installation on a Kingston DataTraveler 8GB pen drive, with a BIOS boot partition, and a home/root ext4 file system without journaling partition, and no swap. I’m using GPT partitions.The problem is that pen in which I installed Arch only works on my computer. That is, if I insert it in other computer (the ones I tested had Windows with BIOS, not UEFI), I cannot change the boot order, because the pen does not appear as a boo

  • slhck
    windows-7 virtualbox 64-bit bios virtualization
    While installing a new virtual machine (Windows Server 2008 R2 x64) I got a message saying :This virtual machine is configured for 64-bit guest operating systems. However, 64-bit operation is not possible.This host supports Intel VT-x, but Intel VT-x is disabled.Intel VT-x might be disabled if it has been disabled in the BIOS/firmware settings or the host has not been power-cycled since changing this setting.I forgot my BIOS password that I put a long time ago (and didn’t use it at all). I’m try

  • karel
    hard-drive bios troubleshooting sata firmware
    I haven’t had much success with storage at all because all my hard drive and USB drives have gone faulty and all on them on this very old PC except a few USB.Motherboard: http://uk.msi.com/product/mb/K8T-Neo-FSR–FIS2R.html MS 6702 FSR-FIS2RSATA1 hard drive: http://reviews.cnet.com/system-hard-drives/wd-caviar-blue-wd1600jd/4505-9989_7-31449806.html The hard drive is a Western Digital Caviar WD1600. It also says WD1600JD-55HBB0 on it. It doesn’t spin up, or at least I couldn’t hear it.I’ve tried

  • Halik
    windows-7 bios thinkpad bootable-media
    I am trying to install Windows 7 Professional from USB 3.0 flashdrive, on a Thinkpad T61. The problem is, Thinkpads BIOS will not detect the flash drive as bootable medium, and won’t allow to boot from it.What I did:Enabled USB BIOS Support in BIOS (it was on by default)In startup menu, added USB HDD to boot order (it has ‘-‘ sign in front of it)Created Windows 7 install media with UNetbootin, WinUSB (linux tool) dd and Grub4DOS.As you can tell, currently, I only have access to Linux machine to

  • Hans
    boot motherboard bios uefi
    I installed a new system last week. I’ve some issues with it. The system consists of a:Gigabyte GA-Z77X-D3H with F9 BIOS (latest) Intel Core i5 3570K proccesor Sapphire Radeon HD7850 2x 8GB Corsair 1600MHz memory OCZ Vertex 2 120G SSDConnected peripherals :2 Samsung 940BF (1 via DVI on GFX card, 1 via an Displayport to DVI adapter) 1 Dell U2312HM monitor (displayport) Dell USB Hub (monitor) Wired mouse, wireless keyboard (logitech) Logitch G25 wheel Canon MP800 printerOkay, my issues are the fo

  • amiregelz
    windows-7 motherboard bios bsod fan
    I keep getting a BSOD, varies on when it hits. Here is the error:Problem signature: Problem Event Name: BlueScreen OS Version: 6.0.6002.2.2.0.768.3 Locale ID: 1033Additional information about the problem:BCCode: 24 BCP1: 00000000001904AA BCP2: FFFFFA6005BED2C8 BCP3: FFFFFA6005BECCA0 BCP4: FFFFF80002263B5D OS Version: 6_0_6002 Service Pack: 2_0 Product: 768_1Files that help describe the problem:C:\Windows\Minidump\Mini120512-03.dmp C:\Windows\Temp\WER-28735-0.sysdata.xml C:\Windows\Temp\WER9F5A.t

  • Hennes
    bios windows-server-2003 serial cmd.exe
    I am trying to find the serial number of a windows server 2003 R2.I used a lot of tools but i couldn’t find the serial number.Note that i want the serial number and not the product key.I also used the following command on cmd:wmic bios get serialnumberbut the result is serial number and then empty lines, which is unexpected from my experience. How can i find the serial number? What is wrong?

  • Edward Tanguay
    cpu bios fan reset
    I bought a new computer one year ago, it’s worked fine (Windows 7).A few months ago, it started to not boot unless I removed my USB headphones connected to a USB hub, everything else worked fine.Today I pressed the space bar by mistake while the computer was going to sleep (which I assume caused the problem), and it rebooted it said that it had lost all hibernation information:and has been acting strangely ever since:when it boots, it brings up a different boot screen (Asus Express something). I

  • aidan
    ntp bios clock ntpdate
    I started ntpdate running every night as a cronjob (on two servers). And every morning I have an email telling me the outcome. On one server it’s correcting by about 0.8 seconds every day, which seems like quite a lot to me.But on the other server, it’s correcting by about -4 seconds every day. This sounds like a massive drift. Does this indicate anything wrong, like a low bios battery? (The server is quite old.)Thanks.

  • adempewolff
    windows bios executable
    I want to update the BIOS on Toshiba QOSMIO-G30. The exe file that i downloaded from the manufacture web site suppose to be OS independent! Yet using Wine Loader could not execute the file. Is there any way to update the BIOS using UBUNTU?

  • Marc Friedman
    windows windows-7 installation virtualization uac
    I’m working with some legacy applications (10-15 years old), and am trying to find guidance on the “right” way to install and run them (and any user application) on Windows 7 without requiring full Admin privileges.In other words, where executable/read-only should files go, where user-data/read-write should files go, where registry entries should go, to avoid issues with the UAC and Windows 7 file/registry virtualization during both installation and at run-time.I seem to remember, years ago, a M

  • MSalters
    virtualization hypervisor
    Modern hardware-assisted desktop virtualization products (like VMWare Workstation or VirtualBox) normally provide the guest OS with a virtual graphics adapter that has a limited functionality.Is it possible to switch the adapters, i.e provide guest OS with direct access to the real graphics adapter, and assign a virtual graphics adapter to the host OS? Is there any software that has this functionality? If not, is it possible to develop such system? Let’s assume we only have a single guest OS.

  • E.J. Brennan
    vmware virtualization virtual-pc
    I have never used virtualization, and am trying to get up to speed. My new desktop is coming today and I specifically bought it to try and run all my needs on a single machine (i.e. a vista desktop, a xp desktop, vs 2005, vs20008, windows servers, sharepoint, sql server 2000/2005/2008 etc). In the past I always bought and setup separate physical machines in my home office for each of these apps. (which is why my basement is sometimes confused with a small data-center.) None of these virtual serv

  • MInner
    erlang operating-system virtualization
    What if web-server would be implemented like this:Host OS, Linux for example Virtual machine in which this sub-OS is started (paravirtualization) Lots of lightweight process for each connection in this sub-OS that get interact with outness through sub-OS system calls?In this case No process-food in host system Isolation – it keeps working fine, whatever happens in virtual machine We start native complied apps and “let it fail” in case something goes wrong. Or shutdown even the hole virtual machi

  • zpea
    windows-7 virtualbox partitioning virtualization xubuntu
    Background: I am using VirtualBox installed on Windows 7. From within VirtualBox I am using Xubuntu as a virtual OS. The reason I chose this approach is so that I don’t have to keep turning off Windows and rebooting from Xubuntu every time I needed to switch OSes. And VirtualBox’s seamless mode is pretty amazing to allow me see Xubuntu and Windows 7 all in one screen. Issue: Now I am thinking of a way to have Xubuntu more integrated into my system. By this I mean I want to have a physical partit

  • Ill Tempered Sea Bass
    linux virtualization virtualbox multiple-monitors slackware
    I am working in a VirtualBox 4 VM running Slackware-current. I have added an external monitor, and am attempting to set up both of them to run in their native resolutions, but am having no luck.I am following the instructions set out at: http://ubuntuforums.org/archive/index.php/t-1689514.htmlBut I cannot get past the step where I add a new monitor mode, ie:xrandr –addmode VBOX1 1600x1200_60.00 as I get an error message:X Error of failed request: BadMatch (invalid parameter attributes) Major op

  • Boden
    virtualization
    This is a hard question to ask as I know very little about this topic. Please bear with me.From my perspective, supporting a relatively small number of machines, the notion of virtualization has one intriguing benefit: hardware independence. Perhaps that’s not the right way of saying it, but I really like the idea of being able to take an entire machine and move it to any adequate piece of hardware.I know this is possible, of course, but things seem to get tricky when it comes to virtual disks

  • Bob
    virtualization
    I want to set up a virtual server running windows server 2008 64-bit. I need a motherboard that supports dual processors and holds a lot of RAM. I also need 2 network adapters so I can use one for the host server(Win2K8) and the other for the virtual network. Can anyone give me a list of what the best components would be for this project? I am really concerned about getting a good motherboard that isn’t terribly expensive. Can anyone recommend any specific models.I am also not too sure what typ

  • utunga
    iis windows-7 virtualization asp.net windows-server-2003-r2
    here’s the set up I’m trying to go work.Windows 7, with files for an “ASP.NET Web Application” (a new one created by wizard for this test) installed in c:\tfsprojects\test\test this project opens and builds in Visual Studio 2010 just fine. Windows Server 2003, running inside of VMWare Workstation 8. VMWare has a mapping so that the native filesystem c:\tfsprojects appears as \vmware-host\Shared Folders\tfsprojects inside the VM IIS inside of the VM, set up to run a default website on 80 from

  • Matthew Read
    2.2-froyo samsung-galaxy-s samsung-kies virtualization
    So I finaly got a copy of Windows and installed VMWare on OS X After fidling with driver issues etc. etc. I got the Kies software to recognize the Gallaxy SAfter Kies had downloaded the upgrade files and started (an image of the Android raking leaves on the phone screen) this message pops up”failed to convert to upgrade mode”Does anyone know what the problem is? and how to get around this?

Web site is in building

I discovery a place to host code、demo、 blog and websites.
Site access is fast but not money