This guide to how to do install a 3rd party app from your computer via terminal. Unix only, Windows terminal (Command Prompt) does not have these fancy commands.
Copy everything below and paste it into the terminal. It will auto run when you paste it.
How to extract it & copy it over: (please change the stuff in red)
cd ~/Documents/folder/to/app/
cp Geo.ipa Geo.zip || exit
unzip Geo.zip
cd Payload
rm Geo.zip
scp -r Geo.app root@192.168.1.999:/Applications||rm -rf "Payload" &&exit
rm -rf Payload
ssh root@192.168.1.999 || exit && exit
cd /Applications
cd Geo.app/ || echo "ERROR D" && exit
chmod +x Geo
echo "done!"
exit
exit
<- end highlight right here, then copy
It will prompt for the password two times.
And there we go! Go to the home screen and it should be there. If it isn't look though all your pages. Tf it still is not there, open up an app, use the app for about a minute and close it. If it still isn't there, restart you iPhone.
Showing posts with label code. Show all posts
Showing posts with label code. Show all posts
Subscribe to:
Posts (Atom)