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 Apache > HTC Apache Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #271 (permalink)  
Old 12-12-2007, 10:38 AM
zenak's Avatar
PPCGeeks Regular
Offline
 
Join Date: May 2007
Posts: 159
Reputation: 10
zenak is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
I doubt this is a bug, but this seems like the best place to ask: I have a few optional OEMs that allow for pre-install customizations by editing the RGU file. Whenever I modify this file I get an error. If I restore the file back to it's original state the error continues. The only way I have found to do a successful compile after the modification is to re copy the original rgu file.
Code:
importing registry file ".\Registry\166779e0-ca01-4aea-bb21-d72b93a86e0a.rgu"...
InitRegistry FAILED in file ".\Registry\166779e0-ca01-4aea-bb21-d72b93a86e0a.rgu" within a few lines of line 1.
ImportFromPackageListStrict: (RGUComp) !ERROR failed importing ".\Registry\166779e0-ca01-4aea-bb21-d72b93a86e0a.rgu"
wmain: (RGUComp) !ERROR failed building DEFAULT hives
Is this normal? Am I missing something simple?

This is from the Arcsoft MMS 4.2.8.1 - I was trying to add my phone # to the registry... The same thing seems to happen when I try to set the left soft key to MMS in that rgu file. Am I doing something wrong?
Reply With Quote
  #272 (permalink)  
Old 12-12-2007, 10:45 AM
lennysh's Avatar
Regular 'Geeker
Offline
Pocket PC: PPC6875 WM6.5
Carrier: Alltel
Location: White Oak, NC
 
Join Date: May 2007
Posts: 355
Reputation: 487
lennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to lennysh Send a message via AIM to lennysh Send a message via MSN to lennysh Send a message via Yahoo to lennysh Send a message via Skype™ to lennysh
Exclamation

Quote:
Originally Posted by zenak View Post
I doubt this is a bug, but this seems like the best place to ask: I have a few optional OEMs that allow for pre-install customizations by editing the RGU file. Whenever I modify this file I get an error. If I restore the file back to it's original state the error continues. The only way I have found to do a successful compile after the modification is to re copy the original rgu file.
Code:
importing registry file ".\Registry\166779e0-ca01-4aea-bb21-d72b93a86e0a.rgu"...
InitRegistry FAILED in file ".\Registry\166779e0-ca01-4aea-bb21-d72b93a86e0a.rgu" within a few lines of line 1.
ImportFromPackageListStrict: (RGUComp) !ERROR failed importing ".\Registry\166779e0-ca01-4aea-bb21-d72b93a86e0a.rgu"
wmain: (RGUComp) !ERROR failed building DEFAULT hives
Is this normal? Am I missing something simple?

This is from the Arcsoft MMS 4.2.8.1 - I was trying to add my phone # to the registry... The same thing seems to happen when I try to set the left soft key to MMS in that rgu file. Am I doing something wrong?
Well, I don't know what the problem with that is unless I can see the actual RGU. But I do know for a fact that any version of ArcsoftMMS above the version in the kitchen is for GSM devices only, and none of them will work on a CDMA phone. I you look in the MMS oem in kitchen, you'll see file or two with CDMA in it. If you look in that OEM, you'll see files with GSM in it.

So, if ur using a CDMA device, it's a no go anyway. It just simply will not send a picture message. Kitchen version is the newest CDMA version out.
__________________
If I have helped you in any way, and you wish to Donate, you can click here!

Verizon's (CDMA) PPC-6875 (Rhodium_W/Touch Pro2) with WM6.5

Chat Rooms:
EliteTeam: Java or IRC Client
HTCGeeks: Java or IRC Client
PPCGeeks: Java or IRC Client


Click here to donate to the CDMA Raphael Project Team
Reply With Quote
  #273 (permalink)  
Old 12-12-2007, 10:49 AM
gguruusa's Avatar
Deep Thinker
Offline
Pocket PC: Tin Can
Carrier: Atomic Vibration
Threadstarter
Location: Mountain top
 
Join Date: Jan 2007
Posts: 3,252
Reputation: 4726
gguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributionsgguruusa should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Check your file size before any modification, and after modification. If it dropped roughly in half, it's because you didn't save it in unicode format (I'd like to know if this is the case, because BuildOS should be forcing it to unicode regardless of how you saved it).

Another possibility is that the last line of the rgu immediately prior is borked. BuildOS should be forcing an extra line on the end of the .rgu to avoid this issue.
__________________
Grammar: The difference between knowing your shit and knowing you're shit.

Last edited by gguruusa; 12-12-2007 at 10:54 AM.
Reply With Quote
  #274 (permalink)  
Old 12-12-2007, 11:18 AM
lennysh's Avatar
Regular 'Geeker
Offline
Pocket PC: PPC6875 WM6.5
Carrier: Alltel
Location: White Oak, NC
 
Join Date: May 2007
Posts: 355
Reputation: 487
lennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to lennysh Send a message via AIM to lennysh Send a message via MSN to lennysh Send a message via Yahoo to lennysh Send a message via Skype™ to lennysh
Cool

Quote:
Originally Posted by gguruusa View Post
Another possibility is that the last line of the rgu immediately prior is borked. BuildOS should be forcing an extra line on the end of the .rgu to avoid this issue.
But it say's within a few lines of 1.... Either way, waste of time if it's a cdma device...
Reply With Quote
  #275 (permalink)  
Old 12-12-2007, 11:40 AM
zenak's Avatar
PPCGeeks Regular
Offline
 
Join Date: May 2007
Posts: 159
Reputation: 10
zenak is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Lenny - I got the 4.2 version here for Verizon: http://imnuts.hostedwith.us/?page_id=3 my only modification of that file was to add my number to the X-VzW-MDN key.

I'm using textpad to modify the rgu file and there doesn't seem to be a change in size - I've also tried notepad. Is there another app I should be using instead? Maybe that is the issue after all....
Reply With Quote
  #276 (permalink)  
Old 12-12-2007, 12:08 PM
Perasite's Avatar
Retired Staff
Offline
Pocket PC: HTC Touch Pro
Carrier: Sprint
Location: Yuma, AZ
 
Join Date: Sep 2006
Posts: 1,929
Reputation: 2026
Perasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIPPerasite is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Zip and attach the RGU to your post for us to take a look at.
__________________
Now with VGA support on all software!

Projects: (PeraStats 1.7) (PeraCount with Clock 1.3) (PeraCount 1.3) (PeraProfiler 1.2) (S2U2Lock 1.1)
Reply With Quote
  #277 (permalink)  
Old 12-12-2007, 12:24 PM
lennysh's Avatar
Regular 'Geeker
Offline
Pocket PC: PPC6875 WM6.5
Carrier: Alltel
Location: White Oak, NC
 
Join Date: May 2007
Posts: 355
Reputation: 487
lennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to lennysh Send a message via AIM to lennysh Send a message via MSN to lennysh Send a message via Yahoo to lennysh Send a message via Skype™ to lennysh
Exclamation

Quote:
Originally Posted by zenak View Post
Lenny - I got the 4.2 version here for Verizon: http://imnuts.hostedwith.us/?page_id=3 my only modification of that file was to add my number to the X-VzW-MDN key.

I'm using textpad to modify the rgu file and there doesn't seem to be a change in size - I've also tried notepad. Is there another app I should be using instead? Maybe that is the issue after all....
Honestly, I've never had to modify this string cuz the program itself has alway's written this string in for me. Most of the time, that string didn't exist at all in the RGU. And the program would add it on first boot. But seriously, this has been tested on several providers including Verizon, and does not send a MMS message at all on any of them. It will only receive. And yes I know Verizon is partial GSM or whatever. But to my knowledge, it just want send.
Reply With Quote
  #278 (permalink)  
Old 12-12-2007, 12:44 PM
FastRX8's Avatar
Yo, VIP - Let's Kick It!!
Offline
Pocket PC: EVO - Rooted & OMJ's Rom
Carrier: Sprint
Location: Fontana, CA
 
Join Date: Dec 2006
Posts: 703
Reputation: 5861
FastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by zenak View Post
Lenny - I got the 4.2 version here for Verizon: http://imnuts.hostedwith.us/?page_id=3 my only modification of that file was to add my number to the X-VzW-MDN key.

I'm using textpad to modify the rgu file and there doesn't seem to be a change in size - I've also tried notepad. Is there another app I should be using instead? Maybe that is the issue after all....
You're using the same Arcsoft MMS file I use. I downloaded the file from that site and added my number to the RGU file. I didn't have any issues building a ROM w/ it.
The directions on that site say to look for "1234567890" it actually should say "0123456789" because that's what's in the RGU file.
I used a program called Notepad2 to edit the file. http://www.flos-freeware.ch/notepad2.html
It's a much better alternative to Notepad.
I have no issues sending MMS on my XV6700.
__________________
- RX8 -
When someone helps you out, don't say "Thanks" click ----->
[TUTORIALS] EVO Full Root|OTA Root|Nand Backup/Restore|Flashing|for n00b's + videos
Reply With Quote
This post has been thanked 2 times.
  #279 (permalink)  
Old 12-12-2007, 12:50 PM
lennysh's Avatar
Regular 'Geeker
Offline
Pocket PC: PPC6875 WM6.5
Carrier: Alltel
Location: White Oak, NC
 
Join Date: May 2007
Posts: 355
Reputation: 487
lennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to lennysh Send a message via AIM to lennysh Send a message via MSN to lennysh Send a message via Yahoo to lennysh Send a message via Skype™ to lennysh
Cool

Quote:
Originally Posted by FastRX8 View Post
I have no issues sending MMS on my XV6700.
Well damn... maybe it was 4.0 we tested on Verizon that didn't work... I dunno.. Anyway, Prob easier to install a reg editor, and make the change after you flash... But like I said before, I've always deleted that entry, and the program wrote a new one on first boot. That made it a universal OEM. If you notice, we didn't ask ppl to edit the one that is in the kitchen now. It does that edit for you automatically as well... On first boot... Same string...
Reply With Quote
  #280 (permalink)  
Old 12-12-2007, 12:53 PM
FastRX8's Avatar
Yo, VIP - Let's Kick It!!
Offline
Pocket PC: EVO - Rooted & OMJ's Rom
Carrier: Sprint
Location: Fontana, CA
 
Join Date: Dec 2006
Posts: 703
Reputation: 5861
FastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the communityFastRX8 is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by lennysh View Post
Honestly, I've never had to modify this string cuz the program itself has alway's written this string in for me. Most of the time, that string didn't exist at all in the RGU. And the program would add it on first boot. But seriously, this has been tested on several providers including Verizon, and does not send a MMS message at all on any of them. It will only receive. And yes I know Verizon is partial GSM or whatever. But to my knowledge, it just want send.
Just saw your post. I believe I can receive MMS w/o any issues. I just sent a video MMS to myself, and received it no problem.
I don't have anyone else I can bug to send my a MMS message right now, but I assume that sending it to myself is enough. It actually goes through the process of sending, and then a message pops up that says receiving, and then another message when it's done dl'ing that I've received a new MMS message.
If someone else would like to test this, I can pm you my number and we can see if in fact it will receive mms from someone else.

BTW - This is the 2nd Arcsoft file that I have tried that fully works on Verizon in WM6.
Reply With Quote
This post has been thanked 2 times.
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Apache > HTC Apache 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 11:42 PM.


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