Android :: Quickly Add Application Shortcut
Jun 22, 2009
While playing with my phone the other day I realised a way of adding application shortcuts a faster way to the home screen then holding a blank space, choosing shortcuts, applications then selecting. Open your apps list and just tap and hold an app, it then pops to the homescreen so you can add the shortcut. Found this much quicker than waiting for the apps list to load everytime.
View 4 Replies
Sep 10, 2010
When you click the app drawer it pulls up all the apps installed in abc order. What I want is a shortcut on my desk top to do the same thing. Just an icon on the desktop that once click will open all my apps. Its needs to be a shortcut and not a widget as I'd like to be able to change the icon when i want.(As far as I know you can not change the icon on a widget)
View 9 Replies
View Related
Nov 17, 2010
I tried Button Shortcut to remap the search soft key for use with VLingo, and no dice. I got the option to set VLingo as my default on that long press once, and I did, but it just goes to the standard Google Voice search still. No option offered anymore at all. Tried clearing Voice Search "defaults" under application settings and still nothing.
View 2 Replies
View Related
Apr 26, 2010
I am using Activity-alias in AndroidManifest.xml to specify another entry point to my application using shortcut. I am seeing the shortcut in the shortcut list. How can I get my 2nd icon (shortcut) to show in the Home?
View 1 Replies
View Related
Aug 7, 2010
I've been programming Android in Eclipse for about a year now and I have always launched my app by right clicking on my project name in the project explorer, followed by "run as", then "Android Application". There has to be a better way...
Is there a way to change this (three mouse clicks): "Right click on project" -> "run as" -> "Android Application"
To this (one hotkey press): <My favorite hotkey>
So I can just press one button to launch my app?
View 2 Replies
View Related
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
Sep 14, 2010
Can anyone explain me the difference between shortcut and app. In home screen, I can add app or shortcut, app can be found in app list. Shortcut should link to app, is it right? if yes, where are they?
View 2 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
Dec 22, 2012
create an (application) shortcut on the application menu (not on the desktop...this I know)? Samsung Galaxy S2 - GT-I9100 Android 4.0.4 Kernel 3.0.15-105684 (non root).
View 3 Replies
View Related
May 17, 2010
I keep a shortcut to the Calendar on my home screen. With 1.5 I was always annoyed that the shortcut had a 28 (or somesuch) date on it. I really wanted it to be dynamic so the shortcut always had the correct date. On Sunday when I got my 2.1 upgrade, I was so happy to see that the calendar shortcut had the correct date, the 15th. I was bummed to find out that it was a concidence. The correct date was only displayed because it happend to be be the 15th. Today, on the 17th, it still says 15 on my shortcut.
View 2 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
Nov 6, 2011
I always had windows mobile devices in the past, and like you must know, the old good windows mobile no longer exist... Microsoft killed it.
So I switched to Android. I really like android, The way it works is pretty the same than windows mobile with file browser, files system(Not like the Iphone without any way to deal with a file at all), .APK install like the .CAB on WM...
One think that I loved on WM is how easy it was to make shortcut by yourself, even with parameters. As example, it was easy to create a shortcut to Coreplayer to play an HTTP stream when simply clicking on it.
Like: "coreplayer.exe my_teststreamDOTcom : portNumber"
View 5 Replies
View Related
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
View Related
Jul 25, 2010
I'm using AWD launcher now, but I would like to use the "contact list app" from Helix. I can't find the shortcut, anyone knows where it is? Also I noticed once that the xperia x10 as another player besides the "mediascape", but again, I can't find it anymore, so frustrating.
View 7 Replies
View Related
Jan 1, 2012
I'm using Android 2.3 with LauncherPro as launcher. I've added a shortcut to a contact on my desktop (longpress -> shortcut -> contacts then choosen a contact). When I click on the shortcut I got a popup with a list of application that can be used. Dial, Message, Mail and so on. Is there to customize this list (change the order of applications) ?
View 3 Replies
View Related
Aug 7, 2010
Quite often we meet a new person, and we want to get each other's phone number. Back when I had my old non-smartphone it was easy, I enter the number press a button and there's an option to save it as new contact, I don't even need to enter a name till later.
I have a HTC Desire running Android 2.2, what's the best way to quickly record a phone number?
I always found it frustrating when someone asks for my number, I begin to say it then they go "wait wait hang on", while they fiddle with the menus to add a new contact. Now it seems I'm on the same boat!
View 7 Replies
View Related
Oct 21, 2010
I am trying to play the same 10 sounds very quickly and wondering what is the best way?
1. Make 10 media players
2. Make 1 media player and set the sound each time
3. Use a soundpool?
View 3 Replies
View Related
Oct 12, 2010
I've got a HTC Wildfire and in the last couple of days the battery has started draining really quickly. Usually I could leave my phone overnight with wifi and mobile web etc switched off and the battery would drain by a maximum of a couple of percent but now it's losing 25% of its charge overnight with nothing running. Looking at the battery usages since unplugged 3% is phone idle, 4% cell standby and 93% maps!! I haven't even used the maps for a couple of days so what could be causing this? The only apps I've downloaded in the last couple of days are WordUp!, Air Control Lite and Shopping List manager.
View 7 Replies
View Related
Jun 18, 2010
I'm trying to write a free mobile app that would make payments merchant-agnostic for the customer. Context: Most web-apps are merchant centric and allow for multiple payment types from the customer. But the problem I'm trying to additionally solve is to have, say, a mobile app that is capable of paying as many merchants as possible using your debit, credit or PayPal account. It shouldn't rely on per-merchant technical partnerships to work. It should just be able to talk to any merchant after writing the upfront code. There are a few solutions that come to mind: Integrate with VISA, Mastercard, or PayPal. However, my goal is to integrate with stores that sometimes only take debit, sometimes only VISA, sometimes only PayPal, etc, while re-inventing the wheel as little as possible. I'm wondering if anybody has already solved a problem like this before?
View 1 Replies
View Related
Jul 14, 2010
When you click in a search box and it lists all your recent searches, is there a way to select one and then modify it.
View 1 Replies
View Related
Jan 10, 2013
I am trying to transfer about 14,000 SMS from an unrooted 2.3.5 Android to a rooted 4.2.1 Android phone.
MyBackup Pro backs them up quickly, but restores them at a rate of less than 1/second. Thus, I have been looking for another tool to back up with:
1. Titanium Backup: no, as the 2.3.5 phone is unrooted;
2. new Windows-based Ultimate Backup Tool: no, as it requires Android 4.0 or greater.
Any recommendations, other than running the restore tool all night? A tool that allowed me to back the SMS up in chronological blocks could be very useful.
View 2 Replies
View Related
Jul 23, 2010
I have 50 XML files located on a remote server, one formatted for each state. I am able to read each of the 50 files by selecting a state from a spinner and using a SAX parser but I cannot seem to find out how to pull out information from each file by city. I have tried unsuccessfully to pass a city variable to the characters method of the Handler.
Each state has thousands of records and I am looking for a way to speed up the search since reading the entire file for a state takes several minutes. I used SAX since it was supposed to be the fastest way to read but it limits me in selecting specific information. If I understand things correctly I could use a DOM parser to find my state and city specific data but that would make retrieval even slower.
View 10 Replies
View Related
Dec 6, 2009
In Eclipse I'd like to quickly rebuild and run my app after making changes.
Say the change was in manifest or resources. Now I have to focus with mouse on main java source file, press Ctrl+F11, choose (with mouse or two keys) to Run as Android app.
Is there a keyboard shortcut to just save all, build&run the project as an Android app?
View 2 Replies
View Related
Dec 11, 2012
I am new to Android, being an iOS aficionado who decided to give Android a try.
I am slowly but surely getting the hang of things. One thing, however, has me baffled: how do I quickly search for content on my device ( namely, contacts, apps, calendar entries, etc).
With iOS you merely swipes to the left of the home screen and type in the search box there what you're looking for. How do I do something similar with Android? I've tried the Google gesture search app, but it doesn't seem to bring up results very reliably.
Nexus 7 using Android
View 2 Replies
View Related
Aug 3, 2010
I want an electronic version of this: '10/'11 At-A-Glance Academic Monthly Planner, 6-7/8" x 8-3/4" | Staples
I just want to be able to write down school assignments quickly for each day as the day goes on. I don't want to associate them with certain events or times or anything, but I think I want more than just a notepad.
View 5 Replies
View Related
Aug 18, 2010
I have a Motorola Droid 2. Is there is way in Google Maps to quickly toggle traffic on and off? And a quick way to clear the map?
On my old Palm I could just hit # to toggle traffic on and off. But on the Droid I have to hit Menu, then layers, then traffic. The same to clear the map. Even opening the keyboard on the Droid2 and hitting alt # does not work.
View 1 Replies
View Related
Mar 5, 2012
"Android OS" is using my battery way too fast at 33%.
I'm wondering what is is exactly and tips on saving battery life.
DROID RAZR
View 2 Replies
View Related
Feb 26, 2010
The Contacts app shows a button on the side of the screen that acts as a little thumb to allow you to quickly scroll the big list. I have a very long list that would benefit from this navigation behavior, but can't find any documentation as to how to enable it.
Is it a behavior that's built into the SDK, or must I write it myself?
View 1 Replies
View Related
Jun 12, 2010
Just wondering if anyone had any insight. When I take my phone off the charger it is down to 96-95% within a few minutes. It seems to level out afterwards, but the first 10% blows by very quickly?
View 10 Replies
View Related