Thread: Speed safari up x3
-
03-15-2010, 07:35 AM #1
Speed safari up x3
Guys do you want mobile safari to load faster????? and to be able to do nmaps with out an error (note you will still get invisible command bug though)
go to /var/run/ and create a file called resolv.conf inside that file right
servername 208.67.220.220
servername 208.67.220.222
you should make a back up of that file somewhere ..... because when you turn your phone off it will get deleted .... You will use this to create a launchdeamon that will copy the file everytime the system starts up..... instructions are below:
when you turn the phone back on just do this in mobile terminal ...
go to where backup is
example
cp /hacks/resolv.conf /var/run/
thats it folks... pages will load 3 times as fast!!!!
this work because pages load once their server name is identified the at&t edge dns server sucks so using this alternativer server to identify the domain will make life alot easier!!!
GUYS HERE ARE THE INSTRUCTIONS AND THE SCRIPTS
first create a file named resolvconf.app ( mkdir resolvconf.app )
then inside that make a file called Info.plist with this info inside it.. ( Viewing Paste #23232 )
<?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>resolvconf</string>
<key>CFBundleIdentifier</key>
<string>com.resolvconf.resolvconf</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.1</string>
</dict>
</plist>
Now give the file 777 rights so do ( chmod 777 Info.plist)
Once you have finished this go to /Library (DO NOT GO TO System/LaunchDeamons unless you wanna get stuck at apple logo)
In Library go to LaunchDeamons and create a file called
resolvconf.plist
it only needs 322 rights (0110100100 or chmod a+r u+w "or something like that i dont remember lol -rw-r--r--) the file needs to have this inside it.... ( Viewing Paste #23234 )
<?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>Label</key>
<string>com.resolvconf</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/rcon</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>root</string>
</dict>
</plist>
OH **** I FORGOT
CREATE A FILE IN usr/bin
name it rcon
inside rcon put this:
!/bin/bash
#
#
#
#this command will copy resolv.conf into the var/run
#folder
cp /hacks/txt/sys*/reso* /var/run/
it should copy your backup file the one mentioned in the beginning................. remember not to move this file or directory or the launchdeamon will not work
this file needs to be chmod +x
PLEASE COMMENT BELOW notice the speed?
Now you can restart your iphone and the stupid file wont get deleted everytime it restarts!!!!!!!!!!!!!!!!!!!!!!!!!! great!!!!!!!!!!!!!!!!!!!!1
I discovered this little hack so I hope you enjoy it!!!
cupwnd (cupwnd) on TwitterLast edited by victis; 03-15-2010 at 07:46 AM.
-
The Following 4 Users Say Thank You to victis For This Useful Post:
Freerunnering (03-16-2010), JMurdock1450 (03-15-2010), mahgninnuc93 (03-30-2010), screamforme02 (03-16-2010)
-
03-15-2010, 09:47 AM #2CHUCK-TASTIC
- Join Date
- Jun 2009
- Location
- Houston follow @al_da_beast
- Posts
- 7,945
- Thanks
- 273
- Thanked 1,033 Times in 956 Posts
I'll try it n tell how it goes
-
03-15-2010, 10:05 AM #3
change the cp file in the bash script to where ever you put the backup
-
03-15-2010, 10:18 AM #4iPhone? More like MyPhone
- Join Date
- Oct 2009
- Location
- Chicago
- Posts
- 137
- Thanks
- 20
- Thanked 12 Times in 12 Posts
victis or battle can you upload the files were gonna need?
-
03-15-2010, 10:46 AM #5
i dont got a place i could upload them thats why i put the scripts.....
-
03-15-2010, 10:57 AM #6
Guess you should mention this is for AT&T users only and not O2 or others..
-
03-15-2010, 11:13 AM #7CHUCK-TASTIC
- Join Date
- Jun 2009
- Location
- Houston follow @al_da_beast
- Posts
- 7,945
- Thanks
- 273
- Thanked 1,033 Times in 956 Posts
only att?
why


Please know we are praying Kyle (poetic_folly) and Robyn Matthews for your little one.
You too blkcadi
Thank You.

-
03-15-2010, 11:24 AM #8
Well this would update the /var/run/resolv.conf
for all carriers so i dont think this would matter...
this is would change the DNS server no matter what carrier as long as the file exists....
just make sure you edit edit the var/run/
not the /etc/ the resolv.conf in this file is just a soft link
-
03-15-2010, 11:24 AM #9iPhone? More like MyPhone
- Join Date
- Oct 2009
- Location
- Chicago
- Posts
- 137
- Thanks
- 20
- Thanked 12 Times in 12 Posts
-
03-15-2010, 11:33 AM #10iPhoneaholic
- Join Date
- May 2009
- Location
- Garden Grove, California, United States
- Posts
- 440
- Thanks
- 62
- Thanked 31 Times in 21 Posts
you should put this in tweak form and post it on cydia/rock
When the police want to know where someone is, they ask apple.
-
The Following User Says Thank You to gthugballin For This Useful Post:
pluto459 (03-17-2010)
-
03-15-2010, 01:39 PM #11
who do i have to contact to do that????? I wanna get the credit
if you guys want i can make an app that has the chmod +x files in it and everything i wish i had hacker friends that could help me cuz i went to sleep at 4:00am and had to go to work today at 6:30am so go figure thats why this is so wide spread outLast edited by victis; 03-15-2010 at 01:39 PM. Reason: Automerged Doublepost
-
03-15-2010, 03:27 PM #12
Well done victis! It's a whole new experience using the full speed of AT&T's 3G. I'd say that 3x faster is might me a little conservative. You could safely claim 4x or 5x.
Very easy to follow your instructions.
Thanks for your work.
-
03-15-2010, 03:28 PM #13CHUCK-TASTIC
- Join Date
- Jun 2009
- Location
- Houston follow @al_da_beast
- Posts
- 7,945
- Thanks
- 273
- Thanked 1,033 Times in 956 Posts
so does this work for tmobileb4 i try it



Please know we are praying Kyle (poetic_folly) and Robyn Matthews for your little one.
You too blkcadi
Thank You.

-
03-15-2010, 03:55 PM #14
This should work with any carrier!!!!
so who do i have to talk with to get the tweek added to the modmyi repo as a tweak??????
ADD ME!
https://twitter.com/cupwnd
-
03-15-2010, 04:18 PM #15CHUCK-TASTIC
- Join Date
- Jun 2009
- Location
- Houston follow @al_da_beast
- Posts
- 7,945
- Thanks
- 273
- Thanked 1,033 Times in 956 Posts
nice ill try it
poetic_folly


Please know we are praying Kyle (poetic_folly) and Robyn Matthews for your little one.
You too blkcadi
Thank You.

-
03-15-2010, 05:57 PM #16iPhone? More like MyPhone
- Join Date
- Sep 2008
- Location
- Kennesaw, Georgia, United States
- Posts
- 286
- Thanks
- 11
- Thanked 8 Times in 8 Posts
This seems awesome!! Cant wait till its on repo!! Dint wanna risk restoring :/
-
03-15-2010, 06:13 PM #17
looking for anyone that can assist with creating a toggle for sbsettings....?
-
03-15-2010, 07:41 PM #18Master Theme Creator
- Join Date
- Feb 2010
- Location
- Memphis,Tn
- Posts
- 3,500
- Thanks
- 2,102
- Thanked 3,500 Times in 1,648 Posts
-
03-15-2010, 08:18 PM #19CHUCK-TASTIC
- Join Date
- Jun 2009
- Location
- Houston follow @al_da_beast
- Posts
- 7,945
- Thanks
- 273
- Thanked 1,033 Times in 956 Posts
imma bout to try it now
so i tried it and it said
no such file or directoryLast edited by battlecrushr; 03-15-2010 at 08:18 PM. Reason: Automerged Doublepost



Please know we are praying Kyle (poetic_folly) and Robyn Matthews for your little one.
You too blkcadi
Thank You.

-
The Following User Says Thank You to battlecrushr For This Useful Post:
June'sIphone (03-15-2010)
-
03-15-2010, 08:27 PM #20My iPhone is a Part of Me
- Join Date
- Jun 2009
- Location
- over the hill across the river and through the candy cane forest
- Posts
- 681
- Thanks
- 34
- Thanked 68 Times in 58 Posts
Does this help with wifi too or only the AT&T network?



LinkBack URL
About LinkBacks
Reply With Quote


