Quote:
Originally Posted by mezbomber
Hello...I just joined these forums because I just Pwned my 3g, and would like to stay in the know about such things. This disappearing slider thing is the first problem i've encountered.
@Freakin
can you help with command for "SCP'ing" my slider back into place within the terminal?
this is what I tried:
"scp bottombarknobgray.png root@192.168.1.xxx:/System/Library/
PrivateFrameworks/TelephonyUI.framework/"
I'm not too familiar with Terminal yet, and just took a guess based on the method I just learned for uploading NES roms into my iPhone.
also, after finding the original slider image and downloading it, is there any specific directory that it needs to be in before I "scp" it back into my iPhone?
thanks for any help you can offer.
|
Hey,
So here is what you have to do.
Download Winscp (winscp.net)
You are going to connect to your iphone over SSH. If you do not have SSH installed or configured on your phone yet, check out the SSH Access section on the main page of Cydia on your iphone.
Once you can connect w/ WinSCP, you can browse your iphone's directories remotely across Wifi. If your iphone goes to lock screen, your SCP/SSH session will disconnect within 30 seconds, so keep your phone active.
Browse to the directory (using WinSCP) where the sliders should be located, which I think is /System/Library/PrivateFrameworks/TelephonyUI.framework/
Drag the files from your computer into the right-side of WinSCP (where you are looking at that TelephoneyUI.framework directory) to upload the files to your phone.
Respring and you should be good to go.
Alternatively if the slider images are on the web (
http://iphone.tgbus.com/zt/iphonezt/...barknobred.png for example) then you can probably use terminal on your phone, navigate to that directory with CD, then do a wget
http://iphone.tgbus.com/zt/iphonezt/...barknobred.png to download the files to that directory. If you don't have wget installed, either install it with Cydia (it's a command line tool) or see if you have curl installed (another command line tool) with the command curl
http://iphone.tgbus.com/zt/iphonezt/...barknobred.png
Respring after replacing these files.