[android-porting] how enable LAN in eclairs

2010-05-19 Thread Krishna Mohan
Hi, Please let me know how to enable LAN (not WiFi) in android eclairs, I have a developement board which right now has only LAN settings and i want to access internet using it. Regards, -D Krishna Mohan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google

Re: [android-porting] what is the kernel process to manage the device i/o ctrl?

2010-05-19 Thread xingchao wang
hi, 2010/5/17 chungae9ri > Hi, all. > Kernel is composed of many processes like kthreadd, ksoftirqd, ... > so what is the process(task) of kernel which respond to the driver I/O > control which is called from user space app? > > That's a mistake concept. User space App communicates with Kernel d

[android-porting] [patch]Android Support LCD 32BPP

2010-05-19 Thread xingchao wang
Hi, There once be a similar patch( http://code.google.com/p/patch-hosting-for-android-x86-support/downloads/detail?name=32bpp.patch) but not for Android 2.1. Android 2.1 has changed much so i rewrote a patch to make Android Support 32bpp mode. If you want to use default 16bpp, redefine the HAVE_A

[android-porting] how to android-x86 in QEMU-KVM - queries

2010-05-19 Thread sreenaath vasudevan
Hi I ve built 'android-x86 generic_x86' target (from latest sources as described @ http://www.android-x86.org/getsourcecode ) and I am trying to run it on QEMU-KVM in ubuntu-9.10 on Thinkpad T400. I ran in to problem which I posted earlier in this thread ( http://groups.google.com/group/android-x86

Re: [android-porting] HAwkboard + Java5 +App

2010-05-19 Thread Deva R
is android booted in hawkboard?? ready Ports are available, in embinux.. and can you try options like J2Android, to make your app run on android?? I havent tried myself, but regular java apps can be converted to .dex executables, so they will run on dalvik VM in android. On Wed, May 19, 2010 at

Re: [android-porting] query for Android toolchain

2010-05-19 Thread Deva R
>2. how to compile bionic library using Android.mk script . Do you meant to build bionic alone?? you can do localized quick builds for a sub-dir in below steps source /build/envsetup.sh cd /bionic mm >1. can we recompile android toolchain for ARM 'm not aware rt now., need to check On Wed,

Re: [android-porting] Re: Android eclair 2.1 - problem to get dns through dhcpcd in wifi network

2010-05-19 Thread Robert Greenwalt
On Wed, May 19, 2010 at 1:16 PM, supermaximus79 wrote: > Solution. > > 1) Open external/dhcpcd/Android.mk and uncomment next lines: > > include $(CLEAR_VARS) > LOCAL_MODULE := dhcpcd.conf > LOCAL_MODULE_TAGS := user > LOCAL_MODULE_CLASS := ETC > LOCAL_MODULE_PATH := $(etc_dir) > LOCAL_SRC_FILES :=

[android-porting] Query for Android toolchain

2010-05-19 Thread ak
Hi All, I have downloade android packag from http://source.android.com/download in that cross toolchain is already there, And I am able to compile it. I am having the following query 1. can we recompile android toolchain for ARM . 2. how to compile bionic library using Android.mk script . -- u

[android-porting] Keyevent not support the long-pressed behavior entering screen-off mode

2010-05-19 Thread Shawn
Hi All, In default behavior, I found system not supprot the long-pressed behavior entering screen-off mode based on OS Donut or Eclair. Any suggestion for this issue? Many Thanks, Shawn -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/andro

[android-porting] Re: Two camera on Android

2010-05-19 Thread Daiane
I'm trying to undestand the camera stuff too. My first question on this is how can I configure Camera.apk to use some /dev/videoX? Daiane On May 13, 4:04 am, nvstp wrote: > Hi, > I'm also interested. Should we modify framework to implement this? > But this will modify standard SDK which I think

[android-porting] SV: Data connection via cell modem (GPRS)

2010-05-19 Thread Uhrenfeldt Henrik
Hi Mike! Yes, it is local-ip that needs to be passed back. What is in the other elements of response[]? Output from logcat -b radio would be useful here - it tells something about what Android thinks is its connection. Also, if you have an ip and can ping stuff from the shell, your apn is corr

[android-porting] Compilation Error while building vanilla eclair code on Ubuntu Virtual Machine

2010-05-19 Thread Android Techies
Hi All, I am facing a compilation error while building eclair google code from their git. I am following step by step as recommeneded in source.android.com but it fails when doing a 'make'. Using a Ubuntu Virtual Machine with Sun Java 5. Any pointers how to resolve this: collected 3102 test metho

[android-porting] Re: About boot from SD card

2010-05-19 Thread ran
May be some idea from here: http://code.google.com/p/android-on-freerunner/issues/detail?id=7&colspec=ID%20Type%20Status%20Priority%20Owner%20Summary%20BuildVersion%20AndroidVersion%20Component help you. On 19 май, 05:38, Weber wrote: > Thank you for your reply > > I have try a partition ext3 and

Re: [android-porting] Re: Using Existing H264 decoders

2010-05-19 Thread Akash Choudhari
Alternatively, you can try going to respective folders and do ~ ~mydroid/frameworks/base/media/libstagefright$ mm BUILD_WITH_FULL_STAGEFRIGHT:=true ~/mydroid/frameworks/base/cmds/stagefright$ mm BUILD_WITH_FULL_STAGEFRIGHT:=true - Akash On Wed, May 19, 2010 at 12:04 PM, NimeshChanchani wro

[android-porting] Disable dexopt

2010-05-19 Thread AndroidPorter
Hi, When I build framworks/base/services/java, push it to the phone for testing, and restart, i get a lot of dex optimizations for every apk in the system. It takes a lot of time, how can i avoid this ? it doesn't happen when i rebuild and update other parts of the system like frameworks/base. 10

[android-porting] Password lock screen in android

2010-05-19 Thread Akash
Hi, Our team is is planning to add password based lock screen in android. In the current android release only screen lock and pattern lock are present. Password based lock screens are not there. We are planning to implement it such that on device bootup the activity will get launched and the user

[android-porting] System not support the long-pressed behavior entering screen-off mode

2010-05-19 Thread Shawn
Hi All, In default behavior, I found system not supprot the long-pressed behavior entering screen-off mode based on OS Donut or Eclair. I tried to set the wake flag in the KeyMapLayout config, and it didn't work. If adding the long-pressed behavior in this scenario, any suggestion for this issue?

[android-porting] sysinfo function porting to NDK

2010-05-19 Thread C Alert
Hi, I'm porting Linux C code to NDK. I was used sysinfo interface in my code. When i compile the souce code , i get the following error. undefined reference to `sysinfo' collect2: ld returned 1 exit status We have include the header file such as #include But still the problem is happen.

[android-porting] query for Android toolchain

2010-05-19 Thread ak
Hi All, I have downloade android packag from http://source.android.com/download in that cross toolchain is already there, And I am able to compile it. I am having the following query 1. can we recompile android toolchain for ARM . 2. how to compile bionic library using Android.mk script . Than

[android-porting] Audio Recording from line-in in Eclair

2010-05-19 Thread Krishna Mohan
Hi, I have trouble recording audio from line-in. If i record for say 30secs and then when i try to playback that .3gpp file...it plays for approx 1/3rd the actual recorded time. Also the audio playback is 4x the actual speed. The above problem is in Android UI using SoundRecorder application. If

[android-porting] Re: Android eclair 2.1 - problem to get dns through dhcpcd in wifi network

2010-05-19 Thread supermaximus79
Solution. 1) Open external/dhcpcd/Android.mk and uncomment next lines: include $(CLEAR_VARS) LOCAL_MODULE := dhcpcd.conf LOCAL_MODULE_TAGS := user LOCAL_MODULE_CLASS := ETC LOCAL_MODULE_PATH := $(etc_dir) LOCAL_SRC_FILES := android.conf include $(BUILD_PREBUILT) by default they are commented. 2

[android-porting] Re: Data connection via cell modem (GPRS)

2010-05-19 Thread M&M stich
Hi Henrik First response element is "1", the context ID (CID) of the modem. Second is "gprs", since we found places in the RIL.java where is uses this for the center element of the properties, i.e. net.gprs.dns1 and others. Third is the local-ip Ping does work, including with DNS, i.e. ping www.go

Re: [android-porting] Re: Android eclair 2.1 - problem to get dns through dhcpcd in wifi network

2010-05-19 Thread Robert Greenwalt
weird - I checked my devices and it is of course present.. If you know the default build comments it out you could file a bug against it. Sry about the hassle and congratulations on your progress! R On Wed, May 19, 2010 at 11:17 AM, supermaximus79 wrote: > Solved. The problem was because there

Re: [android-porting] Re: About boot from SD card

2010-05-19 Thread Akash Choudhari
In case your card is partitioned as ext3 only, you should not use "p1" in mmc name - Akash On Wed, May 19, 2010 at 7:02 AM, Ashwin Bihari wrote: > Here are the possible scneario's, assuming you have NAND and SD card. > > 1) Bootloaders, Kernel and RFS on NAND, so you boot entirely without an SD

[android-porting] Re: Android eclair 2.1 - problem to get dns through dhcpcd in wifi network

2010-05-19 Thread supermaximus79
Solved. The problem was because there wasn't dhcpcd.conf file on my file system. i don't know why, but by default it is commented in Android.mk On May 18, 1:12 pm, supermaximus79 wrote: > Hello Robert! > Today i debugged 20-dns.conf script and found the problem. > It's a content of 20-dns.conf sc

[android-porting] Re: Data connection via cell modem (GPRS)

2010-05-19 Thread M&M stich
Hi Henrik, Thanks much for your help. Got the data call up and running, seems stable. Seems like you just can't put the response[2] pointer into the property_get call for some reason. Thought I had it initialized large enough also. Oh well. Now the web browser seems to hang, log msgs indicate it

[android-porting] Re: phonet + android

2010-05-19 Thread DJ_Steve
ok ive made a bit of progress myself here but im not baffled. i have a program that i run in one of my init scripts called pnatd which basicly opens a psudo terminal that parses at commands and passes them on to the phonet device. i can happily use this inside of my devices native os (maemo 5) an

[android-porting] Re: Using Existing H264 decoders

2010-05-19 Thread NimeshChanchani
Thx a lot dude!! but I guess i'm having trouble with buildspec.mk . i copied buildspec.mk.default to buildspec.mk . added BUILD_WITH_FULL_STAGEFRIGHT. And I also changed TARGET_BUILD_TYPE to debug. but when i "make cleaned" and then gave make , I got the following : .It has got TARGET_BUILD_TYPE=r

[android-porting] Re: Has anyone ported to Gumstix Overo lately?

2010-05-19 Thread Shane Frasier
Shane Frasier writes: > > Hi Raj, > > Did Android boot for you after this? Thanks to your post I was able to > build the bz2, but then when I try to boot my Gumstix I get: > > Kernel panic - not syncing: Attempted to kill init! > > which I think means init is dying. > > Shane > As an up

[android-porting] Porting Android on Motorola Milestone

2010-05-19 Thread prajakta choudhari
Dear All: I am trying to compile and port android on Motorola Milestone. Are the steps same as that of nexsus one. I have just started to work on the platform. Do i have to use the Cyanogen project to port android on motorola milestone phone?? thank you Regards, Prajakta -- unsubscribe: androi

Re: [android-porting] Re: Using Existing H264 decoders

2010-05-19 Thread Deva R
>Has anyone tested stagefright with a video file? does it work? i've tested video/audio decoding using stagefright.. it works straight away for PV OMX components, but required few fixes for our new hw codecs. >once i enable all the macros how do I test stagefright player? u can run below commands

[android-porting] Re: Using Existing H264 decoders

2010-05-19 Thread NimeshChanchani
Has anyone tested stagefright with a video file? does it work? once i enable all the macros how do I test stagefright player? also what did you mean by " run 'stagefright ' to see the behavior. " Also I saw one test app "/home/nimesh/android/frameworks/base/media/ tests/MediaFrameworkTest" Does

Re: [android-porting] Re: About boot from SD card

2010-05-19 Thread Ashwin Bihari
Here are the possible scneario's, assuming you have NAND and SD card. 1) Bootloaders, Kernel and RFS on NAND, so you boot entirely without an SD card 2) Bootloaders, Kernel on NAND, RFS on SD card 3) Bootloaders on NAND, Kernel on VFAT partition and RFS on EXT3 partiion of SD card 4) Bootloaders,

Re: [android-porting] download problem

2010-05-19 Thread Rakesh Kumar
Hi, After downloading the pdf reader, problem got solved on emulator but not on my hardware. On hardware it is showing "Waiting for connections error". Please help me out. Thanks Rocky On Tue, May 18, 2010 at 12:48 PM, Matthew Levitt wrote: > http://code.google.com/p/droidreader/ (free) >