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

Root Help!!!! Soft bricked!!!!! Bootloop!!!!

what were you doing before it bricked, your stuck on the white metro logo?

did you backup anything before this happened?
 
you can try adb in the stock recovery vol up+power

put your backup build.prop in the same folder as adb

adb shell
su(hopefully you don't get a seg fault or something)
mount -o remount,rw /system
chmod 777 /system/build.prop
exit
exit
adb push build.prop /system
adb shell
su
chmod 644 /system/build.prop (be sure to do this)
exit
exit
adb reboot
 
Thank you good sir I'm back up I really should be more calm ,but I sure wasn't. It took a different perspective to set me straight.

~~~~~KAINXS
~~~~~~ KUDO'S


C:\adbtk>adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
shell@android:/ $ su
su
shell@android:/ # mount -o remount,rw /system
mount -o remount,rw /system
shell@android:/ # chmod 777 /system/build.prop
chmod 777 /system/build.prop
shell@android:/ # exit
exit
shell@android:/ $ exit
exit

C:\adbtk>adb push build.prop /system
2006 KB/s (12321 bytes in 0.005s)

C:\adbtk>adb shell
shell@android:/ $ su
su
shell@android:/ # chmod 644 /system/build.prop
chmod 644 /system/build.prop
shell@android:/ # exit
exit
shell@android:/ $ exit
exit

C:\adbtk>adb reboot

P.S.~~~~~Booted up in 42secs on the dot by the way thank you again
~FIN~
 
Any chance of getting copies of those stock files? I'm having trouble finding stock rom for the vitria. Would be great if someone would make an update.zip of stock rom that could be flashed through stock recovery.
 
Just bought this phone and made the same mistake, but i dont have any backup files or anything cwm isn't even on my phone, I can only go to the standard recovery. can someone help me with this? NEVER USED ADB
 
I finally had time to make a flashable stock-ish rom but you will still need cwm to flash it, will upload it later when I finish testing it.
 
I did not think changing the density a little would cause it to soft brick. Because my phone is not in debugging mode and cwm is not installed i don't think there is anything i could do. the phone just powers on to the huawei logo
 
Back
Top Bottom