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 07-31-2008, 10:08 AM
What's Jailbreak?
 
Join Date: Mar 2008
Device + Firmware: iPhone 1.1.3
Operating System: Win XP
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
How to edit Keyboard dictionary fw. 2.0

I know that iphoneshop 0.72 can edit keyboard dictionary file on 1.1.4
but for fw 2.0 I could not use this tool.

anyone know How can I edit Keyboard dictionary ?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #2  
Old 09-21-2008, 02:44 PM
My iPhone is a Part of Me
 
Join Date: Jul 2008
Device + Firmware: 3G 16GB 3.0 with Push!
Operating System: Vista 64, Vista 32, OS X, Windows 7
Location: Minnesota
Posts: 721
Thanks: 12
Thanked 27 Times in 25 Posts
Send a message via AIM to Pcpro745 Send a message via MSN to Pcpro745 Send a message via Yahoo to Pcpro745

Anyone know how to edit FW2.1 keyboard dictionary??
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3  
Old 09-25-2008, 06:39 PM
What's Jailbreak?
 
Join Date: Aug 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
No one?

No answer to this question?!?! I googled to no avail and thought this would bethe place to turn...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4  
Old 10-06-2008, 01:05 PM
iPhone? More like MyPhone
 
Join Date: Nov 2007
Posts: 117
Thanks: 0
Thanked 2 Times in 2 Posts

I want in on this too. Bump.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5  
Old 10-13-2008, 12:26 AM
What's Jailbreak?
 
Join Date: Oct 2008
Device + Firmware: iPhone 3G 2.1
Operating System: OS X 10.5.5
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts

bump
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6  
Old 10-15-2008, 07:48 AM
What's Jailbreak?
 
Join Date: Oct 2007
Posts: 23
Thanks: 0
Thanked 2 Times in 2 Posts

Where are the dictionary files even located at?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #7  
Old 10-15-2008, 12:09 PM
Carrbone's Avatar
iPhoneaholic
 
Join Date: Sep 2008
Device + Firmware: 3GS 32gb WHITE
Operating System: Vista
Location: Long Island, NY
Posts: 446
Thanks: 41
Thanked 44 Times in 39 Posts

yea I would like to know this also, Its good for the most part...

I drop the F bomb alot and its a pain not having it come up. I really dont want to disable it either.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8  
Old 10-15-2008, 01:34 PM
kwall's Avatar
iPhone? More like MyPhone
 
Join Date: May 2008
Device + Firmware: iPod Touch 3.0 Unlegit Jailbroken redsn0w .70
Operating System: Windows XP Media Center 2005 SP3
Location: New York
Posts: 270
Thanks: 7
Thanked 28 Times in 27 Posts

^ haha **** -> duck i hate that 2
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #9  
Old 10-19-2008, 09:33 AM
What's Jailbreak?
 
Join Date: Oct 2008
Device + Firmware: iPhone 3G 2.1
Operating System: OS X 10.5.5
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Here is the info

For what it's worth, on FW 2.x the keyboard dictionaries are at:

Code:
/System/Library/TextInput/textInput_XX.bundle/
(where XX is the language code, like en=english).

As before (ie with "iphoneshop") you have some sort of compiled file format, with the following files:

Code:
_CodeSignature (folder)
CodeResources (symlink)
Info.plist
ResourceRules.plist
TextInput_XX
Unigrams-xx_XX.dat
Unigrams-xx_XX.idx
The Info.plist for XX=es (spanish i believe) is:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//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>TextInput_es</string>
	<key>CFBundleIdentifier</key>
	<string>com.apple.TextInput_es</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>TextInput_es</string>
	<key>CFBundlePackageType</key>
	<string>BNDL</string>
	<key>CFBundleResourceSpecification</key>
	<string>ResourceRules.plist</string>
	<key>CFBundleShortVersionString</key>
	<string>1.0</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>1.0</string>
	<key>DTPlatformName</key>
	<string>iphoneos</string>
	<key>DTSDKName</key>
	<string>iphoneos2.1.internal</string>
	<key>MinimumOSVersion</key>
	<string>2.1</string>
	<key>UIKeyboardSupportedInputModes</key>
	<dict>
		<key>es_ES</key>
		<dict>
			<key>UIKeyboardInputManagerClass</key>
			<string>UIKeyboardInputManager_es</string>
			<key>UIKeyboardLayoutClass</key>
			<dict>
				<key>Landscape</key>
				<string>UIKeyboardLayoutQWERTYLandscape</string>
				<key>Portrait</key>
				<string>UIKeyboardLayoutQWERTY</string>
			</dict>
			<key>UIKeyboardLayoutDefaultTypeIsASCIICapable</key>
			<string>YES</string>
		</dict>
	</dict>
</dict>
</plist>
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #10  
Old 01-02-2009, 05:19 AM
What's Jailbreak?
 
Join Date: Jan 2009
Device + Firmware: Iphone 3G 2.2
Operating System: W2K3
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

Has anyone done some progress reading the dictionary files for 2.2?

Cheers,
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #11  
Old 02-05-2009, 03:36 PM
My iPhone is a Part of Me
 
Join Date: Jul 2008
Device + Firmware: 3G 16GB 3.0 with Push!
Operating System: Vista 64, Vista 32, OS X, Windows 7
Location: Minnesota
Posts: 721
Thanks: 12
Thanked 27 Times in 25 Posts
Send a message via AIM to Pcpro745 Send a message via MSN to Pcpro745 Send a message via Yahoo to Pcpro745

Bump
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #12  
Old 02-08-2009, 04:37 PM
Green Apple
 
Join Date: Dec 2008
Device + Firmware: iPhone 2.2.1
Operating System: Windows Vista
Posts: 42
Thanks: 19
Thanked 0 Times in 0 Posts

This would be useful to. CAnt say anything without it changing it
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #13  
Old 02-15-2009, 01:08 PM
Green Apple
 
Join Date: Dec 2008
Device + Firmware: iPhone 2.2.1
Operating System: Windows Vista
Posts: 42
Thanks: 19
Thanked 0 Times in 0 Posts

bump....this is needed
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #14  
Old 02-15-2009, 01:32 PM
him121213's Avatar
BanHammr Immune
 
Join Date: Oct 2008
Device + Firmware: iPhone 3GS (White) 3.0 JB/Unlocked
Operating System: Mac OS X 10.5.8 (Leopard)/Fedora 10/FreeBSD 7.1/Debian 5.0
Location: Buffalo
Posts: 2,239
Thanks: 72
Thanked 229 Times in 194 Posts
Send a message via AIM to him121213 Send a message via MSN to him121213 Send a message via Yahoo to him121213 Send a message via Skype™ to him121213

you can train your keyboard by typing in your word fully and then hit the x when it wants to correct you..if that helps

if you want to disable the correction completely just download "disable auto correct" in cydia

or on 2.1 theres an option under settings/general/keyboard
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #15  
Old 02-15-2009, 04:01 PM
Green Apple
 
Join Date: Dec 2008
Device + Firmware: iPhone 2.2.1
Operating System: Windows Vista
Posts: 42
Thanks: 19
Thanked 0 Times in 0 Posts

yeah but some words never adapt, such as abbreviations like lol (iPhone alwys wants to capitalize all letters) and some curse words autocorrect themselves all the time. The f word always changes to duck for instance.
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 10:18 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