![]() |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
great man!!
keep updates coming .... |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Quote:
***NEW-VERSION*** 1.2.3 Added the chance to select if you want gui or not during scanning so you can multitask Better scanning results Some ui changes Quote:
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Does anyone know from where i can get feddback. a file or something, if the headphones are pluged in?
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Quote:
Thanks |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Quote:
Code:
/sys/devices/platform/gpio-switch/headphone/state |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Nice app hopefully someone will make a .deb file soon for the rest of us :)
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
I get the following error message constantly and can not find free frequencies:
Code:
expr: syntax error |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
***NEW-VERSION***
1.3.0 Checks if headphones are pluged in, thanks to pycage....again :) Fixed some "bugs" Tested it and works fine, remeber to type "root" NOT "sudo gainroot" |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
I am using "type root"
PROMPT displays: "Nokia-N900: #" I get the error message indicated. |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Quote:
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
i'm testing...
it works very well! |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
@WhiteWolf
When you say the error message indicated you mean "Nokia-N900: #"? This is not an error, you must make it executable and then run it: DO THIS: open xterm type: mkdir /home/user/bin mv /home/user/MyDocs/<the path of your download file> chmod u+x /home/user/bin/EFF-1.3.0 root /home/user/bin/EFF-1.3.0 You need to do the above only once. The next time you want to run the EFF, just type: /home/user/bin/EFF-1.3.0 |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Quote:
I followed the steps listed. After follow step by step, I returned the error that I mentioned. Code:
expr: syntax error |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
@WhiteWolf
I can confirm that the shell script is fine. Either you follow the instructions wrong or your n900 must have a problem. At which folder did you download the file? |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
**NEW-VERSION***
1.3.1 Fixed percentage calculation (was passing 100 before) Corrected some spelling mistakes (scaning -> scanning) :D |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Are there any plans to package this and make .deb available so that we can install it from app-manager? Can someone do that please, pretty please :-)
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
are you planing to release this in Deb packaging?
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
I have the same problem, Whitewolf.
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Quote:
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Hy I have the same problem like WhiteWolf
I did a debug run: http://pastebin.com/sSANspyY I didn't let the program run until end I just exit after some time |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Indent your code!
Making debs is easy, hit me up with a PM if you have any problems :) When you make a deb though you'll have to use sudo, so you should figure out why sudo gainroot doesn't work, prefix dbus and zenity lines with run-standalone.sh Edit 2: who's # Copyright (c) 2010 OEM LTD (HE99116) # Edit: indented code, I hate ugly scripts :p Code:
#!/bin/sh |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
@MohammadAG
i will change that line with copyright (a friend of me told me to write that..nonsense). I will butify the script :). GUYS I THING I SOLVED YOUR PROBLEM, TRY THIS: 1.4.0 http://www.mediafire.com/?m5xq81w58n7512v |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Script isn't working, keeps erroring out:
Code:
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) multi-call binary |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Quote:
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Code:
Nokia-N900:/sys/class/i2c-adapter/i2c-3/3-0022# ls |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Quote:
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Uh, does it matter? The kernel module is responsible on creating those files, not your script.
cat: can't open '/sys/class/i2c-adapter/i2c-3/3-0022/fm_rssi': No such file or directory Your script tries to read that file ^ which doesn't exist on the stock kernel (or kernels based on it) |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Quote:
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Quote:
Code:
Nokia-N900:/sys/class/i2c-adapter/i2c-3/3-0022# fmtx_client -p1 |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Ffmtx_client is for controlling transmitter. I said that when you turn on reciever, these files are created automatically. Try opening FM RADIO app and you will see that the files will be created :)
I had power kernel installed but i flashed my n900 a week ago. |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
@WhiteWolf and others i think i solved you problem, pleas test the new version and post if its working or not
**NEW-VERSION*** 1.4.2 Added more comments, beautyfied more the script Prefixed zenity, thanks to MohammadAG :) Corrected an expr issue Now you can run EFF with root **AND** sudo gainroot!!! EFF-1.4.2 http://www.mediafire.com/?5l0ngxbuja1rqw8 |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Quote:
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Version 1.0.5 works fine me. Does not give the error mentioned in the latest versions.
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Quote:
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
is the .deb out yet blizzard?
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Quote:
But the first version works for me. |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
BLIZZARD:
thx. for it seems to work. but shuldn't you check for zenity before checking for headphones? btw: under what license is this? |
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Quote:
EFF script is under the terms of the GNU General Public License. Quote:
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
Indeed it will, mediafire was down :P
|
Re: [ANNOUNCE] E.F.F. Empty Frequencies Finder, shell script program with gui!
This is the first time i am using this. Directly tried 1.4.2 and it said no zenity. Installed zenity from apt-get and ran the script. It gives me the headphones not found error.
|
All times are GMT. The time now is 05:46. |
vBulletin® Version 3.8.8