Hey all, new poster here, ran into a problem I couldn't just solve by lurking.
Trying to create a short list of URLs to go directly to the Accept & Install page to rapidly re-install apps via the Android Market.
Right now, I know how to do this:
market: / / details?id=com.product.name
which pulls the details page.
What I want to do is something like this:
https : / / market.android.com/details?id=com.product.name&feature=search&rdid=co m.product.name&rdot=1
Where the above link takes you directly to the accept & install page when the phone is signed into a google account (and the phone is compatible with the app.)
My question:
Is there a way using the simple scripting above to go directly to the install page instead of the details page, redirecting the phone's browser by market:// instead of https://
Could I even drop the details?id and use a different command instead?
Thanks in advance.
Trying to create a short list of URLs to go directly to the Accept & Install page to rapidly re-install apps via the Android Market.
Right now, I know how to do this:
market: / / details?id=com.product.name
which pulls the details page.
What I want to do is something like this:
https : / / market.android.com/details?id=com.product.name&feature=search&rdid=co m.product.name&rdot=1
Where the above link takes you directly to the accept & install page when the phone is signed into a google account (and the phone is compatible with the app.)
My question:
Is there a way using the simple scripting above to go directly to the install page instead of the details page, redirecting the phone's browser by market:// instead of https://
Could I even drop the details?id and use a different command instead?
Thanks in advance.
Last edited:
