Installing files on hard reset - Touch Cruise ROM Development

Hello everyone,
As the touch cruise does not have an extended rom is there a way for it to install a program when i had reset. Can I decompile the original ROM, add to it the programs i want to install on hard reset and then recompile it for flashing
Thanks

parf said:
Hello everyone,
As the touch cruise does not have an extended rom is there a way for it to install a program when i had reset. Can I decompile the original ROM, add to it the programs i want to install on hard reset and then recompile it for flashing
Thanks
Click to expand...
Click to collapse
You gotta check the UC thread http://forum.xda-developers.com/showthread.php?t=366337

Cheers for the reply.
I had a look at the thread but as far as I could gather that shows you how to load software from the storage card. The software i have is security software so it needs to be installed on the device.

Does anyone know of a program to open .nb files. I tried winimage as it opened the extendROM.nb of my P3300 but it wont open windows.nb of a polaris rom.

I recommend using sashimi autoinstaller. It is very easy to use in order to load xml, reg, cab, exe...and files to root or storage card. Just pull files to the right directories. Of course you can combine with mortscript, UC...
you can not find the software here (sashimi was banned, do not why) but you can google it.

cruiserrr said:
I recommend using sashimi autoinstaller. It is very easy to use in order to load xml, reg, cab, exe...and files to root or storage card. Just pull files to the right directories. Of course you can combine with mortscript, UC...
you can not find the software here (sashimi was banned, do not why) but you can google it.
Click to expand...
Click to collapse
sashimi wasn't banned... the author decided to set up shop somewhere else.
www.winmo-experts.com has the latest version

Oh, my mistake then. When I look at his posts, below the nickname says banned and many of the post were deleted.
Anyway is a great software !

Related

New Soft! ConfigCreator & Restorator

Wazzzzzzzzaaa???
This is my first C# util!
It facilitates ExtRom update process. All you need to do is to put your cab files to Ext and run this utility, then the utility will create Config.txt at Ext with all cabs specified as "CAB: path2cab". If you need to get your original Config, then check ConfigOld at Ext
C# Programmers let's unite!!! ))
ps: the utility is not verbose one, so you won't see any messages & lame stuff. If you see something, then there is a problem
that's good boy! will try it l8r..
THANKS!
Man, wher z feedback?? Did u try it?
Yo,
boobee said:
that's good boy! will try it l8r..
THANKS!
Click to expand...
Click to collapse
Boy, hope you finaally tried it! And try this one also. This is my 2nd C# util
Shortly what it does:
UnZips your files with consecutive registry values (reg V4) import and splash writing
It means that you can zip all your files to one file called Setup.zip and place it anywhere (storage/ext). After hard reset, the utility is called and it extracts all your files and restores your favorite registry settings (saved to Setup.reg) and writes your splash.
btw: read za manual !
ps: the concept is the same, if u see somethin' then there is a trouble
Re: Man, wher z feedback?? Did u try it?
Attention!
The file was re-uploaded, so there mustn't be any CRC errors now
System Requirements
Regarding system requirements, the program needs old version of ER\Autorun.exe that understands ER\Config.txt
Program was not tested on XDA1! It was partially tested (w/o hard-resets on XDA2 / 1.72TM
Version 1.1
Wazzza!
Here is a new version of Restorator utility. The new features are:
+ now it deletes content of \My Documents;\Windows\Start Menu;\Windows\Startup folders (as people wanted
+ TimeZone offset is not resetted anymore
Note:
Make sure you have prepared your customized Start Menu (!!!) and Startup (!!!) folders, otherwise you won't be able to see Programs after hard-resetting your device. Please, check the attached sample to prevent yourself from having problems with this utility or use version 1.0 that don't delete anything
Umm... could anyone translate this into English for me?
I don't even understand the title of the thread.
In another thread, SP says that one of these downloads will retrieve data back on hard resets. Sounds like a useful tool, if only I understood what the hell these posts mean. :lol:
For Ben
sublimatica said:
Umm... could anyone translate this into English for me?
Click to expand...
Click to collapse
Here we go...
(assuming that you downloaded 'RestoreItV1_1_PPC.ARMV4.CAB' & installed it to your device)
This program is designed to restore your files, folders and registry settings from a ZIP-format archive and it can also write some splash screens
For this purpose, you need to make a ZIP-format archive with files & folders you want to get restored after hard-reset. Just run your favorite pocket zip archiver (for instance PocketRAR) and archive those files & folders that you want to see after hard-resetting device. Name your archive "Setup.zip" and place it to one of the following places: storage, storage card or extended rom.
Before doing further instruction make sure you have unlocked your ExtendedROM using ExtUnlocker.
If your rom is unlocked try to run the utility from \Storage\RestoreIt. If you had no messages after running it, then the utility installed itself successively. And your files & folders placed to 'Setup.zip' will be restored on next hard-resets.
If you're interested in restoring registry settings, then you need to get pocket registry editors that support exporting/saving to .reg files. After saving your favorite registry settings you will need to combine them to one .reg file and name it 'Setup.reg'. Then, you will need to place it to your archive's root folder (aka '\') So, you will have a file 'Setup.reg' placed to the root folder of your 'Setup.zip'. That's all folks
I strongly recommend you to see sample 'setup.zip' & 'manual.txt'
DON'T FORGET TO PUT YOUR CURRENT '\WINDOWS\STARTUP' & '\WINDOWS\START MENU' FOLDERS TO YOUR SETUP.ZIP!!!
You're welcome to ask me questions anytime!
Aaah, OK. That makes more sense
Sounds like a handy little tool then. Might have a play later.
Thanks, SP!
RAR-support
Is there anyone who is interested in rar-support for restorator?
Attention: Restorator v1.0 & 1.1
Attention: Restorator v1.0 & 1.1 are originally supported by I-Mate 1.72! All you need to do here is to use Extended ROM unlocker prior to running the utility
Feedback
Any feedback so far?
SP,
Restorator seems like a winner!!! I have been hitting my head on the rocks for a while trying to script a recovery using nscriptm as a scripting tool to call cab files which I keep on a storage card. Looks like using your tool a lot of the tedious scripting can be simplified by simply copying the files where they need to go. The challenge is knowing exactly what to copy & where... Is it possible to add the ability to call CAB files to your already excellent utility?
I am imagining putting all the CAB files in say a folder like \CABs in the Setup.zip and then having Restorator calling them one by one after finishing off with all else that it does. Can this be done? Additionally can you add ability to call registry imports at two points? You may wish to call registry import at the beginning and once more at the end after all cab file execution has been completed. This would be useful to restore application settings etc which the cab execution would overwrite to default. You would obviously need to keep two .reg files in the zip file. Does this make sense?
Thanks once again for all your efforts. Regards
Hi Mate
k_kirk said:
SP,
Thanks once again for all your efforts. Regards
Click to expand...
Click to collapse
Thanks for your motivating feedback.
I'm planning to put your features in 3 to 5 days...(hope to get some free time on these days).
And more ideas and recommendations are welcome!!!
SP
SP, thanks for continuing to work on this utility. I am waiting eagerly for your next update. I will set it up and test it with a hard reset so we can see real outcome. Let me know when ready please. Thanks
Re: Hi Mate
SP said:
k_kirk said:
SP,
Thanks once again for all your efforts. Regards
Click to expand...
Click to collapse
Thanks for your motivating feedback.
I'm planning to put your features in 3 to 5 days...(hope to get some free time on these days).
And more ideas and recommendations are welcome!!!
SP
Click to expand...
Click to collapse
Hi SP, this utility sounds great. Does it work with the XDA I as well????
Re: Hi Mate
Hi SP, this utility sounds great. Does it work with the XDA I as well????
Click to expand...
Click to collapse
Unfortunately I don't have an XDA 1 device at my disposal and I'm unfamiliar with its tech info.
What happens when your xda1 is hard resetted? Does it install cab files? or does it run any configuration software?
If there is a such software (on XDA2 it is autorun.exe placed at ExtendedROM), then you must specify in the runner (which starts on hard-resets) the call to the restorator utility
Looking forward to assist you in porting restorator for XDA1 devices
Cheers
Hi SP. Just dropping by. Any news on new version of Restorator? Cheers.
Restorator V1.2
k_kirk said:
Hi SP. Just dropping by. Any news on new version of Restorator? Cheers.
Click to expand...
Click to collapse
Sorry for the delay...
I'm having lack of time now, thus I couldn't test it very well . Just let me know if you found some bugs...
Now you can create "\CABS" folder and place your cabs there. They will be processed after extraction and before registry import. So, you don't need to have two .reg files then.
I'm looking forward to your new ideas!
ps: another attachment is a set of registry settings splitted by .reg files. I'm using them to get my setup.reg. Just change what you need, delete some of them and run "make.bat". It will create setup.reg with all your settings.
btw, check out "Usher_-_Yeah_[44k].wma" & "Maroon5_-_This_Love_[64k].wma". Home-made ringtones ;-)))
for those who hadn't used Restorator before. !!! DON'T FORGET TO PUT YOUR "START MENU" & "STARTUP" FOLDERS TO THE SETUP.ZIP !!! AND READ DA MANUAL!!!
Cheers
SP,
I tried the Restore-It utility today and found that the earlier functionality of copying files & importing registry etc from setup.zip works quite well.
The \CABS folder was also restored onto my device so I guess thats an indication that my setup.zip file was contructed properly. I am sad to report that none of my cab files were triggered by Restore-It though. I think there is a small bug thats holding back this behaviour.
Your kind assistance to check & correct this will be most appreciated.
Thanks & Best Regards

I cant find my "Running Programs"

I just hard reset my magician. Since i'm using big storage (my friend did it), only some of the cab files from extended_rom are installed. Now i just found out that my smart dialing, MMS, O2 plus are not included. It was easy to recover those programs since i know the cab files.
However, i cant find the right cab for "Running Programs". Does anyone know which one? Thx.
Sorry for the bad language
Running programs - do you mean in Settings > system > memory > running programs?
If you need a task killer I can send you one or there's many around.
V
That's the one. Thx . So actually it's not a stand-alone program. Yes i found the running programs.
So, the question is changed now. I need the shortcut to that program. Usually magician has the blue box icon with a picture of someone running. Do you know the shortcut?
Thx.
Just tried to restore that icon from my old backup before it crashed. I thought it was just only a link to some program. But it is not! It is an exe file and after i restored it, click the Running Programs, it says "Error opening the shortcut or locating the target filename".
Any clues?
My Running Programs app is in the "default_103133" CAB file from my Mini. I run this file after hard reset.
What does that file do? Just open up the running programs control panel?
If you need it back, just type the following into a text file on your PPC
Code:
22#ctlpnl cplmain.cpl,4,2
and save it as Memory.lnk
Then double click on that file.
Tell me if it works ok.
V
@vijay
i just wanna return my magician to the default system . that's why i'm so curious to get back that program.
@ampda
i'll try that file. thx for the info.
I can post my CAB file but it will also add the O2 xda defaults that can with the Aussie unit
ampda said:
My Running Programs app is in the "default_103133" CAB file from my Mini. I run this file after hard reset.
Click to expand...
Click to collapse
Thats right....just install that cab file "default_103133.cab" and you will have your Running Programs app back....that is, if you saved your Ext ROM files before doing the Big Storage patch, or someone can attach that cab file here.
Now my problem is (sorry this might be Off-topic) , how can I have back the AUTOCONFIG for different Telcos, (especially Asian) ? Its also gone after the Big Storage patch. I dont know which of the cab files I need to have it back
anyone have idea or is there a forum for this in Magician?
thanks...
THANK YOU!!! finally i can access my running programs.
anyway, ive another question . let's say i want that program to be installed automatically after I hard reset. how can you do that? so i do not have to restore them manually from my sd card. thx.
dinoalbert said:
ampda said:
My Running Programs app is in the "default_103133" CAB file from my Mini. I run this file after hard reset.
Click to expand...
Click to collapse
Thats right....just install that cab file "default_103133.cab" and you will have your Running Programs app back....that is, if you saved your Ext ROM files before doing the Big Storage patch, or someone can attach that cab file here.
Now my problem is (sorry this might be Off-topic) , how can I have back the AUTOCONFIG for different Telcos, (especially Asian) ? Its also gone after the Big Storage patch. I dont know which of the cab files I need to have it back
anyone have idea or is there a forum for this in Magician?
thanks...
Click to expand...
Click to collapse
To get the menu and icon run O2Auto.sa.CAB, then install the telco(s) you want to be in the autoconfiq menu.
@nsriza, thanks!!! As simple as this, and I can have my Autoconfig back already?
I thought I need to manually edit the autoconfig.txt to change the paths of the cab files?
Btw, I have already installed the cab files for all the Telcos that I need....but not the O2Auto.sa.CAB yet. Is it okay if I install that O2Auto then install again the Telco cabs?
Thanks...
So has anyone knew how to setup auto installation for cab files (eg. MMS, SmartDialing etc) after hard reset? thx
another OOT question...what does autoconfig.txt and config.txt do? and how to use it?
thx
Im assuming your asking for auto installation for after a hard reset using big storage. if you search for "AutoRUn" on this forum you should find a link on how to create an autorun folder on your storage card. you need the autorun.exe (Found in the search for the link) and a folder called 2577 created in the root directory of your storage card. then all you need to do is add all the CABs that you want to auto install after a HR to a ZIP (not Rar) archive and call that archive extROM.zip. then put that in your 2577 directory and hardreset and it will install all the files in the zip. if you havent already installed the cabs you put in the zip it will actually start installing them as soon as you insert the SD card. have a search around you will find lots of info about this subject.
SpeedN
@Speedn
thx for the suggestion. it's very helpful.
@rockafeller
hi i used big storage to convert my german rom (o2 xda mini) to wwe 1.12. now i lost some features like MMS,Smart dialling, Home zone control, O2plus. (as it was the case with you). It would be great if you could share here how did you get them back to work? i mean, i want the procedure to do so. i have a backup of my german rom.
one more question. i dont see the Phone pad option in my text input list after the bigstorage patch. how can i get it back. any suggestions would be so great..
thanx in advance
kk
@visvaram
if you backup ur extended_ROM, u should able to find related cab files, such as MMS**.cab, SMARTDIALING**.cab. Just tap those files and it will be installed automatically. FYI, backup ur cab files first b4 installing.
Im not sure about O2plus and zone files. Anyone care to help?

brain fart- installing black add-ons

Lurker and 2nd time post.
Hello!
Started developing my 8525 this week.Went with the Bulletproof 1.40 oil Hard SPL, Black WM6 2.5, Sim unlocker.
Question is this:
I need help loading the BlackWM6 keyboard fix. Do I do this from my desktop thru active sync, from the my docs on the phone or Manually?
Same goes for running the ADD-ON .cabs to allow cingular Video/ Realplayr fix.
Cant figure out the install. Googled and Forum searched 'keybord' couldent find the help.
Thank you!
fugi
Hate to say it but you need to read. Copy the CAB file to your device. Then open the CAB from the device. It will then prompt you to install. If it is something accessed intensely then put it on the device. If not then install it to the storage card.
fugitive said:
Lurker and 2nd time post.
Hello!
Started developing my 8525 this week.Went with the Bulletproof 1.40 oil Hard SPL, Black WM6 2.5, Sim unlocker.
Question is this:
I need help loading the BlackWM6 keyboard fix. Do I do this from my desktop thru active sync, from the my docs on the phone or Manually?
Same goes for running the ADD-ON .cabs to allow cingular Video/ Realplayr fix.
Cant figure out the install. Googled and Forum searched 'keybord' couldent find the help.
Thank you!
fugi
Click to expand...
Click to collapse
Thank you. I know there is a tutorial for it somewhere but I cant find it.
The Files included in the Keyboard fix for the Black 2.5 will not execute on my Desktop or my 8525. I have them copied to my storage card and when I click on any of the files they tell me it is not associated and that I need to open the file from within the application..I dont know what program the files are associated to.
fugitive said:
Thank you. I know there is a tutorial for it somewhere but I cant find it.
The Files included in the Keyboard fix for the Black 2.5 will not execute on my Desktop or my 8525. I have them copied to my storage card and when I click on any of the files they tell me it is not associated and that I need to open the file from within the application..I dont know what program the files are associated to.
Click to expand...
Click to collapse
Are these *.cab files or *.zip files???
I thought they would act as cab files but they identify as 0csetup...001... 002.... 003
files not as cab or zip.
fugitive said:
I thought they would act as cab files but they identify as 0csetup...001... 002.... 003
files not as cab or zip.
Click to expand...
Click to collapse
I dont know what your are running. Delete those a get the keyboard fixes which you need. What is the exact device you are using and the carrier? What keys are not working correctly? Where did you get those fixes??? If they are not *.cab files then dont run them.
Don't extract the cab files - copy them directly to your storage card and run them from there.
Yes That was the trick thank you. I had DLed them to my Desktop and tried to transfer the files in activesynch. DLed to my phone and it was golden.
Thanks for your patience.

Is There a Way to....

Hello All,
Is there a way to strip an installed application from a PPC into an installable .CAB file, if one has lost the installation files/DVD, but still have the application installed on the hand-held.
Thanks in Advance.
Not really.
You can always copy the files out (if you can find them all - some may be in windows folder or places other then the main app folder) but you still would need to know every registry key the app requires.
If you use sktools it tells you all the files installed and registry entries. You could then extract all the files as levenum said and make a cab including the registry entries.
Hi lev
ahh..hhaa !
meschle said:
If you use sktools it tells you all the files installed and registry entries. You could then extract all the files as levenum said and make a cab including the registry entries.
Hi lev
Click to expand...
Click to collapse
My experience with SKTools makes me cringe...my ATRE would not stop rebooting until I remove the SD card(where SK Tool was installed and remove it completely.
What software do I need to make a .cab file ?
I will still make all efforts to attempt this anyways....
Ive had no problem with sktools - i always install to main memory. If you manually make your cab then use cabiwiz - or use a commercial app like wince cab manager. Which program are you trying to put together?
cabiwiz enclosed inc example app and tutorials
Funny thing - I was replying to another thread with similar question stating that there would be a problem finding out all the REG keys.
Then jackleung posted about a tool called "ssnap" that supposedly can take an image of the system.
Comparing an image from before and after installation should show all the changes a cab makes.
Since I am not personally familiar with the tool I can't say any more about it.
As for cab creation - while I use cabwiz my self, it is a command line tool and you need to know ho w to write inf files for it.
For a beginner an app like WinCE cab manager will be more comfortable.
It is a shareware, so it will stop working after a while unless you pay but it is very good.
P.S.
Hi Mark

How to replace my Ext_Rom with another one!!!

Hi Guys
Is there anybody who can guide me if it is possible to replace the Ext_Rom of a WM6 with WM5 or not?!!!
Actually I had a problem with my Ext_Rom...(There's a CLEARVUE...a default program for Reading PDF files which I hate it,but I can't prevent it of being installed while costumization of WM5 ) So I wondered If I can change My Ext_Rom with the one whcih has not Clearvue inside?
If yes,then how???
Thanks
Easy.
Go to the WiKi and search for "unlocking extended ROM of Prophet".
The extended ROM is just a collection of cabs. On the Prophet (at least in WM 5 not sure if they changed it in WM 6) you can open it with a simple registry change and then manually delete or add cabs. (note that cabs must be signed to automatically install after hard reset)
I looked over the backup of my Ext_ROM (from official i-mate ROM) but could not determine which cab installs ClearView just by their names.
You could always try them manually one by one or use CECabManager (google) to see whats inside.
levenum said:
Easy.
Go to the WiKi and search for "unlocking extended ROM of Prophet".
The extended ROM is just a collection of cabs. On the Prophet (at least in WM 5 not sure if they changed it in WM 6) you can open it with a simple registry change and then manually delete or add cabs. (note that cabs must be signed to automatically install after hard reset)
I looked over the backup of my Ext_ROM (from official i-mate ROM) but could not determine which cab installs ClearView just by their names.
You could always try them manually one by one or use CECabManager (google) to see whats inside.
Click to expand...
Click to collapse
Hi Levenum
It's really great to have someone to help you,finally.Thanks a lot,man .Actually I know how to un-hide the Ext_Rom,but the problem is that I can't find the cab that is installing this damn Clearvue program
I'm looking for someone who guide me which Cab is responsible for that(Gives me the name of the cab.file)...or....Any hero who guide me is it possible for me to change my current Ext_Rom with the another one that is not included that damn CLEARVUE???!!!
Thank you again for helping
Heloooooooooooooo
Isn't there anybody who direct me (and many others who have got the similar problem) by just saying how we can get rid of CLEARVUE in the Ext_Rom or at least replacing it with ACROBAR READER?
I already know how to un-hide AND Unlock the extended rom...
I need only the name of the cab file (which installs CLEARVUE),...nothing more...
It's NOT installed in the ExtROM, it's installed in the "base"ROM.
Black-Rose said:
It's NOT installed in the ExtROM, it's installed in the "base"ROM.
Click to expand...
Click to collapse
Hi Black Rose
I don't care where this damn software is,and I'm not gonna debate you over it...You just tell me what s the name of the cab.file...And if you are so sure about the location,so tell me also the place of it(Base or Ext-Rom?? )
Thanks anyway
I think clearvue is pre-installed in the base ROM, so there is no cab file to delete.
For me, I just ignore that clearvue or adobe LE is there. I just went ahead and installed Adobe 2.0 and everytime I tap a pdf file, adobe 2.0 opens.
If that doesn't work for you, you can use resco explorer to assign which default prog to open any file... similar to "open with" in XP or Vista.
Putra said:
I think clearvue is pre-installed in the base ROM, so there is no cab file to delete.
For me, I just ignore that clearvue or adobe LE is there. I just went ahead and installed Adobe 2.0 and everytime I tap a pdf file, adobe 2.0 opens.
If that doesn't work for you, you can use resco explorer to assign which default prog to open any file... similar to "open with" in XP or Vista.
Click to expand...
Click to collapse
Hi Putra
Are you sure it's not in the Ext_Rom?Because after a hard reset,whenever I prevent the Ext_Rom of customizing my device (Stop customization),I don't have the CLEARVUE installed on my mobile.
This is why I think it must be somewhere in Ext_Rom.Even some excerpts told me that I have to replace my Ext-Rom with the one which doesn't have CLEARVUE...But he didn't tell me exactly how I can find such a extended Rom and how I can do the replacement...I also needed to know if the replacement may damage the Original Rom of my device or not?
Thanks for helping me, anyway and I would be more appreciated if you help me a little more in that.
Ok, in that case, then it should be in your extrom. However, I also do not know which is the cab file. One way is to prevent the extrom customization, and then manually install each cab from the extrom....
Why don't you just leave clearvue in your device, and simply install adobe 2.0? I don't think clearvue takes that much space...
you can edit the ext_ rom by editing the folder content in WM6
I recomend to use winimage to edit extrom, it will lock the ext rom
Putra said:
Ok, in that case, then it should be in your extrom. However, I also do not know which is the cab file. One way is to prevent the extrom customization, and then manually install each cab from the extrom....
Why don't you just leave clearvue in your device, and simply install adobe 2.0? I don't think clearvue takes that much space...
Click to expand...
Click to collapse
Hi again Putra
Thanks again for trying to help me solving this slight problem.You are right About the space that CLEARVUE takes,but I don't want to see in the list of my programs...I want to get rid of it thoroghly...So pleeeeeeeeeeeaseee help meeeeeeeee..... And show me the way to completely erase it from my device!!!!!!!!!
Chopin said:
you can edit the ext_ rom by editing the folder content in WM6
I recomend to use winimage to edit extrom, it will lock the ext rom
Click to expand...
Click to collapse
HI Chopin
Thanks a lot for helping me to solve this problem,but wou,d you pease elaborate a little bit more...After all,I'm a newbie!!!!!
Just tell me what's this WINIMAGE and also tell me if I would be able to find the cab file of CLEARVUE within my Ext_Rom to erase it or not?!?!
Thanks again
winimage to use with extension.nb, as anewbie let forget how to use this one. if you need to kow, use search you;ll find a lot about how to use this one.
just look in the folder and remove it, or just edit the file Config.txt and remove the cab you don;t wanna install, it is so easy and don't need any clarification.
tell me what ROM do you use
Chopin said:
you can edit the ext_ rom by editing the folder content in WM6
I recomend to use winimage to edit extrom, it will lock the ext rom
Click to expand...
Click to collapse
OFF TOPIC: Hi Chopin, can you explain how I can edit the contents of the extrom on WM6?
edit the files. delete any cab you want and instert anycab you want in the folder, but if you add a cab file then edit the file config.txt and and enter the cab file in it
Chopin said:
edit the files. delete any cab you want and instert anycab you want in the folder, but if you add a cab file then edit the file config.txt and and enter the cab file in it
Click to expand...
Click to collapse
Oops, I meant how do I unlock and unhide the extrom in WM6. What prog do I use?
The last time I tried using WM5 tools on PdaViet 01, it didn't work. I have not tried again. I'm on Gullum v6, btw.
if this is what you want here is the files for unlock, and please ask me more if this was not what u needed
Ok, thanx. I'll try them...
Stop off-topics...let's talk about main topic
Hi dear friends
I noticed that we have been a little been off-topic,so I wanted to recall that we are here to help each other to find a way for "HOW WE CAN DELETE ANY CAB(In my case...CLEARVUE's cab file)INSIDE THE EXT_ROM OR CHANGE IT WITH ANOTHER CAB(Again in my case changing default CLEARVUE with ADOBE ACROBAT)?????
My friends
I even checked the Config.text file within my Ext_Rom,but unfortunately even there was no name and trace of CLEARVUE?!?!!??But I' sure it must be there...since when I stop my device of being costumized after a hard reset,I never see this CLEARVUE in my programs...So that means it must be somewhere in Ext-Rom..Somebody...Some hero....some know-all tell me where?????And under what name?!?!??!??!??!?!?
please, we already answer this question, to help you more, what ROM do you use?

Categories

Resources