[android-porting] Error while Compile Android Gingerbread 2.3.3

2011-05-10 Thread spurwa
When I compile the source android Gingerbread 2.3.3 is that I receive an error message like this: build / core / binary.mk: 25: *** external / stlport: Invalid LOCAL_NDK_VERSION '4 'Choices acres. Stop.) For information I have to download and Compile on 64bit Linux Ubuntu 10.04 Lucid in accordance

Re: [android-porting] RIL stalls when setting /dev/ttyS0 permisions in init.rc

2011-05-10 Thread jehangir parvereshi
Hi Jack, Here's the log file: = # logcat -b radio logcat -b radio I/RIL ( 986): Hello World I/RIL ( 986): Opening tty device /dev/ttyS0 I/PHONE ( 1145): Network Mode set to 0 I/PHONE ( 1145): Cdma Subscription set to 1 I/RILC( 986): libril: new connection I/RILC( 986): R

[android-porting] Re: Deactivating keyguard OR disabling lockscreen by touch

2011-05-10 Thread Phillip Durdaut
In one sentence: I want to disable the keyguard without disabling the lockscreen :) 2011/5/10 Phillip > Hello! > Our special device running Android gingerbread does not have any keys > like home or back in hardware. So I have connected an USB keyboard, > but hust for testing. later the device sh

[android-porting] Deactivating keyguard OR disabling lockscreen by touch

2011-05-10 Thread Phillip
Hello! Our special device running Android gingerbread does not have any keys like home or back in hardware. So I have connected an USB keyboard, but hust for testing. later the device should only be controlled by touching the display. The problem with which I am fighting currently, is the keyguard/

Re: [android-porting] RIL stalls when setting /dev/ttyS0 permisions in init.rc

2011-05-10 Thread Hamilton Vera
You may take a look at ./system/core/init/devices.c { "/dev/ttyS0", 0666, AID_RADIO, AID_RADIO, 0 }, []'s Hamilton Vera On Tue, May 10, 2011 at 1:02 PM, Jacky.Seraph Mun wrote: > Are you sure it's the permission problem that resulted in the failure > of enabling RIL daem

Re: [android-porting] RIL stalls when setting /dev/ttyS0 permisions in init.rc

2011-05-10 Thread Jacky.Seraph Mun
Are you sure it's the permission problem that resulted in the failure of enabling RIL daemon? What's the radio log saying? And maybe you can try "chown radio /dev/..." instead. Jack 2011/5/10 JP : > Hi All, > I'm new to Android and am confounded with this RIL/phone services > issue in Gingerbread

[android-porting] Re: kernel built error

2011-05-10 Thread Ashwini Singh
Hi Krishna, First of all, please check if you have prebuilt toolchain in your codebase. If not 'git' clone it. after that, jump to the ../prebuilt and select your host. If you are using ubuntu (say), jump to ../prebuilt/linux-86 then, 'toolchain' ../prebuilt/linux-86/toolchain Now, you'll see

[android-porting] errors while building gingerbread on AMD athlon 64

2011-05-10 Thread sreekanth bolloju.sr
Hi I am trying to build gingerbread on an AMD athlon64 machine. i am geting the following No such file or directory error: Lunch menu... pick a combo: 1. generic-eng 2. simulator 3. full_passion-userdebug 4. full_crespo-userdebug Which would you like? [generic-eng] 1 /bin/bas

[android-porting] RIL stalls when setting /dev/ttyS0 permisions in init.rc

2011-05-10 Thread JP
Hi All, I'm new to Android and am confounded with this RIL/phone services issue in Gingerbread 2.3.3. Kernel : 2.6.32. Any help/guidance will be much appreciated. >From adb shell: $chown system.radio /dev/ttyS0 enables RIL services and can make phone calls. Similar entry in init.rc : chown sy

[android-porting] using DOM API to enable browser plugin

2011-05-10 Thread allstars
hi I would like to run SampleBrowserPlugin but not using plain tag I would like to use dom api instead like object = document.createElement("object"); ... but I am not sure how to add the inside do you have any tips for that ? I have tried some but none of them work and it crashes in libsampl

[android-porting] suspend/resume issues still unsolved

2011-05-10 Thread Ben Dooks
I've returned to looking at the resume issue with our current Android port (generic build of 2.3.2, with a 2.6.37 android kernel with support added for our board). The problem is, as previously stated that the system immediately shuts itself back down when you hit a resume source. We have fixed t