Jump to content


Photo

[Script/Utility] ROOT RAZR HD XT926 For LOCKED Devices On 9.18.79

Root fix root exploit Droid Razr HD Root Locked Bootloader root exploit root 9.18.79 root 9.20.1 utility

  • Please log in to reply
628 replies to this topic

#261 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 44,094 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 21 August 2013 - 10:19 AM

Thanks Sam, really appreciate that. My joke was an inside one directed toward Kaos. :)

 

Ya gotta just love this place!!

 

Well, Kaos is who sent me the HD in the first place.  We agreed that when I was done with it, I'd send it to someone worthy.  :)  Believe me when I say who I sent it to is beyond worthy.  :D  He was having a blast with it last night.


Non potest esse nisi unus


#262 cmh714

cmh714

    Tech Service & Beyond

  • Smod
  • 3,272 posts
  • LocationSoCal
  • Current Device(s):Nexus 6

Posted 21 August 2013 - 10:20 AM

Correct the fastboot executable. adb is the same it appears.

 

What I found most interesting is the size. The one in your utility is 200+k the ones in Matts are less than 40k, so thought it was odd or interesting.



#263 cmh714

cmh714

    Tech Service & Beyond

  • Smod
  • 3,272 posts
  • LocationSoCal
  • Current Device(s):Nexus 6

Posted 21 August 2013 - 10:21 AM

Well, Kaos is who sent me the HD in the first place.  We agreed that when I was done with it, I'd send it to someone worthy.   :)  Believe me when I say who I sent it to is beyond worthy.   :D  He was having a blast with it last night.

I may know that Guy :) but havent heard a thing ;)



#264 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 44,094 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 21 August 2013 - 10:21 AM

I repackaged the RAZR M version that they put together.  I didn't even look at it except to modify some paths in the script.  No idea where they came from.


Non potest esse nisi unus


#265 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 44,094 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 21 August 2013 - 10:22 AM

I may know that Guy :) but havent heard a thing ;)

 

I'm not at liberty to say who it is.  But when they're ready, perhaps they'll make their presence known.  :D


  • cmh714 likes this

Non potest esse nisi unus


#266 cmh714

cmh714

    Tech Service & Beyond

  • Smod
  • 3,272 posts
  • LocationSoCal
  • Current Device(s):Nexus 6

Posted 21 August 2013 - 10:23 AM

Seem to be lots of fastboot versions out there....



#267 johnthehillbilly

johnthehillbilly

    Gear jammin' S-Mod

  • Smod
  • 6,470 posts
  • Twitter:@johnhillbilly
  • Google+:http://goo.gl/ColUJ .. johnthehillbilly@gmail.com
  • LocationSomewhere between here, and there...
  • Current Device(s):unlocked RAZR HD (xt926)... RAZR (xt912)

Posted 21 August 2013 - 10:30 AM

There should be 32 and 64 bit versions of for both Linux and Darwin .... :) So when the script checks the platform and architecture, it can point to the proper one :) .... are you having fun yet? ... if not, YOU SHOULD BE!!!

Feeding my android addiction......... one phone at a time.....

jhf.png

If you are feeling generous and would like to buy me a drink.... coffee :)


#268 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 44,094 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 21 August 2013 - 10:32 AM

I don't have time to mess with it right now, but, we can always make a 1.2.1 with 32 bit stuff....but honestly, who the hell is running 32 bit OS' in this day and age?!  :D  LMAO!


  • johnthehillbilly and livinginkaos like this

Non potest esse nisi unus


#269 johnthehillbilly

johnthehillbilly

    Gear jammin' S-Mod

  • Smod
  • 6,470 posts
  • Twitter:@johnhillbilly
  • Google+:http://goo.gl/ColUJ .. johnthehillbilly@gmail.com
  • LocationSomewhere between here, and there...
  • Current Device(s):unlocked RAZR HD (xt926)... RAZR (xt912)

Posted 21 August 2013 - 10:33 AM

I don't have time to mess with it right now, but, we can always make a 1.2.1 with 32 bit stuff....but honestly, who the hell is running 32 bit OS' in this day and age?! :D LMAO!


There are 2 or 3 people still 32bit LOL

.... are you having fun yet? ... if not, YOU SHOULD BE!!!


  • cmh714 likes this

Feeding my android addiction......... one phone at a time.....

jhf.png

If you are feeling generous and would like to buy me a drink.... coffee :)


#270 cmh714

cmh714

    Tech Service & Beyond

  • Smod
  • 3,272 posts
  • LocationSoCal
  • Current Device(s):Nexus 6

Posted 21 August 2013 - 10:33 AM

I don't have time to mess with it right now, but, we can always make a 1.2.1 with 32 bit stuff....but honestly, who the hell is running 32 bit OS' in this day and age?!   :D  LMAO!

Agreed, Ive only seen maybe 2 people that had problems because of that.



#271 cmh714

cmh714

    Tech Service & Beyond

  • Smod
  • 3,272 posts
  • LocationSoCal
  • Current Device(s):Nexus 6

Posted 21 August 2013 - 10:36 AM



There should be 32 and 64 bit versions of for both Linux and Darwin .... :) So when the script checks the platform and architecture, it can point to the proper one :) .... are you having fun yet? ... if not, YOU SHOULD BE!!!

Well unless they combined them into one executable, I would say no. The script isnt checking cpu.

 

heres the check:

 

 

if [ "$platform" = 'Darwin' ]; then
        adb="./adb.osx"
fastboot="./fastboot.osx"
        version="OS X"
else
        adb="./adb.linux"
fastboot="./fastboot.linux"
        version="Linux"
fi


#272 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 44,094 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 21 August 2013 - 10:37 AM

And are any of them rooting an HD?  :D  If so, they should have the binaries already and be able to edit the script accordingly.  :p


  • johnthehillbilly and livinginkaos like this

Non potest esse nisi unus


#273 cmh714

cmh714

    Tech Service & Beyond

  • Smod
  • 3,272 posts
  • LocationSoCal
  • Current Device(s):Nexus 6

Posted 21 August 2013 - 10:40 AM

The 2 or 3 I helped were on XT912's :)


  • johnthehillbilly likes this

#274 johnthehillbilly

johnthehillbilly

    Gear jammin' S-Mod

  • Smod
  • 6,470 posts
  • Twitter:@johnhillbilly
  • Google+:http://goo.gl/ColUJ .. johnthehillbilly@gmail.com
  • LocationSomewhere between here, and there...
  • Current Device(s):unlocked RAZR HD (xt926)... RAZR (xt912)

Posted 21 August 2013 - 10:45 AM

I know a few things have changed a bit but in the first utility for the HD we included binaries for both 32 and 64 Linux and Darwin :) have the binaries changed that much or have they just pretty much done away with the 32 bit ? :)

.... are you having fun yet? ... if not, YOU SHOULD BE!!!


Feeding my android addiction......... one phone at a time.....

jhf.png

If you are feeling generous and would like to buy me a drink.... coffee :)


#275 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 44,094 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 21 August 2013 - 10:50 AM

Like I said, I didn't add the binaries to motochopper.  Someone working on the RAZR M version did.  I just jacked them.  LMAO :)  (Admittedly I was lazy).  Fastboot MIGHT be different based on the fact that there's a snapdragon specific windows version.  It would not surprise me if the same is true on Linux.


  • johnthehillbilly and cmh714 like this

Non potest esse nisi unus


#276 livinginkaos

livinginkaos

    I don't know what I'm doing anymore.....

  • Administrator
  • 15,282 posts
  • Google+:Hangouts - livinginkaos@gmail.com
  • LocationOregon
  • Current Device(s):Samsung S8+ / Pixel XL 128gb / iPhone 7+ 256gb / iPad Pro 12.9" / Samsung Chromrbook Plus / Pixel C / Nexus 6p 128gb / Nexus 6 / Nexus 6 on Fi / Nexus 9 / Moto 360^2 / Nvidia Shield TV Pro / Nvidia Shield Tablet / HTC EVODesign on FreedomPop / Chromecast / Surface Pro 3 i7 / Samsung Tab Pro 12.2 / Lenovo Win8 Tab / Eee Slate / '13 Nexus 7

Posted 21 August 2013 - 10:51 AM

CMH, your's is on it's way to me.  I expect tomorrow, then I will forward it on - then you can play with Sam's script ;) .....


  • SamuriHL, johnthehillbilly and cmh714 like this

b2wvCBn.png

Sig by livinginkaos
Samsung S8+ / Pixel XL 128gb / iPhone 7+ 256gb / iPad Pro 12.9" / Samsung Chromrbook Plus / Pixel C / Nexus 6p 128gb / Nexus 6 / Nexus 6 on Fi / Nexus 9 / Moto 360^2 / Nvidia Shield TV Pro / Nvidia Shield Tablet / HTC EVODesign on FreedomPop / Chromecast / Surface Pro 3 i7 / Samsung Tab Pro 12.2 / Lenovo Win8 Tab / Eee Slate / '13 Nexus 7


#277 cmh714

cmh714

    Tech Service & Beyond

  • Smod
  • 3,272 posts
  • LocationSoCal
  • Current Device(s):Nexus 6

Posted 21 August 2013 - 10:53 AM

I know a few things have changed a bit but in the first utility for the HD we included binaries for both 32 and 64 Linux and Darwin :) have the binaries changed that much or have they just pretty much done away with the 32 bit ? :)

.... are you having fun yet? ... if not, YOU SHOULD BE!!!

Well I cant necessarily tell from what I have. All I can say is in Matts AIO utility for the xt912 there are actually 3 versions for the OSX: a 64bit (49kb), a 32 bit (44kb) and an alternate 64bit (156kb) and the one in this utility is 209kb



#278 livinginkaos

livinginkaos

    I don't know what I'm doing anymore.....

  • Administrator
  • 15,282 posts
  • Google+:Hangouts - livinginkaos@gmail.com
  • LocationOregon
  • Current Device(s):Samsung S8+ / Pixel XL 128gb / iPhone 7+ 256gb / iPad Pro 12.9" / Samsung Chromrbook Plus / Pixel C / Nexus 6p 128gb / Nexus 6 / Nexus 6 on Fi / Nexus 9 / Moto 360^2 / Nvidia Shield TV Pro / Nvidia Shield Tablet / HTC EVODesign on FreedomPop / Chromecast / Surface Pro 3 i7 / Samsung Tab Pro 12.2 / Lenovo Win8 Tab / Eee Slate / '13 Nexus 7

Posted 21 August 2013 - 10:54 AM

Well I cant necessarily tell from what I have. All I can say is in Matts AIO utility for the xt912 there are actually 3 versions for the OSX: a 64bit (49kb), a 32 bit (44kb) and an alternate 64bit (156kb) and the one in this utility is 209kb

Bigger is better ????


  • johnthehillbilly and cmh714 like this

b2wvCBn.png

Sig by livinginkaos
Samsung S8+ / Pixel XL 128gb / iPhone 7+ 256gb / iPad Pro 12.9" / Samsung Chromrbook Plus / Pixel C / Nexus 6p 128gb / Nexus 6 / Nexus 6 on Fi / Nexus 9 / Moto 360^2 / Nvidia Shield TV Pro / Nvidia Shield Tablet / HTC EVODesign on FreedomPop / Chromecast / Surface Pro 3 i7 / Samsung Tab Pro 12.2 / Lenovo Win8 Tab / Eee Slate / '13 Nexus 7


#279 cmh714

cmh714

    Tech Service & Beyond

  • Smod
  • 3,272 posts
  • LocationSoCal
  • Current Device(s):Nexus 6

Posted 21 August 2013 - 10:54 AM

CMH, your's is on it's way to me.  I expect tomorrow, then I will forward it on - then you can play with Sam's script ;) .....

I certainly hope you took that as the joke it was meant Kaos :)

 

And thanks again for the unexpected present.



#280 cmh714

cmh714

    Tech Service & Beyond

  • Smod
  • 3,272 posts
  • LocationSoCal
  • Current Device(s):Nexus 6

Posted 21 August 2013 - 11:05 AM

So I just downloaded the SDK and the fastboot file is 209kb so this looks like the latest one. Just in case anyone was nervous :)


  • johnthehillbilly likes this





Also tagged with one or more of these keywords: Root fix, root exploit, Droid Razr HD, Root, Locked Bootloader, root, exploit, root 9.18.79, root 9.20.1, utility

3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users