Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


piksel

129 posts

Master Geek


#19607 23-Feb-2008 15:59
Send private message

Hi all,

I, along with nzbullet, have been floating around here for a little while now, helping people with various fixes to get their iPhones running properly on the Vodafone NZ network.

Well, to simplify things, I have just created an Installer repository which will enable you to install our fixes directly onto your phones via Installer (which all good jail-broken phones should have :)).

Just go to http://www.kiwi-ise.co.nz/ and it has all the details of how to add our repository to your phone. It includes most of the fixes we discussed and supplied solutions for in this thread.

Hope this helps a few people out there Wink

Depending on interest, we will continue to develop more fixes and mods specifically for the Vodafone NZ iPhone user.






View this topic in a long page with up to 500 replies per page Create new topic
 1 | 2
tonyhughes
Hawkes Bay
8476 posts

Uber Geek
+1 received by user: 6

Retired Mod
Trusted
Lifetime subscriber

  #112505 23-Feb-2008 17:17
Send private message

Could be some Telecom iPhone users by the end of the year!









piksel

129 posts

Master Geek


  #112507 23-Feb-2008 17:30
Send private message

Really!? Now that ~would~ surprise me... where did you read that?






nzbullet
459 posts

Ultimate Geek

Trusted

  #112509 23-Feb-2008 17:36
Send private message

When Telecom release the WCDMA network (which will use SIM cards) in November. 



piksel

129 posts

Master Geek


  #112510 23-Feb-2008 17:46
Send private message

 ... [I never would have considered] the iPhone on the Telecom network ...






freitasm
BDFL - Memuneh
80646 posts

Uber Geek
+1 received by user: 41029

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

#112525 23-Feb-2008 18:32
Send private message

I think he was referring to the fact that by the end of the year you can choos which WCDMA network you want to use - not necesarilly that Telecom New Zealand is the company bringing the iPhone to the country.





Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


piksel

129 posts

Master Geek


  #112531 23-Feb-2008 18:58
Send private message

Yep - realise these are rumours. I have updated my post to make it clearer what I meant Smile

Considering the impact of the iPhone on the cell phone market, it would be very interesting to see what would happen ~if~ Telecom did get the iPhone contract for NZ... but that is probably a topic for another thread Tongue out






 
 
 

Shop now on AliExpress (affiliate link).
downhill
56 posts

Master Geek


  #112602 24-Feb-2008 09:00
Send private message

Thanks guys this is a great initiative,. I have had problems trying to SSH into my iPhone since upgrading to 1.1.3 using ziphone 2.2, and to compound problems i cannot uninstall OpenSSH because I get the old "Script Execution Failed" error, so end up going around in circles.... any hints on what to do now.  For the meantime I used your installer source to sort out my callerid etc.!! cheers keep up the good work.




Don't ask for a lighter load, rather a stronger back. 



STI

STI
239 posts

Master Geek
+1 received by user: 1

Trusted

  #112617 24-Feb-2008 10:31
Send private message


The Installer source is http://i.kiwi-ise.co.nz/ - and it includes most of the fixes we discussed and supplied solutions for in this thread.


Great work! Can you specify exactly which fixes you included in this? Is it only the important ones, such as caller id, and number format?






nzbullet
459 posts

Ultimate Geek

Trusted

  #112621 24-Feb-2008 10:41
Send private message

The installer source for "Kiwi-ise version 0.5" as below:
  • Caller ID
    Incoming calls & text messages are recoginised when number exists in Contact Book.
  • Ph# Formatting
    Formats phone number entries, number when dilaing out and unrecognised incoming numbers.
  • Vodafone NZ Carrier Bundle (with optional carrier logo)
    This bundle provides:
    • Adds *optional* Vodafone carrier logo in status bar (you can choose whether to install this)
    • New menu for Vodafone NZ related services
    • Removes annoying Call Forwarding Active message
There is also the NZ Keyboard for (1.1.3 only) and the maps icon.

We will be adding all of them and more

sackmaster
31 posts

Geek


  #112717 24-Feb-2008 16:29
Send private message

OK what am I doing wrong, having entered the source and refreshed I can't see any of the apps. I have triple checked the URL but no joy.

nzbullet
459 posts

Ultimate Geek

Trusted

  #112728 24-Feb-2008 16:47
Send private message

Just check that you have added the trailing slash at the end and that it hasn't auto changed any of the letters so they are in caps, it should look exactly like this:

http://i.kiwi-ise.co.nz/

Once you have added it and refreshed go to the install section and look for a folder called "Get Kiwi-ised". If it is not there exit installer, go back in and do another refresh.

I have just removed it and re-added it so it is definetly working.




 
 
 
 

Shop now on Samsung phones, tablets, TVs and more (affiliate link).
piksel

129 posts

Master Geek


  #112743 24-Feb-2008 18:05
Send private message

downhill: ...i cannot uninstall OpenSSH because I get the old "Script Execution Failed" error, so end up going around in circles.... any hints on what to do now.


Hey downhill - glad to hear we've helped :)

To fix your OpenSSH issue you'll need to fool Installer into thinking it's not there. You will need access to your phone so will probably want to use iPhoneBrowser or such-like... I have not used it myself, I have only used an SFTP client, so can't give you the exact instruction, but the file you need to edit (very carefully) is this one:

/private/var/mobile/Library/Installer/LocalPackages.plist

Hopefully you are reasonsably comfortable with tag based files like XML as you need to remove the "<dict>" entry for it.

Search for this in the file:

<dict>
        <key>bundleIdentifier</key>
        <string>org.smxy.iphone-apps.OpenSSH</string> ...


Once you find it, rather than delete the whole thing (you can do that if you completely understand tags) look for "<key>uninstall</key>". It should look something like this:


            <key>uninstall</key>
            <array>
                <array>
                    <string>Exec</string>
                    <string>/bin/launchctl unload /Library/LaunchDaemons/com.openssh.sshd.plist</string>
                </array>
                <array>
                    <string>RemovePath</string>
                    <string>/etc/ssh_config</string>
                    <string>/etc/sshd_config</string>
                    <string>/Library/LaunchDaemons/com.openssh.sshd.plist</string>
                    <string>/usr/bin/scp</string>
                    <string>/usr/bin/sftp</string>
                    <string>/usr/bin/ssh</string>
                    <string>/usr/bin/ssh-add</string>
                    <string>/usr/bin/ssh-agent</string>
                    <string>/usr/bin/ssh-keygen</string>
                    <string>/usr/bin/ssh-keyscan</string>
                    <string>/usr/libexec/sftp-server</string>
                    <string>/usr/libexec/ssh-keysign</string>
                    <string>/usr/libexec/ssh-rand-helper</string>
                    <string>/usr/libexec/sshd-keygen-wrapper</string>
                    <string>/usr/sbin/sshd</string>
                </array>
                <array>
                    <string>RemovePath</string>
                    <string>/etc/ssh_host_key</string>
                    <string>/etc/ssh_host_key.pub</string>
                    <string>/etc/ssh_host_rsa_key</string>
                    <string>/etc/ssh_host_rsa_key.pub</string>
                    <string>/etc/ssh_host_dsa_key</string>
                    <string>/etc/ssh_host_dsa_key.pub</string>
                </array>
            </array>



Change it so it looks like this:


            <key>uninstall</key>
            <array>
            </array>


Then open Installer on your iPhone and Uninstall OpenSSH. What this effectively does is it means that Installer will actaully do "nothing" to uninstall so there will be no error. Installer will then remove that from it's settings and you should then be able to re-install OpenSSH.

Keen to hear how you get on with this! :)


Just one other thing - you will need to install the iBrickr/ziPhone fix from Installer so that you can use iPhoneBrowser (or iBrickr) to access your phone. ziPhone does not install the AFC2 support required for these apps to access your phone.






sackmaster
31 posts

Geek


  #112750 24-Feb-2008 18:30
Send private message

OK it's time for those new glasses, I had kiwi.ise instead of kiwi-ise doh
But thanks for the prompt replies guys

sackmaster
31 posts

Geek


  #112752 24-Feb-2008 18:37
Send private message

The callerID fix worked well but the NZ Map & Keyboard update both showed "main script execution failed" any thoughts??

downhill
56 posts

Master Geek


  #112775 24-Feb-2008 20:44
Send private message

Thanks so much Piksel for your assistance, I will give it a go tonight and report back.  Also really like your new site, great idea!!

right off to fix the iphone error.

DH




Don't ask for a lighter load, rather a stronger back. 



 1 | 2
View this topic in a long page with up to 500 replies per page Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.