Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Choose init.d location #153

Open
pchris7489 opened this issue Mar 1, 2023 · 2 comments
Open

Choose init.d location #153

pchris7489 opened this issue Mar 1, 2023 · 2 comments

Comments

@pchris7489
Copy link

Hello,

On Android 6 for example, the init.d location is :

/system/etc/init.d/

On Android 12 with magisk, the init.d location is :

/data/adb/service.d/

Finally, Smart Pack will save scripts to :

/data/emulated/0/SP/

It would be useful to give a simple option to tell Smart Pack where to save scripts, in order to "centralize" all of them

This will help for a more efficient maintenance of scripts

@sunilpaulmathew
Copy link
Contributor

@pchris7489
SmartPack Script Manager is not depending on init.d. I purposefully made it separate to have full control to app. On boot scripts will be executed by app itself, as long as root access is available and the on-boot feature works.

@pchris7489
Copy link
Author

Okay I concluded that having a more centralized approach (or at least adding the simple option for the user) would make using the app more pleasing because technically the problem is that the scripts are not centralized, some apps will read and write to init.d/service.d, and Smart Pack will read and write only from /data/0/SP folder, in other words as a kernel manager Smart Pack will miss some important configurations conflicting and running concurrently with it. After you decide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants