Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I think I've bricked my device (Huawei G330, U8225-1). I was adb pushing while I received a "push failed: no space left on device". The phone boots in recovery, I've root but the bootloader is locked.

If I try to push an update to SDCARD/dload it says "no such file or directory", if I try to adb shell it says "exec '/system/bin/sh' failed: Permission denied (13) -"

What can I do?

share|improve this question
3  
This is not programming related. Try android.stackexchange.com. – Ahmad Jan 21 at 19:08

closed as off topic by Ken White, Ahmad, Squonk, Niek, Eric Jan 21 at 19:26

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Probably not. Any time you get permission denied on a rooted phone you can usually force it to work with the 'su' command, but make sure you use extreme caution while running superuser commands! I'd say you should head over to XDA where you can get device-specific help.

http://forum.xda-developers.com/

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.