Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
yuunanase
Old
(Last edited by yuunanase; 6th July 2012 at 04:39 AM.) Reason: Added firmware 6.0.F.0.111
#1  
Junior Member - OP
Thanks Meter 13
Posts: 25
Join Date: Nov 2008
Default Unsecure kernel for LT28i + Root

Hi,

Here is my first try for building an insecure kernel without su su or any other modifications.

6.0.F.0.72 https://hotfile.com/dl/162182111/93e..._Boot.elf.html
6.0.F.0.111 https://hotfile.com/dl/162367993/a96...ecure.elf.html

Thanks to Androxyde for helping me build this kernel.

Xperia ION rooting pack: https://hotfile.com/dl/162186202/75d...oting.zip.html

Here is a batch file for adding su and busybox into the rom.

[Procedure for rooting]
1. Unlock the bootloader.
2. Flash your Xperia ION LT28i with the insecure kernel.
3. Boot the phone and connect with debugging on.
4. Extract the Xperia ION rooting pack and run the batch file.
5. Install the latest version of superuser and busybox from google play.
The Following 11 Users Say Thank You to yuunanase For This Useful Post: [ Click to Expand ]
 
earbrain
Old
#2  
earbrain's Avatar
Senior Member
Thanks Meter 122
Posts: 299
Join Date: Dec 2010
Location: Dallas
Hey yuunanase, Thanks a bunch for your work. Out for the holiday but will help you guys test soon as I return. SAWEEET!!! earbrain
The Following User Says Thank You to earbrain For This Useful Post: [ Click to Expand ]
 
popfan
Old
#3  
Senior Member
Thanks Meter 214
Posts: 774
Join Date: Jan 2011
Anyone get to try this on LT28at yet to see if it works? I am assuming it would since we can flash LT28i firmware onto our phones. The only question would be if it works with LTE or not.
Newly Rooted Atrix HD - Thanks Dan!!!

Stupid brother broke it - Captivate I897 - build 1010
HellyBeaned
Nova Launcher

Sorry Sony Xperia Ion
 
Spectre51
Old
#4  
Spectre51's Avatar
Recognized Contributor
Thanks Meter 1003
Posts: 2,933
Join Date: Jul 2010

 
DONATE TO ME
Quote:
Originally Posted by popfan View Post
Anyone get to try this on LT28at yet to see if it works? I am assuming it would since we can flash LT28i firmware onto our phones. The only question would be if it works with LTE or not.
Well since you need an unlocked bootloader it won't work on the lt28at since we can't unlock the bootloaders yet.

Current Phones/Tablets:
Lumia 920 // Xperia Z // Xperia TL // Xperia ion // Xperia P // iPad 3
Accessories
Sony Smartwatch // Sony Smart Wireless Headset pro // Sony LiveDock™ // Xperia ion Smartdock
Past Phones/Tablets:
iPhone 1st Gen/3GS/4S // Nexus One // Dell Streak // Atrix 4g // Xperia Play // Lumia 900 // Xperia S // iPad 1

Click here for my Xperia firmware downloads.
Use the Thanks button if I helped.
The Following User Says Thank You to Spectre51 For This Useful Post: [ Click to Expand ]
 
killerskincanoe
Old
#5  
killerskincanoe's Avatar
Senior Member
Thanks Meter 54
Posts: 956
Join Date: Mar 2009
Location: Athens
So next step is bootloader then...before root
Sent from my LT28at using xda app-developers app
[CURRENT PHONE]
ATT LG Optimus G
[OTHER DEVICES]
Samsung Galaxy Note 10.1 8013
HTC Flyer WIFI
iPhone 4s


[I][RETIRED]
Sony Xperia Ion
HTC Inspire 4G
LG QUANTUM
Xperia x10a White
LG eXpo
Xperia X1a
 
Spectre51
Old
#6  
Spectre51's Avatar
Recognized Contributor
Thanks Meter 1003
Posts: 2,933
Join Date: Jul 2010

 
DONATE TO ME
yuunanase have you tried making a pre-rooted system image that you can flash with an unlocked bootloader? Would be nice to have that without having to mess with any kernel changes.

Current Phones/Tablets:
Lumia 920 // Xperia Z // Xperia TL // Xperia ion // Xperia P // iPad 3
Accessories
Sony Smartwatch // Sony Smart Wireless Headset pro // Sony LiveDock™ // Xperia ion Smartdock
Past Phones/Tablets:
iPhone 1st Gen/3GS/4S // Nexus One // Dell Streak // Atrix 4g // Xperia Play // Lumia 900 // Xperia S // iPad 1

Click here for my Xperia firmware downloads.
Use the Thanks button if I helped.
 
yuunanase
Old
#7  
Junior Member - OP
Thanks Meter 13
Posts: 25
Join Date: Nov 2008
I am still learning how to make a prerooted system.img. Do you have any idea how to build one?
 
Spectre51
Old
#8  
Spectre51's Avatar
Recognized Contributor
Thanks Meter 1003
Posts: 2,933
Join Date: Jul 2010

 
DONATE TO ME
Quote:
Originally Posted by yuunanase View Post
I am still learning how to make a prerooted system.img. Do you have any idea how to build one?
This was the very basic guide I followed for the Xperia S but when trying for the ion and for ICS on the Xperia S it gets errors on the mount command:

Quote:
Installed debian/gnome, updated and downloaded pyton and other packages

downloaded ext4 utilites:
http://forum.xda-developers.com/show....php?t=1081239
created sin2img.py:
https://github.com/defer/semc-xperia...ter/sin2img.py
created system.sin with flashtool

root@user:/home/user# cd android
root@user:/home/user/android# python ./sin2img.py system.sin system.img
root@user:/home/user/android# mkdir system; mount -t ext4 -o loop system.img system

download Superuser.apk and su from http://androidsu.com/superuser/

root@user:/home/user/android# cp Superuser.apk system/app/
root@user:/home/user/android# cp su system/bin/
root@user:/home/user/android# chmod 644 system/app/Superuser.apk
root@user:/home/user/android# chmod 06755 system/bin/su

root@user:/home/user/android# ./mkuserimg.sh -s system ./system2.img ext4 ./temp 1024M

Current Phones/Tablets:
Lumia 920 // Xperia Z // Xperia TL // Xperia ion // Xperia P // iPad 3
Accessories
Sony Smartwatch // Sony Smart Wireless Headset pro // Sony LiveDock™ // Xperia ion Smartdock
Past Phones/Tablets:
iPhone 1st Gen/3GS/4S // Nexus One // Dell Streak // Atrix 4g // Xperia Play // Lumia 900 // Xperia S // iPad 1

Click here for my Xperia firmware downloads.
Use the Thanks button if I helped.
The Following 2 Users Say Thank You to Spectre51 For This Useful Post: [ Click to Expand ]
 
erichall82
Old
#9  
erichall82's Avatar
Member
Thanks Meter 1
Posts: 76
Join Date: Jul 2011
Location: Tampa
Has anyone had force closes or random reboot

Sent from my LT28at using XDA Premium App
 
Bach415
Old
#10  
Member
Thanks Meter 3
Posts: 45
Join Date: Jun 2012
Quote:
Originally Posted by erichall82 View Post
Has anyone had force closes or random reboot

Sent from my LT28at using XDA Premium App
Nothing here for either. Are you pressing the up volume + lock button by accident? That causes a force restart/reboot if you are.

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...