[ROM] Stock Asus JB 4.1.1 Firmware 10.4.2.13 - Root , Deodex, Busybox , init.d!

Search This thread

surdu_petru

Recognized Contributor
Feb 3, 2010
7,535
23,746
Paris
Hi !

I am pleased to present the latest Asus Firmware 10.4.2.13 in three distinct parts !

Stock Asus JB 4.1.1 Firmware 10.4.2.13 - Rooted version !

Include :
  • untouched official latest firmware ;
  • stock kernel ;
  • su & Superuser for root access !
Download : asus.7z
You should unzipped first into asus.zip !


Stock Asus JB 4.1.1 Firmware 10.4.2.13 - Rooted & Deodexed version !

Include :
  • untouched official latest firmware ;
  • insecure kernel ;
  • USB debugging enabled ;
  • su & Superuser for root access !
  • deodexed ;
Download : asus_2.7z
You should unzipped first into asus.zip !

Stock Asus JB 4.1.1 Firmware 10.4.2.13 - Rooted & Deodexed & Busybox version !

Include :
  • untouched official latest firmware ;
  • insecure kernel ;
  • USB debugging enabled ;
  • su & Superuser for root access !
  • deodexed ;
  • busybox installed ;
Download : asus_3.7z
You should unzipped first into asus.zip !

*********************************

Installation :
  • only on TWRP recovery - for flash the new kernel !
  • just Wipe -> Cache & Dalvik Cache !
  • & Install !

If you do not want to use one of my root version , please see below a guide - what you need & how to root ...also other stuff on your stock firmware 10.4.2.13 !

Insecure Kernel => enabled USB debugging , root on shell ( just push Superuser & su in your device for root access ! ) , init.d support - if you have already installed busybox in /system/xbin !

You can flash this kernel in stock JB Firmware 10.4.2.13 !

How root your device after flash this kernel :
  • connect USB cable ;
  • push su in system/xbin & Superuser.apk in system/app :
  • > adb shell
  • # mount -o remount,rw -t ext4 /dev/block/mmcblk0p1 /system
  • # exit
  • > adb push su system/xbin/
  • > adb push Superuser.apk system/app/
  • > adb shell
  • # chown 0.0 /system/xbin/su
  • # chmod 06755 /system/xbin/su
  • # chmod 0644 /system/app/Superuser.apk
  • # exit
  • > adb reboot
Now your device will have root access !

How install busybox for init.d support :
  • conect USB cable ;
  • push busybox in system/xbin :
  • > adb shell
  • # mount -o remount,rw -t ext4 /dev/block/mmcblk0p1 /system
  • # exit
  • > adb push busybox system/xbin/
  • # chown 0.0 /system/xbin/busybox
  • # chmod 0755 /system/xbin/busybox
  • # /system/xbin/busybox --install -s /system/xbin
  • ( make your init.d directory ) :
  • # mkdir system/etc/init.d
  • # chown 0.0 /system/etc/init.d
  • # chmod 777 /system/etc/init.d
  • # exit
  • > adb reboot
Your device will have the ability to run scripts in init.d folder ! ( for each script (file) added init.d directory , you shoul changed permission into 777 ) !

How flash this kernel ! ( boot.blob )
  • Download this kernel boot.blob.jar with init.d support !
  • connect USB cable ;
  • put your device in fastboot mode ;
  • and type :
  • > fastboot -i 0x0B05 flash boot boot.blob
  • ( wait to flash new kernel ! )
  • > fastboot -i 0x0B05 reboot
Mirror insecure & init.d kernel boot.blob.jar !

Now you'll have the last Stock Asus JB Firmware 10.4.2.13 rooted , busybox installed & init.d support to run scripts !

Good luck ! :good:
 
Last edited:

Scott

Retired Recognized Developer
  • Like
Reactions: surdu_petru

surdu_petru

Recognized Contributor
Feb 3, 2010
7,535
23,746
Paris
  • Like
Reactions: yukondokne

stevtec86

Senior Member
Jan 28, 2012
663
62
Como
What differences are there between the stock kernel and the insecure kernel?

other question:

i'm on JB@Blue V1, pending V2, if I wanted to try the stock + root 10.4.2.13 with TWRP Recovery, just do the 3 wipes?

Thank's for jobs
 

surdu_petru

Recognized Contributor
Feb 3, 2010
7,535
23,746
Paris
What differences are there between the stock kernel and the insecure kernel?

other question:

i'm on JB@Blue V1, pending V2, if I wanted to try the stock + root 10.4.2.13 with TWRP Recovery, just do the 3 wipes?

Thank's for jobs

Hi!

Yes, seems to be more than enough ! :good:
- insecure kernel - you can easily root the device ! ( if the Rom is already rooted , insecure kernel not require ! )
 
Last edited:
  • Like
Reactions: yukondokne

countryteazer

Senior Member
Jul 5, 2008
406
128
Hey surdu - another excellent job on this! Thanks for sharing! I have a question though. I flashed the 3rd option and it looks like the badass animations that your 1st ROM had are gone. Is there a way to enable them or are they gone for good now?

Sent from my ASUS Transformer Pad TF300T using Tapatalk 2
 

surdu_petru

Recognized Contributor
Feb 3, 2010
7,535
23,746
Paris
Hey surdu - another excellent job on this! Thanks for sharing! I have a question though. I flashed the 3rd option and it looks like the badass animations that your 1st ROM had are gone. Is there a way to enable them or are they gone for good now?

Sent from my ASUS Transformer Pad TF300T using Tapatalk 2

Hi!

No, you can not enable windows animations in this Rom !
...will be available soon in my JB@BLUE_V02 ! :good:
 
  • Like
Reactions: countryteazer

surdu_petru

Recognized Contributor
Feb 3, 2010
7,535
23,746
Paris
Update !

Hi !

I added kernel with init.d support for run your favorite scripts , and also I have detailed instructions for use ( installation ) ! :good:

( check now in first post ! )
 

Top Liked Posts

  • There are no posts matching your filters.
  • 18
    Hi !

    I am pleased to present the latest Asus Firmware 10.4.2.13 in three distinct parts !

    Stock Asus JB 4.1.1 Firmware 10.4.2.13 - Rooted version !

    Include :
    • untouched official latest firmware ;
    • stock kernel ;
    • su & Superuser for root access !
    Download : asus.7z
    You should unzipped first into asus.zip !


    Stock Asus JB 4.1.1 Firmware 10.4.2.13 - Rooted & Deodexed version !

    Include :
    • untouched official latest firmware ;
    • insecure kernel ;
    • USB debugging enabled ;
    • su & Superuser for root access !
    • deodexed ;
    Download : asus_2.7z
    You should unzipped first into asus.zip !

    Stock Asus JB 4.1.1 Firmware 10.4.2.13 - Rooted & Deodexed & Busybox version !

    Include :
    • untouched official latest firmware ;
    • insecure kernel ;
    • USB debugging enabled ;
    • su & Superuser for root access !
    • deodexed ;
    • busybox installed ;
    Download : asus_3.7z
    You should unzipped first into asus.zip !

    *********************************

    Installation :
    • only on TWRP recovery - for flash the new kernel !
    • just Wipe -> Cache & Dalvik Cache !
    • & Install !

    If you do not want to use one of my root version , please see below a guide - what you need & how to root ...also other stuff on your stock firmware 10.4.2.13 !

    Insecure Kernel => enabled USB debugging , root on shell ( just push Superuser & su in your device for root access ! ) , init.d support - if you have already installed busybox in /system/xbin !

    You can flash this kernel in stock JB Firmware 10.4.2.13 !

    How root your device after flash this kernel :
    • connect USB cable ;
    • push su in system/xbin & Superuser.apk in system/app :
    • > adb shell
    • # mount -o remount,rw -t ext4 /dev/block/mmcblk0p1 /system
    • # exit
    • > adb push su system/xbin/
    • > adb push Superuser.apk system/app/
    • > adb shell
    • # chown 0.0 /system/xbin/su
    • # chmod 06755 /system/xbin/su
    • # chmod 0644 /system/app/Superuser.apk
    • # exit
    • > adb reboot
    Now your device will have root access !

    How install busybox for init.d support :
    • conect USB cable ;
    • push busybox in system/xbin :
    • > adb shell
    • # mount -o remount,rw -t ext4 /dev/block/mmcblk0p1 /system
    • # exit
    • > adb push busybox system/xbin/
    • # chown 0.0 /system/xbin/busybox
    • # chmod 0755 /system/xbin/busybox
    • # /system/xbin/busybox --install -s /system/xbin
    • ( make your init.d directory ) :
    • # mkdir system/etc/init.d
    • # chown 0.0 /system/etc/init.d
    • # chmod 777 /system/etc/init.d
    • # exit
    • > adb reboot
    Your device will have the ability to run scripts in init.d folder ! ( for each script (file) added init.d directory , you shoul changed permission into 777 ) !

    How flash this kernel ! ( boot.blob )
    • Download this kernel boot.blob.jar with init.d support !
    • connect USB cable ;
    • put your device in fastboot mode ;
    • and type :
    • > fastboot -i 0x0B05 flash boot boot.blob
    • ( wait to flash new kernel ! )
    • > fastboot -i 0x0B05 reboot
    Mirror insecure & init.d kernel boot.blob.jar !

    Now you'll have the last Stock Asus JB Firmware 10.4.2.13 rooted , busybox installed & init.d support to run scripts !

    Good luck ! :good:
    3
    Does the stock has initial. Du support?
    If so can I copy and paste seanz scripts?

    Hi!

    No ...The Stock Rom = Official version ....so you can play with official firmware , but with root access ! :good:
    3
    Hi Surdu

    Any news on V10.4.2.17 for US SKU (Android 4.1)-2012.11.05 update? :)

    Are you preparing a version of it with your mods? ;)

    Hi !

    ...just Deodex version for new firmware 10.4.2.17 - US (SKU) !
    ...but soon there will be more updates :good:
    3
    Hi !

    Deodexed version for last Firmware 10.4.2.13 was released ! :good:
    2
    Here is an Extended Power menu that should work with these ROMS. I have not tested them but I have tested them on my identical variations and they work fine so they should work with this no problem!

    Make a back up before flashing just in case!


    [MOD][9/19] - Extended Power Menu - JB 4.1.1 Only! 10.4.2.13