|
||
|
![]() |
![]() |
Otros terminales de Vodafone Otros terminales de Vodafone |
![]() |
|
Herramientas |
#1
|
||||
|
||||
init.d support Smart Prime 6 (and any other Qualcomm phone)
Hello everyone!
For starters, this is not entirely my tutorial, but it can become handy for some of you. Credits are stored in the bottom of the thread. I will create some With this you can run any init.d script in any Qualcomm device! (afaik) It was tested by me on Vodafone Smart Prime 6 (VF-895N) Requirements:
Credits:
Última edición por DoodeeDoo Día 31/01/17 a las 15:49:27. |
Gracias de parte de: | ||
|
#2
|
||||
|
||||
Great tutorial !!! Keep the good work ;)
|
#3
|
||||
|
||||
|
#4
|
||||
|
||||
And that's for what? :/
|
#5
|
||||
|
||||
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 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. |
#6
|
||||
|
||||
Thanks for sharing this tutorial—it's quite detailed and will definitely come in handy for many users working with Qualcomm devices. I completely agree that such tweaks can be incredibly useful for enhancing device functionality. Cross-browser compatibility is also essential in the broader scope of development, ensuring functionality across all major browsers and devices for an optimal user experience. If you're interested in modernizing your applications for better adaptability, consider checking out this application modernization agency for expert insights. Feel free to reach out if you encounter any issues following the steps. Cheers!"
Última edición por flameshretoos Día 16/12/24 a las 19:42:35. |
![]() |
![]() |
||||||
|