Search
Top Posts & Pages
- Plasma Active for Nexus 7: Running the touch-optimized Plasma Active Linux Distribution on Nexus 7
- Exchange Data and Objects between C++ and QML and vice versa
- QML SectionScroller vs. QAbstractListModel
- QComboBox for QML
- Reorder Items in a QML ListView via Touch Gestures
- QML Duck-typing Example
- Full Source Code for QML vs. C++ Example
- QML FlowListView
- SectionScroller vs. QAbstractProxyModel
- N9 Touchstone Mod
Links
Category Archives: Snippets
New Rootfs Tarball of Plasma Active for Nexus 7
I uploaded a new rootfs tarball of Plasma Active for Nexus 7. You can get it from here: http://files.kde.org/plasma/active/3.0/images/nexus7/ The latest version is “plasma-active-nexus7-testing-mer-latest-2013-03-12.tar.gz“. There you can also get the according .ks files. Some changes are: Integrated nemo-compatibility (You can … Continue reading
Posted in Announcements, Snippets
Tagged Announcement, Google Nexus 7, Mer, Open Source, planetkde, Plasma Active
14 Comments
Note to Self: Debugging Telepathy
Just a short note to myself: I found the following snippets useful when debugging telepathy.
Plasma Active on Nexus 7 with Bluetooth
I just succeeded in getting Bluetooth working on Nexus 7 with Plasma Active. In order to get Bluetooth running you need the latest kernel from the hardware adaptation repository and install the new “nexus7-fw-installer” package, which can also be found … Continue reading
Suspend/Resume in Plasma Active on Nexus 7 3G with WWAN
In a previous post I wrote about using WWAN (UMTS/3G) in Plasma Active on Nexus 7. What I forgot to mention there was that there may be problems with suspend/resume when using UMTS. In order to circumvent these issues I … Continue reading
Plasma Active on Nexus 7 with 3G/UMTS
Finally, success in getting 3G in Plasma Active on Nexus 7 to work. I uploaded a patched version of ModemManager to the Nexus 7 hardware-adaptation repository. So far, it seems to work pretty reliable. Please note that I disabled the … Continue reading
Posted in Announcements, Snippets
Tagged Announcement, Google Nexus 7, Mer, planetkde, Plasma Active
1 Comment
Clojure Guide and Presentation
Some time ago I started to write a simple guide about the Clojure programming language. In the meantime I also added an introductory presentation. Finally, I also had the time to push everything to github: https://github.com/ruedigergad/clojure-by-example For those who didn’t … Continue reading
Plasma Active for Nexus 7: Running the touch-optimized Plasma Active Linux Distribution on Nexus 7
We are very happy to announce the first testing release of Plasma Active for Nexus 7. Plasma Active, in a nutshell, is a Linux distribution (based on Mer as a core) that is specifically optimized for tablet computers. Tuomas Kulve … Continue reading
Posted in Announcements, Misc., Snippets
Tagged Google Nexus 7, Mer, Open Source, planetkde, Plasma Active
119 Comments
Nexus 7 MOSLO with kexec hardboot and 3G Nexus Support
In a prior post I wrote about how I got MOSLO running on Nexus 7. In this post I just want to briefly introduce that the current version of the Nexus 7 MOSLO now also supports dynamically loading kernels via … Continue reading
Posted in Announcements, Snippets
Tagged Google Nexus 7, Mer, Open Source, planetkde, Plasma Active
Leave a comment
Nexus 7: Easily Flash/Access Entire Userdata Partition
Recently, I got my hands on a Google Nexus 7. This is quite a nice device. But as you might have figured from my other posts I am not that much interested in using Android on it. Fortunately, it is … Continue reading
QML FlowListView
In a “normal” QML ListView, typically, all elements have the same width; essentially, the width of the ListView. I had a use case in which I wanted to be able to display multiply elements side by side as well as … Continue reading