Some dumb questions - MDA, XDA, 1010 General

Not been an XDA owner long and due to business I havent had much time to look at it. But now I am getting in to it but I still seem to be a little lost here....
When hit the X for closing an application (like explorer) the memory settings in the control panel list the application as still running. Is the correct? Am I not closing the application correctly or is this simply the way it should work...? If so is there a quicker way to close these buggers down instead of going into the control panel?
Next question is to do with the connection while the phone is in the cradle. In the settings it says PC Connection. But if I activate the explorer it jumps onto the GPRS network.
Next question - How can I monitor per month how much bandwidth I have used?
And last question - for the moment - anyone know of a good PDA enabled link site?
Thanks in advance for any help you can give me.

You'll find answers to all of your questions (i think) by searching the forums.
The X-button does not exit a program by default. You need a third party application to make it work that way. There are plenty of those around, a lot of them free of charge. Have a look at www.freewareppc.com and you should find a couple.
You need to change a connection setting so that the XDA knows that the cradle does not only connect to work, but also to the internet. Can't remember exactly what setting, but search the forums or by all means read the fine manual that came with the device.
To monitor the GPRS usage you need a third party application. There might be a free one around somewhere, but otherwise SPB Software GPRS Monitor is a good choice.
www.google.com shows up just nicely on my device, give it a try.

For closing and switching applications, I use PocketNav. It's fantastic, give it a shot. You can find it here: http://www.scottandmichelle.net/scott/cestuff/pocketnav.zip

tnx for posting a copy of the software!

mate,
you can also try another freeware called systeminfo. it's a today plug-in; which shows you 3 types of information; battery charge (with a bar and %), memory use (also with a bar and %) and the running apps. the running apps has 4 small buttons; n, a, c, x. if you have multiple programs running; say word and then the second one is wmp, clicking on "n" will go to the second running program (which will show the running app's name on the small bar). clicking on "a" will open a new window which shows you all the running programs, clicking on "c" will click the present program seen on the indicator bar, clicking on x will close all your apps. btw; if the indicator bar shows that word is running; clicking on that bar will open the window where your word app is running.
here's the cab file...check it out...
cheers mate

Related

(UPDATED 18-09-2010) Auto Lock (CSDEVCTRL)

Hi all,
as am now moving to a more open platform (android), i would like to return the favor of learning through this forum, how to program on win mobile by posting the code of this utility.
Its given as is, no warranties, no tricks, do not expect a well written code etc.
Based on C++, no .Net.
Hope will provide to someone, knowledge and info on this subject.
Have fun with it.
Chris
This is the link
http://rapidshare.com/files/419726318/csdevctrl.zip.html
--- Old introduction ---
Hi all,
this is mainly an auto locking program which utilizes the Windows Locking for partial locking (phone related keys are active)
or complete locking (no keys are active).
It can be considered as an add-on to other programs which provide the User Interface, an 'In Call Locker'
with some goodies as mentioned later on which may or not depend on whether the device is locked (with any program that uses
the Windows locking).
The locking can be activated at the following events:
1. After a specified period of idle time (no screen tapping or touching the keyboard).
2. After the device has waken up.
3. During a call ("In-Call Locking" Partial or Full).
Also for any of the first 2 events (idle or wake up) the program can run a specified executable/registered file together with any command line arguments that might be required.
Finally, some 'goodies':
(Stand-alone means it does not require any other option or the device to be locked)
A.(Stand-alone) it can provide some customization on the carrier name so that:
- It can fit on the screen (for example not to overwrite the Battery icon in SPB Shell).
B. (Stand-alone) Turn on Bluetooth if a call is being dialed or received. Then switch it off after
the call has ended and the headset is not connected.
Usefull if you have a bluetooth handsfree kit in your car and you do not want to keep on turning on/off
the bluetooth.
C. (Stand-alone) Flash the Backlight and or Vibrate while ringing.
At last, you can 'see' if your phone is ringing.
D. Reset the Exchange Server Policy.
Stops the frustrating setting of the password being required after connecting to the exchange server.
F. Turn off the display or/and the device itself.
It can be used as a power saver while playing music etc.
G. Set your favorite SIP (which is being reset back to the default with every soft reset).
H. HotKeys (NEW)
You can assign as sequence of keys to perform an action.
(see http://forum.xda-developers.com/showpost.php?p=3666785&postcount=702)
The parameters that are driving the behaviour of this utility are located at:
http://forum.xda-developers.com/showpost.php?p=2424492&postcount=148
The parameters can also be updated using the setup program provided (csdevctrlsetup.exe).
A flow diagram of the parameters that relate to locking, is provided in the zip file for better understanding of their use.
The debugscr.exe program has been added to help identifying the keystroke codes and coordinates. Before this program is executed
the csdevctrl must be stopped as mentioned further down.
To install it:
- Use the cab file provided.
Simply run it and it will create:
- under the 'Program Files' a directory with name CSDevCtrl'
This directory will contain:
csdevctrl.exe is the main program
csdevctrlsetup.exe is the setup program
debugscr.exe is a utility to find the coordinates and keystrokes (optional).
- Shortcuts under the 'Programs'.
- They can be installed either in the internal memory or on a storage card.
To run it:
> Run the Setup program to set the parameters and the Start Up option.
> Run the program (csdevctrl) and it will spawn at the background as another process.
The device will vibrate once to show that the program has started.
To stop it:
> Running the program second time will cause the program to exit (It will show a confirmation window which will close in 3 seconds unless you close it sooner).
To uninstall it:
> Close the process as usual (run it again or kill the process).
> Remove it from the installed programs.
> Also delete the registry key HKEY_LOCAL_MACHINE\Software\CSDevCtrl
As a note, do not rename the csdevctrl.exe as the uninstall depends on this name.
It has been compiled only for WM6.
For more information see the next link:
http://forum.xda-developers.com/showpost.php?p=2391054&postcount=142
If you wish to buy me a beer or a pitta of souvlaki for my effort, feel free to click on the link below:
https://www.paypal.com/cgi-bin/webs...ode=EUR&lc=CY&bn=PP-DonationsBF&charset=UTF-8
Cheers
Chris
Log:
29/11 - v.6.5 - Added power off after disconnect, support for 6.5 win (beta)
17/09 - v.6.18 - General Policy handling, Dump variables for debugging purposes
04/08 - v.6.16 - Added option for startup delay, Keep the backlight on while on call, lock when dimmed.
27/06 - v.6.15 - Added option to lock only if specific programs are running
20/06 - v.6.14.1 - Fixes.
no bad, i like how it uses the built in windows lock.
Thanks,
it works well with my favourite program (Spb shell) which is the reason of me developing this.
this works great on the smartphone but there is a visible window which can be closed too easily with task managers and can't be navigated away from.
any poss you could hide it rather than minimise it?
looeee
i have updated the program to be windowless as you mentioned (attachment replaced)
Hope it works for you.
Cheers
Chris
chrisstavrou said:
i have updated the program to be windowless as you mentioned (attachment replaced)
Hope it works for you.
Cheers
Chris
Click to expand...
Click to collapse
First of all, thanks for sharing!! This is a very nice app.
I've tested the 2 versions (window and windowless), and I have a suggestion if I may.
I like the idea of the program being windowless, since it becomes more appealing to the eye (I mean, it's great we don't have to see the small window minimize everytime we wake the device), but now, to be able to close the app, we must use a task manager to kill the process(e.g. sometimes we may want to test some other locking software and we need to disable it temporarily). So my suggestion would be that when we run the program once it starts, the next time we run it, it stops. Would that be possible? I think it would make your app perfect!!
Remember, it's only a suggestion.
Thanks in advance.
Its good to know that it may be of use by someone
I have updated it as you mentioned, it will exit if you run it the second time (attachment replaced).
chrisstavrou said:
Its good to know that it may be of use by someone
I have updated it as you mentioned, it will exit if you run it the second time (attachment replaced).
Click to expand...
Click to collapse
Now it's just great!!
Thank you very much for this.
What's the purpose of this app, from the description above it looks as though it does what the original lock already does, so I ask again; what's the purpose of this app?
NiteStalker said:
What's the purpose of this app, from the description above it looks as though it does what the original lock already does, so I ask again; what's the purpose of this app?
Click to expand...
Click to collapse
Automatic lock!!
Once your device light gets dimmed, or on device wake up, without having to press the lock button.
Is that clear enough for you?
Just set the time for 0 minutes, and it's locked on wake-up.
Guess the dim part is good, thanks for clearing that up. I guess my brain wasn't working, I couldn't figure out what deemed was.
now i love the app for what it does... my only suggestions or worries are... after setting that up, i no longer am able to input a password when the lock is activated... and when the program is activated, it wakes the device up from the dimmed, light, thus defeating the purposes of the backlight going off... and also draining the battery a little more... is there ayway that the program can run without waking the device?
MrGalione973 said:
and when the program is activated, it wakes the device up from the dimmed, light, thus defeating the purposes of the backlight going off...
Click to expand...
Click to collapse
I have had this happen to me sometimes as well, already in my short testing time span: when pressing the power button (once) the backlight switches off and back on!
I am also experiencing that it sometimes just does not seem to lock: when pressing the power button twice (with pause) my device only sometimes locks.
And in case you are open to another suggestion: perhaps you can minimize all windows when locking, so the lock ends up on the today screen; or make it an option somehow (command line parameter?)
Thanks for the advices i will be checking them out and come back to you
mousio said:
And in case you are open to another suggestion: perhaps you can minimize all windows when locking, so the lock ends up on the today screen; or make it an option somehow (command line parameter?)
Click to expand...
Click to collapse
Another vote for that!
TBH the only reason I still use S2U is because I can see my missed calls, appointments etc. It's a great app, don't get me wrong, just not something I need.
Your locker would be perfect for me with an option to go back to Today on locking.
Or, perhaps you could implement a simple count of missed calls, SMS, MMS, emails and appointments directly on the lock screen? Just don't let it grow too much!
works beautifully for me with the spb mobile shell 'now' screen showing me the info, thankyou very much!
Why don't you add an option of command line parameter specifying a program/link to be launched before locking? That way it would be very flexible (there are plenty of small programs around doing loads of stuff - like minimizing everything or sending a text or calling your mama - possibilities are endless)
Program has changed as per your advices:
- Leaves the device in idle state for better power management
- Run an application while trying to lock by reading a file.
I have updated the first entry of the thread with some more info and the file.
Any comments are welcome.
Enjoy
I love it. It's simple and effective. Just the way I like things. I'll keep testing it for a while and report back.
I've got another idea actually.TODAY option works really well, the only 'problem' (its not a problem,just room for improvement ) that you need to reopen all the windows you had opened before.
How about an option TODAY&BACK when the minimised windows would be reopened when unlocked? In other words-minimised when locked, back to what it had been before locking when unlocked? It would make it perfect (until next idea strikes)
Anyone tested it on WM5?

Your opinion requested

Hi All,
I'm seeking the opinion of current Rose owners.
The north american version of the Rose is about to be released in Canada (labelled as HTC S743) It looks to be identical in all respects to the S740 except that the radio is adjusted for north american 3G frequencies.
I'm currently using the S730 and I used to have a VOX until my wife decided that she liked it. When I look at the specs for the S743 and the reviews online, my initial reaction is that I MUST have one. But before I go out and spend that kind of money, my questions for you Rose owners are:
Do you find it more responsive than its predecessors? (Wings, Vox)
Does it fit comfortably in your pocket or would you recommend getting a belt-case?
How is the battery life given moderate use? (~1 hour talking each day, bluetooth always on, Directpush mail enabled during working hours)
If you could change one thing about your Rose, what would it be?
I appreciate any opinions you have to offer.
Thanks,
Canuk
Canuk said:
Hi All,
I'm seeking the opinion of current Rose owners.
The north american version of the Rose is about to be released in Canada (labelled as HTC S743) It looks to be identical in all respects to the S740 except that the radio is adjusted for north american 3G frequencies.
I'm currently using the S730 and I used to have a VOX until my wife decided that she liked it. When I look at the specs for the S743 and the reviews online, my initial reaction is that I MUST have one. But before I go out and spend that kind of money, my questions for you Rose owners are:
Do you find it more responsive than its predecessors? (Wings, Vox)
Does it fit comfortably in your pocket or would you recommend getting a belt-case?
How is the battery life given moderate use? (~1 hour talking each day, bluetooth always on, Directpush mail enabled during working hours)
If you could change one thing about your Rose, what would it be?
I appreciate any opinions you have to offer.
Thanks,
Canuk
Click to expand...
Click to collapse
Not sure if i am a good reference, since i am absolutely in love with this device. am still trying to answer your questions:
More responsive? absolutely so. owned a vox before that, and these two devices are worlds apart. both processor power and ram wise (ran out of ram on the vox on several occasions resulting in program crashes when simultaniously running nav software and pocket player for example. never happened with the rose so far, and doubt it ever will. not even gonna start talking about lockups on the vox because of the rather feeble processor.)
Will it fit a pocket? depends on your pocket i suppose. fits fine in mine (i do not wear baggy pants. its not really that large anyways. compared to the vox: same depth, slimmer, but a bit longer.)
battery life moderate use? mine lasts for about 24 hours. not sure if that could be a reference point tho: fairly heavy browsing, 3g and bluetooth and ActiveSync push on 24/7, tons of progs running in the background, a2dp stream for 2-3 hours, sometimes some wifi. itll definately last from morning till sometime around midnight.
if i could change one thing? acquiring my baby ripped quite a big hole into my pocket back then...
hope that helps,
.-ombre-.
Released in Canada by whom, and where???
I just got one last week. If you like the Vox & Wings then you'll absolutely love the Rose.
This phone is very responsive. The typical annoyance of HTC smartpones like: unresponsive keypad, d-pad that occasionally missed when action key is pressed are gone. The addition of GPS is a big welcome.
Regarding the size, It's a bit longer but narrower, so it felt good on the palm and can be easily slipped into the pocket. I use a landyard and carry it naked.
Regarding battery life: I push my email and let my messanger on all day and the battery can last for the whole day. So the battery is good.
If I could change one thing: I wish it has video call ability like the wings.
Thanks for your feedback. I really appreciate it and you have helped me make my decision.
Ombre - I share your pain on the cash outlay! Fortunately this would qualify as a legitimate business expense for me so I don't have to shoulder the entire $$ burden myself.
Kardboard - It was supposed to be released on Expansys this Monday, but I've just checked the site and it seems we are going to have to wait for a couple more weeks.
Thanks again!
Canuk
AVE...
I'm using HTC S740 for two months now. It is polish language version(I'm from Poland) and there are few things a bit irritating.
First of all, the WM6.1 apps, like Comm Manager, IE, QuickGPS and such, can't be closed other way, than by using task manager. There is an option in Comm Manager labelled "Close" but it doesn't work.
Office, which was installed by HTC, is useless: I can't copy text from any text files. Yesterday I wrote long letter to my friend using Office, I wanted to send it via MMS. I couldn't copy the text, and when I sent her the whole file as attachment to MMS, she got some squares instead of letters.
IE and Opera are terribly slow. Opera is also terribly unstable. I can't login to some sites because even if I select the "log in" button, I can't "click" it. Odd.
CHome Configurator can't edit most of panels on my screen. I can't either add new panels.
And there is also battery cover, which is not holding to the phne well enough, but I think it's only in my phone. Besides, the plastic lens protector is often hard to clean-up and is distorting the photos. It should be made of glass...
And it would be nice to have push-to-talk available as it is rather software-made. The commercial software for PTT can't interface with standard protocol used by my GSM operator, because it uses its own standards and can work only with other phones with proper software installed. And because my friends are using Nokias with native PTT support, I can't communicate with them via PTT...
Urgon said:
AVE...
I'm using HTC S740 for two months now. It is polish language version(I'm from Poland) and there are few things a bit irritating.
First of all, the WM6.1 apps, like Comm Manager, IE, QuickGPS and such, can't be closed other way, than by using task manager. There is an option in Comm Manager labelled "Close" but it doesn't work.
Office, which was installed by HTC, is useless: I can't copy text from any text files. Yesterday I wrote long letter to my friend using Office, I wanted to send it via MMS. I couldn't copy the text, and when I sent her the whole file as attachment to MMS, she got some squares instead of letters.
IE and Opera are terribly slow. Opera is also terribly unstable. I can't login to some sites because even if I select the "log in" button, I can't "click" it. Odd.
CHome Configurator can't edit most of panels on my screen. I can't either add new panels.
And there is also battery cover, which is not holding to the phne well enough, but I think it's only in my phone. Besides, the plastic lens protector is often hard to clean-up and is distorting the photos. It should be made of glass...
And it would be nice to have push-to-talk available as it is rather software-made. The commercial software for PTT can't interface with standard protocol used by my GSM operator, because it uses its own standards and can work only with other phones with proper software installed. And because my friends are using Nokias with native PTT support, I can't communicate with them via PTT...
Click to expand...
Click to collapse
Maybe you're using Opera 9.5 for the PPC and not the SP one (there's no opera 9.5 for the SP).
Just use Iris Browser, latest versions are very good.
Urgon said:
AVE...
I'm using HTC S740 for two months now. It is polish language version(I'm from Poland) and there are few things a bit irritating.
First of all, the WM6.1 apps, like Comm Manager, IE, QuickGPS and such, can't be closed other way, than by using task manager. There is an option in Comm Manager labelled "Close" but it doesn't work.
Office, which was installed by HTC, is useless: I can't copy text from any text files. Yesterday I wrote long letter to my friend using Office, I wanted to send it via MMS. I couldn't copy the text, and when I sent her the whole file as attachment to MMS, she got some squares instead of letters.
IE and Opera are terribly slow. Opera is also terribly unstable. I can't login to some sites because even if I select the "log in" button, I can't "click" it. Odd.
CHome Configurator can't edit most of panels on my screen. I can't either add new panels.
And there is also battery cover, which is not holding to the phne well enough, but I think it's only in my phone. Besides, the plastic lens protector is often hard to clean-up and is distorting the photos. It should be made of glass...
And it would be nice to have push-to-talk available as it is rather software-made. The commercial software for PTT can't interface with standard protocol used by my GSM operator, because it uses its own standards and can work only with other phones with proper software installed. And because my friends are using Nokias with native PTT support, I can't communicate with them via PTT...
Click to expand...
Click to collapse
To do Cut/Paste, switch/Kill taks, use Smart Tool Kit, it's free:
http://smarttoolkit.wordpress.com/download/
About CHome, I can add windows Live, Contacts (several pages) without any problems.
Opera for smartphone is only version 8.5. Use OperaMini, it's really good and free.
AVE...
[email protected]
This program is great. Thank you.
And yes, I used wrong version of Opera. But for now I'll use Iris...
There are also two programs I wish to recommend for any Rose user:
Mobipocket Reader - for ebooks;
Palringo - for IM.
I used Mobipocket Reader before with Nokia E50(Symbian s60v3) and I must tell you: it's very good piece of freeware.
On the other hand Palringo has limited functionality. It can connect with many IM protocols(unfortunately not with Gadu-Gadu), but it has some functions I like: it can send voice messages and photos to anyone on IM contact list and it works well with Jabber transports. I tried few Jabber clients, but they didn't worked well enough...
[email protected] said:
To do Cut/Paste, switch/Kill taks, use Smart Tool Kit, it's free:
http://smarttoolkit.wordpress.com/download/...QUOTE]
I must say, also for me is it a nuisance (and incomprehensible) that you can't select text in Word Mobile to copy/cut/paste it.
Actually it makes Word Mobile a useless app.
So I tried Smarttoolkit, but I have a few major problems when running Smarttoolkit (S740 often slows down / freezes, programs folder is empty) and I can't find the edit function.
So, while it seems to have some nice tools, is seems an unfinished product and the option I installed it for doesn't seem to work (or maybe I'm a bit stupid).
Anyone have another solution to select text in Word Mobile ?
Click to expand...
Click to collapse
I'm fresh from a nokia e61, here's my take after about a week's worth of use:
Responsiveness is as fast as most smartphones on the market today. Not exactly dumbphone-snappy, but not nearly slow enough to get in your way. The only thing that might bug you is the one-second delay you get when you slide the thing open and shut on anything except the home screen; personally, I didn't mind it that much.
Does it fit comfortably in your pocket or would you recommend getting a belt-case?
Click to expand...
Click to collapse
Funny you should ask that…when I first cracked the box open, it had a sticker on the screen that said, I quote, "remove phone from pants pocket before sitting down." Found it kinda ironic, as it's not nearly hefty or bulky enough to actually warrant such a label. To be fair, it's rather hefty compared to most phones, and in fact about as thick as a whiteboard marker. I've found the design hides its bulk quite well (the faceted back cover in fact makes it look slimmer than it is).
Battery life was disappointing, frankly, but as a disclaimer, my previous phone had a ridiculously long-lasting battery for a smartphone. I'm able to pull about a day's worth of usage with auto-checking email every 5 minutes, about 8 texts in and out, 3G on, and light wifi browsing.
Change? I only wish there was some kind of quick-launch panel on the main menu that would let me scroll through and fire up any application I want. Also, kinda ties into the previous point, but a more efficient task-switcher would be welcome. I've noticed the home button doesn't do much else aside from…well…take you home. It would be nice if they mapped a long press of that button to some kind of juiced up task manager.
Another thing that bugs me is the inconsistent function of the "back" button. In some apps it deletes, in other times (like menu navigation) it takes you to the previously viewed menu/app, some other times it serves as a back button from within an application.
As for fortes, I think the best feature would be HTC's homescreen GUI overlay. It's extremely functional and logical, listing clock, calendar, missed calls and alerts, messaging, mail, etc, etc. I've found it to be so functional, in fact, that I hardly ever dive into the (admittedly rather unsightly) underlying WinMo menus. For most information you might need at-a-glance from your mobile, the homescreen certainly delivers.
Just my take. Hope it helps you, or if not, some other forum-lurker or prospective buyer.
peseta said:
[email protected] said:
To do Cut/Paste, switch/Kill taks, use Smart Tool Kit, it's free:
http://smarttoolkit.wordpress.com/download/...QUOTE]
I must say, also for me is it a nuisance (and incomprehensible) that you can't select text in Word Mobile to copy/cut/paste it.
Actually it makes Word Mobile a useless app.
So I tried Smarttoolkit, but I have a few major problems when running Smarttoolkit (S740 often slows down / freezes, programs folder is empty) and I can't find the edit function.
So, while it seems to have some nice tools, is seems an unfinished product and the option I installed it for doesn't seem to work (or maybe I'm a bit stupid).
Anyone have another solution to select text in Word Mobile ?
Click to expand...
Click to collapse
Try Vito CopyPaste.
Click to expand...
Click to collapse
Hi ninethreetwo,
Thanks for the input. I definitely prefer to carry the phone in my pocket. I've had some larger phones in the past that were too big for pockets (Blue Angel, Harrier, Palm 700wx) and I just couldn't find a convenient place to put the belt case. I was always catching in on things or crushing it when I got in to the car. One of the reasons for buying a Vox was the compact and "pocket friendly" form factor.
ninethreetwo said:
Change? I only wish there was some kind of quick-launch panel on the main menu that would let me scroll through and fire up any application I want. Also, kinda ties into the previous point, but a more efficient task-switcher would be welcome. I've noticed the home button doesn't do much else aside from…well…take you home. It would be nice if they mapped a long press of that button to some kind of juiced up task manager.
Click to expand...
Click to collapse
I can relate. My one complaint about many of the smartphone interfaces is that it oftentimes takes too many clicks to get what I want. On the Wings I modificed the HTC interface slightly to include the recent apps gui (like in the default interface) which helped tremendously.
Thanks again for your feedback! I appreciate the time that you and the other contributers to this thread have taken to provide such considered and detailed responses.
Thanks,
Canuk
AVE...
I must say, also for me is it a nuisance (and incomprehensible) that you can't select text in Word Mobile to copy/cut/paste it.
Actually it makes Word Mobile a useless app.
So I tried Smarttoolkit, but I have a few major problems when running Smarttoolkit (S740 often slows down / freezes, programs folder is empty) and I can't find the edit function.
So, while it seems to have some nice tools, is seems an unfinished product and the option I installed it for doesn't seem to work (or maybe I'm a bit stupid).
Anyone have another solution to select text in Word Mobile ?
Click to expand...
Click to collapse
You can select text in Word Mobile. As Master Yoda would say: "use the [shift] key, Luke". Simply open file, select EDIT, place cursor where you want to start your selection, hold down [shift] and scroll down with D-Pad.
Next, for SmartToolkit work you must install RC8 version. Also in Control Panel>General set "On Homescreen" to be "SmartToolkit Taskbar", and in Control Panel > Hotkeys set [Clipboard] to be your D-Pad button. This way you will be able to use your standard options on Homescreen made by HTC and in the same time use SmartToolkit. And in Control Panel > Gadgets you can create easy-accessed shortcuts and Pop-up Launcher lists with your programs, it's very useful.
It looks like this:
ninethreetwo said:
Change? I only wish there was some kind of quick-launch panel on the main menu that would let me scroll through and fire up any application I want. Also, kinda ties into the previous point, but a more efficient task-switcher would be welcome. I've noticed the home button doesn't do much else aside from…well…take you home. It would be nice if they mapped a long press of that button to some kind of juiced up task manager.
Click to expand...
Click to collapse
You can use CHome Configurator (grab the CAB from the Excalibur board) to add shorcuts to favorite applications at the home panels (See attached screenshot). It's very easy, here are the steps:
1. Open CHome Configurator
2. Show 'CLinks' and hilight it and press action to customize
3. Then Go to 'Menu/Page/New'
4. Then in the new page, click 'Menu\Template\Application Launcher'
5. Select the application that you want, set the name & icon
6. Repeat the procedure for as many shortcut as you like
7. Once finished, save at exit.
Other alternative is to use quick launcher application like xBar, RightMenu, SmartToolKit or just use a different theme which use rjshorcut plugins. The best place to get S740 themes is here:
http://www.nectun.com/galerie.php?langue=en&id_type_skin=-1&id_type_tel=15
Use this free Theme Changer to compliment the themes that you download:
http://www.ifihadadollarforeverytimesomeonesaidthatiwouldhavemyownwebsite.com/ThemeChanger/
To remapped the home key, you can use software like AEButtonPlus or Hotbutton Plus
Cheers!
Thenext1 and Urgon, thank you for your replies.
I downloaded Vito CopyPaste version 1.3 and installed it.
It does work (e.g. in Mail), however for some reason doesn't in Word Mobile.
Very disappointing
The selection method of shift+D-pad works, so at last I can edit text afterwards.
However copy/cut/paste with ctrl+C/X/V doesn't work in Word Mobile.
This (regular) option however works in other apps (e.g. Mail, SMS, Contacts).
I also installed SmartToolkit RC08 and changed the settings as suggested.
It certainly works now very well and isn't intrusive for the Home screen with HTC sliding panels. It also (for now) doesn't slow down or freeze (like I experienced with RC09).
But, while I can get copy/cut/paste working in other applications, also this doesn't work in Word Mobile.
Is somehow in Word Mobile the possibility of using copy/cut/paste blocked ?
AVE...
It shall work, certainly works for me. You have to hold down the D-pad button for 0,5 seconds to access clipboard menu. It may be also required to restart your phone in order to make it work.
Below you can see my clipboard menu in Word Mobile.
BTW, the whole Office package is useless, because you can't create new documents.
Urgon said:
AVE...
It shall work, certainly works for me. You have to hold down the D-pad button for 0,5 seconds to access clipboard menu. It may be also required to restart your phone in order to make it work.
Below you can see my clipboard menu in Word Mobile.
BTW, the whole Office package is useless, because you can't create new documents.
Click to expand...
Click to collapse
I agree, especially Word mobile is completely useless, even for opening documents created on a PC.
Excel sort-of works when opening documents.
Powerpoint instead is near-perfect.
Well, I tried copy/paste again with SmartToolkit in Word Mobile and now it worked. Must have done something wrong before.
That Word Mobile is a very crippled text editor is certainly true.
But sometimes you really need a text-editor and beggars can't be choosers.
On my reliable iPAQ hx4700 I use Textmaker, almost as powerfull as the Windows version, which is one of the best alternatives for MS Word. The same is true for Planmaker (PPC an Windows versions) as alternative for Excel.
The problem of not being able to create a new document or worksheet in WinMo 6 Standard can be solved easily bij copying an empty .doc and an empty.xls file from your PC to your Smartphone. Use these files and save them as another file afer editing (so you keep the empty files unchanged)
A more elegant solution is the free donew (I believe I saw this tip in one of the threads in this Rose forum, so credits where they are due): it creates 2 extra links in "Office Mobile" to an empty Word and empty Excel file.
Canuk said:
Do you find it more responsive than its predecessors? (Wings, Vox)
Click to expand...
Click to collapse
I only had a few moments with Vox, but I would say that difference is quite noticable. Especially RAM is an overkill on Rose.
Canuk said:
Does it fit comfortably in your pocket or would you recommend getting a belt-case?
Click to expand...
Click to collapse
I always carry it in my pocket without a problem. It isn't the thinniest phone in the world, though.
Canuk said:
How is the battery life given moderate use? (~1 hour talking each day, bluetooth always on, Directpush mail enabled during working hours)
Click to expand...
Click to collapse
I would say 1.5 day on average. Mine lasts between 1 to 3 days depending on usage.
Canuk said:
If you could change one thing about your Rose, what would it be?
Click to expand...
Click to collapse
Hard to say really, it doesn't miss much. I would like it a little bit thinner.

[APP] LightJacker, the ultimate backlight fix & more

LightJacker 1.0.3
Universal backlight fix / TomTom backlight fix
for WM5 & Up​
Hi guys! I just installed TomTom on my S740 and found it still has that annoying bug where the backlight keeps going off, so I decided I would write my own app to fix this problem.
It features completely transparent operation with backlight resuming normal function when the target app is not focused (i.e. when one minimizes TomTom), universal-ness so it can be applied to any app, lightweightness, and doesn't touch the system in any way.
In future, I may also expand it to support configurable key-to-key and key-to-mouse translation, to make some PocketPC-only apps usable also on the Smartphone.
For the interested, see all the details at the program's webpage.
And let me know what you think about it.
Thank you!
Thanks! I think it is a great idea!
I have been looking around for such app to keep the backlight always on when necessary - e.g. reading e-books, watching video and etc.
My feedback is it may be a little troublesome to do the link to each application you want to apply?
Is it possible to make it a background app, whereby when turned on it keep the backlight on always, but when turned off it revert back to the default setting in Power management.
Thanks.
zhuozhi211 said:
Thanks! I think it is a great idea!
I have been looking around for such app to keep the backlight always on when necessary - e.g. reading e-books, watching video and etc.
My feedback is it may be a little troublesome to do the link to each application you want to apply?
Is it possible to make it a background app, whereby when turned on it keep the backlight on always, but when turned off it revert back to the default setting in Power management.
Thanks.
Click to expand...
Click to collapse
I've put on my web page an easier semi-automatic procedure for creating the link, you just have to enter the path to the executable and the name for your shortcut, and download the ready-made .lnk file (be warned that it doesn't work with firefox, though, but it does with IE and Opera.)
I don't think it's so difficult and time-consuming now
There already are apps or mortscritps that do what you want, I.e. changing the systemwide setting, but it is exactly what I don't want to do: impose additional hassle on the user having to start/stop an app, and mess with registry and systemwide settings... I wanted LightJacker to be as invisible to the use as it could.
Hi there thenext1, I tried your app and the set up was fine and it works great, so thanks very much for that. I like the way it picks up the icon from the original app, this got me thinking that you could make an adaption of your app that just injected a new icon into a shortcut for any app and that is all it would do, just to change the icon for any app and nothing else, if you see what I mean, sorry to be a little off topic but just a thought. I have some apps that have horrible Icons I would like a simple way of adding my own Icon into a shortcut. "IconJacker"
uniqueboy said:
Hi there thenext1, I tried your app and the set up was fine and it works great, so thanks very much for that. I like the way it picks up the icon from the original app, this got me thinking that you could make an adaption of your app that just injected a new icon into a shortcut for any app and that is all it would do, just to change the icon for any app and nothing else, if you see what I mean, sorry to be a little off topic but just a thought. I have some apps that have horrible Icons I would like a simple way of adding my own Icon into a shortcut. "IconJacker"
Click to expand...
Click to collapse
That function is outside LightJacker's scope, anyway, you can try editing the .lnk file and changing the last path after the "?" mark to reflect a path to an .ico file on your phone, and editing the last number to be zero or remove it with the comma altogether.
I don't know if it will work.
Perfect idea! Sounds like a super program!! I have been looking for a feature like this!
A question: can it monitor several programs also? (e.g. Tomtom and igo and acrobat reader)? Seems like the shortcut generator can only support one program...
parkhaus said:
Perfect idea! Sounds like a super program!! I have been looking for a feature like this!
A question: can it monitor several programs also? (e.g. Tomtom and igo and acrobat reader)? Seems like the shortcut generator can only support one program...
Click to expand...
Click to collapse
Just create a shortcut for each of your program.... be warned though, I didn't test multiple programs at once. It might not work.
Has anyone gotten this to work with an HTC Touch Pro? I've tried installing this - and after I create the shortcut, and click the master app I'm trying to keep lighted - I get the following error message:
"The file 'ljack' cannot be opened. Either it is not signed with a trusted certificate or one of its components cannot be found. If the problem persists, try reinstalling or restoring this file."
When I click on the ljack.exe file on it's own - I get the following message:
"LightJacker error 2"
I'd read that another program that requires a purchase, "smartlight" was incompatible with our phones, so I'm wondering if it's something unique to the Touch Pro.
P0ll0L0c0 said:
Has anyone gotten this to work with an HTC Touch Pro? I've tried installing this - and after I create the shortcut, and click the master app I'm trying to keep lighted - I get the following error message:
"The file 'ljack' cannot be opened. Either it is not signed with a trusted certificate or one of its components cannot be found. If the problem persists, try reinstalling or restoring this file."
When I click on the ljack.exe file on it's own - I get the following message:
"LightJacker error 2"
I'd read that another program that requires a purchase, "smartlight" was incompatible with our phones, so I'm wondering if it's something unique to the Touch Pro.
Click to expand...
Click to collapse
Error 2 means that an incorrect command line was supplied - in your case, no cmd line at all.
The other error with the proper shortcut is a windows mobile generic error, and I don't know why it comes up, it should run fine as it does when start ljack.exe on its own....
Maybe your phone isn't fully app-unlocked?
A super idea for a program! however, a GUI would be nice....
command-line options are not very handy. And I think that is where the Error 2 comes from. I also had trouble using your .lnk maker.
Hmmm, your site seems to be down.
Any chance you could upload the cab here on xda?
Yes, I confirm...
I tried several times.... The website is dead since this morning. So, no chance to download this promissing application until now.
For a very similar app go here:
http://oldsap.blogspot.com/2009/02/dontsleep.html
there is a version which prevents the PPC from entering standby, and one that does it only while wifi is on. Also a great app!
arturobandini said:
Yes, I confirm...
I tried several times.... The website is dead since this morning. So, no chance to download this promissing application until now.
Click to expand...
Click to collapse
You are right! Will investigate the problem.
@parkhaus: what'd be the GUI for?
I would love to have a program that keeps the backlight on when certain programs are running (Adobe reader, Tomtom, ebook reader, etc).
A menu for defining those programs would be great! making shortcuts for each program is a bit too complicated for most users.
A solution in MortScript you can find here
Note: knowledge of german language is required
parkhaus said:
I would love to have a program that keeps the backlight on when certain programs are running (Adobe reader, Tomtom, ebook reader, etc).
A menu for defining those programs would be great! making shortcuts for each program is a bit too complicated for most users.
Click to expand...
Click to collapse
An utility in .NET CF can be easily made, but I absolutely don't have any spare time to do it.
Or you can use the method provided by the above users, although it's the old method of changing values in the registry.
Thankyou very much, I needed an app like this for Memory-Map OS5 (App for Off-road satnav in the UK).
I don't suppose you use winmo 6.5 do you? I have another problem with that app in 6.5 where it has icons along the bottom like 6.5 does - however, as 6.5 changes the width of the icons at the bottom, I cannot see all the icons when in the app. If there is any chance you could also code something to alter the size of the bottom buttons whilst in a certain app, that would be even better!
There is a free trial @ http://www.memory-map.co.uk/ should you care to try and code this in.
OK, I used and tested this with TomTom and Memory-Map, and all seems good.
A couple of things, however.
As the size of the app is so small, why go around duplicating it?
Personally, I found that putting LightJacker in \Program Files\LightJack and then doing my app shortcuts like this:
107#"\Program Files\LightJack\ljack.exe" \Program Files\Navigator\TomTom Navigator.exe?TomTom Navigator.exe,101
Meant that I could:
a) Only keep one copy of lightjacker for multiple apps. If there is an update, you only need replace the exe and dll once.
b) Use the shortcuts anywhere. I have one shortcut in the start menu, and one in the app folder. That way, if you have to pick an app via a folder list that starts in the root, you do not have to navigate through the windows folder to get to the start folder, which takes ages
Working on Rhodium (ATT Tilt2 - WM 6.5)
This works on my Tilt2, but with the following tweaks.
The author's site recommends this format for the .lnk file, but this didn't work for me. It produced and Error 4:
123#"\Storage Card\Program Files\GoogleMaps\ljack.exe" GoogleMaps.exe?\Storage Card\Program Files\GoogleMaps\GoogleMaps.exe,101
But using the format in the previous post, it works - the backlight stays on while this program is the front program, and the backlight dims properly when the program goes into the background or is shut down:
123#"\Storage Card\Program Files\GoogleMaps\ljack.exe" \Storage Card\Program Files\GoogleMaps\GoogleMaps.exe?GoogleMaps.exe,101
The only thing not working is the icon. Following the advice on the author's site, I used Resource Hacker to find the Resource ID for the icon, which appears to be 800. But changing that in the link file stilll results in the link showing a generic icon.
Any suggestions on how to get the proper icon to show in the Start Menu for Google Maps?

Titanium SpeedCam pannel ??

Hi, Anybody knows if there is currently available a titanium panel for speedcam alerts?
If not, would anybody be willing to create one?
I have some ideas of how this could work, but I have no idea how to develop it..
here are some thoughts:
Condensed pannel:
- show the current speed and alerts from speedcams (when activated)
Activated pannel
1st page - on/off button and connectivity status
2nd page - current speed, speedcam proximity and alert, buttons to add and remove speedcam (2)
The speedcam information would come from a csv file loaded by the user..
something like this...
What do you guys think?
+1 great idea. Can't do it myself but hopefully someone can/wants.
Lets just hope that someone with developping skills take interest on this one..
Nobody interested in this?
up...
Would this be too complex to achieve?
guess not everybody knows what ur talking about ...
what is a speedcam? A camera to make highspeed videos (500 fps)?
brainsample said:
guess not everybody knows what ur talking about ...
what is a speedcam? A camera to make highspeed videos (500 fps)?
Click to expand...
Click to collapse
I assumed this would be a known term.. This has nothing to do with the camera function of your mobile. It is related to the traffic cameras that takes pictures of your car when you exceed the speedlimit of a given street thus resulting in a traffic ticket.
Most GPS/routing applications (Garmin, Igo etc.) have the capability of showing alerts when you approach one (if you load the POIs for them). There are also some specific applications that also perform this function (RadarFree), however most are limited to a specific region and already have an automatic update function for the POIs of its speedcams locations which makes the app useless in other countries.
There are quite a few sites around the world that are currently tracking speedcam locations based on user inputs. These locations can often be downloaded on csv format (usually a few others as well) by everyone.
The idea of this pannel is to display the information you need straight from our homescreen without the need to open a different screen to load it, and also to allow the user to input his list of speedcams (this way it can be used in any country).
Let me know if there are still any doubts regarding this.
cheers.
http://www.trapster.com (wm version available in windows marketplace)
whats the advantage of a titanium panel? This program will talk to you, and its worldwide, and FREE.
avd said:
http://www.trapster.com (wm version available in windows marketplace)
whats the advantage of a titanium panel? This program will talk to you, and its worldwide, and FREE.
Click to expand...
Click to collapse
For one this application requires internet connection and you should have a reasonable data plan to be able to use it. Also this database isn't very updated in all countries.
The advantage of the pannel I'm suggesting is that it doesnt require an internet connection, the information will be easily displayed in your homescreen without the need to open an additional program which usually tends to lead to more RAM consumption, and you can use it anywhere you can download the information for.
Personally I see a lot of benefit in this when compared to the current solutions in place.
regards..
Another thing in comparison to trapster is that I don't need to see the map, I just want it to display the speed and the speedcam alerts. Such information would fit perfectly on a pannel in Titanium.
Try POI-Observer from navifriends.com
It's free, highly configurable, works standalone as well and will overlap any other window when approaching speedcam.
It's not however a Titanium panel but stays in background when no speedcam nearby.
Sascha
thnksssssssssssssss
thnkssssssssssssssss
jlito said:
Hi, Anybody knows if there is currently available a titanium panel for speedcam alerts?
If not, would anybody be willing to create one?
I have some ideas of how this could work, but I have no idea how to develop it..
here are some thoughts:
Condensed pannel:
- show the current speed and alerts from speedcams (when activated)
Activated pannel
1st page - on/off button and connectivity status
2nd page - current speed, speedcam proximity and alert, buttons to add and remove speedcam (2)
The speedcam information would come from a csv file loaded by the user..
something like this...
What do you guys think?
Click to expand...
Click to collapse
SaBo said:
Try POI-Observer from navifriends.com
It's free, highly configurable, works standalone as well and will overlap any other window when approaching speedcam.
It's not however a Titanium panel but stays in background when no speedcam nearby.
Sascha
Click to expand...
Click to collapse
Thanks for the suggestion SaBo, although it does have some of the functions I'm looking for it is not a simple tool to use. I actually needed to read the manual to understand how it works, plus I feel that you have put to much work to get it running.
I rather use something simpler, and would still like to see it in titanium..
tks
starting to loose hope here... really thought this would be a good idea for lots of you ...
Well... can't have it all can we?
refresh...
Added a poll just to see how many would be interested in such app...

[Q] Customizing the drop down bar.

First off, I apologize if this has been covered before in a thread. I spent about a half hour searching for my answer and was not able to either find it or understand which answer I was looking for.
I have in Taiwan a:
S3 GT-I9300
4.1.2
I9300XXELLA
3.0.31-899179
Rooted
No custom rom
(not sure what else you guys need to know)
I was simply curious if someone would point me in the right direction for the following problems. I use reverse tethering quite often with my smart phone as my office does not have WIFI and I enjoy watching sports games on my phone or listening to the radio broadcasts. I have a plan with a 5GB data limit and the video will eat that up pretty fast. So, whenever I use reverse tether, want to check for available wifi, or do any USB/Blue tooth tethering I have to go two or three menues deep into my settings and it's a tad annoying.
Is there a way I can customize the top drop down menu to replace some of the UI icons with ones that I actually want to use such as, "enable usb tether" or "see available wifi signals" or "turn on wifi hotspot?" I could remove Blocking Mode, or AllShare Cast as I never use them.
While I'm able to root phones (easy enough) I'm pretty clueless about custom Roms, how to use them, which ones are good, how to keep my phone protected when using them etc. There is such a huge amount of information about customizing the S3 on these forums, I just didn't know how to wade through it all to get the one customization that I want.
Again, sorry if I couldn't find the threat where this was discussed, and if there is a thread that answers this question well, I would appreciate someone pointing me in the right direction.
Cheers!
Not 100% sure, but maybe have a look into JKay Delux (you have to find the version for your firmware though). Otherwise another option could be to create a shortcut for your home screen via tasker that brings you directly into that menu.
chrismast said:
Not 100% sure, but maybe have a look into JKay Delux (you have to find the version for your firmware though). Otherwise another option could be to create a shortcut for your home screen via tasker that brings you directly into that menu.
Click to expand...
Click to collapse
Does tasker allow you to create shortcuts for any phone command? If so, that might be what I need.
Drschplatt said:
Does tasker allow you to create shortcuts for any phone command? If so, that might be what I need.
Click to expand...
Click to collapse
if I am not wrong, most of them yes. At least it lets you control most of the functions (if you add Secure Settings PlugIn even more.)

Categories

Resources