Help to remove apk restrict to run on emulator? - Android Q&A, Help & Troubleshooting

Hello,
I have installed the below apk on android emulator on my PC
The installation was successful but unfortunately it can't run
I tried a lot of different emulator but got the same thing
Can someone please help to modify it to bypass the restriction?
Thank you guys !
APK file:
nhatranghosting.com/dl/APlayTV21.apk

@crazyku
Ask app's developer which devices he intended the app to run on.

What is the restriction?

p4rp said:
What is the restriction?
Click to expand...
Click to collapse
Hello,
I think the developer restrict to run it on any emulator like Nox Player or BlueStacks.
I install and run successfully on Android phone, table, Android TV Box,... but when I install in the emulator on my laptop, it successfully install but CAN'T run.
I don't know how to decompile apk and check what restriction
apk file:
nhatranghosting.com/dl/APlayTV21.apk
or here on play store:
play.google.com/store/apps/details?id=com.anzsolution.a_playtv

@crazyku
Use an online decompiler such as https://www.apkdecompilers.com/

Related

Install apps & games to android device. PC software no commands in console needed

Thanks guys for your support, while searching and searching for way to install apps and games to Android, my x10a I've found a pc software no commands needed to type in console. here it is androidcommander.com I've downloaded and it works for me.

rooted nook android newbie

how do i add apps like a file browser and b&n nook reader back to a rooted nook? Also, how do i transfer files to it when hooked up to the computer? It's looking for a device driver and without that i cant even add music. any help would be greatly appreciated.
tailleur said:
how do i add apps like a file browser and b&n nook reader back to a rooted nook? Also, how do i transfer files to it when hooked up to the computer? It's looking for a device driver and without that i cant even add music. any help would be greatly appreciated.
Click to expand...
Click to collapse
Okay first off what firmware version do you have on your rooted nook and second of all how did you root your nook? if you used either MonsterRoot or autonooter you should have access to the market if you followed all the steps and can find different versions there like Astro and Root Explorer. There is also the nook app if you changed your launcher. if you didnt then you should be able to just read books through barnes and noble's launcher. second of all you should be able to plug your device into your computer and it should be recognized. rooting your device doesnt ruin your ability to connect and transfer files from your computer to your nook color, it just allows you to do more things with it. fun interesting things!
App Install
First you need to download the apk of the program you want to install, once you have that all you need is the android SDK. As part of the SDK you get the android debug bridge to install an application all you do is:
adb install <path_to_apk>
Installing an Application
You can use adb to copy an application from your development computer and install it on an emulator/device instance. To do so, use the install command. With the command, you must specify the path to the .apk file that you want to install:
adb install <path_to_apk>
For more information about how to create an .apk file that you can install on an emulator/device instance, see Building and Running
Note that, if you are using the Eclipse IDE and have the ADT plugin installed, you do not need to use adb (or aapt) directly to install your application on the emulator/device. Instead, the ADT plugin handles the packaging and installation of the application for you.

[Q] Android in the Enterprise and Google Play

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

[Q] [HELP] For Develope Apks

Hello, i need Help to learn "Apk's developement" , I tried to run development aplications for windows but what the hell it doesnt works for me; I tried first installing Apk Manager, so i need to install Android SDK, (i get a Zip, and i think is not good version) then i need Java SDK, (but said: it's already installed) doesnt work dont let me install, it's making me crazy!!! also Adb doesnt found i dont know why!.
Please if somebody can make a list in orden of de Windows Aplicactions i need to use Apk Manager and Android SDK Correctly. I will be really gratefull.
And if can, pass me the link for download it
hardrockcaffe said:
Hello, i need Help to learn "Apk's developement" , I tried to run development aplications for windows but what the hell it doesnt works for me; I tried first installing Apk Manager, so i need to install Android SDK, (i get a Zip, and i think is not good version) then i need Java SDK, (but said: it's already installed) doesnt work dont let me install, it's making me crazy!!! also Adb doesnt found i dont know why!.
Please if somebody can make a list in orden of de Windows Aplicactions i need to use Apk Manager and Android SDK Correctly. I will be really gratefull.
And if can, pass me the link for download it
Click to expand...
Click to collapse
I really don't understand what you're trying to say ... What exaclty is an APK Manager ??
If you are trying to build Android Applications, Then you need the following :
Knowledge of Java (or) a similar OOP Language
An IDE (like Eclipse or Android Studio) + Android Development Tools - (Eclipse+ADT >> Download Here)
The Android SDK ( Comes along with the ADT Bundle You downloaded above)
An Android Phone
A Working Brain
niranjan94 said:
I really don't understand what you're trying to say ... What exaclty is an APK Manager ??
If you are trying to build Android Applications, Then you need the following :
Knowledge of Java (or) a similar OOP Language
An IDE (like Eclipse or Android Studio) + Android Development Tools - (Eclipse+ADT >> Download Here)
The Android SDK ( Comes along with the ADT Bundle You downloaded above)
An Android Phone
A Working Brain
Click to expand...
Click to collapse
Hi, thanks for answer, sorry for mi english, i am from argentina. APK Manager is a windows aplication, "for decompile and recompile android's APK". (For Edit APK) here i've found http://forum.xda-developers.com/showthread.php?t=2281656
I downloaded the ADT of the link that you posted, but the APK Manager still said: Adb was not found; : Adb: is Android debug bridge, supposed come with the android developement tools, but doesnt work. Any idea why?
hardrockcaffe said:
Hi, thanks for answer, sorry for mi english, i am from argentina. APK Manager is a windows aplication, "for decompile and recompile android's APK". (For Edit APK) here i've found http://forum.xda-developers.com/showthread.php?t=2281656
I downloaded the ADT of the link that you posted, but the APK Manager still said: Adb was not found; : Adb: is Android debug bridge, supposed come with the android developement tools, but doesnt work. Any idea why?
Click to expand...
Click to collapse
Yes but depending on. Your windows biuild you will need to add it to your system path.
Wayne Tech Nexus

[Q] How can i run android in ubuntu & remote control them

Hi,
I have a few questions:
How can i emulate android on ubuntu without "x86 CPU"? I try emulate with virtualbox, and now i wanna try connect by cable - if you have TUT (pls let me see). Now i try execure .py scripts
I cant found rooted image with working google play - pls gelp me google it and how run it on PC/Server
PS I wanna create service for testing applications for infosecure. Pls help me with start devices/

Categories

Resources