[Editor] Thanks to faithful reader of iphonetunes.net, Raoul Urlings, who wrote this!
Problems loggin on to your iPhone with Term-vt100?
Here’s the solution:
First install the following tools on your iPhone:
- OpenSSH
- BSD Subsystem
Then ssh into your iPhone from your Mac (Terminal) or PC (Putty) and issue a couple of commands to fix an issue not being setted properly with the SUID.
Perform those steps:
- Connect your iPhone to your wireless network.
- Check your iPhone’s wifi settings te retrieve the ip-address.
- Start Terminal (enter ssh root@xx.xx.xx.xx) or Putty (enter the iPhone ip-address in the hostname box).
- You will probably get a popup/error (authentication), simply click or type yes, then login with the username “root” and the password “alpine”.
- You are now logged into your iPhone with root access.
Now you need to create a directory where we will create a symbolic link inside, issue the following command:
- mkdir -p /usr/local/arm-apple-darwin/lib
The -p flag saves us creating each sub directory.
Now you need to create a symbolic link to the file libgcc_s.1.dylib located in /usr/lib/. Issue the following command:
- ln -sf /usr/lib/libgcc_s.1.dylib /usr/local/arm-apple-darwin/lib/libgcc_s.1.dylib
The -s creates a symbolic link while -f forces the link to be made even if there is a file there with that name.
Now you need to change the permissions of the Term-vt100 executable, issue the following command:
- chmod +s /Applications/Term-vt100.app/Term-vt100
Ready! The problem should be fixed and all that is required is a restart of the Term-vt100 app.
You should now be able to log in to your iPhone with the password alpine (default user is root).
| Minutes Per Month | 2 Year Total | Avg Per Month | Avg Per Minute | |
|---|---|---|---|---|
![]() |
450 | 1268 | 53 | 0,12 |
| 900 | 1593 | 66 | 0,07 | |
| 1350 | 1918 | 80 | 0,06 | |
![]() |
75 | 846 | 35 | 0,47 |
| 200 | 1007 | 42 | 0,21 | |
| 400 | 1168 | 49 | 0,12 | |
| 600 | 1330 | 55 | 0,09 | |
| 1200 | 1652 | 69 | 0,06 | |
| 3000 | 2620 | 109 | 0,04 | |
![]() |
100 | 1575 | 66 | 0,66 |
| 200 | 2055 | 86 | 0,43 | |
| 1000 | 2535 | 106 | 0,11 | |
![]() |
120 | 1575 | 66 | 0,55 |
| 360 | 1815 | 76 | 0,21 | |
| 600 | 2295 | 96 | 0,16 | |
| 960 | 3255 | 136 | 0,14 |