Did you make the file executable and place in the init.d folder
What device is this for?
If no init.d....you will have to get it working first. You have to modify your boot.img to get it to work.
#!/system/bin/sh sleep 15s am start com.android.settings
#!/system/bin/sh mount -o remount,rw rootfs / mount -o remount, rw /system busybox mkdir /etc/init.d/hello
#!/system/bin/sh
sleep 15
remount -oremount,rw /
chmod 0755
#!/system/bin/sh
sleep 15
remount -oremount,rw /
chmod 0755
#!/system/bin/sh adb shell am start com.android.settings
#!/system/bin/sh adb shell am start com.android.settings
There are currently 1755 users online. 2 members and 1753 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment