PDA

View Full Version : [317] How to Host a server via Ipod-Touch [317]



Xdragon
July 9th, 2010, 12:06
How to Host a Server via iTouch

NEW UPDATE: ITOUCH HOST A SUCCESS!
Only the registered members can see the link.


I have decided to post a tutorial on how to host a server via itouch while I sort out my excruciatingly frustrating problem with Apple. This tutorial is pretty simple, and I hope you have luck running it. Lets get started:

Part 1 - Prepping, Loading and Running the server - Difficulty 3/10 - Have knowledge of internet and your computer, as well as "tapping"

1 JailBroken iTouch with firmware 2.2.1 or higher
1 RSPS source code with everything compiled and ready to run
A Wireless Connection (Wifi, WLAN, etc..)
A Computer to test your server on


NOTE: This will not allow your browser to view any java based content (play java games online or...) this is merely a terminal based java VM which allows you to run Already compiled java files on your iPod; in other words you will need to transfer your ".class" files into your ipod and the run them..

- To get on your way first you'll need to add a new repository to your installer's "Sources":

- Open installer and go to "Sources" on the buttom far right of the screen
- Tap "Edit" on the top right corner and then "Add"
Click image for larger version Name: snap_013845.jpg Views: 250 Size: 57.3 KB ID: 1654
- Once the "Add source" pop up window appears type "Only the registered members can see the link." in the text field and tap OK

- Install the VM and the ClassPath

- Go to "Install" and scroll down to the "Java" category
Click image for larger version Name: snap_013932.jpg, Views: 131 Size: 44.3 KB ID: 1656
- Once there download GNU Classpath first and then the JavaVM

This section of the guide walks you through a very basic java application that will enable you to print out a message to the screen

- Download a java SDK from here and update you Environment variables to include the path to your java "bin" folder (I assume you are able to search the internet on how to do this if not ask here and I'll update the guide)
- Open a text editor of your choice and copy the following code over replacing MSG with a message of your own and save the file as "msg.java":



public class msg {
public static void main(String[] args) {
System.out.println("MSG");

}
}


- Open a command prompt window (by going to Start --> Run and typing CMD) navigate to where your file is saved and type "javac msg.java"
- You will notice that a msg.class is created in your working folder copy that to a folder on your ipod as a test run


Part 2: Running the compiled java files:

1 iTouch v2.2.1 or higher
Java .class files pre-loaded
A finger, maybe two
- Open a terminal on your ipod Term-vt100 is downloadable via the Installer
- Navigate to where your .class file is stored and type "java msg"
- You will have your message displayed on the screen if this test worked, if not, repeat the steps and find your error


Part 3: Setting up your iServer IP and getting players
1 Computer
Internet Connection
1 Router
iTouch
No-IP DUC (if you want to check your server via computer)

Now, in order to have players join your server, you gotta get your iTouch No-IP setup. From what I've theorized, all you need to do is determine your ipod's IP. I have done so for my by doing the following process of elimination: My desktop is ***.***.*.5, and my laptop is ***.***.*.6, and my laptop is the lastly registered wireless device registered on my router. So in theory, my iTouch would be ***.***.*.7. (Sorry for the confusing * just to keep it secure, trust me)

So what you do is log into No-IP, and create a new host with your IP address. Then go to your router, and do the usual server setup, only make sure that the IP the port foward will be running under will be ***.***.*.7 or whatever your ipod's IP is.

Now, go onto the terminal on your iTouch, and run the server:




java run



Go onto your computer, open a client (one with an IP-changer, unless you made a client for it already), and try to login.

So there you have it, how to run a server from an itouch. If I can get pictures of the server running and logging in, I will upload them asap.

~Seller

All credits to that guy !
Have fun whith this =]

phil
July 9th, 2010, 12:08
wow thats good.. leave ur phone on for hours

Mohammad
July 9th, 2010, 13:07
WOW,
does this work for iphone 3gs?

Spear
July 9th, 2010, 13:40
This sounds like it will lag the hell out of your server + mess your phone up for it being up 24/7. Lol...

nickyboy304
July 9th, 2010, 14:22
lawl, XD that's kinda cool actually.

Spear
July 9th, 2010, 14:24
@Nicky: I dont think it is, it might ruin your phone. And your signature is WAY to big.

Billy
July 10th, 2010, 09:00
Lol this is "okay" i guess, but who wants to leave there ipod on 24/7 on the charger to host a server! LMFAO and it will more then likely ruin your ipod, remove please. lol.

Break
July 10th, 2010, 09:01
Lmfao this is great!

Mish
July 10th, 2010, 11:31
Awesome! :D

XxBryantD
July 10th, 2010, 17:23
good guide wouldnt want do though

nmanpure
August 23rd, 2010, 05:11
Lol some one run it till their Ipod over heats then post here XD

thats nice
August 26th, 2010, 00:10
well this is maybe like if your power goes out cause a storm that will last like 3hours? Then you can host your server why is everyone so negative.

owner blade
August 26th, 2010, 11:33
why ruin ur apple devicewhen u can just use ur computer?
Nice tut though

Gokky
August 27th, 2010, 23:28
Awesome! :D

Syrup
August 27th, 2010, 23:34
I don't think this would be very good, but nice tutorial :P

iEmily52
August 28th, 2010, 14:06
Yeah, Guys, This is an excellent tutorial but dont be negative, If your computer gets raped with internet just use your iPod/iPhone to host for like 30 mins to 1 hour or 15 minutes even, That wouldn't ruin it. :D

Niator
August 28th, 2010, 15:02
Thats great! Just use the multitaksking and u can still call and use your iphone normally? :D

Vegas
August 28th, 2010, 23:20
I'm gonna try hosting my server with 170 people online :troll:

iHybrid
August 28th, 2010, 23:27
Thats great! Just use the multitaksking and u can still call and use your iphone normally? :D
Yeah that'l turn your ipod into a bomb. Someone host there server on there ipod and let me run some spam bots against it pl0x???

kevin
August 29th, 2010, 14:57
does this work for 562?

Cart
August 29th, 2010, 14:58
does this work for 562?

It clearly says [317]

jet kai
August 29th, 2010, 16:14
Looks cool.

Cart
August 29th, 2010, 16:16
Looks cool.

It would look cool if you actually read the thread.

Xdragon
September 2nd, 2010, 15:58
I was Hosting my server whith my ipod lol but 2 days later after 24/7 hosting my Ipod sort of melted down lol and it didnt work anymore so i just throwed it at the wall and it worked again lol. So my tip is when it melts down just throw it at the wall. Yw :P

1nf4m0us
September 9th, 2010, 02:49
I was Hosting my server whith my ipod lol but 2 days later after 24/7 hosting my Ipod sort of melted down lol and it didnt work anymore so i just throwed it at the wall and it worked again lol. So my tip is when it melts down just throw it at the wall. Yw :P

LOL Throw it at a wall? NTY that would prollly just brake it more. So my tip is when it melts down just dont throw it at the wall. YW :P

BigRedBlitz
September 10th, 2010, 02:59
this tut dosnt work for me at all,

Sceptylos
September 11th, 2010, 20:29
If you guys decide to do that, Give me the ip to your server so I can fuck your ipod k?

JK, I won't but others can reason why shouldn't do this

mumups
September 11th, 2010, 21:56
wouldn't ur server like lag? lol

Hutch
September 15th, 2010, 04:51
Just use a VPS.

nmanpure
September 19th, 2010, 16:06
Wow i didnt think of it tht way thts actully very good , but if your power goes out normaly so does your router

clawz
September 19th, 2010, 16:12
@Nicky: I dont think it is, it might ruin your phone. And your signature is WAY to big.

Negative much..? 1. prove it ruins your phone 2. if it was too big a mod would remove it

Project Classic
September 22nd, 2010, 02:01
i will say this be cool besides fact you have to jailbreak ur itouch wich in my apinion is dumb as hell and 2nd of all who hell wants to ruin there itouch from over heating thats like saying oo hey i got 200+ dollars less leave it on stand next to bon fire all night

Emily
September 22nd, 2010, 02:02
Wouldn't this lag....really hard

ballin
September 22nd, 2010, 02:04
Yes, let's host a server that'll hold 5-10 ppl max.

Pyro Sauce
September 22nd, 2010, 02:23
Yes, let's host a server that'll hold 5-10 ppl max.
That's all I need

SiniSoul
September 22nd, 2010, 02:28
i will say this be cool besides fact you have to jailbreak ur itouch wich in my apinion is dumb as hell and 2nd of all who hell wants to ruin there itouch from over heating thats like saying oo hey i got 200+ dollars less leave it on stand next to bon fire all night

Jailbreaking doesn't do anything and is usefull if your not a retarded kid. I actually got a droid mod on mine so that it looks like a HTC

DutchVengz__
February 27th, 2011, 10:26
I already had a iPod 3G 8GB but since I got a iPod 4 32GB from Mobile account for free I think I might reset my iPod 3G and host my server on it :) I mean I dont use it anyway and it uses way less power then a computer

Mexxel
March 1st, 2011, 01:04
only problem is jailbreaking a 4.2.1 ipod......let alone untethered

SolitudeX
March 1st, 2011, 01:11
I already had a iPod 3G 8GB but since I got a iPod 4 32GB from Mobile account for free I think I might reset my iPod 3G and host my server on it :) I mean I dont use it anyway and it uses way less power then a computer

Major Gravedig bud.

_1Greg1_
March 1st, 2011, 03:43
only problem is jailbreaking a 4.2.1 ipod......let alone untethered

greenposi0n

I've jailbroken my iPhone 4 iOS 4.2.1


Sent from my iPhone 4

Mark!
March 6th, 2011, 11:11
Since a phone has such a small memory it would be pointless hostng on it cause if you got to like 5 players it would disconnect and if your thinking of hosting a server with like 200 people this isn't the thing for you.

Qc maxz
March 7th, 2011, 01:17
I Think Is not Possible Hosting Server Via Ipod-Touch , but

I Know's How Host if you need an Hoster I-Here For you ! I will Host 24/24

2Gb

My Disc 500Ram.... Want it Add me on "MSN" : maxmarcel14@hotmail.com

violetnine33
March 7th, 2011, 01:20
wow thats pretty cool but im sure it will lag the crap out of your server

vanweele
June 15th, 2011, 23:23
make a tutorial on how to do it with "JamVM" for ipod touch :o
that'd be pretty cool.

and btw, that adress you type to make a new source doesnt work :s

m0dg0d
December 24th, 2011, 18:53
THIS SHOULD BE THE NR1 TOPIc THIS IS FANTASTIC!!!

only i dont understand you..
make a video of this or help me plz :P

Max total999
December 26th, 2011, 03:39
Would you help me do it
?!?

skiezo
January 12th, 2012, 16:02
if you could make a vid of it would be great