question about content provider URL

I saw the post on http://supportforums.blackberry.com/t5/BlackBerry-Push-Development/Content-Provider-URL/td-p/487327

I have a question, why peripheral must send my information (serviceid, version of the os, pinnumber, model, Field1) to the content url provider? and then another (serviceid, version of the os, model) information to bpasurl.

What is the purpose of the 2 connects?

You must be registered/subscribed with both systems.

You must register with the content provider to let them know they can push to and also help to detect the device and swap SIM scenarios. Part of the agreement signed with the help of push is to implement these features.

The subscription with the BPS is needed to prevent suppliers of content to any device, they would be able to easily spam all BlackBerry users if the push RIM infrastructure does not keep its own membership mappings. Keep in mind that subscription is a two-step process that is there for security reasons. This ensures that others cannot subscribe inadvertently you to push services that you are not interested in receiving.

Tags: BlackBerry Developers

Similar Questions

  • Question about images and URLS

    I'm new to Captivate and made a quiz on the history of the County is my University.  My manager wants me to add URLS and images for the quiz slides, but it won't let me.  I tried to do it on the random slide and try to copy a button I made on another page but that didn't work.

    I am using Captivate 3.

    So I need help answering:

    1. How can I add a button or a link to an external URL in Captivate on a quiz slide?

    2. How can I add an image to a quiz slide?

    I'd appreciate any help.

    Thank you!

    Hello

    I don't know why this would happen. I've tested this in my Captivate 3 and it seemed to work just dandy. I also tested more away after reading this to ensure that I was trying my best to duplicate your situation. And unfortunately I can not.

    You are able to view the Captivate file for me to look at? You can use www.YouSendIt.com. I'd be happy to see if I can make heads or tails of what might happen to you.

    My E-Mail address is in my profile of forum.

    See you soon... Rick

  • Question about subjects, books and tables of contents

    I have a question about the subjects, books and tocs. I have a project that someone else created, and my task is to create a new topic and add it to the table of contents. I created the topic, but when I generate CHM project it does not appear in the table of contents. I tried to update the table of contents. What I think (I guess) could be the problem, is the 'links to the topics', when I see the links to the topics in other areas (old) they seem to have a link to the main book, but the new one is not mine. Could you help me? Thank you!!!

    It seems that you have a manual table of contents page, rather than using the table of contents of CHM.

    The toc.htm topic that you see in your list of topics is probably where you will need to add your new topic.

    If the table of contents was already populated when you inherited the project, I suspect the previous author was using it just to keep track of the topics they had added manually to the topic toc.htm - added the CHM topic in summary you did mark the column of the table of contents in the list of topics like '' Yes. '' then add to the toc.htm manual is not. Hope that makes sense.

    P.S. Just guess that it is installing what I can see in the screenshot. It is quite unusual, so I hope I'm right.

  • a few questions about the migration of content/web content

    Hi all


    I have a few questions about the migration of the website and content (from development to test) which are not specified after reading the oracle documentation.

    -> When we make the site replication will be migrated content (data files).

    -> when we move will contained all the ED and RD etc (any object type web site migrated).

    --> are the two the necessary step for migration when we migrate web site.


    Thank you

    -Yves

    --> When we make the site replication of the content will be migrated (data files).

    It depends on how you do it. The tool 'Site Studio Replicator' won't move any content, only the structure of the site. The 'Manage replication Site' page can be used to migrate content with the structure of the site but I do not recommend for large sites, I use separate tasks to archive to move the content. "Backup and restore" page stores the entire site in a ZIP file, not advisable for large sites.

    --> When migrate us content will be all ED and RD etc (any object type web site migrated).

    Yes. It uses the metadata xWebsites field to identify the elements that belong to the site.

    --> are the two the necessary step for migration when we migrate web site.

    Depends on how you do it, but yes, all bits are needed.

  • Questions about discussions...

    Hello

    I have a new app to do that requires network access.

    I have read this EXCELLENT post from peter_strange:

    http://supportforums.BlackBerry.com/T5/Java-development/connecting-your-BlackBerry-http-and-socket-c...

    Because I can't use BIS - B because I'm not a partner of the Alliance, I wanted to take a look at the new OS 5.0 network API and see how it works.

    I know that network connections should be performed in a separate thread.

    I'm far from being an experienced Blackberry developer... so I have a few questions about discussions.  I looked around the Internet, read on the forum, read the documentation, did some tests and so far, I came up with this code:

    SerializableAttribute public class HTTPConnection extends UiApplication {}
    Public Shared Sub main (String [] args) {}
    HTTPConnection PAP = new HTTPConnection();
    theApp.enterEventDispatcher ();
    }

    public HTTPConnection() {}
    pushScreen (new HTTPConnectionScreen());
    }
    }

    class HTTPConnectionScreen extends form {}
    public HTTPConnectionScreen() {}
    setTitle ("HTTPConnection");
    Add (new RichTextField ("choose a type of connection :"));

    final RadioButtonGroup = new RadioButtonGroup() rbGroup;
    RadioButtonField radioButtonF1 = new RadioButtonField ("Direct TCP", rbGroup, false);
    RadioButtonField radioButtonF2 = new RadioButtonField ("WAP 1.0/1.1", rbGroup, false);
    RadioButtonField radioButtonF3 = new RadioButtonField ("WAP 2.0", rbGroup, false);
    RadioButtonField radioButtonF4 is new RadioButtonField ("BES/MDS", rbGroup, false);.
    RadioButtonField radioButtonF5 = new RadioButtonField ("BIS-B", rbGroup, false);
    RadioButtonField radioButtonF6 = new RadioButtonField ("WiFi", rbGroup, false);
    Add (radioButtonF1); Add (radioButtonF2); Add (radioButtonF3); Add (radioButtonF4); Add (radioButtonF5); Add (radioButtonF6);
             
    FieldChangeListener listener = new FieldChangeListener() {}
    ' Public Sub fieldChanged (field field, int context) {}
    ConnectionThread ct = new ConnectionThread (rbGroup.getSelectedIndex () + 1);
    CT. Start();
    }
    };
             
    ButtonField buttonField = new ButtonField ("Connect", ButtonField.CONSUME_CLICK);
    buttonField.setChangeListener (listener);
    Add (buttonField);
    }

    / * method of onSavePrompt override default to avoid being asked if I want to record every time * /.
    protected boolean onSavePrompt() {}
    Returns true;
    }
    }

    class ConnectionThread extends Thread {}
    private int transportType;
    public ConnectionThread (int n) {}
    transportType = tt;
    }
        
    public void run() {}
    ConnectionFactory connFact = new ConnectionFactory();
    ConnectionDescriptor connDesc = connFact.getConnection ("URL", transportType, null);
    If (connDesc! = null) {}
    try {}
    HttpConnection httpConn = (HttpConnection) connDesc.getConnection ();
    httpConn.setRequestMethod (HttpConnection.POST);
    httpConn.setRequestProperty ("Content-Type", "application/x-www-formulaires-urlencoded");
    OutputStream out = httpConn.openOutputStream ();
    out. Write (Integer.ToString (transportType). GetBytes());
    int responseCode = httpConn.getResponseCode ();
    If (responseCode == HttpConnection.HTTP_OK) {}
    UiApplication.getUiApplication () .invokeLater (new Runnable() {}
    public void run() {}
    Dialog.Alert ("- SUCCESSFUL CONNECTION-");
    }
    });
    }
    If (httpConn! = null) httpConn.close ();
    } catch (IOException e) {}
    System.Err.println ("IOException Caught:" + e.getMessage ());
    }
    }
    }
    }

    In fact, this code works very well... but I want to improve it, and I have a few questions:

    1. I think that right now, every time I click on the 'Connect' button, I start a new thread. I would like to end this thread in the "run" method, but I don't really know how to access the variable 'ct' from there.   Counsel on how to do it?  Or maybe always use the same thread until my application is closed?

    2. in the FieldChangeListener of my "Submit" button, I want to access the value of radio box.  I did work, but I had to do my 'final' variable  What is the right way to do it?

    3 - to display a dialog box with 'Successful connection', I just wanted to write something in my main screen.  How I do that?

    I'm just a bit confused as to just what set up when you use a separate thread.

    Thanks for your advice!

    Edit: Hidden URL I connect to...

    That's what I call a good question! (now I'm wondering why the forums do not work with opera correctly, in any case, here my baldy to the answer format): 1. your thread "dies" when it's over, no need to close it. 2 Yes 3. You can use a reminder. See for example http://www.javaworld.com/javaworld/javatips/jw-javatip10.html

  • Legal questions about obsolete Contacts

    A few scenarios:


    • We have received business cards for more than a year at an event
    • For more than a year, we bought a list of contacts
    • We have someone in our database which has not been engaged with us in over a year

    Issues related to the:


    1. We are allowed to communicate with them once asking them to update their profile?
    2. We are allowed to communicate with them once again to offer you a piece of content?
    3. We are allowed to communicate with them to invite them to a Webinar?
    4. We are allowed to put them on a monthly newsletter of high level?
    5. If they do not respond (IE do not open) the first email we send them, we are allowed to communicate with them once more?

    It is one of those issues that the answer should be simple, but is rarely in an organization.

    Here is the answer I would give:

    If you are allowed to send to them, you could go to them. Otherwise his spam. I had this debate on the permision and spam countless times, and if you live in a 'gray State' on your policy, you will constantly have this discussion as he invites ambiguity and a atmosphere of laissez faire. The test for spam is easy (it comes to our guidelines):

    1. unsolicited. The recipient give you verifiable permission to communicate with them? If the answer is no, then you have no permission to send it to them.

    2 you're sending in bulk content? Bulk is a message sent as part of the large collection e-mail, all having substantively identical content

    What people often forget, is that the ability to send to a contact is a matter of consent, not a question of content. If you are allowed to send to them, it doesn't matter what content you send. The problem is that in companies were not in line with verifiable permission, so now you're stuck in a quagmire. A lot of contacts, little verifiable.

    I know that your question was not authorized in particular, so I'll stop here. Suppose you have verifiable permission to send to them:

    1. they are dead, and they are most likely bad. Average the change to a database used about 25% more than a year. We have seen increase of 30% + lately. Not more than 5% spend the effort at the bottom of your database.

    2. because they are dead, you can't kill him twice, so have a go and go to them. We launched reactivation campaigns in the past and we found decent return. We asked to be updated their profile

    Here is an email from the example that we sent in the past:

    Dear colleague,

    We update our contacts and our records indicate that you already expressed their interest to receive information from {your company name}. We appreciate your time and your privacy and would like your permission to send you information by e-mail. To help us better understand your needs and interests, we invite you to manage your communication preferences by clicking on 'Yes' below. Manage your preferences allows you to stay up-to-date with the information that is right for you - notes application to seminars and the best practices in the sector.

    Update your interest takes a simple click and you can change your areas of interest at any time. We hope to continue to provide you with timely and relevant information.

    Sincerely,

    The {your company name} team

    Yes, I would like to receive emails from {your company name} and want to update my preferences

    No, I do not wish to receive emails from {your company name} in the future

  • A few questions about in-app apple purchases

    Hello

    I would like to ask you a few questions about in-app purchases from the itunes store.

    I would like to create an application and put this app on the itunes store.

    The application itself will be a 'container' and contain 1 pound. The app will be free.

    So far so good. Now, I want to use shopping app from apple to sell the other books in the application.

    So that they will see a new book in the app and will be able to buy it.

    Now to my question:

    I would like to have books available in the form of separate .swf files (.swf files because I want to add an animation). If people can go to the itunes store and the swf will be downloaded on their device.

    Apple will actually allow this? And if not, anyone know how I could get what I want?

    Yes, that's what it means... Remember that you are not playing in the classic environment of Air, so your application will be just impossible to run any code from any SWF loaded. The reason is obvious: Apple doesn't want that any developer to extend applications or provide additional content without to have approved by Apple / earn money with it.

    In your case, I recommend you to include all the books hard connected by the swcs and then just unlock everytime the user pays.

  • Question about DISCHARGE (expr, 1016) function

    Hello

    I have a question about the DUMP function, specifically the DUMP (expr, 1016). What character set is the function of report? The only logical answer seems to me the characters of data. The http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/functions055.htm#SQLRF00635 docs it says: "by default, the return value contains no character set information. To retrieve the name of character of expr, add 1000 to all the values of previous format. "For example, a return_fmt of 1008 returns the result in octal * and provides the character set name of expr.*.

    I ask this question because a client complains that there a database with database EE8MSWIN1250 (obtained from DATABASE_PROPERTIES) characters and when I asked him to run a SELECT that could empty the contents of a column, he gave me this result:
    select dump(some_col, 1016) from some_table;
    
    Typ=1 Len=8 CharacterSet=AL32UTF8: c5,bd,c5,a0,54,45,53,54
    Now I can't imagine how the data can be stored in the AL32UTF8 character set if the characters of the database are EE8MSWIN1250. This scenario is still possible? I tried in vain to reproduce on my test database.

    I don't know if the column is defined with the characters of database or the national database characterset, but even if it was a NVARCHAR2, the dump function could not return AL32UTF8 since he is not a national character set.

    If anyone has an explanation, I will be very grateful.

    Thanks in advance and best regards,
    Swear

    1. to help with the confusion about the DUMP function: index realizes that the DUMP function can be performed in the remote database. Oracle tries to push as many functions as possible and semantically correct on the remote site. Therefore, it sends the statement of simple table on the remote site after stripping the DB link. In this case, the DUMP function sees the character set of the remote database and creates the resulting string of information. This string of AL32UTF8 to EE8MSWIN1250, as described in the note, but as all the characters in the string of information are pure ASCII, some codes are actually changed.

    Things get more interesting if you start to combine the tables of local and remote databases. For example, the following query is will normally return the character of local database defined for the two columns:

    select dump(xx,1016),dump(yy,1016) from (select x.dummy xx, y.dummy yy from dual x, dual@dblink y);
    

    This is because the first dual@dblink is transported to the local site and the join is performed here with application of DUMP.

    The following query returns the set for two columns of characters in remote database:

    select dump(xx,1016),dump(yy,1016) from (select x.dummy xx, y.dummy yy from dual@dblink x, dual@dblink y);
    

    This is because all the tables are remote and the entire query is sent to the remote database and y.

    The following query returns the remote character set thus:

    select dump(xx,1016),dump(yy,1016) from (select /*+driving_site(y)*/ x.dummy xx, y.dummy yy from dual x, dual@dblink y);
    

    Here, the DRIVING_SITE hint asks the database to perform the join in the database of the table, for example dual@dblink.

    2. to answer your question:

    Your understanding of the way of conversion is generally correct, but conclusions are not quite correct. In the scenario [client EE8ISO8859P2, EE8MSWIN1250 local database, remote database AL32UTF8], Eastern and Central European characters will work correctly, but the other characters to the remote database will not be (for example, French, Greek, Chinese). It is, I think, quite clear and is usually not a major problem, as usually only compatible languages EE8 are interesting for an EE8ISO8859P2 customer. However, in the scenario [customer AL32UTF8, EE8MSWIN1250 local database, remote database AL32UTF8], the problem becomes more visible. Having a taking customer support Unicode, you can recover some data French or Greeks of the remote database but you will fail as all of these characters will be "killed" by the conversion of distance at the local level (link DB conversion).

    EE8ISO8859P2 is also for the same group of languages, such as EE8MSWIN1250, indeed, but it lacks some interesting characters. The most important of them is the symbol of the Euro. Others are "' quotes, long dashes, TM symbol, and a few other less frequently used punctuation. Therefore, always define a database as EE8MSWIN1250, even if you run some clients (Unix) with EE8ISO8859P2. Do not run Windows with EE8ISO8859P2 clients, except for purposes of loading/generation of special file.

    -Sergiusz

  • Several Questions about educational Versions of the software

    Well, I have several questions about teaching from Adobe software.  I will attend school in the near future (now I'm not enrolled in any type of school) and I see that Adobe has huge discounts on "educational software".

    What exactly is the difference between the "commercial" version of a program and an educational version?  Do you need some kind of student card to activate an educational version, or proof that you are in school, or something special like that?  I noticed people unopened sell educational versions on eBay and I heard there is no differences between the software, but this makes me wonder... why the price difference?

    Also, I intend on buying another Mac in the near future - probably for the school.  My second question is - with this software (education), is that I can put programs on my desktop and my laptop, or they won't work on one person on one computer?  I've heard people that serial numbers cannot be activated so many times.

    Last question.  My HDD recently crashed and I lost a good bit of things and had to re - install everything.  If this would never happen again, reinstall all Adobe programs on a hard drive nine?  Or I will meet the all 'serial numbers cannot be activated so many times?

    Very well.  I think about the fact.  Any input would be great.  Thank you.

    -Mike

    In terms of content, there normally is no real difference between the editions of the retail and educational/student. There may be some additional fonts or clip art in the commercial version, but this varies from one version to the other, and a product.

    You must qualify to buy an educational/student version. These qualifications are listed on the Adobe Web site. Normally, you must provide proof of reserve that sells licenses of software for you. You can not buy now for the reason that you will be a student in the future. You must have purchase student status.

    Unlike versions of retail, education/student Adobe versions software are not transferable. Sale of such software 'closed' on eBay must be regarded with suspicion. Adobe resellers do not offer software on eBay sales. The software is either stolen, used (but reconditioned), or pirated goods.

    Most of the Adobe software, including the Creative Suite software, can be activated at the same time on two computers owned and used by a single individual. second computer is usually a laptop, if first computer is a computer at home for students. For retail sales, usually first computer is a desktop computer and the second computer is a mobile computer or at home. Computers must not run the software at the same time. And No, two students may not share a single copy on two separate computers.

    The software can be turned on and off but after 20 or if these cycles, you will need to call Adobe and explain what is happening to get characters such cycles. If you are enabled on both systems and a hard drive or a computer turns off and you need to reinstall the software without having the possibility to disable the system blew, Adobe activation support group normally will be granted an additional activation, assuming that you do not have a record of abusing the privilege (as your hard drive breaks down once a month!).

    -Dov

  • Questions about the stores in iProcurement

    All,

    I have a few questions about the implementation of iProcurement stores-

    1 oracle comes seeded with 2 stores "Backend" and "Exchange.Oracle.com. We do not have the use of these stores. I don't see an option to turn them off. Is it advisable to delete them? They occupy unnecessary space and are seen first. I read this on Metalink Note ID 429470.1 - "NOTE: while the value can be changed, it is highly recommended to not under any circumstances ever remove"Main store"page stores to manage content in iProcurement catalog administrator responsibility.» Do not know why.

    2. we have a Punchout for Dell U.S. catalog store and a catalog of information for Dell International. Buyers of Dell are iProcurement to each punchout to place their orders from Dell for the USA (shopping cart returns to iProcurement) - or - just use the store Dell International to go to an external URL and place their orders here (who do not return to iProcurement). What we see is - when the user clicks on the icon Dell us, it is taken directly to the URL of the PunchOut of Dell, but when he clicks on the Dell International icon, he was first taken to the list of catalogs available to the store (only 1 available catalog) and the user must then click again on the link Dell International. Is there a way to configure the Dell International icon to behave the way behaves in the Punchout icon - i.e. directly take the user to the Dell page without a need to show the list of catalogs.

    Hey,.
    To answer your Questions
    1. you can always delete those either if you want to... The reason why the link Meta Notes say not only not to delete the main store is
    i. because main store has all of the Local content in iProcurement (i.e. If you have any installation of items in the inventory you and them Module iProcurement Enabled (IE can be purchased at iProcurement) and any other article of local catalogues/categories Loaded using the BULK LOADING in iProcurement is also removed.)
    II. you can always delete the information Exchange Oracle store if you do not use.
    I would advise so do not remove the main store. Instead, you can change the sequence of the display of the stores you iProcurement Page.
    Browsing ==> Internet shopping Catalog Admin (RESP) ==> eContent crib ==> content management ==> stores ==> press the update sequence and make sure that the sequence number for main is superior to any other store so that the hand store falls last in the House of iProcurement Page

    2.i don't think that there is no option to do this. but you can always open an SR with Oracle about it and ask this question\

    hope that answers your Question.

    Thank you
    SANTU

  • About a month ago I posted a question about iMovie and not being able to "share". I solved the problem thanks, so no more emails!

    About a month ago I posted a question about iMovie and not being able to "share". I solved the problem thanks, so no more emails!

    Hi Michael,

    If you want to stop receiving notifications by electronic mail, in the thread, that you have created, then I suggest that you follow the steps below:

    One time connected to the Apple Support communities, visit your mini profile and select manage subscriptions.

    Content

    To manage this content, you are currently subscribed and changing your preferences, select the content.

    Select next to see what content you are currently following.  Note that any thread you are responding you subscribe you automatically to this thread.

    You can select to terminate a subscription to a thread.

    Learn how to manage your subscriptions

    Take care.

  • Many questions about the HP 50 g

    I just ordered a HP 50 g graphic calculator! I have a few questions about this so hang on tight! What is the USB connector on the calculator? Mini-USB, micro USB, or is it a connector owner, "custom". Then, it would be possible to connect a keyboard to the HP 50 g by using the USB Port? Is there a program that would make this possible? (I doubt it would work if you plug it..) I have a Mini-USB to female USB 2.0 connector. So I could just plug the keyboard right, provided that the port on the calculator is a Mini-USB Port. If this is not so that I could use my female to female USB adaptor to connect the keyboard.

    Thanks for your help,

    Zekelegge

    Hi!, zekelegge:

    Welcome to Forum!

    The only printer I use, 50G calculators, 48GII, 39GS and 17BII +, as well as many former models, such as the 48 s/SX/G/G + / GX, 38 G, 39 G, 42, 41 C/CV/CX and 28 C/S, is the infrared printer HP 82240 b. If you can use the emulator HP50G, on the PC, the simulator of the printer, you can download, since... http://www.HPCalc.org/details.php?id=7386

    The printer... HP 82240 B

    The cable series...

    The description... http://www.allenwan.com/hpcalcserialcable/

    The original cable...

  • Questions about Stor.e TV +.

    Does anyone have a contact point to raise a complaint about the lack of service from Toshiba? I spent £160 on a TV + Stor.e and did have some problems with it, as you can see from the few posts that I raised. After spending £160 on a point I don't understand why if the forum is the only option to support what he is no Toshiba engineers on this issue, who are able to answer my questions. I do not expect a 24 / 7 hotline for £160 I spent, but it would be good to know that a Toshiba engineer could answer my questions about their products. Especially since it's the second one I had which suffers from a cosmetic defect, I had to stick to feet about it as the Unit came with 4 pads ride around the box. I also have my doubts about the HDMI because it seems to be very sensitive to any movement in the area, causing the connection to remove.

    I got a Western Digital box media for more than five years and had no problem with this, the only reason why I changed, it was to make use of the connection to the local network, the HDMI connection and the fact it supported more than file formats. FSR this device was abit of a disappointment for me. So if someone could point me in the right direction, I would be very grateful.

    Hello

    I can understand that you are not happy with the current situation and usually if you buy a product it should properly expect and do no problem.

    As you probably already seen here it s a user to only user forum. This means that you can speak with normal people like you and me and there is no official support from Toshiba.

    In your case, it would be best if you contact an authorized service provider or call the Toshiba UK. The phone number, you can find on the site of Toshiba UK Web:
    http://UK.computers.Toshiba-Europe.com

    Just give the guy a call and explain your situation. I'm sure they can give you a detailed answer and if your TV Stor.e + must be repaired or not. When warranty hardware repair is free.

    I hope I could help you a little bit :)

  • Questions about TV Tuner Satellite A500/040

    Hi all

    I'm new to the Tuner of TV analog digital hybrid and I'm sorry if my questions seem as stupid.

    I have two questions about the of digital TV Tuner analog integrated hybrid in the Notebook Toshiba Satellite A500/040. My understanding is that the TV tuner hybrid integrated able to decode TV signals high definition and their display on TV via its HDMI port. I wonder if I could watch TV shows on your laptop without connecting to a TV. If so, is the software needed? There are several USB TV tuners for desktops and laptops on the market, A500 hybrid TV tuner works differently these USB TV tuners?

    Thank you

    Young

    > I think I know that the TV tuner hybrid integrated able to decode TV signals high definition and their display on TV via its HDMI port.

    N ° this s tv tuner not a HD!
    It s a digital tuner that provides digital video signal 576i and not 1080i.

    Of course, you can use the HDMI port to connect the laptop to the LCD HDMI port but you will not get the quality video full HD as blueray for example.

    I found this Australian page from Toshiba:
    http://www.MyToshiba.com.au/products/notebooks/satellite/A500/psam3a-04000e

    You will find this passage short text:
    + With tuner TV built-in, you can even watch analog or digital TV everywhere where you travel, while the HDMI ports make connecting high definition on your TV screen and sound system. +

    You can also watch TV on mobile phones display! It's a key reason why the TV tuner built in ;)

  • Re: Several questions about the recovery of the Satellite L750 features

    I have several questions about the recovery of Satellite L750 features available to it. Any help and answers would be useful.

    (1) when I started the laptop first, he asked me to create a recovery CD incase I need to reinstall the operating system. But he also said that he built in the recovery partition, so therefore, I have to make a recovery cd or not?

    (2) will be the recovery CD is exactly the same as the recovery on the system partition?

    (3) is the partion of CD or recovery includes all the integrated software pre-installed with the laptop?

    (4) also in the device manage management it shows watch partion recovery but it is empty, is it true?

    (5) in the second partition (drive D) system, he has a record with what looks like the recovery of files and folders. Is it safe to move/remove it?

    Hello

    I'll try to provide answers:
    1 - to ensure that everything works perfectly you don t need these discs, but if something goes wrong with the HARD drive you will not be able to do anything. When you have the recovery DVDs, you will still be able to install the recovery image and once again the factory settings. So my advice to you is: create these discs as soon as possible. Use only on DVD-R media and buy products of high quality (TDK or Verbatim).
    2 - Yes.
    3 - Yes.
    4 - No. Don t be confused with this.
    5. in a first time create restore DVD, and later you can do what you want. I put t know which files mean you but don t touch anything before that of the recovery disks to be created.

    In the past, many people have been experimenting with the structure of HARD drive and partitions and later was surprised when installing disk recovery HARD has been damaged. Don t make the same mistake.

    If you have any other questions you are welcome.

Maybe you are looking for