FBEditor

Teste mal die neueste Version.
Inzwischen funktioniert das gut und ohne zu stören.
 
die teste ich falls mir mal langweilig ist. ;-)

Merkwürdigerweise habe ich nämlich mein Paßwortproblem wieder, obwohl JFritz uninstalliert ist. Ich mach jetzt einfach das Paßwort weg, flashe die Fritzbox neu und setze es dann wieder neu. Aber merkwürdig ist das schon irgendwie.
 
Hallo zusammen,

ich habe euer Problem nun nicht wirklich nachvollziehen koennen, jedoch moechte ich ein klein Wenig zur Aufklaerung beitragen:

Ich habe Olli (dem Programmierer vom FBEditor) mal auf seine Anfrage hin Teile vom JFritz-Code zur Verfuegung gestellt, damit er das Login per SID in seinem Programm verwenden kann.

Deshalb seht ihr auch diese Fehlermeldung:
(27.06.11 10:31:02): DEBUG: Wrong password detected: <title>FRITZ!Box Anmeldung<
/title>
de.moonflower.jfritz.exceptions.WrongPasswordExcep tion: Password invalid
at de.moonflower.jfritz.utils.JFritzUtils.fetchDataFr omURLToString(JFrit
zUtils.java:134)
at de.moonflower.jfritz.struct.SIDLogin.check(SIDLogi n.java:36)

Es hat nichts mit einem laufendem oder falsch deinstallierten JFritz zu tun. Der FBEditor verwendet einfach die selben Klassen von JFritz.

Ueberpruefe mal, ob nicht noch ein weiteres Programm laeuft, welches gleichzeitig auf die FritzBox zugreifen will. Diese koennen sich naemlich gegenseitig stoeren.

Oder hast du irgendwelche Sonderzeichen in deinem Passwort?

Viele Gruesse,
Robert
 
Hi, ich habe hier dasselbe Problem wie R.A.F.
FBEditor 0.5.2 sagt Passwort falsch obwohl ich es richtig eingegeben habe. Wenn ich den Kennwortschutz in der FritzBox entferne liest FBEditor zwar die Konfigurationsdatei automatisch ein, aber die Menuepunkte "Konfiguration einlesen" und Konfiguration zurueckspielen" bleiben leider ausgegraut, von daher hilft mir dieser Trick sehr wenig.

Ziel ist es meine Zeitzone zu aendern, gibt es vielleicht noch eine andere Moeglichkeit das der Box mitzuteilen?

Box ist eine 7240 mit der letzten Firmware 73.05.05, sorry, meine Signatur muss noch geaendert werden.
 
Aber die Konfiguration automatisch einlesen geht ja noch. :) Und die "Konfiguration zurückspielen" kannst du mit "NoChecks=yes" über die Web-Oberfläche der Fritzbox.
 
Ziel ist es meine Zeitzone zu aendern, gibt es vielleicht noch eine andere Moeglichkeit das der Box mitzuteilen?

Dann mach's doch einfach ohne den FB-Editor so:

"Einstellungen sichern" im FB-Menü = exportieren, Datei speichern - mit "notepad++" (geeignetster Texteditor) öffnen - Änderungen vornehmen - im Kopf der Datei nach "language=....." neue Zeile einfügen: "NoChecks=yes" (ohne ") - Datei abspeichern - Datei über "Wiederherstellen" bei "Einstellungen sichern" auf die Box zurückspielen.
 
Danke, das werde ich gleich einmal probieren... :)
Und wenn ihr schon mal dabei seid mir zu helfen, gleich die naechste Frage: ist es richtig in der Zeile den TZ-String so zu aendern: TZ_string = "XXX+08:00"; um auf Central Indonesian Time zu kommen?
 
ist es richtig in der Zeile den TZ-String so zu aendern: TZ_string = "XXX+08:00"; um auf Central Indonesian Time zu kommen?

Müsste so richtig sein - ich bin auf der anderen Seite des Planeten und bei mir lautet der String "XXX4:30" Ganz sicher bin ich bei Dir deshalb nicht - es kann aber nur darum gehen, ob Du ein "+" oder ein "-" vor die Zeitdifferenz setzen musst.
Da das Hin- und Zurückspielen aber so einfach ist, kannst Du das ja ganz schnell wieder ändern, falls das "+" nicht richtig sein sollte.
 
Zuletzt bearbeitet:
Vielen Dank, es hat alles geklappt! :) Freu, Freu!!
 
Invalid file

Hallo an alle,

Leider mein schlechtes Deutsch.

Ich habe eine Fritz!Box 7270 v2 und lebt in Dänemark mit Telenor als ISP.

Ich versuche, die DNS-Einstellungen manuell zu ändern, da Sie nicht ändern können sie über das Internet in einem PPPoX Setup.

Ich dies ändern:

"
servercfg {
hostname = "fritz.fonwlan.box";
DNS1 = 192.168.180.1;
DNS2 = 192.168.180.2;
}
"

zu

"
servercfg {
hostname = "(none)";
DNS1 = 212.242.40.3;
DNS2 = 212.242.40.51;
"

Wenn ich die neue Datei laden (via Web-Interface) sagt FB das die Konfiguration ist ungültig. Kein Problemen wenn ich die Original-Datei laden.

Ich habe mit 0.5.1 und 0.5.2 FBeditor versucht
Ich habe Proben auf Win7 und Linux (Ubuntu)

Was mache ich falsch?

Grüße
Claus
 
@CJR666: Maybe we should try it in english?

On top of the exported configuration file you should add a line "NoCheck = yes" right behind the line "language = ...". After this save back the file to the fritzbox using the FBEditor.

Auf deutsch:
Oben in der exportierten Konigurationsdaten sollte die Zeile "NoCheck = yes" direkt hinter die Zeile "language = ..." eingefügt werden. Danach die Datei mit dem FBEditor in die Fritzbox zurückspeichern.
 
Hi Frank,

Thanks for your quick answer!

English is absolutely easier for me; yes :)

Hmm, I noticed the possibility to use the "NoCheck" option - but I'm not sure if I like that option or not? I mean - how dangerous is it? If FB interprets the file wrong somehow, can't I brick the FB?
Also - I assume that NoCheck simply tells FB to ignore the checksum part of the file; if this is true then (1) FBeditor cannot create a correct checksum block and (2) why use FBeditor?

I'm a bit puzzled here?

Cheers,
Claus
 
mich würde ja mal interessieren mit welchem kniff avm oder wer auch immer es gelöst hat dass weder nochecks noch fbeditor an den 6360 funktionieren.
 
Hello,

If FB interprets the file wrong somehow, can't I brick the FB?
Unfortunately yes. But even if the FBeditor could calculate the checksum it would not prevent a brick. The Checksum does not validate the configuration settings, it just ensures the file is not corrupted.

Also - I assume that NoCheck simply tells FB to ignore the checksum part of the file;
Correct.

if this is true then (1) FBeditor cannot create a correct checksum block
AFAIR AVM changed the algorithm some time ago, and it is not cracked so far.

and (2) why use FBeditor?
For most people it is more convenient than using telnet and vi. To be honest, I prefer vi and never use the FBEditor. Works like a charm.
 
Cool; thanks for the clarifications Frank!

I assume that changing the servercfg setting only should be safe, so if I do that I can try to do the change and upload again. It should work as I see it - and I dare to do it now, with your clarifications :)

Questions:
1) Can a FB settings manual be found somewhere?
2) How is the servercfg -> hostname used? Can I leave it unchanged and change the DNS settings only?
3) Will config changes uploaded like this be reset when I reset the FB using the web interface (assume not)? Will it be reset if I power off (assume not)?
4) If the FB crashes, are there any possibility to do a "deep reset" to revert to something that will enable it to wake up again?

BRgds
Claus
 
1) Can a FB settings manual be found somewhere?
No. Maybe you cand find something here in the Forum about some of the settings.

2) How is the servercfg -> hostname used? Can I leave it unchanged and change the DNS settings only?
I don't know.

3) Will config changes uploaded like this be reset when I reset the FB using the web interface (assume not)? Will it be reset if I power off (assume not)?
First: Yes. Second: No.

4) If the FB crashes, are there any possibility to do a "deep reset" to revert to something that will enable it to wake up again?
AVM provides so called Recoverys for every box model. It is available on the CD or on AVMs FTP Server. It does a complete reflash of the entire firmware, including settings and all this stuff.
 
Thanks a lot Frank! Again!

I realise that my question about were badly put, as I can interpret your answer both "yes" and "no" (because of my assumptions). Did you say that config changes uploaded using a file will be reset if resetting using web? And that config changes will NOT be reset if I remove power?

Really cool that AVM provides recoverys, I'll search for one for my 7270 right away!

Additional questions:
A) My 7270 is v2, I noticed that a v3 is out. Can v3 do tricks that v2 can't?
B) The password FBeditor asks for - is it the password you might enter when you export settings? or is it the password used to log into FB?

Grüße
Claus
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.