Jump to content

Welcome to CyanogenMod

Welcome to our forum. Like most online communities you must register to post, but don't worry this is a simple free process that requires minimal information for you to signup. Be a part of the CyanogenMod Forum by signing in or creating an account. You can even sign in with your Facebook or Twitter account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get automatic updates
  • Get your own profile and make new friends
  • Download files attached to the forum.
  • Customize your experience here
  • Share your CyanogenMod experience!
Guest Message by DevFuse
 

Exploid Help


This topic has been archived. This means that you cannot reply to this topic.
23 replies to this topic

#1 hoorayitsjordan

hoorayitsjordan

    pirate ninja robot

  • Donators
  • 104 posts

Posted 16 August 2010 - 06:57 AM

post moved to stable mod subforum upon release of cm6 stable

http://forum.cyanoge...-htc-sync-link/

#2 Panja

Panja

    Designated Marksman

  • Donators
  • 184 posts

Posted 17 August 2010 - 04:21 PM

I get to "type ./exploid and hit enter" after turning on wifi and it says

"$ ./exploid
./exploid
./exploid: not found"

What am I doing wrong here?

#3 hoorayitsjordan

hoorayitsjordan

    pirate ninja robot

  • Donators
  • 104 posts

Posted 17 August 2010 - 04:54 PM

You are getting that because the sdk cannot find the exploid file in the tools folder...

Did you move the entire exploid folder into tools or just the exploid file inside the exploid folder?

Start again from adb push exploid /sqlite_stmt_journals and you should be good to go

Edited by hoorayitsjordan, 17 August 2010 - 04:58 PM.


#4 Panja

Panja

    Designated Marksman

  • Donators
  • 184 posts

Posted 17 August 2010 - 05:22 PM

I had to change directories and use a small section of Eugene's method and finally got it. Your method needs a little work but thanks! :D


Edit:
Just to clarify a little more, using this and part of eugene's method was the only way I could get this to work...No other way would work. You're awesome :D

#5 hoorayitsjordan

hoorayitsjordan

    pirate ninja robot

  • Donators
  • 104 posts

Posted 17 August 2010 - 05:59 PM

Thanks for the feedback panja... can you pm me on where you switched so I can make the guide better?

#6 Hengehog

Hengehog
  • Donators
  • 18 posts

Posted 21 August 2010 - 03:42 AM

I have gotten stuck at the same place as Panja did. I will atempt it again and go check out Eugene's method as well see how far I can get.

Here is a acreen shot of my command shot showing the error I got and the steps leading up to that point.

Attached Files



#7 hoorayitsjordan

hoorayitsjordan

    pirate ninja robot

  • Donators
  • 104 posts

Posted 21 August 2010 - 08:08 AM

View PostHengehog, on 21 August 2010 - 03:42 AM, said:

I have gotten stuck at the same place as Panja did. I will atempt it again and go check out Eugene's method as well see how far I can get.

Here is a acreen shot of my command shot showing the error I got and the steps leading up to that point.

thanks for the screenshot... i saw what you missed...

after you do adb push /sdk/tools/flash_image /data/local

you do adb shell

AND THEN

cd /sqlite_stmt_journals (you forgot to to this part)

AND THEN

turn on wifi

AND THEN

./exploid

hopefully that gets you going again

#8 Hengehog

Hengehog
  • Donators
  • 18 posts

Posted 22 August 2010 - 04:06 AM

Got a bit furthur this time but I am getting stuck on this step:

type /data/local/flash_img misc /data/local/mtd0.img and hit enter

Here is my command prompt with much of what I am doing leading up to this error.

Attached File  Capture.PNG   55.8K   20 downloads

Just a note on formatting, you don't have "turn off wifi on the phone" bolded like you do the turning on part. The directions may be a tad easier to read it you were to differentiate code from explination.

#9 hoorayitsjordan

hoorayitsjordan

    pirate ninja robot

  • Donators
  • 104 posts

Posted 22 August 2010 - 07:19 AM

View PostHengehog, on 22 August 2010 - 04:06 AM, said:

Got a bit furthur this time but I am getting stuck on this step:

type /data/local/flash_img misc /data/local/mtd0.img and hit enter

Here is my command prompt with much of what I am doing leading up to this error.

Attachment Capture.PNG

Just a note on formatting, you don't have "turn off wifi on the phone" bolded like you do the turning on part. The directions may be a tad easier to read it you were to differentiate code from explination.

i will try to clean up the formatting sometime this week.

as for the error... the only thing i can think of is to adb push flash_img and mtd0.img again.

thanks for bringing that up i will try to research this part.

in the mean time, http://forum.xda-dev...ad.php?t=703076 the part where you are stuck is outlined in this post.

#10 itstheshawnp

itstheshawnp
  • Members
  • 6 posts

Posted 23 August 2010 - 07:41 AM

"type /data/local/flash_img misc /data/local/mtd0.img and hit enter"

i do believe the line just above step 5 has a typo.

i followed the instructions exactly, resulting in a file not found.  i then realized it should rather be...

type /data/local/flash_image misc /data/local/mtd0.img and hit enter...since the file is named "flash_image" not "flash_img"

after retyping this line with the correction, everything worked, and i am now running cyanogenmod 6 rc1.

hopes this helps anyone having problems with this part.

#11 hoorayitsjordan

hoorayitsjordan

    pirate ninja robot

  • Donators
  • 104 posts

Posted 23 August 2010 - 12:41 PM

View Postitstheshawnp, on 23 August 2010 - 07:41 AM, said:

"type /data/local/flash_img misc /data/local/mtd0.img and hit enter"

i do believe the line just above step 5 has a typo.

i followed the instructions exactly, resulting in a file not found.  i then realized it should rather be...

type /data/local/flash_image misc /data/local/mtd0.img and hit enter...since the file is named "flash_image" not "flash_img"

after retyping this line with the correction, everything worked, and i am now running cyanogenmod 6 rc1.

hopes this helps anyone having problems with this part.

thank you so much! *bows* how incredibly n00b of me to miss that typo

#12 Hengehog

Hengehog
  • Donators
  • 18 posts

Posted 24 August 2010 - 04:02 AM

Thanks a bunch! Just one question remaining. When CM gets updated for the slide what process do we need to go through to update our version and when we update are we able to keep settings and apps we have installed the same?

Again,awesome guide. The process took much shorter than I expected it to once I got it working. Any one who is looking at this and has not done it,

DO IT NOW.

#13 Chaos Residue

Chaos Residue
  • Members
  • 2 posts

Posted 24 August 2010 - 10:02 AM

I looked everywhere for how to root this not even thinking that it'd be on the Cyanogen forums. This is so simple now. I love you.

#14 hoorayitsjordan

hoorayitsjordan

    pirate ninja robot

  • Donators
  • 104 posts

Posted 24 August 2010 - 06:15 PM

View PostHengehog, on 24 August 2010 - 04:02 AM, said:

Thanks a bunch! Just one question remaining. When CM gets updated for the slide what process do we need to go through to update our version and when we update are we able to keep settings and apps we have installed the same?

Again,awesome guide. The process took much shorter than I expected it to once I got it working. Any one who is looking at this and has not done it,

DO IT NOW.

procedure to update nightly build now included in original post.

#15 Septemfluous

Septemfluous
  • Members
  • 8 posts

Posted 25 August 2010 - 06:59 PM

I type adb devices and I get the response:  List of devices attached

Nothing after that.

#16 hoorayitsjordan

hoorayitsjordan

    pirate ninja robot

  • Donators
  • 104 posts

Posted 25 August 2010 - 07:38 PM

View PostSeptemfluous, on 25 August 2010 - 06:59 PM, said:

I type adb devices and I get the response:  List of devices attached

Nothing after that.

This is because you do not have the htc sync app installed on your computer.
There is a link for this application in the first post.

#17 Septemfluous

Septemfluous
  • Members
  • 8 posts

Posted 26 August 2010 - 12:24 PM

View Posthoorayitsjordan, on 25 August 2010 - 07:38 PM, said:

This is because you do not have the htc sync app installed on your computer.
There is a link for this application in the first post.

Every one of the sync apps had me put the serial number for my phone in.  Every one of them replied that the version I was trying to download wasn't valid for my phone.

#18 hoorayitsjordan

hoorayitsjordan

    pirate ninja robot

  • Donators
  • 104 posts

Posted 26 August 2010 - 01:31 PM

Use the link the I provided. It does not ask for the serial number.

#19 Septemfluous

Septemfluous
  • Members
  • 8 posts

Posted 10 September 2010 - 07:40 PM

Yes.  It does.

#20 hoorayitsjordan

hoorayitsjordan

    pirate ninja robot

  • Donators
  • 104 posts

Posted 11 September 2010 - 03:18 AM

View PostSeptemfluous, on 10 September 2010 - 07:40 PM, said:

Yes.  It does.

i apologize for the outdated link.

http://www.htc.com/u...lide/downloads/

please refer to this link. you will find the correct download for the htc sync application. i will update the guide to reflect this new link.