Skip to content

Instantly share code, notes, and snippets.

View allendema's full-sized avatar
🙃

Allen allendema

🙃
View GitHub Profile
@allendema
allendema / FritzBox_Unbranding.md
Last active November 2, 2022 19:04
FritzBox debranden

AVM Unbranding

In order to remove the branding from some devices made by AVM like FritzBox models, FTP can be used to tell the devices to use the stock Firmware version from the maker
and not from ISP.

This method will work for different models made by this manufacturer.

In general
@allendema
allendema / Searx - Petal Autocompleter log
Created April 30, 2021 20:08
Searx - Petal Autocompleter log
After defining a new engine and adding it to the backends list then selecting it in the settings.yml file,
I got this:
(searx-pyenv) searx@xxxx:~$ python searx/webapp.py
* Serving Flask app "webapp" (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
INFO:werkzeug: * Running on http://192.168.178.99:8888/ (Press CTRL+C to quit)
ERROR:webapp:Exception on / [POST]
@allendema
allendema / log.txt
Created April 20, 2021 15:58
Element.io APP - Crash
--------- beginning of crash
04-20 17:41:17.412 16479 16479 E AndroidRuntime: FATAL EXCEPTION: main
04-20 17:41:17.412 16479 16479 E AndroidRuntime: Process: im.vector.app, PID: 16479
04-20 17:41:17.412 16479 16479 E AndroidRuntime: java.lang.RuntimeException: Canvas: trying to draw too large(192000000bytes) bitmap.
04-20 17:41:17.412 16479 16479 E AndroidRuntime: at android.graphics.RecordingCanvas.throwIfCannotDraw(RecordingCanvas.java:280)
04-20 17:41:17.412 16479 16479 E AndroidRuntime: at android.graphics.BaseRecordingCanvas.drawBitmap(BaseRecordingCanvas.java:88)
04-20 17:41:17.412 16479 16479 E AndroidRuntime: at android.graphics.drawable.BitmapDrawable.draw(BitmapDrawable.java:548)
04-20 17:41:17.412 16479 16479 E AndroidRuntime: at android.widget.ImageView.onDraw(ImageView.java:1436)
04-20 17:41:17.412 16479 16479 E AndroidRuntime: at android.view.View.draw(View.java:22350)
04-20 17:41:17.412 16479 16479 E AndroidRuntime: at android.view.View.updateDisplayListIfDirty(View.java:21226)