Ver Mensaje Individual
  #5  
Viejo 31/01/17, 23:58:54
Array

[xs_avatar]
DoodeeDoo DoodeeDoo no está en línea
Usuario poco activo
 
Fecha de registro: ene 2017
Mensajes: 10
Modelo de smartphone: VF-895N
Tu operador: Movistar
 Cita: Originalmente Escrito por AngeloAllegro Ver Mensaje
And that's for what? :
init.d scripts are used for start processes at boot time.
For example, you can create a script to enable permissive selinux at boot time, something like
Código:
#!/system/bin/sh
su system setenforce 0
(im not sure if it works right of the bat, you might need to mount system and so, just an example)
Name it 01selinux and put it on init.d folder with 755 permissions. You should name the scripts like 01, 02, 03, etc before the name so the order of the commands that are executed are respected

Or you can use it to run binaries like Seeder which on Smart Prime 6 doesn't work at boot time with the app

You can do so much if you need to, it's just for someone who might need, nothing important for regular users

EDIT: There is a tutorial on xda that shows some things that you can do: https://forum.xda-developers.com/sho....php?t=2198510
I did not try any of those, HOWEVER i'm pretty sure that works

Última edición por DoodeeDoo Día 01/02/17 a las 00:02:42.
Responder Con Cita