[Q] Lg urbane 2nd edition sensor question - LG Watch Urbane 2

Could you please use this adb command and post the output?
adb shell dumpsys sensorservice
Wanna see how dev friendly the device is!
Regards

k4r70ng said:
Could you please use this adb command and post the output?
adb shell dumpsys sensorservice
Wanna see how dev friendly the device is!
Regards
Click to expand...
Click to collapse
Please find attached the output, its too many lines to paste in body.

Related

Small request from dan rosenberg to root 20c

Small request from dan....
Would you be able to do me a big favor? I just need the output of the following ADB command:
adb shell ls -l /dev
Also, the build string would be useful, so maybe just the full output of the following?
adb shell getprop
Thanks, Dan
...and these outputs need to be from your device already running the rogers update
Sent from my LG Thrill 4G...
Sent from my LG Thrill 4G...
Here it is from V21B. It's equally unrootable, and I doubt they've changed it much in the c version:
ls -l /dev:
http://pastebin.com/A94yCW8C
adb shell getprop
http://pastebin.com/fFTWbFct
What do I need to do ?
batvan said:
What do I need to do ?
Click to expand...
Click to collapse
Open up terminal or cmd, go to the platform-tools folder of your android tools installation (install it if you don't have it installed). Type the commands listed in OP, paste the output in pastebin and post the links here.
will post tonight
here you go
http://pastebin.com/vmicxSMA
http://pastebin.com/MupPH2FJ

ADB

Hello, I have a problem. I'm trying to do some things from my pc in the phone with the ADB Shell and not let me.
My problem is that I put adb: not found.
I do this:
img204.imageshack.us/img204/1832/adbshell.jpg
Worth up here all right but when I have root permissions and everything working I put the commands and none let me get adb remount such or adb pull and nothing makes me adb: not found.
Thank you.
Xele said:
Hello, I have a problem. I'm trying to do some things from my pc in the phone with the ADB Shell and not let me.
My problem is that I put adb: not found.
I do this:
img204.imageshack.us/img204/1832/adbshell.jpg
Worth up here all right but when I have root permissions and everything working I put the commands and none let me get adb remount such or adb pull and nothing makes me adb: not found.
Thank you.
Click to expand...
Click to collapse
if everything is installed correctly then just make sure you are in the platform-tools dierectory eg.
c:\android-sdk\platform-tools\
yes, all is succesfully installed. I started adb shell with cmd of directory platform-tools\adb but when I put code adb remount or other command I appear me adb: not found
AlOpen task manager and see if any adb process is running. If there are kill them and try again :
Also verify that adb. .exe is in the platform -tools folder. Actually it might be in the tools folder if so try running adb from there...
Sent from my Nexus One using xda premium
Xele said:
yes, all is succesfully installed. I started adb shell with cmd of directory platform-tools\adb but when I put code adb remount or other command I appear me adb: not found
Click to expand...
Click to collapse
That's not the way to use adb, so you're not following the guide you're reading correctly.
Usually the guide won't tell you to go to the shell directly, but instead typing something like: adb shell mount -o rw,remount ...
Once you type adb shell you're INSIDE the shell you don't need to call the debugger (adb) anymore...
You shouldn't follow guides without reading them completely and fully understanding them before trying anything.
And by the way you opened two threads with the same question.
Xele said:
Hello, I have a problem. I'm trying to do some things from my pc in the phone with the ADB Shell and not let me.
My problem is that I put adb: not found.
I do this:
img204.imageshack.us/img204/1832/adbshell.jpg
Worth up here all right but when I have root permissions and everything working I put the commands and none let me get adb remount such or adb pull and nothing makes me adb: not found.
Thank you.
Click to expand...
Click to collapse
This is your second warning about creating multiple threads on the same topic. The next incident will result in infractions being issued. Thread closed.

How to know your android soundcard / DAC

Hello there,some of android phone soundcard is unknown from the spec,so if you want to know what soundcard that your phone uses,you can get it via ADB shell by command
Adb shell
su
cat /proc/asound/cards
or
adb shell
su
cat /proc/asound/card0
in attachment is screenshot from the command on my fascinate that using wolfson WM8994
i hope this info will useful
zenaufa said:
Hello there,some of android phone soundcard is unknown from the spec,so if you want to know what soundcard that your phone uses,you can get it via ADB shell by command
Adb shell
su
cat /proc/asound/cards
or
adb shell
su
cat /proc/asound/card0
in attachment is screenshot from the command on my fascinate that using wolfson WM8994
i hope this info will useful
Click to expand...
Click to collapse
HEY Bro can u help me as my phone does not support ALSA so no asound config file is there, comapany is claming that phone has wolfson dedicated audio codec but i dont know which model is present
the commands dosn't work
For android, you can also use this app:
"Device Info HW" by Andrey Efremov on the Play Store.
There's a field for audio and sound that lets you know the DAC in used on the phone.

[Completed] ADB Push Permission Denied !

adb devices
list of device attached
8AC7QGZ7GA
adh shell
[email protected]:/ $
adb devices
list of device attached
[ No device detected at shell !]
So my device not detecting when I put it into rootshell , same from Terminal Emulator
I tried 'adb remount' but still !
What should I do ?
XDA Visitor said:
adb devices
list of device attached
8AC7QGZ7GA
adh shell
[email protected]:/ $
adb devices
list of device attached
[ No device detected at shell !]
So my device not detecting when I put it into rootshell , same from Terminal Emulator
I tried 'adb remount' but still !
What should I do ?
Click to expand...
Click to collapse
I found this about ADB:
Beginner’s Guide to the Android Debug Bridge
[GUIDE] ADB Workshop and Guide for everyone
[GUIDE] ADB For Beginners (Setup, Use, and More!)
[TOOL] [WINDOWS] ADB, Fastboot and Drivers - 15 seconds ADB Installer v1.4.2
[TOOL]Minimal ADB and Fastboot [11-6-14]
Maybe one of those can help already.
If not, search for your device in "Type to find device..." at the top of xda site (on browser) and post your question in the device's Q&A forum.
Good luck !
Good , there my problem are missing . You tell me how can I fix permission denied problem ?
sabithpkcmnr said:
Good , there my problem are missing . You tell me how can I fix permission denied problem ?
Click to expand...
Click to collapse
I'm still not sure what exactly your issue is.
And I don't know your device.
Hard to help. ..
Maybe this can help : [Q] Permission denied to push vending.apk.
Permission denied can also occur when access right is not sufficient (root issue of missing "su" command before the push) or the file's permissions are not set correctly.
My tapatalk signature:
Device: SGS5 (SM-G900F)
ROM: AllianceROM v5.6
Kernel: Stock G900FXXU1ANG2
Recovery: TWRP by Ktoonsez
Modem: G900FXU1ANG7
If you have any question about or any issue with your SGS2, just ask in the New members friendly Q&A thread.
... for the SGS5, just ask in the Noob friendly S5 All in one support thread
If you need general help/assistence, please go to XDA-Assist.
Thread closed. Thank you.

[Q] Sensor capabilities?

Hello!
Could anyone please use this adb command and post the output?
adb shell dumpsys sensorservice
Wanna see how dev friendly the device is!
Regards
k4r70ng said:
Hello!
Could anyone please use this adb command and post the output?
adb shell dumpsys sensorservice
Wanna see how dev friendly the device is!
Regards
Click to expand...
Click to collapse
hello,
I will try as soon as I will get my watch back from service.
regards
As you wish..
VERY Long
https://pastebin.com/6HQJrKar

Categories

Resources