[Enable INIT.D] Only For Huawei KitKat B510 !

Search This thread

surdu_petru

Recognized Contributor
Feb 3, 2010
7,542
23,764
Paris
Hello !

By following this post, you can already enabled init.d functions in your stock rom Huawei Firmware B510 ( CN Beta or International ) !

* enabled init.d via kernel ;

* root your device ;

* installed latest update for Supersu ;

* installed busybox !


Downloads :


Installations :
  • your device must be updated to Huawei Beta B510 or the last update.zip - Officially International B510 ;
  • flash TWRP 2.7.0.0 ;
  • install enable-initd.zip in twrp ;
  • wipe not require ;
  • enjoy !


Application :
  • you just need to copy your favorite scripts in /system/etc/init.d
  • Exemple :
  • adb push tweaks_memory /data/local/tmp
  • adb shell
  • su
  • mount -o remount,rw /system
  • cp /data/local/tmp/tweaks_memory /system/etc/init.d/tweaks_memory
  • exit
  • exit
  • adb reboot
  • tweaks_memory will be run every time when device boot !

Here you are two scripts for general optimization with zipalign & sqlite3 .

tweaks.zip

Just flash in TWRP, no wipe require !

After flash this .zip you should check /data/local for more info .


Best regards !
 
Last edited:

savudragosh2

Senior Member
Apr 21, 2011
139
23
Bucharest
Hello !

By following this post, you can already enabled init.d functions in your stock rom Huawei Firmware B510 ( CN Beta or International ) !

* enabled init.d via kernel ;

* root your device ;

* installed latest update for Supersu ;

* installed busybox !


Downloads :


Installations :
  • your device must be updated to Huawei Beta B510 or the last update.zip - Officially International B510 ;
  • flash TWRP 2.7.0.0 ;
  • install enable-initd.zip in twrp ;
  • wipe not require ;
  • enjoy !


Application :
  • you just need to copy your favorite scripts in /system/etc/init.d
  • Exemple :
  • adb push tweaks_memory /data/local/tmp
  • adb shell
  • su
  • mount -o remount,rw /system
  • cp /data/local/tmp/tweaks_memory /system/etc/init.d/tweaks_memory
  • exit
  • exit
  • adb reboot
  • tweaks_memory will be run every time when device boot !

Here you are two scripts for general optimization with zipalign & sqlite3 .

tweaks.zip

Just flash in TWRP, no wipe require !

After flash this .zip you should check /data/local for more info .


Best regards !

Can you tell me please how can i uninstall the scripts? (tweaks.zip)
thank you.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 9
    Hello !

    By following this post, you can already enabled init.d functions in your stock rom Huawei Firmware B510 ( CN Beta or International ) !

    * enabled init.d via kernel ;

    * root your device ;

    * installed latest update for Supersu ;

    * installed busybox !


    Downloads :


    Installations :
    • your device must be updated to Huawei Beta B510 or the last update.zip - Officially International B510 ;
    • flash TWRP 2.7.0.0 ;
    • install enable-initd.zip in twrp ;
    • wipe not require ;
    • enjoy !


    Application :
    • you just need to copy your favorite scripts in /system/etc/init.d
    • Exemple :
    • adb push tweaks_memory /data/local/tmp
    • adb shell
    • su
    • mount -o remount,rw /system
    • cp /data/local/tmp/tweaks_memory /system/etc/init.d/tweaks_memory
    • exit
    • exit
    • adb reboot
    • tweaks_memory will be run every time when device boot !

    Here you are two scripts for general optimization with zipalign & sqlite3 .

    tweaks.zip

    Just flash in TWRP, no wipe require !

    After flash this .zip you should check /data/local for more info .


    Best regards !
    1
    Maybe a stupid question...bootloader must be unlocked right? :) thx

    Yes you are right, mate :D , but if I'm not wrong I think KitKat comes already with unlocked bootloader .

    Anyway if your bootloader is still locked , you can try this stuff .

    Good luck !
    1
    I install init.d with this application and worked for me, having the b510 Rom

    http://xdaforums.com/showthread.php?t=1933849

    Enviado desde mi HUAWEI P6-U06 mediante Tapatalk