Reply
Thread Tools
Posts: 4 | Thanked: 1 time | Joined on Oct 2011 @ Slovenia
#511
Originally Posted by zwer View Post
You, and pretty much anyone moving from the N9 to Jolla

I'd easily pay 100€ for an OLED screen with a LPM. Easily!
LPM was one of my favourite features on the N9. But I guess it could be done in a similar fashion as it has been done on the Lumia 920 (it also has an IPS display and the ability of LPM). Fingers crossed (and raping the F5 key on the Jolla orders page )

Last edited by macesn; 2013-12-12 at 15:05.
 

The Following User Says Thank You to macesn For This Useful Post:
Posts: 728 | Thanked: 1,217 times | Joined on Oct 2011
#512
TQP1 should change status to "Store" or something... happy to do it if he/she/it doesn't want to :-)

EDIT: fixed to "Store"

Last edited by ggabriel; 2013-12-12 at 15:14.
 
Posts: 99 | Thanked: 215 times | Joined on Oct 2013
#513
Originally Posted by catbus View Post
Anyone????
44xx. Close to 4500.
 

The Following User Says Thank You to Bubbless For This Useful Post:
Posts: 18 | Thanked: 29 times | Joined on Dec 2013
#514
Originally Posted by jamar View Post
echo "Filtering status..."
order_status=`echo $orders | sed -e 's/.*<td><em>//g' -e 's/<\/em>.*$//g'`
Thi part fails to extract the order_status. status.txt is empty.
It should work though
HTML Code:
<td><span class="price">€314.01</span></td>
<td><em>Paid</em></td>
<td class="a-center">
 
Posts: 16 | Thanked: 7 times | Joined on Feb 2013 @ Finland
#515
Originally Posted by ggabriel View Post
TQP1 should change status to "Store" or something... happy to do it if he/she/it doesn't want to :-)

EDIT: fixed to "Store"
Thanks, forgot to do so myself
 
Dave999's Avatar
Posts: 7,075 | Thanked: 9,073 times | Joined on Oct 2009 @ Moon! It's not the East or the West side... it's the Dark Side
#516
Jolla should actually start shipping devices according to TMO nicknames. I'm positive I've would have it by now. Their system doesn't favor guys named Dave999. It would give TMO lots of users with nicks starting with A plus a stronger jolla community.
__________________
Do something for the climate today! Anything!

I don't trust poeple without a Nokia n900...
 
Posts: 53 | Thanked: 104 times | Joined on Jan 2011 @ Veska, Czech Rep.
#517
Originally Posted by simon@ View Post
Thi part fails to extract the order_status. status.txt is empty.
It should work though
HTML Code:
<td><span class="price">€314.01</span></td>
<td><em>Paid</em></td>
<td class="a-center">
Hmm, it's just a simple sed line, it should work and it's working correctly on my server.
Are the previous curl lines working for you, so you have the orders history page content in $orders variable, if you try to echo it?
 

The Following User Says Thank You to jamar For This Useful Post:
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#518
What da fu..
http://www.posti.fi/itemtracking/pos...=RR082653995FI

My jphone is not accepted for air transport! Maybe that's why Marc Dillon is missing, driving around delivering jphones in person. Anyway, this got me thinking, what about an explosive OH? Just slap it on, set the timer and kaboom! If anyone at DHS reads this post I doubt that the jphone will be allowed to be sold in the US. :P
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).
 

The Following 5 Users Say Thank You to xerxes2 For This Useful Post:
Posts: 18 | Thanked: 29 times | Joined on Dec 2013
#519
Originally Posted by jamar View Post
Hmm, it's just a simple sed line, it should work and it's working correctly on my server.
Are the previous curl lines working for you, so you have the orders history page content in $orders variable, if you try to echo it?
This works in the terminal
Code:
$ order_status=`echo '<td><em>Paid</em></td>'| sed -e 's/.*<td><em>//g' -e 's/<\/em>.*$//g'`
$ echo $order_status 
Paid
But it does not work within the script
Code:
echo "Filtering status..."
order_status=`echo $orders | sed -e 's/.*<td><em>//g' -e 's/<\/em>.*$//g'`
echo "order_status=$order_status"
Code:
Filtering status...
order_status=
Status of your order is still , nothing to do but wait.
 
Dave999's Avatar
Posts: 7,075 | Thanked: 9,073 times | Joined on Oct 2009 @ Moon! It's not the East or the West side... it's the Dark Side
#520
Originally Posted by xerxes2 View Post
What da fu..
http://www.posti.fi/itemtracking/pos...=RR082653995FI

My jphone is not accepted for air transport! Maybe that's why Marc Dillon is missing, driving around delivering jphones in person. Anyway, this got me thinking, what about an explosive OH? Just slap it on, set the timer and kaboom! If anyone at DHS reads this post I doubt that the jphone will be allowed to be sold in the US. :P
Yes. I posted that a few pages back. He was last seen in Santa suit on plan between Dortmund and München.
__________________
Do something for the climate today! Anything!

I don't trust poeple without a Nokia n900...
 
Reply


 
Forum Jump


All times are GMT. The time now is 05:52.