Samsung Captivate :: Shortcut To Battery Application Onto Home Screen?
Jul 26, 2010
The one you cna access once your low battery warning comes up. It shows which apps are using how much battery power. Allows you to kill or review each process.
View 1 Replies
Jul 22, 2010
In my android application, I create shortcuts by code to some activities within my application. I do this feature by using the broadcast:
intent.setAction("com.android.launcher.action.INSTALL_SHORTCUT");sendBroadcast(intent);
And that's cool, that really work!
Now I would like to do something different: I have seen that some actions can "register" somewhere to be added in the Android menu, when you long press on the Home like this one:
http://www.androidtapp.com/wp-content/uploads/2010/02/UltimateFaves-Add-Home-Screen-Shortcut.jpg
So my main question is the next one:
How is that possible to register for this menu. I guess there is some line to add in the manifest, but cannot see where to do that!
There is a secondary question: once i will have succeed doing that, may I add a different number of shortcuts in my menu ( imagine That I would like to do that for a multi-account twitter client, I would like to see a different for each twitter account in this list.) So the number of shortcut is programmaticaly computed.
View 1 Replies
View Related
Mar 13, 2010
Does anyone know of any application that allows placing a shortcut on the home screen to a sequence of actions? That one shortcut would, for instance:
Set WiFi Off
Set the Car Mode app on
Set the Disable Car Screen app on
Toggle from 3G to 2G
or another macro shortcut could:
Turn the LockRinger app off
Switch to Silent mode
Turn WiFi on
I've been searching the app market but, so far, I haven't discovered anything offering that sort of handy functionality.
View 5 Replies
View Related
Jan 25, 2010
I'm developing an application that should add it's shortcut to home screen after installation and remove it after the application is being uninstalled. The application will be preinstalled on the end user device, but still should have an option for uninstall). The task looks very simple but I've faced lots of troubles implementing it. What I have done:
Add shortcut to the home screen using
com.android.launcher.action.INSTALL_SHORTCUT
on app first launch or on newt device
reboot.
MANUALY remove shortcut using
com.android.launcher.action.UNINSTALL_SHORTCUT................
View 2 Replies
View Related
Aug 20, 2010
Is there any way to get a shortcut, app or widget on the home screen that takes you to the battery usage list? its a pain to do settings, about, battery use.
View 3 Replies
View Related
Nov 29, 2010
I have had my Epic for 10 days now and have swapped it once for this problem. If I power off the phone to save battery life or change battery, when I power up again the app and contact shortcuts I had placed on the home/extended pages have disappeared (the widgets are still there). The apps and data are still there in the apps folder, but it is a pain having to pull my most commonly used ones back to the home pages each time I restart the phone. Sprint tech have remotely rebooted the phones and we have taken both phones back to factory settings several times but the problem always recurs. As I have now had 2 phones with the same problem I am presuming it is a software glitch. Sprint have been less than helpful to date, other than basic resets and changing the phone. Has anyone else had this issue?
View 8 Replies
View Related
Jul 21, 2010
Is there a way to set the which of the home screens the phone goes to when you hit the home button?
View 4 Replies
View Related
Aug 28, 2010
when I first got it I noticed that I had home screens on both the left and right of the center screen now it seems my "home" screen can only be on the right. So if I hit the home button it scrolls all the way to the right screen. btw I was an avid iphone supporter but have converted so I'm also a noob to the Android scene but so far I regret making this decision so late in the game!!
View 3 Replies
View Related
Aug 6, 2010
At the base of the Captivate's home screen, you have the Phone/Email/Browser/Applications icons.Can these be changed out for other icons such as GMAIL or Dolphin Browser?
View 1 Replies
View Related
Jul 22, 2010
Im using launcher pro. I only have one dock. When I set a wallpaper to my home screen it always stretches it out past the screen. Even if I use a wallpaper with the correct screen resolution(800 x 480), it still never displays correct on the screen. It seems to always "zoom in".Any idea?
View 15 Replies
View Related
Jul 18, 2010
I accidentally dragged an icon to my home screen and I don't know how to remove it. Can anyone tell me how to get rid of it?
View 3 Replies
View Related
Jul 22, 2010
I have 3 home screens but when I press the "Home" button, it always goes to the 3rd (last) home screen. Is there a way to specify which home screen I want to return to when pressing the "Home" button?
View 10 Replies
View Related
Aug 18, 2010
I reduced the number of home screens to one (I'm a minimalist) and it keeps showing a single white circle at the top. Is there a way to get rid of it since it's useless when you have only one home screen?
View 2 Replies
View Related
Apr 14, 2010
I'm tired of carrying (and misplacing) my stupid drivers license just so I can show it to cashiers at Denny's or wherever they don't accept debit. But it takes too long to open up gallery and sort through all of my photos. If I could set it up as an icon on my home screen, or even the folder it is in as an icon so i could quickly pull it up, that would be perfect.
View 5 Replies
View Related
May 14, 2013
The backstory first:
I have a Nexus 10. I like to plug it into my TV via HDMI and watch videos or play games, or what have you. Since the aspect ratio doesn't match the TV I get black bars on the sides. In a command line, one can type
Code:
am display-size 2560x1440
to change the resolution of the screen and get rid of the black bars on the TV completely (at the cost of adding black bars on the top and bottom of the tablet.)
Code:
am display-size reset
Sets it back to normal.
Rather than typing this into a terminal /every time/ I want to do this, is there a simple widget or app that will let me set up a shortcut on the homescreen that I can just click on to toggle instead?
View 3 Replies
View Related
Jul 26, 2010
Is there a way to view the home screens/apps in landscape? Do I have to install a theme for this?
View 1 Replies
View Related
Jul 21, 2010
I've spent hours setting up my screens. I want to try out adw launcher but will it change anything on my screens?
View 4 Replies
View Related
Jul 20, 2010
I've been experiencing a problem where the phone vibrates in short pulses and returns to the home screen. The home button also vibrates at the same time. It hasn't happened much maybe 7 times or so since Sunday. Curious what it could be.
View 25 Replies
View Related
Jul 26, 2010
does anyone know where the setting is to change your exchange password / pin that is required by IT teams at most large corporations? I've been in to Email > Account Settings, and also to the general Home > Settings and can't find it anywhere.I set it up the first time I set up the account on the phone, but can't find anywhere to change it or to change the duration in which the pin should be input (every thirty-minutes, hour, etc.).
View 1 Replies
View Related
Apr 10, 2009
I have some questions related to Android's home-screen contents:
1) Is there a way to programmatically delete a home-screen shortcut on Android? I know that it can be done manually but I want to do it in code.
2) Is there a directory where all the contents of the home-screen are stored and, if there is, is there a way to update the contents of this directory?
View 3 Replies
View Related
Apr 15, 2010
How can I add a shortcut to a PDF file I have on my home screen?
I've downloaded anycut, but there arent any instructions for it.
View 2 Replies
View Related
Dec 12, 2009
I would like to have the shortest possible way to send a quick email as a mailto link on the desktop.
What potentially should work is the following url as a bookmark and save that to the home screen:
Code:.............
View 1 Replies
View Related
Jan 8, 2010
How do you add a web shortcut to your home screen? I want to add the "touch site" version of Facebook, but I don't know how.
View 2 Replies
View Related
Apr 30, 2010
I use the Dolphin Browser and am wondering how to add a shortcut to a website on to the home screen or even if there is any way to do that.
View 2 Replies
View Related
Jun 18, 2010
Just curious what is on everyone's home screen. Not the extra screens to the left or right, but the main one.
I'm looking for ideas.
Mine has:
HTC clock/weather widget
messages widget
mail widget
shortcut to sms for my friend and wife
battery widget
task killer
lockme widget
and a folder with my most used apps
View 2 Replies
View Related
Aug 19, 2010
I figured I would throw my 2 cents in on my battery performance. I was mildly disappointed after the first week of use with my phone. It was without a doubt worse than my old iPhone 3g. I expected this due to larger screen, running widgets, ect. so I am not complaining. However, a couple days ago I downloaded the Set CPU app from the marketplace and set it to minimum every time the screen turns off. The difference is amazing, I have not charged since 7:30am yesterday and just now at 340 I plugged it in, it was around 5% left.
I really wanted to push it and see how much more I could get but I don't want it to die on me tonight, im going to a baseball game so I don't want to be stuck without it.As far as usage, I spent about 45 talking over bluetooth, I have sent about 15 texts and received about the same. I checked Twitter a few times, for a few mins each time. Spent about an hour browsing web, and downloaded a couple apps from the market. Before this I was charging my phone after an 8 hour day at work and had almost no juice left. YMMV but for me this has been well worth the 2 bucks.
View 3 Replies
View Related
Oct 9, 2010
Okay so here is another strange thing I noticed with the update.2 of the 3 phones that got the update now have a little home icon on the bottom of one of the touchwiz screens when you are in the edit mode. This page with the home icon can now be moved to whereever you want it in the positioning of the 1-7 screens you have and when you click on the "home" key at the very bottom it will go to that screen. Previously there was no home key and your home screen was either the middle or far left screen depending on the number of screens you had.
View 5 Replies
View Related
Jul 31, 2010
How do I change the icon that is used for bookmarks added to a home screen? I has the favicon really tiny in the corner of the red bookmark icon, but I want to replace the entire red bookmark star icon with a better icon or a large version of the favicon.
View 1 Replies
View Related
Aug 23, 2010
I have looked everywhere in the forums and although I know it is in here I can't seem to find the answer to this question. How do I change the home buttons at the bottom of the main screen? I have switched to k9 mail and would like to replace the stock email icon there.
View 3 Replies
View Related
Sep 16, 2010
Hey everyone, I'm sort of new to this but I figured I'd give it a shot to see if anyone might have an answer.
This happens fairly frequently actually, but I'll be in an app (any app - it's not really particular) and sometimes it'll just randomly shut me out of it and return to the home screen. As it does this, the home button blinks and vibrates incessantly until I hold down on it - at which point it brings up a sort of mini-list of six apps (the last six apps I've opened, I suppose). Once I clear out of that list, then the phone resumes working normally.
I initially thought it had something to do with the memory and running too many apps at once, so I downloaded Advance Task Killer and run that occasionally...only to find the same problem occurring, sometimes RIGHT after I kill all the apps.
Has anyone else had this happen? Can anyone help me out?
View 3 Replies
View Related