Re: [android-developers] Re: Regarding emulator

2012-05-02 Thread sourabh sahu
Finally I got the app player from bluestacks.com which solved my problem. Thank you all. Sourabh On Thu, May 3, 2012 at 5:32 AM, b0b wrote: > > > On Wednesday, 2 May 2012 17:16:24 UTC+2, MagouyaWare wrote: >> >> Unfortunately, the definition of software piracy has nothing to do with >> whether

Re: [android-developers] Re: Regarding emulator

2012-05-02 Thread b0b
On Wednesday, 2 May 2012 17:16:24 UTC+2, MagouyaWare wrote: > > Unfortunately, the definition of software piracy has nothing to do with > whether it is free or not: > http://dictionary.reference.com/browse/software+piracy?s=t > > And that link references you to "software theft," which says this:

Re: [android-developers] Re: Regarding emulator

2012-05-02 Thread Lew
People have given you several suggestions already. What is wrong with the suggestions offered so far? Have you even tried them? -- Lew On Wednesday, May 2, 2012 10:26:52 AM UTC-7, sourabh wrote: > > I just want to download a free app on emulator..Can anybody suggest me how > to do it.. > > On

Re: [android-developers] Re: Regarding emulator

2012-05-02 Thread sourabh sahu
I just want to download a free app on emulator..Can anybody suggest me how to do it.. On Wed, May 2, 2012 at 8:46 PM, Justin Anderson wrote: > Unfortunately, the definition of software piracy has nothing to do with > whether it is free or not: > http://dictionary.reference.com/browse/software+pir

Re: [android-developers] Re: Regarding emulator

2012-05-02 Thread Justin Anderson
Unfortunately, the definition of software piracy has nothing to do with whether it is free or not: http://dictionary.reference.com/browse/software+piracy?s=t And that link references you to "software theft," which says this: *"Unauthorised duplication and/or use of computer** software."* Here is

Re: [android-developers] Re: Regarding emulator

2012-05-02 Thread b0b
On Tuesday, 1 May 2012 16:40:21 UTC+2, Mark Murphy (a Commons Guy) wrote: > > > I seldom argue w/Mark... but in this case I think there is a way to do > > this. The application you've downloaded is in the directory /data/app > > on the device to which you downloaded it. Use "adb pull" to copy

Re: [android-developers] Re: Regarding emulator

2012-05-01 Thread Justin Anderson
And that is why Mark suggested contacting the developer first... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 1, 2012 at 3:52 PM, Justin Anderson wrote: > Is it software piracy if the software is free on Google Play? >> > Well, since the def

Re: [android-developers] Re: Regarding emulator

2012-05-01 Thread Justin Anderson
> > Is it software piracy if the software is free on Google Play? > Well, since the definition is "unauthorized copying of software" that would depend on each individual developer. I have a free app on Google Play and I personally wouldn't care (as long as you weren't trying to reverse engineer my

Re: [android-developers] Re: Regarding emulator

2012-05-01 Thread Mark Lapasa
Is it software piracy if the software is free on Google Play? On Tuesday, May 1, 2012 3:57:49 PM UTC-4, MagouyaWare wrote: > > Software piracy is, simply put, the unauthorized copying of software... > So, if copying it to put it on the emulator is not authorized by the > developer, then that i

Re: [android-developers] Re: Regarding emulator

2012-05-01 Thread Justin Anderson
Software piracy is, simply put, the unauthorized copying of software... So, if copying it to put it on the emulator is not authorized by the developer, then that is piracy. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 1, 2012 at 1:54 PM, Mark

Re: [android-developers] Re: Regarding emulator

2012-05-01 Thread Mark Murphy
On Tue, May 1, 2012 at 2:26 PM, Samuel wrote: > That's not software piracy. > If you have paid for a copy of the software, it doesn't matter which > machine you choose to run it on. You are welcome to your opinion. The authors of the software in question (who are the ones determining the nature o

[android-developers] Re: Regarding emulator

2012-05-01 Thread Samuel
That's not software piracy. If you have paid for a copy of the software, it doesn't matter which machine you choose to run it on. On May 1, 10:40 am, Mark Murphy wrote: > On Tue, May 1, 2012 at 10:30 AM, blake wrote: > > I seldom argue w/Mark... but in this case I think there is a way to do > >

[android-developers] Re: Regarding emulator

2012-05-01 Thread blake
Ouch. If that is the case, I absolutely do not recommend it. If you've paid for a single copy of the application and/or agreed not to copy it, then you certainly shouldn't do so. The impediment, though, is legal, not technical. In cases where there is no legal impediment, the process of copying

Re: [android-developers] Re: Regarding emulator

2012-05-01 Thread sourabh sahu
The thing I am not able to download it on emulator.There is no market app icon on emulator.and If I go to market.android.com and then if I select and app and click on install it need a device. Please give some solution to it. Thanks in advance. sourabh On Tue, May 1, 2012 at 8:13 PM, venugopal p

Re: [android-developers] Re: Regarding emulator

2012-05-01 Thread venugopal peparthi
hi friend, to download .apk from emulator first click on browser login into android market and download .apk and then install. Thanks, venugopal.p. On Tue, May 1, 2012 at 8:00 PM, blake wrote: > I seldom argue w/Mark... but in this case I think there is a way to do > this. The

Re: [android-developers] Re: Regarding emulator

2012-05-01 Thread Mark Murphy
On Tue, May 1, 2012 at 10:30 AM, blake wrote: > I seldom argue w/Mark... but in this case I think there is a way to do > this.  The application you've downloaded is in the directory /data/app > on the device to which you downloaded it.  Use "adb pull" to copy the > file to your dev machine.  Now u

[android-developers] Re: Regarding emulator

2012-05-01 Thread blake
I seldom argue w/Mark... but in this case I think there is a way to do this. The application you've downloaded is in the directory /data/app on the device to which you downloaded it. Use "adb pull" to copy the file to your dev machine. Now use "adb install" to push it to your emulator. Bam! Bo