Affichage des articles dont le libellé est Oppo. Afficher tous les articles
Affichage des articles dont le libellé est Oppo. Afficher tous les articles

vendredi 30 janvier 2015

Oppo R8007 R1S HARD BRIK HELP topic






Hello friends I'm in big trouble because I did flash a rom wrong for the oppo R8007 or R1S. I have this phone from China but I'm Italian and I can not send him to assistance. I can not go into recovery or fastboot mode. The phone has a black screen and no signs of life. The only thing that happens is that by connecting it to the Pc appears qhsusb_bulk. What can I do? "unbrik"exists a tool?It is a MSM8226 qualcomm. I have only the stock rom, is there a way to install it? There are tool for lg, moto g and for opo one but nothing for my phone. Can somebody help me?
Thank you.






lundi 26 janvier 2015

[Q] cyanogenmod or any other custom ROM for oppo joy R1001 ? topic






can anybody develop a cyanogenmod or custom ROM for oppo joy R1001 which should be based on android kitkat or lollipop ?






samedi 24 janvier 2015

HOWTO: Prevent Oppo driver CD from mounting topic






It annoys the hell out of me when I plug the phone in by USB and it mounts a pointless virtual CD drive with the drivers on. You can disable it on your own PC, but when you plug in to someone else's having it pop up and autoplay the driver installer is often unwelcome. There's probably a better way to do this, but it works for me :)

Steps:

1) Have root, a working ADB, and backups (nandroid)
2) adb shell

Code:


su
mount -o remount,rw /system
cd /system/etc
cp init.qcom.post_boot.sh init.qcom.post_boot.sh.bak
echo setprop sys.usb.config mtp,adb >> init.qcom.post_boot.sh


If you need to get the drivers urgently, then from adb or a shell:

Code:


setprop sys.usb.config mtp,mass_storage,adb