GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > iPhone ,iPod & iPad (Apple Inc. Products) > iPhone 4 / iPhone 4S


iPhone 4 / iPhone 4S iPhone 4 / 4S

Reply
 
LinkBack Thread Tools Display Modes
Old 07-05-2009, 13:23   #1 (permalink)
No Life Poster
 
hasnain's Avatar
 
Join Date: Apr 2006
Location: Pakistan
Posts: 4,239
Member: 265626
Status: Offline
Sonork: 100.1591486
Thanks Meter: 2,982
Make ur own app to unlock Iphone3G without WiFi


Make ur own app to unlock Iphone3G without WiFi

Little help for new users about how to use Unlock3G / Yellowsn0w without Wifi.

as is past u used 2 apps
1. HACKX
2. UltraSn0w Unlock 0.6 by Rizwan

now 3 one could be urs
here is the process to make app like HACKX or UltraSn0w Unlock 0.6 by Rizwan to unlock Iphone3G without Wifi.


PROCESS :-

FILES U NEED :-
u need these files
1. iphuc.exe
2. iTunesMobileDevice.dll
3. readline5.dll
4. org.(ANYNAME U CAN WRITE HERE).ultra3g.plist like org.malik.ultra3g.plist
5. org.(ANYNAME U CAN WRITE HERE)..ultra3g-tmp.plist like org.malik.ultra3g-tmp.plist
6. unlockScript
7. ChangeScript
8. APP of DEV TEAM like yellowsn0w ultra3g
9. Batch file

PROCESS to make these files with ur id



1.

org.malik.ultra3g.plist or org.iphone-dev.yellowsn0w.plist or .org.ur-Name.ultra3G.plist

Note :- Ultra3g and yellowsn0w are apps of dev team to unlock so u will write the app name after ur name
e.g if ur name is Hasnain than name this file as org.hasnain.ultra3g.plist

and if unlock app by DEV team is Yellowsn0w than org.hasnain.yellowsn0w.plist

and if unlock app by DEV team is Blacksn0w than
org.hasnain.blacksn0w.plist

a. open NOTEPAD write this in it



<?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>KeepAlive</key>
<dict>
<key>SuccessfulExit</key>
<false/>
</dict>
<key>Label</key>
<string>org.malik.DEVunlockAPP</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/DEVunlockAPP</string>
<string>-w</string>
<string>0</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/var/logs/org.malik.DEVunlockAPP.stderr</string>
<key>StandardOutPath</key>
<string>/var/logs/org.malik.DEVunlockAPP.stdout</string>
<key>UserName</key>
<string>root</string>
</dict>
</plist>



and save it as org.malik.DEVunlockAPP.plist


2.

<?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>KeepAlive</key>
<dict>
<key>SuccessfulExit</key>
<false/>
</dict>
<key>Label</key>
<string>org.malik.DEVunlockAPP-tmp</string>
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
<string>/usr/bin/changeScript</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/var/logs/DEVunlockAPP-tmp.stderr</string>
<key>StandardOutPath</key>
<string>/var/logs/DEVunlockAPP-tmp.stdout</string>
<key>UserName</key>
<string>root</string>
</dict>
</plist>


and save it as org.malik.DEVunlockAPP-tmp.plist




3.ChangeScript


a. open NOTEPAD write this


rm "/System/Library/LaunchDaemons/org.malik.DEVunlockAPP-tmp.plist"
chmod 755 "/usr/bin/DEVunlockAPP"
chown root:admin "/usr/bin/DEVunlockAPP"
chown root:admin "/System/Library/LaunchDaemons/org.malik.DEVunlockAPP.plist"
rm "/usr/bin/changeScript"
reboot

and save it as changeScript


4. unlockScript

open NOTEPAD write this

putfile files/DEVunlockAPP /usr/bin/DEVunlockAPP
putfile files/org.malik.DEVunlockAPP.plist /System/Library/LaunchDaemons/org.malik.DEVunlockAPP.plist
putfile files/org.malik.DEVunlockAPP-tmp.plist /System/Library/LaunchDaemons/org.malik.DEVunlockAPP-tmp.plist
putfile files/changeScript /usr/bin/changeScript

and save it as unlockScript


5. uninstall

open NOTEPAD write this


rmdir /usr/bin/DEVunlockAPP
rmdir /System/Library/LaunchDaemons/org.malik.DEVunlockAPP.plist
rmdir /System/Library/LaunchDaemons/org.malik.DEVunlockAPP-tmp.plist
rmdir /usr/bin/changeScript



6.
now u need Batch files


files\iphuc -a com.apple.afc2 -s "files/unlockScript"

and save it as yourname.bat


files\iphuc -a com.apple.afc2 -s "files/uninstall"
and save it as uninstall.bat


and enjoy


here colours shows that u can change the name
only coloured words
like "changeScript" to "Remove"
but u have to change on all places where it is written
Attached Images
File Type: jpg 1.JPG (64.7 KB, 320 views)
File Type: jpg 2.JPG (55.1 KB, 166 views)
  Reply With Quote
The Following 16 Users Say Thank You to hasnain For This Useful Post:
Show/Hide list of the thanked
Old 07-05-2009, 13:24   #2 (permalink)
No Life Poster
 
hasnain's Avatar
 
Join Date: Apr 2006
Location: Pakistan
Posts: 4,239
Member: 265626
Status: Offline
Sonork: 100.1591486
Thanks Meter: 2,982
in future if u get any app by dev team
like yellowsn0w ultrasn0w or //////////////

just change the name of that app to DEVunlockAPP

and save it in the "file" folder
and enjoy without wifi unlock'
  Reply With Quote
The Following 4 Users Say Thank You to hasnain For This Useful Post:
Show/Hide list of the thanked
Old 07-05-2009, 15:54   #3 (permalink)
No Life Poster
 
best_unlocking's Avatar
 
Join Date: Oct 2008
Age: 44
Posts: 503
Member: 889422
Status: Offline
Thanks Meter: 182
Good guide for I phone unlock

Sir
all time
best guide to all
all user is very happy
so thanks
mushtaq
  Reply With Quote
Old 07-05-2009, 16:09   #4 (permalink)
Freak Poster
 
noman shakir's Avatar
 
Join Date: Jul 2008
Location: PAKISTAN
Age: 35
Posts: 142
Member: 812648
Status: Offline
Thanks Meter: 80
Really helpful next time will just replace dev team new app with the old one and after that we will run bat file and by this could unlock Iphone new version as RIZWAN did just replaced Yellowsn0w with
ultrasn0w and rest is same like in Hackx

  Reply With Quote
The Following User Says Thank You to noman shakir For This Useful Post:
Old 07-05-2009, 16:26   #5 (permalink)
No Life Poster
 
hasnain's Avatar
 
Join Date: Apr 2006
Location: Pakistan
Posts: 4,239
Member: 265626
Status: Offline
Sonork: 100.1591486
Thanks Meter: 2,982
Quote:
Originally Posted by noman shakir View Post
Really helpful next time will just replace dev team new app with the old one and after that we will run bat file and by this could unlock Iphone new version as RIZWAN did just replaced Yellowsn0w with
ultrasn0w and rest is same like in Hackx

also u have to change the name of app from ultrasn0w to yellowsn0w
than run hackx unlock batch file
  Reply With Quote
Old 07-05-2009, 20:42   #6 (permalink)
No Life Poster
 
Join Date: Apr 2005
Location: Gsmhosting
Age: 42
Posts: 831
Member: 138809
Status: Offline
Sonork: 100.99886
Thanks Meter: 79
Very Nice Info Hasnain ,


U gave all people a chance to make their own i phone 3g unlocker


regards
  Reply With Quote
Old 07-06-2009, 07:10   #7 (permalink)
Freak Poster
 
webshawk's Avatar
 
Join Date: Jan 2005
Location: MOBILE WORLD
Posts: 300
Member: 107267
Status: Offline
Thanks Meter: 62
thanks for guide, i am working on this but you done my work easy.
  Reply With Quote
Old 07-06-2009, 08:47   #8 (permalink)
Freak Poster
 
Join Date: Aug 2005
Age: 36
Posts: 237
Member: 171893
Status: Offline
Thanks Meter: 17
thanks for guide, i am working on this but you done my work easy.
  Reply With Quote
Old 07-06-2009, 09:15   #9 (permalink)
No Life Poster
 
guljee786's Avatar
 
Join Date: Apr 2008
Location: Heart of Islam
Age: 41
Posts: 2,218
Member: 762034
Status: Offline
Sonork: 100.1585274
Thanks Meter: 1,448
its a good working and great job hasnain bhai........................












Guljee
  Reply With Quote
Old 07-06-2009, 10:06   #10 (permalink)
Freak Poster
 
Avantha's Avatar
 
Join Date: Mar 2006
Posts: 159
Member: 239451
Status: Offline
Thanks Meter: 5
Nice work bro........
  Reply With Quote
Old 07-06-2009, 16:06   #11 (permalink)
No Life Poster
 
hasnain's Avatar
 
Join Date: Apr 2006
Location: Pakistan
Posts: 4,239
Member: 265626
Status: Offline
Sonork: 100.1591486
Thanks Meter: 2,982
Quote:
Originally Posted by noman shakir View Post
Really helpful next time will just replace dev team new app with the old one and after that we will run bat file and by this could unlock Iphone new version as RIZWAN did just replaced Yellowsn0w with
ultrasn0w and rest is same like in Hackx

all files are attached here
just rename and replace new app which comes in future for u from dev team
with DEVunlockAPP

DEVunlockAPP present in the attached folder
  Reply With Quote
The Following 4 Users Say Thank You to hasnain For This Useful Post:
Show/Hide list of the thanked
Old 07-07-2009, 05:52   #12 (permalink)
No Life Poster
 
hasnain's Avatar
 
Join Date: Apr 2006
Location: Pakistan
Posts: 4,239
Member: 265626
Status: Offline
Sonork: 100.1591486
Thanks Meter: 2,982
Quote:
Originally Posted by shahjee View Post
Very Nice Info Hasnain ,


U gave all people a chance to make their own i phone 3g unlocker


regards
in this u will find instructions how to use dev team app without Wifi
with the help of this users can put DEV team unlocking app like yellowsn0w ultrasn0w ..........
without WiFi in there iphone

Last edited by hasnain; 07-07-2009 at 06:00.
  Reply With Quote
Old 07-07-2009, 12:15   #13 (permalink)
Major Poster
 
Join Date: Jul 2009
Location: U.F.O
Posts: 43
Member: 1069285
Status: Offline
Thanks Meter: 71
unlock iphone 3g and 3gs 3.0 by wayne.rar
  Reply With Quote
The Following User Says Thank You to waynePH For This Useful Post:
Old 07-08-2009, 11:35   #14 (permalink)
Freak Poster
 
dubaimobiles's Avatar
 
Join Date: Nov 2008
Location: Dubai
Posts: 185
Member: 908655
Status: Offline
Thanks Meter: 393
If "putfile files/DEVunlockAPP /usr/bin/DEVunlockAPP" Puts a file

Then How to add a folder ??

Any command ? I am looking for webclip.
  Reply With Quote
Old 07-08-2009, 15:12   #15 (permalink)
No Life Poster
 
.:==di@bila==:.'s Avatar
 
Join Date: Apr 2006
Location: WestSide
Age: 38
Posts: 3,134
Member: 254137
Status: Offline
Sonork: 1592525
Thanks Meter: 275
im sure that hasnain will do more than this if not disappointed by forum header
  Reply With Quote
Reply

Bookmarks


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
infinity team when u make ur own cable how u do that which option u need to do observer123 Infinity-Box 3 08-15-2009 16:53
how to sign ur own apps eggie99 Nokia Multimedia 4 01-06-2008 04:00
IT is a Threat[make ur own bb5 box] zeeber Nokia Base Band 5 ( BB-5 ) 1 05-28-2007 09:22
make ur own SEMC phones clip icon Sony Ericsson 0 02-05-2006 09:47


All times are GMT +1. The time now is 03:51.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.25939 seconds with 10 queries

SEO by vBSEO