hi
i am trying to use cdma in lag nexus 5. i am rooted & flashed dev mode. now device is connected. device manager show it android android devices next to android adb interface.
now when i type adb shell it changes to $
then when type su it chages to #.
but whhen type setprop sys.usb.config diag,adb the command again shows the same command setprop sys.usb.config diag,adb reposted but nexus 5 doesnt show in device manager. i also dont see in com/port any new .
so how do i correct it. i need to connect come to change to spc & misc....
Hi,
I need to use Pixel 3 with QXDM to debug some LAA issues. But I cannot connect Pixel 3 with QXDM. Probably it requires to enter to diagnostic mode on Pixel but I have no idea how to do it. Probably userdebug ROM is required, but I cannot find any info about it on Pixel 3.
Has anyone tried to use Pixel 3 with QXDM?
Cibor said:
Hi,
I need to use Pixel 3 with QXDM to debug some LAA issues. But I cannot connect Pixel 3 with QXDM. Probably it requires to enter to diagnostic mode on Pixel but I have no idea how to do it. Probably userdebug ROM is required, but I cannot find any info about it on Pixel 3.
Has anyone tried to use Pixel 3 with QXDM?
Click to expand...
Click to collapse
This will only work if the ramdisk has the appropriate configs:
su
setprop sys.usb.config diag,adb
to revert:
setprop sys.usb.config mtp
The 3xl and 3 can also enter edl (emergency download mode) by issuing:
adb reboot edl (exit by hardware buttons)
AnierinB said:
This will only work if the ramdisk has the appropriate configs:
su
setprop sys.usb.config diag,adb
to revert:
setprop sys.usb.config mtp
The 3xl and 3 can also enter edl (emergency download mode) by issuing:
adb reboot edl (exit by hardware buttons)
Click to expand...
Click to collapse
Are the ramdisk configs done at kernel level?
Cibor said:
Hi,
I need to use Pixel 3 with QXDM to debug some LAA issues. But I cannot connect Pixel 3 with QXDM. Probably it requires to enter to diagnostic mode on Pixel but I have no idea how to do it. Probably userdebug ROM is required, but I cannot find any info about it on Pixel 3.
Has anyone tried to use Pixel 3 with QXDM?
Click to expand...
Click to collapse
Usually on pixel 2 I had to flash a debug vendor image , which are available from Google site. Make sure adb is setup properly and issue commands given by Friday response.
I was looking to enable WiFi calling but this phones files are really.locked down:-/
I enabled usb debugging and unlocked the bootloader. I downloaded the lates twrp daisy for mi A2 lite. I use the following commands in command prompt:
adb devices
adb reboot bootloader
fastboot boot twrp.img
When in enters the twrp I tried two things:
1. press do not change anything
2. swipe the arrow to the right
Next commands:
adb devices
adb shell
setprop persist.camera.HAL3.enabled 1
setprop persist.camera.eis.enabled 1
exit
adb reboot
I read somewhere that I need to write su after adb shell, but it doesn't recognize that command.
Does anyone know what I'm doing wrong?
I want to enable google camera without rooting my phone. Build number 10.0.4.0.
I am using miuimix 12.5.4
I can't find miui optimization
I tried reset to default value but it didn't work
Connect device to computer with adb and USB debug enabled
adb shell
setprop persist.sys.miui_optimization false
I want to enable diag mode on Android 10 on my Pixel 3 but it doesn't works. When i connect my phone and enter adb shell commands, diag port enables but on QPST tool, there is no Phone. Can anyone help me how to connect my phone properly at Android 10.