[Q] TWRP Terminal Emulator - Sprint LG G3

I know how to get to Terminal COmmand...How do I get to Terminal Emulator, while in TWRP?

Related

[Q] terminal emulator problem

hey guys im having a problem with terminal emulator. i want to update my framework-res which ive done a few times already.
but this time, when i open terminal emulator, it doesnt ask for superuser access. if i try type:
su
it says:
su: not found
i tried uninstalling terminal emulator and reinstalling, still the same.
tried a different emulator. still the same. no request for su access
but shootme and titanium still both work
does any know what is happening?

[Q]why isnt adb shell command not working in Terminal Emulator?

I am using the app for ternimal i type within android
Code:
adb shell
i get error device not found.
i am using jelly beans v6 it comes with busybox and supersu.
im not sure whats up?
With terminal emulator you are already in a shell on the phone.
That is exactly what adb shell does, it opens a shell on the phone.
Pick up starting with the commands after adb shell.
Sent from my Samsung Galaxy Note 2 using Tapatalk 2.x

Android Terminal Emulator Application Usage

I was wondering if we can manage commands like
adb logcat > somefile.txt
adb fastboot flash some.IMG
Like commands which we use during custom ROM installation or while testing it by connecting to pc.
Is there any way to manage these commands inside an android terminal emulator app.
I tried to use those command directly after switching to root access but it didn't work out for me.
Does anyone knows if it is possible and if it is what is the correct way to do it.
I am not searching for app just a way to do it through your phone.
Sent from my HOV using CM10....

Help on how to do this commands !

Hello sir! I just wana ask question on how to run commands like this
su -c /system/etc/CrossBreeder/REMOVE_TETHER_BOOST
i've seen this in the Cross Breeder thread. I just wanna try it to reduce the lag on my phone and maybe also to speed it up!
but if i came across with this unexpected problems . i really dont know how to run this commands. so i just wanna ask . how do i run commands like that? THANKS IN ADVANCE
These commands are run via a terminal emulator on your phone. For this command, your phone have to be rooted.
Alternatively, you can use adb shell. To do so, you have to download the android sdk or google for adb for just downloading the relevant part of it, then you have to run adb root to get root privileges (the adb binary can be found under Path/to/Android-SDK/platform-tools) and adb shell to get a root shell. There you have to type in /system/etc/CrossBreeder/REMOVE_TETHER_BOOST (the su -c is not needed there because you already have root privileges).

Terminal emulator question

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

Categories

Resources