-Arif
--
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.
2012/1/10 Stefan <matthaeu...@googlemail.com>:
> Hello,
> 1. Currently the mod is based on:
> http://android-x86.googlecode.com/files/android-x86-3.2-RC2-tegav2.iso
>
> 2. Changes:
> 2a: WLAN sometimes does not get a DHCP adress after connect, this solves it:
>
> chmod 777 /system/etc/dhcpd/*
This is doubtful.
I didn't see any rationale to do that.
I suggest you find the root cause for a proper fix.
> 2b: The touchscreen is detected as a mouse, the follwoing changes this:
> cd /system/usr/idc
> cp Vendor_03eb_Product_201c.idc Vendor_0eef_Product_72a1.idc
This isn't necessary in the latest code,
as I have it use a default idc now.
2c-2g are all HAL layer changes.
I'm surprised since even the original tegav2 image
doesn't have some of the features described above.
Please provide the source code or patches
so they can be integrated into the source tree.
> 2f: The internal 3G modem still does not work well, it is detected, but it
> seems to hang up after detecting the available networks. The problem has not
> been solved yet. Further details can be found here:
> http://www.wetab-community.com/index.php?/topic/17917-android-322-komplett-rc2-image/page__st__320__p__247284#entry247284
> and following messages (in german).
>
> From Windows Devicemanager, Huawei Mobile Connect 3G Modem:
> - USB/VID_12D1&PID_1404&REV_0000&MI_00
>
> 2g: For the Atheros Bluetooth module no driver yet.
> From Windows Devicemanager:
> - USB\VID_13D3&PID_3304&REV_0001
Hmm, seems you reuse 2f and 2g?
Bluetooth support is buggy in honeycomb-x86.
There are two problems here.
The ath3k is broken, and the honeycomb bluetooth
stack is too old to work with 3.x kernel.
I'm just aware the fact recently.
So it's hard to support Bluetooth in honeycomb-x86.
Fortunately this have been fixed in ics-x86.
> 2h: The Android kernal is compiled without himem option, so even if the
> tablet PC has 2 GB of memory, it can only use 1 GB.
Ok, I think tegav2 has only 1GB memory.
But it's not harmful to enable himem anyway.
I suggest you report issues and send patches
to the forum directly so that more developers can
aware and review your work.
It's important for us to co-work at the source code level.
Not just because this is an open source project,
but because we need to know what you did exactly
to do better integration.
(e.g., make the HAL compatible with both my and your tablets)
> Thank you for providing the Tegav2 image and hope that it will support the
> Lucid platform soon fully,
Let's co-work together.
Regards,
--
Chih-Wei
Android-x86 project
http://www.android-x86.org
---- /quoteHi,
First of all a change of tegrav2 is not enough, too many differences.
A seperate device tree would be better I think.
Secondly my efforts are going to ICS, not HC anymore.
But sources are not ready yet.
I am still waiting for some REAL answers to my questions in the x86 mailing list
Maybe later.
Greetings Rene
Thank you for the detailed report. I'm impressed and appreciate. Please see my comments below.
2012/1/10 Stefan <matthaeu...@googlemail.com>:
chmod 777 /system/etc/dhcpd/*This is doubtful. I didn't see any rationale to do that. I suggest you find the root cause for a proper fix.
2b: The touchscreen is detected as a mouse, the follwoing changes this: cd /system/usr/idc cp Vendor_03eb_Product_201c.idc Vendor_0eef_Product_72a1.idcThis isn't necessary in the latest code, as I have it use a default idc now.
2c-2g are all HAL layer changes.
I'm surprised since even the original tegav2 image doesn't have some of the features described above. Please provide the source code or patches so they can be integrated into the source tree.
- USB\VID_13D3&PID_3304&REV_0001Hmm, seems you reuse 2f and 2g? Bluetooth support is buggy in honeycomb-x86. There are two problems here. The ath3k is broken, and the honeycomb bluetooth stack is too old to work with 3.x kernel.
I'm just aware the fact recently. So it's hard to support Bluetooth in honeycomb-x86. Fortunately this have been fixed in ics-x86.
2h: The Android kernal is compiled without himem option, so even if the tablet PC has 2 GB of memory, it can only use 1 GB.Ok, I think tegav2 has only 1GB memory. But it's not harmful to enable himem anyway.
I suggest you report issues and send patches to the forum directly so that more developers can aware and review your work.
It's important for us to co-work at the source code level. Not just because this is an open source project, but because we need to know what you did exactly to do better integration. (e.g., make the HAL compatible with both my and your tablets)
Thank you for providing the Tegav2 image and hope that it will support the Lucid platform soon fully,Let's co-work together. Regards,
Regards,
2012/1/14 rvdb <rene.van....@gmail.com>:
--