[android-kernel] Re: gpstest for emulator is not working

2010-06-30 Thread Tammana
Any help in this regard? Thanks On Jun 28, 6:03 pm, Tammana wrote: > Hi all, > > I compiled the hardware/libhardware_legacy/tests/gpstest/gpstest.cpp > and installed(copied) this application in Android emulator. > > When I execute this (through adb shell) its not

[android-kernel] gpstest for emulator is not working

2010-06-28 Thread Tammana
Hi all, I compiled the hardware/libhardware_legacy/tests/gpstest/gpstest.cpp and installed(copied) this application in Android emulator. When I execute this (through adb shell) its not completes the init functionality. I kept the two printfs before and after to "sGpsInterface->init()" this call i

[android-kernel] Re: Android NDK

2010-06-28 Thread Tammana
fordifferent > libs etc.),we need NDK .. > > But JNI have its own syntax to write native code and to compile it. > Then Why NDK? > > I m afraid whether i have wrong understanding .If So,Plz clarify my > doubt . > > Thanks, > Padma > > Tammana wrote: > &

[android-kernel] Re: [Android Source Download] Issue in downloading Android Source

2010-06-28 Thread Tammana
Hi Arun, You are behind the proxy and I guess you cannot download with "git:// android.git.kernel.org/tools/repo.git" (from your log) Steps: 1. repo init -u http://android.git.kernel.org/platform/manifest.git After it will download some files and kept in .repo folder. You need to update the follo

[android-kernel] Re: Android NDK

2010-06-28 Thread Tammana
JNI is generic concept, It is the way to integrate your Java programs with legacy C/C++ code, including the ability to embed a JVM within your native applications. Any Java application want to communicate with Native application through JNI. NDK: This is Android specific. To compile any C applica

[android-kernel] Re: Issues in downloading android source code(Repo init )

2010-06-28 Thread Tammana
You are behind the proxy and I guess you cannot download with "git:// android.git.kernel.org/tools/repo.git" (from your log) You need to update the following two files in your sync dir. 1. .repo/manifest.xml (line 2 - replace this line "git:// android.git.kernel.org" with "http://android.git.kern

[android-kernel] Re: Help - Kernel branches omap, common branches are not syncing for fresh downloads?

2010-06-27 Thread Tammana
mmand which is suggested by Manvendra "git clone git://android.git.kernel.org/platform/prebuilt"? Thanks On Jun 27, 9:58 am, Anil Babu wrote: > hi > > You can download the snapshot of the prebuilt and put it in the source. > > thanks > anil > > On 6/24/10, Tamma

[android-kernel] Help to map kernel branch for Master branch (git://android.git.kernel.org/platform/manifest.git) code

2010-06-24 Thread Tammana
Hi All, I downloaded the Android source code from "git:// android.git.kernel.org/platform/manifest.git" (Master branch) and able to compile and running. Now I would like to download the kernel part (Need to compile some kernel modules not yet decided which device/ OEM) which is not downloaded alo

[android-kernel] Help - Kernel branches omap, common branches are not syncing for fresh downloads?

2010-06-24 Thread Tammana
Hi All, I am trying to fresh download for omap branch (In fact first time). I could not succeed to download. I am getting error like given below. error: Unable to get pack file http://android.git.kernel.org/platform/prebuilt.git/objects/pack/pack-1ac7fccd748c0ebf9f5419b2e93f55c6ed87fdb4.pack The