Prepare Build Environment and Download android AOSP source Code
Since most of the development in recently happening on latest Android versions like Android 9, 10 and … Read more
Since most of the development in recently happening on latest Android versions like Android 9, 10 and … Read more
The “which” command returns the pathnames of the files (or links) which would be executed in the … Read more
When we put our device to fastboot mode for flashing our binaries using fastboot command, while trying … Read more
If we installed ADB, Fastboot using Ubuntu packages as mentioned in our another post, “How to Install … Read more
When we were trying to install a new package and needed to perform apt-get update, we got … Read more
When we were running some python based test applications, we got following error, Solution : This problem … Read more
The “history” command in Linux is used to get previously used commands. As the name suggests this … Read more
The “cp” means copy in Linux. This “cp” command is used to copy the files and directory … Read more
What is find command? The find command is used to search and locate the list of files … Read more
pwd is a short form for “Print Current/Working Directory” in Linux. As its name suggests this command … Read more
“cat” is derived from “concatenate” in Linux. This command is used to view the content of the … Read more
We use the “ls” command to list the files and directories on Linux based operating systems. “ls” … Read more