Great Powersavings with Kernel 3.7.0
Why you should switch to LibreOffice
Cyanogen Mod 10 Review
Fixes for Android Linux ADB Devices "???????????? No Permissions" Problem
"???????????? no permissions", then here are two ways to fix it:
One is to add a special file to the udev rules to provide your normal user with permissions to access the devices file. Let me refer you to a good guide here.
The easy quick-fix is to start the adb server as root:
./adb kill-server
sudo ./adb devices
The device should show up now. After you're killed the server and run one command with sudo, the other commands should all work as a normal user. Otherwise you have a different problem where I don't know the fix.
By the way, if you don't even see your device in the list after adb devices, you probably forgot to turn on USB debugging on your phone in the Developer Settings.
Google Still Struggling with Android Reboot Issues During or After Calls
Nexus S, Galaxy Nexus, and more ...
Let's hope Google finds the issue, because if I have a longer call right now, I have a 100% sudden reboot rate. So basically I can only use my mobile phone for short calls since the upgrade. At least I have a landline phone and no phone flatrate on it.
The funny thing, too, is that e.g. long Skype calls via Wifi cause no problem. It's definitely related to the mobile network. I wonder if the problem is the same if I'm only on 2G or have data disabled altogether...
Android OTA Update Woes Since 4.1 - Phone Reboots during or after Call, but Power savings
Issues after Upgrade to Ubuntu 12.04 - Network Manager not starting and "Waiting for network configuration..." at boot
Essential Apps for eBooks / eInk Reading Devices
Fix: How to disable the Google search button in Android 4.1 (the annoying, frustrating, ...)
In Android 4.1, Google started opening the Google search app no matter what you were doing, which app you were using, etc., as soon as you touch the search button. This is at least the case for my Google Nexus S. Whenever I accidentally hit the button with the little magnification glass, the Google search app opens, instead of the app internal search function. And with 18 Mb, that isn't fun and takes a while. Also it's useless for me.
This is how to disable google search and save your nerves:
1. Go to the settings menu
2. Go to apps
3. Go to all apps
4. Go to Google search
5. Uninstall all updates
6. now the same button shows "disable". Disable the app.
Done! Enjoy! Rejoice ! Relax!
(The app internal search still doesn't work anymore, but at least you save the time and hassle of opening the Google search app.)
Encrypted Online Chat (works even on smartphones)
Why does an unloaded alsa module consume more power than a loaded, suspended one?
Tips for Nuance Dragon Naturally Speaking 10 in Wine (1.3.15)
Adobe Digital Editions eBook Download in WINE
Rooting Woes with Nook Simple Touch Firmware 1.1.2 ("Noot")
- Market doesn't work until about 12-24 hours later. Mine said the market wasn't reachable. But this really goes away.
- Amazon Market only works only with US credit card. OK this doesn't bother most Nook users living in the US.
- Market search doesn't work even after market works. Even restoring the old market app where it worked didn't fix this for me.
- The package no longer includes the Search Market app.
- Opera Mini 7 doesn't work, but FCs -- but v. 6.5 does work. Make sure you do a full Titanium Backup before you upgrade! ;)
- I have to re-register it with Adobe for reading books with sideloaded ebooks with Adobe DRM.
Hence I had to install the first apps via adb and Titanium Backup, which I found via scrolling through the all apps section in the Market for pages, then finding one of the developers apps and going into their other apps. From there it was pretty much a breeze.
But in the end the update was really worth it:
- The NoRefreshToggle (get it, it's awesome, esp. e.g. for browsing!) works for longer than just about 30 seconds (in 1.0) now - pretty much forever it seems.
- The whole device is much snappier and has much, much better battery life in root use as well in my case.
- Resume works better. E.g. androidvnc now immediately has a connection again after resume. I think wifi consumes a lot less power, too.
- Someone got multitouch working, too, it seems.
Linux and its Collaboration Explained (Video)
OpenCards with Impress Faster in VNC
Transcoding with VAAPI decoding accelaration using VLC 2.0
Benchmarking VLC Encoding/Transcoding Speed
time vlc --stop-time 25 (...) vlc://quit.
e.g. time vlc --stop-time 25 /D/MVI_6615.MOV --sout "#transcode{width=384,height=288,vcodec=h264,acodec=vorbis}:standard{access=file,mux=mkv,dst=test.mkv}}" --sout-x264-crf=24 --sout-transcode-threads=2 vlc://quit
This encodes for 25 seconds and then quits and displays the time it took. Make sure to have vlc://quit at the very end of the command line and after your input file. The "user" value is what matters, this shows how long it kept the cpu occupied. Of course this only works on Unix systems. Also be aware that the second time the input file comes from cache, so only use the values from the second or later encodings for comparison.
About lost messages in Google mail
This morning, at 8 AM I received a message In my Gmail inbox. About 5 PM I started writing a reply to the message on my smartphone. I wrote about six sentences and when I was about to finish the e-mail and checked back to the original message. And it had disappeared.
The only thing left from it is the part saying: reply to the message from ... sent ... .
The draft of the reply is still in my inbox and marked important. So I thought there should be enough reference for recovery and contacted Google about it and I have already received a reply: there's nothing they can do about it.
So please, be aware Google does not guarantee 100% reliability in their e-mail service. You may get a very very important e-mail and if you have no other copy it may be completely gone - forever. If you need that get another provider. Back up your email you receive there regularly.
And let me quote:
"Because there's unfortunately no more we can do to try to recover these messages, we won't be able to respond to future inquiries."
Maybe they removed the beta label to early...
PS: with two step authentication I think it's not very likely someone would break into my account to delete a private message of a student...
Downloading Packages for Expired Ubuntu Releases
But the fix is easy:
Regex made easy - Great Regex constructor website
Newest version of swype includes Dragon dictation software for android
The newest version of Swype, the text input software for android, includes dictation software which lets you to dictate text directly into any text field on android.
Though there are still some issues with it recognizing my German accent, it already works very well and better than the standard Google text input software, especially in German. The newest version is available only for android ice cream sandwich (4.0), but it's completely free of charge - you can download it from <a href="http://beta.swype.com">beta.swype.com</a>. </p> <p>The only downside so far is that you may not change its privacy settings to stop it from posting information about your usage to the Corporation. But then of course the voice recognition works anyway by encoding the audio data from your voice into packets which are sent to the cloud and processed by servers there. This has been dictated to the dictation software with swype. This last sentence has been dictated with google's speech recognition which is also very good. Also it's much faster and supports selecting alternative results based on the speech input and similar sounds, not just on similar spelling as the dictation support in the current beta of Swype. But neither version works without internet support.