Re: [android-developers] want to install a software .exe from my Android App

2012-05-30 Thread Francisco M. Marzoa Alonso
On 30/05/12 12:03, Meryeme Ayache wrote:
 I am trying to install a .exe softaware
WHAT???

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] want to install a software .exe from my Android App

2012-05-30 Thread Anirudh Loya
Crazy ?

On Wed, May 30, 2012 at 6:56 AM, Francisco M. Marzoa Alonso 
fmmar...@gmail.com wrote:

 On 30/05/12 12:03, Meryeme Ayache wrote:
  I am trying to install a .exe softaware
 WHAT???

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 

Thank you

Anirudh Loya | Android Developer**

Desk: +9140-30681824 | Mobile: +91*9246561265*

*Love your Job but don't Love your company, Because you may not know when
your company stops loving you.--  Voice Of Love*

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] want to install a software .exe from my Android App

2012-05-30 Thread jadranko bodiroga
Aplication do not have extension .exe, has .apk , so only that can be
installed.But first you have to give permission on your phone to install
application  which are not from Market. You can put you application
anywhere on Phone, and find some program on Market who can reach that file
(exampe: OI File manager) and start it instalation..

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] want to install a software .exe from my Android App

2012-05-30 Thread Michael Leung
That may be possible. If the computer has android sdk, your .exe to put
apk  via sdk. But that sounds a mission impossible.

Regards,
Michael
http://www.itblogs.info
http://www.michaelleumg.info
 2012-5-30 下午8:05 於 Meryeme Ayache meryemeaya...@gmail.com 寫道:

 hey everybody,

I am trying to install a .exe softaware from an Android
 Application that I am developping now and I am wondering where to put the
 .exe file in order to call it later for the installation. I am wondering if
 I can put it in a local file of the application is that will be helpful.?
 --
 Meryeme Ayache.*
 **Computer Science Engineer
 **Ecole Nationale Supérieure d'Informatique et d'Analyse des Systèmes
 (Rabat)*
 *Information Security System Major.
 *
 *
 *
 *
 *

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] want to install a software .exe from my Android App

2012-05-30 Thread Francisco M. Marzoa Alonso
It looks, at least for me. May be my own ignorance, or perhaps that I
have not understood you very well.

My point is that Android OS is a linux based system, where you cant exec
MS-DOS/WINDOWS binary executable files like those with .exe extension
(at least not directly, you can do it with some using WINE for example,
but thats another history...).

Also if you develop your application the common way, i.e. in Java with
Android SDK, it will run on a sandbox within the system, on the Dalvik
VM, so your chances to execute native code are even less (though I think
you can use JNI for the task), and to be honest I do not know how to do
that and what issues you may found (may be you need even a rooted device).

Anyway, the point is that you cannot execute a Micro$oft .exe binary
file within your Android device. And installing WINE or something for
the task seems to be too complicated for just considering it.

Maybe I am wrong anyway.

Regards,



On 30/05/12 13:16, Anirudh Loya wrote:
 Crazy ?

 On Wed, May 30, 2012 at 6:56 AM, Francisco M. Marzoa Alonso 
 fmmar...@gmail.com wrote:

 On 30/05/12 12:03, Meryeme Ayache wrote:
 I am trying to install a .exe softaware
 WHAT???

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en