Rad Studio 10 and Mac OSX Sierra (virtualbox guest) - iphone

Since i started developping applications using Rad Studio 10 i'm able to test the windows and android versions on my desktop.
However, i do not have a Mac. So i decide to create a virtualbox guest Mac OSX Sierra on my Windows 10 Pro 64-bit. It works fine but i'm not able to connect and share files between Mac/Windows or test iPhone using Rad Studio.
What steps do it requires to configure my virtualbox to work with RAD Studio 10 ?

You are lucky if virtual box work fine, me i always have trouble with it (especially connecting the ios device). However i found that vmware is much more stable, full screen resolution, much (much) better to handle the iphone connection via usb, and i didn't have yet any crash when on virtual box it's quite often
on vmware, you can also copy/past text from the virtual machine to the host that is very usefull when debuging (on virtual box you can not)
on both (vmware and virtual box) you need to setup the connection as bridged connection. after you successful installed the emb pa server, you can get the ip of the machine with the command "i"

Related

Is there any way to run a flutter windows app on mac?

I've enabled the support for windows-desktop on flutter... but is there any way to compile and run the windows flutter app on macOS?
As of now! Unfortunately, "build windows" is only supported on Windows hosts.
However, you can have have virtual tools to help you build on Mac for example
Apple Boot Camp
The Boot Camp Assistant app is pre-installed on every recent Mac, and launching it will walk you through the process of installing Windows 10.
Parallels Desktop
Using Parallels Desktop 11, you can run Windows apps side-by-side with existing Mac applications, including Visual Studio and Cortana.
VMWare Fusion
Fusion 8 from VMWare will let you run Visual Studio right on your Mac desktop.
Oracle VirtualBox
VirtualBox is a free application for running virtual machines on your computer, and it supports running Windows on Mac.
Once you have these tools, you can install windows and start developing on Windows but virtually through Mac host.

How to connect window device with android studio / vscode running on virtual machine for flutter desktop application?

I am trying to develop a window application using flutter. My host os is linux. So, I have installed virtualbox and installed windows in that and changed the network adapter to bridged network. Now, I am able to ping the window machine using windows ip, which is 192.168.43.173, Now I want to use the windows machine for the application development.
I thought doing this will show the window device in the flutter device list. What should I do so that I can connect and develop the application?
Flutter has no support for what you are trying to do:
Cross-compiling is not currently supported for desktop; you cannot build for Windows from a Linux host.
The only desktop target device that is currently supported is the host itself; you cannot build on one machine and install and run on another from the flutter tool.
You will need to do your development from within your virtual machine.

Vmware and Virtualbox issues with iphone device

Yo,
Anyone here use a VM (VirtualBox or VMware) and code on MacOS Catalina 10.15.x or Big Sur as guest ? Personally, I can't connect my iphone to xcode 11 and 12 (Iphone 5S: ios 14.4).
I tried multiple fix from the forum, as change the vmx file (skip-reset, skip-refresh, skip-setconfig" with the right pid and vid), set USB device to 2.0 (in VMware and VirtualBox), upgrade the IOS, but nothing was successful for now. However, the iphone is recognized and listed in the System information but nowhere else.
Somebody here have the same config and can use his iphone ? Had you do something in particular ?
Edit: The host is Windows 10
The only solution i found is to install "Catalina" and only Catalina, on VMware (with usb 2.0 of course). Don't use virtual box. Don't upgrade to big sur on Vmware lol. peace

Can you debug on a WP7 device when developing in a VM?

I'm planning to develop for Windows Phone 7 inside a VirtualBox VM on an OSX host. Am I going to be able to debug my app on the device? I've had problems with USB on VMs before.
Noting the system requirements of the emulator ...
Setup and System Requirements for Windows Phone Emulator
... these constraints won't be in the way if you're not intending to use it.
Joel blogged his experiences doing just this with XP here.
Running the Windows Phone Dev Tools on Windows XP
Provided your VM environment can handle the USB connection and I don't see any barriers to this.
Windows Phone development isn't support on XP at all (VM or otherwise), so I think that's going to be the first roadblock.

Nokia s60 emulator for linux

I am using EclipseMe on Ubuntu. I want an emulator that can emulate mouse movements on screen.
Is there an s60 emulator for linux?
Edit:
Does net beans has an in built emulator that can emulate mouse movement on device screen?
Netbeans uses the Sun Wireless Toolkit.
The JavaME emulator it contains can me made into a touchscreen emulator. Read the accompanying documentation, it should be as simple as setting a variable inside a configuration file before stating the emulator.
You can find the specification for MIDP (the top layer of the JavaME platform you're probably targetting) at http://jcp.org/en/jsr/detail?id=118
Look at the javax.microedition.lcdui.Canvas class, you will find several methods used to deal with "pointer". While they are more often used to handle touchscreen event, they also map to mouse/joystick clicks on emulators.
You can definitely get the MIDP pointerDragged events when running the emulator on Linux.
This is basic MIDP, no need for fancy JSR-226 (e-swt) support.
The Windows only Symbian Emulator (EPOC) is being scrapped for a QEMU based emulator that will run on all platforms. This will likely be available within 6 months or so.
At the moment, I run Windows XP inside VirtualBox on my Mac for Symbian development. It works fine, but is of course not the ideal solution.
The full symbian OS emulator with application interfaces for Java and Symbian C is windows based unfortunately.
I usually get a MS Windows Vista install disk and install that into a VM like VirtualBox and than install the symbian SDks on top of that..
Works best on those 4 core desktop 64-bit computers now on sale for $687 as you get access to full 8 gig ram and close to 1 terabyte hard drive..