The Remix version from Reddit.com(AndroidOS and Efi folders copied to separate formated fat32 partition) is working no problem from my Hard drive, but the newest one from jide.com is not working which is made with usb tool to Pendrive an then copied the filels to the Remix partition(only show black screen after selecting Resident or Guest modes). Why the first works, but the newer does not, can you tell ? Am I missing something !?
Do i let the Android Live boot go all the way through? And how long is "quite some time", because i left it on for about 30 minutes without anything coming up.I've fixed the login issue, the login wizard is not quite stable yet but it does get the job done and after this you will have a functional device.
I'm rebuilding the images now and will be releasing them including a new tutorial.
Google Play store is working fine, so i'm not including a browser into the image right now as you can install any browser from the Play Store.
More details will be released later.
---------- Post added at 02:25 PM ---------- Previous post was at 01:38 PM ----------
Hello everybody,
my previous image was not fully working, i've been working on a fix for the past few weeks, and i've gotten a solution.
what is new in this image:
- WPS fixed, you should now be able to use WPS without any issue
- Login issue fixed
- Includes a file manager
Link: https://drive.google.com/file/d/0B8jVq7lqQUtvUkFyT0RhR2lJT28/view?usp=sharing
(The image is highly compressed again to save space, I would recommend using 7zip to unzip the image)
Here is the installation tutorial, it is based on the previous one but has some modifications. The old tutorial is outdated, use this one:
Know bugs:
- No camera
- Random force closes when installing a new app from the Play Store, just ignore them they do not affect the working of the tablet.
- No auto-screen rotate.
I think i'm gonna look into the rotation issue for the next release.
Hi,you can use the 64 bit version, but you need the 32 but GRUB used by stuff like the T100 magic stick
I suggest a manual install by using the 64 bit image and grub from magic stick
You only have to replace kernel commandline with remix one
Sent from my D5803 using XDA-Developers mobile app
Thank you very much for your answer.
I am still missing something.
Come to boot selection --> andorid --> then came a black screen with multiple choices
Picked the first one , android load smoothing but find the apk in any folder.
I installed all the package in an hard disk partition.
the only files I can see in USB folder are in USB 0 folder ( EFI folder LOST.DIR folder bootsect.bak file)
I transfered the google service apk file with pendrive to t100, checked permissions (0770), checked untrasted source , but I still have error parsing file error , alsot tried to download again the file , no luck
also tried to install other apk files but I had the same error " there was a problem parsing the package"
UPDATE:
I solved the error deleting the data file and and making a new one.
I suppose my error was to pick an ext3 format.
Now is perfect and run flawless great work. thx
...
Until someone is willing it dig into it and make proper patches for ACPI troubles, a unified kernel doesn't seem too likely.
# TODO: support ia32 prebuilt
ifeq ($(TARGET_KERNEL_ARCH),x86_64)
arch_name := x86_64
unsigned int i915_preliminary_hw_support __read_mostly = 0;
to
unsigned int i915_preliminary_hw_support __read_mostly = [B]1[/B];