You are on page 1of 7

A Ashok Kuikel

Home WordPress Security and Threats WooCommerce

Alibaba Cloud Amazon

Spread the
word
How To Edit Build.prop
   
Without Root Using
ADB In TWRP Recovery
April 29, 2018  0 comments

If you’ve ever customized your Android device beyond

the means of apps from the Play Store, you might have
Privacidad - Términos
come across editing build. prop le. It’s located in

the /system directory of your device.

What’s build.prop le?


You might wonder what does build. prop le does, and

why is it so important for the OS installed on your

device. Well, build.prop le contains information about

system properties. Also, it contains other critical build

information which is used system-wide on an Android

device.

Strings and values de ned under build prop le are

critical to the OS, as they de ne what features are to be

enabled on the device. By editing build.prop le, you

can create or modify system properties which are then

loaded when your device reboots.

How to Edit Build.prop


Without Rooting Your
Device:
. Setup ADB and Fastboot on your PC.
Privacidad - Términos
. Boot your Android device into TWRP recovery.

. Select Mount » and then select System from the list

of partitions to mount the system partition and

then go back.

. Connect your device to the PC with an authentic

USB cable.

. Open a command window on the PC and issue the

following command to pull BuildProp le from the

device:

adb pull /system/build.prop

. The above command will download

the buildprop  le to your PC in the same

directory where your command prompt is running

from.

└ Tip: Make a copy of the build.prop le before you

edit it so that you’ve a backup of the original le.


Privacidad - Términos
. Download and install Notepad++ software on your

PC.

. Open the build prop le on your PC using the

Notepad++ program.

. Edit the buildprop le as per your requirement and

save it on the PC after making the changes.

. Once you’ve saved the edits to the build prop le,

push it back to the device using the following

command:

adb push build.prop /system/

. Now set the correct permissions for the buildprop

le with following commands (issue them one-by-

one):

adb shell

cd system

chmod 644 build.prop

. Once you set the correct permission for build prop

le, reboot your device to system

from TWRP’s Reboot » System option.

That’s it. You’ve now successfully edited build.prop

without root on your Android device.


Privacidad - Términos
Ashok kuikel
Hi, I am Ashok Kuikel, WordPress Developer for

WordPress Community. While Cloud

Computing Associate and Alibaba MVP and

ACA for Cloud Professional.

You can follow me on Social Media, GitHub,

and via my Blog Channels.

Articles and Tutorials


We love writing about WordPress and latest plugins tutorials,
WooCommerce stats, and much more.

Privacidad - Términos
Top 10 Alibaba How To

Cloud
Subfolder vs How to
subdomain : display
How to Set
Which Is current
up
Better for Nepali date
WordPress
SEO & Why? in
with One-
WordPress?
May Ashok click
Solution on April Ashok
27, Kuikel
Alibaba
13, Kuikel
2020 Cloud
2020

April Ashok

15, Kuikel

2020

More Articles

Privacidad - Términos
Join Our SEND ME A COPY
Newsletter Enter your Email Address

A WordPress Home
Ashok Kuikel How To Who Am I

Security and Privacy Policy

Threats Terms
     WooCommerce

Top 10

© 2017- 2020 Ashok Kuikel. All rights reserved.

Privacidad - Términos

You might also like