dawchiks
|
2009-12-22
, 22:12
|
Posts: 44 |
Thanked: 0 times |
Joined on Dec 2009
|
#11
|
|
2009-12-29
, 13:37
|
|
Posts: 345 |
Thanked: 72 times |
Joined on Dec 2009
@ Reunion Island
|
#12
|
|
2009-12-29
, 13:52
|
|
Posts: 138 |
Thanked: 375 times |
Joined on Aug 2009
@ Berlin
|
#13
|
The Following 3 Users Say Thank You to pH5 For This Useful Post: | ||
|
2009-12-29
, 14:14
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#14
|
Known bug, it will be fixed with the next firmware update: https://bugs.maemo.org/show_bug.cgi?id=5357
The Following 3 Users Say Thank You to lorelei For This Useful Post: | ||
|
2009-12-29
, 14:25
|
Posts: 5,335 |
Thanked: 8,187 times |
Joined on Mar 2007
@ Pennsylvania, USA
|
#15
|
|
2009-12-29
, 15:04
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#16
|
|
2009-12-30
, 14:07
|
Posts: 7 |
Thanked: 21 times |
Joined on Oct 2009
@ near Regensburg (Bavaria), Germany
|
#17
|
The Following 20 Users Say Thank You to stefbeer For This Useful Post: | ||
|
2009-12-30
, 14:19
|
Posts: 16 |
Thanked: 2 times |
Joined on Nov 2009
|
#18
|
|
2009-12-30
, 19:35
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#19
|
|
2010-01-05
, 16:35
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#20
|
#/usr/bin/python import pexpect import time from subprocess import * child = pexpect.spawn('pnatd'); child.send('at\r'); time.sleep(0.25); child.send('at+cusd=1,"*100#",15\r'); time.sleep(0.25); child.readline(); child.readline(); child.readline(); reply = child.readline(); start = reply.find('"'); end = reply.find('"', start+1); reply = reply[start+1:end]; child.sendeof(); p = Popen(['sh', 'ucsdecode.sh', reply], stdout=PIPE); print p.communicate()[0];
#/bin/sh echo "$1" | echo -n -e $(tr -d '[:space:]' | sed 's/../\\x&/g') | iconv -f UCS-2BE -t UTF8
Tags |
dial, dialing, lack of phone features, lack of quality control, sms, telephony, ussd |
|