Anyone know how to switch between gdb and mCoolPhone, because I stuck in the mCoolPhone after loading the app.
mCoolPhone v1.0 [Working]
#42
Posted 15 February 2009 - 06:37 PM
azn2k said:
Anyone know how to switch between gdb and mCoolPhone, because I stuck in the mCoolPhone after loading the app.
Best way to use external terminal (ex. putty), but u may be try backgrounder :)
#44
Posted 15 February 2009 - 06:46 PM
ok im having prob... maybe somein is having same issue...
i get warning: could not find object file... blah blah blah
after i type continue...
if i type it again i get reading symbols for shared libraries , done
am i doing something wrong?
i get warning: could not find object file... blah blah blah
after i type continue...
if i type it again i get reading symbols for shared libraries , done
am i doing something wrong?




Push the Thanks Button, Dont post it. It just litters the forum for us
#46
Posted 15 February 2009 - 07:19 PM
i even tried with original deb version posted




Push the Thanks Button, Dont post it. It just litters the forum for us
#47
Posted 15 February 2009 - 07:19 PM
Carrbone said:
ok im having prob... maybe somein is having same issue...
i get warning: could not find object file... blah blah blah
after i type continue...
if i type it again i get reading symbols for shared libraries , done
am i doing something wrong?
i get warning: could not find object file... blah blah blah
after i type continue...
if i type it again i get reading symbols for shared libraries , done
am i doing something wrong?
Screnshots pls.
#48
Posted 15 February 2009 - 07:20 PM
1 minute. dont go no where. lol




Push the Thanks Button, Dont post it. It just litters the forum for us
#49
Posted 15 February 2009 - 07:37 PM
Quote
(gdb) break *0x000027d8
Breakpoint 1 at 0x27d8
(gdb) break *0x000027f6
Breakpoint 2 at 0x27f6
(gdb) commands 1
Type commands for when breakpoint 1 is hit, one per line.
End with a line saying just "end".
>print $r0
>set $pc=0x027e0
>c
>end
(gdb) commands 2
Type commands for when breakpoint 2 is hit, one per line.
End with a line saying just "end".
>printf "\n\n\nSERIAL:%c%c%c%c%c%c%c%c!\n",$1,$2,$3,$4,$5,$6,$7,$8
>detach
>end
(gdb) break *0x0000274a
Breakpoint 3 at 0x274a
(gdb) attach -waitfor mCoolPhone
Waiting for process 'mCoolPhone' to launch.
Attaching to process 352.
Reading symbols for shared libraries . done
Reading symbols for shared libraries warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/main.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/main.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/mCoolPhoneAppDelegate.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/Classes/mCoolPhoneAppDelegate.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/xaymCoolPhoneViewController.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/Classes/xaymCoolPhoneViewController.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/MyUITextControlTableCell.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/TableViewCells/MyUITextControlTableCell.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/MyUITextSwitchTableCell.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/TableViewCells/MyUITextSwitchTableCell.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/md5.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/Common/md5.c".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/AboutViewController.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/contribute/AboutViewController.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/RegisterViewController.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/contribute/RegisterViewController.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/MyUITextEditorTableCell.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/TableViewCells/MyUITextEditorTableCell.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/MyUITextSliderTableCell.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/TableViewCells/MyUITextSliderTableCell.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/MyUIDeleteButtonTableCell.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/TableViewCells/MyUIDeleteButtonTableCell.m".
Breakpoint 1 at 0x27d8
(gdb) break *0x000027f6
Breakpoint 2 at 0x27f6
(gdb) commands 1
Type commands for when breakpoint 1 is hit, one per line.
End with a line saying just "end".
>print $r0
>set $pc=0x027e0
>c
>end
(gdb) commands 2
Type commands for when breakpoint 2 is hit, one per line.
End with a line saying just "end".
>printf "\n\n\nSERIAL:%c%c%c%c%c%c%c%c!\n",$1,$2,$3,$4,$5,$6,$7,$8
>detach
>end
(gdb) break *0x0000274a
Breakpoint 3 at 0x274a
(gdb) attach -waitfor mCoolPhone
Waiting for process 'mCoolPhone' to launch.
Attaching to process 352.
Reading symbols for shared libraries . done
Reading symbols for shared libraries warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/main.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/main.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/mCoolPhoneAppDelegate.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/Classes/mCoolPhoneAppDelegate.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/xaymCoolPhoneViewController.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/Classes/xaymCoolPhoneViewController.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/MyUITextControlTableCell.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/TableViewCells/MyUITextControlTableCell.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/MyUITextSwitchTableCell.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/TableViewCells/MyUITextSwitchTableCell.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/md5.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/Common/md5.c".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/AboutViewController.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/contribute/AboutViewController.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/RegisterViewController.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/contribute/RegisterViewController.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/MyUITextEditorTableCell.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/TableViewCells/MyUITextEditorTableCell.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/MyUITextSliderTableCell.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/TableViewCells/MyUITextSliderTableCell.m".
warning: Could not find object file "/Users/wangwei/iphone/mCoolPhone/build/mCoolPhone.build/Distribution-iphoneos/mCoolPhone.build/Objects-normal/armv6/MyUIDeleteButtonTableCell.o" - no debug information available for "/Users/wangwei/iphone/mCoolPhone/TableViewCells/MyUIDeleteButtonTableCell.m".
That is what I get everytime. Any advice please?
#50
Posted 15 February 2009 - 07:45 PM
Rivest said:
That is what I get everytime. Any advice please?
warnings it's normal. What are you doing after?
try this: http://xsellize.com/...287&postcount=6
#51
Posted 15 February 2009 - 07:55 PM
yea that did it...
I couldnt push activate cause once u attach it like freezes the app, but kept going and typed continue twice and the serial poped out!
Tyvm
I added that extra step to ur first post.
I couldnt push activate cause once u attach it like freezes the app, but kept going and typed continue twice and the serial poped out!
Tyvm
I added that extra step to ur first post.




Push the Thanks Button, Dont post it. It just litters the forum for us
#52
Posted 15 February 2009 - 07:58 PM
Guys I only have 8MB on my hdd partition, any ways I can increase this.
Don't know what ate all my space, I used cydia and bosstool and still no luck.
Anything you guys recommend, I can't install gdb because don't have enough space.
Don't know what ate all my space, I used cydia and bosstool and still no luck.
Anything you guys recommend, I can't install gdb because don't have enough space.
#53
Posted 15 February 2009 - 08:03 PM
restore with a custom fw. thats the only way.
i have 23.8% free after i moved my fonts with bosstools.
i have 23.8% free after i moved my fonts with bosstools.




Push the Thanks Button, Dont post it. It just litters the forum for us
#54
Posted 15 February 2009 - 08:09 PM
Ok so i had same probs as CARRBONE. I realised that i installed 1.0.1. Heres what I did:
1) Downloaded "Putty" From http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
2) Install mCoolPhone1.0.deb via aforementioned method and resprung.
3) Using "Putty" (On Windows) to connect: Enter IP Address then when prompted Logon as "root" Password = "alpine" (Enter without "")
4) Type gdb then hit return
5) I copied the instructions from page 1 and pasted it into a plain .txt file and removed the space between $5,$6
6) Then I selected the text and copied it.
7) On Putty window right click and the whole lot gets pasted then press return.
Looks Like this:
break *0x000027d8
break *0x000027f6
commands 1
print $r0
set $pc=0x027e0
c
end
commands 2
printf "\n\n\nSERIAL:%c%c%c%c%c%c%c%c!\n\n",$1,$2,$3,$4,$5,$6,$7,$8
detach
end
break *0x0000274a
8) I then ran the mCoolPhone app on the iPhone. Hit Activate on the menu and then enter 12345678 but dont press activate.
9)Then go back to putty and type attach mCoolPhone
10) Wait till text finishes and gdb prompt appears.
11) Hit Activate in app on iPhone (It might seem to have frozen
12) Back to Putty type continue and wait for gdb prompt
13) Then type continue again and press return (enter)
14) After a short while a serial like 62045862! will appear
15) Take note of the 8 digits disgarding the !
16) The app seems to register itself, but when you relaunch it, it will ask for activation.
17) Enter the 8 digits you got and press activate
18) Close app and reboot
19) Run cydia and update
Note: The 1.0 .deb does not allow you to hang up calls, but the update (1.0.1) does. So i'm assuming the update is to fix this problem.
Hope this helps. PM me if you need to and i'll get back to you as soon as I can.
1) Downloaded "Putty" From http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
2) Install mCoolPhone1.0.deb via aforementioned method and resprung.
3) Using "Putty" (On Windows) to connect: Enter IP Address then when prompted Logon as "root" Password = "alpine" (Enter without "")
4) Type gdb then hit return
5) I copied the instructions from page 1 and pasted it into a plain .txt file and removed the space between $5,$6
6) Then I selected the text and copied it.
7) On Putty window right click and the whole lot gets pasted then press return.
Looks Like this:
break *0x000027d8
break *0x000027f6
commands 1
print $r0
set $pc=0x027e0
c
end
commands 2
printf "\n\n\nSERIAL:%c%c%c%c%c%c%c%c!\n\n",$1,$2,$3,$4,$5,$6,$7,$8
detach
end
break *0x0000274a
8) I then ran the mCoolPhone app on the iPhone. Hit Activate on the menu and then enter 12345678 but dont press activate.
9)Then go back to putty and type attach mCoolPhone
10) Wait till text finishes and gdb prompt appears.
11) Hit Activate in app on iPhone (It might seem to have frozen
12) Back to Putty type continue and wait for gdb prompt
13) Then type continue again and press return (enter)
14) After a short while a serial like 62045862! will appear
15) Take note of the 8 digits disgarding the !
16) The app seems to register itself, but when you relaunch it, it will ask for activation.
17) Enter the 8 digits you got and press activate
18) Close app and reboot
19) Run cydia and update
Note: The 1.0 .deb does not allow you to hang up calls, but the update (1.0.1) does. So i'm assuming the update is to fix this problem.
Hope this helps. PM me if you need to and i'll get back to you as soon as I can.
This post has been edited by Carrbone: 15 February 2009 - 09:53 PM
#56
Posted 15 February 2009 - 08:32 PM
For some reason when i paste the text i copied it adds a spacebetween the $ and the 5.
New step 13.5) it will ask you to type return to continue. so type return and press enter then text will scroll then revealing your serial (which seems to be linked to imei).
I have done this on three iPhones now and each one works great!!
New step 13.5) it will ask you to type return to continue. so type return and press enter then text will scroll then revealing your serial (which seems to be linked to imei).
I have done this on three iPhones now and each one works great!!
#58
Posted 15 February 2009 - 08:59 PM
I followed diigimatrix's instructions and now works fine!! Thanks!!
#60
Posted 15 February 2009 - 09:41 PM
works ok :))
but crash my springboard :(((
RESTORING :((
but crash my springboard :(((
RESTORING :((
This post has been edited by elbe: 15 February 2009 - 09:55 PM
- ← MobileGate : Create black/white lists Cracked by HunterX [REPO]
- 2.x Software
- iDA GPS ALL Maps and INFO →

Sign In »
Register Now!
Help
Back to top












