Related
Hi there,
Could anyone assist? I am trying to make a cab of personal settings to reset my registry settings to after a hard reset, but am having trouble with Permanent Save. I have contacts, appointments and tasks stored in the permanent area, and after I do a hard reset I can go into Permanent Save on the control panel, tick the boxes and all my contacts reappear and all is well.
However, if I take a snapshot of the registry before activating the tickboxes, and then afterwards and apply the differences, it overrights the existing data with nothing. The keys I have tried are
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\AdvancedCPL]
"CalendarPassCheck"=dword:00000001
"ContctPassCheck"=dword:00000001
"EnabledStateCalendar"=dword:00000001
"EnabledStateContact"=dword:00000001
"EnabledStateTask"=dword:00000001
"TASKPassCheck"=dword:00000001
It does work in ticking the boxes, but not in doing a restore - well only a restore to no data. Do I have to make some changes to any files as well?
Thanks!
Q.
Hello Q I'm in exactly the same boat, if you look at the \storage\persavebackup folder from you PC you'll see a bunch of files the saved info will look like TaskRecord.txt etc and yup they get overwriten with files of 0 value when I run my script and do a soft reset or add in new values.
I've tried copying files back into the persavebackup folder to see if they are then picked up but no joy - its very odd must be missing something.
I thought the entry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Pim\schedID might be something to do with it as an entry is put in here when there is data saved with perm save but didnt seem to make any difference when I changed this.
if I get anywhere I'll post back.
Why would you want to use the permanent save anyway?
I mean, hey, xBackUp is there, innit?
I've encountered this problem with my Jasjam this morning. Similar to the Wizard problem, in this thread http://forum.xda-developers.com/showthread.php?t=267765. The funny thing is that SKtools and Pocket Mechanic can see the installed programs. But WM6 " remove Programs" doesn't show anything. Can't install any programs.
Can anyone please provide ALL the keys and data info from this registry folder: HKLM\Security\Policies\Policies\ so I can try to repair my Jasjam.
hi, this is from my TyTN, hope it help, but I am not sure about that, it is nothing important I guess...
but I think you need somethink in this view -
[HKEY_LOCAL_MACHINE\Security\AppInstall\
check also this view - \\Windows\\AppMgr\\ - here should be some tmp files -
"Uninstall"="\\Windows\\AppMgr\\C. Ghisler & Co. Total Commander\\9F01.tmp"
this is how it look like on my side
Many Thanks sinmae.
Uhm- I've tried to install the 1st policies reg and reset - but still no good.
Before I installed the 2nd Registries, AppInstall. I've examined my registry data before install and it is empty. Then I've installed it. All installed programs now appeared back in the AppInst regisries But still nothing appear in the Remove Programs option ( also tried reset too).
Do you have any more suggestions ??????
pl55 said:
Many Thanks sinmae.
Uhm- I've tried to install the 1st policies reg and reset - but still no good.
Before I installed the 2nd Registries, AppInstall. I've examined my registry data before install and it is empty. Then I've installed it. All installed programs now appeared back in the AppInst regisries But still nothing appear in the Remove Programs option ( also tried reset too).
Do you have any more suggestions ??????
Click to expand...
Click to collapse
Have you tried connecting your phone to USB on your PC and using the Add/Remove programs option from the toools menu in ActiveSync? I presume it loads the list from the same registry settings on the device itself but could be worth a try.
Tried that but no good.
Anyway, what I did was with the registries fixed, did a full backup with Sprite backup ( luckily - already installed in PDA), then do hard reset, reinstall from backup, then it worked !!!!! - everything back to normal- all installed programs appeared in " Remove program" Option again . Many thanks guys.
I had the same problem on my HTC Mogul, upon pl55's suggestion I made a backup image using SPB Backup, then hard reset my devices and restored from the image. Thankfully that solved it.
This is my first post of the like so go easy on me.
I'm in the process of writing an application to deal with the annoyances I found after frequently flashing my phone.
Everytime I would flash my phone, I would have to go back and resetup a ton of settings.
I even started exporting portions of the registry to my flash card, so I could reimport them after each flash. But it's difficult to update the reg files and tedious to reimport them along with reinstalling a folder full of applications.
Thus....
SettingsSavior was born.
This is definately a beta application. I did my best to test it on my own settings, but I expect your mileage may vary. I tried to only export registry keys which I thought wouldn't change too much between roms. That said who knows what would happen by adding regkeys from a different rom into your new one.
There isn't an installer yet so here are the instructions...
1) Download it to your phone
2) Create a /Storage Card/Program Files/SettingsSavior/ folder and move it into there. (It can be anywhere on your memory card, but that's where I'm going to put it when I get the installer built)
3) Run it and pick 'Backup'
4) Flash your phone (sometime in the future is fine)
5) Navigate to the install folder, and run the application again.
6) Uncheck any settings you don't want restored and pick "Restore".
7) Reboot (so the applications can pick up their new settings)
8) Post feedback here.
9) Make your own config files and post them here too.
If you have suggestions of areas of the registry I should add, please post them here in the thread.
Thanks,
Rob
Version History
---------------
Download Version 0.8
* Not sure what happened to 0.7, did I think I uploaded it and never did? odd.
* Provisioning systems export feature enabled in the tools menu, can't import so not worth much right now. Thanks walshieau!
* Improved error handling
* Updated a few of the config.xml files to work better.
Download Version 0.6
* Fixed a few more areas where things can crash
* Added a reg dumper and a file hash dumper to help locate what's changing between reboots
* Figured a ton of stuff out about the reason bluetooth stuff isnt' working right, but I'm out of time to work on it tonight.
* Tomorrow is mothers day
* Double checked all the reg exports against another regexporter to make sure I'm not making any mistakes (found 2 differences and changed my stuff to be like the others, not sure if it'll make a difference)
Download Version 0.5
* Much more error handling
* File based error log for file copies (beats popup dialogs!)
* Sorted the Configs on screen by filename
* Unchecked (Beta) Rules, some of them have some issues. This helps set expectations...
* Added Support for MultiString reg keys, some how I missed that up to this point. They were previously ignored.
* Upgraded the Config's alot. Combined many of them into one 'General Windows Mobile Settings' package.
* Other stuff I'm not remembering right now.
Download Version 0.4
* Added file copy support
* Fixed issue with DWord handler
* Added some WaitCursors
* Added a few new XML configs.
* Fixed the 'Restore' button defaulting problem. Should default to restore the first time the app runs if there is data to restore on the memory card.
* Forced the application to save it's data to the /Storage Card/Program Files/SettingsSavior/ directory, rather than the folder it was installed in.
* More items I've forgotten, I'm sure.
Download Version 0.3
* Added error handler for bad XML
* Added Wait Cursors during backup
* Changed DWord handler from uInt to long, still chasing a bug here but this should help.
Download Version 0.2
* This version is driven off of config XML files, instead of being hardcoded. Make your own!
* With config files also comes the ability to support multiple reg keys (any number) per checkbox
* Support Framework for moving files is in the XML but isn't implemented. (Time for bed)
Download Version 0.1
* Everything is hardcoded
* The reg files were in the top level folder with the application
* Messy, Messy, Messy
dny238 said:
This is my first post of the like so go easy on me.
I'm in the process of writing an application to deal with the annoyances I found after frequently flashing my phone.
Everytime I would flash my phone, I would have to go back and resetup a ton of settings.
I even started exporting portions of the registry to my flash card, so I could reimport them after each flash. But it's difficult to update the reg files and tedious to reimport them along with reinstalling a folder full of applications.
Thus....
SettingsSavior v 0.1 was born.
Download it here.
This is definately a beta application. I did my best to test it on my own settings, but I expect your mileage may vary. I tried to only export registry keys which I thought wouldn't change too much between roms. That said who knows what would happen by adding regkeys from a different rom into your new one.
There isn't an installer yet so here are the instructions...
1) Download it to your phone
2) Create a /Storage Card/Program Files/SettingsSavior/ folder and move it into there. (It can be anywhere on your memory card, but that's where I'm going to put it when I get the installer built)
3) Run it and pick 'Backup'
4) Flash your phone (sometime in the future is fine)
5) Navigate to the install folder, and run the application again.
6) Uncheck any settings you don't want restored and pick "Restore".
7) Reboot (so the applications can pick up their new settings)
8) Post feedback here.
The application saves a bunch of .reg files to the same directory where it was copied. If you have suggestions of areas of the registry I should add, please post them here in the thread.
Thanks,
Rob
Click to expand...
Click to collapse
have you directally tried a reg hive import and export?? cause they work for me...
Error on the link
Looks to be an errror on the link. Says "ERROR in CGI."
-Humbert
HHumbert said:
Looks to be an errror on the link. Says "ERROR in CGI."
-Humbert
Click to expand...
Click to collapse
Sure enough, wonder what's wrong with the webserver. I am not at home to work on it. Check back in a bit.
Rob
Have you also thought about backing up folders from the device? ie Application Data
My One Note notebooks are kept there...
Fixed the url in the orig post.
Ok, for some reason I had to zip up the exe file.
Sorry about that I didn't want to have to do that, so that it was easier to download onto a phone directly.
Rob
doedoe said:
Have you also thought about backing up folders from the device? ie Application Data
My One Note notebooks are kept there...
Click to expand...
Click to collapse
Absolutely! This is version 0.1 and all it does is hardcoded registry settings. I have plans to let it operated off of XML based config files that the community could create. Those XML files should define the registry settings and files to backup, etc.
If you have suggestions for set of files and registry settings for apps, let me know.
Do you think there is value in just backing up the Application Data folder? I might be able to finish that tonight.
Rob
CGI error will be because you'll have a mime type for applications and it's trying to run your program instead of downloading it. No big deal there. Zip file fixed it.
What is your program written in? I'm assuming .Net 2 but I'm just curious. If you need a hand with anything just let me know. I seem to have an abundance of time on my hands.
Maz
UDAMAN!!!
I will be testing this. I have been thinking about how to do this for a long time. I'm not a programer, but I have work and managed programers. I will be providing you with as much feed back as possible. I am having a hard time downloading the first version. Can you zip it up and then post it again? Thanks for the hard work. I hope I can be of help to you in my testing and feedback.
Erik
Ideas
Here is a list of ideas of things that I have to go through when setting up my device after a flash.
1: notification and sound settings
2: sounds and ringtones
3: alarm settings
4: messaging settings (I don't know if this is possible but I'd love to be able to back this up)
5: connection settings
6: auto install applications
etijburg said:
UDAMAN!!!
I will be testing this. I have been thinking about how to do this for a long time. I'm not a programer, but I have work and managed programers. I will be providing you with as much feed back as possible. I am having a hard time downloading the first version. Can you zip it up and then post it again? Thanks for the hard work. I hope I can be of help to you in my testing and feedback.
Erik
Click to expand...
Click to collapse
Cool, looking forward to feedback.
Is it still not working?
http://www.geekspeakradio.com/wp-content/SettingsSaviorv1.zip
Try this url.
Thanks,
Rob
etijburg said:
Here is a list of ideas of things that I have to go through when setting up my device after a flash.
1: notification and sound settings
2: sounds and ringtones
3: alarm settings
4: messaging settings (I don't know if this is possible but I'd love to be able to back this up)
5: connection settings
6: auto install applications
Click to expand...
Click to collapse
I'll look over these and see how each will work.
I did #4 but I use ActiveSync against a Exchange Server and Windows Live aka Hotmail.
I use a Cab for my Connection Settings, but I'll add it to my list.
These are all good suggestions.
Thanks,
Rob
dny238 said:
Cool, looking forward to feedback.
Is it still not working?
http://www.geekspeakradio.com/wp-content/SettingsSaviorv1.zip
Try this url.
Thanks,
Rob
Click to expand...
Click to collapse
It works now. Thanks, Rob. Of course, I *just* flashed to 3.0.1, so I will not be able to tell the real effect until the next time that I need to flash again.
Totally appreciate your efforts on this front, though.... You will truly be a savior!
-Humbert
dny238 said:
I'll look over these and see how each will work.
I did #4 but I use ActiveSync against a Exchange Server and Windows Live aka Hotmail.
I use a Cab for my Connection Settings, but I'll add it to my list.
These are all good suggestions.
Thanks,
Rob
Click to expand...
Click to collapse
I am working on a cab file as well. I haven't found one that does the setting just the way I like them. I'm on cingular and I don't use medianet and no proxy server. Non of the settings cabs for cingular is just right for me so I'm going to work on my own. I'll be posting it when I get it right. I'm hoping for something that can do the exchange settings for me as part of the restore process.
etijburg said:
I am working on a cab file as well. I haven't found one that does the setting just the way I like them. I'm on cingular and I don't use medianet and no proxy server. Non of the settings cabs for cingular is just right for me so I'm going to work on my own. I'll be posting it when I get it right. I'm hoping for something that can do the exchange settings for me as part of the restore process.
Click to expand...
Click to collapse
I'll look inside the registry for these settings. They were in the 'HCKU\Comm' key if I recall. I'll look around here in the registry...
[HKEY_CURRENT_USER\Comm\RasBook\CINGULAR GPRS]
Rob
Sample XML Config file.
Here is a sample config file. I imagine it will change a bit as I actually try to implement it.
The idea is that anyone could create their own config file and share them with the community. These files would tell me what you want to backup and restore. This isn't a real example, so hang with me on it.
In my current app, everything is hardcoded. In the next version, it'll run off of these config files. One checkbox would exist for each config file. The Checkbox name would be the PackageName. As the backup runs, it would store everything in the PackagePath folder inside the Savior Directory.
The rest of the XML file defines as many reg keys and file paths as you need to capture all of the settings you want to backup for your 'package'.
Feedback encouraged.
Rob
<?xml version="1.0" encoding="utf-8" ?>
<BackupPackage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.cpandl.com">
<PackageName>Windows Live</PackageName>
<PackageDescription>Windows Live files and reg keys</PackageDescription>
<PackagePath>WinLive</PackagePath>
<Keys>
<RegKey>
<RegFile>WindowsLive.reg</RegFile>
<KeyPath>HKEY_CURRENT_USER\Software\Microsoft\Windows Live\</KeyPath>
</RegKey>
<RegKey>
<RegFile>WindowsLive2.reg</RegFile>
<KeyPath>HKEY_CURRENT_USER\Software\Microsoft\Windows Live2\</KeyPath>
</RegKey>
</Keys>
<BPPaths>
<BPFile>
<DestinationFolder>AppData</DestinationFolder>
<FilePath>\Application Data\</FilePath>
</BPFile>
<BPFile>
<DestinationFolder>ProgFiles</DestinationFolder>
<FilePath>\Program Files\Windows Live\</FilePath>
</BPFile>
</BPPaths>
</BackupPackage>
Awesome stuff man!
I've been waiting for something like this since I started Flashing
It would be nice if you can include a couple of other things.
1. Keyboard Layout settings (Since I have a Softbank X01HT I have to always have to English hack the registry to convert it)
2. Bluetooth and Device ID (My Activesync always thinks its a different a device after I flash)
3. Regional Settings too
Also I'm wondering if you could possibly look into the PIM Backup included to this. Then it would be the one stop shop for restoring after a flash. Maybe even integrate it with the ROMS so it just a happens during setup
Now if you can figure out a way to back up the Speed Dial entries I'LL BE REALLY IMPRESSED...
ROCK ON!
I have been timing how long it takes to do this all by hand after every flash and I'm currently at 10 minutes....would love to not have to do this EVER AGAIN.
Ezra
Updated to Version 0.2!
ezrabenun said:
ROCK ON!
I have been timing how long it takes to do this all by hand after every flash and I'm currently at 10 minutes....would love to not have to do this EVER AGAIN.
Ezra
Click to expand...
Click to collapse
Ok, I updated it as promised. Now I have to go to bed.
I did some quick testing in the debugger, but didn't copy it down to my real device so I left the link for the 0.1 version on the main page.
This version still only supports registry keys, the xml I posted earlier shows my initial thoughts on how to support file copies. I'll try to implement that tomorrow.
Can't wait to see people start sharing Config.xml files.
Download Version 0.2.
Night all,
Rob
Hey,
I made a base rom for the Trinity(based on fake 20000 build), 'everything' works nice and really really fast, got 90MB free Storage(89.44), 34MB(33.95) free Ram after boot and it boots in 24 secs, which is nice.
But some apps which depend on phone do not start(I think), like calendar, contacts, and the phone itself( the device turns itself on on incoming call). Tasks returns "No Program memory available...". Backlight settings, Clear Storage don't start. Device Info isn't populated.
Wireless plugin and phone icon(which displays: T! ) on the title bar both show "No Service".
SMS is working, and I can open the Phone settings, select the network etc.
Can anyone give me a help here? Any idea of what I may have deleted and shouldn't have?
( Can't connect through activesync and pressing power for 5 secs doesn't shutdown the device too, after confirming the busy icon shows up but nothing happens lol )
Since the idea was to create a base rom as clean as possible, I removed:
- almost all htc apps, even the camera(random access, task manager, dialer, comm manager, audio manager, media hub, etc)
- .net & sqlce
- all help files
- arcsoft mms
- office(incl onenote)
- more small bundled apps
cleaned initflashfiles( I know the invalid entries cause no prob, but I did it anyway )
thx in advance
http://rapidshare.com/files/81890618/RUU_signed.nbh
Apoc said:
Hey,
I made a base rom for the Trinity(based on fake 20000 build), 'everything' works nice and really really fast, got 90MB free Storage(89.44), 34MB(33.95) free Ram after boot and it boots in 24 secs, which is nice.
But some apps which depend on phone do not start(I think), like calendar, contacts, and the phone itself( the device turns itself on on incoming call). Tasks returns "No Program memory available...". Backlight settings, Clear Storage don't start. Device Info isn't populated.
Wireless plugin and phone icon(which displays: T! ) on the title bar both show "No Service".
SMS is working, and I can open the Phone settings, select the network etc.
Can anyone give me a help here? Any idea of what I may have deleted and shouldn't have?
( Can't connect through activesync and pressing power for 5 secs doesn't shutdown the device too, after confirming the busy icon shows up but nothing happens lol )
Since the idea was to create a base rom as clean as possible, I removed:
- almost all htc apps, even the camera(random access, task manager, dialer, comm manager, audio manager, media hub, etc)
- .net & sqlce
- all help files
- arcsoft mms
- office(incl onenote)
- more small bundled apps
cleaned initflashfiles( I know the invalid entries cause no prob, but I did it anyway )
thx in advance
http://rapidshare.com/files/81890618/RUU_signed.nbh
Click to expand...
Click to collapse
did you remove all the dll and exe from within their folder for exsample in baseapps you have several folder named something like caldll.dll or beam.exe
but inside these folders are some files imageinfo.bin imageinfo.text and some s000 s0001 and the dll or exe file try to remove all these dll and exe that are inside folder like these then when you are finished use the G´Reloc from this thread
http://forum.xda-developers.com/showthread.php?t=331094
hopefully this will help but maybe when you removed the htc dialer it had some dll that are needed to solve all the problems you have with the phone
@gullum
I edited the dump directly, didn't use package tools, and I deleted both the file and the folder, but didn't use G'Reloc, I'll rebuild the rom using package tools and G'Reloc then.
Will also do some tests to see if the problem lies in the registry, or missing files.
Thanks for your reply.
1) you should use package tool
2) remove files that you want to remove
3) use G'relock only when you need to port another build
btw. Probably you've deleted many usefull files.
mun_rus said:
1) you should use package tool
2) remove files that you want to remove
3) use G'relock only when you need to port another build
btw. Probably you've deleted many useful files.
Click to expand...
Click to collapse
Thanks for your reply, that's what I'm doing now. I'm almost positive I didn't remove anything essential.. but perhaps I have, I used cabs and oem packages to know what to remove, using package tools on the dump doesn't give me the reg entries(unless I'm missing something), and consecutive edits of the rom will leave a LOT of junk on the registry, initflashfiles and filesystem.
update: I think I removed the phone canvas( phcan*.dll ), thought it was only used by that skin, but since it's being listed as missing from SYS\OEMAPPS.. then again, officeres is also under that same entry lol.
Thanks again to everyone who's helping.
I am not responsible for any damage that may be caused before, during or after the flash. It’s entirely at your own risk.
Thanks first of all to Shokka9 for all the help during cooking and for a flawless M2D package. Also to Blazingwolf for NeoTitanium which is how titanium should have looked.
Big thanks to Bga7x for all the help with sys + FloTanium.
Startup animation courtesy of Airreak (Thanks!!)
SYS/XIP 23053. It’s got both NeoTitanium and M2D cooked in along with a lot of default Samsung program + all the usual additions. Additionally it benefits from TFDetacher which means you can switch between Titanium and Manilla instantly and XDA_UC... More about this later.. It's alot going on at first startup, so please be patient, once set up it runs like lightning.
To change ringtone, navigate to the file with file explorer and tap and hold, select set as ringtone in the popup menu. There is also a problem with most themes, but the WM7 theme attached is working according to Waikiki.. Also there's a taskmanager attached which Close programs with the x-button (ported to omnia thanks to Blazingwolf!!)
If you are having connection problems, try changing to a differenet provider to you, wait 30 sec, then change back to your own.. Then your sms/mms/internet settings will be automatically configured. Also go settings\connnecttions\browser connections and tick Automatically detect settings..
Changes in 23053:
- Top bar works in M2D
- Icons are full size again in M2D Favourites tab
- Kept some WM6.5 widgets
- Added Notepad (thanks Bgill55)
- Removed Office.Works better when installed as cab in my storage + you get the file associations tongue.gif . Just drop into XDA_UC\SD
- Added Midomi (thanks to Sector)
Kept/Added:
Removed Voice command
Themes now work
.net 3.5 + flash 3.1
Advanced config Tool
Black Russian Skins
Bluetooth Icon
Chobit Smart Lock
Clear Temp Disabled
Error Reporting, Dialer Skin, Security (Doesn’t warn on unsigned cabs).
Disabled Screen Calibration at startup (Thanks to Shokka9)
EverApp (to stop programs Auto Close)
Favourite Settings
Finger Keyboard
FM Radio
Google Maps 3.2 Layers
HTC Task Manager
HTC Emupanel (updated and working in new builds thanks to speleomaniac)
Internet Sharing
M2DC + M2D app Launcher
Mortscript 4.2
NEO Titanium (Thanks to Blazingwolf)
No Data
Office (removed One note)
PIM Backup
psShutXP (NuclearEMP skin)
Remote Desktop
SD Tuneup
Shake and Save
Smart Converter
Smart Reader
Solitaire
Task switcher (swipe finger from bottom of screen to the top)
TFDetacher
Toggle Bluetooth
Torch Button
TV Out
Windows Live
XDA_UC (Automatically install all your apps/reg tweaks etc)
That’s it I think. Seems a lot but I’ve done a lot of work on the sys and it’s still a very fast ROM (Freed up space in right places).
Before flashing this rom:
Make sure you have a XDA_UC folder created on the storage card with a SD folder inside it. Drop in here the apps you want be installed automatically. I recommend you put Touchresponse in here and the Registry tweak cab attached (saves a lot of typing).
After flash:
When you get to the first “tap screen to setup device”, wait for it to restart automatically (around 15-30sec). You might get errors at first startup (mainly ATplugin errors). If you do, hard reset. I get these errors once every 10 flashes, dunno why but a hard reset solves it. It's a lot going on / being installed just after flash, especially all the titanium plugins. You WILL get a TFDetacher /Manilla error, just ignore this.
TFDetacher instructions:
1. After Flash there is no need to enable Touchflo(but you will get an error message, just ignore it). scroll to TFDetacher folder, then TFDConfig. It will open up tab over to config on the bottom.
2. the first thing you will do now in the config screen is change the TouchFlo Mode. It must say "TouchFlo 2D" k that part is done.
3. Now uncheck "launch TouchFlo on start up". Check "After Launch, Hide then Show"
4. press the "change Today Left Soft Key" hit the "quick Assignments..." Arrow and press "show TouchFlo" the Text should now read TouchFlo
5. Go back to your today screen and your left soft key should now say TouchFlo you can hit that to luanch TouchFlo.
6. Go back into config and do the same for the the TouchFlo Left soft key you will want to change it to "hide TouchFlo" the text should say "today". Exit.
Thats it!! You can now change between TouchFlo and titanium at the touch of a button!!
You will get a TFDetacher error at startup, saying that manilla.exe has not been found. Ignore this and follow instructions to setup..
Thanks to Ozra, you can now do the reg-entries with a simple cab (attached).. Just drop into XDA_UC folder and it happens automatically on installation.
If you go in to map the right soft-key in M2DC the left sometimes revert back to contacts. Just go back to TFDConfig and change the right soft-key back to Today.
XDA UC (auto installation of progs/reg entries etc. etc.)
Included in this ROM is XDA UC, which is a brilliant way of installing all your usual cabs after a flash using mort script. The process is fully automatic and requires no user intervention (unless you want to install onto My storage/ Storage card). It will commence a few seconds after starting up and MUST NOT BE INTERRUPTED.Readmore about it HERE.
This is how to do it:
1. Create a XDA_UC folder on the root of your storage card. In this folder, copy all the cabs you want to have installed onto the main memory.
2. In the XDA_UC folder, create a folder called SD. In this folder, place all the cabs that want to install onto Storage card/ My Storage. You will have get the option where to install them. Please note, if you install a cab that needs restarting after install (e.g Office), DO NOT restart, wait til everything’s installed and then restart manually (You will get a message when it’s all done) That’s it!! Please read the original thread over at xda-developers as it explain this in a lot more detail. You can also restore registry tweaks, themes etc. Etc.
Download from Mediafire
Sharebee Mirror
Flotanium with LZX Compression (Mediafire)
Download from http://www.mediafire.com/?xnmvym1tntk
Howo do u open the file to copy the cabs over to the storage card?
Can the wifi works on this rom?? seems interesting
cjx75 said:
Can the wifi works on this rom?? seems interesting
Click to expand...
Click to collapse
Yes Wifi works fine in this ROM.
sanjeevknk said:
I am not responsible for any damage that may be caused before, during or after the flash. It’s entirely at your own risk.
Thanks first of all to Shokka9 for all the help during cooking and for a flawless M2D package. Also to Blazingwolf for NeoTitanium which is how titanium should have looked.
Big thanks to Bga7x for all the help with sys + FloTanium.
Startup animation courtesy of Airreak (Thanks!!)
SYS/XIP 23053. It’s got both NeoTitanium and M2D cooked in along with a lot of default Samsung program + all the usual additions. Additionally it benefits from TFDetacher which means you can switch between Titanium and Manilla instantly and XDA_UC... More about this later.. It's alot going on at first startup, so please be patient, once set up it runs like lightning.
To change ringtone, navigate to the file with file explorer and tap and hold, select set as ringtone in the popup menu. There is also a problem with most themes, but the WM7 theme attached is working according to Waikiki.. Also there's a taskmanager attached which Close programs with the x-button (ported to omnia thanks to Blazingwolf!!)
If you are having connection problems, try changing to a differenet provider to you, wait 30 sec, then change back to your own.. Then your sms/mms/internet settings will be automatically configured. Also go settings\connnecttions\browser connections and tick Automatically detect settings..
Changes in 23053:
- Top bar works in M2D
- Icons are full size again in M2D Favourites tab
- Kept some WM6.5 widgets
- Added Notepad (thanks Bgill55)
- Removed Office.Works better when installed as cab in my storage + you get the file associations tongue.gif . Just drop into XDA_UC\SD
- Added Midomi (thanks to Sector)
Kept/Added:
Removed Voice command
Themes now work
.net 3.5 + flash 3.1
Advanced config Tool
Black Russian Skins
Bluetooth Icon
Chobit Smart Lock
Clear Temp Disabled
Error Reporting, Dialer Skin, Security (Doesn’t warn on unsigned cabs).
Disabled Screen Calibration at startup (Thanks to Shokka9)
EverApp (to stop programs Auto Close)
Favourite Settings
Finger Keyboard
FM Radio
Google Maps 3.2 Layers
HTC Task Manager
HTC Emupanel (updated and working in new builds thanks to speleomaniac)
Internet Sharing
M2DC + M2D app Launcher
Mortscript 4.2
NEO Titanium (Thanks to Blazingwolf)
No Data
Office (removed One note)
PIM Backup
psShutXP (NuclearEMP skin)
Remote Desktop
SD Tuneup
Shake and Save
Smart Converter
Smart Reader
Solitaire
Task switcher (swipe finger from bottom of screen to the top)
TFDetacher
Toggle Bluetooth
Torch Button
TV Out
Windows Live
XDA_UC (Automatically install all your apps/reg tweaks etc)
That’s it I think. Seems a lot but I’ve done a lot of work on the sys and it’s still a very fast ROM (Freed up space in right places).
Before flashing this rom:
Make sure you have a XDA_UC folder created on the storage card with a SD folder inside it. Drop in here the apps you want be installed automatically. I recommend you put Touchresponse in here and the Registry tweak cab attached (saves a lot of typing).
After flash:
When you get to the first “tap screen to setup device”, wait for it to restart automatically (around 15-30sec). You might get errors at first startup (mainly ATplugin errors). If you do, hard reset. I get these errors once every 10 flashes, dunno why but a hard reset solves it. It's a lot going on / being installed just after flash, especially all the titanium plugins. You WILL get a TFDetacher /Manilla error, just ignore this.
TFDetacher instructions:
1. After Flash there is no need to enable Touchflo(but you will get an error message, just ignore it). scroll to TFDetacher folder, then TFDConfig. It will open up tab over to config on the bottom.
2. the first thing you will do now in the config screen is change the TouchFlo Mode. It must say "TouchFlo 2D" k that part is done.
3. Now uncheck "launch TouchFlo on start up". Check "After Launch, Hide then Show"
4. press the "change Today Left Soft Key" hit the "quick Assignments..." Arrow and press "show TouchFlo" the Text should now read TouchFlo
5. Go back to your today screen and your left soft key should now say TouchFlo you can hit that to luanch TouchFlo.
6. Go back into config and do the same for the the TouchFlo Left soft key you will want to change it to "hide TouchFlo" the text should say "today". Exit.
Thats it!! You can now change between TouchFlo and titanium at the touch of a button!!
You will get a TFDetacher error at startup, saying that manilla.exe has not been found. Ignore this and follow instructions to setup..
Thanks to Ozra, you can now do the reg-entries with a simple cab (attached).. Just drop into XDA_UC folder and it happens automatically on installation.
If you go in to map the right soft-key in M2DC the left sometimes revert back to contacts. Just go back to TFDConfig and change the right soft-key back to Today.
XDA UC (auto installation of progs/reg entries etc. etc.)
Included in this ROM is XDA UC, which is a brilliant way of installing all your usual cabs after a flash using mort script. The process is fully automatic and requires no user intervention (unless you want to install onto My storage/ Storage card). It will commence a few seconds after starting up and MUST NOT BE INTERRUPTED.Readmore about it HERE.
This is how to do it:
1. Create a XDA_UC folder on the root of your storage card. In this folder, copy all the cabs you want to have installed onto the main memory.
2. In the XDA_UC folder, create a folder called SD. In this folder, place all the cabs that want to install onto Storage card/ My Storage. You will have get the option where to install them. Please note, if you install a cab that needs restarting after install (e.g Office), DO NOT restart, wait til everything’s installed and then restart manually (You will get a message when it’s all done) That’s it!! Please read the original thread over at xda-developers as it explain this in a lot more detail. You can also restore registry tweaks, themes etc. Etc.
Download from Mediafire
Sharebee Mirror
Flotanium with LZX Compression (Mediafire)
Download from http://www.mediafire.com/?xnmvym1tntk
Click to expand...
Click to collapse
thanks man, works very nice..
ok, i'm a complete beginner, so i have to ask: does this mean that my wm 6.1 will be updated to 6.5?