PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Vogue > HTC Vogue Development
Register Community Search

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-03-2008, 11:10 AM
tillieray's Avatar
PPCGeeks Regular
Offline
Pocket PC: Evo
Carrier: Sprint
 
Join Date: Jan 2008
Posts: 127
Reputation: 40
tillieray is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to tillieray
Re: Custom OEM Requests ...Get them here! Updated: 8/28/08

Hey anybody has the resco emplorer 2008 registration code?
  #2 (permalink)  
Old 09-03-2008, 11:43 AM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom OEM Requests ...Get them here! Updated: 8/28/08

Quote:
Originally Posted by tillieray View Post
Hey anybody has the resco emplorer 2008 registration code?
It can be purchased for $29.95 by following this link:
http://www.resco.net/pocketpc/explorer/buy.asp
__________________
If this post was helpfull, let me know by clicking Thanks!

This post has been thanked 1 times.
  #3 (permalink)  
Old 09-03-2008, 09:21 PM
evilvoice's Avatar
PPCGeeks Regular
Offline
Pocket PC: vogue
Carrier: Sprint
 
Join Date: Jan 2008
Posts: 66
Reputation: 25
evilvoice is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom OEM Requests ...Get them here! Updated: 8/28/08

Ok, well I have done some digging on the fexplore thing. While I am sure the way it is now, works, I dont believe it is 100%. If you open the package in WinRAR, and VIEW fexplore.exe, youll get a lot of gibberish, but some stuff will make sense. I notice that the exe references
F E X P L O R E \ W i n d o w s \ f e x p l o r e . e x e . t m p. I have no idea what references what, but it is definitely looking for a file. What I mean is I dont know if 2.03 is looking for the standard fexplore renamed ending in tmp, or if the exe is calling the windows fexplore with relation to 2.03 ending in tmp. Anyway, thats my finding. I dont want to piss anyone off or anything, but that is the most complete answer I can give...so if it pisses you off, skip this post.

As a side note, how does dropping the final e of the executable make it necessary? if it is just named .ex then windows will never run it and therefore is not essential to the OEM. I was talking about renaming it to fexplor.exe so that the file can still be executed. Just my thoughts.
  #4 (permalink)  
Old 09-03-2008, 09:43 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom OEM Requests ...Get them here! Updated: 8/28/08

Quote:
Originally Posted by evilvoice View Post
Ok, well I have done some digging on the fexplore thing. While I am sure the way it is now, works, I dont believe it is 100%. If you open the package in WinRAR, and VIEW fexplore.exe, youll get a lot of gibberish, but some stuff will make sense. I notice that the exe references
F E X P L O R E \ W i n d o w s \ f e x p l o r e . e x e . t m p. I have no idea what references what, but it is definitely looking for a file. What I mean is I dont know if 2.03 is looking for the standard fexplore renamed ending in tmp, or if the exe is calling the windows fexplore with relation to 2.03 ending in tmp. Anyway, thats my finding. I dont want to piss anyone off or anything, but that is the most complete answer I can give...so if it pisses you off, skip this post.
I am neither outraged nor pissed off! And therefore, I guess I'll choose not to skip this post!

Actually it works by overwriting the fexplore.exe that ships with windows that calls a .dll file with all the extra features. The tmp file referenced is probably a place to write the txt file containing the file list for easier scrolling. That's sorta what I did back when I wrote code back in the day...

Quote:
Originally Posted by evilvoice View Post
As a side note, how does dropping the final e of the executable make it necessary? if it is just named .ex then windows will never run it and therefore is not essential to the OEM. I was talking about renaming it to fexplor.exe so that the file can still be executed. Just my thoughts.
(Speculation mode On) This is so the .cab install can install it to \windows, allowing the setupdll.dll do the dirty work and overwrite the original. If it were an .exe, the author may not know-how-to/or-want-to put in the code to overwrite the read only file fexplore.exe already in \windows. (speculating off) This allows the program to sneak into the "hook" that windows calls simply because it assimilates the same file name, "fexplore.exe". And the way I oem'd it simply does the same, overwrites the existing file with the "e" added. Get all that evil?

Did you see that I fixed it and flashed it last night to test? I even set a few customizations for you all...
This post has been thanked 1 times.
  #5 (permalink)  
Old 09-03-2008, 09:47 PM
evilvoice's Avatar
PPCGeeks Regular
Offline
Pocket PC: vogue
Carrier: Sprint
 
Join Date: Jan 2008
Posts: 66
Reputation: 25
evilvoice is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom OEM Requests ...Get them here! Updated: 8/28/08

LOL. well thank you for explaining ALL that to me...at least it makes me feel better about it. Will redownload and throw it in there. There are still a few things I need to fix in my rom as Im going through all the OEMS I added and checking/rechecking...Was going to go a little OT in this thread, but Ill post it in your ROM thread.
This post has been thanked 1 times.
  #6 (permalink)  
Old 09-04-2008, 06:36 AM
evilvoice's Avatar
PPCGeeks Regular
Offline
Pocket PC: vogue
Carrier: Sprint
 
Join Date: Jan 2008
Posts: 66
Reputation: 25
evilvoice is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom OEM Requests ...Get them here! Updated: 8/28/08

On another note, I notice that in a lot of the OEMs there are a couple of files with extensions cereg that when looked at through a text editor is basically the same thing as whats in the rgu...are these files needed? And are you using a different OEM creator?

Also, Seven Mobile Email: I know Sprint has teamed with Seven again to release Sprint Mobile Email Work. Is there a way to get this package for our phones or does the current OEM do this? A friend of mine cant get his work email through the current setup, but he could when he had an Instinct...his work claims that it only works on Blackberry devices...so I dont know, but it is an exchange server.

Edit: Can you also make an OEM for sipchange, I tried using the one from the ppcgeeks oem, but it doesnt load.

Last edited by evilvoice; 09-04-2008 at 06:55 AM.
  #7 (permalink)  
Old 09-04-2008, 07:54 AM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom OEM Requests ...Get them here! Updated: 8/28/08

Quote:
Originally Posted by evilvoice View Post
On another note, I notice that in a lot of the OEMs there are a couple of files with extensions cereg that when looked at through a text editor is basically the same thing as whats in the rgu...are these files needed? And are you using a different OEM creator?
Those are files that are left in and can be deleted. Same OEM Creator, just taking the OEM process one step further. This is needed for some of the more difficult OEM's, I suppose it's just a practice I've learned and now apply it to most all my OEM's now...


Quote:
Originally Posted by evilvoice View Post
Also, Seven Mobile Email: I know Sprint has teamed with Seven again to release Sprint Mobile Email Work. Is there a way to get this package for our phones or does the current OEM do this? A friend of mine cant get his work email through the current setup, but he could when he had an Instinct...his work claims that it only works on Blackberry devices...so I dont know, but it is an exchange server.

Edit: Can you also make an OEM for sipchange, I tried using the one from the ppcgeeks oem, but it doesnt load.
Sprint will be discontinuing sprint mail at the end of this year. If you come up with a .cab of the new program, post a link and I'll try to OEM it.

And the functionalities of sipchange are built into wm6.1. You just need to set the defauilt keyboard in your rom.

Speaking of keyboards, here is a replacement Diamond Keyboard by gullum at xda's. The one I had posted previously, you couldn't see the letters on the qwerty keyboard, and this one seems a little zippier. So I thought I would share, the keys can be customized with photoshop, enjoy all! If you photoshop it, SHARE!

OEM_Diamond_Keyboard_gullum................Diamond Skinned Keyboards (keyboard, keypad, qwerty) w/english layout


Last edited by rstoyguy; 09-04-2008 at 08:00 AM.
  #8 (permalink)  
Old 09-04-2008, 06:23 PM
conflipper's Avatar
MIA
Offline
Pocket PC: All HTC CDMA PPC
Carrier: Alltel
 
Join Date: Feb 2008
Posts: 1,888
Reputation: 12640
conflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation levelconflipper can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom OEM Requests ...Get them here! Updated: 8/28/08

WinRar 3.8 Beta1


- Now "Settings" dialog uses the full screen mode. In previous Pocket RAR versions this dialog could exceed dimensions of PDA display when working in Windows Mobile 5 and 640x480 screen resolution.
- Pocket RAR asks for password only once when opening RAR archive with encrypted file names. Previous versions asked for password every time when changing a current folder inside of such archive.

Last edited by conflipper; 10-29-2008 at 09:30 AM.
  #9 (permalink)  
Old 09-07-2008, 02:27 PM
fredcatsmommy's Avatar
Almost a VIP
Offline
Pocket PC: Sprint TP; XV6900 before; XV6700 first
Carrier: was Verizon, now saving on Sprint
 
Join Date: Aug 2007
Posts: 763
Reputation: 530
fredcatsmommy knows their stufffredcatsmommy knows their stufffredcatsmommy knows their stufffredcatsmommy knows their stufffredcatsmommy knows their stufffredcatsmommy knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom OEM Requests ...Get them here! Updated: 8/28/08

Quote:
Originally Posted by conflipper View Post
WinRar 3.8 Beta1


- Now "Settings" dialog uses the full screen mode. In previous Pocket RAR versions this dialog could exceed dimensions of PDA display when working in Windows Mobile 5 and 640x480 screen resolution.
- Pocket RAR asks for password only once when opening RAR archive with encrypted file names. Previous versions asked for password every time when changing a current folder inside of such archive.
rstoyguy - Can you see if you can oemize the newer version of Pocket RAR (it's attached to the post on page sixty-eight). I wasn't able to do it myself using the oemizer in the kitchen. Thanks.
  #10 (permalink)  
Old 09-07-2008, 02:54 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom OEM Requests ...Get them here! Updated: 8/28/08

Quote:
Originally Posted by fredcatsmommy View Post
rstoyguy - Can you see if you can oemize the newer version of Pocket RAR (it's attached to the post on page sixty-eight). I wasn't able to do it myself using the oemizer in the kitchen. Thanks.
Sure, I've got caught up with that carrier rom thing. Here it is:

OEM_rar_ppc_v3_8_b1_arm......................Pocket RAR v3.8 beta1


Edit and must be my settings....I've only got page 18 here...
This post has been thanked 1 times.
Closed Thread

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Vogue > HTC Vogue Development


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 08:23 PM.


Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com