Change Dpi without root - Ascend Mate 7 General

adb shell wm density DPI && adb reboot .. change DPI between 320 - 480

Related

adb shell from recovery

Is it possible to obtain adb shell in recovery for DHD ?
I am trying to chmod /data/data/ to fix an error I made.

[A] ICS: Contact pictures in SMS/Messages broken

Getting FCs in your ICS ROM, so you ran Fix Permissions in ROM Manager? Now all your contact pictures in your SMS app have disappeared? Already tried the chmod 666 (whatever directory) fix that used to work in GB ROMs? Well, I am here to help. I looked through my fix_permissions.log file to find out what ROM Manager borked, and I found out the following will fix your problem:
1. Plug your phone into USB.
2. Open up your command prompt/console, and then type the following commands:
Code:
adb shell
chmod 700 /data/data/com.android.providers.contacts/files/photos
chmod 700 /data/data/com.android.providers.contacts/files/profile
chmod 700 /data/data/com.android.providers.contacts/files/profile/photos
chmod 664 /data/data/com.android.providers.contacts/files/*
chmod 600 /data/data/com.android.providers.contacts/files/photos/*
chmod 600 /data/data/com.android.providers.contacts/files/profile/photos/*

Unlock a Nexus 7 with ADB

Just a quick trick for pattern locks, needs a rooted device, I can't find a quicker way that simulates a real unlock:
adb pull /data/system/gesture.key unlockbkp
adb shell rm /data/system/gesture.key
adb shell input tap 600 1375
adb push unlockbkp /data/system/gesture.key
del[or rm] unlockbkp
The coords are for a Nexus 7 2013 only, will need to be adjusted for other devices.
Freddy

Problem with Tasker (execute shell script)

Hi,
I try to run a shell script from tasker.
But it won't get executed.
this is an example:
06.46.49/E Run Shell: ->
06.46.49/E Run Shell: ->
06.46.49/Shell runBackground /data/test/test.sh root: true timeout: -1
06.46.49/Shell start process-thread ID 136
06.46.49/E add wait type Shell2 time 2147483647
06.46.49/E add wait type Shell2 done
does anyone has a solution?
ok got it, I had to put "su -c sh" in front of my script

Help, mystery build.prop

Mystery build.prop
Root and install magisk gcam everything works
by tutorial via pc (shell) by adb ...
adb devices
adb shell
su
setprop persist.camera.HAL3.enabled 1
setprop persist.camera.eis.enable 1
my surprise when editing build.prop (apk)
the lines do not exist
and the camera works
where are those lines ???
Thank you very much for the help

Categories

Resources