4.0.3 build.proc

ataraxist

Senior Member
Jan 25, 2012
299
30
0
Does anyone has a copy of the original build.proc of version 4.0.3 tablet s? Can you share?

I might have screw up mine...and it's not loading.

After adb is successful, does anyone know the command to push the build.proc into /system?
 

ataraxist

Senior Member
Jan 25, 2012
299
30
0
I have a back up in system/build.prop.bak

I have an adb access and device recognised. can anyone help me and provide the steps (one by one) to get it renamed?
I tried to push one copy from my pc but it fail because it is read-only file system. How can i make it R/W?
 

ikfe

Senior Member
Mar 11, 2014
95
10
0
Paris
www.ikf3.com
Here is the commands 2do:
Code:
adb devices - check if u device is recognized
adb pull /system/build.prop C:\...\ - get build.prop file
edit how u want
Code:
adb shell
su
mount -o rw,remount /system
//Come back to ADB
adb push C:\...\build.prop /system/build.prop - repush build.prop file
adb shell chmod 644 /system/build.prop - fix permission
adb reboot
Hope this can be helpful :)
 
Last edited:

ikfe

Senior Member
Mar 11, 2014
95
10
0
Paris
www.ikf3.com
Thanks! Let me try...
Quick edit w/ commands for push file:
(Copy before build.prop file on internal storage,
Code:
adb push C:\...\build.prop /mnt/sdcard/
)
Commands:
Code:
adb shell
su
mount -o rw,remount /system
cd mnt/sdcard
cp build.prop /system
chmod 644 /system/build.prop - fix permission
reboot
 
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone