X1 Panel HTML pseudo-handlers - XPERIA X1 General

If anyone discover more pseudo-handlers for HTML panel development. Post them here.
The current ones discovered are
Contacts
Contacts
Click to expand...
Click to collapse
Calender
Calendar
Click to expand...
Click to collapse
Tasks
Tasks
Click to expand...
Click to collapse
Webpage in Internet Explorer
Open google.com
Click to expand...
Click to collapse
Webpage in Opera Mobile
Open google.com
Click to expand...
Click to collapse
Phone
Phone
Click to expand...
Click to collapse
Launch Bubble Breaker Game
BubbleBreaker
Click to expand...
Click to collapse
To launch applications from the Program Files directories you need to use something of this form. The "%CE1%" sets you to the program files directory
Google Maps
Replace %CE1% with any of these to go to the directory
%CE1% = \Program Files
%CE2% = \Windows
%CE11% = \Windows\Start Menu\Programs
%CE14% = \Windows\Start Menu\Programs\Games
%CE17% = \Windows\Start Menu
%CE18% = <default volume, dependent on device configuration>
%CE19% = \Application Data
Click to expand...
Click to collapse
To launch the messaging facility you can use ...
Messaging
Click to expand...
Click to collapse

Great idea!

Nice stuff. But how do you open URL with Opera instead?
And how do you start an installed app?

Im not too sure. I spent while yesterday trying to figure out where the root read directory is.
EDIT: Seems the exe's are located in \\Windows\
So, im guessing if you wanted to launch a website in Opera it would be
Open google.com
Click to expand...
Click to collapse
I can confirm ^^ works

Evostance said:
Im not too sure. I spent while yesterday trying to figure out where the root read directory is.
However I couldn't find cprog.exe on the phone....
Click to expand...
Click to collapse
cprog is in windows as are the others.

fards said:
cprog is in windows as are the others.
Click to expand...
Click to collapse
Yep found it thanks

Evostance said:
Im not too sure. I spent while yesterday trying to figure out where the root read directory is.
EDIT: Seems the exe's are located in \\Windows\
So, im guessing if you wanted to launch a website in Opera it would be
I can confirm ^^ works
Click to expand...
Click to collapse
Great stuff.
But how to launch other installed apps (the ones in \program files\)?

Lovsten said:
Great stuff.
But how to launch other installed apps (the ones in \program files\)?
Click to expand...
Click to collapse
Not sure yet. However most of the apps should be in \\Windows

How about trying the winmo aliases, can't find a list of em at the mo, but : DEFBROWSER and the like. (without the space, stupid smilies)
Then the paths have defined shortcuts but I can't find a list of those either (I'd best go to bed too tired, before I fail to find that as well) something like CE% points to /windows etc.

Launching Other applications
To launch applications from the Program Files directories you need to use something of this form ...
Google Maps
The "%CE1%" sets you to the program files directory
To launch the messaging facility you can use ...
Messaging
Please note I've only tested the two examples I have given at the top not these other ones here for access to other areas of windows mobile
%CE1% \Program Files
%CE2% \Windows
%CE11% \Windows\Start Menu\Programs
%CE14% \Windows\Start Menu\Programs\Games
%CE17% \Windows\Start Menu
%CE18% <default volume, dependent on device configuration>
%CE19% \Application Data
More info can be found here ...
http://msdn.microsoft.com/en-us/library/ms839402.aspx

nice one that was the list i was looking for last night...

hi,
im making a new panel and have been able to make the app start by pressing on a button on my panel. is it possible to make the app autostart when i press u press on the panel?
if so could someone post the code i need.
thanks

Hi there and thanks for this tips!
I've got an application saved on my memory card, any idea how to specify the link to be able to start the app?
Thanks
Stefan

Hi again,
Having tested a bit more I realised there is one more basic thing I don't get to work besides figuring out the right path to the memory card.
I have an application that I have developed myself. The application can be started by going browsing for the file in the file explorer, and then clicking it. the question then is; How do I then make a link in my html-panel to start the application?
I thought I could use the links like above, but exchange the name of the application to the file-path? This seems to work for my installed applications, e.g. Xperia Tweak can be started by with:
XperiaTweak
Click to expand...
Click to collapse
But my own application can not be started with:
VOR applikation
Click to expand...
Click to collapse
Any ideas what I'm doing wrong? Or are there alternative ways of starting up my application?
Br
Stefan

Hi there,
I'm building my own panel and get stuck with some links that are on my memory-card.
I want to link to G-Alarm wich is on \Opslagkaart\Programmabestanden\ageye\G-Alarm\GAlarm.exe (yeah, that's Dutch), but the link to
extended://app:start?app=\Opslagkaart\Programmabestanden\ageye\G-Alarm\GAlarm.exe
Click to expand...
Click to collapse
doesn't work. I get a . NET CF initialising error. Strange because I can open these from the Start menu. Same goes for moBlog:
extended://app:start?app=\Opslagkaart\Programmabestanden\moBlog\moBlog.exe
Click to expand...
Click to collapse
And does someone know where to link to if I want to start the MSN chat, the Calculator and the Notes?
When I've taken care of these little issues, I'll share my panel here. Thanks in advance!

Ganondolf said:
hi,
im making a new panel and have been able to make the app start by pressing on a button on my panel. is it possible to make the app autostart when i press u press on the panel?
if so could someone post the code i need.
thanks
Click to expand...
Click to collapse
you have to register edit,
go to software- sonyericson- panelmanager or something like that
http://developer.sonyericsson.com/site/global/home/p_home.jsp
Holds alot of information to.

is it possible to make a button for sms that change its icon when new sms is received?
like spb mobile shell sms icon?
tnx

Anyone Know any more?...
Hi gys, been working on a HTML panel and cant find out the following info.
I'm sure all the exe's have additional args, is there anywhere that has them all together.
one im looking for is for the tmail.exe so i can show sms when i click on the image.
i have at the moment
Code:
a href="extended://app:start?app=tmail.exe" img src="email.bmp" alt="email"></a>
this will open the mail app but not automatically select the email screen.
Anyone know the right arguments?
It's really annoying that this isnt held centrally somewhere, sony need to get in gear, lol!

Opening a .lnk file
Hi guys / gals,
i have a two .lnk file in windows folder that will allow me to create a new text msg and allow me to go to sms view in tmail.exe.
How would i open these using html?
tried a few variations.
href="\WINDOWS\NewSmsMsg.lnk" will open the text contained in the file and messes up the panel, sets the panel screen to be the text inside the shortcut file from then onwards, the panel must be uninstalled to fix that issue.
calling href="WINDOWS\NewSmsMsg" done nothing
same as href="NewSmsMsg" and ="NewSmsMsg.lnk"
Anyone got any ideas.
Annoying as clicking on these shortcuts in the windows folder will do the desired action, just trying to get me html panel to do more useful actions.
Oh and you can write java script in html panels, it's in the example html panel for visual studio creating panels, not sure about flash, have not tried it, it probably JS only being microsoft.

Camera working, notes, msn messenger, calculator
here is the code to run camerarunner.exe that some people have had an issue with:
Code:
<img src="camera.png" alt="Images"/>
hope that helps some people out.
also to run notes its:
Code:
<img src="notes.png" alt="notes"/>
messenger is:
Code:
<img src="messenger.png" alt="Messenger"/>

Related

Turn Bluetooth ON/OFF from Today?

Is there any programs that will let me turn Bluetooth & WiFi on/off directly from the today screen?
By directly I mean a toggle switch rather than a link to the settings page?
Anyone know of one? I've got SPB PockePlus installed, but that doesn't seem to have that option in there?
Thanks
http://www.vijay555.com/?Releases:VJVolubilis
That seems like it'll do the trick, but PocketPlus won't let me assign arguments to an exe, so is there anything freeware that can?
Scottland said:
That seems like it'll do the trick, but PocketPlus won't let me assign arguments to an exe, so is there anything freeware that can?
Click to expand...
Click to collapse
Create a link (.lnk) to the .exe. Put all the arguments you need in it. Use the link with pocketPlus.
How do I create a link/shortcut on the PPC though, I have no option in the context menus?
Scottland said:
How do I create a link/shortcut on the PPC though, I have no option in the context menus?
Click to expand...
Click to collapse
Start > Programs > File Explorer
tap&hold on the ap, choose "Copy"
tap&hold in an empty area, choose "Paste Shortcut"
I recommend using Total Commander instead. It has a built-in simple text editor, which makes it easier to edit that shortcut than opening it up in Pocket Word and whatnot.
And for very specialist markets, where an app that won't let you use shortcuts at all, try VJBrisk.
V
Sorted, got it working now. Thanks chaps.
Just on the look out for some Bluetooth icons to show on or off. Also, any progress on getting the wifi to work without have to enable it first via comm manager?
Scottland - not just yet, I haven't had a wizard to play with so far, so can only really test on the Universal. One day, I'll do it...
V
vijay555 said:
Scottland - not just yet, I haven't had a wizard to play with so far, so can only really test on the Universal. One day, I'll do it...
V
Click to expand...
Click to collapse
hehe, no rush. Thanks for the program
http://www.modaco.com/index.php?showtopic=99493
Go here and register for modaco if you are not a member in order to download the attachment. It is a small program that toggles bluetooth. I usually use my voice command to run it although you could put it in your start menu or on your today screen I guess if you want it there.

[APP][Update 07-11-08] LockDown, keeping stuff private

Don't you hate it when you let someone play with your shiny new WM phone
they usually go right to your SMS inbox?
jonesj8 had the same irritation, so inspired by him I threw something together
Original thread :
http://forum.xda-developers.com/showthread.php?t=375057
I created a new thread to have a bit more overview, and also to get it under the attention of other users who might be interested
@mods
I can understand if you close this thread...
How does it work.
this version requires you to change all the .lnk files pointing to tmail.exe, or to the dll...maybe even other ones...
I say all lnk's but the most important are the ones the "friend" is going see/use.
I've included a shortcut creator in the attachment.
In FileList.ini specify the application to block,
in the included file it's \WIndows\tmail.exe
and i've used msg as argument.
so in the .lnk would point to lockdown.exe with the argument msg
if the passcode is correct the file will be opened.
it's not very quick (since it needs to be opened) but this should change in the next version.
the passcode can be changed in the settings.ini, default is 12345
Let me know what you think or if you have any ideas
Update Version 0.4
Well I finally got around to an update, which is attached below
The application has been rebuild from the ground up, I've used a Lock and Key method, e.g. the lnk uses key.exe which communicates with the server (the lock) this way the server only needs to read the filelist once which should save time.
<note>
because of this you will need to enter the items in the FileList.ini prior to starting the server, when the server is running it will create the used shortcuts for you
which you can then place.
if you add stuff while it is running the shortcuts wont be created...
pointers on making the FileList.ini is in the readme below.
New in this version
- installer (cab)
- app to date support
- redesigned layout
- support for arguments, opening the sms should work now, it does for me
- locking of other files should work now too (thesed with a html file)
- automatically create the proper lnk files in sub folder
To do
- include support for different screen sizes
- way to customize the colors
- mask input with *
- skinning...?
In case someone is bored and wants to create the graphics, be my guest,
My creativity in that department is next to null
Sounds great. Any chance of a screenshot of the lock screen?
Mr_Gee said:
Click to expand...
Click to collapse
Thanks, trying it now
works good, cant seem to get arguments passed to tmail.exe in settings.ini
ie.
msg=\Windows\tmail.exe -service "SMS"
just opens account picker, is on todo list? not bugging you, good app,
thx!
great will it run on VGA? make it as simple as you can so when we are in hurry the soft won't load so long
This looks nice and configurable.
Are we able to make it request the pin for any application listed in FileList? First try didn't work, I want to restrict more than just the inbox
sorry, double post
badaas said:
works good, cant seem to get arguments passed to tmail.exe in settings.ini
ie.
msg=\Windows\tmail.exe -service "SMS"
just opens account picker, is on todo list? not bugging you, good app,
thx!
Click to expand...
Click to collapse
Correct that isn't working... also i'm not sure if it will be in there,
the reason is I wanted to change the app so it looks at the window name,
this would close all message related windows, and there is no need to change the .lnk files
theme freak said:
great will it run on VGA? make it as simple as you can so when we are in hurry the soft won't load so long
Click to expand...
Click to collapse
Not yet, but is planned for future versions, I'll add it to the todo list.
evojulz said:
This looks nice and configurable.
Are we able to make it request the pin for any application listed in FileList? First try didn't work, I want to restrict more than just the inbox
Click to expand...
Click to collapse
Currently any application can be restricted by providing a ID + location, e.g
xyz=\Program Files\TCPMP\player.exe
changing the link to tcpmp would have lockdown popup first
What application would you like to restrict?
Mr_Gee said:
Correct that isn't working... also i'm not sure if it will be in there,
the reason is I wanted to change the app so it looks at the window name,
this would close all message related windows, and there is no need to change the .lnk files
Click to expand...
Click to collapse
hmmm, not sure i know what you mean. But basically, as it is now, I can't go direct to the inbox of sms using your lockdown? \o?
thanks
badaas said:
hmmm, not sure i know what you mean. But basically, as it is now, I can't go direct to the inbox of sms using your lockdown? \o?
thanks
Click to expand...
Click to collapse
Basically, no
but as a workaround you could try making an lnk to tmail.exe with the -service etc. in there, next change the FileList.ini pointing to that new lnk...
not sure if it will work though
Mr_Gee said:
Basically, no
but as a workaround you could try making an lnk to tmail.exe with the -service etc. in there, next change the FileList.ini pointing to that new lnk...
not sure if it will work though
Click to expand...
Click to collapse
bLEhg! lol, ok, will look into that (scratches head )
some novelty things to add: skins, mask input with '*', maybe use symbols instead of numbers, 'jumble' keypad/symbols random for added security (if using symbols )
thanks for infos and keep up the good work
badaas said:
bLEhg! lol, ok, will look into that (scratches head )
some novelty things to add: skins, mask input with '*', maybe use symbols instead of numbers, 'jumble' keypad/symbols random for added security (if using symbols )
thanks for infos and keep up the good work
Click to expand...
Click to collapse
Let me know if it worked, I'll look into the symbols
Skinning was already on my list great minds ....
input mask is also a good one
Any chance you can re-scale the images to fit a 240x240 screen res?
Can test it you want.
Cheers, Mike.
Mike1002 said:
Any chance you can re-scale the images to fit a 240x240 screen res?
Can test it you want.
Cheers, Mike.
Click to expand...
Click to collapse
I'll give it a shot
@ the rest
there are 4 basic resolutions right?
320 X 240
320 X 320
240 X 240
640 X 480
the rest is pretty exotic (Omni & X1)
is this possible on htm files?
Hi Mr_Gee, thanks for sharing
I have an couple of offline files I would also like to lockdown. Is it possible to lockdown those htm files as well? tia.
adomila said:
Hi Mr_Gee, thanks for sharing
I have an couple of offline files I would also like to lockdown. Is it possible to lockdown those htm files as well? tia.
Click to expand...
Click to collapse
probably...
have you tried entering them in the FileList.ini file?
currently not working on html files
Mr_Gee said:
probably...
have you tried entering them in the FileList.ini file?
Click to expand...
Click to collapse
now, that you mention it yes, i have tried it and it does not work, if it is the specific html file. the lockdown screen would still appear but nothing happens after entering the code. maybe it will work, if the iexplore.exe itself is lockdown but this will lock down every/all html files. would it be a big change to code it, just for specific html files? i'm also thinking on specific text files just like the said html files. i keep notes on pure text files like tax account number, passwords, pincodes, etc in a text or word file. maybe this is pushing too far. maybe in the next version/release? hehehe thank you for sharing and more power...
Sorry I was on holidays
I've tested with PIE.exe and i plan this for the next version.
Please note though that this tool is only for making sure "friends" don't read your personal stuff very easy, but passwords/pin codes might be a bit too high risk..
I think this should be further developed! It really should come standard on winmob... hey Gee, if you need a cab builder or photoshop, I'd be happy to help! Let's make this idea the next ROM must-have!
I wanna use this program because every time someone wants to see my phone, they get to snooping into my personal info. However, I'm afriad if I start changing things manually, I'll screw my phone up.

Name under Program in Program tab

Hello!
Is there any standalone cab or reg fix so you can have the name of the program under the icon in the Program tab?
EDIT: and when you go into Program from the start menu, can you move the icons in there to a specific map so you can get the program view a little more organized?
You can move all the programs around and rename the files by using total commander or resco file explorer.
I have done this to organise the folder into many sub-folders.
Thank you Dave!
Now for the name under program tabs, couple of cooked roms that have the feature in them so there should be a easy way like a cab or a reg-hack
Skippydoo said:
Thank you Dave!
Now for the name under program tabs, couple of cooked roms that have the feature in them so there should be a easy way like a cab or a reg-hack
Click to expand...
Click to collapse
Sorry - I meant the program view in the START menu not the TAB (you had both).
I don't now use the program TAB in TF3D as I have all the programs organised in sub-folders under windows\programs and windows\office mobile.
I use that with quick menu and it's so much faster for my many apps (http://forum.xda-developers.com/showthread.php?p=3117017&highlight=secondtoday#post3117017 - it's grown since then !!)
Cheesy Dave said:
Sorry - I meant the program view in the START menu not the TAB (you had both).
I don't now use the program TAB in TF3D as I have all the programs organised in sub-folders under windows\programs and windows\office mobile.
I use that with quick menu and it's so much faster for my many apps (http://forum.xda-developers.com/showthread.php?p=3117017&highlight=secondtoday#post3117017 - it's grown since then !!)
Click to expand...
Click to collapse
Yeah, I realized that you mean't the ones that you access by the start menu and got it fixed, just need the solution for my main issue. Will try yours though, but if anyone know how to fix the names please tell anyway!
Dutty's ROM does that
harrispo said:
Dutty's ROM does that
Click to expand...
Click to collapse
Yeah I know, installed it right away when it came but there were a few things on there that didn't suited me (big props to duffy anyway) so I would really like to have a solution that doesn't require a whole rom.

File names for apps

hi Everyone,
Ive just finished configuring the iphone skin with my custom icons and texts and I need to know what some apps are called in WM6.
Ive created a button called exit which closes the skin launcher and takes you back to windows. I want this button to do the same as clicking on Today in the start menu. Does anyone know what app runs when you click Today in the start menu.
Also at the moment it will only launch .exe's. Does anyone know how to get it to go to a folder in file exploroer instead. e.g. if i click games then i want it to go to windows\start menu\games but it wont as its not an .exe.
Thanks.
parf said:
hi Everyone,
Ive just finished configuring the iphone skin with my custom icons and texts and I need to know what some apps are called in WM6.
Ive created a button called exit which closes the skin launcher and takes you back to windows. I want this button to do the same as clicking on Today in the start menu. Does anyone know what app runs when you click Today in the start menu.
Also at the moment it will only launch .exe's. Does anyone know how to get it to go to a folder in file exploroer instead. e.g. if i click games then i want it to go to windows\start menu\games but it wont as its not an .exe.
Thanks.
Click to expand...
Click to collapse
Well MortScript can do the trick i guess
check this thread http://forum.xda-developers.com/showthread.php?t=542582
Thanks for the reply. I've downloaded it and it seems to work although im having trouble getting the correct command.
parf said:
Thanks for the reply. I've downloaded it and it seems to work although im having trouble getting the correct command.
Click to expand...
Click to collapse
well i guess you can ask in the thread or a mortscript thread about commands i'm pretty sure that there are much more knowledgeable users of this forum about mortscript than me (i know nothing)

[How To] New EM Diagnostic Menu - FW Updated DVP's

Folks, the hidden menu under the Dell EM app has been cracked open. Here is how to get to it. Its still stupid of Dell to have a convoluted way to get get to it.
1. GO to EM app on your DVP (dial ##634# - if u haven't done so to make the app appear under apps)
2. Open physical keypad
3. Double tap the blank dark area of the screen (below the MMS settings)
4. On the physical keyboard, press each of the first row buttons (qwertyuiop)
5. This should open up the advanced menu.
Same password to get to the RD Test and Protocol - *#6336#
Be careful when using the Chinese language menu's. It will make the app language as Chinese. You can always exit and come back to the app.
New features:
Nothing much except one important feature - File Browser (Windows Explorer)
Registry Editor - still doesn't work for writing and only good for reading.
How to Get to File Browser:
1. Go to RD Test. In the input box type *#6336#
This will open up RD test page.
2. Scroll to the bottom and click About EM. This will open up SORRY APPLICATION.
3. In the empty input box, type 983. This will open up the file browser.
The Explorer is so slow and might crash the app.
Note:The above steps only works for the DVP's that have the new EM App and updated FW version - 2250.1800.7355.205 and beyond or close to that.
If you try to load the new EM App in the current DVP's, it will not work for the new features.
--deleted. wrong post
Does any of this allow the DVP to backup SMS, for example if they are stored in a data file?
efjay said:
Does any of this allow the DVP to backup SMS, for example if they are stored in a data file?
Click to expand...
Click to collapse
Will need to investigate on that front...Might take some time.
notebookgrail said:
Will need to investigate on that front...Might take some time.
Click to expand...
Click to collapse
Thanks, fingers crossed!
Built-in file explorer
Thanks for the info on the built-in file explorer.
One thing I have noticed is it shows more files and directories than other methods of looking at the files (like using the web server app).
I can see files in the root as well as many other directories.
For example, when I open the file explorer I see:
Storage Card\
Windows\
Temp\
Application Data\
mxip_notify.vol
Applications\
mxip_system.vol
My Documents\
Program Files\
Wallpapers\
DOCFILE\
and more...
I am not sure that it is helpful, but it is different.
Joelh1 said:
Thanks for the info on the built-in file explorer.
One thing I have noticed is it shows more files and directories than other methods of looking at the files (like using the web server app).
I can see files in the root as well as many other directories.
For example, when I open the file explorer I see:
Storage Card\
Windows\
Temp\
Application Data\
mxip_notify.vol
Applications\
mxip_system.vol
My Documents\
Program Files\
Wallpapers\
DOCFILE\
and more...
I am not sure that it is helpful, but it is different.
Click to expand...
Click to collapse
anyone else thinking this looks similar to windows mobile 6.1 file explorer directories (save from doc file)
keep us posted. Shame not everything works
Let me write a quick app that writes the read file to a isolated storage and we can dump the file from there.
Any of you headed to Mix next week?
notebookgrail said:
Let me write a quick app that writes the read file to a isolated storage and we can dump the file from there.
Click to expand...
Click to collapse
keep us posted
btw when is mix?
domineus said:
keep us posted
btw when is mix?
Click to expand...
Click to collapse
Mix is Apr 12-14.
Are you handing over Chris a dvp?
He won't be getting mine to keep, but if anyone smarter than I feels like they can do something with the registry after having access to a device, I'm game.
notebookgrail said:
Mix is Apr 12-14.
Are you handing over Chris a dvp?
Click to expand...
Click to collapse
I can't
remember the samsung focus I got from here? yeah its sitting nice in a repair center in plano...screen issues up the wazoo. Plus some more things I'll PM...trust me never has my tech been so broken at a time I can't pay for it =/
Do any of the new menus allow tethering without the HTC driver hack?
seaephpea said:
Do any of the new menus allow tethering without the HTC driver hack?
Click to expand...
Click to collapse
Not until we get hold of Qisda Driver similar to HTC.
How bout write access to the file explorer? Everything I find says it's for HTC products only.
Is there a way to permanetly change the touch sensitivity of the phone or will it always reset to the default of 40 after a power cycle?
I love the LED flash light option this gives us now! Sweet!
theusername said:
I love the LED flash light option this gives us now! Sweet!
Click to expand...
Click to collapse
This is a nice app that i put together earlier for the flashlight.
http://forum.xda-developers.com/showthread.php?t=956063&highlight=flashlight
For those of you with the new updated FW, let me if this app isn't working. I will upload the updated one.
AWESOME thanks !
How did you figure this out..?
Anyway.. any idea if the NEW firmware update coming soon, is going to be NEW to us as well ? Camera still isnt fixed, and radio seems worse than old phone.

Categories

Resources