Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Treybonew
Old
#21  
Junior Member
Thanks Meter 0
Posts: 21
Join Date: Mar 2011
Quote:
Originally Posted by Odia View Post
A close friend asked me to make him an insecure kernel for KE2 which I have now decided to release to the community.

I have also made KE7 which I think will be more useful to the community.

If anyone wants a specific kernel then request in this thread and I will make it when I have enough time.

If you like my work, maybe you would like to say thanks by buying me a beer

GT-I9100_BUKE1_insecure - User Request
GT-I9100_XWKE2_insecure
GT-I9100_XWKE7_insecure

These insecure kernels can be used with the guide here:-
http://forum.xda-developers.com/show....php?t=1056334

or a quick method for rooting would be:-
Code:
adb shell mount -o rw,remount /dev/block/mmcblk0p9 /system
adb push busybox /system/xbin/
adb push su /system/xbin/
adb shell chown root.shell /system/xbin/busybox
adb shell chown root.shell /system/xbin/su
adb shell chmod 755 /system/xbin/busybox
adb shell chmod 4755 /system/xbin/su
adb shell /system/xbin/busybox --install -s /system/xbin
adb shell mount -o ro,remount /dev/block/mmcblk0p9 /system
and then install superuser.apk from market or adb install superuser.apk if you have it local.
Do you think you could make an insecure for XXKE1? I have not seen this listed anywhere, so I am at a loss. I don't know if is an offshoot of the other KE1, but here is my kernel info copy/pasted from the phone:

Kernel Version
2.6.35.7-I9100XXKE1 -cl181119
se.infra@SEP-41 #2
 
Odia
Old
#22  
Odia's Avatar
Recognized Developer - OP
Thanks Meter 675
Posts: 652
Join Date: Jan 2009
Location: FEED0002 & CAFE0018

 
DONATE TO ME
Quote:
Originally Posted by Treybonew View Post
Do you think you could make an insecure for XXKE1?
In the morning its late now

Please also let me know the info from *#1234#

Your phone is from Poland?
The Following User Says Thank You to Odia For This Useful Post: [ Click to Expand ]
 
Odia
Old
#23  
Odia's Avatar
Recognized Developer - OP
Thanks Meter 675
Posts: 652
Join Date: Jan 2009
Location: FEED0002 & CAFE0018

 
DONATE TO ME
Quote:
Originally Posted by Treybonew View Post
Do you think you could make an insecure for XXKE1?
Sorry I dont have access to the XXKE1 kernel file, maybe you want to update to XXKE4?
The Following User Says Thank You to Odia For This Useful Post: [ Click to Expand ]
 
godutch
Old
#24  
Senior Member
Thanks Meter 112
Posts: 1,125
Join Date: Jun 2009
How long should the "insecure mode" last because on first boot I have rw access to /system but after 2nd boot only read access and I need to reflash the kernel again to get rw access (to be honest I didn't bother remounting /system rw because I make so many typos reflashing is faster)
 
pulser_g2
Old
#25  
pulser_g2's Avatar
Developer Admin / Elite Recognized Developer
Thanks Meter 8059
Posts: 18,419
Join Date: Nov 2009
Location: United Kingdom Likes: Galaxy Note 2 Dislikes: Noobs
Quote:
Originally Posted by godutch View Post
How long should the "insecure mode" last because on first boot I have rw access to /system but after 2nd boot only read access and I need to reflash the kernel again to get rw access (to be honest I didn't bother remounting /system rw because I make so many typos reflashing is faster)
LOL.

adb remount

It won't remain RW all the time - you have to request it to go RW


Having trouble getting an answer? | What is XDA about? | How to ask for help?

if [ $PM.incoming.type = $type.question.ROM.how_to_use ] || [ $PM.incoming.type = $type.question.ROM.silly_question ]; then mv $PM.incoming /.trash; PM.response($responsetype.ignore); $PM.sender.ignore_in_future=true; init.sequence($boy_who_cried_wolf); fi;


If you wish to apply for one of the Recognized Themer/Contributor titles, or have a question, please DO NOT send me a PM about it. Instead please contact your device's forum moderator, or a senior moderator, who will deal with your application. Thanks
The Following User Says Thank You to pulser_g2 For This Useful Post: [ Click to Expand ]
 
godutch
Old
#26  
Senior Member
Thanks Meter 112
Posts: 1,125
Join Date: Jun 2009
Like I said for me it's faster to reflash than to type the command to remount rw
 
Treybonew
Old
#27  
Junior Member
Thanks Meter 0
Posts: 21
Join Date: Mar 2011
Quote:
Originally Posted by Odia View Post
Sorry I dont have access to the XXKE1 kernel file, maybe you want to update to XXKE4?
Yeah, I updated to XXKE4. And yes it is from Poland. Here is the info:

PDA: I9100XXKE4
Phone: I9100XXKE4
CSC: I9100XAKE4
 
Odia
Old
#28  
Odia's Avatar
Recognized Developer - OP
Thanks Meter 675
Posts: 652
Join Date: Jan 2009
Location: FEED0002 & CAFE0018

 
DONATE TO ME
Quote:
Originally Posted by Treybonew View Post
Yeah, I updated to XXKE4. And yes it is from Poland. Here is the info:

PDA: I9100XXKE4
Phone: I9100XXKE4
CSC: I9100XAKE4
Done, see first post.
The Following User Says Thank You to Odia For This Useful Post: [ Click to Expand ]
 
Treybonew
Old
#29  
Junior Member
Thanks Meter 0
Posts: 21
Join Date: Mar 2011
Quote:
Originally Posted by Odia View Post
Done, see first post.
Thank you, I snatched it up. But just what are the main differences in the firmware anyway? I know it's regional specific sometimes, but is there a place that has what the difference is in the firmware versions?
 
pulser_g2
Old
#30  
pulser_g2's Avatar
Developer Admin / Elite Recognized Developer
Thanks Meter 8059
Posts: 18,419
Join Date: Nov 2009
Location: United Kingdom Likes: Galaxy Note 2 Dislikes: Noobs
Quote:
Originally Posted by Treybonew View Post
Thank you, I snatched it up. But just what are the main differences in the firmware anyway? I know it's regional specific sometimes, but is there a place that has what the difference is in the firmware versions?
Nope, unfortunately, there's no info from sammy.


Having trouble getting an answer? | What is XDA about? | How to ask for help?

if [ $PM.incoming.type = $type.question.ROM.how_to_use ] || [ $PM.incoming.type = $type.question.ROM.silly_question ]; then mv $PM.incoming /.trash; PM.response($responsetype.ignore); $PM.sender.ignore_in_future=true; init.sequence($boy_who_cried_wolf); fi;


If you wish to apply for one of the Recognized Themer/Contributor titles, or have a question, please DO NOT send me a PM about it. Instead please contact your device's forum moderator, or a senior moderator, who will deal with your application. Thanks

The Following User Says Thank You to pulser_g2 For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
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...