CMD IN ANDROID
On Android, there is no exact equivalent of the system symbol or CMD as in
Windows, but there are applications that allow you to do this, one isAndroid
Terminal Emulator.
With this application we will have a Linux Command Console.
on our mobile phone (or other device) Android. While there are
applications with graphical interface that perform almost all tasks that
they can be done from the Linux command console, and they are
easier to use for those who have never used Linux, it is also
it's true that the command line gives us flexibility and power
much greater, in just 74 Kbytes.
Once the application is installed, we run it and grant it permissions.
root with the Superuser application.
The first thing we will see is the command we have configured to...
execute as soon as you open the command console or the command that comes through
defect with the application. In the next line we have the Linux prompt,
dollar symbol '$'.
First of all, what we need to do is access the root or superuser of
Linux through the Console, with the Linux command 'su'. But first we need to
access the keyboard, for this we press the Menu key on our Android and you press
In "Toggle soft Keyboard". Our keyboard appears and we can type the
command and carriage return.
TORRES OLIVA ANGEL IVAN
GROUP: ISCV43805
SUBJECT: STORAGE AND RETRIEVAL OF INFORMATION
The Linux command line prompt will change to the hash symbol
We are already as a superuser (root). We create on our memory card.
the folder "efs", with the command "mkdir":
#mkdir /sdcard/efs
TORRES OLIVA ANGEL IVAN
GROUP: ISCV43805
SUBJECT: STORAGE AND RETRIEVAL OF INFORMATION
And with the following command, we copy the "efs" folder from our Android,
all the subfolders, to the 'efs' folder on the memory card. To do this
we use the command 'cp' with the option '-r'.
#cp -r /efs/* /sdcard/efs
Ready, we can now enter the folder /sdcard/efs:
#cd /sdcard/efs
and see the content we have copied:
ls -l
TORRES OLIVA ANGEL IVAN
GROUP: ISCV43805
SUBJECT: STORAGE AND RETRIEVAL OF INFORMATION
As we can see, a lot can be done with this application, this was just a
example but there are many possibilities of course it is for the users
more experienced since a misuse of this application could make
that the Android phone stops working or deletes some file from
there are also other applications like root explorer that is a
file explorer but not like the others, as this one provides access
to all the system files that are on Android something like what
we can do in Windows if we go to 'my computer' and enable the
option to view hidden files on the local disk 'C' with this explorer
from Android files you can do the same thing access the files
of the system and modify them manually but still only the most
It is recommended that experienced individuals do it because of the same.
the device may stop working or in case it works
bad.
There are also other applications that can make the modifications without
the need to do it manually as is the application of
EXPOSED INSTALLER this application allows you to install modules
(applications) that modify the system automatically there are also
risks of using this type of applications as it may stop
make the wifi work, the 4g signal, etc. But in case something fails with
this application simply disables the modules and uninstalls
In general, that should be enough to correct the error, but in other cases
TORRES OLIVA ANGEL IVAN
GROUP: ISCV43805
SUBJECT: STORAGE AND RETRIEVAL OF INFORMATION
backups must have been made previously
of the system for these cases otherwise it will be necessary to install the
system from scratch to correct the error.
TORRES OLIVA ANGEL IVAN
GROUP: ISCV43805
SUBJECT: STORAGE AND RETRIEVAL OF INFORMATION