[Q] Is it possible to disable screenshots? - Samsung Galaxy Nexus

The screenshots feature (Vol down + Power) is cool, but I have brought the Samsung car dock for the phone, and practically every time I put it into the dock, it takes a screenshot.
Is there an option to disable it?

Not sure but you might try deleting one of those files that say screenshot or screencap. Or renaming then to be .bak files.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

I have opposite problem I have phone form O2 UK and the screen shot feature doesn't work So it must be possible to turn it off But I would like to turn it on

jesusice said:
Not sure but you might try deleting one of those files that say screenshot or screencap. Or renaming then to be .bak files.
Click to expand...
Click to collapse
I was hoping there was a tick box somewhere that I missed.

Related

Boot Animation

This boot animation is VERY basic. It shows a simulated boot sequence (text). Once the simulated sequence has finished, a blue android pulses in the bottom right corner until the lock screen appears.
If someone can tell me how to make an animated GIF, I'd be happy to post that. But until then, here ya go and enjoy!
http://www.mediafire.com/?9bkzy6ant04aa0j
Thanks to: Houka420 for getting the desc.txt to work properly for me.
Here you go.
I used BootAnimationPreview.1.3.exe
I think it was made by Camalot?? it's in this form somewhere.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sleeepy2 said:
Here you go.
I used BootAnimationPreview.1.3.exe
I think it was made by Camalot?? it's in this form somewhere.
Click to expand...
Click to collapse
You rock! I shall find this nifty program and use it from here on out.
Found it
http://forum.xda-developers.com/showthread.php?p=6400540
how do i add the boot image i downloaded it now i need to put it on the phone. thank you
you need to push it to /system/media by what ever means you have available.
adb, root explorer, terminal, etc.

[Q] Help editing framework-res on leedroid

Hi
I'm trying to get this baterry percentage to work with LeeDroid, but at the moment i just see the icon when the desire is charging, if i unplug the charger the icon disappears.
I'll post the frameworks that i modify to see if someone gets whats wrong.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
http://dl.dropbox.com/u/5564765/framework-res.apk
http://dl.dropbox.com/u/5564765/signed_LeeDrOiD_Battery_rect.zip
I didn't look at your framework, but I believe you forgot to edit the public.xml, things not mentioned there aren't display properly. I hat the problem that my battery icon disapeared when I applied a bat-mod.
maybe that helps.
EnterNameHere said:
I didn't look at your framework, but I believe you forgot to edit the public.xml, things not mentioned there aren't display properly. I hat the problem that my battery icon disapeared when I applied a bat-mod.
maybe that helps.
Click to expand...
Click to collapse
thanks, i'm a noob with this things

[Q] Mod how? Reboot option in power menu 4-in-1

snq- said:
enjoy
Click to expand...
Click to collapse
WoW, Great- Thx snq-. But I have a question. My DHD build RUU_ACE_1.43.1010.2(used in South Korea). So, my other friend is like the image shown.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I dont see character(Power Off, Hibernate, Reboot....) and ur mod image(icon) was wrong.
how to fix it better android.policy.jar(.smali). Plz, help me with hope.
Please answer anyone.
Click to expand...
Click to collapse
Thread link http://forum.xda-developers.com/showthread.php?t=792540
Please, help me .......
I changed the location of the icon. But I dont see articles(Power off, Hibernate, Reboot...). Menu by pressing a finger over the articles show..
I'll attach the modified file. Behind. zip was added(rename).

[REQUEST] can spmeone make a program to auto remove .nomedia

the file .nomedia is becoming very annoying for me. keeps preventing my storage to be scanned so i cant play music, movies, or view pictures.
is there anyway to make a program to help remove them so i don't have to hunt them down for an hour every week.
You can use a file browser that has a search feature.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
that works. thank you
PS. i hit the thank button
you could use find
find / -iname .nomedia -delete
chris41g said:
you could use find
find / -iname .nomedia -delete
Click to expand...
Click to collapse
I can't verify that this works right now (although coming from Chris, I'm sure it does) but I can write you a script to do this if you need it. I don't think these files come back on boot or anything, right? But if you have a ton of these files, it might be helpful.

[Q] Editing framework-res.apk

I know the basic for edting framewor-res.apk, but I would like to remove the 3 dots for ICS optimised apps since I already have hardware menu button for the job.
Trying to remove this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Attached is the framework-res.apk, if anyone is free to mod it for me. Otherwise instructions will also be welcome.
Thans in advance.
Bumps
Sent from my soon-to-be bricked Neo V
Do you want to remove softkeys too? If so try to flash a softkey uninstaller.
I only know how to make the button transparent not remove it entirely.
Search the forum for more help.
I don't really see what's bad about it, since you use softkeys.
Erm never mind did it myself.
Link: http://forum.xda-developers.com/showthread.php?p=35205571
Sent from my soon-to-be bricked Neo V

Categories

Resources