Join Our 3 MILLION+ Members Today! Register Here | Login
Go Back   BlackBerry Forums at CrackBerry.com > BlackBerry OS and Desktop Management Software Discussion > Hybrid OS

Like Tree11Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
    Thread Author   #16  
Old 12-06-2011, 05:03 PM
CrackBerry Abuser
Device(s): 9650 (Bold)
Carrier: Verizon
 
Location: The Internet
Join Date: Jan 2009
Posts: 272
Likes Received: 23
Thanked 37 Times in 7 Posts
Default

Quote:
Originally Posted by ami1 View Post
Thanks for script - no need to search/hunt for vendor.xml files anymore.

Has a minor issue though - it assumes windows is installed on C:

Though its correct for 99% cases i guess, but i have xp on c: and win7 on d: (apart from few linux distros on other partitions)

Replacing C: with %SYSTEMDRIVE% everywhere in the file seems to work.

Just for completeness, specially if Scrid or OSBB are going to include it in the hybrids.
When you're right, you're right ... and you are right!

I've updated both the CMD and EXE versions accordingly. Links to the files are in the OP.

Thanks for pointing this out. I apologize for not having caught it myself.



.
__________________
I was thinking of the immortal words of Socrates, who said, "... I drank what?"
Reply With Quote Tip this Post
  #17  
Old 12-08-2011, 05:52 PM
CrackBerry Genius of Geniuses
Device(s): 9850 (Torch) - PlayBook (official)
Carrier: US Cellular
 
Location: In a house
Join Date: Dec 2009
Posts: 9,378
Likes Received: 1882
Thanked 660 Times in 523 Posts
Default

Does this delete the second or third ones that are hiding sometimes?
__________________
Sent from me using my fingers.
Reply With Quote Tip this Post
  #18  
Old 12-08-2011, 08:43 PM
CrackBerry Abuser
Device(s): Unlocked 9700 (Bold) / 32GB Playbook
Carrier: Rogers
Pin: hrm...
 
Location: Toronto, Canada
Join Date: Nov 2010
Posts: 264
Likes Received: 2
Thanked 16 Times in 15 Posts
Default

Quote:
Originally Posted by kbz1960 View Post
Does this delete the second or third ones that are hiding sometimes?
as far as I am aware there is only 2 vendor files on either winxp, win vista/7. But I believe you are really interested in if it removes all the vendor files which would impact an os install....based on my personal use I have found this to work just fine...saves trecking through explorer


WIN XP, Vista/7 64 BIT
Code:
if exist "C:\Program Files (x86)\Common Files\Research In Motion\AppLoader\Vendor.xml" goto DelAppLoader64
WIN XP, Vista/7 32 BIT
Code:
if exist "C:\Program Files\Common Files\Research In Motion\AppLoader\Vendor.xml" goto DelAppLoader32
Windows Vista/7
Code:
if exist "C:\Users\"%username%"\AppData\Roaming\Research In Motion\BlackBerry\Loader XML\Vendor.xml" goto DelAppDataV7
Windows XP
Code:
if exist "C:\Documents and Settings\"%username%"\AppData\Roaming\Research In Motion\BlackBerry\Loader XML\Vendor.xml" goto DelAppDataXP
So depending on your system 32/64 Bit it would remove the vendor file from the program files location...depending on your windows OS version it will remove it from your AppData location....


EDIT: I should have just posted this:

Code:
echo *********************************************
echo * VENDELETE by ubersurfer - 26 Nov, 2011    *
echo * Removes BlackBerry VENDOR.XML files from  *
echo * Windows XP thru Windows 7 (32 and 64 bit) *
echo *********************************************
It's a habit to be thorough....all be it...sometimes not as necessary
__________________
32GB Playbook
Unlocked Bold 9700 - Berrylicious VI Hybrid

Last edited by Justam; 12-08-2011 at 08:57 PM.
Reply With Quote Tip this Post
  #19  
Old 12-08-2011, 08:46 PM
CrackBerry Genius of Geniuses
Device(s): 9850 (Torch) - PlayBook (official)
Carrier: US Cellular
 
Location: In a house
Join Date: Dec 2009
Posts: 9,378
Likes Received: 1882
Thanked 660 Times in 523 Posts
Default

Quote:
Originally Posted by Justam View Post
as far as I am aware there is only 2 vendor files on either winxp, win vista/7. But I believe you are really interested in if it removes all the vendor files which would impact an os install....based on my personal use I have found this to work just fine...saves trecking through explorer


64 BIT
Code:
if exist "C:\Program Files (x86)\Common Files\Research In Motion\AppLoader\Vendor.xml" goto DelAppLoader64
32 BIT
Code:
if exist "C:\Program Files\Common Files\Research In Motion\AppLoader\Vendor.xml" goto DelAppLoader32
Windows Vista/7
Code:
if exist "C:\Users\"%username%"\AppData\Roaming\Research In Motion\BlackBerry\Loader XML\Vendor.xml" goto DelAppDataV7
Windows XP
Code:
if exist "C:\Documents and Settings\"%username%"\AppData\Roaming\Research In Motion\BlackBerry\Loader XML\Vendor.xml"
Thanks and sure does. I remember seeing some threads where people said they found more but who know with all the crap on here lol.
__________________
Sent from me using my fingers.
Reply With Quote Tip this Post
  #20  
Old 12-08-2011, 08:50 PM
CrackBerry Abuser
Device(s): Unlocked 9700 (Bold) / 32GB Playbook
Carrier: Rogers
Pin: hrm...
 
Location: Toronto, Canada
Join Date: Nov 2010
Posts: 264
Likes Received: 2
Thanked 16 Times in 15 Posts
Default

Quote:
Originally Posted by kbz1960 View Post
Thanks and sure does. I remember seeing some threads where people said they found more but who know with all the crap on here lol.
Id be interested to know if there is more vendor file locations but I havent came accross it personally yet and I've been messing with leaked/official os's for quite a while now....but who knows....
__________________
32GB Playbook
Unlocked Bold 9700 - Berrylicious VI Hybrid
Reply With Quote Tip this Post
  #21  
Old 12-08-2011, 08:59 PM
CrackBerry Genius of Geniuses
Device(s): 9850 (Torch) - PlayBook (official)
Carrier: US Cellular
 
Location: In a house
Join Date: Dec 2009
Posts: 9,378
Likes Received: 1882
Thanked 660 Times in 523 Posts
Default

For awhile some were saying if you were online it would download another. I haven't experienced that though. Maybe that was only a certain version of DM?
__________________
Sent from me using my fingers.
Reply With Quote Tip this Post
  #22  
Old 12-08-2011, 09:08 PM
CrackBerry Abuser
Device(s): Unlocked 9700 (Bold) / 32GB Playbook
Carrier: Rogers
Pin: hrm...
 
Location: Toronto, Canada
Join Date: Nov 2010
Posts: 264
Likes Received: 2
Thanked 16 Times in 15 Posts
Default

I do remember that actually...I think it was if you were using DM to do an os update...I have never experienced that with loader.exe....so for DM it could very well be true...but c'mon....y would you want to use DM to update/reinstall an OS.....I remember in that post this thorough explanation on turning off the auto update feature through the DM installer by going to the uninstall/modify in the system control panel....and again...y bother with that when the simplest answer is just use loader.exe.....

Not hating on the OP of that thread because I'm sure alot of people found that helpful and do not know about or aren't comfortable with loader.exe...but really that would of been a perfect time to educate no? Anyhow......stick with loader.exe and vendelete and you will be good to go.
__________________
32GB Playbook
Unlocked Bold 9700 - Berrylicious VI Hybrid
Reply With Quote Tip this Post
  #23  
Old 12-09-2011, 05:41 AM
CrackBerry Genius of Geniuses
Device(s): 9850 (Torch) - PlayBook (official)
Carrier: US Cellular
 
Location: In a house
Join Date: Dec 2009
Posts: 9,378
Likes Received: 1882
Thanked 660 Times in 523 Posts
Default

Oh I agree, always use loader. I think some people are scared to use it cause getting to is harder than opening dm.
__________________
Sent from me using my fingers.
Reply With Quote Tip this Post
  #24  
Old 12-09-2011, 07:52 AM
CrackBerry Abuser
Device(s): 9670 (Style)
Carrier: Sprint/Nextel
 
Join Date: Jun 2009
Posts: 373
Likes Received: 5
Thanked 8 Times in 8 Posts
Default

That happened to me once. Instead of loading the BB OS Hybrid that was on the computer,it went and downloaded a new one. That's really what it should do, because most people wouldn't download the newest OS DM is designed to go online and download the appropriate one for you based on released BB OS.


Quote:
Originally Posted by Justam View Post
I do remember that actually...I think it was if you were using DM to do an os update...I have never experienced that with loader.exe....so for DM it could very well be true...but c'mon....y would you want to use DM to update/reinstall an OS.....I remember in that post this thorough explanation on turning off the auto update feature through the DM installer by going to the uninstall/modify in the system control panel....and again...y bother with that when the simplest answer is just use loader.exe.....

Not hating on the OP of that thread because I'm sure alot of people found that helpful and do not know about or aren't comfortable with loader.exe...but really that would of been a perfect time to educate no? Anyhow......stick with loader.exe and vendelete and you will be good to go.
__________________
Style 9670
Sprint
Reply With Quote Tip this Post
  #25  
Old 01-08-2012, 12:46 PM
CrackBerry Genius of Geniuses
Device(s): OS6 9650, OS2 Playbook, CM9 NookColor, Rooted Kindle Fire, etc.
Carrier: Sprint/Nextel
Pin: http://goo.gl/NP1nC
 
Location: Utah (Back to School)
Join Date: Nov 2009
Posts: 6,877
Likes Received: 629
Thanked 988 Times in 497 Posts
Default

Downloaded the latest version for use in future hybrids Thanks again ubersurfer
Reply With Quote Tip this Post
    Thread Author   #26  
Old 01-08-2012, 03:18 PM
CrackBerry Abuser
Device(s): 9650 (Bold)
Carrier: Verizon
 
Location: The Internet
Join Date: Jan 2009
Posts: 272
Likes Received: 23
Thanked 37 Times in 7 Posts
Default

Quote:
Originally Posted by SCrid2000 View Post
Downloaded the latest version for use in future hybrids Thanks again ubersurfer
Thank you for the bump!
__________________
I was thinking of the immortal words of Socrates, who said, "... I drank what?"
Reply With Quote Tip this Post
  #27  
Old 02-12-2012, 06:46 PM
CrackBerry Genius
Device(s): 9900 (Bold)
Carrier: AT&T
Pin: Director of The Anti-Special Needs Posting Unit,,!!!
 
Join Date: Oct 2009
Posts: 2,065
Likes Received: 290
Thanked 91 Times in 78 Posts
Default

Adding my subscription.
Reply With Quote Tip this Post
    Thread Author   #28  
Old 02-12-2012, 07:03 PM
CrackBerry Abuser
Device(s): 9650 (Bold)
Carrier: Verizon
 
Location: The Internet
Join Date: Jan 2009
Posts: 272
Likes Received: 23
Thanked 37 Times in 7 Posts
Default

Quote:
Originally Posted by olblueyez View Post
Adding my subscription.
Olblueyez: Your avatar ... the chairman as Tony Rome?
__________________
I was thinking of the immortal words of Socrates, who said, "... I drank what?"
Reply With Quote Tip this Post
  #29  
Old 05-09-2012, 08:42 PM
CrackBerry Abuser
Device(s): BlackBerry 9900
Carrier: AT&T/Cingular
Pin: PM if you really want it
 
Location: Tampa, FL
Join Date: Jan 2009
Posts: 248
Likes Received: 1
Thanked 5 Times in 5 Posts
Default

Not sure if I'm doing this right. But I right click on Vendelete.cmd. It says no vendor files to be deleted. However, I searched for it in Windows and found one. Am I doing it right?
Reply With Quote Tip this Post
    Thread Author   #30  
Old 05-10-2012, 02:39 PM
CrackBerry Abuser
Device(s): 9650 (Bold)
Carrier: Verizon
 
Location: The Internet
Join Date: Jan 2009
Posts: 272
Likes Received: 23
Thanked 37 Times in 7 Posts
Default

Quote:
Originally Posted by jonduran86 View Post
Not sure if I'm doing this right. But I right click on Vendelete.cmd. It says no vendor files to be deleted. However, I searched for it in Windows and found one. Am I doing it right?
Why not try VENDELETE+ instead? It does a full search of your hard drive, unlike the original VENDELETE.CMD which targets specific folders.

You can download VENDELETE+ here: http://ubersurfer.com/files/vendeleteplus.zip

.
__________________
I was thinking of the immortal words of Socrates, who said, "... I drank what?"
Reply With Quote Tip this Post
Reply
BlackBerry Forums at CrackBerry.com > > BlackBerry OS and Desktop Management Software Discussion > Hybrid OS   VENDELETE.CMD - VENDOR.XML file Remover

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes