Simi Folder - Shortcut to File - General Questions and Answers

Hello!
Unfortunately I'm not allowed to post into the right forum "Android Apps and Games", since this is my first post here on xda-developers.
I have a question according to the Simi-Folder app, which is great by the way.
Is it possible to create a shortcut to a file which I use every day?
Or is it possible to create a shortcut to a directory and place it on the homescreen? I then could create a file collection in a special folder and place it in my homescreen or even on my dockbar...
Thanks in advance!
bugtracker

I use File jump , it created a short cut to a swf file (on the home screen), when I click on it it lunches the swf player (from market too). I use it on Samasung 10.1 tab, but the short cut is smaller than the rest, was wondering if possible to change the size. I have decompiled it and using the notepad ++ still not sure how to fix the size.

Related

To Change ICONS!!!

Hello People..
I have organized my pda very well..mean to say..when u go to START->Programs..u will see ur programs..i have catogorised like media players,backup software,theming etc etc..
I want to CHANGE THE ICONS of that folder..how is it possible?any software to change icons?
I have O2 XDA II mini running on WM 2003SE (QVGA)..where can i find ICONS??
PLZ HELP!!!!!
$athya
The best thing to do is search this forum on how to write your own shortcuts. It has been covered many times and all you need is notepad.
There was also a stand alone app by someone to make shortcuts.
I personally like my shortcut wizard in my common file dialog dll. You can download these
http://www.odeean.com/ORDsite004/Downloads/CommonDialogTester.exe
http://www.odeean.com/ORDsite004/Downloads/ORDcommonDialogDLL.dll
and put them in your program files directory. Once you navigate to the executable you wish to make a shortcut to you can hold down the stylus on it and select shortcut wizard. You can scan other executables or dlls on your device to find images for the icon of the shortcut. Once made, just re-name it to what you want and put it in your \windows\start menu\programs folder.
To get icons onto your device just look for any application you like the icons for. It can be a desktop app, it does not have to be a valid ppc app. Put the exe on your phone and my wizard will be able to scan it for icons. Just keep in mind that the exe will have to stay on your device for the image to still be available, so try find small ones.
edit:
I just realized you may want to change the icon for the actual folder that gets shown on the menu. If you do as I said above to make a shortcut to the programs folder you will be able to get any icon you want. open the .lnk in pword and remove the text [no arguments for folder shortcuts], I accidentally copy that text into folder shortcuts and it screws them up. You can't delete the actual folder "Programs" from that directory or else you loose the list of recently opened programs but the lnk to programs will open the desired folder.
OdeeanRDeathshead said:
The best thing to do is search this forum on how to write your own shortcuts. It has been covered many times and all you need is notepad.
There was also a stand alone app by someone to make shortcuts.
I personally like my shortcut wizard in my common file dialog dll. You can download these
http://www.odeean.com/ORDsite004/Downloads/CommonDialogTester.exe
http://www.odeean.com/ORDsite004/Downloads/ORDcommonDialogDLL.dll
and put them in your program files directory. Once you navigate to the executable you wish to make a shortcut to you can hold down the stylus on it and select shortcut wizard. You can scan other executables or dlls on your device to find images for the icon of the shortcut. Once made, just re-name it to what you want and put it in your \windows\start menu\programs folder.
To get icons onto your device just look for any application you like the icons for. It can be a desktop app, it does not have to be a valid ppc app. Put the exe on your phone and my wizard will be able to scan it for icons. Just keep in mind that the exe will have to stay on your device for the image to still be available, so try find small ones.
edit:
I just realized you may want to change the icon for the actual folder that gets shown on the menu. If you do as I said above to make a shortcut to the programs folder you will be able to get any icon you want. open the .lnk in pword and remove the text [no arguments for folder shortcuts], I accidentally copy that text into folder shortcuts and it screws them up. You can't delete the actual folder "Programs" from that directory or else you loose the list of recently opened programs but the lnk to programs will open the desired folder.
Click to expand...
Click to collapse
Thanks for replying..here is what i meant..i want to change the icons of the below mentioned....
Icon.dll
Hi you can find icons here: http://rapidshare.com/files/51651960/Shortcut_Tools.rar.html
It includes 2 Icon.dll & a Shortcut tool.
Mister B said:
Hi you can find icons here: http://rapidshare.com/files/51651960/Shortcut_Tools.rar.html
It includes 2 Icon.dll & a Shortcut tool.
Click to expand...
Click to collapse
Whats the PASSWORD?? n can u plz tell me as to how to use it??n where can i download more icons??
That looks like an icon overlay to me. With some work it might be doable but the whole os is limited to 15 such overlays, so it would be a bad idea to start hogging them.

Custom Program Folders

Does anyone know of an easy way to create custom Program folders and then move applications to those folders? I want to clean up the Programs group and would prefer not to have to build me own ROM.
Thanks in advance.
jamesjsenecal said:
Does anyone know of an easy way to create custom Program folders and then move applications to those folders? I want to clean up the Programs group and would prefer not to have to build me own ROM.
Thanks in advance.
Click to expand...
Click to collapse
total commander works fine and its free.
Thanks for the info. TotalCommander works great.
NP. Glad to help.
Hi, Is there a way in totalcommander to change the folder icon to a "fancy" one such as a "multimedia" folder with different icon?
lindsaydr said:
Hi, Is there a way in totalcommander to change the folder icon to a "fancy" one such as a "multimedia" folder with different icon?
Click to expand...
Click to collapse
Not easily. If the folder contains a file called "icon.lnk" that points to a particular icon within a DLL, then WM will display that icon rather than the "normal" folder icon under Start > Programs.
I've stolen the icons from Dutty's excellent ROMs, and cooked them into my little one. I've just tried to convert that into a cab that will install the icons into the Multimedia, Tools, and Apps folders under Start > Programs. I haven't tested it, and I think you'll end up with blank folders if you don't have Multimedia, Tools and Apps, but it should work!
Dutty - I know I haven't asked your permission to use your icons, so if you would rather I didn't, then please let me know and I'll delete this post and the attachment immediately. Thanks.
C'mon, man...
It's actually easier than people make it sound. All you need is a resource editor. You create your own .dll library or edit an existing one, I like to use Gconvert.
You will notice that any of the programs or folders that have "Custom Icons" have a specified path to the .exe usually followed by something like this: ?resource.dll -1001
This tells the system what library holds trhe icon & it's position within that library. You can modify existing libraries or create your own.
Just look for GConvert & PHMicon.dll (To use as a base)
GSLEON3 said:
C'mon, man...
It's actually easier than people make it sound. All you need is a resource editor. You create your own .dll library or edit an existing one, I like to use Gconvert.
You will notice that any of the programs or folders that have "Custom Icons" have a specified path to the .exe usually followed by something like this: ?resource.dll -1001
This tells the system what library holds trhe icon & it's position within that library. You can modify existing libraries or create your own.
Just look for GConvert & PHMicon.dll (To use as a base)
Click to expand...
Click to collapse
Cheers GSLEON!
I'll have to have a play around with that. I love this forum - you learn something new every day.
Confused Stu said:
Not easily. If the folder contains a file called "icon.lnk" that points to a particular icon within a DLL, then WM will display that icon rather than the "normal" folder icon under Start > Programs.
I've stolen the icons from Dutty's excellent ROMs, and cooked them into my little one. I've just tried to convert that into a cab that will install the icons into the Multimedia, Tools, and Apps folders under Start > Programs. I haven't tested it, and I think you'll end up with blank folders if you don't have Multimedia, Tools and Apps, but it should work!
Dutty - I know I haven't asked your permission to use your icons, so if you would rather I didn't, then please let me know and I'll delete this post and the attachment immediately. Thanks.
Click to expand...
Click to collapse
thats ok mate, well done

How to make CorePlayer open a file Full Screen from a Shortcut?

I've tried searching for this to no avail. I know this isn't amazingly techie but still suited to this forum section I think: I'm trying to make a .asx file open straight from my list of programs with CorePlayer in full screen on my Touch Pro. I basically have a stream of the BBC News headlines and would like a neat little icon in the programs list which plays them straight out full screen.
There's three things I'd like to do but can't seem to get it working (in order of priority):
1. Shortcut the .asx file to open in Coreplayer - I've tried "\Storage Card\Core Player\player.exe" -"BBC Headlines.asx" and a few other variations but this doesn't seem to work
2. When Coreplayer opens I'd like a switch of some kind in the shortcut to make it go full screen straight away (something like -fullscreen or -full or something I'm guessing)
3. I'd then like the icon to change from the Coreplayer icon to one of my own - say the BBC icon. How do I change a shortcut's icon?
I could use WMP but I much prefer Coreplayer's fullscreen rendering and it seems to open a bit quicker. If WMP is my only option then so be it. Both 2. and 3. still apply.
If I can get this working I'll make a batch of streams with their own icons etc and attach them here for everyone. I've found some neat live TV streams also that would be good to use this with. But mostly having a very quick icon in the list of programs which just spews out the headlines in video would be nice!
Thanks for any help!
LLOYDY
use search button, use RESOURCE HACKER to change icons
Thanks for the info. Will check Res Hacker out.
Have searched but struggling. Are there fullscreen / file open parameters available for core player even?
LLOYDY
...................................
try too use cab file. Path storage card/programm files, then you can see coreplayer.If you put file only too storage card dosent work, coreplayer needs device memory,then you can see coreplayer too works. And just click your screen and fullscreen open.hmmm or go to settings man and you find solution... this is unless what do you mean? full screen movies?
No sorry this isn't what I was looking for. I've got Core Player installed fine. I need it to open a file full screen from a shortcut.
Thanks anyway,
LLOYDY
associate .asx files with TCPMP: 'Options/settings/select page/file associations'.
Set TCPMP to open full screen: 'Options/settings/select page/player'
your custom icon must be contained in a .DLL or .EXE file
create a shortcut to your file in a text editor:
63#"\path\file.asx"?\path\icon.exe,0
this should get you started.
I can't help you with the icon for the file part (I'm guessing that's easily solvable though), but doesn't CorePlayer have an option for "Play at open in fullscreen" in the Menu > Tools > Preferences > Player option screen? That seems to work just fine for mine, if I launch a video file from file explorer it opens in CorePlayer and beings to play at full screen.
Sorry for the late reply guys. Excellent info. I'll get round to making a collection of feeds when I get chance.
Cheers!
LLOYDY
joemanb said:
associate .asx files with TCPMP: 'Options/settings/select page/file associations'.
Set TCPMP to open full screen: 'Options/settings/select page/player'
your custom icon must be contained in a .DLL or .EXE file
create a shortcut to your file in a text editor:
63#"\path\file.asx"?\path\icon.exe,0
this should get you started.
Click to expand...
Click to collapse
Hey I tried the icon shortcut, I can't seem to make it work. I put an icon inside a .dll, called it iPodIcon.dll, and I get this:
File not found!
\Windows\iPodIcon.dll,0
Here is my shortcut:
56#"\Program Files\TCPMP\player.exe"\Windows\iPodIcon.dll,0
HOLD ON...forgot the question mark thingy.
Changed it to:
57#"\Program Files\TCPMP\player.exe"?\Windows\iPodIcon.dll,0
And it works with a nice iPod icon I found from IconLook.com
It still showed up as "Core" on my homescreen until I did a powercycle.
Thanks!
PS - I will post the .dll if anyone is interested.

Folder Icons

I've tried finding a thread/reply to this item via search but couldn't. Any help is appreciated:
Looking to get just the Folder icons that appear in ROMeOS program menu and move them to another ROM of my choosing. I'll attach a screenshot of what I'm talking about.
For instance if I create a folder called "Multimedia" in the Start Menu, it will default to a standard plain folder. How can I a) download these icons from my device and b) install them to a different ROM?
Thanks!
Anyone have any idea?
If I remember correctly, if you go to \Windows\Start Menu\(desired folder) there should be a picture file/icon file of it.
Solution for changing Folder Icons on the Start Menu!
Yes Sir - you are correct. In each folder, there is a hidden file called icon.lnk Here are directions on changing your folder icons:
In your windows directory, place your icon library. In my example, I'll call that Icons.dll
Each of your hidden folder icon.lnk files should refer to the icon that you want within the Icons.dll file. There's a program out there called GConvert 5 that will allow you to open icon DLL files and view the icons in them (you can also import your own custom made icons and do a few other things as well with this program). I believe you can test out the program for 2wks before you have to buy it
The Icons within your DLL file are in a specific order, so in the icon.lnk file you need to refer to the icon you want with a number.
The syntax is: "1#Icons.dll,-2"
This is telling the program to refer to the Icons.dll file and look for the 2nd icon in it. Modifying the icon.lnk files can be done in notepad on your desktop and when you do this, you don't need the quotation marks that i typed above.
As a side note, if there is a group of folder icons that you want from a particular rom, you'll have to do a search for all DLL files in the windows directory and try to locate the one with the Icons in it. On the Elite ROM for instance it's called IcoRes.dll, AT&T created an Icon DLL for their bloatware called FolderIcon_PPC.dll and so on...
Anyway, hope that helps anyone looking to do that.
Another option is to spend a few bucks and buy sk shortcut manager. This app will let you easily change icons in seconds. Make yourself a dll and keep it on storage card. Then every time you change roms you can copy the dll to the device and use sk shortcut manager to swap the icons real quick.

Customising Start Icons

Hi all, Im sorry if this has been covered before but ive been looking for an app that allows me to move,delete,place in folder icons that are in the start menu (The one that comes up when you press the start button on the phone). I have apps that are all over the place and would like to reorganize them if possible.
hello.
I just reach to this aplication on the HD2 that could work for us too.
as I am new I can not put the whole link sorry
forum.xda-developers.com
/showthread.php?t=589459
regards
Looks like a great program but its not what im looking for....i want a program that allows me to rearrange my programs shortcuts under the start menu and the app provided only allows me to change the icons of the apps..thanx thou
Still looking for an App to do the above please
Have you tried your file explorer to cut and paste the shortcuts to wherever you want. You can add folders and rename them to put apps of a specific type into too if you want.
Ive had a look previously and there is no one repository that the shortcuts live, and i`d image that windows would arrange them by name if could find them which doesnt give me the option i want..
What i want to do is say move the facebook app which is at the bottom of the list and put it about half way up under all the system shortcuts or in a custom folder. The only option the rom gives is "more to top" or "move to bottom".
I hope im making sense.
If you are using WM 6.1 or 6.5, the shortcuts are in \Windows\Start Menu.
Perhaps you are referring to the Manila/Sense program tab are you? If yes, then you should be able to add/remove these from one of the soft keys.
Perhaps you can give us a screenshot of the programs you are referring to....
Hi there sorry for the delay...ive attached the screenshot as per your request.....
So what im wanting to be able to do is re-arrange any icon in the menu so like games to where marketplace is for example
Is this possible?
Hi
I don't understanding something
Is simple drag and drop method not working for you?
Longpress icon until it popsup, drag there you want, release finger.
i cant drag and drop, i think this is a limitation on the rom which is v2.1. The only option i have is to move the icon to the top as shown in the screenshot. All i want to be able to do is move one shortcut to somewhere else in the same menu... aka in the order i want. Im sure someone would have asked this before and that there would be an App that would allow a user to customize this menu.
http://forum.xda-developers.com/showthread.php?t=567080
Try this.
Thanx heaps i1ll give a go now and report bk...much appreciated
What rom are you using? If its a 6.5 you can use the drag and drop method described earlier to rearrange start meu icons.
Otherwise they are in this location: \Windows\Start Menu\Programs.
To create specific folders to move shortcuts to, would look like this:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Media]
"Name"="Media"
"Group"=dword:00000001
"Icon"="\\Windows\\Media.png"
... where "Name" is the name of the folder, "Icon" is the picture that will represent the folder on the start menu, and "Group"=1 tells windows that this is a folder. Once you have created all the folders you want you can use your file explorer to drag and drop the shortcuts into whatever folder you want
Thanx so much "artukas613" that program was exactly what i was looking for.....worked a treat. Thank you to all who helped.

Categories

Resources