Category Archive: android
My plan is to include some great news site in my NewsFeed Launcher to make easier to configurate it on first install.
After a short review, I will include them in the launcher. It is important, that the site must produce valuable content.
0. Download and install adb (Android Debug Bridge) and if you have a Mac, install the Horndis tethering driver for MacOS
1. Plug your stick to your Mac/PC and enter the following url in your browser:
192.168.0.1/goform/goform_set_cmd_process?goformId=USB_MODE_SWITCH&usb_mode=6
You will get: {"result":"success"}
2. Open the Terminal/Cmd and test the connection with adb shell
. If you get the shell, type exit
…
I released the third version of my CyanogenMod KitKat for GT-S7562.
Changelog:
You can find the download links on the xda-developers.com
My sources available on my GitHub profile.
I released the second version of my CyanogenMod KitKat for GT-S7562 with initial Bluetooth support.
Changelog:
You can find the download links on xda-developers.com .
I’m proudly present my first Android releated work. :)
In december 2014, I got a GT-S7562 and I was not satisfied with its original Samsung firmware, because it was slow and has a lot of bloatware.
So I decided to make a working release of Cyanogenmod 11.
The GT-S7560M has a similar hardware except the dual-SIM RIL, so the kylessopen firmware (thanks to jonypx09) was a good initial source.
I reverse engineered the stock Java Radio Interface Layer, and based on that informations, I restructured the kylessopen’s sources.
Finally with my custom telephony-common, telephony-msim java layer, and with the stock rild, and libril*.so binaries, the GSM connection works.