[android-porting] how to port android for x86 desktop?

2009-05-30 Thread dhananjay
I have built android x86 cupcake. i am trying to bring it on my x86 desktop pc.after booting it was showing some issues related to framebuffer so to fix them i built 3 new kernel modules as follows intelfb.ko i915.ko i2c-.ko as per latest instruc

[android-porting] noser android comments??

2009-06-08 Thread dhananjay
internet based connectivity apps? dhananjay --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: GSM Modem

2009-06-08 Thread dhananjay
upgrade the modem part (connectivity options like wimax/wifi/3g/2g etc) without disturbing main host apps. or otherwise bad side it will cost high than integrated SoC type solutions compare volumn cost msm7201 to pxa320+hc25 RIL driver is not available for android from hc25 makers but for

[android-porting] binder driver problem

2009-06-08 Thread dhananjay
er protocol does not match user space protocol! E/ProcessState( 587): Binder ioctl to set max threads failed: Bad file descriptor Regards dhananjay --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.goog

[android-porting] android boot up issues

2009-06-15 Thread dhananjay
Hi All, Trying to port android on ppc64 platform. i have almost build everything for pp64 target but while booting it is showing me following errors. and not able to see UI screen i am getting is there dexopt error having any connection with Resource no

[android-porting] getting java exception during bootup

2009-06-16 Thread dhananjay
Hi All, I am trying to bring android on ppc64 platform .i have got whole android source almost compiled when i am trying to boot from target board not able to see UI screen.instaed of that on console it is throwing followingg exception. here i m attaching o/p of logcat. D/ Andro

[android-porting] About aapt failure

2009-07-23 Thread dhananjay
.does anybody know anything about this? please let me know. Regards, Dhananjay --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] VM cant allocate us 300 byte

2009-08-12 Thread dhananjay
Hi All while running android for my ppc64 target system i'm getting following errors. while booting and m not able to see UI launcher. E\dalvikvm VM can't allocate us 300 byte. D\ vm thread exiting with uncaugt exception. does anybody having any idea abou

[android-porting] about framebuffer issue in android

2009-09-24 Thread dhananjay
Hi All In android fb support is for 16bpp , i have target board which doesnt support 16 bpp so i changed it to 32 bpp in EGLDisplaySurface.cpp , i made following changes in that file these are my changes info.bits_per_pixel = 32; /* Explicitly request 5/6/5 -- Not now anyway

[android-porting] debugging parcel.cpp file

2009-09-27 Thread dhananjay
g any idea where to specify correct byte order in order to have IPC running on my big endian system. Regards, Dhananjay --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] how to call shell script from init.rc

2009-11-03 Thread dhananjay
Hi All, I want to call my own shell script , from init.rc file of android while android boots up. i tried using following syntax for that service script /system/bin/sh /system/etc/my_script.sh group system oneshot but init.rc is not executing my_script.

[android-porting] Android port to MIPS arch

2009-12-21 Thread dhananjay
ards, Dhananjay -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] dexopt BUS error , optimization failed

2010-03-01 Thread dhananjay
Hi all, Trying to port dalvikvm on MIPS board , but while running dexopt i'm getting BUS error , below is the o/p of logcat command. V/dalvikvm( 367): DexOpt: locking cache file /data/dalvik-cache/ sys...@framework@core@classes.dex (fd=7, boot=1) V/dalvikvm( 367): DexOpt:

[android-porting] About porting of bionin libc

2008-12-03 Thread dhananjay
Hi all, can anybody tell me what are the factors in bionic libc which are not compatible with gnu libc?plz reply. --~--~-~--~~~---~--~~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~--~~~

[android-porting] About Analysis of Bionic libc

2008-12-03 Thread dhananjay
Hi All, i want to analyse the basic dependencies which are required to analyse to actually port android on some embedded platform? e.g its support to networking,file system its POSIX compliance ,and all the other dependencies which are really need to taken in to consideration while port

[android-porting] analysis of media player library

2008-12-03 Thread dhananjay
Hi all, i want to know POSIX compliance of media player library.and what are the other factors which need to be taken in to consideration while porting it on to some another paltform? Regards, Dhananjay --~--~-~--~~~---~--~~ unsubscribe: [EMAIL

[android-porting] about porting of android

2008-12-18 Thread dhananjay
about the changes that i need to do?i am completely newbie to this so i dont know from where to start? please replay. Regards. Dhananjay --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android

[android-porting] about 64 bit compiler

2008-12-24 Thread dhananjay
Hi All, I want to compile whole source code by using 64 bit compiler for ppc can any body tell me how to do that? what changes do i need to do for that? please reply. Regards, DJ --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegrou

[android-porting] About 64 bit compiler

2008-12-25 Thread dhananjay
Hi All, I want to compile whole android source code on my 32 bit linux m/c by using 64 bit ppc compiler ,what are changes do i need to do in make file and from where to start for making changes and starting initial build ? can anybody tell me please reply regards, HK --~--~-~--

[android-porting] About building Single module

2008-12-25 Thread dhananjay
Hi All, can anybody tell me that how to build single module at a time from android source code? Is there any way to build module like sqlite only from whole source code . Plesse reply me. Regards, Dhananjay

[android-porting] About building single module

2008-12-29 Thread dhananjay
Hi All, I want to build single module of android source code by using ppc64 bit compiler(Toolchain).can anybody tell me how to build single module like "aidl " by cross toolchain? please reply. Regrads, DJ --~--~-~--~~~---~--~~ unsubscribe: android-port

[android-porting] about makefile structure

2009-01-05 Thread dhananjay
Hi All, I want to know about makefile structure of android.eg for "make aidl" which makefile it is calling for building of this module and order of calling .can anybody tell me about calling sequence of makefile for single module. Regards, DJ --~--~-~--~~~---

[android-porting] About target compiler

2009-01-05 Thread dhananjay
Hi All, Actually I am doing cross compilation by using ppc64 bit toolchain, For that purpose I changed following file . TARGET_ARCH,TARGET_OS, in android/build/core/envsetup.mk Then I hard coded build path ABP to bin of toolchain. Then I changed build/core/combo/select.mk I hard coded valu

[android-porting] about building of source code

2009-01-09 Thread dhananjay
Hi All, I want to build source code on my linux m/c for windows .what is procedure to build source code from linux m/c to create executables for windows? Regards, DJ --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] acp is not building on my m/c.

2009-01-10 Thread dhananjay
Hi All, while in normal build "make acp" in dir out/host/executable/ inr.../ it is creating 3 files in out dir such as acp, acp.o acp.p in which acp is host executable ,from acp.o acp.P it is building this host executable acp ,i am using some diff compiler to generate .o and .

[android-porting] About android on x86

2009-02-12 Thread dhananjay
Hi All, I want to build android on my linux x86 core 2 duo m/c. (ubuntoo) . can anybody tell me the steps to build android source for x86 architecure for my desktop system.and also the url from where we can download source for x86 architecture. Regards, DJ --~--~-~--~

[android-porting] about running gdbserver on emulator

2009-02-16 Thread dhananjay
Hi All, I want to know how to run gdbserver on emulator ,which is running on the same system. i have tried by using link below http://honeypod.blogspot.com/2008/01/debug-native-application-for-android.html but i have compiled native hello world application by using arm toolc

[android-porting] About getting log messages

2009-04-20 Thread dhananjay
Hi All, I want to know how to get log by using logcat binary? i have built dalvikvm binary on my ppc64-linux m/c but while running it is giving me seg fault ,so i want to observe log ,i have android kernel running on my system but i dont know which kernel module do

[android-porting] Re: how to port android for x86 desktop?

2009-06-01 Thread Dhananjay Joshi
On Mon, Jun 1, 2009 at 8:27 AM, Yi Sun wrote: > > Try to use VESA driver first to see if you can boot. > On Sat, 2009-05-30 at 23:22 -0700, dhananjay wrote: > > I have built android x86 cupcake. i am trying to bring it on my x86 > > desktop pc.after booting it wa

[android-porting] Re: how to port android for x86 desktop?

2009-06-01 Thread Dhananjay Joshi
On Mon, Jun 1, 2009 at 9:39 PM, Yi Sun wrote: > > Two choices: > 1. use fb driver for intel 82q35 (I don't know which driver it is) > 2. usb vesa fb driver > On Mon, 2009-06-01 at 19:51 +0530, Dhananjay Joshi wrote: > > > > > > On Mon, Jun 1, 2009 at 8:27

[android-porting] Re: conatct/calender/dialer does not launch

2009-08-12 Thread Dhananjay Joshi
On Wed, Aug 12, 2009 at 11:15 AM, Yi Sun wrote: > In the res directory, add notouch for each finger directory > > On Tue, Aug 11, 2009 at 10:37 PM, vinay harugop wrote: > >> >> hello, >> >> I have android 1.5 running on developer board which does not have >> touhchscreen and all keboard keys are

[android-porting] Re: debugging parcel.cpp file

2009-09-29 Thread Dhananjay Joshi
> effort. > > On Sun, Sep 27, 2009 at 11:30 PM, dhananjay wrote: > >> >> Hi All, >> i'm trying to port android on my big endian platform , and >> m getting issues in IPC communication bider . object written by one >> procees coudnt be read b

Re: [android-porting] Android port to MIPS arch

2009-12-21 Thread Dhananjay Joshi
> > On Mon, Dec 21, 2009 at 12:19 PM, Carlos PiƱeiro > wrote: > > Look at www.mipsandroid.org > > Regards > > > > 2009/12/21 dhananjay > >> > >> Hi All, > >> Does Anybody know about android MIPS porting, previously i > >

Re: [android-porting] esc key-mapping

2010-01-17 Thread Dhananjay Joshi
add entry for escape key in your qwerty.kl file . key no is 1.it will work. On Mon, Jan 18, 2010 at 10:30 AM, linux newbie wrote: > Hi, > > I booted Android for "generic" product. > In the system/usr/keylayout/qwerty.kl there is no mapping for Escape Key. > > As our target doesn't have touch scre

Re: [android-porting] esc key-mapping

2010-01-17 Thread Dhananjay Joshi
add like this. key 1 BACK On Mon, Jan 18, 2010 at 11:17 AM, linux newbie wrote: > I tried the following before. Please let me know, if it is wrong. > > key 1 ESCAPE > > On Mon, Jan 18, 2010 at 4:18 PM, Dhananjay Joshi < > dhananjayingr...@gmail.com> wrote: > >

[android-porting]

2010-04-10 Thread Dhananjay Joshi
http://IsbelSloop1303.co.cc -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting To unsubscribe, reply using "remove me" as the subject.

[android-porting] Re: About building Single module

2008-12-25 Thread Dhananjay Joshi
rote: > Please stop crossposting. > > You build sqlite by typing "make sqlite" The build system will build any > goal that appears in the Android.mk files on the LOCAL_MODULE line. > > -joe > > > > On Fri, Dec 26, 2008 at 12:06 AM, dhananjay wrote: >

[android-porting] Re: About building Single module

2008-12-25 Thread Dhananjay Joshi
o..sorry my mistake it is "make sqlite3" Thanks Joe for help On Fri, Dec 26, 2008 at 11:26 AM, Dhananjay Joshi < dhananjayingr...@gmail.com> wrote: > Hi Joe thanks for reply, > I am doing "make sqlite" from top of tree but getting error as > ---

[android-porting] Re: Dalvik VM init failed (check log file)

2009-04-09 Thread Dhananjay Joshi
On Thu, Apr 9, 2009 at 10:45 PM, fadden wrote: > > On Apr 9, 12:10 am, dj wrote: > > thats why returnig false from this function in casuses dvmabort() to > > fail at following location > > > > 0x0feacd38 in dvmAbort () at dalvik/vm/Init.c:1433 > > 1433*((char*)0xdeadd00d) = 38; > > and

[android-porting] Re: Dalvik VM init failed (check log file)

2009-04-12 Thread Dhananjay Joshi
On Fri, Apr 10, 2009 at 10:32 PM, fadden wrote: > > On Apr 9, 11:26 pm, Dhananjay Joshi > wrote: > > > The log file will have an indication of what went wrong. > > >Actually i dont know how to check messages in /dev/log > > directory? > >

[android-porting] Re: Dalvik VM init failed (check log file)

2009-04-12 Thread Dhananjay Joshi
On Mon, Apr 13, 2009 at 10:07 AM, Dhananjay Joshi < dhananjayingr...@gmail.com> wrote: > > > On Fri, Apr 10, 2009 at 10:32 PM, fadden wrote: > >> >> On Apr 9, 11:26 pm, Dhananjay Joshi >> wrote: >> > > The log file will have an indication of wh

[android-porting] Re: Dalvik VM init failed (check log file)

2009-04-14 Thread Dhananjay Joshi
On Mon, Apr 13, 2009 at 11:32 AM, Avtar Singh wrote: > > as i have android kernel running on my ppc64 m/c , on top of that am trying >> to run dalvikvm executable , how can i run logcat command from shell? as >> it is not recognising dalvikvm's internal command. >> > > Do you see the shell prompt

[android-porting] Re: Dalvik VM init failed (check log file)

2009-04-14 Thread Dhananjay Joshi
On Tue, Apr 14, 2009 at 12:57 PM, Dhananjay Joshi < dhananjayingr...@gmail.com> wrote: > > > On Mon, Apr 13, 2009 at 11:32 AM, Avtar Singh wrote: > >> >> as i have android kernel running on my ppc64 m/c , on top of that am >>> trying to run dalvikvm executa

[android-porting] Re: Porting Bionic to PowerPC - Modifying makefiles?

2009-05-13 Thread Dhananjay Joshi
On Wed, May 13, 2009 at 2:41 PM, David Turner wrote: > You will need to modify the build system to work well with > TARGET_ARCH=powerpc > (and I think it would be more reasonable to use TARGET_ARCH=ppc, but still) > > For example, you need at the minimum to write a file named > build/core/combo/l