Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
nindoja
Old
(Last edited by nindoja; 8th March 2010 at 07:29 PM.)
#1  
Senior Member - OP
Thanks Meter 6
Posts: 159
Join Date: Nov 2009
Exclamation Devs Need volunteers that are using 1.5

This is a call to arms for anyone still running 1.5 on their eris. We (developers) need people to capture the update process using wireshark (or an equivalent). This is needed for a new root attempt, but sadly all of the devs have already updated to 2.1 so we can't do this.

First go here and download the RUU:
http://www.pcdphones.com/downloads/Eris%20MR1.zip

Next you need to go to verizon's website and login to your account. Click "Suspend/Resume Service" and suspend your phone. You can resume service on the phone after you are done here with no penalties or charges.

Please follow these directions, taken from the first root thread
Quote:
Originally Posted by bftb0
Steps:

[Binny knows this, but if anyone else is reading, it is the same as a factory reset - you will lose all your settings and apps (but not the contents of the SD card)]

1) Unpack the 1.16.605 RUU - by running it as if you were going to actually do the RUU using the USB cable and your host PC, but stop right before you would apply the update to the phone. Pull the "rom.zip" file out of the temporary area that the RUU installer unpacks.
(Poke around under C:\Documents and Settings\<Username>\??? (I can't remember - you'll see folders with names that look like registry entries). You have to do this while the RUU installer is sitting there waiting for you - if you cancel the install, it will nuke everything it unpacked. I just made copies of the entire subtrees.

2) Cancel the RUU install.

3) Move the ROM.ZIP file to the root folder of your SD card, and rename it PB00IMG.ZIP

4) You can cancel the RUU install session on the PC, and unplug the USB cable if you want (so long as you have a well-charged battery!)

3) Power down the phone, and boot it back up holding the Call and End buttons simultaneously

4) Scroll down (or whatever it asks) to go from Fastboot mode to HBOOT mode

5) The phone will automatically discover the PB00IMG.ZIP file, and unpack it and verify it.

6) It will ask you if you want to install; when you (select and) enter Yes, the phone will reboot, and come up again - appearing as if it is repeating the same thing. This time, however, it won't stop and ask you - it will just begin the install.

7) Wait... Wait... Wait... Wait... and then wait some more. If I recall correctly, it seems to hang a little bit at the HTC splash screen after the reboot. That is normal - just WAIT and let the phone do it's thing.

That's it, except for:

8) You probably will want to dial *228 and choose option 1 to complete the programming of your phone - it will reboot after it completes.
After you are done, DO NOT start the OTA update that it prompts you to do.

Now we are going to install wireshark and setup the capture environment:
  1. Download wireshark from http://www.wireshark.org/download.html for your versions of windows
  2. Install it - make sure you also install WinPcap

At this point you should turn off any wireless encryption on your router. I know it's not necessary but it makes it easier to go through the captures.

Setup the wireless on your phone to connect to your wireless router and turn off your mobile data connection.

After you have turned off the wireless security on your router, we are going to start the wireshark capture.
  1. Run wireshark - if you are on vista or windows 7 make sure to run it as an administrator
  2. Click "Capture" then "Interfaces"
  3. Click "options" next to the interface that your computer has an IP for
  4. Make sure to check "Capture packets in promiscuous mode"
  5. In the Capture Filter box, type "host <ip_address>" where <ip_address> is the ip address your router gave your phone
  6. Make sure that "Automatic scrolling in live capture" is checked so you can ensure the capture is working
  7. Click "Start"

At this point, you should browse the web with your phone. You should see lots of stuff scrolling by in the wireshark window.

If there isn't, you messed up something above and should try again.
If there is a lot of stuff scrolling by, continue:
  1. Close the browser
  2. In wireshark, click "Capture" then "Restart"
  3. Reboot your phone
  4. On your phone, go to "Settings" -> "About Phone" -> "Check for Updates" and go through with the OTA update
  5. After the update is done and your phone is rebooted, go to wireshark and click "Capture" -> "Stop"
  6. Then click "File" -> "Save As" and give it a name.
  7. Upload that file to Megaupload, or Mediafire, or some other file sharing site, or any private server that I can get access to.

After you have uploaded the file please message me through the forums with a link to the file.

Thanks a ton.
 
McCorkis
Old
#2  
Junior Member
Thanks Meter 0
Posts: 15
Join Date: Mar 2010
Location: Pawtucket
e-mail me at cthrelfall@live.com i got my wifes phones todo this to shes still on 1.5
 
FireSokar
Old
#3  
Senior Member
Thanks Meter 2
Posts: 294
Join Date: Jun 2007
Location: Illinois
NO need to have a average user do this, guinea pig yourself and roll back down to 1.5 it can and has been done by other devs.
 
Videofolife13
Old
#4  
Senior Member
Thanks Meter 0
Posts: 140
Join Date: Nov 2009
Isn't there a "logcat" line you can run through adb to get the same thing? Like, when the update is available, you can plug your phone into your computer, connect it to terminal using adb and run a logcat to find the address of the update.zip
 
nindoja
Old
#5  
Senior Member - OP
Thanks Meter 6
Posts: 159
Join Date: Nov 2009
Quote:
Originally Posted by FireSokar View Post
NO need to have a average user do this, guinea pig yourself and roll back down to 1.5 it can and has been done by other devs.
You CANNOT downgrade from 2.1 to 1.5.
 
nindoja
Old
#6  
Senior Member - OP
Thanks Meter 6
Posts: 159
Join Date: Nov 2009
Quote:
Originally Posted by Videofolife13 View Post
Isn't there a "logcat" line you can run through adb to get the same thing? Like, when the update is available, you can plug your phone into your computer, connect it to terminal using adb and run a logcat to find the address of the update.zip
We don't need the location of the update file, we need all the extra network traffic that surrounds the OTA process.
 
Videofolife13
Old
#7  
Senior Member
Thanks Meter 0
Posts: 140
Join Date: Nov 2009
Ah. My bad.
 
zifnab06
Old
#8  
zifnab06's Avatar
Recognized Developer
Thanks Meter 19
Posts: 321
Join Date: Dec 2009
Location: Montana

 
DONATE TO ME
We need to know, exactly, how the update process works.

I'm currently working on downgrading 2.1. Will post back a tut if i get it working
Server Administrator/IRC Network Co-Founder


Donations:
Compassion International / Go find a random homeless person, and buy them lunch.
 
sickbox
Old
#9  
Senior Member
Thanks Meter 0
Posts: 253
Join Date: Dec 2009
Location: San Diego, CA
Can't we create an AVD to run with a custom rom and use the Eris MR1 ROM to do it?
//sickbox
 
zifnab06
Old
#10  
zifnab06's Avatar
Recognized Developer
Thanks Meter 19
Posts: 321
Join Date: Dec 2009
Location: Montana

 
DONATE TO ME
Scratch that. I don't think AVDs will get OTAs.
Server Administrator/IRC Network Co-Founder


Donations:
Compassion International / Go find a random homeless person, and buy them lunch.

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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...

XDA PORTAL POSTS

Tasker Alternative: AutomateIt, Automates Your Device Tasks – XDA Developer TV

XDA Developer TV Producer Kevin wants to help make your … more

Preventing App Piracy: Join the Discussion

The topic of piracy is always a touchy subject, but I feel that the grass roots style of Android … more

Jolla Sailfish OS Flagship Device Makes First Appearance

Given the amount of coverage that Android receives around here, you could almost be … more

XDA University: Porting ClockworkMod Recovery to New Devices

Having a good recovery makes the process of modifying, tweaking, maintaining, … more