A Dev that has questions - Google Pixel 2 Questions & Answers

Hey guys, Render here. I would love some assistance from anyone with the new pixel 2. I am just looking for some information. All you need to do is have terminal installed (no root needed) or use adb shell. What I need if for someone to run the below command and post them here. I truly appreciate your assistance of you can help.
I need the output of these commands:
cat /proc/sys/kernel/sched_domain/cpu0/domain0/group1/energy/cap_states
cat /proc/sys/kernel/sched_domain/cpu0/domain0/group1/energy/idle_states
cat /proc/sys/kernel/sched_domain/cpu0/domain1/group1/energy/cap_states
cat /proc/sys/kernel/sched_domain/cpu0/domain1/group1/energy/idle_states
cat /proc/sys/kernel/sched_domain/cpu4/domain0/group1/energy/cap_states
cat /proc/sys/kernel/sched_domain/cpu4/domain0/group1/energy/idle_states
cat /proc/sys/kernel/sched_domain/cpu4/domain1/group1/energy/cap_states
cat /proc/sys/kernel/sched_domain/cpu4/domain1/group1/energy/idle_states

I got my information. Thanks anyways guys

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

[HOWTO] Read IMEI from shell

For the unlikely case that someone else has a use case for it =)
> adb shell cat /data/misc/radio/ahrh

Stock image please

I have hard bricked my tab 2. It is a tab 2 wifi lte (verizon) 8gb 10.1 and need the stock bootloader and etc. I would greatly appreciate any help as I have this device at a persons place on this forum who going to unbrick it for me but I need to get them this file. I will dance at your wedding if you can help
ChrisJobe said:
I have hard bricked my tab 2. It is a tab 2 wifi lte (verizon) 8gb 10.1 and need the stock bootloader and etc. I would greatly appreciate any help as I have this device at a persons place on this forum who going to unbrick it for me but I need to get them this file. I will dance at your wedding if you can help
Click to expand...
Click to collapse
We can backup unbrick img file via Terminal Emulator app or via adb command with the rooted tablet.
Here the command via adb command:
adb shell
su
dd if=/dev/block/mmcblk0 of=/sdcard/backup.bin bs=1048576 count=256
The command via Terminal Emulator app:
su -c 'dd if=/dev/block/mmcblk0 of=/sdcard/backup.bin bs=1048576 count=256'
Thank you.
Thank you to anyone that can help me out with the above.
bump
I am willing to paypal someone $20 to get this for me.
Anyone?

I need help with ADB plz

Hello everyone,
when i run an adb command for example :
Code:
adb shell
it gives me :
Code:
[email protected]:/ $
what i need is changing the Android@Galaxy-s to whatever i want for example to : Myfirstname@Mylastname
i know it's possible since i saw some devices has people's names written there
can anyone tell me what to do or what apk i need to modify in order to get it done ?
anyone plz help

Finding motherboard id using Android Terminal Emulator.

Could someone explain how to use Android Terminal Emulator to get the motherboard id for android tablet?
obalaban said:
Could someone explain how to use Android Terminal Emulator to get the motherboard id for android tablet?
Click to expand...
Click to collapse
Here you go
cat /proc/cpuinfo
cat /proc/meminfo free
cat /proc/version
Hit tnx if I helped you :good:

Categories

Resources