Re: [android-porting] Crazy Idea

2012-02-29 Thread Avtar Singh
Not possible unless all the OEMs in the world start wearing the same uniform :-). IMHO- impossible, improbable, ... And if all the OEMs do start wearing the same uniform, then, why, we will not need such a website at all because Google would have it built-in :-) Welcome to the practical world :-)

Re: [android-porting] Re: Announcement: [New project] Build and run only Dalvik

2010-01-07 Thread Avtar Singh
Hi Martin, The purpose is to isolate Dalvik and its dependencies from rest of the Android stack. It is for those times when you have a look at the entire Android stack and have a thought like: Hmm. I would like to know only Dalvik code and its dependencies and am really not interested in the

[android-porting] Re: Announcement: [New project] Build and run only Dalvik

2010-01-05 Thread Avtar Singh
-arm.mk to point to your toolchain. However, 3.4.1 seems to be a bit old. Avtar On 2009年10月12日, 午後3:02, Avtar Singh s.av...@gmail.com wrote: On Oct 9, 1:30 pm, Rakesh Kumar rakesh.y...@gmail.com wrote: Currently you are using Bionic to build the Dalvik. Please help me If I

[android-porting] Re: Announcement: [New project] Build and run only Dalvik

2009-10-12 Thread Avtar Singh
On Oct 9, 1:30 pm, Rakesh Kumar rakesh.y...@gmail.com wrote: Currently you are using Bionic to build the Dalvik. Please help me If I want to use glibc to build dalvik. How should I proceed? On Fri, Oct 9, 2009 at 8:30 PM, Jimmy-Creupagu jamai5...@gmail.com wrote: but I've

[android-porting] Re: Dalvik virtual machine

2009-10-01 Thread Avtar Singh
I guess a few people have already responded with a possible approach. There are no steps as to how to go about it. The IDVK project helps you cut down on the code that you need to look at, especially if you are beginning to tackle Dalvik first. There is currently a substantial dependency on the

[android-porting] Re: Dalvik virtual machine build on x86

2009-09-29 Thread Avtar Singh
How to build: http://code.google.com/p/dvk/wiki/Installing How to run inside a virtual machine: http://groups.google.com/group/android-porting/msg/32b3709b4ae4f1d5 Are you not able to build / getting any errors while building? On Tue, Sep 29, 2009 at 3:08 PM, Rakesh Kumar rakesh.y...@gmail.com

[android-porting] Re: Dalvik virtual machine build on x86

2009-09-29 Thread Avtar Singh
It is the idvk file you see in the folder where you have extracted idvk.tar. Typing ./idvk instead of ./idvk.sh will do fine: ./idvk get ./idvk build x86 On Tue, Sep 29, 2009 at 3:24 PM, Rakesh Kumar rakesh.y...@gmail.com wrote: I am sorry but I am not able to find any idvk.sh file. Rakesh

[android-porting] Re: Dalvik in J2EE : running tomcat on dalvik

2009-08-07 Thread Avtar Singh
Good work, Liuhy! Have you been able to run on a desktop with glibc? or bionic? On Thu, Aug 6, 2009 at 8:08 PM, liuhyliuhuaiy...@gmail.com wrote: hi  everybody . I  successful running tomcat on dalvik vm recently. Maybe the first new to do this .  I think , dalvik can be used in J2EE realm

[android-porting] Re: Hi

2009-07-20 Thread Avtar Singh
Great! I will test and get back to you. Meanwhile, I have added the source files in the SVN repository now (in the project). So, it will be easier for you to push your files. On Sun, Jul 19, 2009 at 8:22 AM, liuhyliuhuaiy...@gmail.com wrote: hi , i hava write a sample . but it run in debug

[android-porting] Re: Hi

2009-07-17 Thread Avtar Singh
yes , on January i do it . i can write a sample. Thanks! ok, debug is a very importance step to find the runtime problem. I build your project succeed . you just make it in release mode . can we add debug mode in your script? Sure! a question? how to boot your image ? just like eepc

[android-porting] Re: Announcement: [New project] Build and run only Dalvik

2009-07-16 Thread Avtar Singh
I would like to setup a project on Google Code to share these scripts (and develop them further) if there is sufficient interest. The project has been created and can be accessed at http://code.google.com/p/dvk. Anyone who wishes to download and test can do so now. Of course, any feedback for

[android-porting] Hi

2009-07-16 Thread Avtar Singh
Hi Liuhy, I have created the project at http://code.google.com/p/dvk. Please see if it is useful to you and let me know what user role should I create for you. Regards, Avtar Singh On Wed, Jul 15, 2009 at 7:58 PM, liuhyliuhuaiy...@gmail.com wrote: hi  avtar can i  join? I also run servel

[android-porting] Announcement: [New project] Build and run only Dalvik

2009-07-15 Thread Avtar Singh
Hello folks, I have been working on a set of scripts that would isolate Dalvik Virtual Machine's artifacts from the Android source code tree. This means: - Get only those source code artifacts that are required to build Dalvik - Make some necessary patches that might be required to build

[android-porting] Re: Announcement: [New project] Build and run only Dalvik

2009-07-15 Thread Avtar Singh
Great Job Avtar ! Canonical had recently shown android apps running on ubuntu. Thanks! Quite interested in having this working on ARM along with other linux applications. Are you able to run android apps on top of Xorg ? I have not tested Xorg. I have just tested simple Hello, World like

[android-porting] Re: Announcement: [New project] Build and run only Dalvik

2009-07-15 Thread Avtar Singh
hi avtar can i join? I also run servel example in dalvik on x86 Sure- anyone who is interested may join. I will publish the details soon. Thanks. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Error in running DVM test application on linux-x86

2009-07-06 Thread Avtar Singh
Hi Sivan, I am trying to run the DVM test application on linux-x86 given in the myandroid/dalvik/tests using the command ./tests/run-test 002 Have you built for x86 or arm? What is contained in your out/target/product folder? --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] Re: Error in running DVM test application on linux-x86

2009-07-06 Thread Avtar Singh
That builds for the ARM target by default. You have to do some settings before running make for x86. Check the following thread: http://groups.google.com/group/android-porting/browse_thread/thread/ab553116dbc960da/d6d21a66443d2758?lnk=gstq=x86+desktop+build#d6d21a66443d2758 However, note that

[android-porting] Re: Starting Porting

2009-04-22 Thread Avtar Singh
I would like to port Android on two different devices with not ARM architecture both, one with an OS not linux; the second with linux os. Do you think it should be possible for the first one? for the second? Android is supported only on ARM and x86 as yet as per my understanding. And x86

[android-porting] Re: Compile Again after new bzImage

2009-04-21 Thread Avtar Singh
Where am I going wrong? You are not going anywhere. It is the way dependencies have been set in the makefiles. But your installer_img should have built again without you having to compile everything again. I am trying to find out if there is a way to do this in a shorter time to incorporate

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

2009-04-13 Thread Avtar Singh
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? Type in logcat at the shell prompt. also when i tried

[android-porting] Android on x86/Eee701: Recompiling the kernel

2009-03-23 Thread Avtar Singh
I can build Android for x86-EeePC using the steps listed in the following posts (thanks to Chen and everyone else). I am also able to launch Android in a VirtualBox virtual machine. http://groups.google.com/group/android-porting/msg/2dedc5fe7ad58ed3?pli=1 Installation in VMWare:

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-03-22 Thread Avtar Singh
The following posts from Chen helped me greatly. Just followed steps listed by Chen and I could run Android in VirtualBox. - Avtar You may be able to reference these posts: Create the installed image directly from the source:

[android-porting] Re: x86- what to provide instead of /dev/block/sdb2 when running in Virtual Box?

2009-02-22 Thread Avtar Singh
Hope it helps! Bingo! It is now running in VirtualBox. Thanks a lot! Avtar --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] x86- what to provide instead of /dev/block/sdb2 when running in Virtual Box?

2009-02-21 Thread Avtar Singh
source for the system/data images which obviously does not exist in my case. What should I change this to so that the init script continues running? Thanks, Avtar Singh --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

[android-porting] Re: 'cc1plus': execvp: No such file or directory

2009-02-16 Thread Avtar Singh
gcc: error trying to exec 'cc1plus': execvp: No such file or directory Looks to be missing toolchain binaries or incorrect paths to them. Have you got the entire Android git tree? Are you using any toolchain other than that provided in Android source tree? On Mon, Feb 16, 2009 at 9:22 PM,

[android-porting] Re: Android porting on Qemu

2009-02-16 Thread Avtar Singh
On my windows environment, I am installing 2.6.24 kernel, and on that I plan to port Middleware ( Android file-system, ARM file-simulation), on then Dalvik VM, finally I wish to run any android application on that. I am sure you now have clue what I intend to do. Absolutely no clue. I am