Our hardware, coding & modding blog will collect interesting articles, informations, downloads and much more to latest free time projects of our authors. Topics reach from programming, coding & hacking for websites (php), mobile phones, raspberry pi, banana pi and linux in general.
We are starting with an CyanogenMod 12.1 (Android 5.1) build for Galaxy S2G phones (i9100g) and a selfmade DNS service based on php.
CyanogenMod 13 for Samsung Galaxy S2G - I9100G - CM13.0 - Android 6.0.1 - cm-13.0 - ROM
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 6.0.1 Marshmallow, which is designed to increase performance and reliability over stock Android for your device.
This is an UNOFFICIAL build of Cyanogenmod CM 13.0 for Samsung Galaxy S2 G (I9100G). It's build from sources on github.com/cyanogenmod & xdaamg. Standard functionalities are working, when you follow flash instructions. Android 6.0.1 is running smooth on this device. Please read 'problems and not working'-section before your flash cm13.
You want to integrate your ip camera in your website with live picture or video? But without exposing your ip camera to the internet?
For this setup you will need a raspberry pi, banana pi or another webserver in the same network as your ipcam.
We will program a small html and php solution now, which is easy to modify and integrate in your website.
Many older but also newer ip cams offer webinterfaces and webcam access with unsecure http instead of https. When your ip cam is connected directly or via portforwarding to the internet it's potentially a target for hacking. To avoid direct ip cam access we will use a small html page for displaying webcam image and menu and a simple php script which will grab pictures and videos from your internal ip cam.
CyanogenMod 12.1 for Samsung Galaxy S2G - I9100G - CM12.1 - Android 5.1.1 - cm-12.1 - ROM
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.0.1 Lollipop, which is designed to increase performance and reliability over stock Android for your device.
This is an UNOFFICIAL build of Cyanogenmod CM 12.1 for Samsung Galaxy S2 G (I9100G). It's build from sources on github.com/cyanogenmod & xdaamg. Standard functionality is working, when you follow flash instructions. Android 5.1.1 is running smooth on this device.
In this small guide we will build a small dyndns serivce based on php. All you need is some webspace with php.
This project is not meant to be a 100% substitute for a professional dyndns. But it's a good start for your own experiments with php and dyndns. This dyndns script is small and easy to understand, even for php beginners. It's easy to extend with additional functions.
Keep in mind it's not meant for productional environment. Use a https connection if possible.