Discussion:
jb-x86 test build 20130228
Chih-Wei Huang
2013-02-27 21:12:04 UTC
Permalink
Hi,
A new test build of jb-x86 is released:

http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
Jon West
2013-02-28 03:30:18 UTC
Permalink
Very Impressed so far :) going smoothly on my Acer W500
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Renjaya Raga Zenta
2013-02-28 04:10:35 UTC
Permalink
Sorry, I've made a mistake. It actually works in VirtualBox, but it hits
kernel panic in VirtualBox *OSE*.
Ethernet also works.

Thanks.
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Kevin Cottingham
2013-02-28 03:50:41 UTC
Permalink
All previous versions loaded and in general worked on Dell Mini 10v, but no
internet connections. This will install but not boot after install, and
will not finish booting if done from a live image, however, from the live
image the pc can use WiFi (during initial setup) and WiFi is able to detect
routers and begin to connect but goes no further. I see this as an
improvement for connectivity despite the inability to actually boot the OS.
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Chih-Wei Huang
2013-02-28 04:44:45 UTC
Permalink
Post by Kevin Cottingham
All previous versions loaded and in general worked on Dell Mini 10v, but no
internet connections. This will install but not boot after install, and will
not finish booting if done from a live image, however, from the live image
the pc can use WiFi (during initial setup) and WiFi is able to detect
routers and begin to connect but goes no further. I see this as an
improvement for connectivity despite the inability to actually boot the OS.
About the can't boot issue, you may try to modify
the file (/android)/system/etc/init.sh to see if it works

function init_hal_sensors()
{
...
*)
set_hal_prop sensors kbd <== remove this line
;;
esac
}

You may boot the debug mode to edit it before
enter android.
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
Kevin Cottingham
2013-02-28 07:34:42 UTC
Permalink
Upon editing the file and removing the desired code it loops between the
splash screen and saying "init: skipping insecure file
'/system/lib/modules/3.8.0-android-x86+modules.alias'" without ever
actually booting. Also, upon further trial with booting from a live USB
drive it will boot to the main system if I skip joining a WiFi network but
if I decide to try and join one the screen goes black and is unresponsive.
Post by Chih-Wei Huang
About the can't boot issue, you may try to modify
the file (/android)/system/etc/init.sh to see if it works
function init_hal_sensors()
{
...
*)
set_hal_prop sensors kbd <== remove this line
;;
esac
}
You may boot the debug mode to edit it before
enter android.
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Chih-Wei Huang
2013-02-28 07:42:54 UTC
Permalink
Post by Kevin Cottingham
Upon editing the file and removing the desired code it loops between the
splash screen and saying "init: skipping insecure file
'/system/lib/modules/3.8.0-android-x86+modules.alias'" without ever actually
What is your filesystem? NTFS or FAT?
Post by Kevin Cottingham
booting. Also, upon further trial with booting from a live USB drive it will
boot to the main system if I skip joining a WiFi network but if I decide to
try and join one the screen goes black and is unresponsive.
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
Kevin Cottingham
2013-02-28 07:46:14 UTC
Permalink
NTFS. I haven't tried FAT yet.
Post by Renjaya Raga Zenta
Post by Kevin Cottingham
Upon editing the file and removing the desired code it loops between the
splash screen and saying "init: skipping insecure file
'/system/lib/modules/3.8.0-android-x86+modules.alias'" without ever
actually
What is your filesystem? NTFS or FAT?
Post by Kevin Cottingham
booting. Also, upon further trial with booting from a live USB drive it
will
Post by Kevin Cottingham
boot to the main system if I skip joining a WiFi network but if I decide
to
Post by Kevin Cottingham
try and join one the screen goes black and is unresponsive.
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Chih-Wei Huang
2013-02-28 07:52:20 UTC
Permalink
Post by Kevin Cottingham
NTFS. I haven't tried FAT yet.
Seems init doesn't like NTFS because
it doesn't provide correct permission for files.

Either use the ext3 filesystem, or install as read-only mode.
The read-only mode put android files into a squashfs
so it won't suffer from the limitation of NTFS.
Post by Kevin Cottingham
Post by Chih-Wei Huang
Post by Kevin Cottingham
Upon editing the file and removing the desired code it loops between the
splash screen and saying "init: skipping insecure file
'/system/lib/modules/3.8.0-android-x86+modules.alias'" without ever actually
What is your filesystem? NTFS or FAT?
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
Kevin Cottingham
2013-02-28 08:02:09 UTC
Permalink
On running a FAT system off the hard disc directly after system bios load I
am given an "Error 17" and does not proceed to GRUB. Will try ext3, if that
doesn't work then read only.
Post by Chih-Wei Huang
Post by Kevin Cottingham
NTFS. I haven't tried FAT yet.
Seems init doesn't like NTFS because
it doesn't provide correct permission for files.
Either use the ext3 filesystem, or install as read-only mode.
The read-only mode put android files into a squashfs
so it won't suffer from the limitation of NTFS.
Post by Kevin Cottingham
Post by Chih-Wei Huang
Post by Kevin Cottingham
Upon editing the file and removing the desired code it loops between
the
Post by Kevin Cottingham
Post by Chih-Wei Huang
Post by Kevin Cottingham
splash screen and saying "init: skipping insecure file
'/system/lib/modules/3.8.0-android-x86+modules.alias'" without ever actually
What is your filesystem? NTFS or FAT?
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Kevin Cottingham
2013-02-28 08:21:17 UTC
Permalink
Ext3 gave the same error as FAT. NTFS in read only boots, makes it to the
main desktop and works just as a live USB yet still crashes when connecting
to a network over WiFi. Nevertheless I find this still to be an improvement
as previous versions would not detect the network card at all. All else
seems to be working great.
Post by Kevin Cottingham
On running a FAT system off the hard disc directly after system bios load
I am given an "Error 17" and does not proceed to GRUB. Will try ext3, if
that doesn't work then read only.
Post by Chih-Wei Huang
Post by Kevin Cottingham
NTFS. I haven't tried FAT yet.
Seems init doesn't like NTFS because
it doesn't provide correct permission for files.
Either use the ext3 filesystem, or install as read-only mode.
The read-only mode put android files into a squashfs
so it won't suffer from the limitation of NTFS.
Post by Kevin Cottingham
Post by Chih-Wei Huang
Post by Kevin Cottingham
Upon editing the file and removing the desired code it loops between
the
Post by Kevin Cottingham
Post by Chih-Wei Huang
Post by Kevin Cottingham
splash screen and saying "init: skipping insecure file
'/system/lib/modules/3.8.0-android-x86+modules.alias'" without ever actually
What is your filesystem? NTFS or FAT?
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
dscm
2013-03-01 05:29:05 UTC
Permalink
installing to vpad10 disk report

Checking install 2-28-13 test version of android-x86 4.2.2 to hard
disk(ssd 32 GB)
----------------------------------------------------------------

1) vpad10 had 12-25 version installed on it on 6GB ext3 partition...

2) installed 2-28 version to hard disk, did a format as ext3 to
install...

installed and booted up fine...went through a few steps to
verify....

3) re-installed formatting partition as fat32.....

selected for 512mb data partition on install

installed fine...(so it appeared)

boot up gave Error 17....retried...same issue....


at this point used my win8 usb to fix boot issue...

next / select repair / troubleshoot / advance options / command
prompt

bootrec /fixmbr

boot /fixboot

exit

turn off / remove win8 usb, turn on

system booted up into win8 fine...
(have Ext2Fsd installed on system for looking at android
partitions)


partition android installed on has both folders Grub & android-4.2-
test
data is in the folders & appears ok......(writing grub entries to mbr
maybe issue???)
partition properties is fat32 with 979mb used & 5.04GB free


4) reformated the partition to fat32 using gparted....

reinstalled without using the formatting, booted up fine...went
through a few steps to verify....
selected for 512mb data partition on install


5) reinstall formatting as a ntfs partition

selected for 512mb data partition on install

boot up gave Error 17....retried...same issue....

repeat fixing boot with win8 usb

system booted up into win8 fine...

partition android installed on has both folders Grub & android-4.2-
test
data is in the folders & appears ok......(writing grub entries to mbr
maybe issue???)
partition properties is ntfs with 979mb used & 5.04GB free


6) reformated the partition to ntfs using gparted....

reinstalled without using the formatting, booted up fine...but
always halted at the android logo on the screen
selected for 512mb data partition on install

running debug mode just ended up hanging after a few printouts on
screen

at this point just installed to my ssd using ext3 formatting...
wouldn't work until I reformatted partition using gparted....
Post by Chih-Wei Huang
Post by Kevin Cottingham
NTFS. I haven't tried FAT yet.
Seems init doesn't like NTFS because
it doesn't provide correct permission for files.
Either use the ext3 filesystem, or install as read-only mode.
The read-only mode put android files into a squashfs
so it won't suffer from the limitation of NTFS.
Post by Kevin Cottingham
Post by Chih-Wei Huang
Post by Kevin Cottingham
Upon editing the file and removing the desired code it loops between the
splash screen and saying "init: skipping insecure file
'/system/lib/modules/3.8.0-android-x86+modules.alias'" without ever actually
What is your filesystem? NTFS or FAT?
--
Chih-Wei
Android-x86 projecthttp://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Renjaya Raga Zenta
2013-02-28 03:42:24 UTC
Permalink
dscm
2013-02-28 05:53:05 UTC
Permalink
good job thanks....

Testing of new release ran successfully from liveusb on the following:
(see notes)

* asus P8Z77-M motherboard(newly acquired), 4GB mem, intel core
i3-3225 dual-core processor @3.3GHZ
Intel Z77 chipset, Intel® HD Graphics 4000, RealTek ALC887
Intergrated Digital HD Audio
RealTek 8111F Gigabit Lan Controller

note: am using legacy-bios NOT uefi, may be the reason that the
android-4.1.1_r1-ia1-userdebug-ivb-liveimg by intel-ia
group did not run on
this ivybridge board...hope to check uefi later

* asus P5G41-M motherboard , 3GB mem, intel core 2 duo E7500 processor
@2.9GHZ
Intel G41 Express ICH7 chipset, Integrated Intel Graphics Media
Accelerator(Intel® GMA X4500)
Realtek High Definition Audio, Atheros AR8121/AR8113/AR8114 PCI-E
Ethernet Cntrl

* HP T60G laptop, 3GB mem, Intel Pentium Dual-Core T4300 processor
@2.1GHZ
Mobile Intel 4 Express chipset ICH9, Intel Graphics Media
Accelerator 4500MHD
Covexant Pebble High Definition SmartAudio, Atheros AR9285 Wifi,
RealTek PCIe FE Family Cntrl

note: always have to boot from usbflash a secong time before getting
to menu...
did not have to use acpi=off in command line anymore!!

* Viewsonic VPAD10(tablet), 1GB mem, 32GB SSD, Intel Atom N455
processor @1.66GHZ
Intel Mobile MN10 Express chipset, Intel HD Graphics 64MB
Hanvon 9.7" (TFT-LCD(1024x768 XGA) capacitive touch panel
Realtek ALC662G/268, Atheros AR9002WB-1NG Wireless Network
Adapter

note: had camera issues when trying to record but think it's operator
errors...
will be looking at it again later

youtube seems fine as long as you uncheck HD but believe that
is known...

will be checking later with installed to disk...
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 projecthttp://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
dscm
2013-02-28 05:56:22 UTC
Permalink
good job thanks....

Testing of new release ran successfully from liveusb on the following:
(see notes)

* asus P8Z77-M motherboard(newly acquired), 4GB mem, intel core
i3-3225 dual-core processor @3.3GHZ
Intel Z77 chipset, Intel® HD Graphics 4000, RealTek ALC887
Intergrated Digital HD Audio
RealTek 8111F Gigabit Lan Controller

note: am using legacy-bios NOT uefi, may be the reason that the
android-4.1.1_r1-ia1-userdebug-ivb-liveimg by intel-ia
group did not run on
this ivybridge board...hope to check uefi later

* asus P5G41-M motherboard , 3GB mem, intel core 2 duo E7500 processor
@2.9GHZ
Intel G41 Express ICH7 chipset, Integrated Intel Graphics Media
Accelerator(Intel® GMA X4500)
Realtek High Definition Audio, Atheros AR8121/AR8113/AR8114 PCI-E
Ethernet Cntrl

* HP T60G laptop, 3GB mem, Intel Pentium Dual-Core T4300 processor
@2.1GHZ
Mobile Intel 4 Express chipset ICH9, Intel Graphics Media
Accelerator 4500MHD
Covexant Pebble High Definition SmartAudio, Atheros AR9285 Wifi,
RealTek PCIe FE Family Cntrl

note: always have to boot from usbflash a secong time before getting
to menu...
did not have to use acpi=off in command line anymore!!

* Viewsonic VPAD10(tablet), 1GB mem, 32GB SSD, Intel Atom N455
processor @1.66GHZ
Intel Mobile MN10 Express chipset, Intel HD Graphics 64MB
Hanvon 9.7" (TFT-LCD(1024x768 XGA) capacitive touch panel
Realtek ALC662G/268, Atheros AR9002WB-1NG Wireless Network
Adapter

note: had camera issues when trying to record but think it's operator
errors...
will be looking at it again later

youtube seems fine as long as you uncheck HD but believe that
is known...

will be checking later on install to disk
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 projecthttp://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Hou Joshua
2013-02-28 06:44:17 UTC
Permalink
My B16 Tablet with GMA500 graphic, works good.

Good job!

Thanks,
Joshua
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Kevin Cottingham
2013-02-28 07:59:04 UTC
Permalink
On running a FAT system off the hard disc directly after system bios load I
am given an "Error 17" and does not proceed to GRUB.
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
tsukishiro
2013-02-28 08:36:16 UTC
Permalink
Just tested with Thinkpad X1 and it seems Suspend/Resume still does not
work right?
When I press power key, screen just turns blank but system is still on
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Zecik123
2013-02-28 15:01:38 UTC
Permalink
Same on Toshiba Satellite A300-1LT.
Additionally - WiFi works in 11bgnmixed mode only (no connection in 11n
mode).

W dniu czwartek, 28 lutego 2013 09:36:16 UTC+1 u¿ytkownik tsukishiro
Post by tsukishiro
Just tested with Thinkpad X1 and it seems Suspend/Resume still does not
work right?
When I press power key, screen just turns blank but system is still on
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Danil Kalashnikov
2013-02-28 09:07:19 UTC
Permalink
My netbook not see my wifi network but see all other! Wi-Fi Router DLink
DR-0000 Acer Aspier One D255

ÞÅÔ×ÅÒÇ, 28 ÆÅ×ÒÁÌÑ 2013 Ç., 3:12:04 UTC+6 ÐÏÌØÚÏ×ÁÔÅÌØ Chih-Wei Huang
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Chislon Chow
2013-02-28 15:45:28 UTC
Permalink
This post might be inappropriate. Click to display it.
Danil Kalashnikov
2013-02-28 09:11:46 UTC
Permalink
My netbook see all wifi networks in our block of flats but doesn't see MY
wifi network! Router DLink DR-500 Acer Aspier One D255

ÞÅÔ×ÅÒÇ, 28 ÆÅ×ÒÁÌÑ 2013 Ç., 3:12:04 UTC+6 ÐÏÌØÚÏ×ÁÔÅÌØ Chih-Wei Huang
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Carl Cregor
2013-02-28 07:28:32 UTC
Permalink
Super smooth buttery goodness! Running amazingly well on Dell Optiplex 790!
Can't wait for arm compatability to make its way in there,
This iso makes me want to install androidx86 as my primary OS. But I need
RDP, spotify, and office, all which means I need to wait for houdini
goodness :-D
I had my Xoom running as desktop computer duty for a while and android as a
desktop OS is surprisingly awesome! Quick boot, quick in, quick out, my
home box just doesn't do much intensive stuff.

Great good stuff, I just went to donate, however paypal is being paypal, "Currently
PayPal accounts in Taiwan are only able to send payments. This recipient is
not eligible to receive funds."
CWHaung this is so good! Thank you!
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Uwe Koch
2013-02-28 20:49:28 UTC
Permalink
Hi,

I have a Lenovo S10-3t(netbook with touch display).
With the actual build wifi driver (broadcom if I'm right) seems to work
better than with the devel built.
So Wifi networks come up both in live mode and full install to ssd. But
after configuring it, the whole system crashes in live mode (caps lock led
starts flashing, after a while whole system turns off - like long press of
the on/off switch).
Nearly the same in full install mode: after configuration of wlan network -
lcd turns black in full install - unresponsive system.

Could post system logs here if you tell me which output you want and how I
can get it.

Uwe
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Uwe Koch
2013-03-02 14:25:35 UTC
Permalink
I found that the wifi driver causes a kernel panic when connecting.
Attached a hardcopy of the output.
Post by Uwe Koch
Hi,
I have a Lenovo S10-3t(netbook with touch display).
With the actual build wifi driver (broadcom if I'm right) seems to work
better than with the devel built.
So Wifi networks come up both in live mode and full install to ssd. But
after configuring it, the whole system crashes in live mode (caps lock led
starts flashing, after a while whole system turns off - like long press of
the on/off switch).
Nearly the same in full install mode: after configuration of wlan network
- lcd turns black in full install - unresponsive system.
Could post system logs here if you tell me which output you want and how I
can get it.
Uwe
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Joseph Netti
2013-03-11 18:24:40 UTC
Permalink
Thank you for the excellent build. I am running a Dell Mini 110 with that
silly Broadcom b43 WiFi adapter that everyone has problems with. This is
the closest I have seen it come to working. I have the same kernel panic
issue, but only when connecting to secure connection. Wired LAN works very
well and was able to connect to my neighbor's unsecure WiFi connection.

Uwe, were you able to connect unsecure?

Joseph
Post by Uwe Koch
I found that the wifi driver causes a kernel panic when connecting.
Attached a hardcopy of the output.
Post by Uwe Koch
Hi,
I have a Lenovo S10-3t(netbook with touch display).
With the actual build wifi driver (broadcom if I'm right) seems to work
better than with the devel built.
So Wifi networks come up both in live mode and full install to ssd. But
after configuring it, the whole system crashes in live mode (caps lock led
starts flashing, after a while whole system turns off - like long press of
the on/off switch).
Nearly the same in full install mode: after configuration of wlan network
- lcd turns black in full install - unresponsive system.
Could post system logs here if you tell me which output you want and how
I can get it.
Uwe
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
milh
2013-03-01 18:35:47 UTC
Permalink
I have the some netbook and the some problem with wifi conection.
Is there any fix?
Vinicius Gonçalves
2013-03-23 18:05:23 UTC
Permalink
I am having exactly the same issue running on Samsung RF511 from live USB.
Black screen, then system crash after wifi setup, sometimes leading
directly to windows boot from the hard disk. Wifi is detected correctly and
the issue is reproduced only on attempting to connect. Need to power off
and power on twice by long pressing the power button in order to restart,
the very first power attempt after the issue turn on the power and wifi
LEDs and screen backlight, but only produces black screen.

By skipping wifi setup, everything works perfectly and the android
experience is smooth as it gets, 1366x768 native resolution. With the
latest 4.0 release I could not solve a screen distortion issue because of
the resolution.

I could also post system logs if desired.


Em quinta-feira, 28 de fevereiro de 2013 17h49min28s UTC-3, Uwe Koch
Post by Uwe Koch
Hi,
I have a Lenovo S10-3t(netbook with touch display).
With the actual build wifi driver (broadcom if I'm right) seems to work
better than with the devel built.
So Wifi networks come up both in live mode and full install to ssd. But
after configuring it, the whole system crashes in live mode (caps lock led
starts flashing, after a while whole system turns off - like long press of
the on/off switch).
Nearly the same in full install mode: after configuration of wlan network
- lcd turns black in full install - unresponsive system.
Could post system logs here if you tell me which output you want and how I
can get it.
Uwe
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Ignacio Larrain
2013-03-01 00:35:43 UTC
Permalink
Hi, I've downloaded the image for testing, but the sha1sum don't match
(I've downloaded it 2 times):

$ sha1sum android-x86-*
d9843bbccf29d64ae0cb4d6b30d1fad7e29f6cdd android-x86-4.2-20130228.iso
d9843bbccf29d64ae0cb4d6b30d1fad7e29f6cdd android-x86-4.2-20130228.iso.2
android-x86-4.2-20130228.iso
sha1sum: 41685b2fd9a0fcd101fc21aeb84882015a6fd976
I will test it anyway, but I'm letting you know.
https://android-x86.googlecode.com/files/android-x86-4.2-20130228.iso
Greets and thanks for the hard work.

Ignacio.
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Chih-Wei Huang
2013-03-01 03:26:18 UTC
Permalink
Hi, I've downloaded the image for testing, but the sha1sum don't match (I've
$ sha1sum android-x86-*
d9843bbccf29d64ae0cb4d6b30d1fad7e29f6cdd android-x86-4.2-20130228.iso
d9843bbccf29d64ae0cb4d6b30d1fad7e29f6cdd android-x86-4.2-20130228.iso.2
This is the correct checksum.
Post by Ignacio Larrain
android-x86-4.2-20130228.iso
sha1sum: 41685b2fd9a0fcd101fc21aeb84882015a6fd976
Oops. I thought I have corrected it.
Anyway, thank you for reporting it.
Greg McGee
2013-03-01 05:02:09 UTC
Permalink
Also on Lenovo X200T, works very smoothly
(i915, on Ext3, installed to /dev/sda6 but booting off sdcard install, as
grub not set up on partition)

USB<>Serial ports works as std /dev/ttyUSBx Linux serial ports.
Curious how much work it's going to be to get BT working again, new stack?
Device is found.
Fn key (by itself) puts unit to sleep.

A "never sleep" button in config was the old work around in 4.0 RCs FWIW.

Still trying to track down a static binary of inputattach to get the serial
wacom to speak to Android.
(wacom_w8001 module is present and loads)
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Zulfikar Barodawala
2013-03-01 09:33:06 UTC
Permalink
The latest build is excellent except it has wifi issues like it keeps
dropping every second and logcat shows "Data is Missing" , kept my amd
system ON the whole night and did not crash works well on the HD 4250 (on
board), play store working fine + youtube , the problem is on the Sony Vaio
VGN UX17GP the LCD brightness has decreased and have tried all possible
kernel boot options but to nothing.

How can I set the resolution to 1600x900 ?
Post by Greg McGee
Also on Lenovo X200T, works very smoothly
(i915, on Ext3, installed to /dev/sda6 but booting off sdcard install, as
grub not set up on partition)
USB<>Serial ports works as std /dev/ttyUSBx Linux serial ports.
Curious how much work it's going to be to get BT working again, new stack?
Device is found.
Fn key (by itself) puts unit to sleep.
A "never sleep" button in config was the old work around in 4.0 RCs FWIW.
Still trying to track down a static binary of inputattach to get the
serial wacom to speak to Android.
(wacom_w8001 module is present and loads)
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
aLexzkter
2013-03-01 14:26:15 UTC
Permalink
You can try modifying the menu.lst file by going to the debug mode, then vi /mnt/grub/menu.lst
Although I had to mount -o remount,rw /mnt FIRST in order to be able to locate the grub folder...
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/

By the way, Ive been messing with the menu.lst file so I could display my Samsung NC10 to a 1080p display but two things happened:

1. I have a very bad performance at that resolution, black static wallpaper always, cant change it, going through menus is choppy, slow...but quite usable. I cant remember if I had a black wallpaper when external displaying at 1080p on ICS, but I do remember everything was way slower than when using the internal display back then too.
2. I cant boot Windows 7 now. I had two working partitions for windows, and another one for the last JB preview build, Im getting "error 1 filename must be either an absolute pathname or blocklist"
It probably has to do with the menu.lst file but I swear I only changed the Video=LVDS thing...
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
aLexzkter
2013-03-01 14:47:33 UTC
Permalink
Well, this is weird...I modified my menu.lst file like 3 times, the last one was to renable the internal display, I did it properly but now I checked it out and my menu.lst file is EMPTY !! I guess thats why Im having trouble booting Windows, but why dont I have trouble booting Android? xD
What can I do? How can I restore the menu.lst file? thanks in advance
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Chih-Wei Huang
2013-03-01 16:15:26 UTC
Permalink
Post by aLexzkter
Well, this is weird...I modified my menu.lst file like 3 times, the last one was to renable the internal display, I did it properly but now I checked it out and my menu.lst file is EMPTY !! I guess thats why Im having trouble booting Windows, but why dont I have trouble booting Android? xD
What can I do? How can I restore the menu.lst file? thanks in advance
Re-install grub.
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Greg McGee
2013-03-02 14:43:12 UTC
Permalink
Tip on installing grub to partition:
If you only have Windows and android installed, this is not for you.

If you have a grub multiboot setup with multiple linux distros/flavors of WinX, this is for you.

Beware--- the default install only installs grub to your MBR, not the partition you installed android to. and it will somewhat>severely break any existing setup.

The easy work around is to install to another USB stick or SDcard, also installing grub to that device.
then install to your partition, NOT installing grub. Make a note of what partition that was.

Then, boot into your choice of Linux distro or livecd, start grub
mount the sdcard and partition somewhere as root, start mc.
copy over /grub from the sdcard to your install partition (/dev/sda6 in the following example)

edit target partition /grub/menu.lst so that root=(hd0,0) gets changed to root (hd 0,5) or as appropriate, in grub, (hd0,0) is the first drive/partition.

grub> root (hd0,5) ----------dangerously assuming your hdd install partition was /dev/sda6
grub> setup (hd0,5) --------this will install the boot loader to the chosen partition

Then you can set it up in an existing multi-boot as if it was Windows or any non-linux OS. (chainload)

It MAY be possible to do all this from the install iso... but it borked on me when i tried it.
David Yip
2013-03-02 15:05:28 UTC
Permalink
Model: Sony Vaio P VPCP115KG
URL: http://www.android-x86.org/

Test: Boot from USB flash

Display: OK, but not true-colour, I believe
Screen resolution: Might be 800x600?
Touch Screen: Does not work
Keyboard: OK
Brightness buttons: Do not work
Trackpoint:; OK
Sound: OK
WiFi: OK

Very impressed : )
Looking forward the next test release!!
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
b***@public.gmane.org
2013-03-02 22:30:40 UTC
Permalink
Thank you for the build. Thanks for going with the 3.8 kernel this will pay
dividends.

I cant seem to find 0xbenchmark. It was in 4.0-RC2
Was it removed?
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Enzo De Santis
2013-03-03 02:10:38 UTC
Permalink
hm wifi still doesn't work on lenovo thinkpad x230t which is somehow really
frustrating as there are no graphic glitches and it is extremely smooth. :(
Greg McGee
2013-03-08 10:54:55 UTC
Permalink
try it in debug, see if it is just looking for firmware.

Working great on my x200, iwlwifi-5000-5 fw IIRC.
odd it works from live media but not after install...

If you install r/w you can mount the partition from linux and simply copy
it over to /lib/firmware
(or system/lib/firmware, or the base dir of wherever the other fw lives)
Post by Enzo De Santis
hm wifi still doesn't work on lenovo thinkpad x230t which is somehow
really frustrating as there are no graphic glitches and it is extremely
smooth. :( was running live installation.
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
rahmat sofftware
2013-03-08 12:37:02 UTC
Permalink
Post by Greg McGee
try it in debug, see if it is just looking for firmware.
Working great on my x200, iwlwifi-5000-5 fw IIRC.
odd it works from live media but not after install...
If you install r/w you can mount the partition from linux and simply copy
it over to /lib/firmware
(or system/lib/firmware, or the base dir of wherever the other fw lives)
Post by Enzo De Santis
hm wifi still doesn't work on lenovo thinkpad x230t which is somehow
really frustrating as there are no graphic glitches and it is extremely
smooth. :( was running live installation.
--
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
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
i am using benq notebook the android seems lag the android market is not
compatible...
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Frog
2013-03-03 21:49:33 UTC
Permalink
Install it in acer aspire D255

It works fine smoothly than ICS RC2

Some apps can't be installed directly on market but it works with apk
(google now, angry birds, drive, accuweather, facebook, twitter... )

I Can read music and film (avi, mkv) on a usb stick but this one don't
appears with file explorer aplication (astro... )

I can't mount the other netbook partition like with ICS RC2

Sorry for my bad english
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Gonzalo Naveda
2013-03-03 22:50:14 UTC
Permalink
Hello!!! I can't acces to Windows 8 partition, when I choose that
partition, the Grub gives me an error 21: selected disk does not exist!!!
How I can solve it???
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Gonzalo Naveda
2013-03-03 22:57:56 UTC
Permalink
Hello!! I intalled android in a new partition but now I cant't have access
to windows 8 partition, it gaves me the error 21: selected disk does not
exist!! How I can fix the problem??
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Maksim Lin
2013-03-04 06:06:19 UTC
Permalink
Hi Chih-Wei

I was wondering if you would be open to the idea of tagging the git repos
to match each iso release that you make?

This would be really helpful in making my own builds that match up with
your iso releases which I think make for good snapshots of the tree at
points where particular features are expected to be working and to be able
to easily go back to then to test (and fix) bugs that may crop up later on.

thanks,
Maks.
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Chih-Wei Huang
2013-03-05 18:12:14 UTC
Permalink
Post by Maksim Lin
Hi Chih-Wei
I was wondering if you would be open to the idea of tagging the git repos to
match each iso release that you make?
Will tag it in the formal release.
Post by Maksim Lin
This would be really helpful in making my own builds that match up with your
iso releases which I think make for good snapshots of the tree at points
where particular features are expected to be working and to be able to
easily go back to then to test (and fix) bugs that may crop up later on.
Thanos Papoutsis
2013-03-05 08:59:36 UTC
Permalink
Tested in lenovo s10-2 everything is ok except wifi. my card is broadcom
4321 and when trying to connect to my network after giving the password the
pc goes to black screen and after few seconds it reboots
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
HAKA HARY
2013-03-06 01:20:57 UTC
Permalink
install it on my acer d255 with ext4 partition, it run very well, wifi ok.
but there's still a black screen in some apps such whatsapp and paragon
ntfs. first time i'm installing it run okay but the second time boot it's
stuck on android logo. after reinstall its always stuck at android logo on
the second boot.

great build chin wei
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Zulfikar Barodawala
2013-03-06 08:03:04 UTC
Permalink
It's a problem with the kernel for i915 , I also get errors for i915 during
compilation.
Post by HAKA HARY
install it on my acer d255 with ext4 partition, it run very well, wifi ok.
but there's still a black screen in some apps such whatsapp and paragon
ntfs. first time i'm installing it run okay but the second time boot it's
stuck on android logo. after reinstall its always stuck at android logo on
the second boot.
great build chin wei
--
You received this message because you are subscribed to a topic in the
Google Groups "Android-x86" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/android-x86/uxjo_DTZqsM/unsubscribe?hl=en
.
To unsubscribe from this group and all its topics, send an email to
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
toucan
2013-03-07 14:29:58 UTC
Permalink
Hi,
I am using this on a W500 that has a 64GB SSD; the Android installation is
on an 8GB partition, formatted ext3 with read/write privileges (Windows 8
is on the rest).

Most things work really well (outside of the Play store stuff that doesn't
show the device as compatible anymore) - the one exception being the
screen. When the screen blacks out due to inactivity, it does not come back
on. The only thing I have been able to do is a hard shut-down (press and
hold the power button for several seconds).

Thanks!
Nol
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Zecik123
2013-03-07 15:26:21 UTC
Permalink
See http://www.android-x86.org/releases/build-20130228:

*Known issues*

- Suspend and resume doesn't work.
- Some apps stuck on i915/i965 devices.
- Bluetooth not work.
- Not support Arm translator.
Post by toucan
Hi,
I am using this on a W500 that has a 64GB SSD; the Android installation is
on an 8GB partition, formatted ext3 with read/write privileges (Windows 8
is on the rest).
Most things work really well (outside of the Play store stuff that doesn't
show the device as compatible anymore) - the one exception being the
screen. When the screen blacks out due to inactivity, it does not come back
on. The only thing I have been able to do is a hard shut-down (press and
hold the power button for several seconds).
Thanks!
Nol
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Greg McGee
2013-03-09 10:21:37 UTC
Permalink
I have inputattach working, just needed to use the latest version from
linuxconsole on SF, as opposed to the wacom-input version.
(from android-x86 dir )
I simply mkdir external/inputattach
copied the android.mk and cleanspec files from ping
copied the inputattach.c and serio_ids.h from consoletools
edited the android.mk to replace ping.c & ping with inputattach.c and
inputattach
. build/envsetup.sh
lunch 5

mmm external/inputattach

copied the resulting binary (found in out, look at the compile output for
location) over to the installation on hdd. put it in system/xbin IIRC.

In any case, added it to system/etc/init.sh under misc
added: (under "misc"
modprobe wacom_w8001
inputattach --daemon -w8001 /dev/ttyS0

touchscreen now gets picked up and comes up (for me) always in
/devices/(can't copy and paste from here)/input14.

Still fighting with getting tslib to pick it up, probably malpractice on my
part with the tslib setup.

Any tips?
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
FT
2013-03-11 09:52:15 UTC
Permalink
I've tried on my Samsun N150 netbbok. work great. i ll use it.
some problem on live wallpaper. its not work (or very very slow.)
Play market app's options are very few.
i've used on usb with ntfs setup. I want to watch movies from the internal
hdd of netbook. couldn't find with Es File Exp. maybe hdd is not running on
this version of android.
Thanks
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Westerro
2013-03-15 04:22:18 UTC
Permalink
Es File Exp
https://play.google.com/store/apps/details?id=com.estrongs.android.pop Так
же ваЌ МужМП устаМПвОть
https://play.google.com/store/apps/details?id=com.paragon.mounter чтПбы
жесткОй ЎОск ЌПМтОрПвался.. У вас рабПтает Wifi? У ЌеМя завОсает Ма
пПЎключеМОО к зашОфрПваММПЌу сПеЎОМеМОю.
Post by FT
I've tried on my Samsun N150 netbbok. work great. i ll use it.
some problem on live wallpaper. its not work (or very very slow.)
Play market app's options are very few.
i've used on usb with ntfs setup. I want to watch movies from the internal
hdd of netbook. couldn't find with Es File Exp. maybe hdd is not running on
this version of android.
Thanks
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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 android-***@googlegroups.com.
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Robert Dunn
2013-03-11 14:37:50 UTC
Permalink
Thanks for the new test build!

I tried it on my old Toshiba Satellite A205-S5831 with an Intel GMA965 GPU,
1.73 Dual Core Intel CPU (Coreduo I believe) and it works mostly fine,
except the Terminal Emulator app does not work correctly (opens up terminal
but blank screen..no command line)

I'm also glad to see support for interactive/ondemand CPU governor (the
second ICS build could only run on performance setting).
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Chih-Wei Huang
2013-03-12 03:55:41 UTC
Permalink
Post by Robert Dunn
Thanks for the new test build!
I tried it on my old Toshiba Satellite A205-S5831 with an Intel GMA965 GPU,
1.73 Dual Core Intel CPU (Coreduo I believe) and it works mostly fine,
except the Terminal Emulator app does not work correctly (opens up terminal
but blank screen..no command line)
I'm also glad to see support for interactive/ondemand CPU governor (the
second ICS build could only run on performance setting).
The ondemand governor is the default one
in jb-x86.
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
k***@public.gmane.org
2013-03-12 01:12:00 UTC
Permalink
work fine with my latitude st but wifi / bluethoot dont work and when he
fall asleep i have to reboot to bring it back ... if you have any idea or
sugestion :)

thanks!
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Joseph Netti
2013-03-13 07:45:27 UTC
Permalink
Regarding the aforementioned Broadcom B43 WiFI adapter issues. I found a fix... you may not like it, but it works. I ripped the netbook apart, took out the STUPID ONLY WINDOWS FRIENDLY WiFi adapter and attached a usb WiFi adapter. Mine is the netgear N150. Works perfectly. I am typing this from my Android X86 running from USB for now. Will be installing shortly and dual booting with Ubuntu. So far, this is an excellent build and your work is greatly appreciated!
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Manuel Cuadra
2013-03-13 20:47:17 UTC
Permalink
Teste on eeePC 1000H, everything goes very smooth:

Camera: OK
Bluetooth: DonŽt have so canŽt say
Accelerated: Yes, no 3D because of chipset, but 2D acceleration works
Youtube: OK
Browser: OK
Wifi: OK
Camera: OK
Trackpad: OK
USB Mouse: OK
Keyboard: OK

How can I change Resolution, need to get to 1024x600

how can I put it to sleep and recover from it?

Very nice Job, thank you!
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Bernat Bautista
2013-03-14 00:22:34 UTC
Permalink
Tested on HP EliteBook 2740P

Running from Live USB. The first Androix X86 that I can test something. It
was very very smooth !

Wifi: FAIL
Touchscreen: FAIL
Camera: OK
Trackpad: OK
Keyboard: OK
Camera: OK
Bluetooth: No tested
Accelerated: No tested
Youtube: No tested
Browser: No tested

Waiting at least to have Wifi to check browser, youtube, games... and
touchscreen.

Is there any way to activate and check for logs?

Thanks!
Post by Manuel Cuadra
Camera: OK
Bluetooth: DonŽt have so canŽt say
Accelerated: Yes, no 3D because of chipset, but 2D acceleration works
Youtube: OK
Browser: OK
Wifi: OK
Camera: OK
Trackpad: OK
USB Mouse: OK
Keyboard: OK
How can I change Resolution, need to get to 1024x600
how can I put it to sleep and recover from it?
Very nice Job, thank you!
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Cassondra Foesch
2013-03-14 03:37:44 UTC
Permalink
If you have an Intel wifi card, it's very likely that you are missing the
firmware for your card... it won't work without this. I had to go online
and find it myself. Unfortunately, lack of redistribution rights prevent
anyone from including most of the newer firmwares from Intel.
Post by Bernat Bautista
Tested on HP EliteBook 2740P
Running from Live USB. The first Androix X86 that I can test something. It
was very very smooth !
Wifi: FAIL
Touchscreen: FAIL
Camera: OK
Trackpad: OK
Keyboard: OK
Camera: OK
Bluetooth: No tested
Accelerated: No tested
Youtube: No tested
Browser: No tested
Waiting at least to have Wifi to check browser, youtube, games... and
touchscreen.
Is there any way to activate and check for logs?
Thanks!
Post by Manuel Cuadra
Camera: OK
Bluetooth: DonŽt have so canŽt say
Accelerated: Yes, no 3D because of chipset, but 2D acceleration works
Youtube: OK
Browser: OK
Wifi: OK
Camera: OK
Trackpad: OK
USB Mouse: OK
Keyboard: OK
How can I change Resolution, need to get to 1024x600
how can I put it to sleep and recover from it?
Very nice Job, thank you!
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Greg McGee
2013-03-14 07:07:11 UTC
Permalink
I found mine in /lib/firmware in my installed linux distro.

If it works there, it should work for android as well.

I'm using Mageia 3b2 (Cauldron after updates, (and building Android fine) ,
but Mint14 works very well too.
Post by Cassondra Foesch
If you have an Intel wifi card, it's very likely that you are missing the
firmware for your card... it won't work without this. I had to go online
and find it myself. Unfortunately, lack of redistribution rights prevent
anyone from including most of the newer firmwares from Intel.
Post by Bernat Bautista
Tested on HP EliteBook 2740P
Running from Live USB. The first Androix X86 that I can test something.
It was very very smooth !
Wifi: FAIL
Touchscreen: FAIL
Camera: OK
Trackpad: OK
Keyboard: OK
Camera: OK
Bluetooth: No tested
Accelerated: No tested
Youtube: No tested
Browser: No tested
Waiting at least to have Wifi to check browser, youtube, games... and
touchscreen.
Is there any way to activate and check for logs?
Thanks!
Post by Manuel Cuadra
Camera: OK
Bluetooth: DonŽt have so canŽt say
Accelerated: Yes, no 3D because of chipset, but 2D acceleration works
Youtube: OK
Browser: OK
Wifi: OK
Camera: OK
Trackpad: OK
USB Mouse: OK
Keyboard: OK
How can I change Resolution, need to get to 1024x600
how can I put it to sleep and recover from it?
Very nice Job, thank you!
Hi,
http://www.android-x86.org/**releases/build-20130228<http://www.android-x86.org/releases/build-20130228>
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
You received this message because you are subscribed to a topic in the
Google Groups "Android-x86" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/android-x86/uxjo_DTZqsM/unsubscribe?hl=en
.
To unsubscribe from this group and all its topics, send an email to
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Winner61
2013-03-14 09:45:22 UTC
Permalink
On the Viewpad 10 all seems ok, everything works accept the onscreen
keyboard does not fill the width of the screen so the key's pressed do not
all correspond to the touch so you have to guess where to touch the screen
for the right letter.


Op woensdag 27 februari 2013 22:12:04 UTC+1 schreef Chih-Wei Huang het
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Greg McGee
2013-03-16 06:38:30 UTC
Permalink
Still beating on getting the current release working well on a Wacom pen
only Lenovo X200 tablet. (no touch)
it's pretty much 100% usable, now, staritng from the released iso installed
RW, on ext3.

Inputattach will compile and can be copied over and run, can't seem to get
it automagically installing itself in iso_img.
Don't want to put up a patch until i figure out what's wrong.
Essentially, all you need is inputattach.c and serio_ids from the
linuxconsole projects latest release.

4.2.2 already works with a pen better than win8, just needs a screen
rotation app (screenorientation) as the tablet screen rotation keys are
inop (using the pen to pulldown works better IMHO) a note taking app
(Papyrus works VERY well and has direct support for Wacom Thinkpads!!! even
gets the eraser) and a "keep screen ON" app. (still looking for a perfect
solution until sleep works)

The Wacom pen works very well on apps that support it, and ~ok on apps that
are not pressure-aware.

tslib installs, but doesn't appear to work with the wacom, but the
calibration is perfect out of the box as the kernel driver deals with it.

I need to remaps the keys so hitting the Fn key doesn't put it to sleep,
terminally.

Dolphin works OK, can't find a compatible version of Chrome to try the
Google docs offline stuff ala ChromeOS, FF seems to work ~OK but didn't
manage to find the right flash plugin, and neither Dolphin or FF will play
Youtube videos, "Browser" will.

OI need to go back and try Opera again with the screenorientation app
installed, it didn't want to honor the std screen orientation lock
pulldown, but the app seems to work better.

Hackers keyboard can be set up so it has a pulldown from the L side menu to
force popup, you can also turn off the HW keyboard in settings and the
keyboard will popup as expected.(Android won't popup a keyboard if you have
a HW keyboard by default, which makes some sense)

Cannot for the life of me get pen input working on evernote, even after
installing it from a third party repo after...

...Play decided that my tablet was no longer a Generic android-x86 as when
running ICS, but by it's proper model#, which Play doesn't grok.
Working that, /system/build.props settings no longer help.

In dev settings, You need to turn on "force gpu rendering" and "prevent
sleep", fixes most apps that just won't start and ...prevents sleep, at
least when plugged in..

USB<>serial devices work great, just have to preload the modules in
/etc/init.sh (add in misc section is easy)
BT does not (known issue)
Wifi works, just have to copy over the intel FW from your current Linux
distro.

Next up-- is it possible to build a android-x86_64 build?

I'd like to set up a 64 bit kernel and a chroot with my std linux distro...
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
JPT
2013-03-16 10:19:40 UTC
Permalink
Post by Greg McGee
Next up-- is it possible to build a android-x86_64 build?
You are joking!
If you need something to do, could you please make android work on more
devices?
Or write some tutorials...

I simply haven't got enough knowledge. But you seem to have...
I am currently installing a clean debian system on my NAS. Thanks god
someone else created a working 3.8 kernel. Now I am writing a guide so
other people do not have to invent everything for themselves. In case you
are interested:
http://netgear.nas-central.org/wiki/ReadyNasDUO-200_customisation_guide
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Greg McGee
2013-03-16 21:12:20 UTC
Permalink
My Evil Plan is to (ideally) have a 64 bit kernel (only) my favorite 64 bit
distro running in chroot, and win8/64 running in Virtualbox. >;-)
Then I don't have to reboot _at_all_.
Post by Greg McGee
Next up-- is it possible to build a android-x86_64 build?
You are joking!
If you need something to do, could you please make android work on more
devices?
Or write some tutorials...
I simply haven't got enough knowledge. But you seem to have...
I am currently installing a clean debian system on my NAS. Thanks god
someone else created a working 3.8 kernel. Now I am writing a guide so
other people do not have to invent everything for themselves. In case you
http://netgear.nas-central.org/wiki/ReadyNasDUO-200_customisation_guide
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Eric Chiu
2013-03-17 19:39:53 UTC
Permalink
My device every time I reboot it reverts back to the android initial config so it never saves my progress and plus when I tell it to shutdown it freezes halfway through
Eric Chiu
2013-03-17 19:41:12 UTC
Permalink
My device every time I reboot it reverts back to the android initial config so it never saves my progress and plus when I tell it to shutdown it freezes halfway through
Eric Chiu
2013-03-17 19:40:18 UTC
Permalink
My device every time I reboot it reverts back to the android initial config so it never saves my progress and plus when I tell it to shutdown it freezes halfway through
Blastar Seymour
2013-03-16 18:41:36 UTC
Permalink
I have Lenovo IdeaPad S10-3t and there is a problem with the wifi as you
mentioned before.
Every time I try to connect to a wifi the screen goes black and caps lock
indicator blinks for quite long time.
Then after some this time the device restarts.

I hope this report helped.

Ôç ÔåôÜñôç, 27 Öåâñïõáñßïõ 2013 11:12:04 ì.ì. UTC+2, ï ÷ñÞóôçò Chih-Wei
Post by Chih-Wei Huang
Hi,
http://www.android-x86.org/releases/build-20130228
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to android-x86-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/android-x86?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Loading...