Active Topics

 



Notices


Reply
Thread Tools
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#11
Originally Posted by sifo View Post
thank you Halftux for this useful app btw the UI reminds me of fAircrack :-D
Hehe yes the idea with two tabs comes from fAircrack but I used C++ and QT. As far as I know fAircrack is pyqt.

Originally Posted by jackburton
What's the UI created with? Qt or GTK? What's the control for the buttons/tabs on the left?
It is created with QT. The left buttons are from a tabwidget orientated to west.

Originally Posted by misterc
personally i feel a firewall belongs in /usr/sbin
Yeah you are right. Btw is it possible when launching an application with a button, that you will get asked for a root password and executing it as root like in real debian?
 

The Following User Says Thank You to Halftux For This Useful Post:
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#12
Btw is it possible when launching an application with a button, that you will get asked for a root password and executing it as root like in real debian?
yes it is possible to set a password as like smscon i dont know how but you may get the source if available or ask Saturn
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7
 

The Following 2 Users Say Thank You to sifo For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#13
In smscon it isn't password for root, it's smscon-editor internal password.
---

Yupi, finally iptables GUI! Keeping my thumbs for this project

/Estel
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following 2 Users Say Thank You to Estel For This Useful Post:
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#14
Originally Posted by Estel View Post
In smscon it isn't password for root, it's smscon-editor internal password.
---

Yupi, finally iptables GUI! Keeping my thumbs for this project

/Estel
If this is aimed at me i know they are not the same passwords ! but i thought he mean to put a password in his application and giving an example like debian packages hehe never mind the important thing is Halftux know what to do

./sifo
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7
 
misterc's Avatar
Posts: 1,625 | Thanked: 998 times | Joined on Aug 2010
#15
Originally Posted by Halftux View Post
[...]
Yeah you are right. Btw is it possible when launching an application with a button, that you will get asked for a root password and executing it as root like in real debian?
HAM & FAM |The App Managers) call upon apt-Co, so it is possible
i'm an app & command line system admiin and @ home i'm an openSUSE user blissfully unaware of any sys admin tasks if i can help it
and if not YaST takes care of most things

maybe the author of FAM can point you in the right direction?

PS: maybe you should drop the "simple" from the topic? with all the options already lined up you are aim @ more then simple
__________________
information is a necessary though no sufficient condition to rationality...
 

The Following User Says Thank You to misterc For This Useful Post:
misterc's Avatar
Posts: 1,625 | Thanked: 998 times | Joined on Aug 2010
#16
oky doky...
hope you didn't burn up your AT&T long distance calling card yet
Code:
BusyBox v1.20.1 (Debian 1.20.1power2) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ root


BusyBox v1.20.1 (Debian 1.20.1power2) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# cat /usr/share/applications/hildon/fapman.desktop 
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Faster Application Manager
Exec=fapman.launch
Icon=fapman
X-Osso-Type=application/x-executable
X-Osso-Service=org.maemo.faster_application_manager
Categories=System;

Nokia-N900:~# cat /usr/bin/fapman.launch 
#!/bin/sh
exec sudo /usr/bin/run-standalone.sh /usr/bin/fapman
Nokia-N900:~# exit
~ $ exit
i'll let you discover the output of
Code:
Nokia-N900:~# find / -iname '*fapman*' >/media/mmc1/find_fapman.txt
yourself
scary what's needed for a nice app

PS: obviously you need to be root as well for the find to return something meaningful...
__________________
information is a necessary though no sufficient condition to rationality...
 

The Following User Says Thank You to misterc For This Useful Post:
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#17
@misterc really nice find thank you I will have a look into it.
 
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#18
New version v0.0.2 out now see first post.
I wanted to make a new release more complete but since I found a decent bug I decided to upload a new binary.

It is now a linux conform tar.gz

Sifo will release a deb soon only an icon decision needs to be done. Thanks for your support.


Changelog v0.0.2
- removed add forward port bug
- removed load bug listwidget gets cleared before loading
- improved local port handling
- added function extra rules
- added function clear all to listwidgets
- added pidof syslogd, klogd
- added notifications for start, stop, gen (the firestop.sh script needs to be deleted to take effect of notification change)

Last edited by Halftux; 2012-07-14 at 15:44.
 

The Following 3 Users Say Thank You to Halftux For This Useful Post:
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#19
building the deb file is nothing im sure 75 % of maemo community members can do it
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7
 

The Following 2 Users Say Thank You to sifo For This Useful Post:
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#20
Originally Posted by sifo View Post
building the deb file is nothing im sure 75 % of maemo community members can do it
Yes but you are supporting me and I will save some time
 

The Following 2 Users Say Thank You to Halftux For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 23:43.