View Single Post
  #202  
Old 9th July 2007, 02:53 AM
Tuningszocske's Avatar
Tuningszocske Tuningszocske is offline
Senior Member
 
Join Date: Nov 2003
Location: Budapest
Posts: 234
Default

Quote:
Originally Posted by JamesManios View Post
Just some more detail about the 'timing', because I'm running Wisbar and a bunch of stuff, I changed my script to give all the other loading time to finish, 30 seconds, and then started Wireless Management and increased the time between clicking bluetooth on and Wifi on, (because while bluetooth is starting if you click wifi it will not start). Then for cleanup, I wait for wifi and minimize the app.

At this point profiles like (SPB PhoneSuite) can turn off and on wifi and bluetooth (it seems they need help initially from wireless management)


Sleep(30000)
Run("\Windows\WirelessDPM.exe")
WaitForActive("Wireless Management",60)
Sleep(5000)
MouseClick("Wireless Management",95,266)
Sleep(8000)
MouseClick("Wireless Management",95,367)
Sleep(10000)
Minimize("Wireless Management")
Thanks! I will try! I think you mean profiles "can't" turn off and on wifi and bluetooth instead of "can". If yes, I agree, if not please tell me how!

Another thing I played with:
One of my favourite application was Opera Mini on my previous PDAphone (QTEK9000). I loved it with all its capabilities and graphical look. But it is changed with this new hardware. We have a new java midlet application manager (Jeode, Esmertec) which handles fonts in a different way like we use with Intent midlet manager. So when You use Opera Mini with our new Esmertec, you can realize, that if you set font size to small texts are almost unreadably small, when you increase just one! size (medium) those will be very huge.

Unfortunately there is not any .ini file or registry settings with both of Esmertec Java midlet manager or Opera Mini, therefore after more hours experience I found one way I am satisfied with: I duplicated my favourite font on PDAs (Thorndale AMT) and renamed to "tahoma.ttf" and "tahomabd.ttf" and I created another duplicate with the name "cour.ttf" and I overwrited with RescoExplorer in those three fonts in the Windows directory, so every font in the system will be Thorndale AMT. (I don't know if it does matter, but I had Thorndale in the /Windows/Fonts dir also) So, after this Esmertec (with Opera Mini) had a more useable text reading with the medium font size setting, but be careful, all applications which are using the system default font may be with different look. (For example texts of iGO - I don't bother it changed, I like it)

If You want to use this method I did, I highly recommended to backup your original fonts.

Another problem with OperaMini is the "screen-handling". It doesn't handle the touchscreen operations with the Flame (screen-dragging or dragging the scrollbars) just page-turning with the scrollbar. If anybody knows a solution it is welcome, I couldn't have a good way working it.

Flame can have a different screen handling operation than other PDAs, because with all applications It is working with problems which using screen-handling.

...
Another thing I noticed. I used Vito AudioNotes before also, I like it. With my previous PDAs it worked when I wanted to record a phonecall, but recorded just the sound of microphone (what I said) without the speaker (the other half), but with Flame it records just the speaker's sound without the mic's sound, which is a bit better, but it would be more better if it can record both.

So, it seems Flame has different hardware addresses than other PDAs.

I have more hard experience with O2 XDA Flame if somebody needs some information, but I don't want to write pages, if nobody cares.
Attached Files
File Type: zip Thorndale AMT.zip (119.5 KB, 40 views)
__________________

Last edited by Tuningszocske; 9th July 2007 at 03:02 AM..
Reply With Quote