[Q] How to open app from browser? - Android Q&A, Help & Troubleshooting

Hello I'm trying to fix my phone because I was deleting the junk from T-Mobile but it seems that i deleted something important so I don't have Launcher.
I tried to open the browser, download Go Launcher ex.apk and install it but my phone says the file cannot be open, so my 2nd plan was to download it direct from Play, so I open the browser and want to install but it says I need to open the Play app, anyone know if its posible to open an app from a link or install and apk from the computer to the phone like on Nokia Ovi Suite?
Any help would be appreciated

You need to enable non-market sources in the system settings.
If you do not have a file manager, you can install an .apk 2 ways
In browser, type "file:///path-to-file/file.apk"
Through adb "adb install path-to-apk"

Related

install apk files

how do i install .apk files downloaded straight to my thunderbolt?
Settings -> applications -> check install from unknown source. Then use a file browser to go to the file on your phone and just click on it and you should be able to install it
Send it to your self in gmail is pretty easy too.
Go to the market and search app installer and choose one of the many available.

How Install apk from sdcard using internet browser

What if you need to install an apk from sdcard but you don't have a file manager installed yet, and to make things worse you don't have internet access to download it from the market!
Well, there's a solution to that. Provided by every internet browser available.
(I suppose you have one installed
Here's what you need to do:
1. Put the apk file in the main directory of your sdcard. Rename it to something very short for easy typing. In this example, I will use "fm.apk".
2. Boot your device. Goto Security Settings and check "Unknown Sources".
3. Open your internet browser. In the address bar type "file:///sdcard/<filename>.apk".
In our example above it should look like this: file:///sdcard/fm.apk
4. Press "Go". That's it! Installation started!

No internet access / FIle Manager, can you install apk file from Terminal Emulator?

Let's say you don't have internet access at the moment.
Let's say all you have is fresh install of CyanogenMod 9, which for some reason, does not come with a File Manager :face palm:
Let's say you have an apk file on your SD card.
How would you install the apk file? Terminal emulator, using which commands or another way?
By the way, ASTRO File Manager vs. ES File Explorer, which one and why?
- Put your apk file to sdcard (ex: es.apk)
- open internet browser
- type "file:///sdcard/es.apk" then press Go
Sent from MARVEL JellyScream
I just figured this out on my own and it worked:
How to install app called Example Name.apk from Android phone's Terminal Emulator:
This shows you how to change directory to SD card ; list contents ; change directory to folder called Google Play which contains file to be installed called Example Name.apk
cd sdcard/
ls
cd "google play"/
ls
su
pm install "Example Name.apk"
Yep there are many way to install apks
Sent from MARVEL JellyScream
Wow...exactly what I wanted to know.
Thanks for this! :cyclops:
No Explorer/No Playstore
This is a shameful noob problem. Can someone help me please? :fingers-crossed:
I deleted my file explorer app so I can't execute apks from my SD. Also I can not download them from Play Store because it crashes (probably cuz I deleted this system file that has something to do with managing Google Accounts. Currently, I only have the following Google apps installed - Google Backup Transport, Google Contacts Sync, Google Play Store, Google Services Framework)
I rooted my Sony Xperia Arc with the brilliant, super easy rooting kit found here
Putting down my phone details in case they are required -
Model: LT15i
Android: 4.0.4
Kernel: 2.6.32.9
Build: 4.1.B.0.587
Should I just try installing a ROM otherwise?
Thank you so much for reading!
Just in case anyone else comes by here.
If I were you (months ago), I would have reinstalled the exact same ROM, directly over the ROM.
Or, I would have installed GAAPS. Or I would have connected a cable and dropped the files I needed, like a playstore.apk onto the phones internal memory, and then executed it through the browser. file:///path/*.apk
I was going over ADB from my PC, via usb debugging.
System app is just copy to your system/app folder.
and set permition to 644 (rw-r--r--)
Adb push *.apk /system/app
Normal apk is
Adb install *.apk
ZenInsight said:
Just in case anyone else comes by here.
If I were you (months ago), I would have reinstalled the exact same ROM, directly over the ROM.
Or, I would have installed GAAPS. Or I would have connected a cable and dropped the files I needed, like a playstore.apk onto the phones internal memory, and then executed it through the browser. file:///path/*.apk
I was going over ADB from my PC, via usb debugging.
System app is just copy to your system/app folder.
and set permition to 644 (rw-r--r--)
Adb push *.apk /system/app
Normal apk is
Adb install *.apk
Click to expand...
Click to collapse
Thanks for this, but my pc using win8 i can using adb, and file:///sdcard/ not apply with myphone.
I try terminal to mount sdcard, and it working
installing google play store
hungpd00532 said:
This is a shameful noob problem. Can someone help me please?
I deleted my file explorer app so I can't execute apks from my SD. Also I can not download them from Play Store because it crashes (probably cuz I deleted this system file that has something to do with managing Google Accounts. Currently, I only have the following Google apps installed - Google Backup Transport, Google Contacts Sync, Google Play Store, Google Services Framework)
I rooted my Sony Xperia Arc with the brilliant, super easy rooting kit found here
Putting down my phone details in case they are required -
Model: LT15i
Android: 4.0.4
Kernel: 2.6.32.9
Build: 4.1.B.0.587
Should I just try installing a ROM otherwise?
Click to expand...
Click to collapse
I too experienced a similar problem.....but i have not installed a custom rom .....my sd card formatted unfortunately...
i have no play store and file manager...
i tried many alternatives
went to default internet application and install apps through playstore or some other android stores
tried adb bundle using windows
and finally WIPE DATA AND RESET from recovery mode in my rooted phone and got my playstore back
but be carefull every other apps,data in your phone will be erased(conntacts,call logs,messages)
Tried this method and it shows error
asdot said:
- Put your apk file to sdcard (ex: es.apk)
- open internet browser
- type "file:///sdcard/es.apk" then press Go
Sent from MARVEL JellyScream
Click to expand...
Click to collapse
Hello,
I tried your browser method and it gives me the following error-
net::ERR_FILE_NOT_FOUND
What shall I do? I have no wifi connection and I installed Android 5.0.2 GAAPS iso on my Samsung NC10 netbook
help me to install app.
i had rooted my device and deleted all the system apps like google play store, default browser, file manager, default launcher and used third party application. But when i reset my device everything is gone and i can't access play store, default browser, file manager, default launcher to install other apps. No please help me to install apps. (i can access to setting,alarm, galary, youtube and superuser using google search):
my device is Samsung galaxy tab 2
android version 4.2.
please help.
I tried to use wondershare mobile go app installer but my usb is not working.
Gapps
http://opengapps.org/
You need to select the correct platform, ARM, and correct Android version and variant, I prefer micro, definitely not full.
You need to know how to install this from your sdcard before booting in.

Install app with TWRP?

I have an Samsung Tab 10.1 and have a problem with google services which make it impossible to donwload anything from play store and the webbrowser crashes when I try to donwload something.
So I have paste the apk file to a program that should fix this, the problem now is that I cant open it without an filemanager so I need to install an file manager.
Is it possible to install an apk via twrp?

Ways to install an application on my phone...

Hello, and thanks for entering!
For certain problems with my phone I have no way to install an apk since I have no file browser, or wifi, or bluetooth, etc.
Now, is there any way to install an application alternately?
Thanks in advance!
Install using adb
Try downloading the app on your pc and install it using adb.
weofferthesun said:
Try downloading the app on your pc and install it using adb.
Click to expand...
Click to collapse
Of course, the main problem I have is that neither does the USB detect me ... Am I ruined?
If you have a browser installed, you probably don't need a file browser, just download an apk from any website, and open it from the downloading list in the browser. you may start with a file manager.
weofferthesun said:
If you have a browser installed, you probably don't need a file browser, just download an apk from any website, and open it from the downloading list in the browser. you may start with a file manager.
Click to expand...
Click to collapse
As I said: I don't have Wi-Fi or a way to communicate with the internet. The only thing that works for me is the sd, it reads it but I have no way to open the apk it contains ...

Categories

Resources