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

surdu_petru

Recognized Contributor
Feb 3, 2010
6,576
22,186
263
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
Feb 20, 2007
29,223
66,250
263
Fargo
www.scottcrosler.com
  • Like
Reactions: surdu_petru

surdu_petru

Recognized Contributor
Feb 3, 2010
6,576
22,186
263
Paris
  • Like
Reactions: yukondokne

surdu_petru

Recognized Contributor
Feb 3, 2010
6,576
22,186
263
Paris
What differences are there between the stock kernel and the insecure kernel?

other question:

i'm on [email protected] 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
0
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
6,576
22,186
263
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 [email protected]_V02 ! :good:
 
  • Like
Reactions: countryteazer

surdu_petru

Recognized Contributor
Feb 3, 2010
6,576
22,186
263
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 ! )