I will be getting the first patent in my life! So excited!
Regarding foldable phones
There's been a hype about foldable phones. While it's awesome to see screens that can actually fold, and there are softwares supporting this feature, I do not see foldable phones have much future. The key problem is now the phone has to be as twice as big, based on current implementations. Also, there is only… Continue reading Regarding foldable phones
DPT-RP1 can now gain root access
Check this out: https://github.com/HappyZ/dpt-tools This is for RP1. Since I don't have CP1, cannot confirm it works the same there. Finally, greatly thank shankerzhiwu and his friend for the hard work!
Sorry guys, my blog was down for a while due to database issues.. Still figuring out what is going on, but I will keep an eye on it.
Have fun at http://rain.happyz.me/ 🙂
Oakwood Housing Experience That I Must Log
Ah, it's been three weeks and I still have no Internet. I think I need to log down this experience for future references. I had two three-month rentals with Oakwood and had no problems. Everything went smoothly. But this year, the rental is actually quite different. Although it is not the end of the world… Continue reading Oakwood Housing Experience That I Must Log
Upload File to NextCloud/OwnCloud Programmatically
Recently I created a "File Drop" folder that allows anyone who owns the link to upload files. However, I want to drop/upload files programmatically. Luckily, there is an undocumented way to do so.
Compile tshark/wireshark for Android
It is a painful process and I would like to record the whole process.. I will provide a script in the end to assist, but the script should be used "AS IS." To get wireshark working on Android, we will need many many libraries to start with. Most importantly, we need: libpcap glib libiconv libffi… Continue reading Compile tshark/wireshark for Android