Related
Hello,
I passed since this morning to Android 5.0 on my nexus 5.
There is a way to always show battery percentage?
I used Xposed for that on my Android 4 but it's not compatible anymore as I read .
Thanks.
https://play.google.com/store/apps/details?id=de.kroegerama.android4batpercent
Thanks but it show the percentage only if the battery is enough empty .
thierry_b said:
Thanks but it show the percentage only if the battery is enough empty .
Click to expand...
Click to collapse
That's only true for KK, on Lollipop you will see it always.
Yes, thanks
No in fact, it doesn't work but I have 71% for example...
It works. See screenshot.
Yes, in fact, it's when it charges that we can't see .
Can't always have it all
on adb run this command
adb shell content insert --uri content://settings/system --bind name:s:status_bar_show_battery_percent --bind value:i:1
Reboot and its done
ok, I will try that.. It's to always see percentage ?
And to know, what is the reverse command?
Thanks.
royaltartufo said:
on adb run this command
adb shell content insert --uri content://settings/system --bind name:s:status_bar_show_battery_percent --bind value:i:1
Reboot and its done
Click to expand...
Click to collapse
This worked perfectly. White battery indicator with black font.
royaltartufo said:
on adb run this command
adb shell content insert --uri content://settings/system --bind name:s:status_bar_show_battery_percent --bind value:i:1
Reboot and its done
Click to expand...
Click to collapse
:good::good::good:
Thanks..
It works...
thierry_b said:
ok, I will try that.. It's to always see percentage ?
And to know, what is the reverse command?
Thanks.
Click to expand...
Click to collapse
Cant say for sure but I'd imagine swap the 1 for a 0
Thanks, so with this command, it works even if the phone is charging?
thierry_b said:
Thanks, so with this command, it works even if the phone is charging?
Click to expand...
Click to collapse
No..the command is the same command that the app activates
I'll be showing you how to get dt2w(double tap to wake) working in any rom
Install terminal emulator app from play store and then run these commands
su
ls /proc
cat /proc/tp_wakeup_gesture
echo 1 > /proc/tp_wakeup_gesture
NOTE:After a reboot it won't work until you enter the commands again
NOTE: Only works on goodix panels(to check if you have goodix panel install device info hw app and check if touchscreen says goodix-ts that means that you have a goodix panel)
Credits:33bca/Offain
Not working getting permission denied so probably do need root.
Thank you! Works for me. Can it be implemented as Magisk module?
worked for me too
but; as root,
also
Code:
mad.duck.ffs:/ # echo 1> /proc/tp_wakeup_gesture
mad.duck.ffs:/ # cat /proc/tp_wakeup_gesture
0
while
Code:
mad.duck.ffs:/ # echo "1"> /proc/tp_wakeup_gesture
mad.duck.ffs:/ # cat /proc/tp_wakeup_gesture
1
then just added it in "boot shell" app to be run every time my device started,
works perfectly, thanks.
czkb said:
worked for me too
but; as root,
also
Code:
mad.duck.ffs:/ # echo 1> /proc/tp_wakeup_gesture
mad.duck.ffs:/ # cat /proc/tp_wakeup_gesture
0
while
Code:
mad.duck.ffs:/ # echo "1"> /proc/tp_wakeup_gesture
mad.duck.ffs:/ # cat /proc/tp_wakeup_gesture
1
then just added it in "boot shell" app to be run every time my device started,
works perfectly, thanks.
Click to expand...
Click to collapse
Thanks! Can you guide step by step how to add commands in boot shell?
gkornaks said:
Thanks! Can you guide step by step how to add commands in boot shell?
Click to expand...
Click to collapse
click on the "+"
add command
give it a name (first line)
add the command (second line)
check run on boot
save and you're good to go.
i dont have 10 post yet so i cant post pics, but that's pretty much it.
czkb said:
click on the "+"
add command
give it a name (first line)
add the command (second line)
check run on boot
save and you're good to go.
i dont have 10 post yet so i cant post pics, but that's pretty much it.
Click to expand...
Click to collapse
Thank you! The command which starts with echo, right?
czkb said:
worked for me too
but; as root,
also
Code:
mad.duck.ffs:/ # echo 1> /proc/tp_wakeup_gesture
mad.duck.ffs:/ # cat /proc/tp_wakeup_gesture
0
while
Code:
mad.duck.ffs:/ # echo "1"> /proc/tp_wakeup_gesture
mad.duck.ffs:/ # cat /proc/tp_wakeup_gesture
1
then just added it in "boot shell" app to be run every time my device started,
works perfectly, thanks.
Click to expand...
Click to collapse
So, only work with root?
gkornaks said:
Thank you! The command which starts with echo, right?
Click to expand...
Click to collapse
yep
Code:
echo "1"> /proc/tp_wakeup_gesture
Batmany said:
So, only work with root?
Click to expand...
Click to collapse
no idea, i only tried as root since another member said that permission was denied when not elevated.
gkornaks said:
Thank you! Works for me. Can it be implemented as Magisk module?
Click to expand...
Click to collapse
No
czkb said:
worked for me too
but; as root,
also
while
then just added it in "boot shell" app to be run every time my device started,
works perfectly, thanks.
Click to expand...
Click to collapse
No Problem
You should maybe meantion that it just will work with goodix touchscreens...
I'll implement a toggle into my LineageOS once I've fixed it on Focaltech touchscreens too.
Thank you !! It worked for me.
33bca said:
You should maybe meantion that it just will work with goodix touchscreens...
I'll implement a toggle into my LineageOS once I've fixed it on Focaltech touchscreens too.
Click to expand...
Click to collapse
Ok,should i add it or just remove the thread?
Does it results in more battery drain?
I mean whether the phone goes to deep sleep or not?
00norman00 said:
Does it results in more battery drain?
I mean whether the phone goes to deep sleep or not?
Click to expand...
Click to collapse
For me battery is the same
czkb said:
worked for me too
but; as root,
also
Code:
mad.duck.ffs:/ # echo 1> /proc/tp_wakeup_gesture
mad.duck.ffs:/ # cat /proc/tp_wakeup_gesture
0
while
Code:
mad.duck.ffs:/ # echo "1"> /proc/tp_wakeup_gesture
mad.duck.ffs:/ # cat /proc/tp_wakeup_gesture
1
then just added it in "boot shell" app to be run every time my device started,
works perfectly, thanks.
Click to expand...
Click to collapse
dude such a great help. thanks.
Thanks for sharing ? But I even turned off dt2w on stock rom, just because it too often randomly wake up and input numbers randomly while in my pocket.
I hope there is a way for dt2w to check the proximity sensor before proceeds to wake up the phone.
zogajg26 said:
I'll be showing you how to get dt2w(double tap to wake) working in any rom
Install terminal emulator app from play store and then run these commands
su
ls /proc
cat /proc/tp_wakeup_gesture
echo 1 > /proc/tp_wakeup_gesture
NOTE:After a reboot it won't work until you enter the commands again
NOTE: Only works on goodix panels(to check if you have goodix panel install device info hw app and check if touchscreen says goodix-ts that means that you have a goodix panel)
Credits:33bca/Offain
Click to expand...
Click to collapse
So this is temporary solution? If we restart the phone, it will be back to original right? (I will try, i have goodix, but odds i dont have menu to activate from the stock rom oreo)
**** Wow it worked man.. thanks
I'm getting permission denied even with root.
Sent from my Phh-Treble vanilla using Tapatalk
Hello Guys,
Sry for any inconvenience.
I rooted my phone and install Xposed without any problem I Use all of the Device ID Changer APK App for changing my Device STATUS INFO Like IMEI and Serial Number, and work good for IMEI and Bluetooth Mac Wifi Mac Address... But When I Changing Serial Number Too, When I Restart my Phone To save Changes, Serial number returns to the original serial number. Changes are not stored on the serial number at all and do not save changes... Now I'm Looking in the Root System files and my Question IS: which file in the root system save Serial Number ? I want to change it manually. is it possible ? Or a solution to change the serial number ? Not IMEI.
Starting with Android 10 you can't no longer change device's S/N, AFAIK.
jwoegerbauer said:
Starting with Android 10 you can't no longer change device's S/N, AFAIK.
Click to expand...
Click to collapse
hello.
but my device is android 7 emui 5
Knock... Knock... No Idea ?
deadking said:
Knock... Knock... No Idea ?
Click to expand...
Click to collapse
depend on your phone model ... what is your phone model?
ineedroot69 said:
depend on your phone model ... what is your phone model?
Click to expand...
Click to collapse
hello dear my phone is huawei honor 6x blnl21
i use device id changer but not work for S/N... IM LOOKING FOR FIle or any folder save S/N IN IT.
ineedroot69 said:
depend on your phone model ... what is your phone model?
Click to expand...
Click to collapse
If a S/N is stored, then it's stored in Android's build.prop or default.prop file and nowhere else and it's read from there by bootloader.
deadking said:
hello dear my phone is huawei honor 6x blnl21
i use device id changer but not work for S/N... IM LOOKING FOR FIle or any folder save S/N IN IT.
Click to expand...
Click to collapse
android 6 or 7?
jwoegerbauer said:
If a S/N is stored, then it's stored in Android's build.prop or default.prop file and nowhere else and it's read from there by bootloader.
Click to expand...
Click to collapse
by asking phone model you would know if qualcomm or mediatek and know how to aproach things
ineedroot69 said:
android 6 or 7?
by asking phone model you would know if qualcomm or mediatek and know how to aproach things
Click to expand...
Click to collapse
android 7
deadking said:
android 7
Click to expand...
Click to collapse
If device's Android is rooted check Android's default.prop or build.prop for device's S/N by running this ADB command
Code:
adb shell "getprop | grep serial"
what should return something like this ( if a S/N is stored )
Code:
[ril.serialnumber]: [0123456789ABCDEF ]
[ro.boot.serialno]: [0123456789ABCDEF ]
[ro.serialno]: [0123456789ABCDEF ]
and change it - or add it if missing - to yours by running this ADB commands
Code:
adb shell "setprop persist.ro.serialno YOURSERIALNUMBER"
adb shell "setprop persist.ro.boot.serialno YOURSERIALNUMBER"
Note: Adding persist to front of a property should ensure it survives a device's re-boot.
jwoegerbauer said:
If device's Android is rooted check Android's default.prop or build.prop for device's S/N by running this ADB command
Code:
adb shell "getprop | grep serial"
what should return something like this ( if a S/N is stored )
Code:
[ril.serialnumber]: [0123456789ABCDEF ]
[ro.boot.serialno]: [0123456789ABCDEF ]
[ro.serialno]: [0123456789ABCDEF ]
and change it - or add it if missing - to yours by running this ADB commands
Code:
adb shell "setprop persist.ro.serialno YOURSERIALNUMBER"
adb shell "setprop persist.ro.boot.serialno YOURSERIALNUMBER"
Note: Adding persist to front of a property should ensure it survives a device's re-boot.
Click to expand...
Click to collapse
Sadly for me this is failed in ADB on Android 9. (Cubot Quest)
Deleted member 1890170 said:
If device's Android is rooted check Android's default.prop or build.prop for device's S/N by running this ADB command
Code:
adb shell "getprop | grep serial"
what should return something like this ( if a S/N is stored )
Code:
[ril.serialnumber]: [0123456789ABCDEF ]
[ro.boot.serialno]: [0123456789ABCDEF ]
[ro.serialno]: [0123456789ABCDEF ]
and change it - or add it if missing - to yours by running this ADB commands
Code:
adb shell "setprop persist.ro.serialno YOURSERIALNUMBER"
adb shell "setprop persist.ro.boot.serialno YOURSERIALNUMBER"
Note: Adding persist to front of a property should ensure it survives a device's re-boot.
Click to expand...
Click to collapse
Android 7.1.2 don't work
Is there a way to successfully change S/N ? default.prop doesn't exist and into build.prop no trace of ro.serialno or ro.boot.serialno !!
how it is possible to change it ?
hi!
If u look at thi then u might help me (pls i need help!)
i have a oppo phone (a37fw) that has been bricked (idk if it bricked)
Details:
well... i got the phone after my dad give me the phone and before i give it mo my dad, i set a PIN password and now i cant remember it ,aslo the recorvery does not have reset function ( #### <=== (i type it )u OPPO) ,and when i GooGle some way to unlock, i tried to use :Msm8x39DownloadTool.exe to unlock and it stuck at half of the processs so i unplug and plug again (well ik im dumb) .as the result, it bricked
so after a year , i try to fix the phone without doing teardown stuff (id wanna brek it),seem like i still can use the usb without the box (i forgot the name)
my computer rec it with this name:
QSH_USBBULK(something like this idk)
tried to do the same app but this time i wonder how i make it vibrate (Magical)
If someone khows how to do then pls help me!
By Hackor (Nam)
If phone is accessible via ADB then to remove FRP lock you can try running these ADB commands - one by one
Code:
adb devices
adb shell "am start -n com.google.android.gsf.login/"
adb shell "am start -n com.google.android.gsf.login.LoginActivity"
adb shell "content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1"
adb reboot
jwoegerbauer said:
If phone is accessible via ADB then to remove FRP lock you can try running these ADB commands - one by one
Code:
adb devices
adb shell "am start -n com.google.android.gsf.login/"
adb shell "am start -n com.google.android.gsf.login.LoginActivity"
adb shell "content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1"
adb reboot
Click to expand...
Click to collapse
srry but i mean that my phone is kind like bricked, but its can still connect through usb
bc its a qualcomm devices
EGL11QF6
EGL
1.0 firmware
E790C1D1944006BB6E24C855C196C7B2
Hi I have an E G L tablet I cant access due to it been locked after I did a hard reset I haven't got access to the Email account and it wont let me reset the password .
any ideas would I be able to install a custom rom and wipe it.
Any help appreciate seems a shame to throw it away
If you can establish an ADB connection between tablet and Windows computer then on Windows computer in command prompt you may run the following command sequence - one by one
Code:
adb devices
adb shell "am start -n com.google.android.gsf.login/"
adb shell "am start -n com.google.android.gsf.login.LoginActivity"
adb shell "content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1"
adb reboot
thank you unfortunately adb is not displaying device as i am unable to set developer options on tablet.
bart19788 said:
thank you unfortunately adb is not displaying device as i am unable to set developer options on tablet.
Click to expand...
Click to collapse
What chipset is your tablet?