Re:Android v4 vm available for download 9 Years, 1 Month ago
|
Karma: 0
|
thanks, but too short for me!
I do not find a readme file?
Do I replace in Devices > Shared Folders > Add (Change?) the "c" and c:\ by a folder on my host(linux)?
If so, in "mount.vboxsf c /mnt/sdcard/c_drive", do I have to replace the c by my chosen folder?
|
|
|
|
|
Re:Android v4 vm available for download 9 Years, 1 Month ago
|
Karma: 86
|
yes, "c" is the sharename. the string you entered on the 2nd box.
|
|
|
|
|
Re:Android v4 vm available for download 9 Years, 1 Month ago
|
Karma: 0
|
Filesharing:
as descibed in previous posts, I created (mkdir) and mounted (mount.vboxsf) /mnt/sdcard/c_drive. Following your instructions, did in the running VM: Devices > Shared Folders > Replace:"c" and "c:\" by a folder <> and its path /home/v./...<> on the host(linux). Did finally: adb shell; mount.vboxsf <> /mnt/sdcard/c_drive. Ignored all errors from mount.vboxsf. With FileExpert I checked that <> is mounted into c_drive.
For most applications it will probably be sufficient for me to use the simpler procedure: adb push /home/.../<>/ /sdcard/<>/.
|
|
|
|
|
Re:Android v4 vm available for download 9 Years, 1 Month ago
|
Karma: 0
|
probably, this opens another topic:
my Email server is normally addressed as Exchange server, but allows also to be addressed as IMAP Server.
Configuring my Email account with IMAP works perfectly well; the syncronisation works for all accounts.
Configuring the Email account with Exchange works also well until I arrive at the syncronisation of the accounts; however,the syncronisation of the accounts appears not work; "wait for syncronisation" appears to go on forever.
Any advice?
|
|
|
|
|
Re:Android v4 vm available for download 9 Years, 1 Month ago
|
Karma: 86
|
I wonder if this is to do with the sd card error. I debugged a bit, seems this method yields an error.
public static String android.os.Environment.getExternalStorageState()
if you have Eclipse setup, can print out the result of the above call, and post here.
need to fix this error.
|
|
|
|
|
Re:Android v4 vm available for download 9 Years, 1 Month ago
|
Karma: 86
|
Are you getting this error on pc with AMD 64 cpu? We also got this error on AMD 64 cpu running 32-bit Ubuntu 11.10. Can you give details on your host and os? We are debugging this error.
alsitko wrote:
Hi there!
I have a problem with this Android and VirtualBox. When I try to start the Virtual Machine, I keep getting an error message:
[6.003720] init: Timed out waiting for /dev/.coldboot_done
[6.008329] Kernel panic - not syncing: Attempted to kill init!
[6.635341] Spurious ACK on isa0060/serio0. Some program might be trying access hardware directly.
What can I do to get rid of this error?
|
|
|
|
|
|