Re: [android-developers] Re: How to install APK programmatically without user prompt

2011-09-26 Thread Mark Murphy
On Mon, Sep 26, 2011 at 7:49 AM, nyarlathotep wrote: > If you know the answer good, if you don't, please don't say that there > is no good reason for doing this or that. Like you, others are allowed to express their opinions. > Sometimes there are special requirements in a business environment >

RE: [android-developers] Re: How to install APK programmatically without user prompt

2011-09-26 Thread Ted Neward
Sometimes, though, the answer you want just doesn't exist, and by asking "What are you really after?", the responder is trying to help you achieve your goal by thinking around the problem. Of course, if you'd prefer to just be told, "You can't. The end.", then so be it. Ted Neward Java, .NET, XML

Re: [android-developers] Re: How to install APK programmatically without user prompt

2011-09-26 Thread Kristopher Micinski
It's not really a matter of not wanting to help so much as, it just plain won't work ;-) Kris On Mon, Sep 26, 2011 at 9:09 PM, Indicator Veritatis wrote: > More importantly, sometimes these business people who come up with > "special requirements in a business environment" do not know what they

Re: [android-developers] Re: How to install APK programmatically without user prompt

2011-09-26 Thread Pratik Prajapati
In this complex world, there are always some un-common requirements to implement un-common stuff. It is upto the architect to understand the security loophole to clear. -- Regards, Pratik Prajapati On Mon, Sep 26, 2011 at 10:40 PM, akay wrote: > Are you asking this because of recent headlines

Re: [android-developers] Re: How to install APK programmatically without user prompt

2011-09-27 Thread Pratik Prajapati
Implemented and working fine now. -- Regards, Pratik Prajapati On Tue, Sep 27, 2011 at 12:10 AM, martypantsROK wrote: > I truly hope you nor anyone else ever figures out how to do it. > Windows is plagued with such junk. > > On Sep 17, 2:32 am, Pratik Prajapati > wrote: > > I need to install

Re: [android-developers] Re: How to install APK programmatically without user prompt

2011-09-27 Thread Kristopher Micinski
On a non rooted device? Well that's a nice security hole to hear about. Kris On Tue, Sep 27, 2011 at 11:28 AM, Pratik Prajapati wrote: > Implemented and working fine now. > > -- > Regards, > Pratik Prajapati > > > On Tue, Sep 27, 2011 at 12:10 AM, martypantsROK wrote: >> >> I truly hope you no

Re: [android-developers] Re: How to install APK programmatically without user prompt

2011-09-27 Thread Pratik Prajapati
Its in rooted device, but no option for user to do adb. Its nigher for phone nor for tablet market. -- Regards, Pratik Prajapati On Tue, Sep 27, 2011 at 8:55 AM, Kristopher Micinski wrote: > On a non rooted device? > > Well that's a nice security hole to hear about. > > Kris > > On Tue, Sep 2

Re: [android-developers] Re: How to install APK programmatically without user prompt

2011-09-27 Thread Pratik Prajapati
yup, Thanks. On Tue, Sep 27, 2011 at 1:17 PM, Indicator Veritatis wrote: > I hope and assume that by 'nigher', you meant, 'neither'. For it is a > security hole. Then again, every rooted device is like swiss cheese > when it comes to security holes. > > Now that I know you are developing this for

Re: [android-developers] Re: How to install APK programmatically without user prompt

2012-05-27 Thread Pratik Prajapati
It was my hack. Which worked in my device, as is not for any smart phone, tablet. I run System command from java and user pm utility of android to install apk. On Sun, May 27, 2012 at 9:10 AM, Antonin Chazalet < antonin.chaza...@gmail.com> wrote: > Hello, > > > Pratik, can you tell us how you s

Re: [android-developers] Re: How to install APK programmatically without user prompt

2012-05-27 Thread Antonin Chazalet
Hello, Pratik, can you tell us how you skipped the user prompt? Thanks, Regards, Antonin. Le mardi 27 septembre 2011 18:04:37 UTC+2, pratik.p...@gmail.com a écrit : > > Its in rooted device, but no option for user to do adb. Its nigher for > phone nor for tablet market. > > -- > Regards, >

Re: [android-developers] Re: How to install APK programmatically without user prompt

2012-05-27 Thread Antonin Chazalet
Thanks for your quick answer. I tryied: pm install /sdcard/download_aaa/NotePad.apk Via my phone's terminal, and it returns me: pkg: /sdcard/download_aaa/NotePad.apk [1] Killed pm install /sdcard/download_aaa/NotePad.apk The NotePad.apk app hasn't been installed. Do I miss any options? or so

Re: [android-developers] Re: How to install APK programmatically without user prompt

2012-10-05 Thread Endy Silveira
Hey, did you got the answer? If no, than there is: http://www.kanatorn.info/2012/01/21/android-install-apk-programmatically-without-user-prompt/ The only one problem is that you need to be rooted... Em domingo, 27 de maio de 2012 18h09min16s UTC-3, Antonin Chazalet escreveu: > > Thanks for your