Re: [android-developers] Re: system/bin/dalvikvm command/

2012-01-26 Thread nir apple
i am sorry for the inconvenience, i didn't know that this is the forum focus Nir 2012/1/25 Mark Murphy > On Wed, Jan 25, 2012 at 4:09 PM, nir apple wrote: > > in general i want to open a new process, not forked from the zygote > > process... > > do you know of wa

Re: [android-developers] Re: system/bin/dalvikvm command/

2012-01-25 Thread nir apple
in general i want to open a new process, not forked from the zygote process... do you know of way to do this? thank Nir 2012/1/25 Kristopher Micinski > On Wed, Jan 25, 2012 at 1:46 PM, nir apple wrote: > > Thanks for the answer, but I already looked at these sites. there I foun

Re: [android-developers] Re: system/bin/dalvikvm command/

2012-01-25 Thread nir apple
looking Nir בתאריך 25 בינו 2012 20:32, מאת "nir apple" : > > בתאריך 25 בינו 2012 01:23, מאת "Kristopher Micinski" < > krismicin...@gmail.com> : > > > > I should mention: why are you doing this? > > > > If you feel like you need to do this

Re: [android-developers] Re: system/bin/dalvikvm command/

2012-01-25 Thread nir apple
rror/docs/hello-world.html > > > > http://www.netmite.com/android/mydroid/2.0/dalvik/docs/embedded-vm-control.html > > > > will be of interest to you.. > > > > kris > > > > On Tue, Jan 24, 2012 at 6:16 PM, nir apple wrote: >

[android-developers] Re: system/bin/dalvikvm command/

2012-01-24 Thread nir apple
stions: is there another way??? or a solution thanks again Nir On 25 ינואר, 01:03, nir apple wrote: > Hi, > I want to use the adb shell command: dalvikvm in order to start a new > dalvik virtual machine > When i try to use it like this: dalvikvm Myclass .it doesn't work > When lo

[android-developers] system/bin/dalvikvm command/

2012-01-24 Thread nir apple
Hi, I want to use the adb shell command: dalvikvm in order to start a new dalvik virtual machine When i try to use it like this: dalvikvm Myclass .it doesn't work When looking at logcat i see that the following error: can't open dex cache /data/dalvik-cache.. As i read this is because i don't h

[android-developers] Android environment variable and parent-child activities

2012-01-11 Thread nir apple
In Android, i am trying to figure out how can one activity see info changed by another to be more precise - the first activity changes the LD_LIBRARY_PATH environment variable. then activates a second activity which in turn reads that environment variable value. the value is not what i expect.