The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Computer Modding Software > OS X Specific Modding Discussion
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 08-08-2007, 03:18 PM
What's Jailbreak?
 
Join Date: Jul 2007
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
My Problems. Help.

Ok. I have successfully changed the battery, carrier logo, and icons on my phone. All using Ifuntastic. I am still trying to change the "slide to unlock" text and slider.

Supposedly you can change the slider in Ifuntastic but I cannot seem to figure that out. The only thing I can access through CoreServices in Ifuntastic is SpringBoard.app. Frameworks is where the slider is located and that is not an option.

Changing the "slide to unlock" text. The only way this can be done is through terminal I believe. I have modified the text in TextEdit and put it in my phonedmg folder. When I go through terminal I Jalibreak the phone then get this

Waiting for iPhone to finish booting...
Moving files into place...
Rebooting iPhone...

Enjoy your newfound freedom. Thank the devs at #iphone next time you see them for making this all possible.
p.s. Like most other useful tools, this one may be dangerous if used carelessly. Always remember -- You brick it, you bought it.

p.p.s. I have no idea how 'My Humps' could possibly have gotten set as your ringtone.

michael-graves-computer:~/phonedmg michaelgraves$ ./iphoneinterface
iPhoneInterface v0.3.3 built on Jul 11 2007

Waiting for phone... established.
iPhone state: Activated
type "help" for help
iPhone:/# cd /System/Library/CoreServices/SpringBoard.app
/System/Library/CoreServices/SpringBoard.app: No such file or directory
iPhone:/#

What am I doing wrong there?

problem number 3. Installing IPHUC. I have downloaded MacPorts and XCode tools. When I go into terminal I get through the first few steps and I install readline. But when I try to install subversion i get this...

michael-graves-computer:~ michaelgraves$ sudo port install subversion
---> Configuring apr
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org _release_ports_devel_apr/work/apr-1.2.9" && ./configure --prefix=/opt/local --with-installbuilddir=/opt/local/share/apr-1/build " returned error 1
Command output: checking build system type... i386-apple-darwin8.10.1
checking host system type... i386-apple-darwin8.10.1
checking target system type... i386-apple-darwin8.10.1
Configuring APR library
Platform: i386-apple-darwin8.10.1
checking for working mkdir -p... yes
APR Version: 1.2.9
checking for chosen layout... apr
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

Error: The following dependencies failed to build: apr apr-util db44 expat libiconv gperf sqlite3 gettext neon openssl zlib
Error: Status 1 encountered during processing.
michael-graves-computer:~ michaelgraves$


If anyone can answer one or more of these questions and help me out. That would be wonderful. Any other ideas, let me know.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #2  
Old 08-08-2007, 07:32 PM
iPhone? More like MyPhone
 
Join Date: Jul 2007
Posts: 114
Thanks: 0
Thanked 16 Times in 11 Posts

Quote:
Originally Posted by graveydellic View Post
Supposedly you can change the slider in Ifuntastic but I cannot seem to figure that out. The only thing I can access through CoreServices in Ifuntastic is SpringBoard.app. Frameworks is where the slider is located and that is not an option.
I havent used iFuntastic for changing images, so I a not sure here...

Quote:
Originally Posted by graveydellic View Post
Changing the "slide to unlock" text. The only way this can be done is through terminal I believe. I have modified the text in TextEdit and put it in my phonedmg folder.
I am not sure how well using TextEdit will do on modifying the text and keeping it formatted correctly. I user PerfSetter. Worked like a charm. You just rename the extension to plist, edit it, then name the extention back to strings.

Quote:
Originally Posted by graveydellic View Post
When I go through terminal I Jalibreak the phone then get this



Waiting for iPhone to finish booting...
Moving files into place...
Rebooting iPhone...

Enjoy your newfound freedom. Thank the devs at #iphone next time you see them for making this all possible.
p.s. Like most other useful tools, this one may be dangerous if used carelessly. Always remember -- You brick it, you bought it.

p.p.s. I have no idea how 'My Humps' could possibly have gotten set as your ringtone.

michael-graves-computer:~/phonedmg michaelgraves$ ./iphoneinterface
iPhoneInterface v0.3.3 built on Jul 11 2007

Waiting for phone... established.
iPhone state: Activated
type "help" for help
iPhone:/# cd /System/Library/CoreServices/SpringBoard.app
/System/Library/CoreServices/SpringBoard.app: No such file or directory
iPhone:/#

What am I doing wrong there?
I have had that happen a couple times to me. I "quit' out of the terminal, then re run "./iphoneinterface" then the first thing I do is an "ls" to make sure I am actually talking to the phone

if I get "/: No such file or directory" then I am not talking to the phone. but if I get a directory structure, then I am golden.

Also, try typing the directories 1 directory at a time...

i.e.

cd /System
cd /Library
cd /CoreServices
cd /SpringBoard.app

may have better results

Quote:
Originally Posted by graveydellic View Post
problem number 3. Installing IPHUC. I have downloaded MacPorts and XCode tools. When I go into terminal I get through the first few steps and I install readline. But when I try to install subversion i get this...

michael-graves-computer:~ michaelgraves$ sudo port install subversion
---> Configuring apr
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org _release_ports_devel_apr/work/apr-1.2.9" && ./configure --prefix=/opt/local --with-installbuilddir=/opt/local/share/apr-1/build " returned error 1
Command output: checking build system type... i386-apple-darwin8.10.1
checking host system type... i386-apple-darwin8.10.1
checking target system type... i386-apple-darwin8.10.1
Configuring APR library
Platform: i386-apple-darwin8.10.1
checking for working mkdir -p... yes
APR Version: 1.2.9
checking for chosen layout... apr
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

Error: The following dependencies failed to build: apr apr-util db44 expat libiconv gperf sqlite3 gettext neon openssl zlib
Error: Status 1 encountered during processing.
michael-graves-computer:~ michaelgraves$


If anyone can answer one or more of these questions and help me out. That would be wonderful. Any other ideas, let me know.
I will be installing these shortly, and will let you know the results, if favorable.

- Daerid
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Computer Modding Software > OS X Specific Modding Discussion

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



Go to Top
ModMyI

All times are GMT -6. The time now is 02:53 PM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Privacy Statement / Top