The Following User Says Thank You to gordonshowers For This Useful Post: | ||
|
2010-04-18
, 03:25
|
Posts: 324 |
Thanked: 371 times |
Joined on Dec 2009
@ Vancouver, BC
|
#252
|
The Following User Says Thank You to Slocan For This Useful Post: | ||
|
2010-04-19
, 00:06
|
Posts: 180 |
Thanked: 41 times |
Joined on Mar 2007
@ Maine
|
#253
|
0.6.1-0 in Extras-devel now (once it gets built), which mostly brings the autoupdate to the widget. Note that autoupdate in the app and in the widget are independent, it's best not to enable both at once (I'll probably add something to prevent that, but for now it is still possible).
Also "FeedingIt update" does not open the app anymore (neither does the widget autoupdate).
The top of the widget has a button with some info, but it's mostly unreadable for now. It has not been tested all that much, so let me know if you encounter any weirdness or issues. Thanks.
The Following User Says Thank You to ffarber For This Useful Post: | ||
|
2010-04-23
, 03:54
|
Posts: 180 |
Thanked: 41 times |
Joined on Mar 2007
@ Maine
|
#254
|
The Following User Says Thank You to ffarber For This Useful Post: | ||
|
2010-04-23
, 08:30
|
Posts: 7 |
Thanked: 3 times |
Joined on Apr 2010
|
#255
|
The Following User Says Thank You to cisqo For This Useful Post: | ||
|
2010-04-23
, 08:34
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#256
|
For problems related to updating and connections through proxy's there is an solution for it. It is applicable for 3g connections by KPN (dutch telco provider).
If you are fairly savy with your phone, can you edit the file /opt/FeedingIt/config.py , on line 197, and change it from:
return (True, proxy)
to:
#return (True, proxy)
After that FeedingIt is able to update through wifi and 3g.
I got this hint from Slocan (thanks for that again), I'm not exactlly sure what function is hashed out, but it works... Maybe Slocan can enlighten us?
The Following User Says Thank You to Rob1n For This Useful Post: | ||
|
2010-04-23
, 13:56
|
Posts: 324 |
Thanked: 371 times |
Joined on Dec 2009
@ Vancouver, BC
|
#257
|
|
2010-04-23
, 15:54
|
Posts: 180 |
Thanked: 41 times |
Joined on Mar 2007
@ Maine
|
#258
|
@ffarber: thanks for your feedback I'll have an improved version out in the next few days.
|
2010-04-23
, 16:51
|
Posts: 324 |
Thanked: 371 times |
Joined on Dec 2009
@ Vancouver, BC
|
#259
|
|
2010-04-23
, 17:14
|
Posts: 344 |
Thanked: 73 times |
Joined on Oct 2009
@ Los Angeles
|
#260
|
My days off is when I can get working on it and publish updates, so not sure I can call the past week as "days off" . But they were indeed filled with non-maemo stuff.
For tonight, and tomorrow, I've got this on my to-do list:
- proxy setting in the menu
- fix the double-click on the widget, and the color scheme of the top button
- better locking between widget and app for updates (and recovery when something happens)
If you can get auto update working with just the widget running then it will be perfect.