Device lock under HTCHomePlug - Tilt, TyTN II, MDA Vario III Windows Mobile ROM De

Hello,
I need help in making a Device Lock icon for the the HTChomeplug. Believe me, I did my search and I came up with nothing. I followed the steps mentioned in the link below, however the problem was that I couldn't find the *.exe file associated with the device lock program. the best thing I found was this:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Today\Items\"Device Lock"]
I would highly appreciate if someone can assist me
The link I was trying to follow the instructions from was this one:
http://forum.xda-developers.com/showthread.php?t=308250&highlight=htc+home+today
Thank you in advance

bump
Please help

http://www.vijay555.com/?Releases:VJDeviceLock

XtreMe_G, THANK YOU VERY MUCH...
I was able to do it! if some one is interested in doing the same just download the CAB file from the website XtreMe_G mentioned. Follow the steps on the website I mentioned on my first post. When you come to writing the code for the registry use the following:
Code:
iconindex = 101
LaunchApPath = \Program Files/Vijay555/VJDeviceLock/VJDeviceLock.exe
ResPath = \Program Files/Vijay555/VJDeviceLock/VJDeviceLock.exe
Thanks again XtreMe_G
PS. I gatta mention that the icon looks really ugly. Is there a way I can use a different one; say, one from my own...

Related

Tip: Playing flash (.swf) files in PIE

Hi,
Figured this out a while ago but I (and other) realy like this.
So this is your bedtime story for today ;O)
Install MacroMedia Flash player 6 for ppc. Or better don't just now.
and read everything below.
There is a bug in the selfregistering section of flash.dll. Better unpack
the .cab file first (winzip or winrar wil do it). Open the (renamed) flash.dll in Resource Hacker and open the registry section of this file.
The comment that is entered there screws up your registry section: HKCR\MIME\Content\Database. After installing the flash.dll the comment from the selfregistering section shows up here in bits and pieces. Very clumsy [email protected]
So after installing you will have todo some cleaning up here.
Still with me? Now we take a look at this part with Resource Hacker:
NoRemove MIME
{
NoRemove Database
{
NoRemove 'Content Type'
{
//
// HACKHACK! [cpeterso 10/30/2002]
// Bug 39844 - PPC AX: Loading a SWF into PIE hangs the browser
//
// The CLSID {698E3FCA-70C3-11D0-81E8-00A0C90AD20A} specified
// below is not a Flash Player CLSID. It is the CLSID of the PPC
// IE Browser (PIE). Due to a bug in PIE, full-page mode (SWFs
// loaded directly using a SWF URL instead of an HTML page) will
// freeze the browser. To workaround this fact of life, we want
// to stop PIE from loading full-page SWFs.
//
// If we remove EnableFullPage and the .swf MIME types, PIE will
// display an ugly dialog box asking the user if they would like
// to download the SWF. However, if we specify a bogus CLSID
// (such as the PIE Browser CLSID), then PIE will attempt to load
// the SWF and then give up silently because the given CLSID
// simply ignores the SWF file. This hack is nice because it does
// not display any ugly dialog boxes or freeze PIE.
//
NoRemove 'application/futuresplash'
{
NoRemove val Extension = s '.spl'
val CLSID = s '{698E3FCA-70C3-11D0-81E8-00A0C90AD20A}'
}
NoRemove 'application/x-shockwave-flash'
{
NoRemove val Extension = s '.swf'
val CLSID = s '{698E3FCA-70C3-11D0-81E8-00A0C90AD20A}'
}
}
With all good intentions of the programmer who did this: this is stopping you from playing SWF in PIE. Replace {698E3FCA-70C3-11D0-81E8-00A0C90AD20A} with {D27CDB6E-AE6D-11cf-96B8-444553540000} (like it is on your PC's registry in you installed flash)
and remove all the comment. Save it with Resource Hacker and you have a proper flash.dll for future use (use regsvr_arm.exe to reregister this new flash.dll on your ppc)
Or do it by editting the registry:
[HKCR\MIME\Database\Content Type\application/x-shockwave-flash]
"CLSID"="{D27CDB6E-AE6D-11cf-96B8-444553540000}"
"Extension"=".swf"
[HKCR\MIME\Database\Content Type\application/futuresplash]
"CLSID"="{D27CDB6E-AE6D-11cf-96B8-444553540000}"
"Extension"=".spl"
The second part is getting .swf files to open in PIE:
[HKCR\ShockwaveFlash.ShockwaveFlash\Shell\Open\Command]
"Default"="iexplore.exe file:%1"
Now you don't need an external 3rd party Flash player anymore.
Good night,
Tweakradje
this seems a little too technical for me at the moment, I'm still relatively new
(newbie).
Any chance you could post the fixed cab file or is that not possible.
That would be verynice , If not could you let me know where I can get the tools to edit the files please.
thanks in advance.
DAZ
Hi All,
I am completely agree with doortodoorsalesman - I appreciate tweakradje efforts, but explanation is too technical. Besides, I have got flash player as exe file, so it is not possible to find dll file in it. If it is possible to have that repaired version of flash player cab file somewhere on the ftp, it will be most appreciated,
Regards,
Angel
Posting the fixed flash.dll might help as a start? :mrgreen:
Attached is the fixed DLL. I just followed tweakradje's instructions and removed the comment and corrected the CSLIDs. Now, replace the DLL file under Windows/Macromedia with the fixed one and with regsvr_arm.exe from http://www.pocketpcdn.com/articles/regsvr.html, re-register the DLL file. The only step left is to edit the registry:
[HKCR\ShockwaveFlash.ShockwaveFlash\Shell\Open\Command]
"Default"="iexplore.exe file:%1"
Click to expand...
Click to collapse
Then when you tap a .swf file, it'll open in PIE. All of my .swf files just give me a blank PIE screen, but I'm hoping it's because the Flash player is too outdated for the files I'm using. Hope this helps someone.
Oat,
Thx bro!
hi,
I did exactly as you wrote but it didn't work on my universal.
I'm attaching the modified cab file which does all the steps automatically
see if it works for anyone else
god! im still cleaning it !
Cleaning what? :twisted:
ady said:
hi,
I did exactly as you wrote but it didn't work on my universal.
I'm attaching the modified cab file which does all the steps automatically
see if it works for anyone else
Click to expand...
Click to collapse
Thanks,
You did not change the the selfregister section of flash.dll. Use the one above to integrate in your cab file. Then it will work.
For example see attached bmp.
Cheers
I've downloaded both the above files so what tool to I need to add the .dll file to the cab file?
Or if someone has already done it would they be nice enough to post the cabfile please. :roll:
Thanks
DAZ
Flash cab that works
Thanks for all the help guys I finally managed to get the flash to work 8)
Here's the cab file if anyone wants to use it
8) DAZ 8)
Dunno what MacroMedia wants with Flash for ppc. First they withdraw their version 6 player, then restore it and now even upgrade to version 7.
Whatever, here it is: Flashplayer 7 for WM2003se/5
I will check if the previous nags are corrected in this version.
Will come back on that.
Edit: reported problems are also in this version. I cannot make a new cab file but I will attach the corrected version 7 dll. Perhaps some can...
Edit: as said above don´t forget to re-register this dll and create the iexplore links (see first post in this topic)
Cheers
ps: the memory usage of this version 7 is bigger than version 6. Beware.
Any chance that this can be run on Opera as well? PIE just sucks
I have repackaged the above dll and all the needed registry entries into the origional flash player .cab all you need do is intall this cab, nothing else.
EDIT: forgot a reg entry
ok i need a lil help. i install the above cab to my mda and it says it cannot be installed. it doesnt work but it takes away like 2-3 megs from my storage space. how do i get rid of it, or make it work
oops sorri
jok3sta said:
oops sorri
Click to expand...
Click to collapse
i have the same problem can you tel me how you have resolved this please?
try this one:
thanks but same result,mabe it dipends to my italian rom ? :roll:

WANTED: A 750 owner's kind assistance

The goal: Extract the nice Palm written sms threading app to make available to everyone as a cab install.
The need: A 750 owner with a kind soul and a little time on their hands to perform a rom dump.
The steps: http://wiki.xda-developers.com/index.php?pagename=Hermes_HowtoDumpRom
Notes: the wiki has instructions on how to use itsutils pdocread to dump a rom. We are assuming this will work on the 750. The instruction steps use the path c:\itsutils as the directory where itsutils is extracted. The pdocread program is actually in c:\itsutils\build\ dir so you will need to run it from there, not from c:\itsutils like the instructions state.
itsutils copies a dll to your device and it can't run unless you change a registry entry. Use your favorite registry editor and change the following entry. You can change it back once you are done extracting the rom.
HKLM\Security\Policies\Policies
valuename '00001001' was set to dword:2, change it to dword:1
If the instructions on the wiki seem daunting just try to get through step 5 where you run pdocread -l to list the rom partitions. Copy and paste the output to a post here and I'll help you get through the remaining steps.
Thank you in advance. The xda community greatly appreciates your effort on this!
A kind soul at TreoCentral has performed the dump. See the Dev and Hacking area for details and progress on our quest.
hannip said:
See the Dev and Hacking area for details and progress on our quest.
Click to expand...
Click to collapse
i thought i saw this thread this morning in the Dev and Hacking section. now i can't. did thay move it?
thanks, cody
codyppc said:
i thought i saw this thread this morning in the Dev and Hacking section. now i can't. did thay move it?
thanks, cody
Click to expand...
Click to collapse
Yeah, someone moved the thread back under the treo section. I thought it was more appropriate over in the hacking area since more than treo users would benefit from it, but whatever.

llbasha - Latest WM5 using AKU3.5 - with KitchenUtnsils

Read end of post for updates .. Thank you .......
====================================
WM2005 AKU3.5 by LLBASHA
ROM: 3.50pp16a1
dated: 02.02.2007
OS 5.1.195 (Build 15698.3.5.0)
RamDisk 48mb
PagePool 16mb
Storage 30.53mb
Program 61.29mb
For Himalaya PH10B (XDAii MDA2 Qtec2020 Imate Pocket PC)
=============================================
Hi everybody,
This is, I guess, what MANY, I believe, is looking for.
A good clean stable and fast WM5 rom based on AKU3.5 that you can change easily to your liking... right?
Well, your wishes come true. Here you will find my new ROM, the tools, and procedure to modify it!!!
It does NOT include ANY personal info.
It include clean original splash screen theme
It includes lots of Today-plug-in that you can disable if you do not want (disabled by default).
Modifications involve, beside adding & removing files, changes of hklm.reg, hkcu.reg, default.hv, and system initflashfiles.dat files. The ROM has been optimized to the extremes, hence if you decided you want to modify it please make sure what ever you add MUST be less or equal to what ever you delete.
It took me continuous 10 days of work and 8 flashes to get this procedure and ROM right.
I have tested the room and it works perfect ... however, please forgive me if I have overlooked something.
Note: I suggest you test the rom BEFORE you install any extra programs of your own ... and then again AFTER installation... so you can determine the source of the problem or the violating program, if any.
If you want to automate the installation of additional programs, stick the cabs file in the ExtROM directory in the SD-card and edit the config.txt accordingly.
To use the modification tools, just drop your favourit NK.NPF file in the RomEditor directory and click on steps 1 to 7 and follow the prompt.
It could not be easier ... Well, is it??? You will soon find out!!!!!!!!!!
Final word of thanks to tjlabais for his detailed tutorial, scripts and support. Many thanks to Mamaich for his incredible tools, as well as to Helmi_c, Buzz_lighter, Tofclock, and all those who contributed indirectly or in the past to get WM5 working on our Himalaya.
http://www.megaupload.com/?d=6FCT36YH
Filesize: 27.96 MB
Filename: llbasha-WM5-AKU35pp16a1.rar
Description: llbasha Himalaya WM5-AKU35pp16a1
Good luck and enjoy.
LLBASHA
Note: You can refer to tjlabais original tutorial here:
http://buzzdev.net/index.php?option=com_phorum&Itemid=125&phorum_query=read,26,27196,page=1
-------------------------------------------------------------------------------------------------------------------------------
Edit1: Guys, please note I did not invent the wheel here!!! I only picked already existing work and put it into organized specific working method with example (my rom). So please no nag where did I get this or that from. What I am giving you here is next to perfect ROM that you CAN edit to suit your own taste.
Edit2: This method is NOT for new users - noob. It is NOT like the kitchen method. Also, question about the tools should be posted in the original thread by tjlabais.
Edit3: If you have problem download from MegaUpload, use this one: http://www.4shared.com/file/10238126/881bdc5f/llbasha-WM5-AKU35pp16a1.html?s=1
Edit4: Copy this file: \windows\iexplore.lnk to to here: \Windows\Start Menu\Programs\iexplore.lnk
Edit5: If you have slow startup or problem delete this file: \Windows\StartUp\psShutXP.lnk
Edit6: I got report of 500+ downlaods and 2000+ views bu no reports here on anything. Please file in your actual experence so others can benefit, regarding the ROM itself or the RomEditor tools. Thank you.
Edit7: Changing ramdisk size from registery only is not sufficient to pass the difference to program. New versions shall be released soon with different ramdisk size, but will keep 16mb pagepool.
Edit8: an new update rom version with 96mb program 16 ramdisk 16 pagepole
has been posted here:
http://forum.xda-developers.com/showthread.php?t=294016
New Version here
WM2005 AKU3.5 by LLBASHA
ROM: 3.50pp16A2
dated: 13.02.2007
OS 5.1.195 (Build 15698.3.5.0)
RamDisk 48mb
PagePool16mb
Storage 30.53mb
Program 64mb
For Himalaya PH10B (XDAii MDA2 Qtec2020 Imate Pocket PC)
This version is basically a simple update. Changes from version 3.50pp16a1
Removed SpeedDial and InternetCachiClean
Added cLaunch (great free today plugin)
Fixed startup delay caused by psShutXP
Fixed links and arranged icons in folders.
No known problem has been reported after intial version 450 downloads
Filesize: 28.0 MB (29,410,652 bytes)
Filename: llbasha-WM2005-AKU35pp16A2.rar
Description: llbasha Himalaya WM2005-AKU35pp16A2
Download links:
http://www.megaupload.com/?d=GVFL6OJD
http://www.4shared.com/file/10571804/ce7f3d8c/llbasha-WM2005-AKU35pp16A2.html
I have uploaded an alternative version, details of it you can find it here:
http://forum.xda-developers.com/showpost.php?p=1168356&postcount=79
It is not an upgrade to above but rather a special version custom made requested by some members.
Total download to date 3100+
Enjoy
llbasha
--------------------------------------------------------------------------------------------------------------------------------
llbasha - Latest WM5 using AKU3.5 - more screen shots
Here are some new screen shots
Engjoy
llbasha
THANX A lot
thanx for this rom. U have done a good job cause u had not puted any personal info and non removable applications.
CAN u tell me how can i change sms background as u did
Alternative download from here:
http://www.4shared.com/dir/1965106/cd5aba6f/sharing.html
I hope this works better.
llbasha
does it give also on German ?
Tahnks llbasha
While I'm dowenloading:
1) Do u mean that u include the cooking way in ur uploads?
I read the tutorial u mention and it was not clear for me (as the subject here 4 the Ramdisk and pagepool, by the way thanks 4 the explanation there)
I hope u can find time to make some easy explanation.
The_hesham said:
Tahnks llbasha
While I'm dowenloading:
1) Do u mean that u include the cooking way in ur uploads?
Click to expand...
Click to collapse
Yes, I did put all the cooking tools and steps to take to modify ANY rom to your liking.
llbasha
Question started
Dear llbasha
Please explain more:
In the text file "llbasha-WM5-AKU35pp16a1.txt
5. If you want to change the image/rom version (show on first splash screen bottom right corner), Go to address: 19, 82CDF, 1C1C18
search for old version and replace it with exact number of digits.
6. If you want to change the rom version and date that show when accessing device information from settings, search for the version in unicode, and the date stamp in ANSI.
7- Save your file and run 6ReassembleNPF.bat
[Correction is 7ReassembleNPF.bat]
And
In step no. 2
"When done, remove all HIDDEN attributes for ALL files.
Note: use Registery Workshop as editor for HKLM & HKCU even if nothing changed (not all rom modifications would require registery editing), i.e. open the file and save again irrespective)."
Please explain?
The_hesham said:
Dear llbasha
Please explain more:
In the text file "llbasha-WM5-AKU35pp16a1.txt
5. If you want to change the image/rom version (show on first splash screen bottom right corner), Go to address: 19, 82CDF, 1C1C18
search for old version and replace it with exact number of digits.
llbasha: Open the nk.nba with hex editor... search for the older version you want to change. In my case, I find it at the above addresses. This process change only the image version that you see on first splash screen... ok
6. If you want to change the rom version and date that show when accessing device information from settings, search for the version in unicode, and the date stamp in ANSI.
llbasha: The same version shows also when you start you device, go to settings, device info. To change this, again open nk.npa with hex editor and search for it but in this case search using unicode. To change the date of the version, search for the old version date in ANSI and when you find it change it... OK
7- Save your file and run 6ReassembleNPF.bat
[Correction is 7ReassembleNPF.bat]
llbasha: There is no 6........bat anyway. Thanks
And
In step no. 2
"When done, remove all HIDDEN attributes for ALL files.
llbasha: I suspected that some hidden files may not be picked up by the compiler, so I removed all hiden attributes ...
Note: use Registery Workshop as editor for HKLM & HKCU even if nothing changed (not all rom modifications would require registery editing), i.e. open the file and save again irrespective)."
llbasha: What do you want me to explain? ... please rephrase..
Please explain?
Click to expand...
Click to collapse
I hope this helps
Some Apps like Schekar rom...
Hi,
Is this screeshots from your new ROM?
I think there is some apps like Schekar ROM presente in this new rom.
I've returned to Helmi's rom, just because is almost 100% clean.
Thanks anyway for your work.
zipzop said:
does it give also on German ?
Click to expand...
Click to collapse
Sorry ... This is English ROM but sure there is someone out there who knows how to localize it.
Regards
llbash
superxx said:
Hi,
Is this screeshots from your new ROM?
I think there is some apps like Schekar ROM presente in this new rom.
I've returned to Helmi's rom, just because is almost 100% clean.
Thanks anyway for your work.
Click to expand...
Click to collapse
Yes, above screen shoots are from my rom on my O2XDAii and no one else.
This is clean ROM ... what are you taking about??? Please be specific... What is 100% clean???????????
There was some remaining space in the rom so I filled it with some VERY small today plugin and utilities and are disabled by default. So where is the problem. This remaing space you can't use it anyway once you cocked the rom.
Any I included the tools and steps to remove/add to your liking... So....
Hello Sir,
I will try to use this rom frist.Thank you to much.
sorry
Hello Sir,
After I use it .Almost OK but my Internet exploer icon lost .How I get it back ?
krishan2207 said:
HI
i found a bug.Whenever i tried to open download agent it opens with a blank screen nothing to do in that application so check it out.
Click to expand...
Click to collapse
Where did you get that??????????????
Are you talking about my ROM??????????????
Question started ....contenue
llbasha said:
I hope this helps
Click to expand...
Click to collapse
Dear llbasha
The_hesham: regarding no.5
I search for 19, 82CDF, 1C1C18 as shown ,
Then what to do?
Regarding no.6
6. If you want to change the rom version and date that show when accessing device information from settings, search for the version in unicode, and the date stamp in ANSI.
llbasha: The same version shows also when you start you device, go to settings, device info. To change this, again open nk.npa with hex editor and search for it but in this case search using unicode. To change the date of the version, search for the old version date in ANSI and when you find it change it... OK
The_hesham: Search for what see photo no4 & How to change?
Regarding step no.2
llbasha: I suspected that some hidden files may not be picked up by the compiler, so I removed all hiden attributes
The_hesham: Do u mean to delet all hidden files & which files I suspect it will not be picked by the compiler?
Regarding :
Note: use Registery Workshop as editor for HKLM & HKCU even if nothing changed (not all rom modifications would require registery editing), i.e. open the file and save again irrespective)."
The_hesham: Which workshop as editor & which file to edit?
I'm sorry for to much questions but I did cooking by bepe tools and I want to know about this way.
sorrawut said:
Hello Sir,
After I use it .Almost OK but my Internet exploer icon lost .How I get it back ?
Click to expand...
Click to collapse
Copy this file: \windows\iexplore.lnk
to here: \Windows\Start Menu\Programs\iexplore.lnk
Thanks
llbasha said:
Copy this file: \windows\iexplore.lnk
to here: \Windows\Start Menu\Programs\iexplore.lnk
Thanks
Click to expand...
Click to collapse
Thank Sir,
krishan2207 said:
thanx for this rom. U have done a good job cause u had not puted any personal info and non removable applications.
CAN u tell me how can i change sms background as u did
Click to expand...
Click to collapse
Do you know about HTML, STYLEs, and JAVA scripting???????????
If you do then you want be asking this question, and if you do not know then my answer to you is I do not either!!!!!!!!!!!
You need an expert from Delhi to answer this. Do you know anyone??? May be you can ask him about your 'download agent bug' problem as well.
Thanks

Vox Sim unlock

EDIT: This thread is superseded by this one here.
The idea is to sim unlock your Vox by entering a sim unlock code when a 'wrong' sim card is in the phone.
I can prolly find that unlock code. If one of you is interested to test this method please drop me a PM. You will need to make a bkondisk sd dump and also read out a few bytes from memory with pmemdump. If you don't know these proggies then don't bother PM me!
Only the first will be served
PS: if it works I will release a program to do it yourself some time sooner or later
EDIT:
Ok, my method works fine and allows to *SIM* unlock the Vox and branded versions of the Vox (E650, etc.)
I won't develop a program to find the codes. There are a couple of reasons: there are people who will use my sw to rip-off users on e.g. ebay; I have too little time to do the development; HTC wouldn't like the idea of me publishing a program using their intellectual property.
To find unlockcodes, I'm running firmware code in an ARM simulator. It takes about an hour to find the code and it's quite a laborous and delicate task to set it all up.
So I'm currently unlocking excalibur, vox and oxygen phones on a case-by-case basis. Contact me by PM and I will make you a reasonable offer.
You will have to send me 2 files which allow me to find your unique unlockcode. See description below.
Make sure your phone is application unlocked before carrying out these steps. In this post you find a simple description and program to do that.
1. run:
Code:
pmemdump 0xB002709C 16 > docid.txt
This creates a text file docid.txt. The first two bytes are usually 0xEC 0x00. The tool pmemdump is part of the itsutil toolset by itsme, download here
2. do a bkondisk dump (for further details see here):
first copy bkondisk.exe to \windows on your device, then:
Code:
prun bkondisk -v0 -p2
This creates a 4MB file bk_02_0005.img in \ on your device. The tool prun is also part of the itsutil toolset by itsme.
Zip both files (docid.txt and bk_02_0005.img) and email them to me. Contact me by PM first to get my email address
Are there any progress with that?? I can be a volunteer but I don't know how to get those information from my phone that you need :]
Regards
macmaz said:
Are there any progress with that?? I can be a volunteer but I don't know how to get those information from my phone that you need :]
Regards
Click to expand...
Click to collapse
I can also try~!
id like to volunteer
i hope you can find a method to unlock my phone
thanks alot
I won't develop a program to find the codes. There are a couple of reasons: there are people who will use my sw to rip-off users on e.g. ebay; I have too little time to do the development; HTC wouldn't like the idea of me publishing a program using their intellectual property.
To find unlockcodes, I'm running firmware code in an ARM simulator. It takes about an hour to find the code and it's quite a laborous and delicate task to set it all up.
So I'm currently unlocking excalibur, vox and oxygen phones on a case-by-case basis. Contact me by PM and I will make you a reasonable offer.
You will have to send me 2 files which allow me to find your unique unlockcode. See description below.
Make sure your phone is application unlocked before carrying out these steps. In this post you find a simple description and program to do that.
1. run:
Code:
pmemdump 0xB002709C 16 > docid.txt
This creates a text file docid.txt. The first two bytes are usually 0xEC 0x00. The tool pmemdump is part of the itsutil toolset by itsme, download here
2. do a bkondisk dump (for further details see here):
first copy bkondisk.exe to \windows on your device, then:
Code:
prun bkondisk -v0 -p2
This creates a 4MB file bk_02_0005.img in \ on your device. The tool prun is also part of the itsutil toolset by itsme.
Zip both files (docid.txt and bk_02_0005.img) and email them to me. Contact me by PM first to get my email address
Where do I need to write this comands ??
pmemdump 0xB002709C 16
prun bkondisk -v0 -p2
Regards
Only what I could get it that but I dont know is it correct or not...
macmaz said:
Whre do I need to write that comands ??
pmemdump 0xB002709C 16
prun bkondisk -v0 -p2
Regards
Click to expand...
Click to collapse
pmemdump and prun are both part of itsutils from itsme and are executed from a CMD window
ok but when I double click on prun the CMD window open for 1 s and close :/
Ok I think I got it
Here's my files
If something is wrong please tell my what should I do:]
Regards
looks good, I will send a code in a few hours
try with 66612476
and if it works make another bkondisk dump and post it here please
Man I LOVE YOU IT WORKS!!!!!!! :
Here you are my bkondisk dump
You are the best!!!!
Thanks a lot finally I can use my lovely spv e650
Bless that man he's the god
Congrats on your unlock device
Jocky you are a star and macmaz just cidunlock it and put a rom of your choice I am using 1.15 HTC and so far so good not glitches or errors.
dragon546 said:
Jocky you are a star and macmaz just cidunlock it and put a rom of your choice I am using 1.15 HTC and so far so good not glitches or errors.
Click to expand...
Click to collapse
Do you know a rom with polish language maybe ??
Mac
Have a look at this link
http://forum.xda-developers.com/showthread.php?t=331458&highlight=polish+Rom
hi guys I have a little problem with my spv e650 after unlocking :] I cant instal any softwar. when I wanted to instal cab from orange with security disable it wants me to chose the destination, i click ok and that four colour circle shows up and doesn't stop rotating :/ I need to remove my batery and put in again, after that I see that security software has been installed becouse it's in Remove Programs , in Settings :] That happen with all software: htc reboot, opera and so on : instaling, desitnation, circle dont stop rotating... I don't know it is becouse of unlocing procedure but I noticed it after that... Any ideas?? I did hard reset but it didn't help...
Regards
Try switching your TXT input to T9 and then try installing your apps.
installs hang when keyboard is out or input is not in XT9 mode:
You might want to look at this link:
http://www.modaco.com/content/Smartphone-Standard-News/255845/SPV-E650-de-Brand-Fix-Pack-0-5/
thanks a lot that file fixed my problem
Now I can start to explore full capabilities of my phone
hi
this come from one s710 SFR FRANCE hope this help you
This thread can be closed. My sim unlock method works, as proven by macmaz. As written in my first post I'd only support the first user.

Creating a Cab out of an OEM package

Hi,
I used the search functionality, but didn't find anything useful at all. I want to create some cabs out of an oem package. I have found some people saying that I need WinCE Cab Manager, but as far as I see I will have to create the cabs manually, which will be much work in most cases.
Isn't there an automatic solution, because normally all information you need to create a cab is available in the oem package, isn't it?
So I'm asking for any advices.
Best regards
Try searching this forum using the link below. There are lot of different ways to create cab files. Personally unless you buy a commertial software, its takes long time to convert an OEM to cab if it has lot of files in it.
@ai6908
AS Q&A SECTION RULES STATE, PLEASE INCLUDE A DIRECT LINK OR SPECIFY EXACTLY WHAT TO SEARCH FOR (SEARCH TERMS) IF YOU ASK SOMEONE TO "SEARCH" or "READ THE WIKI"
Thanks,
Joel
Q&A SECTION TEAM
@johnpatcher
try winCE cab manager
ai6908 said:
Try searching this forum using the link below. There are lot of different ways to create cab files. Personally unless you buy a commertial software, its takes long time to convert an OEM to cab if it has lot of files in it.
Click to expand...
Click to collapse
What excactly should I search for? The only thread I could find was this one, where they are talking about WinCE Cab Manager.
I have downloaded this application, but I don't see a way to create a cab file automatically. There are some programs, which create a oem package out of an cab file, isn't here something doing it the other way round?
i don't think there is a way to do it automatically.
ATHER90 is on the Q&A Team i'm sure he would be happy to teach you how to do it if you are interested. Just shoot him a pm.
WinCEcabmanager doesn't offer an automatic solution, nor does any other application that i know of. but you CAN import info files to WCCM which makes everything easier.

Categories

Resources