I am pleased to present the latest Asus Firmware 10.4.2.13 in three distinct parts !
1°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 !
2°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 !
3°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 !
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!
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!
Given the amount of coverage that Android receives around here, you could almost be … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?