Hi,
Does anyone know if there's a bash available that would work on a Gtab?
Thanks,
Jim
There is a terminal emulator in the market - it can be side loaded as well.
slow68 said:
There is a terminal emulator in the market - it can be side loaded as well.
Click to expand...
Click to collapse
I'm already using a term, but there's no bash. There's an Android Bash on the market, but apparently not for Tetra ...
Jim
Hi,
I just found that the busybox has ash, with history and command completion, so I think I'm good ...
Jim
Related
This is somewhat related to development, since wget is used in writing CLI scripts, but has anyone encountered the issue of wget not working with domains on the thunderbolt? I can use ip adddresses (wget http://xxx.xxx.xxx.xxx). I've googled around and there's been past issues with it not working if you don't have nameservers in your /etc/resolve.conf file, but I do have those, so I'm not sure why it's not resolving the domain. Busybox obviously has execute perms and resolve.conf is +r, so I'm at a loss. Commands like ping and traceroute will resolve domains, but not wget.
I could write a small wrapper to add a header with each wget execution, but I was more interested in solving the issue if it's possible.
The thunderbolt is my first android phone, so I don't know if it's a tb problem or android/busybox problem.
Thanks!
Works on das BAMF
adrynalyne said:
Works on das BAMF
Click to expand...
Click to collapse
This is kind of funny, since I was using das BAMF (1.2.1) already haha but no clue why it doesn't work for me. I would be open to any suggestions though and I can provide screen shots if needed.
Busybox version is:
BusyBox v1.19.0.git.adrynalyne (2010-12-21 22:03:30 MST) multi-call binary.
Basically the steps I take are (with nothing in shell profile or other config changes):
open android terminal emulator http://www.appbrain.com/app/android-terminal-emulator/jackpal.androidterm
or ssh via putty remotely with sshdroid (doesn't work in either so not an application problem I dont believe).
$ su -
# ash
# wget http://google.com
wget: bad address 'google.com'
# wget http://74.125.225.20 (google.com)
Connecting to 74.125.225.20....(works)
Known issue with most (if not all) Android BusyBox binaries. Take it up with whoever compiled the one you are using.
Edit: blame adrynalyne, all his fault! He broke it on all devices.
yareally said:
This is somewhat related to development, since wget is used in writing CLI scripts, but has anyone encountered the issue of wget not working with domains on the thunderbolt? I can use ip adddresses (wget http://xxx.xxx.xxx.xxx). I've googled around and there's been past issues with it not working if you don't have nameservers in your /etc/resolve.conf file, but I do have those, so I'm not sure why it's not resolving the domain. Busybox obviously has execute perms and resolve.conf is +r, so I'm at a loss. Commands like ping and traceroute will resolve domains, but not wget.
I could write a small wrapper to add a header with each wget execution, but I was more interested in solving the issue if it's possible.
The thunderbolt is my first android phone, so I don't know if it's a tb problem or android/busybox problem.
Thanks!
Click to expand...
Click to collapse
You can install your own busybox binary that works with wget (along with working /etc/resolv.conf).
jcase said:
Known issue with most (if not all) Android BusyBox binaries. Take it up with whoever compiled the one you are using.
Edit: blame adrynalyne, all his fault! He broke it on all devices.
Click to expand...
Click to collapse
Story of my life. Bamf 1.2 and up work for wget.
Sent from my ADR6400L using XDA App
Apparently I just don't post enough or near to anything on XDA, to be allowed to post in the Sensation DEV forum.
So I have to post it here.
In follow up to graffixnyc's http://forum.xda-developers.com/showthread.php?t=1159306 post I redid his windows batchfile to run on OSX. I don't have the linux version of ADB otherwise it would work just as fine on that.
I also have 2 scripts I use for enabling and disabling services on my sensation: DisablePM.sh and EnablePM.sh. Feel free to edit and use those if you prefer a quick way of making you own list of packages to disable.
But none the less here it is the OSX version of graffixnyc's Perma-Temp root:
http://www.multiupload.com/JFXDBTPYX4
Once Downloaded, Unzip and run Run_ME_Fr3vo_ROOT.sh from terminal.
Update:
Thanks for the work to Eugene373 and graffixnyc for posting. Hope I got i right this time
ziggimon said:
Apparently I just don't post enough or near to anything on XDA, to be allowed to post in the Sensation DEV forum.
So I have to post it here.
In follow up to graffixnyc's http://forum.xda-developers.com/showthread.php?t=1159306 post I redid his windows batchfile to run on OSX. I don't have the linux version of ADB otherwise it would work just as fine on that.
I also have 2 scripts I use for enabling and disabling services on my sensation: DisablePM.sh and EnablePM.sh. Feel free to edit and use those if you prefer a quick way of making you own list of packages to disable.
But none the less here it is the OSX version of graffixnyc's Perma-Temp root:
http://www.multiupload.com/JFXDBTPYX4
Once Downloaded, Unzip and run Run_ME_Fr3vo_ROOT.sh from terminal.
Thanks for your work graffixnyc
Click to expand...
Click to collapse
The credit actually goes to Eugene373, He is the one who deved it. I just found the info and posted it
graffixnyc said:
The credit actually goes to Eugene373, He is the one who deved it. I just found the info and posted it
Click to expand...
Click to collapse
Exactly, now maybe the OP can change the title so the credit immediately goes to Eugene373.
command on mac
What is the exact command to run using mac terminal. dont know much on mac...Thanks.
instechgainza said:
What is the exact command to run using mac terminal. dont know much on mac...Thanks.
Click to expand...
Click to collapse
Whilst im on Win7 or Ubuntu, im pretty sure you just double click the .sh files provided
instechgainza said:
What is the exact command to run using mac terminal. dont know much on mac...Thanks.
Click to expand...
Click to collapse
doubleclick on the .sh or find terminal in spotlight and cd to the directory you unpacked, then type ./Run_ME_Fr3vo_ROOT.sh that should do the trick.
I was just wondering if anyone has looked in to (or has already done/found) a port of any of things like bash, htop. modprobe, etc. Now that I have a massive screen I really miss bash from my CM ROMS on my phones lol ... and htop was just handy
Just curious, I've looked around but haven't found anything other than a couple Terminal apps that might have bash with them.
SpEnTBoY said:
I was just wondering if anyone has looked in to (or has already done/found) a port of any of things like bash, htop. modprobe, etc. Now that I have a massive screen I really miss bash from my CM ROMS on my phones lol ... and htop was just handy
Just curious, I've looked around but haven't found anything other than a couple Terminal apps that might have bash with them.
Click to expand...
Click to collapse
Terminal Emulator is about as bash as it gets. As far as commands like modprobe, if it isn't built into the kernel/os, just do a search for Armel ported stuff in debian repositories, you can usually find what you need, or just cross-compile with an arm-eabi compiler. Add it to /usr/bin and it will work in Terminal Emulator just like bash or any other terminal.
SpEnTBoY said:
Just curious, I've looked around but haven't found anything other than a couple Terminal apps that might have bash with them.
Click to expand...
Click to collapse
Terminal Emulator, and perhaps BusyBox (search Market) should get you a whole lot of stuff to play with.
I grabbed better terminal emulator pro which has busybox and bash but needed to install busybox from market anyway. I just copied a statically linked htop from my CM7 rom and it's happy too
SpEnTBoY said:
I grabbed better terminal emulator pro which has busybox and bash but needed to install busybox from market anyway. I just copied a statically linked htop from my CM7 rom and it's happy too
Click to expand...
Click to collapse
I am using it also, and really like it.
Sent from my Transformer TF101 using Tapatalk
Okay so here's the story guys, I am simply baffled at the fact I am holding a ZTE Majesty Pro Android MM 6.0 handset.
I look through my /system/bin for cmd interface type programs & to my surprise I see a lot of friendly & functional tools I would even see a few on a device with BusyBox installed, so here is where my confusion starts,
I can call the 'am' command from terminal,
I can call the 'pm' one from ADB with permissions over any user app (not sure about system apps my guess is probably since I got AppOps running with ADB & the pm command)
I can chroot and the 'toolbox' command spits out a majority of BusyBox, + the 'cat' command is in there, along with the weirdest command thusfar
the 'ss' command (Im assuming safestrap?) it asked me for 64-bit ELF files.
I'd be happy to provide any other specs for my device if needed, would appreciate anyone willing to help me use p0six to root this internally encrypted pile of crap.
LilAnt530 said:
Okay so here's the story guys, I am simply baffled at the fact I am holding a ZTE Majesty Pro Android MM 6.0 handset.
I look through my /system/bin for cmd interface type programs & to my surprise I see a lot of friendly & functional tools I would even see a few on a device with BusyBox installed, so here is where my confusion starts,
I can call the 'am' command from terminal,
I can call the 'pm' one from ADB with permissions over any user app (not sure about system apps my guess is probably since I got AppOps running with ADB & the pm command)
I can chroot and the 'toolbox' command spits out a majority of BusyBox, + the 'cat' command is in there, along with the weirdest command thusfar
the 'ss' command (Im assuming safestrap?) it asked me for 64-bit ELF files.
I'd be happy to provide any other specs for my device if needed, would appreciate anyone willing to help me use p0six to root this internally encrypted pile of crap.
Click to expand...
Click to collapse
I would love to. However i have the majesty pro on 7.1.1. What is p0six
ATACELITE said:
I would love to. However i have the majesty pro on 7.1.1. What is p0six
Click to expand...
Click to collapse
https://en.m.wikipedia.org/wiki/POSIX
Did you purchase your majesty pro with 7.1.1 on it already?
Did you purchase your majesty pro with 7.1.1 on it already?[/QUOTE said:
Yes siree
Click to expand...
Click to collapse
ATACELITE said:
Did you purchase your majesty pro with 7.1.1 on it already?[/QUOTE said:
Yes siree
Click to expand...
Click to collapse
Awh man, i wonder if there's an update
Click to expand...
Click to collapse
Hey, I have a smart android TV running on some cvte board from china and running android 7.1.1 from 2020.
The /system partition is mounted ro [remount allowed] and /data rw but trying to edit that gives access denied error.
The adb reboot fastboot and adb reboot recovery just reboots the tv.
I have enabled adb by going into the service menu and enabling in debug.
I have seen modified scripts in /system/bin that refer to su scripts.
One of them being cvte_su_service and sys_control. These scripts do not work without adb root shell.
I cannot find any exploit for this tv and it is a 32bit hislicion cpu with mali 450 gpu.
I use adb with the termux terminal emulator.
I cannot find any way to elevate permissions on the tv and i cannot find any type of help on this.
P.S i also saw many hotkeys like the service menu but i cant understand what they are for since they are in Chinese..
At least your device has the ability of installing apps freely
I can help you to translate the hotkeys to English in 3 days if necessary.
Well thanks!
yeah idfk what those keys mean or do, only the factory menu one.
Mark Zhang said:
At least your device has the ability of installing apps freely
I can help you to translate the hotkeys to English in 3 days if necessary.
Click to expand...
Click to collapse
I can help you with installing termux and adb on that so you can run adb on your tv itself and install through it like that.
Great! Thanks too!
How about continue on Chat apps such as Telegram?
The forum is not a convenient place for long conversations.
Mark Zhang said:
Great! Thanks too!
How about continue on Chat apps such as Telegram?
The forum is not a convenient place for long conversations.
Click to expand...
Click to collapse
I'm not on telegram but you can contact me on Twitter! @Kenora_I
Could you please check a tweet from you? I'm under it ~ (。・ω・。)
Mark Zhang said:
Could you please check a tweet from you? I'm under it ~ (。・ω・。)
Click to expand...
Click to collapse
Kay.
Kenora_I said:
Hey, I have a smart android TV running on some cvte board from china and running android 7.1.1 from 2020.
The /system partition is mounted ro [remount allowed] and /data rw but trying to edit that gives access denied error.
The adb reboot fastboot and adb reboot recovery just reboots the tv.
I have enabled adb by going into the service menu and enabling in debug.
I have seen modified scripts in /system/bin that refer to su scripts.
One of them being cvte_su_service and sys_control. These scripts do not work without adb root shell.
I cannot find any exploit for this tv and it is a 32bit hislicion cpu with mali 450 gpu.
I use adb with the termux terminal emulator.
I cannot find any way to elevate permissions on the tv and i cannot find any type of help on this.
P.S i also saw many hotkeys like the service menu but i cant understand what they are for since they are in Chinese..
Click to expand...
Click to collapse
@jwoegerbauer sorry for the mention but do you have any amazing ideas on how to accomplish root on this. Sorry for the mention, I know you must be busy and you don't need to reply.
Just kinda at my wits end with this.
No problems.
I think the answer I gave here:
Fully Rooting Onyx Boox Poke3 e-reader
UPDATE: Changed the Topic as we are getting away from the original question in post 1 to the actual problem: figuring out how to fully root an Onyx Boox Poke3 e-reader running Android 10. "Fully" meaning including full r/w access to /system and...
forum.xda-developers.com
Do you know how to open an app with IR Remote? Editing keylayouts?