Tried all 3 images, none of them work.Detects Android-x86, finds it, then goes to black screen with no GUI and stays there.
I have done considerable searching for the past hour, and there is no straightforward guide to save logcat/dmesg. Honestly, there isn't. There's posts here and there of people doing it in 50 different ways.
If you can please tell me what to do, I can do this immediately. I'll keep searching, but I'm not finding anything.
Tried that, no go.When I boot in debud mode, it gets to the point where it says hit exit to continue booting. If I do that, I cannot pull up anything with Alt-F2, etc, it just gets stuck on the black screen.Running any of those commands returns errors.
Yea, I'll do that later. I was just hoping this could be done using 2 USB drives, without a full install of Android + bootloader.
I have data.img mounted in Windows, but I cannot find a log file anywhere, in any of the nested folders.
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at http://groups.google.com/group/android-x86.
For more options, visit https://groups.google.com/d/optout.
I have data.img mounted in Windows, but I cannot find a log file anywhere, in any of the nested folders.
--
> 2. What are the approaches of identifying causes of crash ?Check the logcat.
If you boot (Android x86 in) the DEBUG mode, it's recorded in
/data/log.txt.
On the Android platform, you can use a debuggerd daemon process for collecting error information when applications crash. This process can detect application crashes and then store error information in files or print it to a log so that you can analyze it and locate problems. These files are named tombstones_xx and stored in sequence within the folder /data/tombstone/. There can only be ten files in the system, so the earliest file generated will be replaced once the maximum number of files has been reached.
Working with Android, every time a process that runs on native side crashes, we have some small pieces of your stack in files called tombstones.
The tombstones are located at /data/tombstones as isolated files (one files represents one crash) or you can see them in your logcat:
root@android:/ # find . |grep tombs ./data/tombstones ./data/tombstones/tombstone_00 ./data/tombstones/tombstone_01 root@android:/ #
The tombstone inform you about:
Hi rbg,
Please let me clarify a few things you said.
I did not “copy .img files to a folder. What I did, and what I have always done to install Android-x86 is this:
This has worked flawlessly on various hardware to boot and run Android-x86. At this point, every machine I’ve tried is a Core M/i3/i5/i7 (Ivy Bridge, Haswell, Broadwell).
What I am talking about here is the SURFACE 3 with an ATOM Z8700 SoC, not the Surface Pro 3. I have a Surface Pro 3 that is successfully running Android-x86 using this exact procedure.
The Surface 3 however, does not boot Android-x86 whether I run Live USB or installed on the eMMC drive. It just stops booting and freezes on a black screen. I tried installing Android-x86 to various partition formats to see if it makes a difference. It doesn’t.
I am telling you, when I install Android-x86 and select Yes to R/W, even after it says it’s successful, it does not boot. If I browse the partition using ext2fsd, the data folder is empty.
I would love to get you all logcats, but every method you’ve provided to me has come up fruitless. Since I’ve successfully installed this to lots of devices now, I doubt it’s my install process. It’s either (I think) the Atom x7 or the eMMC.
--
Go to the new download forum and follow links I'd imagine be the easiest way.
Sent with AquaMail for Android
http://www.aqua-mail.com
--