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 > iPhone Modding > File Mods
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 09-02-2007, 11:09 PM
What's Jailbreak?
 
Join Date: Jul 2007
Posts: 9
Thanks: 0
Thanked 2 Times in 2 Posts
Revisiting idea of Contacts on home page.

I really do not understand all of the coding details to hacking the iPhone but it seems to me that since the contacts are accessed on the iphone by pressing a specific "contacts" button while in the phone app, then there must be a way to move or copy that code into a home screen button. I would really love to have Contacts on my homescreen. Does anyone have any ideas on if this could be done?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #2  
Old 09-07-2007, 02:02 AM
sogo's Avatar
My iPhone is a Part of Me
 
Join Date: Aug 2007
Location: NorthWest
Posts: 611
Thanks: 21
Thanked 54 Times in 35 Posts

The ipod touch is doing this, lets get it done.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3  
Old 09-07-2007, 01:50 PM
iPhone? More like MyPhone
 
Join Date: Jul 2007
Posts: 235
Thanks: 6
Thanked 29 Times in 20 Posts

I agree, this would be a great, and USEFULL hack
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4  
Old 09-07-2007, 02:11 PM
iPhone? More like MyPhone
 
Join Date: Jul 2007
Posts: 285
Thanks: 3
Thanked 27 Times in 24 Posts

The secret probably lies in forcing Phone to go to the Contacts tab rather than which ever one you happened to be on last time you were in Phone.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5  
Old 09-08-2007, 02:57 AM
lifesmymachine's Avatar
My iPhone is a Part of Me
 
Join Date: Aug 2007
Device + Firmware: White iPhone 3G
Operating System: Mac OS X Leopard, Windows XP
Location: Los Angeles
Posts: 527
Thanks: 3
Thanked 47 Times in 39 Posts
Send a message via AIM to lifesmymachine

maybe we can borrow the Contacts program from the ipod touch....
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6  
Old 09-08-2007, 03:58 PM
Green Apple
 
Join Date: Jul 2007
Posts: 82
Thanks: 1
Thanked 14 Times in 4 Posts

this would be a very good addition to the iphone.. i would use this all day
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #7  
Old 09-16-2007, 07:22 PM
Green Apple
 
Join Date: Sep 2007
Posts: 34
Thanks: 4
Thanked 1 Time in 1 Post

Any news on this? I'd like it too...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8  
Old 09-18-2007, 09:24 PM
What's Jailbreak?
 
Join Date: Sep 2007
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts

This is just what I would like as well.... Please!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #9  
Old 09-18-2007, 09:39 PM
iPhone? More like MyPhone
 
Join Date: Sep 2007
Posts: 106
Thanks: 2
Thanked 9 Times in 7 Posts

I don't think it's quite as simple as putting an icon on to the home screen.
Actually the entire phone application is a single executable containing all the features (Contacts, Keypad, Recents, etc.). The Contacts part is like a subroutine in the phone app.

If we could only get the source code and take out this subroutine, then all we have to do is make an icon for it then put it onto the home screen. This is unlikely to happen without resorting to Apple.

However, as someone pointed out, we might be able to steal the contacts app from the iPod Touch, but then we need to figure out how it communicates with the database files.

Sit tight, if demand is strong enough, and once the jailbreaking process is completed on the iPod Touch, we will be seeing Contacts as a standalone app in the future.

Personally speaking though, I do not find this approach efficient, nor logical. For me, making a shortcut would be much more logical.

I think there will definitely be a shortcut manager for the iPhone in the near future. For example, I don't want to go 3 levels down just to change my ringtone! (which i do a few times a week)
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #10  
Old 09-21-2007, 08:09 PM
What's Jailbreak?
 
Join Date: Sep 2007
Posts: 25
Thanks: 0
Thanked 2 Times in 2 Posts

Quote:
Originally Posted by nelse92 View Post
I really do not understand all of the coding details to hacking the iPhone but it seems to me that since the contacts are accessed on the iphone by pressing a specific "contacts" button while in the phone app, then there must be a way to move or copy that code into a home screen button. I would really love to have Contacts on my homescreen. Does anyone have any ideas on if this could be done?
Here's what I did...
1. Open an SSH connection to the iPhone via WinSCP
2. Locate the /Applications folder
3. Duplicate the MobilePhone.app application group as Contacts.app
4. Find the contacts.png file in the Contacts.app folder and duplicate the file to default.png and icon.png
5. Now delete all the files in this directory with the exception of: Default.png, icon.png, Info.plist and MobilePhone
6. Edit the Info.plist file with the following:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>MobilePhone</string>
<key>CFBundleIdentifier</key>
<string>com.nullriver.iphone.Contacts</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.11</string>
</dict>
</plist>
7. Reboot the device

What this essentially does is gives you another PNG that you can use to access your contacts. The way the MobilePhone program works is that it remembers the last location used when opened so make sure to always leave off with the contacts tab.

Hope this helps until someone really works out how to get the contacts on the main screen.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to ARobinso0502 For This Useful Post:
hat (10-28-2007)
  #11  
Old 09-28-2007, 05:22 AM
Green Apple
 
Join Date: Jul 2007
Posts: 64
Thanks: 2
Thanked 2 Times in 2 Posts

Wow...this sounds cool if I can get it to work.

Twos question:
"Find the contacts.png file in the Contacts.app folder and duplicate the file to default.png and icon.png"

Do you mean duplicate the contacts.png twice, renaming the duplicates default.png and icon.png?

Also, do you replace all the text in 'info.plist' with the text you provided?

So far it's not working (doesn't show up on my homescreen, although I see it in my Applications list using Finder on the iPhone).

Thanks for your help...

Last edited by Argelius; 09-28-2007 at 05:40 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #12  
Old 09-28-2007, 10:57 AM
Green Apple
 
Join Date: Sep 2007
Posts: 87
Thanks: 5
Thanked 2 Times in 2 Posts

thanks for the info,
i treid this and it works...however the bottom dock is not visually appealing with the missing icon pics...
maybe you could clarify how to either remove this bar or add the icon images back...
thanks


Argelius: you have to edit the plist file with an appropriate plist editor.
simply do a google search for a plist editor and make sure to view using the XML view not Binary or ASCII....
i used plistedit pro
to view in XML go to operations and change view....

hope this helps

Last edited by canadianiphone; 09-28-2007 at 11:00 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #13  
Old 10-29-2007, 02:17 PM
Green Apple
 
Join Date: Sep 2007
Posts: 57
Thanks: 2
Thanked 4 Times in 4 Posts

Screen shot PLZ....!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #14  
Old 10-30-2007, 01:07 AM
zoidberg md's Avatar
iPhone? More like MyPhone
 
Join Date: Sep 2007
Location: RENO NEVADA!!!!!!!!!!!
Posts: 229
Thanks: 27
Thanked 10 Times in 9 Posts

Quote:
Originally Posted by longgiang81 View Post
Screen shot PLZ....!
Ummm..... month old thread here dude.
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 > iPhone Modding > File Mods

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 11:24 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