27 pagesV  « < 25 26 27 »  
 
REPLY
> Auto power on when power on (ROOT) | DNS S4003
Kapystin
Message#1
06.07.15, 16:44
a guest
*
[offline]

Group: Users
Messages 9
Check in: 06.07.15
DNS S4003

Reputation:-  0  +

�������������� ��������� �������� ��� ������ �������(ROOT) download




Auto power on when a charger is connected to DNS S5008
Auto Power On Explay Hit (android 4.2.2)
Auto on Honor 4x (Kirin 620) on Android 6.0 (Line 13)
On MegaFon Login (SP AI)
User experience - edit init.rc
Script (keeps the phone on the loading screen until the charge reaches 5%, after which the body successfully loads)

There is no curator in the subject. For filling caps, please contactmoderatorssection through a buttonPictureunder the messages to which you want to add links.

Post has been editedvaalf - 23.10.18, 20:11
Reason for editing: MegaFon Login (SP AI)
LKA_
Message#522
31.01.19, 07:43
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 930
Check in: 23.10.14
Philips Xenium W732

Reputation:-  55  +

* Sail,
healthd
lpm
ipod
charge

PS: weak at least the last page to read?

Post has been editedLKA_ - 31.01.19, 07:52


--------------------
In this forum there is an acute shortage of requests for help without answers, so do not read the cap, write right away.
Bezrazniti
Message#523
31.01.19, 13:21
Guru
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 7560
Check in: 22.09.13

Reputation:-  731  +

LKA_ @ 01.21.19, 06:10*
But in general, how does it react? From a great chance that you are not prescribing ...
Just for general knowledge .... This is how it turns out o.O
On my device (mirror on android) as it turned out there is no hardware power button.
The one that is this software.
Therefore, the developers of the complete shutdown mode were simply removed.
More precisely, it is. I still made it work by changing
default powerctl = * values ​​on powerctl = shutdown
But as a result, it is possible to turn on only by pressing reset.
And so for power management, they introduced their own program.
In it only "deep sleep" is possible

Post has been editedBezrazniti - 31.01.19, 13:22


--------------------
To think is to try .......
slavkoid
Message#524
13.02.19, 09:38
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 462
Check in: 12.09.11

Reputation:-  12  +

LKA_ @ 01/31/19, 12:43*
healthd

Good day!
I try to edit this file, and the phone stupidly rebuffs endlessly, while the goal is not reached :(
even from the noticed - the / system folder from the unpacked boot.img is empty.

PS file change firmware boot.img
PPS Phone, if important, HTC Droid DNA

Post has been editedslavkoid - 13.02.19, 09:39


--------------------
ASUS Zenfone 3Deluxe (zs570kl)
LKA_
Message#525
13.02.19, 10:38
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 930
Check in: 23.10.14
Philips Xenium W732

Reputation:-  55  +

* slavkoid
HTC Droid DNA Android 4.1.x / Android 4.2.x firmware
what firmware?


--------------------
In this forum there is an acute shortage of requests for help without answers, so do not read the cap, write right away.
slavkoid
Message#526
13.02.19, 10:47
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 462
Check in: 12.09.11

Reputation:-  12  +

LKA_ @ 13.02.19, 15:38*
what firmware?

Google Play + Edition Android 5.1
https: //forum.xda-deve...ollipop-v1-00-t2964089

Android version is lower than 5.0, unfortunately, I can not use it, I need it for AndroidAuto

Post has been editedslavkoid - 14.02.19, 07:18


--------------------
ASUS Zenfone 3Deluxe (zs570kl)
Po_temkin
Message#527
02.03.19, 01:48
Visitor
**
[offline]

Group: Active users
Messages 16
Check in: 09.10.17
Asus ZenFone 2 ZE551ML

Reputation:-  0  +

Need some help
Xiaomi Redmi 3 Pro Body with MUiU Pro Port
I read the topic, I repent not all ...
What I tried:
  1. Find the file that launches the charge icon - found this charger, which simlink to helthd. Helthd cannot be edited (a bunch of cracks), when replaced, I get a bootlap
  2. In init.rc or init.qcom.rc, change the lines specified in the theme to ... / reboot - the body bypasses the charge icon, but hangs tight during the firmware download phase

ipod and lmp missing where to dig?
ZY: If I feel like I'm attaching boot.img to anyone, but if someone offers some other option, I'll try it myself, since there are hands =)

Attached files

Attached fileboot.img(13.06 MB)


Post has been editedPo_temkin - 02.03.19, 02:22
AntonChigl
Message#528
04.03.19, 07:43
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 89
Check in: 01.03.11
Oneplus one

Reputation:-  3  +

Maybe someone will be useful, Samsung Galaxy S3 mini i8190. Lollipop 5.1.1 (CyanogenMod 12.1) 20170404 stable.
You can change right on the phone with root rights, for example, in X-plore in the settings, set the Superuser rights with overwriting, look for the init.rc file and edit the line inside it and save. Everything works, even after a reboot, and two and three ..

"on charger
comment: #class_start charger
add: trigger late-init "

Who cares, when using a smartphone in the car, you can put Tasker and set it to automatically turn off when there is no power to charge. It turns out, the start of the machine is the phone on, the phone power is lost.
LKA_
Message#529
04.03.19, 08:10
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 930
Check in: 23.10.14
Philips Xenium W732

Reputation:-  55  +

* AntonChigl,
it is easy to do this without a tasker, here’s a piece of my script that cuts mabila when discharging below 90% if no charging

## check charger connect
charg = $ (cat / sys / class / power_supply / charger / online)
if [$ charg == 0]
then
echo "charger not connect"
## check charg level akk
if [`cat / sys / class / power_supply / battery / capacity` -lt 90]; then

# messag = "Akkym 3ap9jen na"
# zar9d = `cat / sys / class / power_supply / battery / capacity`
# echo $ messag $ zar9d "%">>$ txt
# cat / sys / class / power_supply / charger / online>>$ txt

reboot -p ## poweroff mobile if charg level below

fi

else
echo "charger connect, work next"
foto
fi


--------------------
In this forum there is an acute shortage of requests for help without answers, so do not read the cap, write right away.
slavkoid
Message#530
04.03.19, 08:55
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 462
Check in: 12.09.11

Reputation:-  12  +

LKA_ @ 03/04/19 13:10*
here is a piece of my script

what runs your script?


--------------------
ASUS Zenfone 3Deluxe (zs570kl)
LKA_
Message#531
04.03.19, 09:51
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 930
Check in: 23.10.14
Philips Xenium W732

Reputation:-  55  +

* slavkoid
dumpsys parsit on the coordinates, forms a file with the track from them, takes a photo of the cabin, forms messages and sends them to the soap while the ignition is on, when the ignition is turned off - the system is shut down.

Post has been editedLKA_ - 04.03.19, 09:51


--------------------
In this forum there is an acute shortage of requests for help without answers, so do not read the cap, write right away.
slavkoid
Message#532
04.03.19, 09:57
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 462
Check in: 12.09.11

Reputation:-  12  +

LKA_ @ 03/04/19, 14:51*
dumpsys parsit on the coordinates, forms a file with the track from them, takes a photo of the cabin, forms messages and sends them to the soap while the ignition is on, when the ignition is turned off - the system is shut down.

No, I meant something else - how does a script run without a taskker?


--------------------
ASUS Zenfone 3Deluxe (zs570kl)
LKA_
Message#533
04.03.19, 10:08
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 930
Check in: 23.10.14
Philips Xenium W732

Reputation:-  55  +

* slavkoid
if there is originally /etc/install-recovery.sh, then you can write to it
and so, I usually prescribe in / etc / mkshrc after the appropriate comment, there are nuances, for example, you need to check for neglect and if the script needs an android, then check
while ["" `getprop dev.bootcomplete`! =" 1 "]; do sleep 1; done


--------------------
In this forum there is an acute shortage of requests for help without answers, so do not read the cap, write right away.
slavkoid
Message#534
04.03.19, 10:53
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 462
Check in: 12.09.11

Reputation:-  12  +

LKA_ @ 03/04/19, 15:08*
if there is originally /etc/install-recovery.sh, then you can write to it

I suppose your script is looped and starts at boot?


--------------------
ASUS Zenfone 3Deluxe (zs570kl)
LKA_
Message#535
04.03.19, 11:14
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 930
Check in: 23.10.14
Philips Xenium W732

Reputation:-  55  +

Slavkoid @ 03/04/19, 12:53*
script you looped and starts at boot?

Yes, that is right


--------------------
In this forum there is an acute shortage of requests for help without answers, so do not read the cap, write right away.
MaxXx1313
Message#536
04.03.19, 20:07
a guest
*
[offline]

Group: Users
Messages 1
Check in: 07.06.10

Reputation:-  0  +

Lenovo Tab 10 (TB-X103F)

The option with changing two files helped: init.rc and init.target.rc

init.rc
on charger
# leave only this
trigger late-init



init.target.rc
on charger
# a copy of what is in the 'on boot' section (of the same file!)
start rmt_storage
insmod /system/lib/modules/adsprpc.ko


Can someone help

Post has been editedMaxXx1313 - 04.03.19, 20:08
slavkoid
Message#537
14.03.19, 04:39
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 462
Check in: 12.09.11

Reputation:-  12  +

Hmm, I don’t really want to work on something} -)


--------------------
ASUS Zenfone 3Deluxe (zs570kl)
spacemakerman
Message#538
19.04.19, 21:29
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 73
Check in: 06.07.15

Reputation:-  5  +

the task is to set a Wi-fi access point in the car4G LTE smartphonebecause on it the tariffs are more interesting, and to be able to turn on from the power supply, what can you advise?

Post has been editedspacemakerman - 19.04.19, 21:33
bakhramoff
Message#539
07.05.19, 23:50
Visitor
**
[offline]

Group: Active users
Messages 25
Check in: 29.05.13

Reputation:-  0  +

on charger
class_start charger
replaced by
on charger
powerctl reboot

The only solution that helped after two days of torment, everything was decided in one line, without any mounting. I think it should be in a hat

27 pagesV  « < 25 26 27 » 


 mobile version    Now: 05/20/19 07:00