(adsbygoogle = window.adsbygoogle || []).push({});
I'm making this thread because I had a hell of a time figuring it out myself and could not, for the life of me, find a decent tutorial. So, here goes. . .
This tutorial is so you can easily put roms on your iDevice with a pc.
Requirements:
- PC (Must have a wireless card and be able to create virtual network)
- Jailbroken iDevice
- winSCP (File Transfer Program)
- openSSH (Cydia/iOS)
Downloads:
winSCP:
You must login or register to view this content.
ad-hoc tool:
You must login or register to view this content.
1Prerequisite
First things first lets check to make sure your computer supports creating Wireless AD-HOC connection
(Most modern laptop and computers support this)
-
Open Command Prompt (Run in Administrator)
You must login or register to view this content.
-
Run this code:
netsh wlan show drivers
You wanna make sure "Hosted Network" is supported
You must login or register to view this content.
If it says yes move onto the next step
If it says no, you can try updating your driver, but your probably gonna have to upgrade your hardware.
2Creating Ad-Hoc Network
Now that weve determined the computer is capable,
-
Run this code:
netsh wlan set hostednetwork mode=allow ssid=iDevice key=sshjailbreak1
You must login or register to view this content.
3Starting Network
All that remains is starting the connection
-
Run this code:
netsh wlan start hostednetwork
You must login or register to view this content.
Check to make sure the network is good
-
Run this:
netsh wlan show hostednetwork
You must login or register to view this content.
4Allowing Sharing
Lets allow sharing so we can access our device, navigate to network Connections
-
Windows xp, vista & 7: Start> Run> ncpa.cpl
-
Windows 8: Windows Key + R > ncpa.cpl
You must login or register to view this content.
Right-click on your "wifi connection" and select "Properties"
You must login or register to view this content.
Go to “Sharing” tab > check the box "Allow other network users to connect through this computer's Internet connection" > finally click on OK button.
You must login or register to view this content.
Establishing SSHWindows and iOS
Once you have the files installed and connected to adhoc connection:
On your iDevice:
-
go to Settings>Wifi> Click the exlamation mark next to connected wireless network and take note of the IP Address Example: 192.168.137.203
On your computer launch winSCP
-
Type the ip address you noted into the "Host Name" field
-
Type "root" for login
-
Type "alpine" for password
You must login or register to view this content.
Transfering RomsWindows and iOS
Simply copy .gba and .nds files to this directory on the iDevice:
/private/var/mobile/documents
*I will not supply roms. Google is your friend. You can install gba4ios on your iDevice to play roms.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
These are the commands | Automatic
You must login or register to view this content.:
Code in this order!
(Driver Check)
netsh wlan show drivers
(Creates AD-HOC Network)
netsh wlan set hostednetwork mode=allow ssid=iDevice key=sshjailbreak1
(Initiates Network)
netsh wlan start hostednetwork
(Shows status of network)
netsh wlan show hostednetwork
(Terminates Network)
netsh wlan stop hostednetwork