[android-porting] Re: Android1.0 on to s3c6400 + Home sceen Lock

2009-01-13 Thread Android Zaurus
Hi, [Home] key lock appears when system is "provisioned". It's a matter of database in Android. Copy /data/data/com.android.providers.settings/databases/settings.db to your Linux PC and open it with SQLite3. $ sqlite3 settings.db sqlite> select * from "system" where name="device_provisioned"; I

[android-porting] Re: Android-X86 upon ThinkPad Series

2009-01-13 Thread Android Zaurus
Hi, Did you set a bootable flag to your target partition? I'm not sure though, it sounds like your BIOS doesn't recognize your USB HDD as a boot device. Good luck. On 1月13日, 午前12:06, Samuel wrote: > [Title] > Enabling android-x86 upon ThinkPad Series with miscellaneous functions > > [Summary]

[android-porting] Re: Sensors

2009-01-13 Thread pramod gurav
On Sat, Jan 10, 2009 at 4:11 AM, Mathias Agopian wrote: > > On Fri, Jan 9, 2009 at 5:31 AM, Sean McNeil wrote: >> >> What you are trying to do cannot be done. Accelerometers give you a >> vector to GC whereas the G1 has a compass which gives you yaw/pitch/roll >> to north. > > It is not too diffi

[android-porting] Backlight adjustment on Eee PC and other platforms

2009-01-13 Thread Xiaoyang Yu (Max)
Current Android code for backlight adjustment do not work properly for systems other than G1. This is mainly because: 1) The corresponding sysfs file changed. In "mydroid/hardware/ libhardware/power/power.c", LCD_BACKLIGHT is hard coded to "/sys/class/ leds/lcd-backlight/brightness". While it sho

[android-porting] Re: Backlight adjustment on Eee PC and other platforms

2009-01-13 Thread Sean McNeil
Xiaoyang Yu (Max) wrote: > Current Android code for backlight adjustment do not work properly for > systems other than G1. This is mainly because: > > 1) The corresponding sysfs file changed. In "mydroid/hardware/ > libhardware/power/power.c", LCD_BACKLIGHT is hard coded to "/sys/class/ > leds/lcd-

[android-porting] Re: Android-X86 upon ThinkPad Series

2009-01-13 Thread Samuel
Hi, Android Zaurus, as you supported, I never have set a bootable flag for this bootable partition, namely /deb/sdb3, in the sdb as showed as below, $ sudo fdisk -l Device Boot Start End Blocks Id System /dev/sdb1 1 255020482843+ cW95 F

[android-porting] Re: inverted touch on ads7846 chip

2009-01-13 Thread Kai Wei
Hi, How can I get calibration with android? The value returned by driver seemed too big to be used directly. On Dec 5 2008, 3:30 am, Maxime Petazzoni wrote: > Hi, > > You need to invert the READ_X and READ_Y calls in drivers/input/ > touchscreen/ads7846.c for the ts->read_x and ts->read_y values

[android-porting] Re: Backlight adjustment on Eee PC and other platforms

2009-01-13 Thread Brian Swetland
["Xiaoyang Yu (Max)" ] > > Current Android code for backlight adjustment do not work properly for > systems other than G1. This is mainly because: > > 1) The corresponding sysfs file changed. In "mydroid/hardware/ > libhardware/power/power.c", LCD_BACKLIGHT is hard coded to "/sys/class/ > leds/l

[android-porting] Re: Android-X86 upon ThinkPad Series

2009-01-13 Thread Chen Yang
Hi Samuel: It seems that you need to modify the menu.lst to reflect the correct root device, in your case: root(hd0,0) -> change to (hd0,2) kernel /boot/vmlinuz-2.6.27-android root=/dev/sda1 init=/init rw selinux=0 vga=788 quiet -> change the rppt=/dev/sda1-> /dev/sdb3

[android-porting] Re: 128MB runtime heap for Asus eee target

2009-01-13 Thread Yang, Chen
I changed the heap to default 16MB and so far, I haven't met problems. Meanwhile, I may have got the explanation of the more increase in native heap: the tiles are now cached in native heap through JNI. -- Chen China Runtime Technologies Lab SSG/SSD/MRTC, Intel

[android-porting] Re: Android-X86 upon ThinkPad Series

2009-01-13 Thread Samuel
Hi, Chen, At first, thank you for your helping!! I consider that your helps are so helpful to me, though i can't t still boot up android from external mobile hard disk so far!! But all mistakes are due to me!! Under the helps of you, i have modified some places in the menu.lst for android where

[android-porting] Re: Android-X86 upon ThinkPad Series

2009-01-13 Thread Chen Yang
Hi Samuel: It seems that grub cannot access the blocks beyond 1024 directly, that may be the reason of your failure. Your linux partition starts beyond that limit. You can find one usb thumb drive to have a test Be sure to add rootwait or rootdelay=6 in kernel commans line. Hope it helps! -- C

[android-porting] Re: Sensors

2009-01-13 Thread Mathias Agopian
On Tue, Jan 13, 2009 at 12:41 AM, pramod gurav wrote: > On Sat, Jan 10, 2009 at 4:11 AM, Mathias Agopian > wrote: >> >> On Fri, Jan 9, 2009 at 5:31 AM, Sean McNeil wrote: >>> >>> What you are trying to do cannot be done. Accelerometers give you a >>> vector to GC whereas the G1 has a compass wh

[android-porting] Re: Download a compiled x86 version of Android

2009-01-13 Thread Lennart Moltrecht
Luckily, I found a website offering an IMG file for download now: http://virtuallyshocking.com/2008/12/20/building-android-for-the-asus-eeepc-701/ For some reason, this is not working for my Eee PC 701, I have no idea why... On 4 Jan., 14:10, Lennart Moltrecht wrote: > Hello! > I tried to follow

[android-porting] Re: Backlight adjustment on Eee PC and other platforms

2009-01-13 Thread Xiaoyang Yu (Max)
Hi Brian, Okay, I will write a patch according to your comments. Thanks a lot! Hi Sean, Your response is so quick! Awesome! Thanks :-) Brian Swetland wrote: > ["Xiaoyang Yu (Max)" ] > > > > Current Android code for backlight adjustment do not work properly for > > systems other than G1. This i

[android-porting] Re: How to make Ethernet work on EeePC

2009-01-13 Thread drew
Peace! Hi Chen, thanks for the tip. I got our EeePC 701's ethernet (not wireless) to work using your advise. I also repo sync'd up my current Android code, recompiled (making sure I make clean first) and just plugged the cable in the EeePC when the installation was going on and the network just p

[android-porting] Re: S3C 64X0 kerenl tree using git for android platform.

2009-01-13 Thread R.wen
HI, $git clone git://www.kandroid.org/samsung-s3c64X0-android.1.0 Initialized empty Git repository in /home/rwen/samsung-s3c64X0-android. 1.0/.git/ fatal: The remote end hung up unexpectedly fetch-pack from 'git://www.kandroid.org/samsung-s3c64X0-android.1.0' failed. it seems something wrong. R

[android-porting] AT commands out of android

2009-01-13 Thread rukiman
I am running Android on a VMWare machine. I managed to get the ril daemon running by putting this at the end of init.rc which I got from another post. End of init.rc file: service ril-daemon /system/bin/rild -l /system/lib/libreference-ril.so -- -d /dev/ttyS0 socket rild stream 660 root radi

[android-porting] Re: S3C 64X0 kerenl tree using git for android platform.

2009-01-13 Thread leemgs
Hi, At first, visit to http://www/kandroid.org/ website. I changed project name form "samsung-s3c64X0-android.1.0" to "samsung-s3c6410-android.1.0". Have nice day.. Thanks, Lim,GeunSik 2009/1/14 R.wen : > > HI, > > $git clone git://www.kandroid.org/samsung-s3c64X0-android.1.0 > Initialized

[android-porting] Re: S3C 64X0 kerenl tree using git for android platform.

2009-01-13 Thread R.wen
Dear, Leemgs, Thanks for your reply, by the way, does the smdk6400 work now? Yours, R.wen On Jan 14, 9:54 am, leemgs wrote: > Hi, > > At first, visit tohttp://www/kandroid.org/website. > > I changed project name  form "samsung-s3c64X0-android.1.0" to > "samsung-s3c6410-android.1.0". > > Hav

[android-porting] Re: S3C 64X0 kerenl tree using git for android platform.

2009-01-13 Thread leemgs
Hi, R.wen I stoped working of android platform for s3c6400. But, If you are using s3c6400 core, Please get synchronize with "samsung-s3c6410-1-android.1.0" tag I will work only s3c6410 ( arm 1176 core ) continually, because our community don't have 6400 and 6400 core is temp board for 6410

[android-porting] Re: S3C 64X0 kerenl tree using git for android platform.

2009-01-13 Thread Rwen
HI, Leemgs, thanx for your advices, I plan to change to 6410 in the near futrue. :) Yours, R.wen 2009/1/14 leemgs > > Hi, R.wen > > I stoped working of android platform for s3c6400. > But, If you are using s3c6400 core, Please get synchronize with > "samsung-s3c6410-1-android.1.0" tag

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-01-13 Thread gowtham gowda
another question for the expert dhen How can we add busybox to this build? Thanks, Gowtham On Jan 10, 10:36 pm, "Chen Yang" wrote: > It looks like that you are missing the vga=788 option, you can > reference my > post:http://groups.google.com/group/android-porting/msg/b9ffcb185b758b92 > to se

[android-porting] Re: Regarding Android init process

2009-01-13 Thread sumit
hi Ananth i have ported linux-2.6.23 based android kernel on my smdk6400 board now i am portinf android basedfile system on this tell me the step how to build file system and how to build dalvik virtual machine which is google has given as a open source code regards Abhishek On Jan 13, 12:22 a