Android x86 ICS - T101mt

957 views
Skip to first unread message

Gia90

unread,
Feb 4, 2012, 4:37:49 AM2/4/12
to Android-x86
Hi everyone,
I'm really disappointed because also this new release doesn't allow me
to connect through wifi to any network on my t101mt...
Another issue, is that it does not remeber the changes made to the
widgets...

I really like your great work and i i'd really like to help you to
make android x86 work on T101mt, which would be a perfect android
tablet!
I have some knowledge about linux but i don't know a lot about
android...

So if someone can point me in the right direction, i would like to
investigate, first of all, in the wifi issue, and then in the minor
issues...

Any help would be much appreciated!!

Fragile Avatar

unread,
Feb 4, 2012, 1:32:53 PM2/4/12
to Android-x86
For the WiFi issue, not all Wireless cards are supported. I know that
mine is a AR5B95 Half Height and WiFi works out of box.

Sometimes you can change WiFi cards on the laptops but you MUST make
sure the replacement is branded for your laptop. Ie; make sure you
replace your HP's WiFi card with a HP card. If you try card from say
Dell it won't work.

Norbert x

unread,
Feb 16, 2012, 2:31:45 PM2/16/12
to Android-x86
Hello!

I have same problems with my T101MT (Atom N570).
I tried many ICS builds: android-x86-4.0-eeepc-20120101.iso, android-
x86-4.0-eeepc-20111225.iso, android-x86-4.0-asus_laptop-20120101.iso,
android-x86-4.0-asus_laptop-20111225.iso, android-x86-4.0-
eeepc-20111209.iso.
Wi-Fi is not working (as in #557, #620, #621, #659, #667, #686). I
tried to switch it on/off from BIOS with no luck.

As a linux user I know about iwconfig, iwlist and rfkill. An android
alternative for them is "network stack". I do not how to toggle wi-fi
with it.
According to lcpci my wi-fi card is (from Ubuntu 11.04):
02:00.0 Network controller: Atheros Communications Inc. AR9285
Wireless Network Adapter (PCI-Express) (rev 01).
How can I help developers to solve the problem?

As temporary solution this works for me (http://code.google.com/p/
android-x86/issues/detail?id=495#c22):
After booting android-x86-4.0-asus_laptop-20120101 (installed on a usb
stick), I start Terminal and enter:
su
chmod -R /data

On Feb 4, 10:32 pm, Fragile Avatar <fragile.ava...@gmail.com> wrote:
> For the WiFi issue, not all Wireless cards are supported. I know that
> mine is a AR5B95 Half Height and WiFi works out of box.
>
> Sometimes you can change WiFi cards on the laptops but you MUST make
> sure the replacement is branded for your laptop. Ie; make sure you
> replace your HP's WiFi card with a HP card. If you try card from say
> Dell it won't work.
>
> On Feb 4, 1:37 am, Gia90 <googia...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hi everyone,
> > I'm really disappointed because also this new release doesn't allow me
> > to connect through wifi to any network on myt101mt...
> > Another issue, is that it does not remeber the changes made to the
> > widgets...
>
> > I really like your great work and i i'd really like to help you to
> > make android x86 work onT101mt, which would be a perfect android

Norbert x

unread,
Feb 16, 2012, 2:32:23 PM2/16/12
to Android-x86
Hello!

I have same problems with my T101MT (Atom N570).
I tried many ICS builds: android-x86-4.0-eeepc-20120101.iso, android-
x86-4.0-eeepc-20111225.iso, android-x86-4.0-asus_laptop-20120101.iso,
android-x86-4.0-asus_laptop-20111225.iso, android-x86-4.0-
eeepc-20111209.iso.
Wi-Fi is not working (as in #557, #620, #621, #659, #667, #686). I
tried to switch it on/off from BIOS with no luck.

As a linux user I know about iwconfig, iwlist and rfkill. An android
alternative for them is "network stack". I do not how to toggle wi-fi
with it.
According to lcpci my wi-fi card is (from Ubuntu 11.04):
02:00.0 Network controller: Atheros Communications Inc. AR9285
Wireless Network Adapter (PCI-Express) (rev 01).
How can I help developers to solve the problem?

As temporary solution this works for me (http://code.google.com/p/
android-x86/issues/detail?id=495#c22):
After booting android-x86-4.0-asus_laptop-20120101 (installed on a usb
stick), I start Terminal and enter:
su
chmod -R /data

On Feb 4, 10:32 pm, Fragile Avatar <fragile.ava...@gmail.com> wrote:
> For the WiFi issue, not all Wireless cards are supported. I know that
> mine is a AR5B95 Half Height and WiFi works out of box.
>
> Sometimes you can change WiFi cards on the laptops but you MUST make
> sure the replacement is branded for your laptop. Ie; make sure you
> replace your HP's WiFi card with a HP card. If you try card from say
> Dell it won't work.
>
> On Feb 4, 1:37 am, Gia90 <googia...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hi everyone,
> > I'm really disappointed because also this new release doesn't allow me
> > to connect through wifi to any network on myt101mt...
> > Another issue, is that it does not remeber the changes made to the
> > widgets...
>
> > I really like your great work and i i'd really like to help you to
> > make android x86 work onT101mt, which would be a perfect android

O S

unread,
Feb 16, 2012, 5:26:30 PM2/16/12
to andro...@googlegroups.com

Hi.

The problem has been identified. It is the 3-tslib script that runs at each boot and change the attributes of the /data directory. A patch has been relased but you have either to build the iso yourself from the source or wait for the next release.
Here is a temporary solution that you should apply at each reboot to make wifi and other apps work :

1- reboot in debug mode
2- once on shell type chmod -R 777 data
3- type exit --> boot process continue
4- type exit (another time)
5- enjoy

Wahid.

Sent from my galaxy ace.

--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-x86...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-x86?hl=en.

O S

unread,
Feb 18, 2012, 1:33:38 AM2/18/12
to andro...@googlegroups.com

Did it work?

Norbert x

unread,
Feb 18, 2012, 5:18:06 AM2/18/12
to Android-x86
Now I use android-x86-4.0-asus_laptop-20111209.iso version.
In my previous message I forgot about 777.

Your method does not work. After booting in debug mode (steps 1-5),
WiFi switch in Settings menu become movable, but network list in the
right is clear.
So as a temporary solution I do the folowing:
1. Open Terminal Emulator
2. type su
3. type chmod -R 777 /data.
I do this way on each boot.

I think you method is not working because of init.rc script. May be it
override the 1-5 steps?
I'll try the latest version 20120101.

On Feb 18, 10:33 am, O S <o.sa...@gmail.com> wrote:
> Did it work?
> >> android-x86/issues/detail?id=495#c22<http://code.google.com/p/android-x86/issues/detail?id=495#c22>

O S

unread,
Feb 19, 2012, 3:29:05 AM2/19/12
to andro...@googlegroups.com

You're right !
the chmod command should be entered in the second shell in my method (after the first 'exit'). The 20120101 build has the same problem since the 3-tslib file was not corrected yet.
I rebuild the iso from fresh sources and now it's ok. However the web navigator still presents some problems.

Wahid.

Norbert x

unread,
Feb 19, 2012, 6:22:22 AM2/19/12
to Android-x86
Hello, Wahid!

I tried you method on 20120101 asus_laptop at its fresh state (on
first boot after installation) and on next boots witho no luck. It
seems that init.rc runs after second shell. So the "/data" directory
has rights 771 on entering at graphical mode. As before WiFi switch
become movable, but there are no networks in the list.

I grep'ed the "init.rc" file and discovered that changing rights only
for "data/system/wpa_supplicant/" and "data/misc/wifi/" solves the Wi-
Fi problem. So i'm doing this way:
1. Start Terminal Emulator
2. chmod -R 777 data/system/wpa_supplicant/ data/misc/wifi/


How I can add this line to the script, which will execute on each
graphical boot. Is there ".bashrc" or somethihg? I found /etc/mkshrc
but it is not writable.

O S

unread,
Feb 24, 2012, 4:03:17 PM2/24/12
to andro...@googlegroups.com
Hi Norbert,

As you, I tried many methods to make the procedure execute automatically on each boot, but I couldn't succeed.
it's like the init.rc and the 3-tslib.sh files are recreated at each run. so il left this solution and opted for a self build of the iso.

The compilation process is extremely long, and the two builds I made from fresh code (repo sync), solve the problem of wifi connection; but other problems exist, like the browser that doesn't load and most applications crash after the first reboot.

i found that some people are making iso every day from the last patches and codes;
here is the link if you're interested : http://tabletsx86.org/CYNEW-UPDATED-BUILDS.htm

i'm downloading right now the  android-x86-4.0-eeepc-20120222.iso and i'll try it;

I'll tell you if it's ok or not.

2012/2/19 Norbert x <nrb...@gmail.com>

Norbert x

unread,
Feb 25, 2012, 5:57:55 AM2/25/12
to Android-x86
Hello!

I just compiled ICS-4.0.3 version from sources at 20120224.
Compilation is no problem for me with i7-920 and 6 Gb RAM.
Almost everything works great:
+ Wi-Fi works at every boot without any hacks;
+ Camera works (but it's upside down, it is known issue -
https://help.ubuntu.com/community/T101MT#If_The_Camera_Is_Up-side_Down);
+ Brightness control from GUI works (brightness changes on slider
move);
+ Suspend and wakeup works.

Browser and other apps works without crashes. There is no Android
Market, I don't know how to add it.
You can download it for testing from the link:
https://rapidshare.com/files/1884108854/asus_laptop.iso (MD5 is
94398d2e58a3862d7d024ae63db82767).

Thank you for the link. I also tested android-x86-4.0-
asus_laptop-20120222.iso from tabletsx86, results are similar. No
Market. And no suspend, Terminal Emulator not working.
Message has been deleted

Waheed

unread,
Feb 25, 2012, 2:02:38 PM2/25/12
to Android-x86
Great Job !!!

Guess what ? I tried to compile ICS on my t101mt ... it took me 2
days !!!
(repo + compilation).
but the result is pretty good, so I deleted everything on my other
computer
(Dual core + 2 GO RAM) and I'm restarting everything and trying to add
google apps.

Try to follow this link to add the market and the google account +
setup to
your ICS build :
http://groups.google.com/group/android-x86/browse_thread/thread/d759f...

I tried it but couldn't make the setup run automatically at the first
install (you'll be asked to choose among another application).
i'm gonna work on it a bit this week end, if you succeed to make a
final
image with what is working now + google account and google maket then
let me
know.


On 25 fév, 11:57, Norbert x <nrb...@gmail.com> wrote:
> Hello!
>
> I just compiled ICS-4.0.3 version from sources at 20120224.
> Compilation is no problem for me with i7-920 and 6 Gb RAM.
> Almost everything works great:
> + Wi-Fi works at every boot without any hacks;
> + Camera works (but it's upside down, it is known issue -https://help.ubuntu.com/community/T101MT#If_The_Camera_Is_Up-side_Down);
> + Brightness control from GUI works (brightness changes on slider
> move);
> + Suspend and wakeup works.
>
> Browser and other apps works without crashes. There is no Android
> Market, I don't know how to add it.
> You can download it for testing from the link:https://rapidshare.com/files/1884108854/asus_laptop.iso(MD5 is

O S

unread,
Feb 26, 2012, 12:54:43 PM2/26/12
to andro...@googlegroups.com
hi all,

Sorry, the link was too long  :

Fully integrate Google Apps (Market, Gmail, etc.) in ICS  


2012/2/25 O S <o.s...@gmail.com>
Great Job !!!

Guess what ? I tried to compile ICS on my t101mt ... it took me 2 days !!!  (repo + compilation).
but the result is pretty good, so I deleted everything on my other computer (Dual core + 2 GO RAM) and I'm restarting everything and trying to add google apps.

Try to follow this link to add the market and the google account + setup to your ICS build :


I tried it but couldn't make the setup run automatically at the first install (you'll be asked to choose among another application).
i'm gonna work  on it a bit this week end, if you succeed to make a final image with what is working now + google account and google maket the let me know.

Since the kernel is OK now, we should recompile with the existing kernel option (it should be faster).

Wahid.


2012/2/25 Norbert x <nrb...@gmail.com>

Timothy Zhang

unread,
Feb 28, 2012, 11:45:20 PM2/28/12
to Android-x86
Hello,

After the installation of android-x86-4.0-RC1-eeepc.iso, I can't find
my SD card.
Only fake SD is available.

Taufik Ur Rahman

unread,
Feb 29, 2012, 12:00:55 AM2/29/12
to andro...@googlegroups.com

Maybe your Sd detect as USB check in \mnt\USB

Chih-Wei Huang

unread,
Feb 29, 2012, 12:16:13 AM2/29/12
to andro...@googlegroups.com
2012/2/29 Timothy Zhang <timot...@gmail.com>:

> After the installation of android-x86-4.0-RC1-eeepc.iso, I can't find
> my SD card.
> Only fake SD is available.

If you created fake sdcard, you can't use a real sdcard.
So don't create it unless you have no sdcard.


--
Chih-Wei
Android-x86 project
http://www.android-x86.org

qu4zz4r

unread,
Feb 29, 2012, 9:17:57 AM2/29/12
to andro...@googlegroups.com
Hello,

I've installed tegav2_20120101 build on T101MT (1st revision, with N450 on board) and it runs pretty well. Now I'm trying to run the new build RC1 (eeepc, asus_laptop) without installation from SD card and it sticks just after booting. Just a black screen and nothing else. I've also tried tegav2 build - it boots to the OS, but then gets system UI force close.
Can I get any log files to attach them here? 
Thanks!

O S

unread,
Feb 29, 2012, 4:55:27 PM2/29/12
to andro...@googlegroups.com

Very good.
I've installed the new release (RC1 eeepc) ... and almost everything is working !
- wifi fixed
- web browser loads correctly
- youtube is working
- apps no more crash after first reboot
- terminal ok ( it  used to show a white screen when i made my own build)

however some minor not blocking issues :
- camera upside down
- phyisical keyboard doesn't switch to azerty (I'm french ) even though the android one did
- and the most annoying one, the screen that doesn't return to the landscape mode after an app turned it up to portrait mode (I had to install from the market the 'Rotation Locker' app to manually restore the correct mode

and does anyone know why the ethernet support has not been included knowing that some patches exist for ics ?
can ADB be used with this release ?

--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To view this discussion on the web visit https://groups.google.com/d/msg/android-x86/-/Egonk55w9eIJ.

Gia90

unread,
Mar 4, 2012, 1:49:46 PM3/4/12
to Android-x86
O S do you manage to shutdown your pc? if i press the power button it
just locks but it won't turn off..
Another issue, i can't connect to my ap (no matter if wpa2, wpa or wep
security, and i also trid changing channel..)

On 29 Feb, 22:55, O S <o.sa...@gmail.com> wrote:
> Very good.
> I've installed the new release (RC1 eeepc) ... and almost everything is
> working !
> - wifi fixed
> - web browser loads correctly
> - youtube is working
> - apps no more crash after first reboot
> - terminal ok ( it  used to show a white screen when i made my own build)
>
> however some minor not blocking issues :
> - camera upside down
> - phyisical keyboard doesn't switch to azerty (I'm french ) even though the
> android one did
> - and the most annoying one, the screen that doesn't return to the
> landscape mode after an app turned it up to portrait mode (I had to install
> from the market the 'Rotation Locker' app to manually restore the correct
> mode
>
> and does anyone know why the ethernet support has not been included knowing
> that some patches exist for ics ?
> can ADB be used with this release ?

Duarte Velez Grilo

unread,
Mar 4, 2012, 1:51:32 PM3/4/12
to andro...@googlegroups.com
Slide the power button twice and it'll show up the shut down menu.

-- Duarte

2012/3/4 Gia90 <goog...@gmail.com>:

O S

unread,
Mar 4, 2012, 4:36:25 PM3/4/12
to andro...@googlegroups.com

Yes, as said , to turn off the system, you have to slide twice the power button (the usual menu will then appear).

For wifi, I had no problem at all.

Can you see the wireless networks list?

sent from my asus t101mt - Android x86 RC1

O S

unread,
Mar 4, 2012, 4:40:10 PM3/4/12
to andro...@googlegroups.com

No more problems with the screen rotation after the first reboot.

sent from my asus t101mt - Android x86 RC1

Gia90

unread,
Mar 5, 2012, 10:37:29 AM3/5/12
to Android-x86
Yes, i can see the network list...and today i managed to connect to
other APs (both wpa and open) so i think it's due to my router
configuration....dmesg shows it tries 3 times direct probes and then
timed out...
maybe some problem with ath9k driver?

On Mar 4, 10:40 pm, O S <o.sa...@gmail.com> wrote:
> No more problems with the screen rotation after the first reboot.
>
> sent from my asus t101mt - Android x86 RC1
> Le 29 févr. 2012 21:55, "O S" <o.sa...@gmail.com> a écrit :
>
>
>
>
>
>
>
> > Very good.
> > I've installed the new release (RC1 eeepc) ... and almost everything is
> > working !
> > - wifi fixed
> > - web browser loads correctly
> > - youtube is working
> > - apps no more crash after first reboot
> > - terminal ok ( it  used to show a white screen when i made my own build)
>
> > however some minor not blocking issues :
> > - camera upside down
> > - phyisical keyboard doesn't switch to azerty (I'm french ) even though
> > the android one did
> > - and the most annoying one, the screen that doesn't return to the
> > landscape mode after an app turned it up to portrait mode (I had to install
> > from the market the 'Rotation Locker' app to manually restore the correct
> > mode
>
> > and does anyone know why the ethernet support has not been included
> > knowing that some patches exist for ics ?
> > can ADB be used with this release ?

Lee

unread,
Mar 5, 2012, 2:01:39 PM3/5/12
to andro...@googlegroups.com
I notice my S10-3t does this as well.
It will connect to my neighbors Linksys open router just fine.
But when I try to connect to my phones Wifi Hotspot it will try a couple times but fails.
I tried changing many settings but so far no luck.

Norbert x

unread,
Mar 5, 2012, 3:20:59 PM3/5/12
to Android-x86
> I notice my S10-3t does this as well.
Hello, Lee! Please do not flood. We discuss here only T101MT.

@all
I discovered, that brightness control from GUI does not work
(brightness not change on slider move);
in 4.0-RC1 eeepc version. May be asus_laptop does this.

Life without red border is good.
> > > >> android-x86...@googlegroups.com.

Duarte Velez Grilo

unread,
Mar 5, 2012, 3:38:47 PM3/5/12
to andro...@googlegroups.com
But you can control it anyway with the usual Fn key + F5/F6.

-- Duarte

2012/3/5 Norbert x <nrb...@gmail.com>:

Lee

unread,
Mar 5, 2012, 4:30:30 PM3/5/12
to andro...@googlegroups.com
Wasn't trying to flood.
Just mentioning a problem that is similar to this one on the 4.0 builds so maybe the developers can find a connection and fix these issues.
> > > >> For more options, visit this group at
> > > >>http://groups.google.com/group/android-x86?hl=en.

O S

unread,
Mar 5, 2012, 4:50:36 PM3/5/12
to andro...@googlegroups.com

Yes, most function keys are operational.
However, Did someone succeed to make flash animations work ?

It's an amazing build :-)  !

sent from my asus t101mt - Android x86 RC1

Gia90

unread,
Mar 7, 2012, 10:34:50 AM3/7/12
to Android-x86
I think that dolphin HD will let you view flash animations, since i
realized that youtube player was loaded by dolphin (even if it
couldn't show the video see here:
https://groups.google.com/group/android-x86/browse_thread/thread/c844e0f107a90eca?hl=it)

Gia90

unread,
Mar 8, 2012, 7:45:29 AM3/8/12
to Android-x86
Anyone can tell me if this release has NTFS support?
I'm trying to mount my ntfs partition but it seems not to work...mount
command reports "no such device" even if my partition is showed by
"fdisk /dev/block/sda -l" ...
Any help?

On 7 Mar, 15:34, Gia90 <googia...@gmail.com> wrote:
> I think that dolphin HD will let you view flash animations, since i
> realized that youtube player was loaded by dolphin (even if it
> couldn't show the video see here:https://groups.google.com/group/android-x86/browse_thread/thread/c844...)

cow chin

unread,
Mar 27, 2012, 2:12:21 PM3/27/12
to andro...@googlegroups.com
hi~
what do you mean by slide the power button twice?
it doesn't work when i press the power button twice.
I still cannot shut down my Eeepc901.
It just goes to the lock screen when I pressed the first time quickly.
No pop-out window shows up.
I am using android-x86-4.0-RC1-eeepc901.
It would be thankful if someone can help.

>> > android-x86+unsubscribe@googlegroups.com.


>> > For more options, visit this group at
>> >http://groups.google.com/group/android-x86?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups "Android-x86" group.
> To post to this group, send email to andro...@googlegroups.com.

> To unsubscribe from this group, send email to android-x86+unsubscribe@googlegroups.com.

Duarte Velez Grilo

unread,
Mar 27, 2012, 2:37:49 PM3/27/12
to andro...@googlegroups.com
So you have a 901, not a T101mt. The button "slide" is for the latter.

Then, press the power button two times in a row and the shutdown
option should appear. If that doesn't work, then I don't know.

2012/3/27 cow chin <cow....@gmail.com>:

>> >> > android-x86...@googlegroups.com.


>> >> > For more options, visit this group at
>> >> >http://groups.google.com/group/android-x86?hl=en.
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups "Android-x86" group.
>> > To post to this group, send email to andro...@googlegroups.com.
>> > To unsubscribe from this group, send email to

>> > android-x86...@googlegroups.com.


>> > For more options, visit this group at
>> > http://groups.google.com/group/android-x86?hl=en.
>> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android-x86" group.

> To view this discussion on the web visit

> https://groups.google.com/d/msg/android-x86/-/rB1N5F0g5sEJ.


> To post to this group, send email to andro...@googlegroups.com.
> To unsubscribe from this group, send email to

> android-x86...@googlegroups.com.

yiifburj

unread,
Jan 4, 2013, 3:03:17 AM1/4/13
to andro...@googlegroups.com
Hi, when your wifi doesn't work, try to turn it on by Fn+?,then open terminal,type su, netcfg wlan0(for example) up, I recompile wireless_tool(add -m32 -static to CFLAGS in the makefile,others see the makefile), copy iwlist iwconfig to your $android_directory/system/bin, it works very well, my reply is so late because i'm new here, I faced the wifi problem with the proper driver,and solved it by this way hope it can help others.

在 2012年2月17日星期五UTC+8上午3时31分45秒,Norbert x写道:

lewis donofrio

unread,
Jan 4, 2013, 8:15:15 AM1/4/13
to andro...@googlegroups.com
How do you get netcfg directives to persist though a reboot?

--Thanks.  
_____________________________________________
https://www.vizify.com/lewis-donofrio - 734-743-1743

fuzzy7k

unread,
Jan 5, 2013, 10:12:07 AM1/5/13
to andro...@googlegroups.com
Look for /etc/init.sh and put it in there.
Reply all
Reply to author
Forward
0 new messages