d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > New To Programming And Wondering A Few Things > .apk Program
12Next
Add Reply New Topic New Poll
Member
Posts: 13,478
Joined: Oct 4 2011
Gold: Locked
Trader: Scammer
Jun 9 2015 04:39pm
What will i need to make a program that will pop up with an install button and install a certain file
Member
Posts: 13,478
Joined: Oct 4 2011
Gold: Locked
Trader: Scammer
Jun 9 2015 04:46pm

skip to 3:00

This is basically what i want to be abble to do

1) Users download my app via USB
2) Users Choose a option and it will begin downloading a file
Member
Posts: 23,862
Joined: Aug 16 2006
Gold: 20.00
Jun 9 2015 04:57pm
what do you mean 'install a certain file'

what kind of file?

what do you mean by 'install'?

Quote
Users Choose a option and it will begin downloading a file


This post was edited by Eep on Jun 9 2015 04:58pm
Member
Posts: 13,478
Joined: Oct 4 2011
Gold: Locked
Trader: Scammer
Jun 9 2015 05:05pm
Quote (Eep @ Jun 9 2015 05:57pm)
what do you mean 'install a certain file'

what kind of file?

what do you mean by 'install'?


when they click the install button it will download a .apk file i have
Member
Posts: 35,964
Joined: Dec 27 2007
Gold: 0.00
Jun 9 2015 05:07pm
Quote (VeryUnknown @ Jun 9 2015 11:05pm)
when they click the install button it will download a .apk file i have


im pretty sure thats one or two function call(s)
i guess you want to write this code on android (?)
Member
Posts: 13,478
Joined: Oct 4 2011
Gold: Locked
Trader: Scammer
Jun 9 2015 05:12pm
Quote (llllllllllll @ Jun 9 2015 06:07pm)
im pretty sure thats one or two function call(s)
i guess you want to write this code on android (?)


yes i believe i do

its for google boxes - media streamers
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Jun 9 2015 05:44pm
Quote
1) Users download my app via USB
2) Users Choose a option and it will begin downloading a file


if they already transfered the apk to their device, what exactly are you downloading?
Member
Posts: 13,478
Joined: Oct 4 2011
Gold: Locked
Trader: Scammer
Jun 9 2015 05:48pm
Quote (carteblanche @ Jun 9 2015 06:44pm)
if they already transfered the apk to their device, what exactly are you downloading?


they haven't transferred the Apk file yet

I am trying to make a program specifically meant for downloading 1 certain apk file

Yes we know how to google search and then download a apk file and install it but to be honest alot of people dont want to take the time and do it


i just want to make it easy for 1 certain file...you click download and it will download it
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Jun 9 2015 05:51pm
Quote (VeryUnknown @ Jun 9 2015 07:48pm)
they haven't transferred the Apk file yet

I am trying to make a program specifically meant for downloading 1 certain apk file

Yes we know how to google search and then download a apk file and install it but to be honest alot of people dont want to take the time and do it


i just want to make it easy for 1 certain file...you click download and it will download it


if they don't have your program yet, how exactly will they run your code?

/edit: oh wait, are you saying you're installing your custom app, then your custom app will install another app? just launch an intent.

http://stackoverflow.com/questions/4604239/install-application-programmatically-on-android

This post was edited by carteblanche on Jun 9 2015 05:53pm
Member
Posts: 13,478
Joined: Oct 4 2011
Gold: Locked
Trader: Scammer
Jun 9 2015 05:55pm
Quote (carteblanche @ Jun 9 2015 06:51pm)
if they don't have your program yet, how exactly will they run your code?

/edit: oh wait, are you saying you're installing your custom app, then your custom app will install another app? just launch an intent.

http://stackoverflow.com/questions/4604239/install-application-programmatically-on-android


yes thats basically what i want to happen

they install my custom app i made
then they install a .APK file on my app
Go Back To Programming & Development Topic List
12Next
Add Reply New Topic New Poll