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

Help Build.prop file edited

I recently edited the build.prop file. Mainly the sdk number. It was originally 15 changed to 16. All apps crash when i try to use them. Even superuser. Any way i can put it back?

Kyocera Hydro C5170
 
Did you make a backup first? I am guessing not since you posted here ;)
Were you on the stock rom?
Not sure, and it's above my pay grade, I'm wondering if using adb can help.
 
Hey mate,
Well done for getting it fixed :)
So how exactly did you do it? (For future reference)
I used adb to push the terminal app to the phone. I also had busybox installed so i had access to the busybox vi cmd. I also pushed the Hacker's Keyboard to it. The Adb cmd is adb install (name.apk). I used cd to move over to the /system/ and did busybox vi build.prop, and put back what was originally there. aka the sdk version.
 
Back
Top Bottom