need help for oppo a37fw - General Questions and Answers

hi!
If u look at thi then u might help me (pls i need help!)
i have a oppo phone (a37fw) that has been bricked (idk if it bricked)
Details:
well... i got the phone after my dad give me the phone and before i give it mo my dad, i set a PIN password and now i cant remember it ,aslo the recorvery does not have reset function ( #### <=== (i type it )u OPPO) ,and when i GooGle some way to unlock, i tried to use :Msm8x39DownloadTool.exe to unlock and it stuck at half of the processs so i unplug and plug again (well ik im dumb) .as the result, it bricked
so after a year , i try to fix the phone without doing teardown stuff (id wanna brek it),seem like i still can use the usb without the box (i forgot the name)
my computer rec it with this name:
QSH_USBBULK(something like this idk)
tried to do the same app but this time i wonder how i make it vibrate (Magical)
If someone khows how to do then pls help me!
By Hackor (Nam)

If phone is accessible via ADB then to remove FRP lock you can try running these ADB commands - one by one
Code:
adb devices
adb shell "am start -n com.google.android.gsf.login/"
adb shell "am start -n com.google.android.gsf.login.LoginActivity"
adb shell "content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1"
adb reboot

jwoegerbauer said:
If phone is accessible via ADB then to remove FRP lock you can try running these ADB commands - one by one
Code:
adb devices
adb shell "am start -n com.google.android.gsf.login/"
adb shell "am start -n com.google.android.gsf.login.LoginActivity"
adb shell "content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1"
adb reboot
Click to expand...
Click to collapse
srry but i mean that my phone is kind like bricked, but its can still connect through usb
bc its a qualcomm devices

Related

Unlock SIDEKICK 4G [ Read Code Network ]

[ important Root Required ]
Turn On Phone and turn on usb debugging [ setting -> development -> usb debugging ]
Open terminal emulator.
cd /dev/block [Press enter]
su [Press enter] (Your phone ask for superuser access,you allow this)
dd if=/dev/block/bml3 of=/sdcard/bml3.bak [Press enter]
Now find the file in SD and transfer it to your pc.
Open bml3.bak with WinHex
Press Key Ctrl+Alt+X ,now paste this address FFFFFFFFFF0100000000
now you can see the network code
Code:
adb shell su -c "dd if=/dev/block/bml3 of=/sdcard/bml3.bak"
adb pull /sdcard/bml3.bak
Now turn to insert sim card phone,enter the code found. Phone Unlocked
__________
XcachorroX
Help
I am trying to unlock my sidekick 4G but am having trouble. I cant seem to find the code using the binary method. Can someone please help?
Hahah worked brilliantly, love you man!
FFFFFFFFFF0100000000 not found
achaps81 said:
FFFFFFFFFF0100000000 not found
Click to expand...
Click to collapse
Hi buddy, i have a problem because i cant pass shell to root.
can you help me?

[Q] error: more than one device and emulator???[SOLVED]

So i'm trying to root my asus transformer by following this guide http://forum.xda-developers.com/showthread.php?t=1106587
i got to the part where it says to type the following command
Code:
adb push gingerbreakBB /data/local/
but i get the error
Code:
C:\Android>adb push gingerbreakBB /data/local/
error: more than one device and emulator
I ran adb devices to see what devices it recognises and it says
Code:
C:\Android>adb devices
List of devices attached
304D197CC264A27E device
28841c943012497 device
what now
unplug one of your devices (maybe your phone?) or use
Code:
adb -s 304D197CC264A27E push gingerbreakBB /data/local/
you might have to swap the serial number, depending what you have plugged in.
thanks mate it seemed like it rooted but it didnt lol. i got the progress bar on when i rebooted the device but it doesnt seem to be rooted hhmmmm any ideas?
Sorry, not sure... maybe your phone is rooted instead :0
Try starting over again without your phone plugged in
if you are on linux or have access to a linux machien use this http://forum.xda-developers.com/showthread.php?t=1198303
Otherwise do this http://forum.xda-developers.com/showthread.php?t=1125714
gee one said:
Sorry, not sure... maybe your phone is rooted instead :0
Try starting over again without your phone plugged in
Click to expand...
Click to collapse
LOLOLOL you were right my phone was plugged in HOWEVER it still didnt work. the progress bar did show up again but wasnt rooted
mrevankyle said:
if you are on linux or have access to a linux machien use this http://forum.xda-developers.com/showthread.php?t=1198303
Otherwise do this http://forum.xda-developers.com/showthread.php?t=1125714
Click to expand...
Click to collapse
thanks i'll try that out later today. i think its sign for my to go to sleep its 3 am right now lolol. i'll post what happens today morning
Oh yeh going to sleep did the trick. I woke up and removed everything by doing the commands
Code:
adb shell rm /data/local/tmp/boomsh
adb shell rm /data/local/tmp/sh
and also followed the this video tutorial
http://www.youtube.com/watch?v=WaZ4B60OWmY&feature=player_embedded
aand it worked it!
Thanks gee one and mrevankyle
kassim3 said:
Oh yeh going to sleep did the trick. I woke up and removed everything by doing the commands
Code:
adb shell rm /data/local/tmp/boomsh
adb shell rm /data/local/tmp/sh
and also followed the this video tutorial
http://www.youtube.com/watch?v=WaZ4B60OWmY&feature=player_embedded
aand it worked it!
Thanks gee one and mrevankyle
Click to expand...
Click to collapse
also would like to add to anyone else encountering this error with other uses of adb to make sure all of bluestacks processes are killed.
I had the same issue when I've tried to room my XT1032 (Moto G)... I fail to install with the SuperBoot way! So I've decide to install CWM and a modified recovery.
On my first try, I receive this message:
Code:
error: more than one device and emulator
When I used the command
Code:
adb devices
I've 2 device... My XT1033 and an AndroidEmulator...
C:\Fastboot>adb devices
List of devices attached
emulator-5554 offline
TA88305ZDH offline
Click to expand...
Click to collapse
Also, the command
Code:
adb shell rm /data/local/tmp/boomsh
adb shell rm /data/local/tmp/sh
is not working for me...
I've use the command:
Code:
adb kill-server
After, I've plug back my XT1033 via USB and launch the command:
Code:
adb usb
Only my XT1033 is now show when I use the
Code:
adb devices
!
So, I've finish my installation with
Code:
fastboot-moto-windows flash recovery recovery.testkeys.img
and I've run a sideload installation with:
Code:
adb-windows sideload supersu.motog.zip
Try this and share me your opinion!
---------- Post added at 11:11 PM ---------- Previous post was at 11:10 PM ----------
I had the same issue when I've tried to room my XT1032 (Moto G)... I fail to install with the SuperBoot way! So I've decide to install CWM and a modified recovery.
On my first try, I receive this message:
Code:
error: more than one device and emulator
When I used the command
Code:
adb devices
I've 2 device... My XT1033 and an AndroidEmulator...
C:\Fastboot>adb devices
List of devices attached
emulator-5554 offline
TA88305ZDH offline
Click to expand...
Click to collapse
Also, the command
Code:
adb shell rm /data/local/tmp/boomsh
adb shell rm /data/local/tmp/sh
is not working for me...
I've use the command:
Code:
adb kill-server
After, I've plug back my XT1033 via USB and launch the command:
Code:
adb usb
Only my XT1033 is now show when I use the
Code:
adb devices
!
So, I've finish my installation with
Code:
fastboot-moto-windows flash recovery recovery.testkeys.img
and I've run a sideload installation with:
Code:
adb-windows sideload supersu.motog.zip
Try this and share me your opinion!

I have bricked my phone I think please help.

Hello I have a HOX from att with the 1.85 software number.
I attempted to use this method to root my phone. http://forum.xda-developers.com/showthread.php?t=1709296
I proceeded with the instructions as followed and was sucessfully able to run these commands:
adb shell rm /data/data/com.redbend.vdmc/lib/libvd*
adb reboot
adb shell ln -s /data/local.prop /data/data/com.redbend.vdmc/lib/libvdmscomo.so
adb shell ls -l /data/local.prop
adb shell "echo 'ro.kernel.qemu=1' > /data/local.prop"
Now it's time to reboot
adb reboot
After phones reboots
adb remount
The command prompt indicated a successful remount. (At this point on the phone only the notification bar was working and nothing else was on the screen and right now that is where my phone is stuck, but i proceeded on)
I entered this command adb push su /system/xbin/su
and recieved a error
failed to copy 'su' to '/system/xbin/su': Read-only file system
At this point I did not know what to do I proceeded to reboot and then remount again.
Now I am stuck with just the notification bar responding and the settings not opening.
I am hoping anyone can help me also please PM me. I would appreciate any help with my situation.
If possible could someone g chat with me as typing and waiting for replies is taking to long.
Sorry if I come off as needy but the possiblity of losing the phone I recently bought is scaring me
sunny342 said:
Hello I have a HOX from att with the 1.85 software number.
I attempted to use this method to root my phone. http://forum.xda-developers.com/showthread.php?t=1709296
I proceeded with the instructions as followed and was sucessfully able to run these commands:
adb shell rm /data/data/com.redbend.vdmc/lib/libvd*
adb reboot
adb shell ln -s /data/local.prop /data/data/com.redbend.vdmc/lib/libvdmscomo.so
adb shell ls -l /data/local.prop
adb shell "echo 'ro.kernel.qemu=1' > /data/local.prop"
Now it's time to reboot
adb reboot
After phones reboots
adb remount
The command prompt indicated a successful remount. (At this point on the phone only the notification bar was working and nothing else was on the screen and right now that is where my phone is stuck, but i proceeded on)
I entered this command adb push su /system/xbin/su
and recieved a error
failed to copy 'su' to '/system/xbin/su': Read-only file system
At this point I did not know what to do I proceeded to reboot and then remount again.
Now I am stuck with just the notification bar responding and the settings not opening.
I am hoping anyone can help me also please PM me. I would appreciate any help with my situation.
If possible could someone g chat with me as typing and waiting for replies is taking to long.
Sorry if I come off as needy but the possiblity of losing the phone I recently bought is scaring me
Click to expand...
Click to collapse
I ended up just turning off the phone and then opening hboot and doing a factory reset. It got me back to stock so at least I can use my phone
sunny342 said:
I ended up just turning off the phone and then opening hboot and doing a factory reset. It got me back to stock so at least I can use my phone
Click to expand...
Click to collapse
When you try and mount your phone, since you factory reset through Hboot, you'll need to reformat your SD card because you corrupted it. Just some information for you.
Factory reset in bootloader, plug it in to comp, bring up "my computer" on your computer. Right click removable storage and choose "format"
Sent from my One X using Tapatalk 2

Controll screen of a broken display from your PC

Prerequisite
TWRP installed
ADB in PC
scrcpy tool
Procedure
Boot to TWRP
Check whether the device is connected using
Code:
adb devices
Mount system
Code:
adb shell twrp mount /system
Remount system with Read-Write permission
Code:
adb shell twrp remount,rw /system
Pull build.prop into a PC directory
Code:
adb pull /system/build.prop /your-directory
Add these lines to build.prop
Code:
persist.service.adb.enable=1
persist.service.debuggable=1
persist.sys.usb.config=mtp,adb
Now push the file back into system
Code:
adb push /your-directory/build.prop /system
If you have authorised adb already skip to step 9
Push adbkey.pub into data
Code:
adb push C:\Users\username\.android\adbkey.pub /data/misc/adb/adb_keys
Replace "username" with the PC username
Reboot the device
Use scrcpy to control the device
Through the console it shows me error when executing = adb shell twrp remount, rw /system
What I can do?
Dude, i did it, and now my phone wont turn on, not even the lighting charge led is on, i did it just like u said
ImCasper said:
Dude, i did it, and now my phone wont turn on, not even the lighting charge led is on, i did it just like u said
Click to expand...
Click to collapse
nvm, my bad XD

egl Tablet frp bypass.

EGL11QF6
EGL
1.0 firmware
E790C1D1944006BB6E24C855C196C7B2
Hi I have an E G L tablet I cant access due to it been locked after I did a hard reset I haven't got access to the Email account and it wont let me reset the password .
any ideas would I be able to install a custom rom and wipe it.
Any help appreciate seems a shame to throw it away
If you can establish an ADB connection between tablet and Windows computer then on Windows computer in command prompt you may run the following command sequence - one by one
Code:
adb devices
adb shell "am start -n com.google.android.gsf.login/"
adb shell "am start -n com.google.android.gsf.login.LoginActivity"
adb shell "content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1"
adb reboot
thank you unfortunately adb is not displaying device as i am unable to set developer options on tablet.
bart19788 said:
thank you unfortunately adb is not displaying device as i am unable to set developer options on tablet.
Click to expand...
Click to collapse
What chipset is your tablet?

Categories

Resources