I need to test Android App specifically on LG Ally mobile. I am on windows and unable to find driver. I am unable to test it.
I can deploy app on Droid, however it doesn’t work with Droid (I know Apps should be universal and should work independent of Device make, but this acts weird as it involves muting and unmuting of microphone and for some reason Droid gives up on me).
Is there a way to download app on Droid and then transfer it to LG mobile.
I need to test Android App specifically on LG Ally mobile. I am on
Share
I initally missed that you didnt have drivers for the Ally –
You can get the app that installs the drivers here then you could deploy right to the device too
You might be able to pull it off using ADB pull to get it off the droid. I do not know if you can pull them off though if you dont have root access, my device always has root via ADB, but try:
when you do the
pull, the /data/ path must be exact, it is case sensitive, so you must know the apk file name exactly.then to install on the other device