PDA

View Full Version : help needed programming a turbo card


Neogen
12-07-2007, 04:35 PM
hi all,
was just wondering if anyone can help me with my problem.
im trying to program a turbo sim. I follow the guide and encountered a problem with ssh saying cd not found when trying to get into the turbo folder. Now someone answered that problem for me. Now the issue is i redo the guide, downgrade, upgrade etc... then upload the files into the directory i was told to do.
Now when i try to execute and file such as smsreset i get told that the file cannot be found. Yet i place it in exactly the place i was told too lol
Anyone else encountered this peoblem and if so how did you get around it.
Many thanks
Neogen

stonefred
12-07-2007, 04:41 PM
on *x it is not enough to copy the file into a folder, cd to that folder and type the binarys name, you must chmod it to make it executeable (usually 750 or sth) and then type ./filename to execute unless it is within a known path (usr/bin).

I do not know anything about Turbosim, but it seems you have to go to the shell, enter the directory with cd, then chmod 750 the file and execute it using the full path or ./ before the filename...

Neogen
12-07-2007, 04:45 PM
on *x it is not enough to copy the file into a folder, cd to that folder and type the binarys name, you must chmod it to make it executeable (usually 750 or sth) and then type ./filename to execute unless it is within a known path (usr/bin).

I do not know anything about Turbosim, but it seems you have to go to the shell, enter the directory with cd, then chmod 750 the file and execute it using the full path or ./ before the filename...
hi mate, thanks for the answer, i have made sure they permissions are set, when i try to navigate to the folder for example cd /turbo
i get the error
cd not found.

seems to be part of the problem lol

Regards

stonefred
12-07-2007, 05:02 PM
are you sure the folder turbo is in your iphones root? please double check the manual:
http://iphone.simbunch.com/turbosim.php

raptorjr
12-07-2007, 09:17 PM
And are you sure that you have installed BSD Subsystem? It seems that it cant find the cd command.