Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > Projects and Hacks > iPhone > General > Hardware

Reply
 
LinkBack Thread Tools Display Modes
  #181 (permalink)  
Old 01-20-2009, 12:11 PM
gadys
Status: Offline
Junior Member
 
Join Date: Jan 2009
Posts: 5
Rep Power: 0
gadys is on a distinguished road
Default question

Hi guys,
Ive read most of the thread but i need some help. i have an iphone 3G ver 2.2

I have a cable which works for a couple of seconds until the iphone gives a notice and shuts it down.
will patching my iapd solve this issue ?
is there a patch available to download ?

thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #182 (permalink)  
Old 02-12-2009, 02:22 AM
bryscomat
Status: Offline
Member
 
Join Date: Jan 2008
Posts: 80
Rep Power: 6
bryscomat is on a distinguished road
Default

i've got a patched 2.2 iapd if you need it. it should help in what you're problem is. you can email me at bryan [d0t] matteson @ gmail [d0t] com and i will send it to you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #183 (permalink)  
Old 02-13-2009, 03:33 PM
bryscomat
Status: Offline
Member
 
Join Date: Jan 2008
Posts: 80
Rep Power: 6
bryscomat is on a distinguished road
Default

Here are the offsets to patch in the binary. hope it helps someone

0x97b4 = 00 00 a0 e1
0xa178 = 00 00 a0 e1
0xa184 = 00 00 a0 e1
0xa18c = 00 00 a0 e1
0x4f890 = 00 00 a0 e1
0x4fbf0 = 00 00 a0 e1
0x53110 = 31 00 00 ea

-EDIT-
This is for FW 2.2 only. Make sure that after any edits to the binary, you run "ldid" to resign, and double check permissions (chmod +x, chmod 777)

-EDIT- Apparently it works for 2.2.1 as well. Happy hacking.

There is a known bug with this patch. It doesn't properly route the sound back to the operating system when the cable is unplugged, until the phone is rebooted. For most, this will only be a minor annoyance. I am looking into a fix for that.
If anyone is interested in investigating themselves, it is due to the patch at 0x53110 bypassing the volume controls. It was the only way I found that would avoid the crash when the cable was unplugged, but there's a better patch somewhere.

Last edited by bryscomat; 03-02-2009 at 04:20 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #184 (permalink)  
Old 02-15-2009, 08:17 PM
Das ?
Status: Offline
Junior Member
 
Join Date: May 2008
Posts: 3
Rep Power: 0
Das ? is on a distinguished road
Default

When I use your patched IAPD...Can I also use uncertified video cables? My cable works only for some seconds when I play a video...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #185 (permalink)  
Old 02-22-2009, 02:49 AM
bryscomat
Status: Offline
Member
 
Join Date: Jan 2008
Posts: 80
Rep Power: 6
bryscomat is on a distinguished road
Default

yes, this patch will allow you to use unauthorized cables, but only for 2.2.
I am working to update this for 2.2.1 and will post results.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #186 (permalink)  
Old 02-24-2009, 08:53 AM
nosferat
Status: Offline
Junior Member
 
Join Date: Oct 2008
Posts: 6
Rep Power: 0
nosferat is on a distinguished road
Default

Quote:
Originally Posted by bryscomat View Post
yes, this patch will allow you to use unauthorized cables, but only for 2.2.
I am working to update this for 2.2.1 and will post results.
I try it on 2.2.1....

Your patch is working...

Thank you!!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #187 (permalink)  
Old 02-24-2009, 03:21 PM
epascal
Status: Offline
Junior Member
 
Join Date: Nov 2008
Posts: 3
Rep Power: 0
epascal is on a distinguished road
Default

What is the size of the binary, it should be exactly the same for the patch to work?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #188 (permalink)  
Old 02-27-2009, 02:54 PM
epascal
Status: Offline
Junior Member
 
Join Date: Nov 2008
Posts: 3
Rep Power: 0
epascal is on a distinguished road
Default

I did the modification on 2.2.1 firmware too and it works!!!!!!
If you don't know which Hexeditor to use you can try HxD it's free and great
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #189 (permalink)  
Old 03-04-2009, 03:09 AM
bncplix
Status: Offline
Junior Member
 
Join Date: Sep 2008
Posts: 25
Rep Power: 0
bncplix is on a distinguished road
Default

Quote:
Originally Posted by bryscomat View Post
Here are the offsets to patch in the binary. hope it helps someone

0x97b4 = 00 00 a0 e1
0xa178 = 00 00 a0 e1
0xa184 = 00 00 a0 e1
0xa18c = 00 00 a0 e1
0x4f890 = 00 00 a0 e1
0x4fbf0 = 00 00 a0 e1
0x53110 = 31 00 00 ea

-EDIT-
This is for FW 2.2 only. Make sure that after any edits to the binary, you run "ldid" to resign, and double check permissions (chmod +x, chmod 777)

-EDIT- Apparently it works for 2.2.1 as well. Happy hacking.

There is a known bug with this patch. It doesn't properly route the sound back to the operating system when the cable is unplugged, until the phone is rebooted. For most, this will only be a minor annoyance. I am looking into a fix for that.
If anyone is interested in investigating themselves, it is due to the patch at 0x53110 bypassing the volume controls. It was the only way I found that would avoid the crash when the cable was unplugged, but there's a better patch somewhere.
0x53110 = 31 00 00 ea does not exist in it:/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #190 (permalink)  
Old 03-04-2009, 03:51 AM
bncplix
Status: Offline
Junior Member
 
Join Date: Sep 2008
Posts: 25
Rep Power: 0
bncplix is on a distinguished road
Default

Ok i just figured out I had the wrong setting on to find that address

I cnect it to the TV and it randomly exists, no message this time, it just stops working
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +2. The time now is 07:29 PM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105