[Q] How can i do this!! - Android Q&A, Help & Troubleshooting

Hello every one
I have some questions
How can i run a binary file written by c4droid in my sdcard or execute other files?
Does terminal emulator support applications have ncurses?
Is there any source for android busybox?
How can I have something like this?: look at terminal emulator screen sgots in play store
I will appericiate your answers

Related

How install python on android? so that it works with su, cd, ls ... commandss?

Hey,
ive got a moto g and its my first android and its rooted and bootrom is unlocked, and ive installed terminal emulator, but i cant find out how to install python so that it works in terminal eit su, cd , ls ... commands?!?
ive installed qpython app from playstore but you cant do commands like su, cd .....
ive tried ping in terminal rmulator and it wotks so you can enter internet over terminal emulator, so i tried apt-get install python but it says no apt-get command foundor something like this, so i hope someone can trll me how to install python on android with working commands( su ...) so that it can enter filesystem directorys like /sdcard....
please help
Hi,
You don't need python to run commands like su and cd! All you need is a nifty binary called 'BusyBox'. Since you mentioned apt-get, I assume you come from Ubuntu? Well I'm sure you're familiar with BusyBox. Look for BusyBox installers in the Play Store.
Once you've installed Busybox, enter this command in the terminal emulator to let BusyBox symlink its applets:
(Are you sure you're rooted? Running su successfully is a must.)
Code:
su
busybox --install /system/xbin
If all goes well, then you should be able to use Unix utilities like cd and ls.
Sent from my GT-I8730 using Tapatalk
aureljared said:
Hi,
You don't need python to run commands like su and cd! All you need is a nifty binary called 'BusyBox'. Since you mentioned apt-get, I assume you come from Ubuntu? Well I'm sure you're familiar with BusyBox. Look for BusyBox installers in the Play Store.
Once you've installed Busybox, enter this command in the terminal emulator to let BusyBox symlink its applets:
(Are you sure you're rooted? Running su successfully is a must.)
Code:
su
busybox --install /system/xbin
If all goes well, then you should be able to use Unix utilities like cd and ls.
Sent from my GT-I8730 using Tapatalk
Click to expand...
Click to collapse
Thank you for answering me,
i tell you whats my problem, i need to run a python file, for example: python dummy.py 12345
then it createsa txt file in the path where i am!
that what it should do, but on my android (busybox is installed and its rooted and bootrom unlocked) i ve installed terminal emulator from play store and su and cd and ls command works, but i cant run python files, it says python not found even when i installed pythonforandroid, so i try to apt-get install python but it says apt-get not found, then ive installed qpython from play store, but it doesnt do what i want too !
so my question is, is there any way to tun my python file that creates a new file (its like a passwordgenerator) ???
Basically, you don't need superuser to run simple Python or to develop using it.
If you are looking for Jupyter type IDE on android, visit the following link here.
It will help you install Python and run ipython notebooks without hassle.

Terminal emulator question

Hey I was wondering if I could program a terminal emulator app to run some commands after each boot.
Thanks.

'parted' not working - termux/terminal emulator - galaxy tab a rooted nougat 7.1.1

Hi, I'm trying to run parted after a 'pkg install parted' in termux on my galaxy tab a. Odin rooted with cf auto root. When I run it in termux I get permission denied. When i run it in android terminal emulator i get applet not found. I have tried moving the parted file to various folders to no avail. I have attached a link to my 'printenv' below
Busybox is installed to /system/xbin and termux is at data/data/com.termux
I tried to attach an img url of my 'printenv' but I'm still a noob and can't post links. Pls message me if that sort of info would help.

how to root android emulator

i found a tut for this but i get "no device" after
adb root
adb remount
Have you got lucky with rooting the Android in qemu emulator inside Android Studio?
For a Task, I also need to root the PlayStore version of the Android Emulator.
ADB root say "adbd cannot run as root in production builds"
Installing the Magisk Manager doesn't give me the option to install su, only download the zip or patch an image.
I also try to mount the "userdata-qemu.img" with "ImDisk Virtual Disk" and place the su file directly,
but if I open it in Windows Explorer, it needs to be initialized.
I Think the filesystem is not readable by Windows. I try to investigate more and more.
@reverser69
What emulator are you using? At least default API 23 x86_64 emulator is rooted by default.
jwoegerbauer said:
@reverser69
What emulator are you using? At least default API 23 x86_64 emulator is rooted by default.
Click to expand...
Click to collapse
I Use the API 29 x86_64 with Google Play Services.
well got BS 4 and BS tweaker working

Help to remove apk restrict to run on emulator?

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/

Categories

Resources