Skip to content

Commit

Permalink
Add support for new JBSAMMY Leak XWLSD!
Browse files Browse the repository at this point in the history
  • Loading branch information
Alucard24 authored and dorimanx committed Feb 8, 2013
1 parent ff26a7a commit 8c3e749
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions res/customconfig/actions/push-actions/home_key_restore
Expand Up @@ -3,6 +3,7 @@
JBSAMMY=0;
[ "`/sbin/busybox grep -i ro.build.PDA=I9100XXLSJ /system/build.prop`" ] && JBSAMMY=1;
[ "`/sbin/busybox grep -i ro.build.PDA=I9100XWLS8 /system/build.prop`" ] && JBSAMMY=1;
[ "`/sbin/busybox grep -i ro.build.PDA=I9100XWLSD /system/build.prop`" ] && JBSAMMY=1;

if [ "$JBSAMMY" == 1 ]; then

Expand Down
2 changes: 2 additions & 0 deletions sbin/init
Expand Up @@ -202,6 +202,8 @@ $BB chmod 666 /tmp/jbsammy_installed;
[ "`$BB grep -i android-htc-rev /system/build.prop`" ] && S4A=1;
[ "`$BB grep -i ro.build.PDA=I9100XXLSJ /system/build.prop`" ] && JBSAMMY=1;
[ "`$BB grep -i ro.build.PDA=I9100XWLS8 /system/build.prop`" ] && JBSAMMY=1;
[ "`$BB grep -i ro.build.PDA=I9100XWLSD /system/build.prop`" ] && JBSAMMY=1;

B2G=`$BB ls /system/b2g | wc -l`;
JELLY=`$BB ls /system/lib/ssl/engines/libkeystore.so | wc -l`;
# has to be negative! for SAMMY ICS ROM to get his init files.
Expand Down
1 change: 1 addition & 0 deletions sbin/recovery-loader
Expand Up @@ -41,6 +41,7 @@ $BB mount -t ext4 /dev/block/mmcblk0p9 /system;
JBSAMMY=0;
[ "`$BB grep -i ro.build.PDA=I9100XXLSJ /system/build.prop`" ] && JBSAMMY=1;
[ "`$BB grep -i ro.build.PDA=I9100XWLS8 /system/build.prop`" ] && JBSAMMY=1;
[ "`$BB grep -i ro.build.PDA=I9100XWLSD /system/build.prop`" ] && JBSAMMY=1;

if [ "$JBSAMMY" == "1" ]; then
$BB mount -o remount,rw /system;
Expand Down

2 comments on commit 8c3e749

@jgjd691995
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

time to add

[ "$BB grep -i ro.build.PDA=I9100JHLS4 /system/build.prop" ] && JBSAMMY=1;

NEW UPDATE FOR U DORI !!!

and btw theres a new norway update but it is also xwlsd

@dorimanx
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DONE :)

Please sign in to comment.