The Following User Says Thank You to e-yes For This Useful Post: | ||
![]() |
2011-02-24
, 17:38
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#12
|
Application/package manager is built-in feature in Android.
You can install .apk event without internet connection established. It's similar to "dpkg -i whatever.deb" ("adb install whatever.apk" in Android). But Android doesn't download/store huge indexes. May be Market is some sort of frontend... nevermind... it's better than load tons of (almost) useless data.
![]() |
2011-02-24
, 23:36
|
|
Posts: 4,672 |
Thanked: 5,455 times |
Joined on Jul 2008
@ Springfield, MA, USA
|
#13
|
Application/package manager is built-in feature in Android.
You can install .apk event without internet connection established. It's similar to "dpkg -i whatever.deb" ("adb install whatever.apk" in Android). But Android doesn't download/store huge indexes. May be Market is some sort of frontend... nevermind... it's better than load tons of (almost) useless data.
![]() |
2011-02-25
, 09:37
|
|
Posts: 549 |
Thanked: 299 times |
Joined on Jun 2010
@ Australian in the Philippines
|
#14
|
Application/package manager is built-in feature in Android.
You can install .apk event without internet connection established. It's similar to "dpkg -i whatever.deb" ("adb install whatever.apk" in Android). But Android doesn't download/store huge indexes. May be Market is some sort of frontend... nevermind... it's better than load tons of (almost) useless data.
The Following User Says Thank You to dchky For This Useful Post: | ||
![]() |
2011-02-25
, 19:32
|
|
Posts: 4,672 |
Thanked: 5,455 times |
Joined on Jul 2008
@ Springfield, MA, USA
|
#15
|
I think you don't quite understand the current definition of a package manager. These days if you can't download applications from a repository and install them generally with a single action, minimally on the command line, then you don't have a package manager.
Android is not capable of doing:
aptitude search <whatever>
aptitude install <whatever>
If someone were to include that particular ability in Android you'd end up with the same amount of overhead as every other real package manager out there. "adb install whatever.apk" is roughly analogous to C:\setup.exe in a command box on Windows.
Prior to being able to do your "adb install whatever" you will have spent probably more time searching for the application through obscure websites, and then saving it to your device than if you just used a package manager to do the hard work for you.
The Following User Says Thank You to danramos For This Useful Post: | ||
![]() |
2011-02-28
, 06:59
|
|
Posts: 549 |
Thanked: 299 times |
Joined on Jun 2010
@ Australian in the Philippines
|
#16
|
Erm.. ok, I know you meant well but you seem to misunderstand it a bit. You CAN search the market's entire repository (whether it's a CLI or a GUI hardly matters when it comes to the basic operation). It can also, clearly, install.
The Following User Says Thank You to dchky For This Useful Post: | ||
![]() |
2011-03-03
, 11:39
|
Posts: 194 |
Thanked: 1,019 times |
Joined on May 2010
@ Moscow, Russia
|
#17
|
I think you don't quite understand the current definition of a package manager. These days if you can't download applications from a repository and install them generally with a single action, minimally on the command line, then you don't have a package manager.
Android is not capable of doing:
aptitude search <whatever>
aptitude install <whatever>
If someone were to include that particular ability in Android you'd end up with the same amount of overhead as every other real package manager out there. "adb install whatever.apk" is roughly analogous to C:\setup.exe in a command box on Windows.
Prior to being able to do your "adb install whatever" you will have spent probably more time searching for the application through obscure websites, and then saving it to your device than if you just used a package manager to do the hard work for you.
![]() |
2011-03-03
, 15:42
|
|
Posts: 4,672 |
Thanked: 5,455 times |
Joined on Jul 2008
@ Springfield, MA, USA
|
#18
|
Heh.
RTFM:
http://en.wikipedia.org/wiki/Debian (look what's package manager. it's dpkg, it can't help you to search for smth). What you really use for searching - is not _package_manager_ itself.
![]() |
2011-03-03
, 21:34
|
Posts: 194 |
Thanked: 1,019 times |
Joined on May 2010
@ Moscow, Russia
|
#19
|
![]() |
2011-03-03
, 23:34
|
|
Posts: 4,672 |
Thanked: 5,455 times |
Joined on Jul 2008
@ Springfield, MA, USA
|
#20
|
Market is front-end too. It can't search in offline, but who cares... Android is reach for applications, indexes should be too huge.
Yea. I make deb-packages (and get paid for it; it's part of my work).
Do you know there're some deb-based Linux distros with only dpkg installed (embedded systems)? What's your point - they do have package management or not?
>Please begone with you and join another discussion to which you might hopefully participate more constructively.
And I'm working with Android a lot too. It's better (for me) discuss with someone who know _both_ systems, not just his own swamp.
![]() |
Tags |
debian rocks, trolls |
|
You can install .apk event without internet connection established. It's similar to "dpkg -i whatever.deb" ("adb install whatever.apk" in Android). But Android doesn't download/store huge indexes. May be Market is some sort of frontend... nevermind... it's better than load tons of (almost) useless data.
*((int*)1) = 0;