9
How to backup apps and app data on your rooted or non-rooted Android phone or tabletview story

http://www.talkandroid.com – We’ve all been in a situation before where we needed to either factory reset our phone, send it in for a warranty replacement, etc. Not a big deal by itself, but you’ve got 3 stars on 80% of Angry Birds levels, and who would want to lose that accomplishment? You want to be able to keep that data forever. (IT news)

8
Simple replacement of init to just start consoleview story

http://stackoverflow.com – On a very simple PC, I want to replace Ubuntu 12.04 /sbin/init by the most simple bash script in order to have the very minimum number of running processes. Obviously, no X, no USB, no detection of new hardware, no upgrade, no apt, "nothing", I just need a working console with a DHCP-based Wi-Fi IP address (ssid, passphrase are already stored in /etc/network/interfaces). That's all. (HowTos)

8
shell script to connect to a sql server database server and insert the results from a fileview story

http://stackoverflow.com – I usually work in .NET and windows.But recently I have a problem which involves the unix server. The unix server is having text files whose data needs to be inserted to sql server database in another windows server. I need to insert the data on regular time interval of 15 mins automatically. I will be able to do the same by writing a windows services...but no idea in Unix..please help.. (HowTos)

8
[Solved] Force Move to SD In Stock Romview story

http://forum.xda-developers.com – First U need to Have installed ADB, And drivers Properly installed Go to cmd >>type adb >>then type adb devices >>then type adb shell >>then the symbol changes to $ >>then type pm setInstallLocation 2 >>then exit Done Now Now on your phone go to Settings->>Applications->>Manage Applications Under the USB Storage Tab now u can move apps fo (HowTos)

8
Duplicating Opera icon in Gnome Shell Dashview story

http://unix.stackexchange.com – When I launch Opera manually I have a single icon in the Dash (red icon on top). (HowTos)

8
Replacing tmux with execview story

http://unix.stackexchange.com – I'm using tmux from a while and I'm very happy with it. (HowTos)

8
Linux copy files from Java programview story

http://stackoverflow.com – I have written a small java code with getRuntime() API to copy files from One directory to another, it it failing, I am not able to understand why? (HowTos)

8
php system commands linuxview story

http://stackoverflow.com – I have set of linux system commands that requires to be logged into shell first. How can i do that in php ? For example: $output2 = shell_exec('ls -lrt /opt/test 2>&1'); Since /opt/test can be accessed by user/owner XXX only, I need to login with that username. runuser command could be helpful but i need directions. Actually I need to run an application via system command but before th (HowTos)

8
Android: SQLite, cursor.moveToNext() always return falseview story

http://stackoverflow.com – The follow statement give me cursor.moveToNexe() == false. Does anyone know what is the matter? Many thanks. (HowTos)

8
Simple Shellview story

http://www.backtrack-linux.org – Being expeminting with shells and the old way of create-process and pipes doesn't seem to work on win 7 Was complied on visual studio express C++ 2010 http://pastebin.com/uTFNbbjQ (HowTos)