WM2005 - Replacement for spb pocket plus battery meter - MDA II, XDA II, 2060 ROM Development

UPDATE: See below for cab file -- easy install, cheers mate
Hi guys,
I LOVE the spb pocket plus battery meter along the top. I feel NAKED without it.
But -- it doesn't work with WM2005
So, here is a replacement. It shows battery and memory use at the top of the screen and works well with WM2005.
Copy to your \Windows\Startup.
You can run this first to make sure it's not a virus but for better proof please visit the page I found this on, and say thanks to Intek for making this!
http://www.pocketgear.com/software_detail.asp?id=17943

source code
Source code follows (thanks Inteks!)
Code:
// powerstatus.cpp : Defines the entry point for the application.
//
#include "Windows.h"
int WINAPI WinMain( HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR lpCmdLine,
int nCmdShow)
{
// TODO: Place code here.
SYSTEM_POWER_STATUS_EX pst;
int i,cx,dx,ex,top,c;
HDC hdc = ::GetDC(NULL);
HPEN pe,pb,po,pm;
pe = CreatePen(PS_SOLID,2,RGB(50,200,50));
pm = CreatePen(PS_SOLID,2,RGB(250,150,50));
pb = CreatePen(PS_SOLID,2,RGB(80,80,80));
i=30;
top = 1;
c=0;
while(1)
{
i++;
if(i>15){
i=0;
GetSystemPowerStatusEx(&pst,true);
if (pst.ACLineStatus==1)
{
pst.BatteryLifePercent=c;
c+=25;if(c>100)c=0;
}
cx = GetSystemMetrics(SM_CXSCREEN) / 2;
dx = (int)(cx * pst.BatteryLifePercent / 100.0);
STORE_INFORMATION ss;
GetStoreInformation(&ss);
MEMORYSTATUS ms;
GlobalMemoryStatus(&ms);
float mfree;
mfree = 1.0f/(ss.dwStoreSize+ms.dwTotalPhys)*(ss.dwFreeSize+ms.dwAvailPhys) ;//+ ms.dwMemoryLoad) / 2;
ex = (int)(cx * mfree);
}
MoveToEx(hdc,0,top,NULL);
po = (HPEN)SelectObject(hdc,pe);
LineTo(hdc,dx,top);
SelectObject(hdc,pb);
LineTo(hdc,cx,top);
SelectObject(hdc,pm);
LineTo(hdc,ex +cx,top);
SelectObject(hdc,pb);
LineTo(hdc,cx*2,top);
SelectObject(hdc,po);
Sleep(100);
}
DeleteObject(pe);
DeleteObject(pm);
DeleteObject(pb);
::ReleaseDC(NULL, hdc);
return 0;
}

Here is inteks Powerstatus 1.0 as cab file. It is same file above but in cab format for easy installation.sorry earlier cab file i uploaded had setup.dll from AEBPlus
Uploaded corrected cab file. please download again. Sorry for the mess.

Thankx
:lol: :lol: missed it , not anymore

THANX guys...
PERFECT!!!!!
buzz

actually, what is it about those buttons after starting it?
THANX
buzz

buzz_lightyear said:
actually, what is it about those buttons after starting it?
Sorry buzz it was my mistake. I was messing around with AEBplus and somehow the setup.dll from that cab got mixed up with that of powerststus cab file. The button dialog you were seeing was of aebplus. also when you uninstal this cab you get the dialog telling that AEBplus uninstalled
Now I have corrected the cab file. Sorry for the mess :roll:
Click to expand...
Click to collapse

It's nice and all, but unfortunatley I see some flickering on the power/memory bars when Synchronizing, WiFi, and even in some full screen games the bars keep showing (which is somewhat cool, but they flicker oddly).
Is this a modified version of the original?
What changed?
Is it possible to make the bars just one pixel tall?
What are the increase/decrease increments? It would be nice to have it decrease/increase by one or two pixels and have a dashed line instead of a solid line don't you think?
Best regards,
Rayan

that solid line is what I like the most on it...
buzz

It's not working...
Uhm,sorry, am I missing something? Just installed Powerstatus_corrected on my Magician (T-Mobile one with original ROM), but there's nothing to see (no bars... - even after soft reset... ). Do I have to activate (start) it somehow? Where is the program installed to?
Greetings,
BGK

Re: It's not working...
BGK said:
Uhm,sorry, am I missing something? Just installed Powerstatus_corrected on my Magician (T-Mobile one with original ROM), but there's nothing to see (no bars... - even after soft reset... ). Do I have to activate (start) it somehow? Where is the program installed to?
Greetings,
BGK
Click to expand...
Click to collapse
Yes, copy the executable (or make a shortcut) and place it on the Windows/Startup folder so every time you soft reset it is automatically launched...
Greetings,
Rayan

Sorry again, which exe? Guess I'm a little bit blind today... :roll:
TIA,
BGK

Okay BGK, disregard my last post... This new version installs automatically to the Startup folder, so the only thing you need to do is either use File Explorer on your PPC to navigate to Windows/Startup and click on the Powerstatus.exe file to launch it or turn off the PDA and then soft reset...
That's it...
Rayan

Okay, I've got it. Obviousely while you where typing, I realised, that the exe was installed into /Windows/startup. As the autostartup-folder is named "Autostart" on german devices, the exe wasn't run on soft reset...
When running it manually, it works like a charm...
Anyway, thanks for the hint, Rayan.
Greetings,
BGK

Is this WM2005 only or will it work on WM2003SE?

How to uninstall it?

Tekguru said:
Is this WM2005 only or will it work on WM2003SE?
Click to expand...
Click to collapse
Yes, it runs under both OSes...
negatong said:
How to uninstall it?
Click to expand...
Click to collapse
Just take the .CAB file and copy it to your Pocket PC and then execute it from there... It will install to the Windows/Startup folder (or Autorun for German devices).
Soft reset the device by turning off then soft reset or simply navigate to the installed directory and execute it from there.

Cheers for the quick reply, will be installing shortly!

It runs on my XDA IIi running 2003se!

e_status
Hi guys,
i liked this app so much, and i was so insolent, that i rewrote a bit... ))
now those bars are shown at the bottom of the screen, coz it is not so busy there as at the top. That means not so much flickering... Of course, if you run full screen apps, it will mess with it, because it is drawing directly to screen...
Now there are four bars...
green -> main battery %
yellow -> backup batery % (this is 2 B changed to BatteryDrain l8r)
orange -> Free RAM %
red -> Free Storage memory %
i also changed the it's behaviour, while the device is cradled... now it looks more alive )))
oh yeah... i named it e_status (enhanced status??) )))))
hope. U'll like it...
buzz

Related

Comm Manager for Athena (Version 0.5 Dec 03, 2008)

Offering my Comm Manager for HTC Athena
Update to ver 0.2 available at post #14
Update to ver 0.3 available at post #38
Update to ver 0.4 available at post #53
Update to ver 0.5 available at post #70
Highlights:
- Free
- Small (97KB including default skin)
- Quick (based on callbacks, not on Sleep() )
- Portable (uses only doccumented WM features)
- Finger-touchable
- Fully configurable (including keys, key actions and skin)
- Works evenly in all RealVGA resolutions
- VueFlo screen rotation aware
- Supports GRPS connections and 3G mode management
- Self installing/removing
Installing:
- Extract VCommManager.exe from .zip file and put anywhere in your PPC
- Run it
- Tap and hold for at least .5 secs on airplane - you will be redirected into configuration page
- Go into "About" page, and select needed options.
- Press "Save And Exit"
Removing:
- Go into configuration, the About
- Select "Cleanup and exit"
- Press "Save And Exit" (removes all shorthuts and registry customizations)
- Delete VCommManager.exe itself.
Moving .exe to another folder:
- From Settings/About select only items beginning with "Delete" or "Detach"
- "Save And Exit"
- Tap anywhere on screen to close window
- Move program to another location
- Go back to Settings/About to change custumizations
Working:
- Click any of images to perform task
- Tap and hold for at least half second to enter configuration dialog for selected option. Tapping on Airplane - enters VCommManager config. Other actions may be defined there.
- Click outside bounding rectangle to close program
Making your own skin:
Pictures are placed into .bmp file in one line. First active, then inactive ...
Transparent color is RGB(255, 0, 255)
Height of picture is defined by bitmap height
Width of picture is BitmapWidth / 12
If BitmapHeight < 16 - it is considered invalid.
If BitmapWidth < 16*12 - it is considered invalid.
If BitmapWidth is not multiple of 12 - it is considered invalid.
If external bitmap is invalid - internal is used.
Attachments: Screenshot & Program
Looks good. Can you make a cab file also? Never like having to use PC to install.
eaglesteve said:
Looks good. Can you make a cab file also? Never like having to use PC to install.
Click to expand...
Click to collapse
It's not installable from PC.
Attached file is PPC-ARM executable.
You need simply to copy it into PPC and run.
I see.... That's good. Thank. Will try out and give you feedback soon. Cheers.
edit:
Tried this. Absolutely the best comm manager I've seen. Love the short and long touch concept.
What are some examples of how we can use the user button?
Thank you for this very good tool.
This should be the comm manager of choice for ROM cooks.
eaglesteve said:
Tried this. Absolutely the best comm manager I've seen. Love the short and long touch concept.
What are some examples of how we can use the user button?
Click to expand...
Click to collapse
... simply don't use it
Seriously:
All buttons, exept "Airplane" has same behavior:
1. You can run hard-configured tasks
2. Additionaly you can run applications of your choice. Remember: only when application terminates you are getting back to VCommManager.
3. If "Perform ... tasks" is not selected - you have to specify application for status check. Return value is 0 == inactive state, !0 == active state.
4. Remember to use fully specified apps (no .lnk, etc)
For instance to take screenshot I have changed in Config/Data:
1. Unmarked "Perform configured tasks"
2. Added "\Windows\magic ss.exe" (with quotes) in "Run on Activate"
User button is treated similary, exept that it has no "predefined" and has "demo" picture - you must use external bitmap to create some look.
Nice! Its a handy little tool.
Thank you for your kind contribution, it is working very well in 128dpi.
Excellent! I like being able to turn off GPRS when required - my previous solution involved creating a "Null" connection and setting it to be the active one!
It took me a while to figure out how to get skins to work, though - I was assuming a relative path, and it needed absolute. Perhaps a browse button on the Skin text box might be a good idea?
Here's a skin I threw together from resources grabbed out of PK2 Kaiser Comm VGA:
Thanks very much for this app. Solved my problems in Real VGA Comm Manager.
Everyone, just rename the file VCommManager to CommManager and use Total Commander to replace the original Comm Manager in the ROM then soft reset. So that all icons pertaining to Comm Manager now defaults to the renamed VCommManger.
Excellent Application. Thanks.
Basically all you have to do is
1....Obtain the VCommManager.exe file from the link above.
2....Rename VCommManager to CommManager.
3....Use Total Commander or any powerful file manager to replace the ROM Comm Manager with the newly renamed CommManager (formerly VCommManager), by sending the file to the Windows folder.
4....SOFT RESET
Now all icons pertaining to the built in Comm Manager points to VCommManager. Solved all problems in VGA mode. Very nice application. Thank you again for sharing.
thanks much 8)
Multilanguage
If you like this application and want to participate to make it multilanguage...
I'm attaching Exel document of all needed to translate strings.
Those are only in my dialogs and menu's...
Control panel dialog language depends on your system.
I will recompile as soon as:
1. At least 3 languages are added
2. After last addon there are 48 hours spent
If you are adding some language - please send back modified file here (or alternitavely to my PM).
Spanish translation
vidmabal said:
If you are adding some language - please send back modified file here (or alternitavely to my PM).
Click to expand...
Click to collapse
Very good work, thanks.
Spanish translation added.
just wanted to add my comments.....awesome comm manager, using it now and probably will for awhile!
VCommManager Ver 0.2
Update to version 0.2
For instalation instructions look into post #1 in this thread.
(If you already have ver 0.1 - simply copy .exe file on top of old one)
Changes:
1. Fixed "Run On Long Press" function (realy it never worked)
2. On Long Press enabled both - internal config and external app
(for instance, if you want to run both configuration dialogs on WiFi long press you can leave "Start Network Control" checked and enter
"\Windows\WlanMgr.exe"
into Run box)
3. Fixed dialogs in "Portrait" mode (Landscape was OK)
4. Added SIM PIN support - it's for users, that have PIN enabled.
Go to "About" tab to configure your PIN.
Feature is needed to enter automatically PIN: swithing from "Aircraft" mode, swithing phone on or changing 3G <-> GPRS.
5. Added "Language" support.
For now only English-Spain: I have not received more translations.
Thanks for the update.
How do I use the skin?
The reference to relative and absolute paths in post 8 is a bit cryptic for me. I have tried inserting \windows\VCommManagerHTCSkin.bmp into the bitmap dialog box under Main tab and of course that does not work. Would you be kind enough to tell me where the reference goes? I have copied the HTC skin posted into the Windows directory. Thanks a bunch.
I don't see why that wouldn't work. I put the skin and VCommManager under Program Files, so I have: \Program Files\VCommManager\VCommManagerHTCSkin.bmp in the Bitmap box of the Main tab of the options, but I can't think why it wouldn't work for other absolute paths (starting with \).
Result should look something like this:
Bitmap works fine for me in either Windows or Program Files/Vcomm
Small problem with setup for me- if I tap/hold Bluetooth or WiFi to enter config screen, I can change configs OK, but the OK button and Start Menu are unresponsive, needing a SR to get out of.
I use iLauncher which has its own OK button- maybe that's a conflict?
NeilM said:
Small problem with setup for me- if I tap/hold Bluetooth or WiFi to enter config screen, I can change configs OK, but the OK button and Start Menu are unresponsive, needing a SR to get out of.
I use iLauncher which has its own OK button- maybe that's a conflict?
Click to expand...
Click to collapse
For BT and WiFi configuration I simply call
\Windows\ctlpnl.exe cplmain.cpl,23,0
and
\Windows\ctlpnl.exe cplmain.cpl,17,0
Can you enter those strings from System "Run" dialog and check?
Do you have same problem when entering those dialogs from Control Panel?
I activated the USER function and assigned /Windows/fexplore.exe to launch on press. It does launch File Explorer, but it leaves the VcommManager interface on top. Pressing the OK button only makes File Explorer to close and leaving me with the X button at the right upper hand corner which is unresponsive. Only a soft reset can get it out from there.

[Fixed] WM6.1 ROM - PROPHET CE OS 5.2.20226 Clean and UC

PROPHET DIAMOND
===== Core 5.2.20226 Build 20226.1.3.0 Clean and UC =====
Base on Sonblack ROM (PDAViet) and a bit of modification:
- CE OS 5.2.20226 Build 20226.1.3.0 PV
- .NET Compact Framework 2.0.7045.0
- HTC Home
- Office Mobile 6.1
- Office Note
- Windows Media Player 10.3 Build 19214
- HTC Sim Manager for Pocket PC v6.47
- WM5torage v1.8 by V. Bozhko
- Esmertec Java Build ID: 20080222.3.1
- Mode SMS (change message display on PPC)
- Network Wizard for PocketPC v1.0 (Build 29982.1.0.1.7) (support Indonesian GSM for setting GPRS configuration)
- Added HTC Diamond Green (as seen in attachment)
Download link:
http://www.mediafire.com/?pogm4xzyimg
Fix: download link:
http://www.mediafire.com/?jotctzw0nej
Clean version 2:
1. Remove HTC Home
2. Remove onenote
3. Net compact framework v3.5
4. fixed calendar.lnk
Download link:
http://www.mediafire.com/?dg5nl9bimmm
The different between this ROM http://forum.xda-developers.com/showthread.php?t=406074
is just about UC and HTC Home, right? Or anythings else.
HTC Home is exist on Sonblack ROM.
Added UC and cleaning some soft such as:
- AdvancedConfig
- ClearTemp
- Task Manager
- PIMBackup
- SynchroTime
- Total Commander
- WKTask
- BatteryStatus
Added HTC Diamond Green.tsk and modify operatorname for Indonesian GSM ops
Some of the soft can be installed on Extended_ROM (I installed Cloudyfa unhide ROM and now can see and even can install on those Extended_ROM)
The Storage Memory become 52MB plus 9.93MB Extended_ROM.
Disadvantage are; not as fast as Dioxda2 ROM and netcf still version 2 (can be upgrade to 3.5 also)
Actually the modif is for muy purpose, but I am sharing if somebody interested or want to remodif again.
Thank's to Sonblack (PDAViet) for the ROM
Upps:
Forget to notify that this base ROM is complete on term of setting from the beginning ops (Stylus operation, Time, Password, and email setting)
What is the difference between PDAViet version (Sonblack) and yours. I am already using Sonblack's rom. There is a problem with the Windows Live and Messenger in Sonblack's rom. You can't set "Sign in as" in Messenger. Also default camera application gives an error "Unable to enter the Picture Theme mode" when you try to use Picture Theme mode. Another bug is, there is a little black bar just above 2 on the keypad.
What did you remove or add to this rom? Did you repair any bugs?
Very fast rom indeed... I'am not sure if it's faster than 19214
Thanks for your contribution !!
As a matter of fact, I did tried this rom (Sinblack's 20226) from the very beginning......
its performance is a bit weired ( lag.... I felt that),
Is it very fast and stable now since you had cleaned it?
Yep,
Picture theme is missing and the little black bar just above 2 on the keypad still exist.
I install on Dopod 818Pro (G3), for speed, still below dioxda2 ROM, but for stability still okay (I put almost 50 additional softs)
Will inform you next morning (now is night in my City) and I am ready to go home.
Ps:
Could anybody help for solving 2 kind of bug mention above?
emilyo said:
What is the difference between PDAViet version (Sonblack) and yours. I am already using Sonblack's rom. There is a problem with the Windows Live and Messenger in Sonblack's rom. You can't set "Sign in as" in Messenger. Also default camera application gives an error "Unable to enter the Picture Theme mode" when you try to use Picture Theme mode. Another bug is, there is a little black bar just above 2 on the keypad.
What did you remove or add to this rom? Did you repair any bugs?
Very fast rom indeed... I'am not sure if it's faster than 19214
Click to expand...
Click to collapse
I was cleaning Windows Live in this ROM, for picture theme mode, you just need to copy this file (Birthday.gif, attached) on /My Documents/Templates folder.
Still working the other.
Do you want to use network wizard optimally?
Put new on the registry:
\HKLM\Software\Microsoft\RIL\OperatorNames
new key such as:
xxxyy and the value of the Brand of your GSM operator
where xxx is MCC and yy is MNC (Five digit number)
The operator code can be found here:
http://en.wikipedia.org/wiki/Mobile_Network_Code
It will customize your GPRS setting (and may be more??)
legedug said:
I was cleaning Windows Live in this ROM, for picture theme mode, you just need to copy this file (Birthday.gif, attached) on /My Documents/Templates folder.
Still working the other.
Click to expand...
Click to collapse
I am using "[POWER_Button_FIX + U.C.] ~V.1b and V.1c ~ Very Fast WM6.1(19214-PV)...(No Hardspl ?)" 1c version now. It has the same Picture Theme problem.
The attachment you've sent is a jpg file and copying it to My Documents\Templates does not solve the problem. But... if you copy Birthday.gif (which is a system file and most probably it will be invisible as far as I know) from \Windows folder to \My Documents\Templates the problem will be solved.
Thanks for the advice...
p.s. You can also copy other .gif template pictures.
legedug said:
Do you want to use network wizard optimally?
Put new on the registry:
\HKLM\Software\Microsoft\RIL\OperatorNames
new key such as:
xxxyy and the value of the Brand of your GSM operator
where xxx is MCC and yy is MNC (Five digit number)
The operator code can be found here:
http://en.wikipedia.org/wiki/Mobile_Network_Code
It will customize your GPRS setting (and may be more??)
Click to expand...
Click to collapse
wow!! didn't know this. thanks. will try this new seting for vodafone nz.
emilyo said:
I am using "[POWER_Button_FIX + U.C.] ~V.1b and V.1c ~ Very Fast WM6.1(19214-PV)...(No Hardspl ?)" 1c version now. It has the same Picture Theme problem.
The attachment you've sent is a jpg file and copying it to My Documents\Templates does not solve the problem. But... if you copy Birthday.gif (which is a system file and most probably it will be invisible as far as I know) from \Windows folder to \My Documents\Templates the problem will be solved.
Thanks for the advice...
p.s. You can also copy other .gif template pictures.
Click to expand...
Click to collapse
Actually I attached gif file but the web convert it to JPEG.
This is the gif file in zip file attachment.
Sorry for error.
emilyo said:
I am using "[POWER_Button_FIX + U.C.] ~V.1b and V.1c ~ Very Fast WM6.1(19214-PV)...(No Hardspl ?)" 1c version now. It has the same Picture Theme problem.
The attachment you've sent is a jpg file and copying it to My Documents\Templates does not solve the problem. But... if you copy Birthday.gif (which is a system file and most probably it will be invisible as far as I know) from \Windows folder to \My Documents\Templates the problem will be solved.
Thanks for the advice...
p.s. You can also copy other .gif template pictures.
Click to expand...
Click to collapse
Excuse me, I had most of the .gif removed from 1c before release......... +_+
Why didn't you post this problem in that threat?
Here comes all the .gif files that you may need. Please commend.
wow,thx for the file legedug and dioxda2
please advise if this ROM support Chiness
Many thanks.
WeiDavid said:
please advise if this ROM support Chiness
Many thanks.
Click to expand...
Click to collapse
Hi, if you only want to display Chinese Fonts, just use the Font attachment fron my 1b version thread in this forum.
Fix:
1. Camera picture templates
2. Dialer
Download link on first post
with soft-keys i cant open calendar ???
any solutions ??
br stupsi
stupsi99 said:
with soft-keys i cant open calendar ???
any solutions ??
br stupsi
Click to expand...
Click to collapse
What do you mean?
You mean you can change the left and right side (below) with softkey?
I can change almost anything with softkey, but for opening program you should go to today screen left and right side below.
Or did you install any calendar soft such as thumbcal, because sometime it replace original calendar.
o if you try to configure softkey with calendar - it was not there.
if you try to copy calendar from \windows to \windows\start menue\programs it`s not possible.
i need on the left softkey calendar - like other roms.
all other thinks work perfekt
stupsi
Your calendar is on Start menu, Move to start program
1. Open Start, Settings, Personal, click Menu
2. Uncheck calendar there
3. Close (click OK)
Go to softkey, its there now.

Weather 3D SE - Non-M2D version (WM2003/WM5/6/6.1)

W3D Second Edition
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Im currently working on a flash application that displays the Manila 3D weather animations.
The first idea was to have that on M2D, but it prooved impossible: http://forum.xda-developers.com/showthread.php?t=471461
To use this EXE you'll need Flash 7 (lite 3 FINAL will work too, but you'll need to install flash 7 first) and a internet connection (PC sync or GPRS/3G).
The download is quite large (17mb) because of the animations, so I wasnt able to post it here, you have the download from the link below.
In future updates you'll only need to update the main EXE or the data files, so they will be less than 1mb and so, posted here.
I'd like to thank Rumball for giving me permission to use his animations and The_hesham for pushing this idea.
I still need to find a tool to force the internet connection, if there isnt one active already, and obviously add this as a option on the settings.
One thing that always made me some confusion in M2D, and I think it would be nice to implement, if you last updated the weather the day before or two days ago, it should show the actual current day result and simply remove the last days that doesnt know the variables of.
Mini-FAQ:
-----------
Got a wider screen and two white stripes appear?
Unfortunatly the tool I use to make the EXE files only allows qvga and vga screen sizes... If you know another SWF>EXE tool that fixes this, let me know.
Got different slightly results in M2D and this app?
The m2d conversion from Farenheight to celsius is slightly incorrect... Only the farenheight measure is recorded on the registry, so if you choose celsius, m2d makes this conversion: (farenheight - 32) / 1.8 = celsius
But if the result is, for example, between 12.1 or 12.9 the value shown is always 12º. My conversion rounds up anything above 0.5 to +1.0. I think thats the way it should be. And thats why you get different results in M2D and this app.
The animation is really slow...
Its basicly 20-40 PNG files inside each flash swf file, thats why its so heavy (16mb), if it was all vectorial, like the TEMPUS plugin, it would only be less than 1mb, the png sequence is also slow on the display, depends on you free RAM and video driver.
It was made for 400mhz or better machines, flash is still slow in the current CPUs, maybe in the future... :/
Its not really working for me.
Check all items in the TO USE list. The first non-official release of Flash lite 3 is buggy and wont work! The final will.
Can I translate it in my language?
Sure, the DATA.TXT is already (mostly) translated in Portuguese, Romanian and Italian here: http://forum.xda-developers.com/showthread.php?t=471461
You have some more instruction on the end of this post.
Can I make other icon animations or wallpapers?
Sure, create a theme, its a background wallpaper and animated icons. The instructions are in the end of this post.
Can I use this as a today plugin?
Not yet, when its finished I'll release the sourcode and (with the help of APBilbo) make a THROTTLE LAUNCHER version.
Got a error on the results...
The update sometimes fails, just reload/re-update or cancel/re-open things, sorry about that...
I cant see the icons...
Roms in other languages have different names for the SD card and Program files. Check if the path on the settings is the same as yours. Change it accordingly.
I cant see any words...
This is a reaaaaally smart bug from me... I didnt antecipated that ppl with the above problem couldnt read the text to change the text varibles path. :/
You can either press the bottom-right grey button and then the one that appears directly on top of that one... that opens the settings area. Now change the path on the top text area and press the OK button.
Or.. thru the registry, with Resco explorer or any other registry tool here: HKEY_LOCAL_MACHINE\Software\W3D\Settings\PATH
I cant see anything!
Either your Pocket pc is on stand-by, in that case simply press the power button. Or your eyes are closed, in wich case you cant really read my advice to open them...
My City is not on the list.
- Go to: http://www.accuweather.com/includes/ajax-functions/favoriteCities.asp?region=EUR&country=UK
Change the end of the link to your country, PT=Portugal, UK=United Kingdom, ES=Spain, etc...
- ...OR, just click in http://www.accuweather.com/world-index.asp?partner=accuweather&traveler=0 , then write down you "city, country", press GO and it shows your code in the middle of the ADDRESS BAR link.
- Now send me the code (post here or send me by email).
- Add it manually to your cities with the help of the mighty flash keyboard.
Whats new:
-------------
- Fixed the non-WWE bug to see the settings button.
- Added "last updated on" info.
- Added (semi-)Smart* day Weather (tells what day TODAY is)
- Fixed minor coding bugs
- Added some more cities to the online database.
Replace the attached file on the first post to update.
To use:
--------
- Install Flash 7 (if you dont have it already): http://www.adobe.com/products/flashplayer_pocketpc/downloads/player.html
- Download the 17mb zip below.
- Extract and place all the files inside on your /Storage Card/Program Files/W3D and create a shortcut for the EXE (with resco explorer or something). This path can be changed in the settings menu.
- Update the latest files attached here.
- If the 6th image on this post appears on you, its the online update that went wrong, just press UPDATE NOW (make sure you have an existing internet connection already running).
To do:
--------
- Create a update error loop, if the online values arent correctly received.
- Create internet connection + new setting to disable this.
- Convert fscommands to trottle launcher version and release the source-code.
Creating Themes:
--------------------
- Icons must be individual swf files, exported as flash 7, must have the same name as the ones on the "current_theme" folder, 240x200 px size and (this is important) have in the last frame the LABEL parado with the CODE stop();. The icon theme's name is the name of the folder. I added a animation example attached to this post.
- Wallpapers are jpg's in 240x295 px saved in standart enconding, progressive enconding will not appear on flash, this is a old flash bug. They must be on the same folder as the icons.
If you have a VGA or any other sized screen, you can change the JPG size to whatever fits you best.
- The language file data.txt can be renamed to data_sp.txt (as spanish, for example) or any other name you'd like, just remenber to change it on the settings too. I added the Portuguese language as an example also.
Note that the first variable doesnt have the & character and that they all finish with &END, this is normal.
If you have a special character that doesnt appear, tell me what it is, so that I can embebbed it into the app.
Download (17mb): http://rapidshare.com/files/202544328/W3D.zip
.
.
Hi, twolf !
Move to this topic then.
Thanks for Great job !!
One question, how can I get it works on WQVGA (omnia)? (It actually works, but not full screen. It has white background at the top and bottom of the screen)
Thanks.
Unfortunately the tool I use to make the EXE files only allow qvga and vga screen sizes...
twolf said:
W3D Second Edition
Im currently working on a flash application that displays the Manila 3D weather animations.
The first idea was to have that on M2D, but it prooved impossible: http://forum.xda-developers.com/showthread.php?t=471461
To use this EXE you'll need Flash 7 (lite 3 wont work) and a internet connection (PC sync or GPRS/3G).
The download is quite large (17mb) because of the animations, so I wasnt able to post it here, you have the download from the link below.
In future updates you'll only need to update the main EXE or the data files, so they will be less than 1mb and so, posted here.
I'd like to thank Rumball for giving me permission to use his animations and The_hesham for pushing this idea.
One thing I noticed, the M2D conversion from Farenheight to celsius is slightly incorrect... Only the farenheight measure is recorded on the registry, so if you choose celsius, m2d makes this conversion: (farenheight - 32) / 1.8 = celsius
But if the result is, for example, between 12.1 or 12.9 the value shown is always 12º. My conversion rounds up anything above 0.5 to +1.0. I think thats the way it should be. And thats why you get different between M2D and this app.
There's currently no "Choose city" interface like in M2D, so you will need yo know your city code, see it here:
- Go to: http://www.accuweather.com/includes/...EUR&country=UK
- Change the end of the link to your country (US users only need a 5-digit area code), PT=Portugal etc...
...I'll try to find a way to get that info from the m2d cities xml, but no promisses.
I still need to find a tool to force the internet connection, if there isnt one active already, and obviously add this as a option on the settings.
One thing that always made me some confusion in M2D, and I think it would be nice to implement, if you last updated the weather the day before or two days ago, it should show the actual current day result and simply remove the last days that doesnt know the variables of.
To use:
--------
Install Flash 7 (if you dont have it already).
Place it all on your /Storage Card/Program Files/W3D and create a shortcut for the EXE (with resco explorer or something). This path can be changed in the settings menu. You can also change the language by translation the DATA.TXT file.
If the 6th image on this post appears on you, its the update that went wrong, just press UPDATE NOW.
To do:
--------
- City chooser (no need for the keyboard).
- I couldnt find the settings for the "high temperature" and "low temperature" for the current day. But I think its really not needed.
- The "last updated on" text doesnt make the timed account, it just tells at what time was updated. Not sure if I'll leave this as it is, since it will be -a lot- of work for a little detail
- Smart today weather (shows the correct daily weather, no matter how long on the week you last updated).
- Fix the icon package (the renamed 8 files).
- Create internet connection + new setting to disable this.
- Create a update error loop, if the online values arent correcly received.
Download (17mb): http://rapidshare.com/files/197268542/W3D_SE.zip
Click to expand...
Click to collapse
Nice Work!!!!!!!!
Hi Twolf,
Could you please also post the files without the images as I already have them and don't want to DL the whole package again.
Thanks!
motisu said:
Hi Twolf,
Could you please also post the files without the images as I already have them and don't want to DL the whole package again.
Thanks!
Click to expand...
Click to collapse
Sorry, I had some problems with my phone and now the usb port is dead...
I'll send you the new exe in a couple of hours.
This project is on hold at the moment, as my Nike just died.
I cant test whatever I change, so if anyone wants the FLA source-code, Ill post it on the first post.
Sorry...
Hi,
very nice app !!!! but it doesn't work for my htc cruise/polaris. In attach the screens with the log:
1. it diplays in all fields: "undefined"
2. the right/left keys aren't displaied.
I've done:
1. install flash 7 for ppc
2.unzip the app.
3. create the dir W3D in 'SD/program files/...'
4. copy in 'SD/program files/W3D' the unzipped files
5. create a ".lnk" in windows/start menu/programs to the exe of the app
6. active an internet connection
7. lunch the app
8. try to connect to internet but without success !!!
9. the result is in attach.
thx for the help.....
This appears to be a simple path error, see what is the name of your storage card on the file explorer, that should be it.
Notice that the time variables are there, but he cant find the icons or text data file.
Yes...i've changed the name, in the path, of my sd...(as you can see in the picture) but there is always the problem......
twolf said:
This appears to be a simple path error, see what is the name of your storage card on the file explorer, that should be it.
Notice that the time variables are there, but he cant find the icons or text data file.
Click to expand...
Click to collapse
Olá twolf.
Esta app que desenvolveste apenas se destina a HTCs ou pode ser usada noutros PDAs?
Hi twolf.
This app you've developed is for HTCs only, or it can be used on other PDAs?
Bigbest said:
Yes...i've changed the name, in the path, of my sd...(as you can see in the picture) but there is always the problem......
Click to expand...
Click to collapse
I did saw it, but I dont know if its well written...
There could be missing a character or have a special character with an accent like á ò ú...
Or "program files" could be "programmes" or something like that.
Could you send a printscreen of the full path in the file explorer app?
Or try to place the datafile in the root's memory so it would just be like: \data.txt
and them make the full path on the settings be just \
This way the icons still wont appear, but the names will.
And you could see that it must be a path error somehow.
JonasSavimbi said:
Hi twolf.
This app you've developed is for HTCs only, or it can be used on other PDAs?
Click to expand...
Click to collapse
Any Windows Mobile pds with Flash 7 and internet access, havent tested it on WM2003...
Great,does it supports Chinese Language now?
Hmmm... Not yet, sorry.
Its just a matter of adding a chinese font swap to the text areas.
I'll have to do that last, since the export will be muuuuuch slower after.
But at the moment all my projects are stopped, as explained on my sig.
Hi again twolf.
I've installed the app but i'm not seing any icons, wallpaper,and text in the butttons...
I can add cities and see the temps.
No data.txt is generated.
PS: Sorry... Theres a data.txt in W3D_SE folder...
It's Storage Card\Program Files\W3D\W3D_SE
Its not generated automaticly, you have to copy the files manually to the folder you created.
By default it should be in Storage card\Program files\W3D but you can put them wherever you want, just edit that in the settings area.
You can place the EXE there too, but thats not mandatory.
---edit---
I see now that my directions were misleading, I changed that from the first post, sorry.
It's working!
Thanks... The problem was that i was extracting the W3D_SE folder in W3D when i should extract only the content.
By the way, it's great!
I uploaded a new zip, with clearer instructions.
This is the print screen....thx for your help...
B
twolf said:
I did saw it, but I dont know if its well written...
There could be missing a character or have a special character with an accent like á ò ú...
Or "program files" could be "programmes" or something like that.
Could you send a printscreen of the full path in the file explorer app?
Or try to place the datafile in the root's memory so it would just be like: \data.txt
and them make the full path on the settings be just \
This way the icons still wont appear, but the names will.
And you could see that it must be a path error somehow.
Click to expand...
Click to collapse
Yes, your path is correct.
JonasSavimbi made me notice something I mislead ppl with the older zip, your W3D folder should have the data.txt, wall.jpg and icons folder inside. Not another W3d_SE folder.
Sorry about that.

[ROLLUP](13/08/09) Avoid confusions or damages => Find answers, Guides, Links

ROLLUP - HTC TOUCH DIAMOND 2
Respect the Rules & Check in Questions&Answers for known solved problems
First, What is a HTC TD2?
This is the HTC T535X / HTC Touch Diamond 2 / T-Mobile MDA Compact V,
But you probably knew that already...
So here is a rollup thread about 'anything' you need to know about the TD2,
If you find any errors, missing items, old items to be renewed, idea's
Please e-mail me at [email protected]
Moderator Edit: You may PM me for any questions you have about the Topaz. Send PM's to "ThaDeanesta"
This guide is based on KOKOTAS' work for the Elfin which helped me a lot!
Contents:
=> Information
=> Unlocking, Flashing, ...
=> Modifying, Cooking, ...
=> Troubleshooting
=> Tests, Projects, Links
=> Outro and Credits
Recent Updates
Code:
26/06/09 - First Release.
03/07/09 - Added some registry tweaks, Corrected some spelling errors.
11/07/09 - Added a new section, 'Applications'.
14/07/09 - Added some registry tweaks, Added a application.
16/07/09 - Added a project; How to add folders to TF3D program tab.
25/07/09 - Added a useful link, The Newbie Guide At Configuring iGO8.
28/07/09 - Added a new registry edit And a new credit.
12/08/09 - Added a new tool to flash a radio and a free SIM Unlocker.
13/08/09 - Added a alternative to creating the goldcard and corrected some spelling mistakes.
14/08/09 - Added some applications, some credits and corrected the layout a little bit.
16/08/09 - Added a few applications and their credits.
27/09/09 - Edited the link for the radio's
08/10/09 - Added a guide for hspl, radio's & more.
Information
Click to expand...
Click to collapse
1. General
1.1) HTC Touch Diamond 2 Wiki
1.2) HTC Touch Diamond 2 Specifications
2. Useful terms
2.1) Technical Terms
2.2) Glossary
2.3) Services & DLL's
3. Things you should know about your device
3.1) Availble ROM & RAM size:
Go to settings > Device Information > Hardware
Check out "RAM Size" & "Flash Size"
3.2) IMEI:
To get your IMEI just dial " *#06# " And 17-digits should appear, The first 15 are your IMEI
3.3) CID: When using ATcommander issue, and use the command: [email protected]?
3.4) Device ID:
When using mtty Go into the bootloader (soft reset & hold volume down pressed) and use the command: info 8
4. Educational Reading
4.1) Kaiser's G.W.E.N.I It might be for Kaiser, But it's very useful.
4.2) On this site I will soon launch a full guide about the Topaz in DUTCH
Unlocking, Flashing, ...
Click to expand...
Click to collapse
5. Unbricking
5.1) Gold Card
Since there is no wikipage about this, I'll quickly discribe how you can do this
1] Requirements:
- A working WM Device (used to obtain the microSD card's ID)
- The shipped stock rom your phone came with (Shipped Roms for HTC Touch Diamond 2)
- Qmat (Latest version of Qmat)
2] Format your SD card into FAT32:
- go into dos and type:
format <volume> /FS:FAT32 /A:4096
3] Run Qmat to create a gold card:
- Put the formatted microSD card in the working WM device and connect via ActiveSync
- Run Qmat, Go to Hardware Forensics and select 'Generate HTC Goldcard'
- Select your bricked device's key
- Get the SD Card Serial from WINCE Device
- Save the Goldcard image to the SD Card
Now you have a SuperCID which allows you to flash any shipped ROM
4] Go into the bootloader with inserted goldcard and run the .exe from the Shipped rom
5.2) If all else fails, you can PM Cmonex she will make one for you
But perhaps, It's better if you first try yourself?
6. Dumping a ROM
This is basicly a backup of your ROM, Note that this does not backup any personal information on the phone
6.1) Dump Rom
7. CID Unlock your phone
This will allow you to flash ANY ROM with a different CID on your phone (e.g. Custom ROM)
7.1) HARDSPL, CID Unlock with overwrite protection
In this topic you also see how to remove the CID lock (if you want to send the phone back...)
Before you take any further steps, Please confirm that your device now has a HARDSPL, by going into the bootloader,
Then check the SPL it should say "1.33.OliNex"
7.2) Security Unlock
This is a security unlock tool that will remove the CID & SIM lock on your device
8. SIM Unlock your phone
8.1) Free SIM Unlocker for contributing XDA members
8.2) Commercial SIM Unlocker 1
8.3) Commercial SIM Unlocker 2
9. Availble ROMS, Radios, SPL's
9.1) Shipped Roms
9.2) Custom Roms
9.3) Available radio's --- Alternatively, You can flash any radio with this tool
9.4) Available (H)SPL's
Modifying, Cooking, ...
Click to expand...
Click to collapse
10. Kitchens
This is used to rebuild and or modify shipped roms, and by this produce custom roms
10.1) WM 6.1 / 6.5 Visual Topaz Kitchen
10.2) WM 6.1 Kitchen
10.3) WM 6.5 Native Kernel, ...
11. Modifying & Cooking Stuff
11.1) Guide to cook for Xperia, But it's the same for all devices
11.2) Full XIP Porting (& more)
11.3) OEM Package Tutorial
11.4) Windows Mobile 6 Emulator to test your cabs
12. Useful registry edits
Here I will list some useful and most wanted registry edits, You can perform these with any registry editor.
12.01) Remove the locked program tab items
Code:
HKLM/Software/HTC/Manila/ProgramLauncher/0/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/1/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/2/IsReadOnly
HKLM/Software/HTC/Manila/ProgramLauncher/3/IsReadOnly
Change this value from 1 to a 0 and you can then edit their shortcuts.
12.02) Always keep WiFi on
Code:
HKLM/Comm/BCMSDDHD1/Parms/HTCKeepWifiOnWhenUnattended
Change this value from 0 to 1 and WiFi will stay on.
12.03) Smoothen out GPS Usage (not really a registry edit)
Code:
A. With Advanced config in the GPS menu
- disable A-GPS
- disable GPS logging
- logfile name must be empty
- old logfile name must be empty
- maximum size of logfile must be 0
- delete the file:
\windows\GPSLogFile.txt and \windows\GPSLogFileBack.txt
12.04) Enable Manila Landscape mode
Code:
1. Add string value to HKCU\Software\HTC\Manila
String: EnableLandscape Value: true
2. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\ModuleName
String: TF3D Value: \Windows\manila.exe
3. Add string value to HKCU\Software\HTC\HTCSENSOR\GSensor\WhiteList
String: TF3D Value: Manila
More registry edits to enable landscape mode, You can find here
12.05) Boost TouchFLo3D performance
Code:
HKLM,"System\GDI\GLYPHCACHE","limit", Change this value to 32768
HKLM,"Software\OEM\TFLOSettings","SpeedHigh",Change this value to 25
HKLM,"Software\OEM\TFLOSettings","SpeedLow", Change this value to 14
12.06) Enable Burst, Sport & Video Share mode in the camera
Code:
HKLM,"Software\HTC\Camera\P10","Enable",0x00010001,1
HKLM,"Software\HTC\Camera\P6","Enable"
HKLM,"Software\HTC\Camera\P8","Enable"
HKLM,"Software\HTC\Camera\P9","Enable"
Change these value's to 1 to enable
12.07) Prevent screen switching off during phone call
Code:
HKCU,"ControlPanel\Phone","Sleep",
Change this value to 0 to disable
12.08) Enable better power management
Code:
HKLM,"Drivers\SDCARD\ClientDrivers\Class\SIM_Class","DisablePowerManagement"
HKLM,"Drivers\SDCARD\ClientDrivers\Class\MMC_Class","DisablePowerManagement"
HKLM,"Drivers\SDCARD\ClientDrivers\Class\NAND_Class","DisablePowerManagement"
Change these value's to 0
12.09) Increase volume during call
Code:
HKCU,"ControlPanel\SoundCategories\InCall","InitVol",
Change this value to 4
12.10) Show or Hide Activesync
Code:
HKCU, "Software\HTC\TaskManager\ExclusiveList\System,
Make a new dword named "Repllog.exe" Change the value to 1 to show,
Or change it to 0 to hide
Troubleshooting
Click to expand...
Click to collapse
13. Troubleshooting
13.1) My device is bricked
13.2) Bootloader Errors
13.3) ActiveSync fails
13.4) Battery Life Issue's
14. Manuals
14.1) HTC Touch Diamond 2 Manual
14.2) HTC Touch Diamond 2 Disassebly Guide
Tests, Projects, Links
Click to expand...
Click to collapse
15. Useful Applications
15.01) Stop PushInternet, For Real
15.02) Soft Reset Button
15.03) Enable Battery status in the notification manager, Note that this doesn't work for 100% in languages other then WWE
15.04) Rhodium dialer for Topaz, Note that this disables the in-call curtain and enables conference calls
15.05) TF3D / Titanium Toggler
15.06) HTCPedia Topaz Settings tool Alternatively you can get the messaging only application here.
15.07) WiFi Smartlauncher
15.08) Birthdays To Calender app
15.09) Music Recognition app
Want your application here? Know an application that is extremely helpful? e-mail me at [email protected]
Click to expand...
Click to collapse
16. Alternative OS
16.1) Android on HTC Touch Diamond 2
17. Benchmarking
17.1) Serval benchmarks on Custom Roms
18. Projects
18.1) XDA UC
18.2) WM Img Updating system
18.2) How to put folders in the TF3D program tab
19. Useful Links
19.1) Touch Friendly programs for WM
19.2) Tweaks & Tricks
19.3) The MIDlet bible
19.4) Discussion about a Matt cover for the HTC Touch Diamond 2
19.5) Facebook Integration, How to get it back.
19.6) Custom RUU to put in .nbh files
19.7) The Newbie Guide To Configure iGO8
19.8) Guide to installing Hspl, Radio's & more!
Outro & Credits
Click to expand...
Click to collapse
20. Outro
* If you didn't find what you were looking for, Use the Search function
* Don't try anything with your phone if you are not sure of what you are doing, To be sure of what you are doing you have to search, read, reread, understand... If you are still unsure, ASK before breaking your precious phone!
* Being grateful is a virtue, Don't forget to donate to anyone who spent a lot of time in any of these items.
* @Mods feel free to edit this thread, add or remove things, But please make sure it fits the overall lay-out. Thanks
21. Credits
Code:
* [B]KOKOTAS[/B]
* [B]Neotelos_com[/B]
* [B]SkunkyGwen[/B]
* [B]cmonex[/B]
* [B]Olipro[/B]
* [B]rajan nishchal[/B]
* [B]its right[/B]
* [B]jerpelea[/B]
* [B]Da_G[/B]
* [B]gtrab[/B]
* [B]Ameet[/B]
* [B]pedroo[/B]
* [B]shadowline[/B]
* [B]pietrucci[/B]
* [B]Noonski[/B]
* [B]Menneisyys[/B]
* [B]dsixda[/B]
* [B]Tom_Condon[/B]
* [B]udK[/B]
* [B]Mkoz[/B]
* [B]TinTin
* BeeGee_Tokyo
* qbus00[/B]
[B]* prdic[/B]
[B]* hEiMDaLL[/B]
[B]* !aman![/B]
[B]* elmalote[/B]
[B]* jklondon[/B]
[B]* dcogen[/B]
Forgot you? Want a change? [B][U]Please e-mail me at [/U][/B][EMAIL="[email protected]"][email protected][/EMAIL]
Note that I do not take ANY credit for anything that has been posted. I simply added it all to one thread,
If you want to donate to me, that is great, But first think of the dev's who made this possible.
This guide is written by Jeutie, Based on an earlier made guide by KOKOTAS, And cannot be copied without my permission.
And if you get the permission to copy this guide,
Please give credit to all the developers listed above,
They put hard work into all of this!
*reserved*
@Mods, Please sticky this thread, it summarises what's in the other stickies, And if anything isn't added yet, I'll do that asap.
*edit*
Thank you Tom
jeutie said:
*reserved*
@Mods, Please sticky this thread, it summarises what's in the other stickies, And if anything isn't added yet, I'll do that asap.
Click to expand...
Click to collapse
nice job
I sticked this thread.!
Tom
This Topaz sticky links to a free unlocker for the HTC Touch.
Is this a fault or does it really work for the Topaz/TD2? HTC Touch SIM Unlocker (free)
mickman said:
This Topaz sticky links to a free unlocker for the HTC Touch.
Is this a fault or does it really work for the Topaz/TD2? HTC Touch SIM Unlocker (free)
Click to expand...
Click to collapse
Looks like a mistake to me.
Will edit it to avoid confusion.
Thanks
Well it should be universal... But I didn't try it, because my phone doesn't have a simlock... But thanks l3v5y ^^
jeutie said:
Well it should be universal... But I didn't try it, because my phone doesn't have a simlock... But thanks l3v5y ^^
Click to expand...
Click to collapse
Ah right. I wasn't sure, and thought there would be a lower risk of damaging devices if it wasn't there...
The newer unlocks (Diamond, Raphael etc) all flash a new radio to the device, which if using the wrong device/radio could break things.
l3v5y said:
Ah right. I wasn't sure, and thought there would be a lower risk of damaging devices if it wasn't there...
The newer unlocks (Diamond, Raphael etc) all flash a new radio to the device, which if using the wrong device/radio could break things.
Click to expand...
Click to collapse
Yup true ;-) I'll look around if I find one for the TD2
l3v5y said:
Ah right. I wasn't sure, and thought there would be a lower risk of damaging devices if it wasn't there...
The newer unlocks (Diamond, Raphael etc) all flash a new radio to the device, which if using the wrong device/radio could break things.
Click to expand...
Click to collapse
not really as we check what device you are buying for.
jeutie said:
Well it should be universal... But I didn't try it, because my phone doesn't have a simlock... But thanks l3v5y ^^
Click to expand...
Click to collapse
the htc touch (elf) unlocker won't work. totally different radio & security
PS: I sent you a PM
Got the pm, added all the content, Thanks m8 ^^
- Sorry for the inactivity, I'm busy with exams & such -
And also thanks !Aman! your changes have been made aswell.
I'd just like to say a big big thankyou to the founders of xda-developers, all the chefs and cooks, all the app makers, the creators of threads like this one, and all the members who contribute thoes magic tweaks and offer advise to people who are stuck.
I am totally new to the world of Windows Mobile, and without you all, I wouldnt have had the first clue nevermind flashing and tweaking shenanigans.
Thanks guys.
glad you liked it
I have a permanent problem with all 6.5 versions and it's really weird.All 6.5 roms work very well when memory card is not inserted...but when I turn my Topaz off and insert the memory card. Albums/Camera/Music Player/File explorer and all concerning memory card freeze when I use them.
That is, when I try to launch Album for pictures on memory card, it freezes...same with Camera.....
I changed memory card, formatted with FAT32...but all in vain
I have no such problem with 6.1 roms
Any comments?

[XDA_UC][UC][SASHIMI][S4X] S4X_Auto & S4X_Backup [DEC.02.2010] XDA_UC Mods & Answers

[XDA_UC][UC][SASHIMI][S4X] S4X_Auto & S4X_Backup [DEC.02.2010] XDA_UC Mods & Answers
* * * << PLEASE CHECK THE UPDATES/NOTES TOWARDS THE BOTTOM OF THIS POST >> * * * ​
Click to expand...
Click to collapse
If you need to know about Energy's version of XDA_UC, or are not familiar with it, but use his ROMs please CLICK HERE NOW!!!​
Click to expand...
Click to collapse
I have done some extensive modding of the MortScript from SASHIMI (by bengilah @ www.winmo-experts.com) and XDA_UC (by Noonski here @XDA) and have come up with a couple additions meant mainly for Energy's custom XDA_UC as it lacks some of the features that Noonski's version does, well now you can have ALL THAT & MORE!
What does S4X_AutoLauncher.mscr do?
01. it loads the S4X_Auto Script (S4X_Auto_*version*.mscr) with an updated version of MortScript.exe (4.3b15) and waits for it to finish (this way you don't have to install new version of mortscript for the mod to work!).
S4X_Auto script does the following, in the following order:
01. shuts down sense, kills manila.exe and any processes found in the "autoKillApps" section of the autoSettings.ini.
02. deletes AppData folder from device, if instructed by autoSettings.ini to do so.
03. installs CERT files found in XDA_UC_\_Mod_\filesCERT (+ subfolders)
04. provisions any XML files that have "email" or "wifi" in the name of the file.
05. silently sets windows them from the autoSettings.ini, place the filename.tsk(only - spaces are OK, but NO path) of the theme in the INI like this:
Code:
[AutoSettings]
theme=filename.tsk
if it is a theme that is not present on the rom you can place the file in the folder XDA_UC\_Mod_\filesTSK, and it will get copied to windows before being set as the default theme. if no theme is set in the autoSettings.ini, then any TSK files present in XDA_UC\_Mod_\filesTSK will be copied to windows, then a dynamic menu with all available themes will be shown, and you can choose one, if none is chosen (10sec timeout), then the default cooked theme will be left as the default.
06. installs CABs, located in root of XDA_UC\_Mod_\filesCAB, silently to device
07. installs CABs, located in root of XDA_UC\_Mod_\filesCAB or any subfolder thereof (EXCEPT FOR \netCF, \Dialer, \SDAuto or \SKIP), silently to device.
08. if a SASHIMI ".auto" file is present, it will install the cab semi-silently (no user interaction required), to device or storage card (see XDA_UC\_Mod_\_bin\INI\sample-file.auto for example)
09. install a custom dialer if there are CABs present in XDA_UC\_Mod_\filesCAB\Dialer (+ subfolders), shuts down the proper processes first and if that isn't possible it will skip installation so that there are no errors.
10. installs netCF CABs silently to device if present in XDA_UC\_Mod_\filesCAB\netCF (+ subfolders) (uses THIS method. )
11. looks for CABs in folder: XDA_UC\_Mod_\filesCAB\SDAuto(+ subfolders), installs them silently to your SD. The cabs don't HAVE to be UC compatible, but you will have to do some manual things if they aren't UC compatible... NOTE: not all CABs work with this method, if they don't work, please place them in folder: XDA_UC\_Mod_\filesCAB\Manual, for full user interaction when necessary. This is no longer a separate script, I have integrated it. credit to bengilah @ winmo-experts.com
12. SKIPS all CABs located in XDA_UC\_Mod_\filesCAB\SKIP (+ subfolders)
13. installs *.XDA, *.XDAI, *.XDAS & *.XDAZ files found in XDA_UC\_Mod_\filesXDA (subfolders as well)
14. imports all reg files found in XDA_UC\_Mod_\filesREG (+ subfolders)
15. provisions XML files found in XDA_UC\_Mod_\filesXML (+ subfolders)
16. executes EXE files found in XDA_UC\_Mod_\filesEXE (+ subfolders), if a parameter(s) is found in exeparams.ini, then it is run with those parameters
17. looks for *.wgt/*.widget files in folder: XDA_UC\_Mod_\filesWGT, and installs them with wmwidgetInstaller.exe (if present in ROM) automatically (not silent, but usually no user input is required).
18. looks for folders under folder: XDA_UC\_Mod_\filesSense\****, and copies the content of each folder to \Windows, this is useful for keeping your fixes/mods seperated so that when a new rom comes out that includes the fix/mod you can just delete that folder and it won't be copied to device anymore during XDA_UC setup =)
19. copies all files/folders from folder: XDA_UC\_Mod_\filesRoot, to the root of the device IE: XDA_UC\_Mod_\filesRoot\My Documents gets copied to \My Documents...etc...
20. if present, executes deleteOps.ini and deletes files and/or folders, see the XDA_UC\_Mod_\_bin\INI folder for sample .ini's
21. if present *.pib file in XDA_UC\_Mod_\filesPIM, starts PIMBackup and waits until user is finished importing settings, then...
22. looks for PIM.VOL in folder: XDA_UC\_Mod_\filesPIM, renames current, copies backup, then places a self actuating and deleting script in \Windows\Startup that will delete the old renamed PIM.VOL file at the next boot.
23. runs any MSCR (MortScripts) found in XDA_UC\_Mod_\filesMSCR (+ subfolders), if parameters exist in scriptparams.ini, then it runs the script with the given parameters.
24. imports CHT settings file, if present in folder: XDA_UC\_Mod_\filesCHT
25. finally, I have added logging (no matter whether script is ran manually or automatically by XDA_UC) and on-screen notifications (only during initial XDA_UC setup), the log file can be found in folder: XDA_UC\_Mod_\_bin\LOG\S4X_Auto_ver#_LOG.txt
XX. For ALL CAB & Widget file installs, looks for an entry in customlinks.ini, if present moves the link to the specified directory in the start menu after installation is complete
Click to expand...
Click to collapse
What does S4X_SDAutoLauncher.mscr do?
01. It loads the sdauto script with an updated version of MortScript.exe (4.3b15) and waits for it to finish (this way you don't have to install new version of mortscript for it to work!).
S4X_SDAuto_1.0.mscr script does the following, in the following order:
01. files are installed alphanumerically: 0, 1, a, A
02. supports SASHIMI ".auto" files, to automate installation of non UC compliant CABs (ie: pop up messages/windows during installation)
03. it writes a log to XDA_UC\_Mod_\_bin\LOG\S4X_SDAuto_1.0_LOG.txt
Click to expand...
Click to collapse
What does S4X_Backup do?
I DID NOT WRITE (MOST OF) THIS CODE, I ONLY MODDED IT TO MAKE IT WORK THE WAY I WANTED/NEEDED IT TO!!!!​
01. * Full minus file > customRegXport, PIMBackup & CHTBackup
02. * FullBackupXport > Filebackup.ini, Regexport.ini, PIMBackup & CHTBackup
03. * CustomRegXport > run regexport.ini ONLY
04. * PIMBackup > Backs up PIM data with PIMBackup, if a file already exists in XDA_UC\_Mod_\filesPIM folder, it copies the file(s) to folder: XDA_UC\_Mod_\_Manual\filesPIM
05. * CHTBackup > Backs up Co0kie Home Tab data and saves it as "chtsettings.cht" in folder: XDA_UC\_Mod_\filesCHT
06. * filebackup > runs filebackup.ini ONLY
07. * Full Export > full registry exported saved in folder: XDA_UC\_Mod_\_Manual\filesREG
08. * View Regexport.ini > Shows you the contents of regexport.ini
09. * View Filebackup.ini > Shows you the contents of filebackup.ini
10. * _ E X I T _ * > self explanatory ;-)
11. when doing a REG export I added a check of fileSkipOverOrArchive in autoSettings.ini (found in XDA_UC\_Mod_\_bin\INI), 0 = ARCHIVE, 1 = OVERWRITE, 2 = SKIP), if set to ARCHIVE a subfolder is created in XDA_UC\_Mod_\_Manual\filesREG and the files present in XDA_UC\_Mod_\filesREG are moved there before export starts. this way you have a backup of previous reg settings.
Please see post #3 for examples of filebackup.ini and regexport.ini
Click to expand...
Click to collapse
XDA_UC RELATED LINKS:
'Energy' ROM/XDA_UC - User to user tips and tricks!
[UC]XDA_UC Autoconfiguration User2User Thread[23-06-2009]
[UC]XDA_UC V2.RC1, Automated & Silent User & Cook, Configuration Service[14/05/10]
[APP][2010/07/07] XDA_UC_NET - new PORTABLE version of User Customization. (v0.6)
MORTSCRIPT RELATED LINKS:
MortScript Examples Accumulation
[MortScript] Source Compendium
SASHIMI RELATED LINKS:
[UC] User Customization Backup for Touch Pro using Sashimi
[07/08/2008] Sashimi Tips & Tricks
[REF] How-To: automate backup (inc. Manila conf) before a ROM upgrade using SASHIMI
SASHIMI and new 6.5.x roms
Click to expand...
Click to collapse
In an attempt to keep THIS post clean, I am not going to post the code from these two scripts. I will attach my XDA_UC_Mod [latest], which contains both of these scripts which you can extract from the zip and look at all you want.
I am going to post the contents of my filebackup.ini and regexport.ini's for reference, for you non-SASHIMI converts or SASHIMI users who never took the time to learn that wonderful part of SASHIMI. See posts #2 (autoSettings.ini) and #3 (filebackup.ini, regexport.ini, example ini's) for that info...
Future Plans:
1. a way to automate PIMBackup restore w/an .ini
2. completely modularize the mod and allow an .ini to set/determine what actions are performed, hopefully to make process slightly quicker as only script code needed will be loaded/executed
03. regKeyDelete.ini - to automatically delete some keys from registry [ie: bootloader and init entries...etc...] will be written much like the regexport.ini from sashimi
Instructions
If you only want functionality to install cabs to SDCard silently, then just download the S4X_SDAuto_Mod and extract the zip to the ROOT of XDA_UC folder, otherwise if you want the full mod download the S4X_Auto_plus_Backup_Mod and extract it to the ROOT of XDA_UC folder, there is no need for both as the S4X_SDAuto_Mod is included in the full mod.
1. choose file and unzip to ROOT of XDA_UC folder
2. if running EITHER mod manually, run the .mscr file in root of XDA_UC or .exe in the _bin folder, do NOT run the .mscr file in the XDA_UC\_Mod_\_bin folder unless you have a 4.3b11+ version of MortScript already installed on your system
3. to use S4X_Backup run S4X_Backup.exe in the XDA_UC\_Mod_\_bin folder of XDA_UC or from the start menu > tools > S4X_Backup (only present if you've used xda_uc setup with my mod)
--------------------------------------------
S4X_Auto & Backup Mod [Latest] - mediafire mirror
S4X_SDAuto Mod[Latest] - mediafire mirror
--------------------------------------------​
EDIT 12/27/2010 ATTENTION: As I am currently unable to keep up with the updates at the moment, XDA user powinmo, is providing some code updates at THIS POST, please download the full package, then download his code update if you are a first time user. Otherwise you can just download his update, to fix the current issues. Changelog for his update is HERE.
Click to expand...
Click to collapse
autoSettings.ini
Here are some basic explanations of what the settings in autoSettings.ini do. =)
Code:
[AutoSettings]
[b][color="red"]If for some odd reason device shuts off, reboots...etc during setup/customization, if this is ON (1), it will retry the last task, if OFF (0) it will continue after the last attempted task.[/color][/b]
aggresiveResume=1
[b][color="red"]If set to ON (1), will automatically remove appData folder from device[/color][/b]
appDataDelete=1
[b][color="red"]this relates to the S4X_Backup mod, if set to 0 it will "ARCHIVE" (copy to _Mod_\_Manual\filesREG\ARCHIVE_[date]) any existing REG files before exporting the new ones to _Mod_\filesREG[/color][/b]
fileSkipOverOrArchive=0
[b][color="red"]if ON (1) will display the fullpath in status updates[/color][/b]
FullPathStatus=0
[b][color="red"]If set to 0, will use mortscript built-in process kill function first (default is 0), if set to 1, will use SKTools.exe #KILLPROC command line function first to try to kill the process. I highly recommend keeping it on 0, but if you have trouble with apps not getting killed (IE: for dialer cab install, PIMBackup restore...etc) then try changing this.[/color][/b]
killApp=0
[b][color="red"]If ON (1), will automatically reboot device after AutoSetup/Customization is complete[/color][/b]
RebootAfterAuto=0
[b][color="red"]if ON (1), the autoProgressFile will be deleted after setup/customization is complete, maybe good for debugging, so you can look at file if there are issues[/color][/b]
resetAutoFlag=0
[b][color="red"]when copying files, or deleting them, if ON (1) will remove all file attributes and set only "ARCHIVE" attrib[/color][/b]
ResetReadOnly=1
[b][color="red"]will set a reg entry, if the script is run via the "AUTORUN" feature, ie: using the 2577 folder found under _Mod_\_bin[/color][/b]
SetAutoRunFlag=1
[b][color="red"]If ON (1), will keep open a status message window, that will update with each completed/skipped/failed task... everything is always logged to _Mod_\_bin\LOG\*LOG.txt, so not necessary for debugging, only if you want visual confirmation while you watch it work...[/color][/b]
statusOn=1
[b][color="red"]this pertains to the TSKfiles portion of the script, you can use the filename of any theme located in \Windows or _Mod_\filesTSK, it will automatically be set during setup/customization[/color][/b]
theme=EnergyROM 2010.tsk
[b][color="red"]If ON (1) will use FdcSoft TskMgr.exe (located in _Mod_\_bin) to import REG files, default (0) will use SKTools.exe (also located in _bin folder)[/color][/b]
UseTaskMgrRegImport=0
[b][color="red"]below is a list of apps/processes that the script will attempt to kill during the "disable htc sense GUI" portion of the script. you can add any app/process you like, but be careful and only use the process name and extension, do not include the path[/color][/b]
[autoKillApps]
app01=manila.exe
app02=AudioManager_eng.exe
app03=AlbumSearcher.exe
app04=changescreen.exe
app05=gyrator2.exe
app06=quickmenu.exe
app07=repllog.exe
app08=sipgt_app.exe
app09=tmail.exe
filebackup.ini
- anything set to "Auto" will backup to _Mod_\filesRoot
- anything set to "Manual" will backup to _Mod_\_Manual\filesRoot
- so that it doesn't actually get copied to your device during the
- copy2root part of my script, you must do it manually.
Code:
[Appz_Config]
FileBackupDirMode=Auto
ArkSwitch=\Program Files\Arkswitch\Theme\config.xml
changeScreen=\Windows\changeScreen.config
ET9_1=\Windows\ET9*.Cdb
ET9_2=\Windows\ET9*.Rdb
Lumos=\Program Files\Lumos\settings.txt
[Gen_Filez_Backup]
FileBackupDirMode=Auto
ShakeSave=\ShakeAndSave\*.*
[Opera_9]
FileBackupDirMode=Auto
Bookmarks1=\Windows\Opera9\opera6.adr
Bookmarks2=\Windows\Opera9\Profile\opera6.adr
Cookies1=\Windows\Opera9\cookies4.dat
Cookies2=\Windows\Opera9\Profile\cookies4.dat
Secure=\Windows\Opera9\secure\wand.dat
Settings=\Windows\Opera9\opera.ini
Skin=\Windows\Opera9\Skin\*.*
[Opera_10]
FileBackupDirMode=Manual
cookies=\Program Files\Opera Mobile 10\profile\cookies4.dat
pass=\Program Files\Opera Mobile 10\profile\secure\wand.dat
prof1=\Program Files\Opera Mobile 10\profile\datastorage\*.*,*
prof2=\Program Files\Opera Mobile 10\profile\op*.dat
prof3=\Program Files\Opera Mobile 10\profile\*.ini
[Sounds]
FileBackupDirMode=Manual
MP31=\Windows\*.mp3
WAV1=\Windows\*.wav
WMA3=\Windows\*.wma
MP32=\Windows\Rings\*.mp3
WAV2=\Windows\Rings\*.wav
WMA3=\Windows\Rings\*.wma
[AppData_StartMenu_StartUp]
FileBackupDirMode=Manual
htcAudMgr=\Application Data\HTC\AudioManager_Eng\*.*,*
htcDownMgr=\Application Data\HTC\DownloadManager\*.*,*
htcStocks=\Application Data\HTC\ygo\*.*,*
htcTwitter=\Application Data\HTC\Twitter\*.*,*
StartMenu=\Windows\Start Menu\Programs\*.*,*
StartUp=\Windows\StartUp\*.*
Themes=\Windows\*.tsk
regexport.ini
- anything set to "Auto" gets saved to _Mod_\filesREG
- anything set to "Manual" gets saved to _Mod_\_Manual\filesREG
NOW SUPPORTS (as of version 1.1) 6Fg8's customRegExport Mod, see below for explanation and HEED THE WARNING!!!
6Fg8 said:
The mod allows additional parameters in REGEXPORT.INI:
Code:
[COLOR=Blue]key1=<yourkeypath1>
key2=<yourkeypath2>,<value1>,<value2>,<value3>, ... ,<valueN>
key3=<yourkeypath3>,*[/COLOR]
key1 is the traditional way of exporting registry keys as its already implemented. It exports this key including all values/subkeys.
key2 specifies a key, plus the value names you want to export (value1-valueN). Value names are CASE SENSITIVE (!), if they dont match you end up with an empty key.
key3 specifies a key, plus ALL values, but WITHOUT subkeys.
WARNING: DO NOT mix filtered (like in key2, key3 examples) and unfiltered keys (key1) in the same section, as this will lead to missing values. If you need to do this, split them into separate sections.
examples from my own usage:
Code:
[COLOR=Purple][B][Opera vibration][/B][/COLOR]
[COLOR=Blue]RegExportDirMode=Auto
key1=HKEY_LOCAL_MACHINE\Software\Opera\Defaults,VibrationEnabled
[/COLOR]
[COLOR=Purple][B][power+backlight settings][/B][/COLOR]
[COLOR=Blue]RegExportDirMode=Auto
key1=HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts,BattSuspendTimeout,BattSuspendTimeoutSave,ACSuspendTimeout,ACSuspendTimeoutSave
key2=HKEY_CURRENT_USER\ControlPanel\BackLight,BatteryTimeout,BatteryTimeoutUnchecked,ACTimeoutUnchecked
[/COLOR]
Click to expand...
Click to collapse
Code:
[1000_MySettings]
RegExportDirMode=Auto
Attachments=HKLM\System\Inbox\Settings\AttachPath
AudioGateway=HKLM\Software\Microsoft\Bluetooth\AudioGateway
Backlight=HKCU\ControlPanel\Backlight
BLTimeouts=HKLM\System\CurrentControlSet\Control\Power\Timeouts
Clock=HKLM\Software\Microsoft\Clock
JPG1=HKCR\.jpg
Notifications=HKCU\ControlPanel\Notifications
Phone=HKCU\ControlPanel\Notifications\Phone
PhVol=HKCU\ControlPanel\PhoneVolume
PictureLoc=HKLM\System\Pictures\Camera\OEM\PictureLocation
SavLocAud=HKCR\SystemFileAssociations\audio\shell\save\Save Location
SavLocIE=HKCU\Software\Microsoft\Internet Explorer\Main\Default storage location
SavLocImg=HKCR\SystemFileAssociations\image\shell\save\Save Location
SavLocVid=HKCR\SystemFileAssociations\video\shell\save\Save Location
SoundCategories=HKCU\ControlPanel\SoundCategories
Sounds=HKCU\ControlPanel\Sounds
TCPWindowsSize=HKLM\Comm\tcpip\Parms
Volume=HKCU\ControlPanel\Volume
Wallpaper=HKCU\ControlPanel\Desktop
WMV1=HKCR\.wmv
[1001_TarkimSettings]
RegExportDirMode=Auto
KeyConfig=HKLM\Software\KeyboardConfig
[1002_HTCSoftwareHKCU]
RegExportDirMode=Auto
Camera=HKCU\Software\HTC\Camera
DownloadMgr=HKCU\Software\HTC\DownloadManager
Manila=HKCU\Software\HTC\Manila
People=HKCU\Software\HTC\People
TaskManager=HKCU\Software\HTC\TaskManager
[1003_HTCSoftwareHKLM]
RegExportDirMode=Auto
AudioBooster=HKLM\Software\HTC\AudioBooster
AudioManager=HKLM\Software\HTC\AudioManager_Eng
Camera=HKLM\Software\HTC\Camera
Config=HKLM\Software\HTC\Manila\Configuration
Facebook=HKLM\Software\HTC\FacebookSDK
InternetPush=HKLM\\Software\HTC\Manila\InternetPush
PhoneExtended=HKLM\Software\HTC\PHONE\PhoneExtendSetting
SlidingSound=HKLM\Software\HTC\SlidingSound
StartUpAnimation=HKLM\Software\HTC\HTCAnimation
Twitter=HKCU\Software\HTC\TwitterApp
YouTube=HKLM\Software\HTC\YouTube
[1004_Co0kie]
RegExportDirMode=Auto
Co0kie=HKLM\Software\HTC\Manila\Co0kie
Home=HKLM\Software\HTC\Manila\Home
Tasks=HKLM\Software\HTC\Manila\Tasks
[1005_HTCAccountMgr]
RegExportDirMode=Manual
AccountManager=HKLM\Software\HTC\HTCAccountManager
[1006_StartMenuIcons]
RegExportDirMode=Auto
StartMenuIcons=HKLM\Security\Shell\StartInfo\Start
[1007_MySoftwareHKCU]
RegExportDirMode=Auto
7zip=HKCU\Software\7-zip
ArkSwitch=HKCU\Software\ARKconcepts
DualBoot=HKCU\Software\Gen.Y
Changescreen=HKCU\Software\idevelopstuff\changescreen
FacebookApp=HKCU\Software\Microsoft\Facebook
Modaco=HKCU\Software\Modaco
Mort=HKCU\Software\Mort
Mosko=HKCU\Software\mosko.mobi
neuLight=HKCU\Software\Wei Enterprise
Palringo=HKCU\Software\Parlingo
PIMBackup=HKCU\Software\FdcSoft
QuickMenu=HKCU\Software\AlenSoft
RSS=HKCU\Software\Ilium Software
SIPChange=HKCU\Software\The Paradigm Group
SK=HKCU\Software\sk
TotalCommander=HKCU\Software\Ghisler
xTep=HKCU\Software\xTep
[1008_MySoftwareHKLM]
RegExportDirMode=Auto
Adobe=HKLM\Software\Adobe
AdvancedConfig=HKLM\Software\AdvancedConfig
eT9=HKLM\Software\Tegic\eT9
IE=HKLM\Software\Microsoft\Internet Explorer
Opera=HKLM\Software\Opera
PocketMusic=HKLM\Software\PocketMind
SRS=HKLM\Software\SRS
TouchInCallScreen=HKLM\Software\Marzens
[1009_Services]
RegExportDirMode=Auto
Stowaway=HKLM\Services\Stowaway
HTCVol=HKLM\Services\HTCVOLUME
MyPhone=HKLM\Services\MyPhoneService
MediaLibrary=HKLM\Services\MLUService
WinLive=HKLM\Services\Windows Live
PushInternet=HKLM\Services\PushInternetEngine
BTSyncServ=HKLM\Services\BthAsPlugin
deleteops.ini
- below is an example of the deleteops.ini
- used to delete individual files or entire folders
- wildcard (*) can be used
Code:
[DeleteFile]
file1=\Windows\StartUp\HTC*Up.lnk
file2=\Windows\StartUp\sdim.lnk
file3=\Windows\StartUp\Setup*.lnk
file4=\Windows\StartUp\LockDevice.lnk
[DeleteFolder]
folder1=\Windows\Start Menu\Programs\Games
folder2=\Windows\Start Menu\Programs\GPS
folder3=\Windows\Start Menu\Programs\*net
folder4=\Windows\Start Menu\Programs\Multimedia
folder5=\Windows\Start Menu\Programs\Office Mobile
folder6=\Windows\Start Menu\Programs\Tools
anyfilename.auto
- below is an example of an ".auto" file
- used to automate cab installs that require user input
Code:
[AutoFile]
InstallLocation= (0 = device, 1 = storage card)
WindowTitle="Keyboard and Mouse Setup" (name of window to perform actions on)
[ScriptCommands]
1=SendLeft
2=sleep(100)
3=SendCR
4=sleep(1500)
5=SendOK
customlinks.ini
- if you want a link for a specific cab to be installed
- to a different directory than the default
- put exact cab file name without extension as first param
- wildcard (*) can be used
- after cab is installed, the link will be moved to where you want it
Code:
[LNK Files]
Myapp-version*=Programs\MyApps
regedit.Rpr_ARM=Programs\Registry Tools
kevtris=NONE
*=Programs\Other Tools
exeparams.ini
- same as above, filename (no ext) as it exists in _Mod_\filesEXE as first parameter
- parameters go after the equals sign
Code:
[EXE Parameters]
cusTSK=\Windows\Windows Mobile Green.tsk
scriptparams.ini
- same as above, scriptname (no ext) as it exists in _Mod_\filesMSCR as first parameter
- parameters go after the equals sign, inside the quotes
Code:
[Script Parameters]
MyScript="varone=one vartwo=two varthree=three"
Your zip file
Your zip file doesn't work. It gives errors when you try to unzip it.
BTW I search the whole xda for a post saying this and I didn't find one...lol
Other links
Sorry... updating zip file now...
Cingularman said:
Your zip file doesn't work. It gives errors when you try to unzip it.
BTW I search the whole xda for a post saying this and I didn't find one...lol
Click to expand...
Click to collapse
see top post for correct updated file =)
Great reference Ben..as always very well done!
krook6023 said:
Great reference Ben..as always very well done!
Click to expand...
Click to collapse
thanks, just trying to be a contributing member, even if "my" stuff isn't exactly 100% original... MortScript is getting easier by the minute for me, coming from self taught php background a lot of it is similar or the same even... I'm sure there's some languages that php resembles... but I'm not really a programmer of any sort, just an accomplished "tinkerer" heh...
I posted this in the Energy thread - it was suggested I ask here... any help would be great. Thanks.
Hi -
Can you give me a step by step on the order in which you do stuff after flashing (when to reinsert the sim card, when to run PIM Backup, etc.)? I basically stole your entire XDA_UC (thank you btw!) just adding a couple files and reg settings for some applications and a few things don't seem to work for me (i.e., my favorite people never come back in the right order or even the right people, my hotmail gets screwed up, etc.). I just can never seem to get any of the backups to work exactly right and I've tried SASHIMI, NRG's Export/Importer, and XDA_UC. I just think I'm doing something at the wrong time and things are stepping on each other or something. Anyway, thanks for the help!
PS I'm installing the latest 23xxx CHT rom via SD card ...
shannyb1972 said:
Hi -
Can you give me a step by step on the order in which you do stuff after flashing (when to reinsert the sim card, when to run PIM Backup, etc.)? ...snip...
PS I'm installing the latest 23xxx CHT rom via SD card ...
Click to expand...
Click to collapse
sorry for the slow reply, had to pick up my Dad from his elbow surgury and ran into car trouble on the way home (he just spent almost 6k on fixing that stupid thing in about a 2mo period... lol)
anywas... if THIS POST doesn't answer all your questions feel free to ask anything more specific =)
benjamminzIS said:
had to pick up my Dad from his elbow surgury and ran into car trouble on the way home (he just spent almost 6k on fixing that stupid thing in about a 2mo period... lol)
Click to expand...
Click to collapse
The car or the elbow?
Anyway, hope he has a swift recovery (and thanks for the great posts)...
rmanaka said:
The car or the elbow?
Anyway, hope he has a swift recovery (and thanks for the great posts)...
Click to expand...
Click to collapse
ROFLOL... yeah guess I should have been a little clearer on that =P the car... what a waste... american cars = teh suck!
benjamminzIS said:
ROFLOL... yeah guess I should have been a little clearer on that =P the car... what a waste... american cars = teh suck!
Click to expand...
Click to collapse
Maybe we ought to start sponsoring you (like we did NRG for a new Fuze) so you can get a European car?
Tazkika said:
Maybe we ought to start sponsoring you (like we did NRG for a new Fuze) so you can get a European car?
Click to expand...
Click to collapse
lol... no, not my car = crap. my dad's car... lol... my car, Lexus IS300 = wrecked (not the one in sig) into the back of my best friends truck, back in July, was looking (rubbernecking) at flipped car on other side of road, road was wet, person in front of my friend slammed on their brakes to turn left (while I was looking at flipped car) I slid into back of my friends Nissan Titan (I now call them wreckalexuses) LOL I will get another one soon enough, I just got screwed by my insurance company AND GAP coverage and ended up having to pay out because they decided to total it... only thing holding me back at the moment is a 9-5er (or 11-7, hell I'd take anything right now... lol) so no worries...
Look at me! I'm cluttering my own thread!!! heheeee
here is a quick question:
I want to copy a folder and his content from storage card to My Documents\My Pictures.
so from : Storage Card\XDA_UC\Files\ ( ProGloss_60%) this is the folder to be copied )
to : \\\My Documents\My Pictures
how can I do that ?
benjamminzIS said:
sorry for the slow reply, had to pick up my Dad from his elbow surgury and ran into car trouble on the way home (he just spent almost 6k on fixing that stupid thing in about a 2mo period... lol)
anywas... if THIS POST doesn't answer all your questions feel free to ask anything more specific =)
Click to expand...
Click to collapse
Sorry about the car trouble... no worries, I don't consider less than 24 hours a slow response to a message board anyway. You regular posters on this free community board are more responsive than my help desk at work!
Anyway, your post explains very clearly what you do up to flashing the rom. My question is more about the order to do things AFTER you flash. For example, I flashed the latest yesterday and it says "update complete". What is the order I should do things at that point? When to replace the sim, when to hard reset, when to run PIM backup, do I need to manually disable anything that's running, etc.?
Thanks for your help!
ceesheim said:
here is a quick question:
I want to copy a folder and his content from storage card to My Documents\My Pictures.
so from : Storage Card\XDA_UC\Files\ ( ProGloss_60%) this is the folder to be copied )
to : \\\My Documents\My Pictures
how can I do that ?
Click to expand...
Click to collapse
if that's all you want copied then just place it in XDA_UC\Root\My Documents\My Pictures
then use this part of my copy2root script, put it in a txt file and rename the txt to .mscr and place in the XDA_UC folder :
Code:
XCopy( "\Storage Card\XDA_UC\Root\*.*", "", TRUE, TRUE )
if you're already using my mod then just place place them in the folder as I first stated and they will be copied during the setup...
shannyb1972 said:
For example, I flashed the latest yesterday and it says "update complete". What is the order I should do things at that point? When to replace the sim, when to hard reset, when to run PIM backup, do I need to manually disable anything that's running, etc.?
Thanks for your help!
Click to expand...
Click to collapse
O.K... gotcha...
after update:
1. at "update complete" put mSD in
2. put battery back in
3. reboot
4. wait for xda_uc message to pop-up, hit "YES" to start
5. after setup is complete (wait for the second message saying customization is complete, I click NO here)
6. this is where I run TouchProTweak to setup a couple things I haven't figure out how to do via reg settings.
7. remove back cover and slide SIM in over battery (if you don't want to do it this way then slide2shutdown, remove battery and insert SIM)
8. restart
9. wait for connection setup, do setup
10. here is where I enter into manila my facebook, twitter and youtube passwords and link facebook accounts from the all people > updates tab
11. start enjoying your freshly setup rom!
I don't hard reset, because of task29... so far (2wks) I haven't noticed any issues due to not hard resetting after first screen calibration.
as for people tab not being in right order... I don't know if anyone has figured out a fix for that... I don't really use it other than to have those particular people in it, so it doesn't really bother me if it comes back in correct order or not...
thanks will try it .
thanks it worked .
Boy, I hope this isn't a dumb question... I've searched without any luck, but I can't imagine no one has tried this yet: Is there a way to export ActiveSync settings for XDA_UC? I couldn't find anything like that in the Settings Exporter.

Categories

Resources