Help firmware need

A

Android Question

Guest
Hello friends! I really need your help. I'm stuck on boot up logo. I need Goclever quantum 700n firmware. Can everybody can give me it or help to find it? PLEASE :)
 

SavageRobot

Android Expert
Assume you don't have recovery installed you can just flash backup. Can you get into any modes (recovery / download / fastboot etc) so you can get into ADB? If so, and you know what you did to build.prop I believe you can push / pull build.prop and fix it in Notepad?
 

The_Chief

Accept no imitations!
If you didn't make a nandroid backup in Recovery before changing the build.prop, then you're stuck with flashing the stock firmware again. That's why I strongly urge people who root their devices to make a backup BEFORE changing anything in /System. Good luck.

EDIT: SavageRobot has the one alternative... IF it will work.
 

SavageRobot

Android Expert
Open command prompt in your SDK location with your phone connected in ADB and check it's all there and recognised
ADB devices
If it's there and working fine we can continue
ADB pull /system/build.prop c:\ (or wherever you want to extract it to)
Open the file using notepad or some other plain text editor like that, not MS Word or something and change what you did back and save
ADB remount
ADB push c:\build.prop /system/
ADB reboot
Cross fingers and toes
 
Top