Nobody can help me ?!!

Hi everybody,
I have a really big big problem:
I'm using regex to extract from HTML files some parts of the code, and replace it with other. This runs correctly sometimes, the tags are always found but sometimes there is an Illegal group reference exception with appendReplacement . The problem is that there is absolutely no reason for this exception because there is absolutely no differences between the code that is correctly recognized and replaced, and the one that brings exception.
Can someone help me please ?
Here is my code, it extracts the table tags and replace it with modified code.
// Traitement du cas des tables HTML
StringBuffer sb5 = new StringBuffer();
Pattern p5 = Pattern.compile("< *table *.*?< */ *table *>", Pattern.CASE_INSENSITIVE | Pattern.DOTALL);
Matcher m5 = p5.matcher(fileContent);
while (m5.find()) {
try {
m5.appendReplacement(sb5, changeTable(m5.group()));
catch (Exception ex) {
System.out.println(file.getName());
System.out.println(ex.getMessage());
m5.appendTail(sb5);
fileContent = sb5.toString();
Please, help !!!!!!!

No, the replace all replaces both the $ characters, but the exception comes back.
In fact it doesn't seem to come from the two $, because I have deleted on, and the exception is always here.
here is the piece of code in question...
<p style="margin-left: 43px;"><span style="font-family: Tahoma;"><![if !supportEmptyParas]> <![endif]></span></p>
<table x-use-null-cells
          style="border-collapse: collapse;
                    mso-padding-alt: 0cm 3.5pt 0cm 3.5pt;
                    margin-left: 43px;
                    border-spacing: 0px;
                    border-spacing: 0px;"
          cellspacing=0>
<tr>
<td style="x-cell-content-align: top;
               width: 77.55pt;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-left-style: Solid;
               border-left-color: #000000;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;
               border-left-width: 1px;
               border-top-width: 1px;
               border-top-color: #000000;
               border-top-style: Solid;"
     valign=top
     width=77.6pt>
<p style="margin-right: 12px;
               text-align: center;
               margin-left: 12px;" Align="center"><span lang=EN-GB
                              style="font-family: Tahoma;
                                        mso-ansi-language: EN-GB;
                                        mso-bidi-font-weight: bold;">F2</span></td>
<td style="x-cell-content-align: top;
               width: 12.0cm;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;
               border-top-width: 1px;
               border-top-color: #000000;
               border-top-style: Solid;"
     valign=top
     width=12cm>
<p style="margin-left: 15px; margin-right: 17px;"><span lang=EN-GB
                                                                      style="font-family: Tahoma;
     mso-ansi-language: EN-GB;
     mso-bidi-font-weight: bold;">Soldes</span></td></tr>
<tr>
<td style="x-cell-content-align: top;
               width: 77.55pt;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-left-style: Solid;
               border-left-color: #000000;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;
               border-left-width: 1px;"
     valign=top
     width=77.6pt>
<p style="margin-right: 12px;
               text-align: center;
               margin-left: 12px;" Align="center"><span lang=EN-GB
                              style="font-family: Tahoma;
                                        mso-ansi-language: EN-GB;
                                        mso-bidi-font-weight: bold;">F5</span></td>
<td style="x-cell-content-align: top;
               width: 12.0cm;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;"
     valign=top
     width=12cm>
<p style="margin-left: 15px; margin-right: 17px;"><span style="font-family: Tahoma; mso-bidi-font-weight: bold;">Remise
� blanc, une confirmation est demand�e</span></td></tr>
<tr>
<td style="x-cell-content-align: top;
               width: 77.55pt;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-left-style: Solid;
               border-left-color: #000000;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;
               border-left-width: 1px;"
     valign=top
     width=77.6pt>
<p style="margin-right: 12px;
               text-align: center;
               margin-left: 12px;" Align="center"><span style="font-family: Tahoma; mso-bidi-font-weight: bold;">F11</span></td>
<td style="x-cell-content-align: top;
               width: 12.0cm;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;"
     valign=top
     width=12cm>
<p style="margin-left: 15px; margin-right: 17px;"><span style="font-family: Tahoma; mso-bidi-font-weight: bold;">Infos
de base</span></td></tr>
<tr>
<td colspan=1
     rowspan=1
     style="x-cell-content-align: top;
               width: 77.55pt;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-left-style: Solid;
               border-left-color: #000000;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;
               border-left-width: 1px;"
     valign=top
     width=77.6pt>
<p style="margin-right: 12px;
               text-align: center;
               margin-left: 12px;" Align="center">F12</td>
<td colspan=1
     rowspan=1
     style="x-cell-content-align: top;
               width: 12.0cm;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;"
     valign=top
     width=12cm>
<p style="margin-left: 15px; margin-right: 17px;"><span style="mso-bidi-font-weight: bold;">Abandon.</span></td></tr>
<tr>
<td style="x-cell-content-align: top;
               width: 77.55pt;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-left-style: Solid;
               border-left-color: #000000;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;
               border-left-width: 1px;"
     valign=top
     width=77.6pt>
<p style="margin-right: 12px;
               text-align: center;
               margin-left: 12px;" Align="center"><span style="font-family: Tahoma; mso-bidi-font-weight: bold;">F13</span></td>
<td style="x-cell-content-align: top;
               width: 12.0cm;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;"
     valign=top
     width=12cm>
<p style="margin-left: 15px; margin-right: 17px;"><span style="font-family: Tahoma; mso-bidi-font-weight: bold;">Eclatement
analytique</span></td></tr>
<tr>
<td style="x-cell-content-align: top;
               width: 77.55pt;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-left-style: Solid;
               border-left-color: #000000;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;
               border-left-width: 1px;"
     valign=top
     width=77.6pt>
<p style="margin-right: 12px;
               text-align: center;
               margin-left: 12px;" Align="center"><span style="font-family: Tahoma; mso-bidi-font-weight: bold;">F14</span></td>
<td style="x-cell-content-align: top;
               width: 12.0cm;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;"
     valign=top
     width=12cm>
<p style="margin-left: 15px; margin-right: 17px;"><span style="font-family: Tahoma; mso-bidi-font-weight: bold;">Saisie
de facture d'achat sur abonnement</span></td></tr>
<tr>
<td style="x-cell-content-align: top;
               width: 77.55pt;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-left-style: Solid;
               border-left-color: #000000;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;
               border-left-width: 1px;"
     valign=top
     width=77.6pt>
<p style="margin-right: 12px;
               text-align: center;
               margin-left: 12px;" Align="center"><span style="font-family: Tahoma; mso-bidi-font-weight: bold;">F15</span></td>
<td style="x-cell-content-align: top;
               width: 12.0cm;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;"
     valign=top
     width=12cm>
<p style="margin-left: 15px; margin-right: 17px;"><span style="font-family: Tahoma; mso-bidi-font-weight: bold;">Copie
d'une ligne de saisie</span></td></tr>
<tr>
<td style="x-cell-content-align: top;
               width: 77.55pt;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-left-style: Solid;
               border-left-color: #000000;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;
               border-left-width: 1px;"
     valign=top
     width=77.6pt>
<p style="margin-right: 12px;
               text-align: center;
               margin-left: 12px;" Align="center"><span style="font-family: Tahoma; mso-bidi-font-weight: bold;">F16</span></td>
<td style="x-cell-content-align: top;
               width: 12.0cm;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;"
     valign=top
     width=12cm>
<p style="margin-left: 15px; margin-right: 17px;"><span style="font-family: Tahoma; mso-bidi-font-weight: bold;">Eclatement
tiers</span></td></tr>
<tr>
<td style="x-cell-content-align: top;
               width: 77.55pt;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-left-style: Solid;
               border-left-color: #000000;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;
               border-left-width: 1px;"
     valign=top
     width=77.6pt>
<p style="margin-right: 12px;
               text-align: center;
               margin-left: 12px;" Align="center"><span style="font-family: Tahoma; mso-bidi-font-weight: bold;">F18</span></td>
<td style="x-cell-content-align: top;
               width: 12.0cm;
               padding: 0cm 3.5pt 0cm 3.5pt;
               padding-left: 0px;
               padding-top: 0px;
               padding-right: 0px;
               padding-bottom: 0px;
               border-right-style: Solid;
               border-right-color: #000000;
               border-bottom-style: Solid;
               border-bottom-color: #000000;
               border-bottom-width: 1px;
               border-right-width: 1px;"
     valign=top
     width=12cm>
<p style="margin-left: 15px; margin-right: 17px;"><span style="mso-bidi-font-weight: bold;">Validation
et lettrage manuel (fonction $CGLMA ou $DELMA)</span></td></tr>
</table>
<p style="margin-left: 43px;"><b style="font-weight: bold; mso-bidi-font-weight: normal;"><span
style="font-family: Tahoma;"><![if !supportEmptyParas]> <![endif]></span></b></p>

Similar Messages

  • Clone stamp tool help / Nobody can help me!

    OK so here is my problem, i have been serching and posting this on every forum on adobe i can find, and still nobody can help me! Im getting so frustrated! Ok I'm editing this image and I would like to use the clone stamp tool to color something the same color as the sky. ( im trying to edit out trees ) but thats not my problem. here is my problem. I "option click" on the my desired color. with the clone stamp tool selected. Then the area im trying to color over, here is the strange part, There is a button that looks like this + and its taking random color sample and putting them in where im trying to color. if that makes sence. Please could somebody help me.

    zachgrzelak       
    Usually when using the clone stamp tool, you want Aligned Sample checked and if your using a tablet you probably want Tablet pressure controls size off (yours is on).
    Also you might try some of the Clone source overlay options in the Clone Source Panel which sometimes makes it easier to see what your going to clone.
    (Window>Clone Source)
    more on the clone stamp tool:
    http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-760aa.h tml
    http://help.adobe.com/en_US/photoshop/cs/using/WS72216C69-BDA7-4b6c-8922-5F4DF2A84AF7a.htm l
    MTSTUNER
    Message was edited by: MTSTUNER

  • TS4036 my last auto backup was on 10/8 talked to apple because I was not getting e-mail so we ended up resetting phone only got back contacts no pics or apps nobody can help me

    my last auto backup was on 10/8 talked to apple because I was not getting e-mail so we ended up resetting phone only got back contacts no pics or apps nobody can help me

    solved

  • TS2446 I've been trying to get into my apple account since Tuesday to do updates. I have tried everything. I have been on the phone with apple for hours at a time and nobody can help. Does anybody know what I can do.

    I've been trying to get into my apple account since Tuesday to do updates. I have tried everything. I have been on the phone with apple for hours at a time and nobody can help. Does anybody know what I can do.

    Try Resetting the PRAM

  • Unauthorised payments from itunes and nobody can help me

    itunes tried to take £14.98 from my account five times in a row on Saturday morning. What's odd is not only that I didn't make any of the purchases at the time they happened (although that is fundamentally wrong) but that the sum matches the last amount I spent at itunes and it seems to have happened at the same time as I was updating five apps on my itouch. I don't know if these are just huge coincidences or not.
    My bank caught the unusual activity and blocked my card after the third payment.
    In the meantime I managed to speak to someone in Dublin who can't help me with this as it's too sensitive (it seems her remit is to help reset passwords). In fact there is nobody I can speak to about something as important as having had unauthorised payments taken from my account. My only recourse has been to send Apple two messages through its hugely unhelpful online form. I was told I'd get a reply within 24 hours. As yet, nada.
    I'm stuck as to what to do. Nobody I speak to can help me. The person who responds to this online form seems to be away from his desk. I have a blocked card and itunes keeps telling me I owe it money as the payments my bank blocked are waiting for me.
    Anybody know of a way I can actually speak to someone at Apple about this?
    Is there such a thing as customer service at Apple?! Amusingly, this is something I'm writing about at the moment so I've turned into my own case study.
    I'm annoyed that I'm annoyed at Apple. I thought it was better than this.

    I also have this problem but I have recently had over £250 taken out in 20 different transactions in 2 days!!!!! My bank instantly refunded me and stopped my card but we are still awaiting to hear from Apple.  No way of contacting anyone at all just and email service in which no one has replied too!  This is appalling considering who they are.  I need info on what to do with regards to my account!

  • Can't access the Online Player, nobody can help

    I am at my wit's end.
    I am an Infinity customer, and all I want is access to the BT Sport Online Player.  This seems to baffle absolutely everybody at BT.
    I can't activate the player online, since it constantly gives me an error. Why you need everyone to manually activate a free service is beyond me.  Just do it for us.
    After a few days of this error I call up, and must answer the automated question.  I say "BT Sport".  This puts me through to the BT Sport (sales) team.  I did this on Sunday and the helpful agent said they'd add BT Sport to my account and I'd get a welcome e-mail within 15 minutes or at most 24hrs.
    It's now Tuesday and nothing is working still, so I call up again. Again I'm put through to the sales team because of the useless voice recognition system.  The guy says he can't help me at all being on the sales team, and gives me a new number.
    .... The new number goes to the exact same place; merely a robot asking me to state my problem.  I say "Technical Support" this time and am put through to an automated robot that tests my line and calls me back.  The tests are done (I assume) and I get the call back.  The robot says they can't solve my problem (without anybody asking what the problem was) so I'm put through to a human.
    This person is from the landline technical department and has nothing to do with BT Sport, so puts me through to someone else.   I don't know where this was, but they listen and seem to try to do something... but then just transfer me to someone else. This is, you guessed it, the BT Sport team!
    I explain to the guy that I've been passed around for ages and want this fixed, and he seems confident that he can.  After a few minutes of "looking into it" he puts me on hold. The hold music plays and I wait, before suddenly being put back into a "queue"....
    ... for 45 minjutes, and nobody answers. I hang up in anger.
    Enraged at this point, I call back to the BT Sport team.  The poor lady on the other end takes the brunt of my frustration but reiterates that they are just a sales team and can't help me at all.  She gives me the number for "tech support" which is just the same number I was given before (08001114567) that just goes to the voice thing again.  I explain this and she's very sorry but otherwise totally out of ideas.
    Can anyone tell me what to do here?  This is the most ridiculous experience I've ever had with customer service and I've no idea what to do.  I can't believe that it's so difficult for BT to just Activate my account for BT Sport so I can use the Online player.
    Solved!
    Go to Solution.

    No, it says I must activate it.  Which I try to do via the link, hit the checkbox confirming my account, but just get the same cryptic error over and over. It says this:
    There's been a technical error – but you can still place your order online.
    To order a Broadband and Calls package with optional TV, click here
    To add BT Vision to your existing BT broadband package, click here
    To order a new phone line, click here
    To switch your calls back to BT Click here
    Ref# CON-0113

  • Go to url action not working, and no tech can fix the issue?  hard to believe nobody can help....

    i attempt to write "navto://article name" and it gives a error 101 when i pre-view it on my testing ipad.  because of this i cannot send my folio to apple.  i have been on the phone with just about every tech in the call center, and nobody has been able to fix the problem.  they tell me they have "escalated" my issue to a "senior tech" and they will "call me within 24 hours".  this has benn going on for a month, and a senior rep has yet to call me.  i am embarrassed with my client who has been waiting patiently.
    who do i send my complaint to?
    when will my issue be resolved?
    why should i pay monthly subscription payments while i wait a month before a "senior tech" calls me back?
    dude, adobe, you really need to step your tech support up!  please because without a strong support team us designers/ developers would be unsuccessful!

    this is where i start.  each of these images is a button that goes to another article in the folio
    when i create a simple button(goto url) and instruct it to go to an article in the folio (navto://***) it doesnt open within the folio.  in fact, as you can see, the options "open in folio, open in device browser" are unselectable.
    i then get an error on my testing ipad through content viewer that i have an "invalid url"

  • Really?!  Nobody can help me?

    I am still getting the Third Party Midi Driver conflict message. I have tried everything. PLEASE!! HELP!!!

    You've probably tried this, but...
    Unplug your midi devices until the program has completely booted up, then plug them in. Works for me. Apparently both Mainstage and Logic are unstable if you fire midi messages at them when they're starting up.
    Mark

  • Nobody can help me? What is Foreign key indexes?

    We have doubt in definition of "Foreign Key Indexe",
    Please give us a clear definition.
    Thanks in advance
    Soheil

    We have doubt in definition of "Foreign Key Indexe",
    Please give us a clear definition.
    Thanks in advance
    Soheil

  • HT5577 plz who can help me

    you can help me plz

    Well no, nobody can help you unless you explain the problems you are having?

  • Hello, i lost my iphone5 32gb and i want to track it but the thing is that in my iphone5 i did not setup the find my iphone application :'( ...so, is there any option where i can track my phone or block it that nobody can use it..please help me out

    Hello, i lost my iphone5 32gb and i want to track it but the thing is that in my iphone5 i did not setup the find my iphone application :'( ...so, is there any option where i can track my phone or block it that nobody can use it..please help me out

    Unfortunately if you did not set up 'Find My iPhone', there is no way to remotely track or wipe the device.

  • Microphone of my iphone is not working when i call anyone nobody can listen but me, its working with headphone but its also working with videocam recording, please help me to solve this probelm.

    microphone of my iphone is not working when i call anyone nobody can listen me its working with headphone. but it is working with videocam recording, please help me to solve this probelm.

    Try this:
    1. Reset the iPhone by pressing and holding the sleep/wake and home buttons and releasing them, when the Apple logo appears on the display. Now test again.
    2. If the issue persists: Restore the iPhone without any of your own content, using this description from Apple: http://support.apple.com/kb/HT4137
    3. If the issue persists, Your iPhone need repair.

  • Help: nobody can hear me when i make a call only got i phone 4 today, can anyone help??

    only got i phone 4 today i made 1 call and sound was perfect 2nd call nobody can hear me but i can hear them can anyone help??

    Disregard the post from rossfromdallas. It's spam. As long as you didn't do something to damage the phone, whatever is wrong should be covered under warranty. Take it back to where you got it or make an appointment at your nearest Apple Store.
    But just in case....did you take off the plastic that covers the screen that the iPhone ships with?

  • Help, nobody can call me via my skype online numbe...

    Hello, Skype is working, I can call every one via my land line (online number) but nobody can call me. It gives the person who calls the 'busy' tone.
    Is there a setting that is wrongly set? 

    Have you tried this.
    First check that your privacy settings are set to ''Allow calls from anyone''.
    Then change them to "Allow SkypeIn calls from Only people from my Contacts List".
    Save and wait for 5 minutes.
    Log out from your Skype account and log back in.
    Change settings back to "Allow calls from Anyone".
    Save and wait for 5 minutes.
    Log out from your Skype account and log back in.
    If you found a post useful, please give Kudos. If it helped to fix your issue, mark it as a solution to help others.
    Thank You!

  • My iPhone 4 was stolen, how do i lock it permanently using a serial number for instance so nobody can use it or access my personal information, knowing that the thief knows my personal passcode.. Please help, Thanx

    My iPhone 4 was stolen, how do i lock it permanently using a serial number for instance so nobody can use it or access my personal information, knowing that the thief knows my personal passcode.. Please help, Thanx

    You cannot lock it by the serial number. Report it to your carrier and the police. You said that the thief knows your pass code. Does that mean that the thief was a personal friend who would be close enough to you to know what your code was? If that is the case, ask your friend to return your phone.

Maybe you are looking for

  • How do i fix sound font fail for audigy 2

    all of the suddon my sound stopped working and my diagnostics say sound font fail. how do i fix this problem?

  • Function module searched: Data extraction from BW to R/3?

    Hello everybody, has anyboday any idea on which function module or function group could be used for data extraction from BW to R/3?I have seen some threads,and found the function group RSAX which is actually for extraction from R/3 to BW,is it also s

  • IAS 9i, JAAS and Proxy Authentication

    Hi I'm trying to use proxy authentication for a web application hosted on IAS. The 'Oracle 9i Application Server Security guide' states that proxy authentication is supported using JDBC, but I can't find instructions on how to use this approach. Is t

  • Errors burning DVD disks

    My drive has worked faultlessly since I got the PowerMac and continues to do so for CDR's however I tried to backup around 1.5Gb recently and got and error. I have also had an error burning an ISO image. The error seems to occur arouns a third of the

  • Bookmarks bar is hidden by add-on manager

    I followed the advice of one of the answers to [[https://support.mozilla.com/en-US/questions/795452 this question]] and edited userchrome.css to move my bookmark toolbar above the tab bar. Now however, opening the add-on manager hides the relocated b