![]() |
2009-10-14
, 23:35
|
Posts: 515 |
Thanked: 193 times |
Joined on Oct 2009
|
#2
|
![]() |
2009-10-15
, 01:10
|
Posts: 716 |
Thanked: 303 times |
Joined on Sep 2009
@ Sheffield, UK
|
#3
|
![]() |
2009-10-15
, 02:01
|
Posts: 29 |
Thanked: 17 times |
Joined on Oct 2009
|
#4
|
![]() |
2009-10-15
, 11:09
|
Posts: 716 |
Thanked: 303 times |
Joined on Sep 2009
@ Sheffield, UK
|
#5
|
![]() |
2009-10-15
, 13:10
|
Posts: 29 |
Thanked: 17 times |
Joined on Oct 2009
|
#6
|
![]() |
2009-10-15
, 13:23
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#7
|
It only seems bad if you are using that amount of a RAM for a single application, if its shared between every Python application its not so bad anymore. But is it?
![]() |
2009-12-02
, 09:59
|
Posts: 9 |
Thanked: 1 time |
Joined on Dec 2009
@ Italy
|
#8
|
![]() |
2009-12-02
, 15:21
|
Posts: 29 |
Thanked: 17 times |
Joined on Oct 2009
|
#9
|
![]() |
2009-12-02
, 15:35
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#10
|
I have created an application which basically implements the following instructions with a desktop widget gui:
http://wiki.maemo.org/Fremantle_Unsu...tooth_profiles
The gui right now is a simple button which changes from "Activate Bluetooth DUN" to "Deactivate Bluetooth DUN" when you press it. (It also, of course, does actually activate and deactivate the tethering capability)
I have some questions. Right now the app is written in python. This is done because I was lazy (The whole development process took maybe 30 minutes). However this presents some problem:
1) The app uses several MB of memory which is entirely unneeded because of python
2) One cannot run python widgets on the desktop right now (pending a bug #5232).
In light of all this, I am looking for feedback on if its worth porting to C and if anybody would mind designing a proper gui (probably a pair of icons for on and off?) for the widget.
I am also looking to see if anybody is actually interested in using this and if I should put time into doing it properly and trying to get this into extras.
Last edited by zgold550; 2009-10-14 at 19:29.