|
2011-07-14
, 15:37
|
Posts: 176 |
Thanked: 110 times |
Joined on Jul 2010
|
#2
|
|
2011-07-14
, 15:58
|
|
Posts: 249 |
Thanked: 217 times |
Joined on Jan 2011
@ United Kingdom
|
#3
|
|
2011-07-14
, 16:33
|
|
Posts: 249 |
Thanked: 217 times |
Joined on Jan 2011
@ United Kingdom
|
#4
|
|
2011-07-14
, 16:52
|
Posts: 114 |
Thanked: 109 times |
Joined on Nov 2010
@ Finland
|
#5
|
~ $ sudo ./marbattery MarBattery v.1.0 Created by Marcin Mielniczuk, 2010. This software is distributed under GNU GPL v3 terms. Use it on your own risk. Battery state: OK Battery is not charging Charge: 606/1247 mAh (48%, 5/8 bars Voltage: 3751/42000 ~ $ uname -r 2.6.28-omap1
|
2011-07-14
, 17:09
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#6
|
|
2011-07-14
, 17:13
|
Banned |
Posts: 778 |
Thanked: 337 times |
Joined on Jun 2010
|
#7
|
In X-Term I set the permission without a problem, but upon running the ./marbattery-0_9 I get the following error:
Permission Denied.
If I run the file from file box I get the following error:
No handler configured for application/x-executable (.file://home/user/MyDocs/Downloads/marbattery-0_9)
Should the file not have a .DEB extension?
|
2011-07-14
, 17:16
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#8
|
|
2011-07-14
, 17:18
|
|
Posts: 249 |
Thanked: 217 times |
Joined on Jan 2011
@ United Kingdom
|
#9
|
|
2011-07-14
, 17:22
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#10
|
chmod +x ./marbattery-0_9
chmod 777 ./marbattery-0_9
I've been working on my app and finally is out.
It isn't shiny beautiful, but is
I need some testers to check if everything is showed all right.
Tell what's your kernel, and if the data are the same as in file
Instruction:
1. Copy this executable anywhere you want it, but not on VFAT partitions, like /home/user/MyDocs. Without modding or reformatting, executing binaries from VFAT is not possible.
2. Make it executable:
Tell if there are any bugs!
And I would've forgot it!
DOWNLOAD
install script - it needs to be in the same directory the executable is in
uninstall script - this one can be run from anywhere but VFAT partitions such as /home/user/MyDocs
Source code: attached
Screenshot:
Old version, deprecated: link
ChangeLog
0.9.1b:
* Fixed bug which make app crash without root or full permissions
- Changed the "intro message"
v0.9b:
* Initial beta release
Last edited by marmistrz; 2012-06-15 at 18:03. Reason: old versions added, changelog, (un)install script // 6/15/12 - added source & screenshots