Problem creating "create contact" shortcut on LPP - G2 and Desire Z General

I'm trying to create a swipe gesture in Launcher Pro Plus to create a new Contact entry. I've specified the action as follows:
action: android.intent.action.INSERT
data: content://contacts/people
But when I add it, Launcher Pro crashes ("the application has stopped unexpectedly").
Can anyone help?

Legit download or a crack?
I did on it on my LP and works perfect,

It's a legit copy

I also have Go Contacts installed - could that be causing the problem?

That could be, I don't have third party contatc listing I will give it a try and see

How are you actually doing it?
I go to lp dock and hold till I get the lauch swype action then I choose shortcut, and get list I choose contacts and then choose my contact
I realize your making a swipe gesture ha! Hmmm ill try now that way

Related

HTC HD2 Call Forward

Love my HD2, but am wondering if anyone knows of a shortcut to get to call forwarding or an app to turn on and off call forwarding, without having to go through all the screens and toggle?
TY
Andrew
I would like to know this aswell, if anyone out there can help ??
any news on this one? It woul be a very handy app.
If you use Launcher Pro as your launcher then you can open that page with an activity shortcut.
Long-hold the home page to add a shortcut and go:
Shortcuts, Activities, Dialer, Call forwarding
It still takes a few seconds to populate that page, but it has to get the information from your provider every time you start it, so there's nothing you can do about that. It is, however, a shortcut to that page.
If you don't use Launcher Pro then I don't believe you have the ability to add activity shortcuts.
I know its been a while since this was requested. I have just changed my car and the new one has an old factory fitted Motorola startac fitted as a factory option. Rather than mess and fit a new hands free kit I was wanting to forward my HD2 to the Startac.
I have just found the way to do what you require. Firstly use your file explorer (i used resco) to unhide hidden files. Then look in the windows folder on your device and look for CMcallforward. You should then be able to send this to your start menu. Im using Cookies Home tab so I was then able to add this as a quick link.
Hope this helps, cant get much better than a one button option

Alternative Contact Favourites request

Hi all.
Can any one suggest an alternative app/widget to the default Desire (Contacts) Favourite widget?
I'm looking for an alternative that allows me to select the mobile or "home" number as well as text with a single click.
The default only supports the "primary" phone number as well as text, email etc.
Thanks in advance.
You could try "contact widget" from market. You can add a 1 space widget for every contact you want to have on screen. The button action is configurable, everything from "show menu", "show card" to single action like calling or texting.
ruleamsterdam said:
You could try "contact widget" from market. You can add a 1 space widget for every contact you want to have on screen. The button action is configurable, everything from "show menu", "show card" to single action like calling or texting.
Click to expand...
Click to collapse
Thanks I'll give it a go
Bump - any suggestions?
The "contact widget" meant I had to have a separate contact picture for each different number - a bit cumbersome.
there are no good alternatives to the HTC Sense Favorite Widget. I looked for one for about a month and nothing out there.
there are many widgets where you can configure boxes to what contact you want to call/text, but like you said its very cumbersome.
So, right now, I just have a homescreen where i have all of my favorite contacts.
i was very disappointed when i couldn't find a good alternative to the favorite widget, but ohh well ... a small price to way to not have to use the bloated sense ui.
Yo can try "people widget", but when I tried the old versions, don't leave add more than two contacts. Really even though it added more than two contacts only showing the two first added
I don't know if new versions have this bug corrected
Instead of the picture if u click on the name of the contact it gives u more options. If that's what u r trying.
Sent from my HTC Desire using XDA App

[Q] Contact shortcut

I installed Cyanogen Mod 7.0.3 from stock rom. On the stock rom I was able to create a desktop shortcut to any contact, which would take me directly to the contact screen. In Cyanogen I try to create the same shortcut, but I can only get a "quick contact" version, meaning it acts like a widget by giving me options of call/contact/text/map. All I want is the old shortcut that takes me directly to the full screen contact when I click on the shortcut. Does anyone know if this is possible to do?
I looked at the source of ADW, and it seems like shortcut items are entries in ADW's database, so modifying files like you would on Windows seems out of the question.
Ok, i found only one app that can get the job done easily, after trying a few other popular shortcut apps. It's called xShortcut, and there were some bugs with it and cyanogen mod, but the developer was able to fix them after my feedback. As of this posting the market still has the old buggy version but I expect him to update the market soon.

[WebTop]-[How To] Create shortcuts to custom phone actions on Webtop

I looked around and couldn't find a detailed guide on how to do this so I figured it out and decided to share..
Prerequisites:
Working Webtop
XFCE Desktop
or
AWN Manager
aLogcat > https://market.android.com/details?id=org.jtb.alogcat&hl=en
This is a simple proccess which will require you to use aLogcat to get the activity name of the item you want to launch and then simply make a new shortcut item on your launcher.
Getting our activity name:
Launch aLogcat
Hit the menu button on your phone
Select Filter
type "activityMan"
leave the option for regular expression unchecked
--Now that your application is logging and filtered you will see a window with alot of text. This is where we will be searching.
hit your menu button again
Select Clear
Now hit your home button and navigate to the icon you would like to be able to directly launch from your webtop and click it.
Go back to aLogcat
Hit the menu button on your phone.
Choose the pause option from ALogcat
***Now were going to search for the string we need to tell activity manager which activity to launch**
Look through your log for something that looks like this: "com.p1.chompsms/.activities.ConversationList" (this one will launch ChompSMS)
In my case the entire line looked like this: /ActivityManager( 1700): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.p1.chompsms/.activities.MainActivity bnds=[5,343][115,483] } from pid 3088
copy the string that comes after "cmp=" (bolded above)
Creating the shortcut
Depending on which interface you are using this will differ slightly:
For AWN Manager
Open AWN Manager
Choose Launchers
Click Add
Set your name description and Icon
For Command add the following: androidlauncher --action "android.intent.action.MAIN" --cmp "<TEXT THAT YOU COPIED ABOVE>"
For XFCE
Right click on the task bar.
Choose "Customize Panels"
Next to where it says Panel 1 hit the + button to create a new Panel.
**Select the new panel and edit its options**
Set it to Normal Width | Fixed position | And then select the position where you would like to see it on your screen.
Change icon size to suit your taste. (Tip, if you would like to use the icon for the application an easy way to get it is to Google "AppName icon" and then use Google's image search. Choose an icon that's somewhere near 96*96 (you can sort by size), save it and select it from the menu.
Now that we have created a shortcut / panel
Right click the new panel / Icon
Add new Items
Launcher
Set your name description and Icon
For Command add the following: androidlauncher --action "android.intent.action.MAIN" --cmp "<TEXT THAT YOU COPIED ABOVE>"
you now have a working shortcut that will pull up the app or activity in "Mobile view" on your webtop!
Yay.
If anyone knows any more tricks with this please let me know! I have been wondering if it is possible to tell the app to come up in full screen.
** if this helped you please remember to hit the thanks button (help a guy boost his newb cred) **
Thanks for this. You probably saved me a lot of time because I was going to try to figure out how to do this.
Have all the apps on the phone worked without problems?
Also, does the Entertainment App work thru XFCE Desktop without the Awn dock?
blingmaster said:
Thanks for this. You probably saved me a lot of time because I was going to try to figure out how to do this.
Have all the apps on the phone worked without problems?
Also, does the Entertainment App work thru XFCE Desktop without the Awn dock?
Click to expand...
Click to collapse
I haven't tested enough to say whether everything works or not. I also haven't eve used the entertainment center . This was one of the primary reasons why I was frustrated with the original webtop. They gave use the ability to launch only a couple of their apps rather than just creating a mechanism for us to select apps for shortcuts. This is something I may look into developing in the future.
Awesome work! I was just going to look at this today after looking at XFCE menu editing yesterday and BAM you already did it!
Too bad I broke my webtop somehow and had to start over this morning. I'm getting so practiced I could do it in my sleep!
Upon further thinking, you could probably just create a .desktop file like the other ones have and then it would automagically get put in the XFCE menu. Then it could be scripted and added into webtopscripts or something.
stewartsoda said:
Awesome work! I was just going to look at this today after looking at XFCE menu editing yesterday and BAM you already did it!
Too bad I broke my webtop somehow and had to start over this morning. I'm getting so practiced I could do it in my sleep!
Upon further thinking, you could probably just create a .desktop file like the other ones have and then it would automagically get put in the XFCE menu. Then it could be scripted and added into webtopscripts or something.
Click to expand...
Click to collapse
Last night was my first night with a working webtop, being able to quickly launch ChompSMS , or pandora on my mobile view was top priority for me. Now that I have that mostly handled I guess I need to move on to learning XFCE tweaks. I'm really glad this helped, I was really surprised that this wasn't already hashed out and detailed, but I was glad to finally be able to contribute something over here!
Hi nineismine,
Mind to provide me a little bit of extra info on the below? Thank you in advance.
(1) How to "remove" the pre-installed short-cut apps in mobile view? For example the "Messaging". I rather prefer to replace this with the "Text Messaging" by following your tutorial.
(2) How to "remove" the pre-installed short-cut apps in webtop view? For example, mine Atrix is Asia Retail version and it build-in with the "Motorola Video" app-tray which I have no idea how to "remove" it.
I herewith attached the screenshot on my stock webtop for your reference (the stock webtop do support screenshot feature and I learn this from this link: http://forum.xda-developers.com/showpost.php?p=17093665&postcount=3)
Edited:
I found my solution by installing the webtop2SD. My issue solved. Thanks.

Folders

I use GO Launcher, so not sure if folders works the same way as default, but I think so. You drag items together and can change folder name, and can add more to it with "+" or dragging. My problem is I create browser shortcuts and drag them into a folder called "Favorites". But once I have 3 shortcuts and add a 4th, one of the existing 3 disappears. Can seem to add as many apps as you want, just seems to do something odd with shortcuts.
Or it might have something to do with total number of items since I have another folder "Bookmarks" with 14 shortcuts, but when I add a 15th one disappears. Very strange behavior!
I am using Nova Launcher and do not have this issue. I would contact go launcher sounds like a bug in there side.. You can also try to use stock launcher and see if it persist or troubles go away. Its very easy to check if the bug is launcher or not .. Install another launcher and try it..
Good Luck
I've been playing with this. Turns out if I create a shortcut with long press (shortcut thru GO) I can add a bookmark, which pulls from Chrome list. I can drag these into the folder with no problem. But if I am in FF Aurora, and long press the link to create bookmark on desktop... that bookmark is the one that tends to make another disappear.
So not sure if it's an Aurora, or GO, or JB issue. At least I've found the workaround... and the shortcuts create from the Chrome list, still open in Aurora (what I prefer). I'm guessing it's a Firefox issue.

Categories

Resources