BlackBerry Smartphones "BOLD" Trackball died - only movement left/right

Six days old and everything suddenly while using the calculator the trackball died - only move left or right, not upwards or downwards.  Tried the deactivation/activation, then outgoing/incoming battery and reboot.  No luck - e-mails arrive but cannot scroll down to retrieve or read (or delete).  Cannot scroll to place calls.

Read this please

http://www.BlackBerry.com/BTSC/dynamickc.do?externalId=KB14168&sliceId=SAL_Public&command=show&forwa...

Tags: BlackBerry Smartphones

Similar Questions

  • XY LineChart move left/right

    In the code below that line can be moved (dragged) left / right side of the left mouse click and drag
    import javafx.application.Application; 
    import javafx.beans.property.SimpleDoubleProperty; 
    import javafx.event.EventHandler;  
    import javafx.scene.chart.NumberAxis; 
    import javafx.scene.chart.XYChart; 
    import javafx.stage.Stage; 
    import javafx.scene.Scene; 
    import javafx.scene.chart.LineChart; 
    import javafx.scene.input.MouseEvent; 
    import javafx.scene.layout.BorderPane; 
    
    public class XYMove extends Application {
    
    BorderPane pane; 
    XYChart.Series series1 = new XYChart.Series(); 
    
    SimpleDoubleProperty rectinitX = new SimpleDoubleProperty(); 
    SimpleDoubleProperty rectX = new SimpleDoubleProperty(); 
    SimpleDoubleProperty rectY = new SimpleDoubleProperty(); 
    
    @Override 
    public void start(Stage stage) { 
    
    final NumberAxis xAxis = new NumberAxis(4, 16, 1); 
    final NumberAxis yAxis = new NumberAxis(0.53000, 0.53910, 0.0005); 
    
    xAxis.setAnimated(false);
    yAxis.setAnimated(false);
    
    yAxis.setTickLabelFormatter(new NumberAxis.DefaultFormatter(yAxis) { 
    
        @Override 
        public String toString(Number object) { 
            return String.format("%7.5f", object); 
        } 
    }); 
    
    final LineChart<Number, Number> lineChart = new LineChart<Number, Number>(xAxis, yAxis); 
    
    lineChart.setCreateSymbols(false); 
    lineChart.setAlternativeRowFillVisible(false); 
    lineChart.setAnimated(false); 
    lineChart.setLegendVisible(false);
    
    series1.getData().add(new XYChart.Data(1, 0.53185)); 
    series1.getData().add(new XYChart.Data(2, 0.532235)); 
    series1.getData().add(new XYChart.Data(3, 0.53234)); 
    series1.getData().add(new XYChart.Data(4, 0.538765)); 
    series1.getData().add(new XYChart.Data(5, 0.53442)); 
    series1.getData().add(new XYChart.Data(6, 0.534658)); 
    series1.getData().add(new XYChart.Data(7, 0.53023)); 
    series1.getData().add(new XYChart.Data(8, 0.53001)); 
    series1.getData().add(new XYChart.Data(9, 0.53589)); 
    series1.getData().add(new XYChart.Data(10, 0.53476));
    series1.getData().add(new XYChart.Data(11, 0.53023)); 
    series1.getData().add(new XYChart.Data(12, 0.53001)); 
    series1.getData().add(new XYChart.Data(13, 0.53589)); 
    series1.getData().add(new XYChart.Data(14, 0.53476)); 
    
    pane = new BorderPane(); 
    pane.setCenter(lineChart); 
    Scene scene = new Scene(pane, 800, 600); 
    lineChart.getData().addAll(series1); 
    
    stage.setScene(scene);         
    
    scene.setOnMouseClicked(mouseHandler); 
    scene.setOnMouseDragged(mouseHandler); 
    scene.setOnMouseEntered(mouseHandler); 
    scene.setOnMouseExited(mouseHandler); 
    scene.setOnMouseMoved(mouseHandler); 
    scene.setOnMousePressed(mouseHandler); 
    scene.setOnMouseReleased(mouseHandler); 
    stage.show();
    } 
    
    EventHandler<MouseEvent> mouseHandler = new EventHandler<MouseEvent>() { 
    
    @Override 
    public void handle(MouseEvent mouseEvent) { 
    
        if (mouseEvent.getEventType() == MouseEvent.MOUSE_PRESSED) {             
            rectinitX.set(mouseEvent.getX()); 
        } 
        else if (mouseEvent.getEventType() == MouseEvent.MOUSE_DRAGGED || mouseEvent.getEventType() == MouseEvent.MOUSE_MOVED) { 
            LineChart<Number, Number> lineChart = (LineChart<Number, Number>) pane.getCenter(); 
            NumberAxis xAxis = (NumberAxis) lineChart.getXAxis(); 
    
            double Tgap = xAxis.getWidth()/(xAxis.getUpperBound() - xAxis.getLowerBound()); 
            double newXlower=xAxis.getLowerBound(), newXupper=xAxis.getUpperBound();             
            double Delta=0.3;
            
            if(mouseEvent.getEventType() == MouseEvent.MOUSE_DRAGGED){
            if(rectinitX.get() < mouseEvent.getX()){    
                newXlower=xAxis.getLowerBound()-Delta;
                newXupper=xAxis.getUpperBound()-Delta;
            }
        else if(rectinitX.get() > mouseEvent.getX()){    
                newXlower=xAxis.getLowerBound()+Delta;
                newXupper=xAxis.getUpperBound()+Delta;
            }    
            xAxis.setLowerBound( newXlower ); 
            xAxis.setUpperBound( newXupper );                        
            }                                        
            rectinitX.set(mouseEvent.getX());                                 
         } 
      } 
    }; 
        public static void main(String[] args) {
            launch(args);
        }
    }
    My question is: how to modify this code so to stop this movement left / right when the X value is == 0 (no need to strengthen negative X values) and X == end value for NumberAxis? (in this case is 16).
    final NumberAxis xAxis = new NumberAxis(4, 16, 1);
    Thank you all

    Just change to this part:

     if (rectinitX.get() < mouseEvent.getX() && newXlower >= 0) {
          newXlower = xAxis.getLowerBound() - Delta;
          newXupper = xAxis.getUpperBound() - Delta;
     } else if (rectinitX.get() > mouseEvent.getX() && newXupper <= 16) {
          newXlower = xAxis.getLowerBound() + Delta;
          newXupper = xAxis.getUpperBound() + Delta;
    }
    

    I just added: * & newXlower > = 0 * and * & newXupper<=>

    Published by: 981077 on January 14, 2013 06:47

  • BlackBerry Smartphones "BOLD" falls down too often

    Hello

    I had this problem for some time. I don't remember if my phone used to hang when I bought first, but I think that this problem came later that I started using it.

    My OS version is: v5.0.0.400 (I think it was later) and platform (5.1.0.110)

    I noticed that my phone often crash when I use the browser on the phone, ex: while on facebook, it crashes just randomly and also when I use the facebook for blackberry application. It's only when I play these two tasks that my phone freezes. My phone carrier is SFR (france). When I say it crashes, I mean it hangs for one or two seconds, the screen turns white and then followed by the light. then it just restarts.

    Memory status:

    FreeSpace: 75.8 MB

    MediaCard freespace: 1.7 GB. (don't have a lot of things on my phone, I made also the memory thing cleaning but it did not help).

    I read through other similar forums but couldn't find a solution. I also tried to uninstall the fb app but the browser of the problem still there. Also it does not matter if my wifi is enabled or disabled, the phone falls down again.

    Someone could suggest a solution to this, and also why this happens only with the browser and fb app?

    First of all, this isn't the latest version of the operating system for the 9700. I know you can get OS 6, if you wish. Don't know if your carrier offers it yet or not, but many are.

    I'm going to guess that the particular operating system you are using has a problem. Try to get a new one and installing it.

  • BlackBerry Smartphones "BOLD" reboot that it self

    Hello

    I have a hard time with my "BOLD", which has only 6 month... for the last 3 months it has began to restart it self... in the beginning was only once or twice a week... now it's 5 times a day!

    I update the software regularly from the blackberrys site but still no luck...

    does anyone have a solution to this problem?

    Thank you!

    I think I found a solution to my prob...

    I wipe the "BOLD" 2 days ago and he returned to the initial condition that I had bought i. then I restored it, through the backup of the file that I created, all my data.

    yesterday that is restarting only once... compared to 5 times a day... I think it's ok!

    I hope it will stay like this...

  • BlackBerry smartphone Bold 9900 - shows new messages only

    Hello

    I have a Blackberry Bold 9900. I'm new to Blackberry but find quite intuitive except that I'm not able to fix this little glitch. On my phone, I get new notifications of e-mail and I can see the e-mails from the notification at the top bar. However, when I go to the messages folder, I don't see any emails. New unread emails or existing emails. I can say I am connected to the Enterprise Server because I get new e-mail messages (can see them through notification), I can send emails and they delivered, but just nothing shows in the Messages. All this shows it's missed calls.

    I can search for addresses of email from AddressBook and calendar synchronize / displays very well. Some emails are a problem.

    Any help is very appreciated.

    Care phone below, let me know if I'm missing something!

    Free memory = 172,288,730 bytes

    v7.1.0.694 platform 5.1.0.507

    The kernel v3.8.7.1 encryption

    Free applications storage space 164.3 MB

    Integrated multimedia storage

    Total 6 GB without 5.7 en

    Thank you!

    Administration team checks thereon. However, it's funny that calendar synchronizes and shows ok. I am able to send emails. I am able to read new messages in notifications only, but not to messages folder. I tried power market several times without success.

    BUT - earlier I removed the battery and put it again and voila! the emails are all here now! I read this somewhere on the internet, but he also said that in a day or two it goes back to the new symptom. I have my emails at the moment and let's see what happens over the next few days. If the problem does not again surface I'll close this thread mark resolved. In the meantime, get more answers.

    It def seems to be a glitch in Messages app because it's where the emails don't appear - rest everything works.

    Thanks for your advice!

  • BlackBerry Smartphone Bold 9700 - email through wifi only possible?

    I hope I can explain clearly enough the problem to get an answer!

    I've recycled from 9700 to my daughter and use the Z10 now.  I put minutes it on a basic plan which includes voice, text and BBM, but no "data from the Internet.

    I would like to set up a gmail account on the phone who might have access in wifi coverage areas.  Of course, the phone won't let me, and I guess that means that the functional BBM is not an indicator that BIS is enabled.  Now the Z10 no longer requires the BIS or BES to work, I was hoping there was a way to access gmail without using the browser without hope, even if it meant that she would only 'real' mail service in wifi areas.  I remember that Google had an app of any kind at the same time - don't know if that helps or is even available now (do not suspect).

    Another possible twist for this... we have BES current Lite to run at the office.  I had previously been connected with this phone (before he completely wipe) and I think that address public IP of the office is that my phone was given when you navigate on the ' net.  Which makes me wonder if the activation of the phone on the BES server again would allow me access to gmail via wifi?  Or is BES/BIS on the phone account * with the cell provider *, an absolute necessity even if wifi is the only planned to connect?

    Hello

    You are right in your assumption - the features of BBM do not necessarily indicate that anything else needs to be functional (e.g., email). There are several different levels of BIS, with many different combinations of services included - all controlled by the specific plan to which you subscribe with your provider. So, you should ask them what services you can expect to work on the 9700, given the plan that you have purchased from them.

    Google did indeed have an app... and I'm not sure if it exists as well. I know that he was not available for levels of OS 'later' (for example, I think that it worked on OS5, but perhaps not on 6 or 7).

    I'm also not sure about your specific operating unit/system level can provide internet access via WiFi only... some can, some can't. Of course, the best way is to try and see what happens.

    Brock-n says:

    Another possible twist for this... we have BES current Lite to run at the office.  I had previously been connected with this phone (before he completely wipe) and I think that address public IP of the office is that my phone was given when you navigate on the ' net.  Which makes me wonder if the activation of the phone on the BES server again would allow me access to gmail via wifi?  Or is BES/BIS on the phone account * with the cell provider *, an absolute necessity even if wifi is the only planned to connect?

    I think that the use of any BES requires a data plan of the carrier, regardless of the track between the device and the server (by example, carrier data network rather than WiFi). The difference is that with BES - X (if all goes well, that's what you mean by "BES Lite" you only need a BIS-level plan, but for full BES, you must have a full BES data plan.)

    I hope this helps!

  • BlackBerry Smartphones Media Manager works only with "BOLD"

    I installed the Desktop Manager 4.6 v software, but Media Manager is greyed out and cannot be used. Any ideas?

    Your Media Manager is gray as your Desktop Manager 4.6 installed is a version non-mediamanager. You can download the media manager versioon from here. Download Desktop Manager 4.6.0 B15 multilingual - with Media Manager or Director of bureau 4.6.0 English B15 - with Media Manager

  • BlackBerry smartphones "BOLD" problem Calendar Sync with PocketMac and Desktop Manager 4.6

    # The RIM case: 5499753

    I have 4 email addresses attached to my BB "BOLD".
    When I go into Options / Advanced / Default Services / calendar, I have 4 entries (all e-mail addresses).

    If I go to calendar, Options, there are all of an additional entry in "Default device" 4 as well as e-mail addresses.

    Regarding the calendar by address entries, it is divided as follows:

    Email 1) 1
    E-mail 2) 0
    Email 3) 50
    Default device) 38
    Email 5) 0

    When I try to synchronize, the desktop software sees only the #3 email that is my rogers.blackberry.net with 50 entries and sync in Outlook, resulting in a loss of events in my Outlook on my desktop. All events are still in bold.

    I can not also move all the elements of the default device and assign it to the category E-mail no. 3, which reduced from 38 to 37 and from 50 to 51.
    Once you have received an entry on the device, you cannot change the e-mail addresses associated with the event.

    Removing the servicebooks (CICAL all) the default device entry has the combined entries.

    Once the service books are sent to the device, it then splits them again.

    This seems to be a problem with the Blackberry "BOLD" operating system, or a problem of service book (since when CICAL service books are deleted, calendar entries all combine for peripheral list by default.)

    This also happens on WinXP with 4.6 DM, is not platform specific.

    OS: 4.6.0.125 & 4.6.0.134 tempted.  Both have the same result.

    Just got off the phone with RIM support.

    Here is the procedure:

    All backup data

    Do a thorough cleaning (Options, Security Options, General settings)

    Content compression set to disabled

    Save the settings

    Return to the General settings, Blackberry press button and wipe Handheld.

    Load DM and go to the backup/restore, advanced.

    Load your backup file.

    Restore only the peripheral calendar (drag the calendar on the right)

    You should be able to see in the calendar options, device default calendar with all the entries.

    Synchronize in Outlook.

    At this point, you should have all your entries in Outlook.

    Hard Reset (press left ALT + SHIFT RIGHT + DELETE and hold the button until it restarts the device)

    Go to the website of your provider BIS and remove all the entries that you want as the default calendar.

    Set the date and time on the device.

    Turn on the wireless Radio

    Return Service directories from the BIS website.

    Go to Options, advanced, default Services.

    Set default CICAL (this should be the one you really want to like the calendar by default and the only one on the device).

    Set the default CMIME if necessary.

    Add the e-mail addresses that you deleted on the BIS website.

    Return service directories.

    You should have all your e-mail addresses and no. peripheral in your calendar, by default.

    All entries in the calendar should be associated with the address you chose as the default value.

    Resync using DM.

    Note - PocketMac 4.1.25 is not supported with the "BOLD".

    This creates blockages and major sync issues.

    I have run this procedure from a computer running Windows XP with Office 2003.

  • BlackBerry smartphone Bold 9900 questions - address book, BBM, and App World

    I have problems with my Bold 9900.  My phone is less than a year and now I can't open my address book.  The phone freezes and I have to take out the battery to restart.  At the same time, my BBM and App World leave works as well.  I can't access an application.

    I tried to restore the operating system with no luck.

    Any other suggestions?

    Hello and welcome to the community!

    jrw577 wrote:

    I tried to restore the operating system with no luck.

    Exactly as you wrote, there is no such capacity... you can "restore" data, but you can only "recharge" your operating system... so, I would recommend that you attempt to reload your OS and perhaps update. Here are a few tips.

    At the top of each forum device, there should be some 'sticky' threads dealing with the level of the OS available for many models. If they understand your model, please use those as a reference as you go along. Otherwise, you will have to dig through the download portal official for packages of OS for your model:

    From a PC, you can install any compatible OS package (for example, for your BB model exact number) of a BB via this procedure:

    Note Although written to "recharge" and the storm, it can be used to upgrade, downgrade or recharge any BB device model - depends on the operating system package you download and install on your PC. If this OS package comes from one carrier other carrier for which your BB was built, then remove, on your PC, all copies of the SELLER. XML... There will be at least one and maybe 2, and they will be located in the same way or to (it changes based on your version of Windows) these files:

    • C:\Program Files (x 86) \Common Files\Research In Motion\AppLoader
    • C:\Users\(your Windows username) \AppData\Roaming\Research In Motion\BlackBerry\Loader XML

    Don't forget that you remove, since your PC, any other BB OS devices as packages with more than one installed on the PC can cause conflicts with this procedure.

    You can also study the use of BBSAK (bbsak.org) to perform the wipe what he is capable.

    You can also try this procedure might limit the specific causal element:

    1. Load your OS "bare bones"... If everything is optional, do not install it.
    2. If the behavior is immediately, then try another OS with step 1
    3. If the behavior does not immediately, then run for as long as necessary to make you to be sure that the behavior will not occur.
    4. Add one more thing - no matter how tempting, one.
    5. If the behavior does not immediately present, and then runs for long enough to be sure he won't have the same problem
    6. Repeat steps 4 and 5 until all things are responsible or the behavior presents

    When the behavior shows up, you know the culprit... the last thing you have loaded.

    If the behavior doesn't re-present, then you know that step 1 or 2 cured it.

    If the behavior has anything, then you have probably a problem of material level for which no amount of OS or software can heal.

    If you are on a MAC, you are limited to only your sanctioned carriers OS packages... but can still use any level they currently have to sanction. See this procedure:

    • KB19915 How to perform a clean reload of the smartphone BlackBerry using BlackBerry Desktop Software application software

    Good luck and let us know!

  • BlackBerry Smartphones "BOLD" random Crash

    Hi all

    I just got my "BOLD" to the Indonesian market by the telcom provider Indosat. However, my phone has been randomly to crush and closing. This happens twice while I was on the phone talking and once while the phone was left on the table. I read on the forum on the update of software for "BOLD" for Rogers. Is - that applicable for the rest of the suppliers in the world? My "BOLD" is running BlackBerry 9000 Smartphone (3 G, Wi - Fi) v4.6.0.125 (Platform 4.0.0.134). Any advice? Thank you.

    Yes, the software update is certainly applicable to you as well.

    Follow the instructions I wrote here:

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=bold&thread.ID=2120

    Just be sure to delete the vendor.xml file before step 6, and you should be fine with the upgrade! =)

  • BlackBerry Smartphone Bold 9790 problem! Need help

    So almost a year ago, I bought a 9790 "BOLD" of Blackberry. The last two months it should automatically restart all the time. Overtime, it would get worse and worse. He would get to the point where, whenever I would call or send a message, it would be turned off. Yesterday, it was on the morning and off around 9. He lit once around 11, then it does not turn on the rest of the day. I have notes on my phone that are very important to me, and it no longer turns. Sometimes things would turn that plugged while, but once disconnected, it would be turned off. Now, plugged or not it lights. Sometimes the red lights, as it usually did when it restarts on its own. I tried to unplug battery and tried different ways to make it work, just long enough to send the notes which are important for me, for my email or something.

    I need help make at least on for a couple of minutes, or in order to get my notes in a safe spot.
    The notes are saved on my SD card? In which case I could just take off and get them?
    Please help me

    Have you tried to replace the battery?

    Only the media (pictures, videos, etc.) are stored on the SD card. Everything is stored on the device. That's why you should make backups using Desktop software and/or activate BB Protect.

  • BlackBerry Smartphones "BOLD" not wanting to do what I tell him

    first... Yes this is my first post and im asking for help...    I want to thank everyone who cares to take their time to offer me, some random, a bit of advice

    I have a "BOLD"

    try to connect to a vista pc

    I was not able to get the "BOLD" for a synchronization with the Office Manager, but I was able to get the vista machine to recognize the device... and were able to move files from pc to "BOLD".

    but now I have a video recorded on my "BOLD" I want to put on my PC...   But now, I just realised that nothing ive photos or video taken with the show "BOLD" upward on the pc... I can see the things I put on the "BOLD" with the pc.

    I just deleted my Office Manager... and installed Blackberry USB and Modem ENG (DM4.6, B13) drivers

    I am looking for my office installation disk so I can try to reinstall the Manager... but all I really want is to be able to see my "BOLD" photos and videos on my pc

    Check the below motion picture. It shows how to explore the memory of the device.

  • BlackBerry smartphone Bold 9900 Email send receives no help

    Recently, I went to the Pearl of BlackBerry to BlackBerry Bold 9900.  I could send and receive emails without any problems on my Pearl, but since I switched phones I can receive only email (Outlook) on the "BOLD"; There are not sent.  If I try to send, I get a red x.  The State of the message says: Transaction error: failure in service.  I tried to troubleshoot using the help option, but it may as well have been written in Greek.  I'm not very tech savy.  If anyone can guide me through the resolution of this problem I would be very happy.  It's very frustrating to have to answer all the time on a computer. Thank you!!!

    Gotcha.  Try this... can you remove e-mail accounts using e-mail configuration and add them on the mobile site?

    Since the device, go to mobile.blackberry.com
    Scroll to connect and click Send.
    Click on join now for the e-mail service you want to add and see if it works.

  • BlackBerry Smartphones "BOLD" Bluetooth NOT pairing with Handsfree Kit

    Hi all

    Well come back.

    I went to the specialist of the car this afternoon, asking their guy 'tech' why "BOLD" bluetooth not working do not with my Audi A5.

    I will not repeat what he said, it was not very complimentary on Blackberry / RIM garbage bluetooth technology.

    I don't understand why RIM or anyone ever tested the product before embarking on the market.

    With most financial customer to disappear more quickly the 'quantitative easing' maybe, Blackberry Blackberry / RIM could start watching after the "little people".

    I only get about 150 aircraft for my business.

    I need to be sure that these things work for the team on the road, make calls legally and safely.

    I wonder if someone to Blackberry /RIM works at the weekend or surfing the net and maybe mind to see what customers say about their product?

    If it were my company, she at least send an apology immediately and advise that they would air in it right away.

    Always cut.

    Andy

    Fortunately, I've now solved the problem...

    I've had an Iphone instead. Works superbly.

    BlackBerry? More like a costly Raspberry. Time & money I lost!

  • BlackBerry Smartphones "BOLD" battery draining - overheating problems

    Hi all

    I'm new here I have BlackBerry for almost 2 years (curve 3000) and I was really happy with it (no problems) then I bought "BOLD" Saturday and has exhausted the battery - overheating problems! I downloaded the new software from T-Mobile Croatia site (they have one last but which did not help) after recharging and stay all night, he went flat within 6-7 hours so I went today (Monday) and they swapped the device for me, now I'm waiting to see what will happen. I have 4 questions:

    1 can I download new software version of the device from the BlackBerry site that even I bought in Croatia from T-Mobile and which will have consequences on the device? If yes what are they?

    2. what causes this battery drain - overheating problems and how they can be stopped?

    3. is Facebook app in conflict with "BOLD"? Yes I have it on mine.

    4 are all the other apps in conflict with it, i.e. Windows Live Messenger because I have too much that one on it?

    Thanks in advance!

    1. no consequence... the latest version of the "BOLD" OS device is located here:

    http://www.BlackBerryForums.com/General-9000-series-discussion-bold/194263-OS-9000-bold-4-6-0-477-4-...

    2 could be a number of issues, several. You have 3G enabled on your "BOLD", on the one hand, (manage connections > Mobile Network Options?, and you have a 3 G with Tmobile Croatia network?) I know not flippant, you could ask that. If your device is constantly looking for a 3 G network and not finding what will cause the big battery drain.

    Check your applications running in the background. There are usually four or five applications that will be always running (Messages, Call Logs/phone, BlackBerry Messenger, home screen and the browser; there are others such as BeamBerry and alarms which will run also). Ensure that the browser is NOT on an active Web page (must return the bookmarks page only). Close all other applications that do not need to be running (the camera or a game you were playing or Google Maps).

    3 No.The FB app is developed by RIM.

    4. What do you mean 'in conflict '?

    Read this on your battery and load:

    http://www.blackberrynews.com/2008/05/20/battery-use-tips-for-your-maximum-battery-life/

Maybe you are looking for

  • OfficeJet 8620: Print borderless 4 x 6 w / Officejet 8620

    Hello world: I am trying to achieve prints of an older version of Photoshop on 4 x 6 HP Advanced Photo Paper using an Officejet 8620. I am running El Capitan on a Mac. I get a small border around the edges. I set up a custom page size with an unprint

  • my iphone does not I want to change it

    my phone I stop work from6 6 months ago I tried meny things and does not and ii asked apple care thay told me that his good change for 5000 l.e so I asked apple care in daubi and told me that his change of 1800 d.h so I do not have yseying it is bad

  • Vista valid, but still "not authentic".

    I recently received a message after starting to validate our copy of vista professional.  He validated successfully, but the message "not authentic" is displayed in the lower right. We have activated and validated months ago, so it is a validation. T

  • ANY update for Silverlight will fail: it will download but not install

    I have Windows 7 Edition Vista Home Premium; and noted that for several years ANY update for Silverlight will fail: it will download but not install. I understand that a seller of windows is not installed, looks like mine done in ' 05.There is someth

  • How can we check if our device is in flight/airplane mode?

    Hi all Is there a way we can only detect/check when our device is in flight mode? TIA