Android :: AnyCut BetterCut Make Your Own Thread
Dec 10, 2009
A few other threads exist with requests for help on making shortcuts or writing your own code for shortcuts using AnyCut or BetterCut. None of these have been active or helpful.
I am not a developer. I am trying to learn Java, Eclipse, Android SDK, Linux, and AnyCut. I am obviously lost regarding where to start in order to design and develop apps for Android.
I hope this post will become a tutorial with tips and tricks for designing shortcuts using AnyCut's "Make Your Own" option. The "Activity" option will allow most shortcuts but I want a better understanding of what to add to the Action, Data, and Type fields to design shortcuts that successfully navigate android OS.
Please add examples of Make Your Own shortcuts you have created.
View 3 Replies
Apr 28, 2010
Not sure if this is a Desire problem, an HTC Sense problem or a Better/AnyCut problem but has anyone been able to make a direct icon to call or text a phone contact with either App?
I don't sync contacts or calendar to Google but use HTC Sync to sync with my desktop Outlook. It all works well, but of course it means I have no Google contacts on my handset, only phone contacts. Seems that Better/AnyCut can't see these.
View 4 Replies
View Related
Jul 30, 2010
I have a Sprint Hero and I'm trying to add a shortcut to call the person I call the most. I found AnyCut, but it's not working. I open the app, hit "Direct Call" and then it simply says "No Matches Found."
How do I select a contact? Am I doing something wrong?
Are there any other free apps that I can use to create a shortcut (that I can rename and create a custom icon)?
View 1 Replies
View Related
Jun 12, 2010
In bettercuts i keep trying to make a people shortcut with a better icon. I go to the app and start to make a new shortcut. I go to activity and there are 3 different People app in there and none of the 3 actually open my contacts. I don't know what to do to fix it or do i just have to use the crappy icon for people with Bettercuts?
View 4 Replies
View Related
Oct 8, 2010
I am trying to make facebook asynchronous non blocking thread in android. due to which our UI is run separate thread but i am unable to do that can any one tell me how to do that.
and If possible please give me one example.
View 1 Replies
View Related
Jul 7, 2010
How do I change the icons in AnyCut? Mind you I'm new to the Droid World.
View 3 Replies
View Related
Sep 20, 2010
It isn't in the market. Is there anyway I can still get it?
(I hope this is in the right forum)
View 5 Replies
View Related
Mar 27, 2010
Can someone please help me setup Anycut so that I turn off my 3g data when I want to?
View 1 Replies
View Related
Apr 5, 2010
I've never used bettercut and am after a tutorial. I have this homescreen. want to change the GMail icon to the same green as everything else.
View 8 Replies
View Related
Apr 13, 2010
Are there any other apps similar to BetterCut?
It's extremely buggy for me in 2.1 and I basically can only load iconpacks, but not individual icons out of gallery, etc.
Would rather use another product if available?
View 1 Replies
View Related
May 3, 2010
I can't get bettercut to launch the People app or the Camera. It says "This program is no longer installed on your device." I'm using a Droid Eris, and can't quite figure it out, although all other programs work fine.
View 2 Replies
View Related
Oct 11, 2010
I'm trying to use BetterCut to create one-touch phone icons on my Droid X. I hold my finger on the screen and get the Add to Home Screen list. I select Shortcuts > Better Cut > Direct Call, and get a list of contacts. But there are only 3 contacts there, out of 400+ in my Contacts list. The one I want isn't among them.
What qualifies a contact for inclusion in this list? All I can guess is that being a Favorite may have something to do with it, because all 3 candidates shown are Favorites. But I have more favorites than just those 3. Can anybody tell me how to get other contacts into that list; or, alternatively, how to pick directly from my contacts list?
View 4 Replies
View Related
Oct 2, 2010
Im having some problems trying to bluetooth a song from my x10 to my wifes x10. i have astro, realplayer, playlists using anycut, rockplayer and even mediascape. the song shows in realplayer and anycut but i just dont know how to bluetooth.
View 4 Replies
View Related
Jul 28, 2010
I have "Bettercut" installed and its awesome! My question is this, I downloaded some icons and copied them to my SD Card, but how do I select them for my better cut shortcut. I only see the options...
Pick picture
Crop picture
Pick from iconpack
None of these show the png files I downloaded.
View 2 Replies
View Related
Dec 15, 2009
Does anyone know of a shortcut or a way to make a shortcut to launch the video camera app? I hate having to open the camera and try to operate the slider to change the mode to video. The Youtube app works but takes up too much space on the screen. I have BetterCut but have no idea how to make a shortcut to this function
View 2 Replies
View Related
Sep 7, 2010
How can I implement a run() method of thread if I create a Thread Global?
I mean If I create a Thread Globally then can I implement its run() method {" public void run()"} anywhere in my Application?
In the run() method I have to write the code to perform some action.
IF I can do it then please can anyone show me briefly how to do it particularly.
View 2 Replies
View Related
May 21, 2009
I am writing an application in which i need to handle messages between the main thread(the deafult UI related thread) and the user created Gamethread.
The requirement is like this.
An activity(say "Activity_X") is setting the view by "setContentView(some "View_Y")". In "Activity_X" i have implemeted "onCreateOptionsMenu()" and "onOptionsItemSelected()" fucntions for creating menus & a switch case for action to be taken on selecting those menus.Menu has items like "resume/pause/zoom/" .
All action to be take on selecting these menus are implemented in "View_Y" in a separate Gamethread by extending "Thread" class.
So whenever a menu is selected in "Activity_X" i need to send a message to "View_Y". And on receiving this ,a particular action/method should be called in View_Y(GameThread).
How can i achieve this using Handlers?Is there any other way of doing this? Please do share with me some code snippets for these.
View 3 Replies
View Related
Sep 27, 2010
I'm having trouble finding an app that I had. I was playing about with multi con and cleared my home screen but then tried to get them all back and the only one I'm having trouble with is anycut i can't find it on the market the app symbol was a musical note (a cleff I think its called) it let me make playlists and put them in the shortcut.
View 4 Replies
View Related
May 27, 2010
I have a separate thread running to get data from the internet. After that, I would like to update the ListView in the main thread by calling adapter.notifyDataSetChanged(). But it does not work. Any workaround for that?
View 1 Replies
View Related
Jul 22, 2009
I want to do the drawing in another thread to speed up the game(it is way to slow right now). I was told to do this but don't quite understand why that would speed things up. Is it GameView that should implement Runnable? Should I make the thread sleep when not drawing? where should I start the thread? package com.android.WWS;
import android.app.Activity; import android.content.Context; import android.graphics.*; import android.os.Bundle; import android.view.SurfaceView; import android.view.KeyEvent; import android.view.View; import android.view.View.OnKeyListener; import java.lang.Runnable; import java.lang.Thread;...................
View 4 Replies
View Related
Jun 14, 2010
I am wanting to change the icons for a lot of my apps on my home screens. I have been looking at BetterCut, Apps Organizer, and Folder Organizer. Now Apps Organizer is free and Folder Organizer has a free trial version, but Better cut is not free not does BetterCut have a free trial version.
Please tell me what you like/dislike about the apps, primarily BetterCut and Folder Organizer (paid).
*How do they run?
*Are there any major bugs?
Is it easy to change the icons for apps on my home screens?
*Is BetterCut really worth $2?
*Is Folder Organizer really worth $1.35?
Are any of these going to meet my needs of wanting to change the icons on my home screens?
*Are the icons dependant on the app that changed them (in other words, if I uninstall BetterCut after changing an icon, will the icon still be what I changed it to, or will it go back to the default icon)?
*If you had $2 and could only choose one of these apps to change the icons on your home screen, which would you choose?
I am going to play around with the two free versions of these apps and see if I like them, but unfortunately, BetterCut is an all or nothing app. I just don't want to feel like I wasted any money because the app ended up not doing what I wanted it to do.
View 2 Replies
View Related
Sep 7, 2010
I'm wanting to change the icon for a shortcut on my widgetlocker lockscreen. I'm using Bettercut to create the shortcut and change the icon, but it places it on my homescreen instead of lockscreen.
View 2 Replies
View Related
May 4, 2010
Is there an app like bettercut that lets you edit icons? I had bettercut on my droid and it worked perfectly but I keep getting an error when trying to use it on my inc.
View 1 Replies
View Related
Feb 20, 2009
I need to suspend/resume a thread from another thread in the same process. I tried to look into thread apis,but I couldn't figured out a way to achieve this.Can anyone pls point me some references to look or give a tip to do this.
View 2 Replies
View Related
Apr 23, 2010
I create the shortcut fine, but when I click it, it says the application doesn't exist. I did delete/rename a few /system/apps but nothing that should affect bettercut's ability to resolve the link. I can launch the contacts app fine using the stock shortcut...but I like having custom icons....
View 22 Replies
View Related
Jun 29, 2010
Since I updated yesterday, i cant get bettercut to create any new shortcuts. The update also wont let me use the standard google home launcher anymore either.
Has anyone found a solution for this?
View 3 Replies
View Related
Jan 2, 2010
I am thinking about purchasing the app called bettercut to switch around some icons, but I am not sure where to find them on the internet...
View 5 Replies
View Related
Feb 9, 2010
Anyone know how to delete shortcuts created with BetterCut? I can delete the ones on the screen (long press, drag to trash), but not those within the application itself. I created a ton of them just trying things out and now my 'edit shortcut' list is cluttered up.
View 10 Replies
View Related
Dec 28, 2009
Does anyone know how to delete certain texts from a thread in an easy manner instead of having to delete a whole thread??
View 7 Replies
View Related
Jul 16, 2010
The Android doc says "Like activities and the other components, services run in the main thread of the application process." Is the main thread here the same thing as UI thread?
View 3 Replies
View Related