how to install apps in sharp shf31 android 4.4 - General Questions and Answers

how to install apps in sharp shf31 flip phone that phone running 4.4 android officially and i dont want to root my phone but to install few applications in it. can anyone help me with it.
thank you.

oyeperry said:
how to install apps in sharp shf31 flip phone that phone running 4.4 android officially and i dont want to root my phone but to install few applications in it. can anyone help me with it.
thank you.
Click to expand...
Click to collapse
Hi,
Do you have Google play store installed? If yes you need a Google account and you can download any app you want.
If you don't you can download ".apk" files from internet , with a file manager go to the folder you downloaded them and click on the file. A prompt will appear asking you to enable "install from unknown sources" option. So you have to go to security settings, enable that option, then go back to the folder, click on the APK and this time you should be able to install it.
Hope this help

Raiz said:
Hi,
Do you have Google play store installed? If yes you need a Google account and you can download any app you want.
If you don't you can download ".apk" files from internet , with a file manager go to the folder you downloaded them and click on the file. A prompt will appear asking you to enable "install from unknown sources" option. So you have to go to security settings, enable that option, then go back to the folder, click on the APK and this time you should be able to install it.
Hope this help
Click to expand...
Click to collapse
these options does nt work on that phone at all i tried everything but not working at all. can you provide other help if so.
thank you

Related

[Q] Rooted phone still saying that apps can not be installed

So am i missing out on something? I tried downloading an app off web browser and it says that i can not download apps that arent on market. I thought that was what super permission took care of? Any help guys?
Rooting doesn't enable sideloading of apps, it just gives you root access to the phone. Look for the thread called "[How To] Enable Non-Market apps on Captivate (consolidated)" in order to enable sideloading from the phone itself.
There are also a few programs that will let you sideload from your computer, such as Droid Explorer or the Android Central Sideload Wonder machine. Or you can use adb to install. This question seems to get asked way too often.
Root doesn't allow you to install non-Market apps, you need to do a little more hacking. Read the wiki! I'd post a link but I can't since I'm still a "new" user on here...
Ok thanks. Just switched over from iphone to the caltivate so im still new to.this. Thanks
berd said:
Ok thanks. Just switched over from iphone to the caltivate so im still new to.this. Thanks
Click to expand...
Click to collapse
Download Astro File Manager from the Market. FREE> Then go to menu/more/preferences and checkmark the Enable Browser Download one. Also go into settings on your phone, then applications, then checkmark unknown sources...
then you can download and install all day.
smashpunks said:
Download Astro File Manager from the Market. FREE> Then go to menu/more/preferences and checkmark the Enable Browser Download one. Also go into settings on your phone, then applications, then checkmark unknown sources...
then you can download and install all day.
Click to expand...
Click to collapse
This doesn't work as we don't have the option for Unknown Sources under Applications.
Neurp said:
This doesn't work as we don't have the option for Unknown Sources under Applications.
Click to expand...
Click to collapse
.
are you sure? Every android device ive ever seen or delt with has this standard setting... Ill take your word for it though as I got a vibrant not a captivate, although I dont see why they would differ. Anyways the Astro file manager should work even without the other thing checked right?
Just find it wierd that yall dont have that setting when every other android device does...
Please see the "[How To] Enable Non-Market Apps on Captivate (Consolidated)" howto in the Dev section.
http://forum.xda-developers.com/showthread.php?t=738376
As for why we don't actually have the ability to flip the "unknown sources" setting... Yeah, ATT had Sammy take it completely out of the stock roms.
max_warheads said:
Please see the "[How To] Enable Non-Market Apps on Captivate (Consolidated)" howto in the Dev section.
http://forum.xda-developers.com/showthread.php?t=738376
As for why we don't actually have the ability to flip the "unknown sources" setting... Yeah, ATT had Sammy take it completely out of the stock roms.
Click to expand...
Click to collapse
thats wierd. glad they didnt do that to my vibrant..

run .apk without file manager

I have some issues with a device I bought (coby internet tablet 7015) that have resulted in my being unable to use the android market (I always get a 404 error) or the app that came with it (appslib) I seem unable to install any apps (with .apk) because I do not have a file manager. I'm looking for a way to install apps without one, or maybe one I can install that is not in .apk format!
ryladine said:
I have some issues with a device I bought (coby internet tablet 7015) that have resulted in my being unable to use the android market (I always get a 404 error) or the app that came with it (appslib) I seem unable to install any apps (with .apk) because I do not have a file manager. I'm looking for a way to install apps without one, or maybe one I can install that is not in .apk format!
Click to expand...
Click to collapse
Go into your browser on the device and find an apk for a file manager, then download it. when it's downloaded you should be able to open it through the browser. Then you can copy over an apk for ME (MarketEnabler) and install it. ME will let you use the market.
I wrote down some options:
1. If you rooted your phone and such you can just use adb from SDK
Code:
adb install [dir/package.apk]
(usb debugging enabled).
2. If you have internet on your device, upload a file manager apk you downloaded from a pc and put it where your phone can download it from with the browser. So when the download on your phone is complete you can click on the finished download in the notification bar and install it the file manager.
3. You can also try appbrain.
Though I think you should first fix the market problem. How about resetting the phone?
You can also use DropBox. Download the .Apk to your computer, pop it in your DropBox folder, open DropBox on your device, tap the Apk, and voila!
technically its not a phone its a "Coby internet tablet" but I get what you mean, and I have actually reset it to factory default's twice with no success.
To the first poster thanks, that did work to enable to to get the file manager but what is market enabler? and any suggestions on where I can find it?
http://code.google.com/p/market-enabler/downloads/detail?name=MarketEnabler_v3.1.1.2.apk
It can fake a provider to get access.
How does it work? Every time I tried it would say "We've got a problem Houston"
Andyt95 said:
Go into your browser on the device and find an apk for a file manager, then download it. when it's downloaded you should be able to open it through the browser. Then you can copy over an apk for ME (MarketEnabler) and install it. ME will let you use the market.
Click to expand...
Click to collapse
thanks
newb here. I heard so much about appstores that I spaced clicking to download
thank you
ryladine said:
How does it work? Every time I tried it would say "We've got a problem Houston"
Click to expand...
Click to collapse
errmmm... every time I install ME it's ok...
try installing the 2.2.6 market from this child forum??
try appbrain. It should let you start a direct download from your PC.
If everything fails then the only thing I can suggest is installing all apps from .apk
Andyt95 said:
errmmm... every time I install ME it's ok...
try installing the 2.2.6 market from this child forum??
try appbrain. It should let you start a direct download from your PC.
If everything fails then the only thing I can suggest is installing all apps from .apk
Click to expand...
Click to collapse
He would need root for it to work.
If you do have root, try this http://amip.tools-for.net/wiki/android/marketaccess
It works better than MarketEnabler.
You do have WIFI enabled? And added your google account? Does it have a SIM card?
ryladine said:
How does it work? Every time I tried it would say "We've got a problem Houston"
Click to expand...
Click to collapse
Check My Posts....
Under Market-Access!!
Should Help!!
Also I Have A Post With ES Explorer,
That You Can Basically Can Download From XDA It Self!!
Good-Luck!!
Sent from my HERO200 using XDA App

[Q] How to manually install - getting "App not installed." error

I am trying to install an App which for some reason will not install in the country I am visiting. The App is a free App, but Google Play has blocked it from downloading into this country. I managed to download the app from the evozi apk-downloader but when I click on it in File Manager it will not install and I get an "App will not install." error.
I would like to try and install the app manually but despite all my searching have not been able to come up with a way to do this. I tried copying the apk file to the system/app directory and rebooted, but that did not work. I then downloaded ZipSigner to sign the apk file and put the created opex file in the system/app folder and rebooted again, but still no results. I've tried some other installers but still unable to get it to install, even when I am offline with my GPS off.
How can I manually install an app to bypass the Google app installer?
charliep8 said:
I am trying to install an App which for some reason will not install in the country I am visiting. The App is a free App, but Google Play has blocked it from downloading into this country. I managed to download the app from the evozi apk-downloader but when I click on it in File Manager it will not install and I get an "App will not install." error.
I would like to try and install the app manually but despite all my searching have not been able to come up with a way to do this. I tried copying the apk file to the system/app directory and rebooted, but that did not work. I then downloaded ZipSigner to sign the apk file and put the created opex file in the system/app folder and rebooted again, but still no results. I've tried some other installers but still unable to get it to install, even when I am offline with my GPS off.
How can I manually install an app to bypass the Google app installer?
Click to expand...
Click to collapse
did you enabled allow installation of apps from sources other than Play store if not go settings> Security> tick unkown sources and try it again it will surely help..and use the file browser from the phone and find the apk that you want to install n click on it and install
hit thanks button if helped
The app I want to install is FlightAware - I travel a lot, hence my desire to install this app before I return to the USA. I found that the ShopSavvy apk also has this problem. Both of these are freeware but somehow they won't install on my phone. My Google account was created in the USA with a USA address and has a USA credit card attached to Google Wallet, but with both apps I just get a "App not installed." error.
I already have the Unknown Sources - Allow installation of Apps from unknown sources Checked and the Verify Apps - Disallow or warn before installation of apps that may cause harm - Unchecked.
hmm then you sure those apks work correctly sometimes errors occur when its incorrectly or incompletely tampered.. or else try this go to settings> application manager>google play store and clear data and clear cache and do the same in google play services and try again
hit thanks button if helped
No, that did not work. I am really looking for a more technical solution to explain how to manually install an opp. Is this not possible in Android?
charliep8 said:
I am trying to install an App . . .
Click to expand...
Click to collapse
I am assuming your phone is rooted. If not, then it will be better to root it before going further.
Here is a link you can try:
http://forum.xda-developers.com/showthread.php?t=2231949
The ADB SDK is available here:
http://developer.android.com/sdk/index.html
App not installed fix:
https://www.youtube.com/watch?v=cJTDwrp-gkQ
Video shows him choosing sim unlock, what does that have to do with apk not installed?
AngelFRANTIX said:
App not installed fix:
https://www.youtube.com/watch?v=cJTDwrp-gkQ
Click to expand...
Click to collapse

No able to Install apps from outside Play Store

Hi guys. I'm not able to Install apps from outside Play Store. I've enabled Install from unknown sources option in settings but everytime I get a message saying Theres a problem with package. I'm not able to Install Fdroid official apk, GCam or any app which is not on Play Store. Please help..
One Plus 7
Updated to latest Android 10
Stock Unrooted device
Try installing from the oneplus file manager.
Tayon1o1 said:
Try installing from the oneplus file manager.
Click to expand...
Click to collapse
Thanks for the reply Still the same error
Try downloading apk with different browser
for me, goto settings, tap the search on top, type in 'unk', choose top return - 'Install unknown apps' . . .
goes to new srcn that sez 'Special app access', go down ten lines to 'Install unknown apps' and there is an app list with allow / not allow
goto your browser ( kiwi, brave ) and toggle to allow.
hth !
Reinstall the rom

Question Install apk from local storage

Hey guy's, I hope somebody can help me out here. I can't find any explanation on internet. I want to install an apk from the local storage on my Rog phone 5 ( android 12,un rooted) .
In the old days it was pretty simple, just a slide to activate the "allow unknown sources", click on the apk file and it would install. Now on the rog phone 5 in the apps&notifications, special app-acces, install unknown apps it only shows a few apps that I can give permissions to install from unknown sources. Like Chrome, file manager, gmail, brave browser etc. ( see picture). So I give the file manager or brave the permission,restart the phone, go to the apk in the file manager but it won't install.
It will just show the contents of the apk. If I select the apk I can remove it, rename it, compress it, anything but install it.
I can choose open with brave but still nothing happens. I tried downloading an app in the playstore to install apk files but it won't even list the apk file. I have no clue why they made something that used to be so easy so complicated. So I hope somebody can enlighten me how to install an apk on this phone. Thanks in advance!
Have you enabled install unknown apps in developers options ? Special app access allows you to allow/not allow individual apps to install unknown apk files. I think you have to enable it in developer options for the native installer first. I may be wrong but it's worth checking.
I'll go check if the option is there and let you know. Tnx man.
The only thing I found was " force app allowance on external drive" and but it changed nothing.
Piriroekoe said:
The only thing I found was " force app allowance on external drive" and but it changed nothing.
Click to expand...
Click to collapse
you could try
Code:
adb shell settings put secure install_non_market_apps 1
adb shell settings put secure unknown_sources_default_reversed 1
that would be from terminal on pc or you could install settings database editor from play store and grant it permissions via adb and you will have gui to change system settings
Could you please walk me through how to do this? Tnx.
Piriroekoe said:
Could you please walk me through how to do this? Tnx.
Click to expand...
Click to collapse
Ok, first I guess I need to ask some questions. Have you tried a different file manager, installed thru play store ? How many .apk files have you tried to install ? If it is just the one app that you have in storage it may be corrupt. Have you tried a fresh copy of it ? Is it an old app and is it compatible with your Android version ?
I don't know what I was thinking, that isn't in developer options anyway, it's in security. It would seem odd for them to remove the ability to install personal apk.

Categories

Resources