[android-developers] Re: block application installation by password

2012-01-04 Thread Ali Chousein
Normally developers work their a...s off to make their apps more popular and get more downloads+installs. You are trying to do otherwise. Maybe you should be questioning your business model to start with. I wouldn't stick with installation management techniques for Windows based PCs of the last

Re: [android-developers] Re: block application installation by password

2012-01-04 Thread Kristopher Micinski
On Wed, Jan 4, 2012 at 3:43 AM, Ali Chousein ali.chous...@gmail.com wrote: Normally developers work their a...s off to make their apps more popular and get more downloads+installs. You are trying to do otherwise. Maybe you should be questioning your business model to start with. I wouldn't

[android-developers] Re: block application installation by password

2012-01-04 Thread Ali Chousein
Kris, you shouldn't do something like this, Yes, I meant you shouldn't do something like this in Android, because installation management in Android is not done this way look at all the other windows based apps that did this? Nope, I didn't go that far :-)  Interesting subject though :-) he

[android-developers] Re: block application installation by password

2012-01-03 Thread srihari babu
Ur at wrong place. At Application level it is not possible. -- 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

Re: [android-developers] Re: block application installation by password

2012-01-03 Thread suganya lakshmanan
den how can i achieve this? Any idea abt this ..where can i post this..thanks in advance.. -- 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

Re: [android-developers] Re: block application installation by password

2012-01-03 Thread srihari babu
You probably need to change android framework. This is possible with custom ROM image. So, get android source code. and start changing frame work. Regards. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: block application installation by password

2012-01-03 Thread Kristopher Micinski
On Tue, Jan 3, 2012 at 4:36 AM, suganya lakshmanan suganyalakshmana...@gmail.com wrote: den how can i achieve this? Any idea abt this ..where can i post this..thanks in advance.. Right, the only way to do this is to install custom firmware. Changing the firmware is hard, and not worth it for

Re: [android-developers] Re: block application installation by password

2012-01-03 Thread Narendra Bagade
try to find where apk is stored after downloaded from market.and try to catch your application icon click event.customize it according to your requirement. On Tue, Jan 3, 2012 at 4:01 PM, Kristopher Micinski krismicin...@gmail.comwrote: On Tue, Jan 3, 2012 at 4:36 AM, suganya lakshmanan

Re: [android-developers] Re: block application installation by password

2012-01-03 Thread Kristopher Micinski
On Tue, Jan 3, 2012 at 6:16 AM, Narendra Bagade bagadenaren...@gmail.com wrote: try to find where apk is stored after downloaded from market.and try to catch your application icon click event.customize it according to your requirement. This doesn't make any sense..., Catch it where? In the