The Following 4 Users Say Thank You to asys3 For This Useful Post: | ||
|
2010-01-15
, 06:31
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#212
|
The Following User Says Thank You to slender For This Useful Post: | ||
|
2010-01-15
, 06:48
|
Posts: 20 |
Thanked: 3 times |
Joined on Jan 2010
|
#213
|
|
2010-01-15
, 06:58
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#214
|
|
2010-01-15
, 07:01
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#215
|
Hmm.. Everyone appears to be talking about the browser now operating in portrait mode.. I can't get my browser to do this now.. What's the trick?
|
2010-01-15
, 07:12
|
Posts: 3,664 |
Thanked: 1,530 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#216
|
|
2010-01-15
, 07:30
|
|
Posts: 579 |
Thanked: 471 times |
Joined on Jan 2010
@ Austria
|
#217
|
Assuming now that your problem is caused by the vpnc_0.5.8-0m5_armel.deb package installed before upgrade to PR1.1 over SSU. You can either reflash with PR 1.1 and reinstall vpnc or you could try following manual steps. Please report if they work:
1. Install 'rootsh' package (you need to connect to internet over VPN to install rootsh)
2. Open X Terminal
3. Enter 'sudo gainroot'
4. Enter 'mv /etc/udhcpc/libicd_network_ipv4.script.dpkg-dist /etc/udhcpc/libicd_network_ipv4.script'
5. Create file '/etc/maemo-dhcp.d/60_vpnc'
6. Add the following code in /etc/maemo-dhcp.d/60_vpnc:
7. In X Terminal enter 'chmod +x /etc/maemo-dhcp.d/60_vpnc'Code:#!/bin/sh -e if route -n | grep -e "^0\.0\.0\.0" | grep -q tun0; then route -n | grep -e "^0\.0\.0\.0" | grep $interface | awk '{print $2}' > /tmp/vpnc_route ip=`cat /var/run/vpnc/defaultroute | cut -f3 -d' '` if [ -z $ip ]; then killall vpnc else if route -n | grep -e "^0\.0\.0\.0" | grep -q $ip; then route delete default $interface fi fi fi
8. Reboot the device
|
2010-01-15
, 07:46
|
Posts: 33 |
Thanked: 3 times |
Joined on Dec 2009
|
#218
|
|
2010-01-15
, 07:53
|
Posts: 10 |
Thanked: 0 times |
Joined on Jan 2010
|
#219
|
|
2010-01-15
, 07:56
|
Posts: 79 |
Thanked: 42 times |
Joined on Dec 2009
@ London
|
#220
|
Tags |
goodbye, sad sadavyk and messus |
|
The best changelog I have ever seen:
That really is a big step again for Nokia in the right direction to work with the community!
No such changelog can be seen for android or iphone updates.
That's why I buy a maemo device - not only because of current hardware or software features.
I buy it because bugs can be adressed, viewed for everyone and finally adressed to a offical release.
That's socialising a device in the community way.
Absolut great job.
Creating that changelog is absolutly worth.
asys3