17th September 2012, 09:56 PM
(Last edited by jcase; 19th September 2012 at 03:13 AM .)
Forum Moderator / Elite Recognized Developer -
OP
Thanks Meter
2688
Posts: 2,030
Join Date: Feb 2010
Location: Noonya Washington
DONATE TO ME
[ROOT] <Generic topic about verified root exploit>
Sparkym3 released an automated tool for this, please see here
http://forum.xda-developers.com/show...34&postcount=1
Please DO NOT donate to nor credit me me for this matter, this was not my find, we just tried an existing exploit on the device.
Dear bloggers, source this when copying:
http://www.androidpolice.com/2012/09...-how-to-do-it/
Amazon failed to fix the bug sparkym3 (
http://forum.xda-developers.com/member.php?u=4411543 ) found in ICS, whoops.
http://downloads.noshufou.netdna-cdn...arm-signed.zip
unzip the zip, get su from /system/bin/ and Superuser.apk from /system/app/ and put them in your current directory
adb shell
rm -r /data/local/tmp
ln -s /data/ /data/local/tmp
exit
adb reboot
adb shell
echo 'ro.kernel.qemu=1' > /data/local.prop
exit
adb reboot
adb shell mount -o remount,rw /system
adb push su /system/xbin/su
adb shell
chown 0.0 /system/xbin/su
chmod 06755 /system/xbin/su
rm /data/local.prop
exit
adb reboot
adb install Superuser.apk
Please don't send sensitive communications via PM or plain text email, -> my PGP key
http://malware.asia/jcase_at_cunninglogic_com.txt
Like Android security topics? Join our G+ community ->
https://plus.google.com/communities/...07618051049043
My Bitcoin address : 1Newifz6yETTmbziCsZZstmHHPH6ejNr75
The Following 14 Users Say Thank You to jcase For This Useful Post: [ Click to Expand ]
adiliyo (18th September 2012),
ganeshp (21st September 2012),
gargash (18th September 2012),
jonnis (5th December 2012),
Major General Pete (26th January 2013),
markbc01 (17th October 2012),
Milly7 (2nd December 2012),
pbailey212 (18th September 2012),
shinji257 (29th September 2012),
Teleblaster (21st September 2012),
ThaPirato (17th September 2012),
Thepooch (2nd December 2012),
thewams (2nd January 2013),
[axe]press (22nd December 2012)
17th September 2012, 10:42 PM
Junior Member
Thanks Meter
0
Posts: 5
Join Date: Sep 2012
SWEET!
Quote:
Originally Posted by
jcase
Please DO NOT donate to nor credit me me for this matter, this was not my find, we just tried an existing exploit on the device.
Dear bloggers, source this when copying:
http://www.androidpolice.com/2012/09...-how-to-do-it/
Amazon failed to fix the bug sparkym3 (
http://forum.xda-developers.com/member.php?u=4411543 ) found in ICS, whoops.
http://downloads.noshufou.netdna-cdn...arm-signed.zip
unzip the zip, get su from /system/bin/ and Superuser.apk from /system/app/ and put them in your current directory
adb shell
rm /data/local/tmp
ln -s /data/ /data/local/tmp
exit
adb reboot
adb shell
echo 'ro.kernel.qemu=1' > /data/local.prop
exit
adb reboot
adb shell mount -o remount,rw /system
adb push su /system/xbin/su
adb shell
chown 0.0 /system/xbin/su
chmod 06755 /system/xbin/su
rm /data/local.prop
exit
adb reboot
adb install Superuser.apk
This is really exciting news! Been hoping for some good news on this front! Just got my new Fire over the weekend. Looking forward to getting the play store working.
Was there a way with the old fires to block Amazon's automatic updates?
17th September 2012, 11:01 PM
Senior Member
Thanks Meter
55
Posts: 121
Join Date: Sep 2011
Location: In your head :D
As always thanks for your work man!!
17th September 2012, 11:03 PM
Forum Moderator / Elite Recognized Developer -
OP
Thanks Meter
2688
Posts: 2,030
Join Date: Feb 2010
Location: Noonya Washington
DONATE TO ME
Quote:
Originally Posted by
ThaPirato
As always thanks for your work man!!
Not my work, thank sparkym3. We just went testing older exploits before releasing a new one, and this worked.
Please don't send sensitive communications via PM or plain text email, -> my PGP key
http://malware.asia/jcase_at_cunninglogic_com.txt
Like Android security topics? Join our G+ community ->
https://plus.google.com/communities/...07618051049043
My Bitcoin address : 1Newifz6yETTmbziCsZZstmHHPH6ejNr75
The Following 2 Users Say Thank You to jcase For This Useful Post: [ Click to Expand ]
17th September 2012, 11:33 PM
Senior Member
Thanks Meter
40
Posts: 675
Join Date: Jan 2012
Jcase , you love these kindles don't you
. Thanks for helping us out
Sent from my Nexus 7 using Tapatalk 2
Galaxy Nexus running some form of AOSP
Nexus 7: AOSP/Rasbean jelly
Kindle Fire: AOSP/Rasbean jelly for kindle BETA
iPhone 4 mint 16 gig- might sell, make me an offer
Hey Kindle Fire owners, want a good rom, click here
18th September 2012, 12:11 AM
Senior Member
Thanks Meter
115
Posts: 825
Join Date: Aug 2011
Location: Cleveland, Ohio
how do i get my kindle to be recognized when i type "adb shell" in the command line? I enabled adb in the security settings
Current Devices:
Verizon: Note 2, Palm Pre 3, Palm Pre 2
Sprint Phones: Galaxy Note 2, Galaxy S3, Nexus S 4g, Photon, every Palm phone available...
18th September 2012, 01:59 AM
Junior Member
Thanks Meter
2
Posts: 2
Join Date: Aug 2010
Quote:
Originally Posted by
stu5797
how do i get my kindle to be recognized when i type "adb shell" in the command line? I enabled adb in the security settings
If you have the SDK installed and you get "error: device not found" you need to do the following steps. This worked for me.
Navigate to the [your user name]/.android folder. It is under C:\Users
Edit the adb_usb.ini file, adding the following line of code at the end:
0×1949
Close and save that file.
Now find the folder where your SDK is installed, and open the usb_driver folder. In that folder, find the file android_winusb.inf and add the following code to both the [Google.NTx86] and [Google.NTamd64] sections:
;Kindle Fire
%SingleAdbInterface% = USB_Install, USB\VID_1949&PID_0006
%CompositeAdbInterface% = USB_Install, USB\VID_1949&PID_0006&MI_01
Reboot and then run adb shell again. It should recognize your device.
The Following 2 Users Say Thank You to Zagzagel For This Useful Post: [ Click to Expand ]
18th September 2012, 05:15 AM
Senior Member
Thanks Meter
253
Posts: 724
Join Date: Apr 2011
Jcase is the android locksmith. Just about every device I have seen he has atleast helped unlock. Now if a working recovery can get made, I can see my self getting one of these puppies down the road.
sent from my Nokia 5110 using t9
18th September 2012, 05:43 AM
Member
Thanks Meter
8
Posts: 83
Join Date: Sep 2012
Quote:
Originally Posted by
jcase
Please DO NOT donate to nor credit me me for this matter, this was not my find, we just tried an existing exploit on the device.
Dear bloggers, source this when copying:
http://www.androidpolice.com/2012/09...-how-to-do-it/
Amazon failed to fix the bug sparkym3 (
http://forum.xda-developers.com/member.php?u=4411543 ) found in ICS, whoops.
http://downloads.noshufou.netdna-cdn...arm-signed.zip
unzip the zip, get su from /system/bin/ and Superuser.apk from /system/app/ and put them in your current directory
adb shell
rm /data/local/tmp
ln -s /data/ /data/local/tmp
exit
adb reboot
adb shell
echo 'ro.kernel.qemu=1' > /data/local.prop
exit
adb reboot
adb shell mount -o remount,rw /system
adb push su /system/xbin/su
adb shell
chown 0.0 /system/xbin/su
chmod 06755 /system/xbin/su
rm /data/local.prop
exit
adb reboot
adb install Superuser.apk
Thanks for your sharing!
Thanks Cameron Summerson!
18th September 2012, 08:39 AM
(Last edited by androitri; 18th September 2012 at 08:44 AM .)
Member
Thanks Meter
2
Posts: 83
Join Date: Aug 2011
Awesome work guys, especially for jcase and sparkym3...
Most Thanked In This Thread
2 (quote)
Not my work,
thank sparkym3. … 1 How To Boot The Kindle Fire HD Without A Fastboot Cable 1 someonhe has sucessfuly
rooted a 7.2.2 … 1 (quote)
Mine did the
same, simply …