Re: [android-developers] CD installer for my Android application Permissions

2011-07-11 Thread Alok Kulkarni
haha.. I will go into the legalities of the stuff myself ;) Sorry for the trouble... Thanks, Alok On Mon, Jul 11, 2011 at 5:55 PM, Mark Murphy wrote: > On Mon, Jul 11, 2011 at 7:43 AM, Alok Kulkarni wrote: >> Ok . thanks for the info Mark.As i read the license >> http://www.apache.org/licenses/L

Re: [android-developers] CD installer for my Android application Permissions

2011-07-11 Thread Mark Murphy
On Mon, Jul 11, 2011 at 7:43 AM, Alok Kulkarni wrote: > Ok . thanks for the info Mark.As i read the license > http://www.apache.org/licenses/LICENSE-2.0.txt, in Point 4 , they have > mentioned regarding Redistribution of the Work, > By that does it mean that if i make say "adb install xyz.apk" cal

Re: [android-developers] CD installer for my Android application Permissions

2011-07-11 Thread Alok Kulkarni
Ok . thanks for the info Mark.As i read the license http://www.apache.org/licenses/LICENSE-2.0.txt, in Point 4 , they have mentioned regarding Redistribution of the Work, By that does it mean that if i make say "adb install xyz.apk" calls from my app i need to make that file openSource with Apache

Re: [android-developers] CD installer for my Android application Permissions

2011-07-11 Thread Mark Murphy
On Mon, Jul 11, 2011 at 7:14 AM, Alok Kulkarni wrote: > I want to create a CD installer for my Android application. > I want to use adb.exe and AdbWinApi.dll in my Windows application. > Can i use this directly internally in my app or i need to consider > Licensing for Android here? The tools are

[android-developers] CD installer for my Android application Permissions

2011-07-11 Thread Alok Kulkarni
I want to create a CD installer for my Android application. I want to use adb.exe and AdbWinApi.dll in my Windows application. Can i use this directly internally in my app or i need to consider Licensing for Android here? I want to create something similar to Android Injector -- You received this