[Q] Android in the Enterprise and Google Play - Android Q&A, Help & Troubleshooting

I have done some searching but I have a time constraint so I am hoping someone can assist me. We are looking into supporting Android at our facility whether it be employee owned or company purchased. My question is how do you register Google Play to download the MDM app it you do not have or want a gmail account? Or how do I install my custom app on a tablet without an SD card or "Astro File Manager"
I have put the APK file in the Downloads folder but that does not work.
How are you registering devices under a Corporate identity?
Thaks for any assistance.

U need adb ...
Adb install apkname.apk
Or send file via Bluetooth(my apks) from other android and install it
Sorry I didnt got u exactly

drsanket_xperia_u said:
U need adb ...
Adb install apkname.apk
Or send file via Bluetooth(my apks) from other android and install it
Sorry I didnt got u exactly
Click to expand...
Click to collapse
Thanks. I have put the APK in the downloads folder via Windows but Android does not show it.

manders500 said:
Thanks. I have put the APK in the downloads folder via Windows but Android does not show it.
Click to expand...
Click to collapse
U need adb to install app from windows itself...
Google for link of adb
Its abt 400mb
Then once u download it
Put the apk in adb/sdk/platform tools
Run adb
Connect phone wid usb debugging enabled
Run command
Adb start-server
Adb install apkname.apk

Related

[Q] Application installer missing?

Hi, Ive just updated my mini pro to 2.1 nordic firmware but ive notice the application installer thats suppose to be in the menu has dissapeared.
I just bought the phone so i didnt back up, now i have no means of detecting and installing universalroot/rootexplorer and other apps. Do you guys know where i can download it, i dont know what to do at the moment, ty.
Search on market for apps installer or grab any file manager that you want from market as those usually give you the possibility to install apps from the SD card.
Is there a way to download an app installer application from my computer to my phone or sd card? I cant browse the internet on my phone at the moment, ty.
Attached is an Application Installer that comes with 2.1 fw SG. It will search ur sdcard for all apk files. The other one is Linda Manager, a free file browser and installer.
Edited: I just realised that even if u copy over to ur sdcard, u can't install from 2.1 without an installer or file browser =x.
There is a way around the problem, install the Android SDK and use adb install <package> with your phone connected to your computer with USB.
ehnvis said:
There is a way around the problem, install the Android SDK and use adb install <package> with your phone connected to your computer with USB.
Click to expand...
Click to collapse
You can easily install the app installer from 1.6 on 2.1, it works great and as usual..
Very long searched Application installer(have in old firmware 2.3.3).Really works on 2.3.4.Sony Ericsson XPERIA PLAY.
zanndoth,thank you!
ehnvis said:
There is a way around the problem, install the Android SDK and use adb install <package> with your phone connected to your computer with USB.
Click to expand...
Click to collapse
Or u can use flashtool
Sent from my U20i using XDA Premium App

[Q] Drivers where do i get the ones that dont install

i am missing one called ADB and High Tech Computer lol any idea how to get them
http://www.htc.com/us/support/thunderbolt-verizon/downloads/
you need HTC Sync.
If you download this it will allow you to just install those drivers you need and not HTC sync itself.
still does not have those 2 drivers
Do you have ADB installed? Have you downloaded the Android-SDK for Windows? Without that, you aren't going anywhere with ADB.
lorijuan1024 said:
still does not have those 2 drivers
Click to expand...
Click to collapse
hmmm it did for me, but read below. Also, if it still says it isn't installed, go to device manager and right click on the ?ADB and click install drivers, and tell it browse your computer and chose drive C: and click OK. It should find the drivers.
HonestEnd said:
Do you have ADB installed? Have you downloaded the Android-SDK for Windows? Without that, you aren't going anywhere with ADB.
Click to expand...
Click to collapse
first thing you need to do is this, download the SDK, put it where ever you want, and then run the program inside the main folder, which will update everything.
i think it installed when i installed htc sync i did the sdk thing with the nexus s so maybe that worked out but the high tech computer does not want to i am trying to tether from where you plug it in to the comp and on the TB show what you want to do like like mount etc...
Here, this'll get you going:
http://www.thunderboltforums.com/forum/htc-thunder-development/315-android-sdk-adb-driver.html

APK installer for Mac OS X??

Is there a SIMPLE gui apk installer on mac??
I used to use "Droid Explorer" and "Android Commander" on windows.
Any help?
well.. besides just draggin an apk to the sdk card and launching it with a file explorer to install, you can use adb to easily push and install an app from your mac to your computer.
download the android sdk.
open the terminal and navigate to where adb is and
Code:
./adb install <path_to_apk>
easy!
http://developer.android.com/guide/developing/tools/adb.html#move
killersnowman said:
well.. besides just draggin an apk to the sdk card and launching it with a file explorer to install, you can use adb to easily push and install an app from your mac to your computer.
download the android sdk.
open the terminal and navigate to where adb is and
Code:
./adb install <path_to_apk>
easy!
http://developer.android.com/guide/developing/tools/adb.html#move
Click to expand...
Click to collapse
Thanks for your reply. It's the method that I know man, but it's not as easy as double clicking any .apk file and clicking "install" (as in Droid Explorer for windows)
yea its seems that most of the good front ends and guis for the android tools are all made for windows.. ive used a mac the entire time ive had an android phone and i havent seen much osx love in terms of guis (with the exception of some rooting app.)
That's because everything can be done via command prompt
Sent from my ThunderBolt using XDA Premium App
chriskader said:
That's because everything can be done via command prompt
Sent from my ThunderBolt using XDA Premium App
Click to expand...
Click to collapse
yep. i was gonna say its because it has a real unix terminal but i thought it would arouse fan boys
killersnowman said:
yep. i was gonna say its because it has a real unix terminal but i thought it would arouse fan boys
Click to expand...
Click to collapse
LOL... true
hi I am on a mac running lion. I need a little help please with how to use adb to reinstall all my apk's back to my tel.
I seem to have been reading and reading but can not figure out the code to write in the terminal line.
I have my apps stored on my Desktop, in a folder called. backupapps
( the apps I am backing up are apps i have bought from the market)
I want to install them all at one time
can some one give me the adb code to install all files in my backup folder to my galaxy s2 tel. please
thanks
Plug your phone into the pc, enable USB Storage mode, copy apps to storage card. Use a program like root explorer or es explorer (my personal fav) and install the apps from there. Es Manager and Titanuim backup has nice application backup features. If you really want to use adb: adb install <path to apk> or try the cross platform QTadb application
This might help you
It will allow you to install your APK if you double click it and your phone is connected (debug mode enabled)
http://www.droidsector.com/blog/2010/06/23/easy-way-to-install-apk-files-using-android-sdk-for-mac/
I created the app successfully
Use airdroid,wireless management for any droid,it-s free apk,and web based.i'm using lion,and working ok.before i find'it i've used droidexplorer from vmware windows..very uncovenient way.
Sent from my X10i using XDA
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Thanks ✟
Moving to Q&A
Application you want found
You can use apkInstaller Application in mac.
It has GUI.
It's here:
macupdate.com/app/mac/55546/apkinstaller

[GUIDE] Send, receive and manage files on your watch from the phone using Bluetooth

Hi everyone, I got my watch 2 days ago and rooted it in the first two hours and since then keept trying different android apps on the watch and since then I managed to find a way to sideload apps without a computer and I am sharing it with you.
Note: This guide assumes you have your watch connected to your phone, your phone connected to the internet, a computer around and adb installed on the computer and some abilities of using adb commands to pull files and installing apk's and some basic linux commands like "cd".
Note 2: Links to the apps are in the 2nd post.
Note 3: List of working apps and tips in 2nd post.
Note 4: Guide to using adb from the phone and connecting the watch to a new device without a format in the 3rd post.
Here are the steps:
Install ASTRO Bluetooth Module on the phone.
Install Bluetooth file transfer on the phone.
Connect the phone to the computer and pull the ASTRO Bluetooth Module apk file from data/app.
Connect the watch to the computer (adb over bluetooth or over USB) and sideload the ASTRO Bluetooth Module you just pulled from your phone.
Open the ASTRO Bluetooth Module app on your watch and tic the OBEX FTP SERVER option.
Open the Bluetooth file transfer app on your phone and switch to the Bloueooth tab (the one with the blue Bluetooth sign).
You will see your G Watch in the Cache list, click on it.
On the list that will open click on "File Transfer Profile (FTP)" and wait for it to connect.
Now the contents of the /sdcard folder of the watch should be shown on the Bluetooth tab.
To send a file switch back to your other tab and long-press on the file you want to send and click upload.
To receive a file from your watch go to the Bluetooth tab and long-press the file you want and click Download.
In the bluetooth tab you can also fully manage your sdcard folder from your watch so you can delete, move and copy any file or folder on your watch,
Enjoy.
Also in case you want to sideload apps to your watch you first need to send them using the method above and then do this:
Install terminal Emulator on your phone and sideload it to your watch the same way you did with ASTRO Bluetooth Module above.
Sideload Minuun keyboard for wear or an other keyboard if you think you can use it.
Optional, usefull only if you have root: Install ES File Explorer on your phone and sideload it to your watch.
To install apps open Terminal Emulator on your watch and go to the folder your apk file is in using the "cd" command and then do: "pm install <appname>.apk" changing <appname> to the name of your apk file.
If you choose to install ES File Explorer you can do that much easyer by enabling root acces in it and the option to automatically install and uninstall apps.
And if you want to uninstall apps directly from your watch do this:
Open Terminal Emulator.
Issue the command: "pm list packages -3" and find the package name of the app you want to uninstall
Issue the command: "pm uninstall <packagenamehere>" replacing <packagenamehere> with the package name of the app you want to uninstall.
NOTE: Uninstalling apps using ES File Explorer does unfortunately not work because it asks if you want to uninstall the app and the buttons are not on the screen so you can't click on the "Yes" option.
Done.
Here you go guys, have fun, hope this helps someone else as much as it does help me, will also try to find a way to connect the watch to the adb daemon on the phone via bluetooth and if I manage to do that I will surely post a guide.
Resources:
Astro Bluetooth Module: https://play.google.com/store/apps/details?id=com.metago.astro.network.bluetooth
Bluetooth File Transfer: https://play.google.com/store/apps/details?id=it.medieval.blueftp
Terminal Emulator: https://play.google.com/store/apps/details?id=jackpal.androidterm
ES File Explorer: https://play.google.com/store/apps/details?id=com.estrongs.android.pop
List of working apps:
-All the ones that the above post tells you to sideload to the watch
-The apps in this thread: http://forum.xda-developers.com/android-wear/general/list-sideloaded-android-wear-apps-t2908106
-MiXplorer-better as a file explorer in my opinion because of the list view, does not have music player and text editor so you still need ES File Explorer for that, also crashes when you exit-link: http://forum.xda-developers.com/showthread.php?t=1523691
Tips:
-If an app you want to sideload uses holo theme it will most probably not work, I think wear has holo removed
Thanks to:
@EpicLPer for creating that thread of sideloaded working apps.
Someone managed to execute adb commands from the phone to the watch, look here:
http://forum.xda-developers.com/android-wear/development/adb-smartphone-to-android-wear-t2987568
Also on this thread someone managed to connect the watch to a different phone without a factory reset on an older android wear version:
http://forum.xda-developers.com/and.../app-reset-wear-client-switch-phones-t3058962
But it's not that easy anymore, that you now need to do is:
First execute the (adb shell "pm clear com.google.android.gms && reboot") command
And then after the reboot execute the (adb shell am start -a android.bluetooth.adapter.action.REQUEST_DISCOVERABLE) command to be able to connect your phone
I have also made shell scripts to do that directly on the watch using terminal emulator and will upload them soon.
Great stuff sir!
crazyeats said:
Great stuff sir!
Click to expand...
Click to collapse
Glad you enjoy it, have now added a list of working apps and tips in the 2nd post, if you test other apps and they work please post them and I will add them.
Solid! Thanks
Great any update then?
johnvuong1999 said:
Great any update then?
Click to expand...
Click to collapse
Sorry I was without a PC for a week and didn't see your message, updates on what are you asking about?
If you are asking about more apps I didn't really get more apps working (android wear is just missing too many things), only some video players but they break the app "Wear Mini Launcher" for some reason, and if you are asking about using adb via bluetooth to debug the watch from the phone that's also something I didn't get working and I did try all the ideas I had.
Root required?
owais113 said:
Root required?
Click to expand...
Click to collapse
If you would have read the whole post you would have seen that it only needs root to install apps using ES File Explorer but unfortunately after the 5.1 update the "pm install" command doesn't seem to work anymore (with or without root) it just gives a "FAILED_INVALID_URI" error.
Other news is that someone on the wear general forum actually managed to run adb over bluetooth so you can now install apps from your phone directly using adb instead (but it does require root on your phone) I will post the link in the 3rd post soon.
Ranomez said:
If you would have read the whole post you would have seen that it only needs root to install apps using ES File Explorer but unfortunately after the 5.1 update the "pm install" command doesn't seem to work anymore (with or without root) it just gives a "FAILED_INVALID_URI" error.
Other news is that someone on the wear general forum actually managed to run adb over bluetooth so you can now install apps from your phone directly using adb instead (but it does require root on your phone) I will post the link in the 3rd post soon.
Click to expand...
Click to collapse
But does the watch need to be rooted or you only need a rooted phone.
owais113 said:
But does the watch need to be rooted or you only need a rooted phone.
Click to expand...
Click to collapse
Do you need root on your watch to execute the "adb install" command command from the PC?

xiaomi stick 4k - unable to sideload Apps Android 11

Hi,
I just bought a mi 4K stick. Android 11
Everything works like a charm except sideloading apps.
Enabled Unknown Sources.
Disabled Google protect.
Granted permission for Downloader and File commander.
Downloader: whenever i click on the file and open the apk to install, it will show the progress bar for 2 seconds and then close. no error.
File Commander: Whenever i try to install the file, progress bar showing staging app and then nothing happens.
I tried the same APK on my TCL Smart TV and it worked like a charm. Android 9
Any hint would be appreciated.
Thanks,
Same problem, any solution?
Same here
Can't install any outside apps
Also mx players doesn't read all files on my external drive
3la2Saber said:
doesn't read all files on my external drive
Click to expand...
Click to collapse
What file systems does the xiaomi stick 4k support via usb? Is it more than just fat32?
Are ntfs and exfat supported?
3la2Saber said:
Can't install any outside apps
Click to expand...
Click to collapse
Others have mentioned the same issue. You could try a third party installer app like "downloader".
Or, using adb install or other system level tools.
Do you find solution?
Hi,
did anyone find a solution for this problem ?
a Quick update.... I managed to install apps using ADB Command.
first, enabled developed mode and usb debugging.
enabled unknown source
run adb command from windows laptop and install the apk ( adb install apkname)
https://sites.google.com/site/tweakradje/devices/xiaomi-mi-tv-stick?authuser=0 was very helpful....
i also got them installed thru adb , but when restart all of these apps will go away, its really annoying
to install the apps , follow these below steps :
from the CMD
adb.exe connect "IP address of your android device"
cd " location for your apk apps "
adb install " appname "
done
please if anyone find a solution to make these apps stands , share it with us
got it done successfully
now it runs as it should be
i only did a couple factory reset , then it works
most important , when download the downloader app, make sure you provide full accesses and grant permission for unknown app before open the downloader app
and the same for any other apps , download any desire app from downloader then install it , provide permissions then use the app
that's it
thansk
zahi_k said:
Disabled Google protect.
Click to expand...
Click to collapse
No need for this.
Dear Assad. Can you please have a step by step in how you did it. It would be appreciated
Hello All. I was able to side load some of the apps using adb. I was not successful to install everything but I did not try to see why. I was able to load the apps that I needed and that is why I did not go further. Also, experts might have an idea why I was not able to do it. nonetheless, here is what I did
1- Download the ADB file and rename it to .CMD __TV_STICK_MODS.CMD__
2- Once downloaded and renamed to say"tv_stick_mods.cmd" (just an example), double click the file to run it.
3- It will prompt you to download the adb.exe and it will take you to the site where you can download it from. You will have to download this file "platform-tools_r34.0.1-windows"
4- Once downloaded, you need to extract the the file in a folder where you know the location and add to the same folder the "tv_stick_mods.cmd" (all have to be in the same folder)
5-Download the apps that you want to side load (no need to put them in the same folder)
6- Go to your Mi box stick and enable developers option and enable USB debugging
7- Also from your Mi box go to the setting of your network connection and obtain the IP address for your Mibox (should be something like 192.167.XX.XX)
8- Run "tv_stick_mods.cmd" again and it will prompt you to enter the IP address for the Mi stick. Enter the IP address that you have obtained in #7 and it will try to connect and it will show you a message on the TV to allow PC to connect (Make sure that you are on the same network as the MI stick)
9- Once permission is granted, then go back to PC/ Laptop and you will see a message that says "this does not seem to be a mi-stick do you want to continue"
10- hit yes and it will take you to another menu where you can explore all the options that you can do with the Mi stick from your laptop.
11- for installing apps, choose option 8 (copy / Install/uninstall)
12- In the next menu chose install and it will prompt you to choose the app that you want to install
13- Go to the location where you downloaded the app and choose the app that you want to install
14- It will prompt you if you want to install that app or not. Hit yes and let it install (should not take more than 10 Secs)
15- once done, it will show success and hit any key. Once this is done, go back and see if your app has been installed.
Hope this procedure helps you guy like it did to me and please if there is any flow in what I did please correct me
sambosat said:
Hello All. I was able to side load some of the apps using adb. I was not successful to install everything but I did not try to see why. I was able to load the apps that I needed and that is why I did not go further. Also, experts might have an idea why I was not able to do it. nonetheless, here is what I did
1- Download the ADB file and rename it to .CMD __TV_STICK_MODS.CMD__
2- Once downloaded and renamed to say"tv_stick_mods.cmd" (just an example), double click the file to run it.
3- It will prompt you to download the adb.exe and it will take you to the site where you can download it from. You will have to download this file "platform-tools_r34.0.1-windows"
4- Once downloaded, you need to extract the the file in a folder where you know the location and add to the same folder the "tv_stick_mods.cmd" (all have to be in the same folder)
5-Download the apps that you want to side load (no need to put them in the same folder)
6- Go to your Mi box stick and enable developers option and enable USB debugging
7- Also from your Mi box go to the setting of your network connection and obtain the IP address for your Mibox (should be something like 192.167.XX.XX)
8- Run "tv_stick_mods.cmd" again and it will prompt you to enter the IP address for the Mi stick. Enter the IP address that you have obtained in #7 and it will try to connect and it will show you a message on the TV to allow PC to connect (Make sure that you are on the same network as the MI stick)
9- Once permission is granted, then go back to PC/ Laptop and you will see a message that says "this does not seem to be a mi-stick do you want to continue"
10- hit yes and it will take you to another menu where you can explore all the options that you can do with the Mi stick from your laptop.
11- for installing apps, choose option 8 (copy / Install/uninstall)
12- In the next menu chose install and it will prompt you to choose the app that you want to install
13- Go to the location where you downloaded the app and choose the app that you want to install
14- It will prompt you if you want to install that app or not. Hit yes and let it install (should not take more than 10 Secs)
15- once done, it will show success and hit any key. Once this is done, go back and see if your app has been installed.
Hope this procedure helps you guy like it did to me and please if there is any flow in what I did please correct me
Click to expand...
Click to collapse
hello dear , I tried it and its working i can install the application i need now thank you. but i am still facing one more issue that after restart different apps removed automatically. i disabled google protect from google play store. even some apps installed from google play got deleted. do you know what is the problem and how to solve it? thanks in advance.
Hello;
Well... for the issue of deleted Appz I'm still looking into a solution for this as I'm also facing this issue and till now I was unable to resolve it. Also I have another issue that not all the Appz can be installed. If anyone has an Idea it would be good to share
sambosat said:
Hello;
Well... for the issue of deleted Appz I'm still looking into a solution for this as I'm also facing this issue and till now I was unable to resolve it. Also I have another issue that not all the Appz can be installed. If anyone has an Idea it would be good to share
Click to expand...
Click to collapse
hello, also for me still searching for solution for auto deleting apps after restart. for some apps not being installed try to search for another app version that match the stick from https://www.apkmirror.com/ . i am choosing the version compatible with armeabi-v7a and its working fine with me for the apps I need.
Good point I will check it out also I totally forgot about compatibility issue. Thank you for the update

Categories

Resources