I use Better Terminal to run command line application like top, ping etc. Is it possible to create an icon on the home screen which launches terminal application?
Thanks.
BetterCut?
jackhab said:
I use Better Terminal to run command line application like top, ping etc. Is it possible to create an icon on the home screen which launches terminal application?
Thanks.
Click to expand...
Click to collapse
you can create shortcuts to apps on the homescreen by default. if you want to create a shortcut that opens a saved connection with one click you need probably bettercut or anycut (never used either one), also connectbot has this feature already included.
CitizenLee said:
BetterCut?
Click to expand...
Click to collapse
I couldn't download BetterCut from the market (because it's not free?). I tried AnyCut but predefined actions don't seem to have such feature and to creating custom shortcut requires some knowledge of Android internals I guess.
Related
Does anyone know how to launch the Home Long Press via a shortcut?
Such as the direct "Activity" or "Intent"?
Or even a "Launcher Pro Shortcut"?
I belive the home long press is inaccesible to regular apps.
It's a system function.
JCopernicus said:
I belive the home long press is inaccesible to regular apps.
It's a system function.
Click to expand...
Click to collapse
What if you have root?
It's possible with Cyanogenmod6 rom.
Sent from my Nexus One
nxt said:
It's possible with Cyanogenmod6 rom.
Sent from my Nexus One
Click to expand...
Click to collapse
Ok....
....
...
...
...
How?
Menu / settings / cyanogenmod settings / input settings / long press home / check the box "custom application"
Sent from my Nexus One
Oh wait, you want a shortcut icon of long press home. Sorry read your question wrong
Sent from my Nexus One
nxt said:
Oh wait, you want a shortcut icon of long press home. Sorry read your question wrong
Sent from my Nexus One
Click to expand...
Click to collapse
Right. Open the Recent Apps list via a shorcut (ie without long pressing the Home button).
yeah, i want to know if there is a way to do it on Enom
Figure out how to run package:android recent_apps_dialog maybe?
evilkorn said:
Figure out how to run package:android recent_apps_dialog maybe?
Click to expand...
Click to collapse
Hmm, it's a start
The latest ADW launcher lets you crate a 'custom shortcut'. Not only to customize the icon, but it lets you pick from all callable activities it sees. Even specific activities inside an apk. Try looking through those to see if the recent activities activity is there.
Clarkster said:
The latest ADW launcher lets you crate a 'custom shortcut'. Not only to customize the icon, but it lets you pick from all callable activities it sees. Even specific activities inside an apk. Try looking through those to see if the recent activities activity is there.
Click to expand...
Click to collapse
What about for LauncherPro?
You can try Visual Task Switcher from the market. There is a free ad supported and paid ad-free version. You can set that app on your homescreen and when you click it it comes up on your screen with your opened apps... and if you have more than 9 opened you can scroll to the side to see more. It's not perfect, but I think if the dev keeps working on it, it's a great option.
lostinbeta said:
You can try Visual Task Switcher from the market. There is a free ad supported and paid ad-free version. You can set that app on your homescreen and when you click it it comes up on your screen with your opened apps... and if you have more than 9 opened you can scroll to the side to see more. It's not perfect, but I think if the dev keeps working on it, it's a great option.
Click to expand...
Click to collapse
Way ahead of you Tried it, but didn't like it. (link)
I want to make few folders or labels if possible with apps shortcut inside it, is it possible?
daily use>few apps inside this folder
gps> 4 apps inside this folder
photo
games
education
kids
multimedia
etc
Also I would like to rename the apps shortcuts which have long names, is there a way to do that?
Basically I want to remain quite organized on my home screen, as of now I have to browse a long list to reach the app or place the shortcut on 1 of the home screen but then I forget on which home screen the app is?
Sure,
Long press on your home screen, then folder (new folder - long press on it -> edit -> chose a name/icon). Then go in your app drawer long touch on the app, and finaly drag the shortcut in the folder you created.
Wao!, I didn't even know long press existed on blank screen, I did what you suggested & that solves my issue now I can organize my apps in a better way.
Thanks
sgsI9003 said:
Wao!, I didn't even know long press existed on blank screen, I did what you suggested & that solves my issue now I can organize my apps in a better way.
Thanks
Click to expand...
Click to collapse
Yw, just change the topic title as [Solved].
I can recommend Simi folders, its free and it allows you to customize your folders a bit. Also gives nice launcher options. like and iphone popup or transparent background etc.
Thread on XDA:
http://forum.xda-developers.com/showthread.php?t=894005
Link to app:
http://www.appbrain.com/app/simi-folder-widget/com.th.android.widget.SiMiFolder
Hi,
I'm looking for a application for my Nook Touch to rotate the screen manually (because Nook Touch don't have sensors).
It will be very nice for web browser.
Did you know that kind of app?
There is nothing app like that. I tried create some, but without success, even start activity from another activity in landscape mode is not possible i think (please correct me, if you know how - I would like to finish tool for starting aplications in landscape mode), but still you can modify your apk.
1) download ApkTool code.google.com/p/android-apktool
2) download your apk application file (I tried on opera mini)
3) use apktool d your.apk apksource
4) edit AndroidManifest file : only add to activity android:screenOrientation="landscape"
5) use apktool b apksource your_modified.apk
6) then the hard part sign it with these steps or some others londatiga.net/it/how-to-sign-apk-zip-files/
7) use adb install your_signed.apk and thats it
Have fun
thank you for your informations.
I will try to modify Opera mini to use landscape mode but it will be easier to have a icon on the statut bar to do the rotation "on the fly"
Hmm, I've noticed that when I tap the status bar to launch the wifi settings popup, it always switches me back to Portrait mode. So that's at least half of the desired functionality.
Also, there's a lot of games (including Angry Birds) designed for Landscape view, launching them to change orientation and launching the application you want could work.
aivi said:
There is nothing app like that. I tried create some, but without success, even start activity from another activity in landscape mode is not possible i think (please correct me, if you know how - I would like to finish tool for starting aplications in landscape mode), but still you can modify your apk.
1) download ApkTool code.google.com/p/android-apktool
2) download your apk application file (I tried on opera mini)
3) use apktool d your.apk apksource
4) edit AndroidManifest file : only add to activity android:screenOrientation="landscape"
5) use apktool b apksource your_modified.apk
6) then the hard part sign it with these steps or some others londatiga.net/it/how-to-sign-apk-zip-files/
7) use adb install your_signed.apk and thats it
Have fun
Click to expand...
Click to collapse
In Theory: Is it possible to modify Apps like Kindle and remove the transitions with ApkTool to make it more eink friendly?
Aldiko app does screen rotation
tebra said:
Hi,
I'm looking for a application for my Nook Touch to rotate the screen manually (because Nook Touch don't have sensors).
It will be very nice for web browser.
Did you know that kind of app?
Click to expand...
Click to collapse
The Aldiko app permits screen rotation, and that rotation persists in other applications, although I don't recall if it does in a browser--the rotation persists in Kindle app.
So we know it is possible!
jahfaby said:
In Theory: Is it possible to modify Apps like Kindle and remove the transitions with ApkTool to make it more eink friendly?
Click to expand...
Click to collapse
It could be possible if You have source code (It's not enough have apk, because apktool don't decompile it). There is "tutorial" how to optimize it http://forum.xda-developers.com/showthread.php?t=1183173
found out that the app permissions denied starts in landscape,
if you go back to your home screen while loading its stays in landscape and you can launch the most apps in landscape mode too (like aldiko workaround)
I just installed ADWLauncher EX on the touch and then went to ADWSettings. In UI Settings I selected Screen Preferences and changed my Home Orientation to landscape. Pretty much puts most apps in landscape, excepting stock nook ones. HTH.
Sent from my NookColor using XDA Premium App
cymoze said:
I just installed ADWLauncher EX on the touch and then went to ADWSettings. In UI Settings I selected Screen Preferences and changed my Home Orientation to landscape. Pretty much puts most apps in landscape, excepting stock nook ones. HTH.
Sent from my NookColor using XDA Premium App
Click to expand...
Click to collapse
That's very helpful! I'll try it. Thanks.
There's an app for that.
I'm sorry about the year-and-a-half bump, but this page is one of the top Google results. I have made an app for rotating the NOOK screen, and just about anything else's screen too. You install the app, and when it launches you are presented with two buttons: Portrait and Landscape. Click one and the app exits, sticking the screen in the new mode. Enjoy!
cymoze said:
I just installed ADWLauncher EX on the touch and then went to ADWSettings. In UI Settings I selected Screen Preferences and changed my Home Orientation to landscape. Pretty much puts most apps in landscape, excepting stock nook ones. HTH.
Sent from my NookColor using XDA Premium App
Click to expand...
Click to collapse
Amazing
Anyone know of a way to get a soft power button on my screen? I have looked in the CM9 command shortcuts and cant find it. Maybe an app that wont break my TP?
just make a script for it.
#!/system/bin/sh
reboot -p
then make a shortcut to it from the launcher home screen and give it a cool looking icon. mine is the reb power button icon near the top
heres how i have it set on one of my touchpads. I like to have mine pull up diffrerent boot options.
haxin said:
just make a script for it.
#!/system/bin/sh
reboot -p
then make a shortcut to it from the launcher home screen and give it a cool looking icon. mine is the reb power button icon near the top
heres how i have it set on one of my touchpads. I like to have mine pull up diffrerent boot options.
Click to expand...
Click to collapse
Thats awesome, where would I enter that script exactly?
theres plenty of scripter tools in google play that have widget fucntionality and other features for things liike this. one nice scripter tool that has tons of addon features is called Script-manager or smanager. even the free version is pretty awesome. so basically executing a script like that is the same as if you were to type it into the terminal. so if you have a to bunch of terminal commands that you would like to run to do certian things you can write scripts to simplify the process. i hope this makes sense. im a little buzzed at the momen sorry lol.
I did download it and got to the console but I am not sure how to create the icon linked to the script or have it appear on my HS. Sorry I have no experience scripting.
I recently rooted my NST with NookManager, and was looking to run a "stealth" root under stock. I used the Nook Touch Mod Manager to change the LONG PRESS on the 'n' button to launch THIS. After some fiddling with the options, it pops up a single 5 x 8 grid of apps on a white background with black text. You can long press on an app to hide it. Simple and fast.
I'll be happy to post a screenshot if I can figure out how to take one! :cyclops:
This is the best app for a rooted NSTG No need to fiddle with different launchers, it just works as an extension to the B&N homescreen. Thanks for the tip!
johnseeking said:
I recently rooted my NST with NookManager, and was looking to run a "stealth" root under stock. I used the Nook Touch Mod Manager to change the LONG PRESS on the 'n' button to launch THIS. After some fiddling with the options, it pops up a single 5 x 8 grid of apps on a white background with black text. You can long press on an app to hide it. Simple and fast.
I'll be happy to post a screenshot if I can figure out how to take one! :cyclops:
Click to expand...
Click to collapse
johnseeking said:
I recently rooted my NST with NookManager, and was looking to run a "stealth" root under stock. I used the Nook Touch Mod Manager to change the LONG PRESS on the 'n' button to launch THIS. After some fiddling with the options, it pops up a single 5 x 8 grid of apps on a white background with black text. You can long press on an app to hide it. Simple and fast.
I'll be happy to post a screenshot if I can figure out how to take one! :cyclops:
Click to expand...
Click to collapse
Pardon my ignorance, but how exactly do you 'fiddle with the options'? The app opens in fullscreen mode, and i can't find the way to get the status bar to show up, tried everything...
my nook simple touch rooted with nook manager, so relaunch is the shell(or whatever it's called) from which i run app drawer...
Thanks!
nnbveh said:
Pardon my ignorance, but how exactly do you 'fiddle with the options'? The app opens in fullscreen mode, and i can't find the way to get the status bar to show up, tried everything...
Click to expand...
Click to collapse
I had this issue with another app and here is what I did:
Temporarily assign the "Menu" function to one of the hardware keys using NookTouchModManager (unless you have it set up that way already for other purposes--I keep a long-press on one button this way just in case).
When you launch your app you will now have a way to access menu functions even though it is running full-screen. In my case I was able to change the settings on my app so it would *not* run full-screen by default, but that is probably not what you want in this instance. After you have made your adjustments, you can change the hardware key back to its default, although I think keeping both a "Back" and "Menu" option around is not a bad idea.
VERY late reply...
I use an app called Button Savior which lets you add a set of software buttons which expand or collapse when you touch an assigned target point on your screen. (I have mine set to a long press in the lower left corner, and since I bought the pro version I can customize my target to be invisible.) That way I can always get to a menu button if I need one.
Don't have my NST with me, so I can't tall you what version I'm running, but I'm pretty sure it's the current version on Google Play.
I came across this old post and thought I'd look up the app to see what it was like. I've attached a copy below.
This is not actually a "launcher" despite what the thread title says. It is plain-and-simple an App Drawer. But as the OP said, it can provide almost a "stealth" modification of the NST. To me it seems ideal for the person who says "I only want to root so I can run app x--I don't want a lot of stuff on it."
There are a few hurdles to get to that point, so here is a brief outline of steps to get it working:
1. Root with NookManager (update it first if you're rooting FW 1.2.2)
2. Install the app along with a good file manager like ES File Explorer which will give you root access when you need it (ReLaunch can't).
3. Use Nook Touch Mod Manager to assign a button press (maybe a long-press?) to the MIUI app. You can use one of the hardware buttons or (less "stealth") one of the QuickNav buttons you don't use like Social, or Shop or Search.
4. Temporarily assign one of the hardware buttons to "Menu". This is needed because the MIUI app opens in full screen by default and you can't get at the settings without the Menu button.
5. Run the MIUI app and configure as you want (there is an option not to hide the status bar). Once you have the appearance you are after note that you can long-press on an app to (among other things) hide it from the drawer or even uninstall it. I suggest you uninstall ReLaunch.
6. Go back to Nook Touch Mod Manager and remove the temporary "Menu" button assignment.
And you're good! Your NST still looks and works like its old self but you're one button-press away from accessing any apps you may want to install. And you have a decent file manager