7
Fragment onOptionsItemSelected not being calledview story

http://stackoverflow.com – I have added an actionbar menu option called share for my fragment which appears but the selection event is not being caught I am adding it like this @Override public void onCreateOptionsMenu (Menu menu, MenuInflater inflater) { MenuItem item = menu.add(0, 7,0, R.string.share); item.setIcon(R.drawable.social_share).setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM); } Trying to capt (HowTos)

7
[Guide] MIUI Theme Editor user Guide in detailview story

http://forum.xda-developers.com – This is a user guide for MIUI Latest Theme Editor Released on 2013.1.31 Some times you really like a theme but you don't like some parts of it then you can edit it very easily using MIUI theme editor or want to creat your own theme from scratch then this guide is for you. Things you need MIUI Theme Editor. Working ADB Drivers on your PC. Android Phone with MIUI on it. Image Editor (GIMP, (HowTos)

7
Reboot (and sometimes shutdown) hangs if nfs mounted.view story

http://crunchbang.org – That was very detailed.  Thanks!The mount doesn't seem to be working.  The share is there in the /mnt directory, and it looks like a directory (the permissions are dr-xr-xr-x), but when I try to cd there, it tells me no such file or directory.Here's what I put into auto.misc (the first line is the commented out line that I got from fstab, and the second is my attempt to format (HowTos)

7
San Quentin Prison Demo Day Gives Entrepreneurs Behind Bars A Second Chanceview story

http://techcrunch.com – Barbed wire and armed guards aren’t your typical intro to a startup pitch event. But today, San Quentin Prison hosted The Last Mile demo day featuring presentations by seven inmates. The Last Mile hopes that through entrepreneurship, it can prepare convicts for employment and reduce recidivism. (IT news)

7
[ubuntu] xen doesn't boot --12.10 installview story

http://ubuntuforums.org – I have a fairly new intel motherboard (hopes of getting SR-IOV working on xen). When I install and try to boot xen over 12.10 ubuntu, I see the expected xen text scroll and then ... stall at black screen. After a LONG time after one boot, I see: [ 367.571827] BUG: soft lockup - CPU#9 stuck for 23s! (Hardware)

7
Problem installing nvidia drivers on 2007 macbook 3,1view story

https://bbs.archlinux.org – Tried: ACPI=noirq" (made no difference)Tried:rmmod nvidiamodprobe nvidiastartx(Didnt start up)Tried uninstalling nvidia & installing nouveau instead.:Didn't boot & startup hanged - had to add nomodeset in order to get to the commandline. So it looks like the nvidia driver is working in some respects. (HowTos)

7
[xubuntu] How do I change the panel style in xfce4.8view story

http://ubuntuforums.org – I've been placing themes in /usr/share/themes and I've been able to change the window manager theme and the overall "theme" but sadly my top panel is still very bland and boring. How do I change it up? (Hardware)

9
Nexus Tablet Success And Why There’s No Time Like The Present For A Google Retail Storeview story

http://techcrunch.com – Rumors from an “extremely reliable source” speaking to 9t05Google have suggested Google will start to operate its own physical retail stores starting as soon as the 2013 holiday season in the U.S. Brick-and-mortar shops from an Internet search company? (IT news)

8
How to share objects between activites, serialization or SingleInstance?view story

http://stackoverflow.com – I have certain data in the data model class and want to share this data/object to the other activity. Single Instance could be a good choice but want to finish my previous activity and hence will got null pointer. Please Suggest the best possible way to do it? (HowTos)

8
creating dynamic pdf and sharingview story

http://stackoverflow.com – I m coding for a app,that allows user to create PDF document dynamically from the user's report and share via mail,is any effective way is avail to share the pdf document ..? (HowTos)