• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root I Deleated Build.prop

saved1992

Newbie
hi i had deleated build.prop earlier in the day when i took out my battery and put it back in my phone wouldnot reboot it just vibrates i tried the eboot by holding down the back power and down button but all it does is vibrate can you help me
 
Retrieve build.prop from a stock ROM download and place it on your sd scard using USB storage via CWM. Then, using CWM's file explorer, copy it from your sd card to system or wherever it belongs.
 
Retrieve build.prop from a stock ROM download and place it on your sd scard using USB storage via CWM. Then, using CWM's file explorer, copy it from your sd card to system or wherever it belongs.
cwm doesnt have a file explorer you can copy and paste from. But in CWM you can use adb remount, then adb push to push the build.prop to /system.

Code:
adb remount
Code:
adb push build.prop /system/build.prop
 
I meant Clock Work Mod Recovery. I'm not sure if there is a difference. I have a Samsung Intercept and used recovery to do what I said. Now, I'm not even sure if my recovery is CWM. Posting from my phone. Too lazy to reboot and check.
 
Back
Top Bottom