Qpst 2.7 460 build
Qualcomm usb driver 1.00.37 install
Reboot
Unlock rooting
Cmd
Adb shell
SU
setprop sys.usb.config diag,adb
getprop sys.usb.config
diag,adb
Qpst post I do not recognize it.
Laptop windows10 RS3 64bit..
나의 Pixel 2 XL 의 Tapatalk에서 보냄
https://forum.xda-developers.com/pi...vation-pixel-2-xl-t3884967/page6#post78663139
Related
How can I disable this command:
Code:
setprop persist.sys.usb.config mass_storage
?
Buddy39914 said:
How can I disable this command:
Code:
setprop persist.sys.usb.config mass_storage
?
Click to expand...
Click to collapse
nevermind, found it.
Incase anybody is wondering:
Code:
setprop persist.sys.usb.config mtp
DL the drivers on this http://forum.xda-developers.com/showthread.php?t=2066972
on the file : android_winusb.inf
add
;Archos 80 xs
%SingleAdbInterface% = USB_Install, USB\VID_0E79&PID_1495
%CompositeAdbInterface% = USB_Install, USB\VID_0E79&PID_1495&MI_01
on [Google.NTamd64] and [Google.NTx86] section
Hello Cajl!
Thanks fot the Tips! I will try the ADB when my tablet will come back to the SAV.
Have you an idea for root the tablet with RKTool?
Peace.
No idea....
Hey!
I've tried to root this tablet :
- with Zhuodashi and superoneclick Result : No root
- with Adb Result : No root.
With adb when I type Adb Root : adbd cannot run as root in production builds... After I type Adb Shell su : system/bin/sh su not found.
It's totally impossible to push su in data/local/ : permission denied. So I've tried :
Adb push su /data/local/tmp
chmod 755 /data/local/tmp/su
and after I've tried to mount partition : Permission denied...
Then type to extract the firmware with rkdump type :
Adb push rkdump /data/local/tmp
Adb shell 755 /data/local/tmp/rkdump
cat /proc/mtd (For check partition name and partition number)
/data/local/tmp/rkdump /dev/block/mtdblock1 /sdcard/kernel.img
/dev/block/mtdblock1 Permission denied...
After I type :
cat /dev/block/mtdblock1 > /storage/image/img : Result Read only...
So Have you an idea for dump the partition?
Peace.
Hi all, I have the following strange behavior when I want to use ADB:
(my device is Desire HD with 4.0.4, usb deb. is enabled, OS is win7 x64, Android Phone driver in dev manager is "My HTC" but I tried changing it with "ADB composite interface" or something like that but with the same result...)
When I start CMD (adb is registered in "Environment variables") and type "adb devices", my device is listed, but right after that when I type ""ADB shell" (daemon is restarting at this point) followed by "adb devices", my device is listed as empty entry (no device name) and some adb shell commands give me trouble (they don't work, push doesn't work and install apk is working fine).....
Main problem is that I want to use androidscreencast but I'm unable to execute
adb shell
su
chmod 777 /data/dalvik-cache
cd /data/dalvik-cache
chmod 777 ./
No errors, no results?
Any ideas?
chmod 777 /data/dalvik-cache/*
Is right
Sent from my HTC Desire X using xda premium
I had a couple of issues while trying to root my AT&T G3. Here are the problems and workarounds I used.
No RSA Fingerprint prompt when using adb or ioroot.sh
Switch connection type to PTP
adb sideload datroot.zip or iotool.sh reports "error: insufficient permissions for device". use adblinux instead of adb if using the binary from the ioroot.zip package.
Code:
$ adb kill-server
$ sudo adb start-server
$ adb sideload datroot.zip
this also fixes the issue of adb devices reporting
Code:
$ adb devices
List of devices attached
???????????? no permissions
How To Enabled Diag Mode In Oreo Custom Rom??I Try This Command...But Not Work
Adb Shell
Su
Setprop sys.usb.config diag,adb
How to solve this any solution.????