[android-porting] Re: Help to reset the LDP card

2008-12-22 Thread FranckLefevre
Hi Rene, You can read https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=BootingAndFlashing first, and try the serial boot. Franck On Dec 19, 7:39 pm, Rene Gonzalez renegs.2...@gmail.com wrote: Hi people, I load a wrong xloader into the omap ldp so it permanently send the next

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

2008-12-22 Thread R.wen
question: Does the android gadget(android gadget) work on you target? to Ralf, It seems a part of the libs for toolchain of the target system, not for the host. On 12月22日, 下午1时39分, Ralf ralfo...@gmail.com wrote: Don't you need to just install libiconv? apt-get install libiconv

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

2008-12-22 Thread R.wen
question: Does the android gadget(android gadget) work on you target? to Ralf, It seems a part of the libs for toolchain of the target system, not for the host. On 12月22日, 下午1时39分, Ralf ralfo...@gmail.com wrote: Don't you need to just install libiconv? apt-get install libiconv

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

2008-12-22 Thread ganesh
Hi , I have Old SMDK24xx board with me how can i proceed with this kernel and platform weather it directly works or i need to do any modifications Thanks in advance Lim,GeunSik wrote: Hi, Everyone... I made git kernel tree for android platform on arm1176 core based S3C 64X0 board. You can

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

2008-12-22 Thread leemgs
Foutunatley, andoroid full source building process is almost linux distribution about RPM Base Dist(ex: redhat , fedora , opensuse) and DEB Base Dist( ex: deb , ubuntu ) I like this google polciy of packaging because I am fedora user. So, Kandroid Toolchain ver 1.1.2.1(May 30,2008) is support

[android-porting] Using instrumented h/w OpenGL ES library

2008-12-22 Thread Alan
The new gl_wrapper.cpp added libhgld.so. What's the difference for loading the 3D hardware driver from libhgl.so and libhgld.so? Thanks. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Android x86?

2008-12-22 Thread Dima Zavin
what does logcat say? --Dima On Sun, Dec 21, 2008 at 9:38 PM, Huan Truong huan...@gmail.com wrote: FYI: This is the dmesg log: http://pastebin.com/m73537fac I don't know if it was wrong at any point. Any help is appreciated. --~--~-~--~~~---~--~~

[android-porting] Bluetooth Scan invocation...

2008-12-22 Thread pavan savoy
Hi, I have been observing a strange situation with bluetooth scanning. When I Turn off bluetooth and turn it on again, the scanning result doens't have any devices. But the first time, the scan does have a few devices, I tracked it to find that the Scan command is being sent thru' dbus, but the

[android-porting] Re: Bluetooth Scan invocation...

2008-12-22 Thread pavan savoy
Ok, Sorry for top posting, but property_set(ctl.stop, hciattach) doesn't seem to kill the application ? Any ideas ? regards, Pavan On Mon, Dec 22, 2008 at 2:58 PM, pavan savoy pavan.sa...@gmail.com wrote: Hi, I have been observing a strange situation with bluetooth scanning. When I Turn

[android-porting] Re: Android x86?

2008-12-22 Thread Filipe Abrantes
Hi all, First of all let me thank Dima, Chris (and everyone else involved) for their x86 porting work. This is a much anticipated step, one which will help make Android very useful outside the mobile phone world. So... I have tried the installer on a small desktop PC - a Asus Nova Lite:

[android-porting] Re: Bluetooth Scan invocation...

2008-12-22 Thread Nick Pelly
On Mon, Dec 22, 2008 at 12:58 PM, pavan savoy pavan.sa...@gmail.com wrote: Hi, I have been observing a strange situation with bluetooth scanning. When I Turn off bluetooth and turn it on again, the scanning result doens't have any devices. But the first time, the scan does have a few

[android-porting] Re: Bluetooth Scan invocation...

2008-12-22 Thread pavan savoy
Ok, False alarm, it seems that -n option works.. removes the problem with scan too. Thanks. On Mon, Dec 22, 2008 at 3:09 PM, pavan savoy pavan.sa...@gmail.com wrote: Ok, Sorry for top posting, but property_set(ctl.stop, hciattach) doesn't seem to kill the application ? Any ideas ?

[android-porting] Re: k850i

2008-12-22 Thread Jason
Android has some base requirements to run. In general a non-smartphone (e.g. K850i) will not have the hardware to run Android. Please read this document: http://source.android.com/release-features On Dec 21, 10:02 am, taher atashbar tah.206...@gmail.com wrote: i want port android for my k850i

[android-porting] Re: Android x86?

2008-12-22 Thread Filipe Abrantes
Hi, Dima Zavin wrote: So... I have tried the installer on a small desktop PC - a Asus Nova Lite: http://www.asus.com/news_show.aspx?id=11565 Heh, cute. I should mention that we really should not be reusing the same installer images as a general purpose installer for

[android-porting] Re: Using instrumented h/w OpenGL ES library

2008-12-22 Thread Mathias Agopian
Hello, this is a very crude mechanism (which is probably temporary) to load an alternate debug version of the OpenGL ES library. This can be used by certain vendors for debugging applications or their library. The debug library is optional. Mathias On Mon, Dec 22, 2008 at 6:25 PM, Alan