See navigation in folders when you use Save as

I'm working on a video project that involves the resizing of photos of varrying to a standard video resolution size. I created a new document with a predefined format of video file and I am doing drag and drop files to their folder in the open document, their sizing, adjustments of color and then saving the .psd file in the folder they belong. The problem is that I have more of 50 directories and when I do save as I need to get out the last directory used and scroll down the list to get in the right directory to save the image in the appropriate folder.

Is there a way to display the same navigation panel folder in Photoshop that you see in a standard Explorer window? This would allow me to move directories with a single click instead of having to regularize, scroll down and then select the following folder.

I use Windows as my operating system.

No, the PS only uses simplified file dialog boxes. There is no way to change this.

Mylenium

Tags: Photoshop

Similar Questions

  • How to change folder name by default when you use save for Web in java script?

    Hello everyone, hope you can help me.


    Photoshop has a folder name by default of images When you export using slices Save for Web . I need to change this folder name.

    How to change folder name by default when you use save for Web in java script?

    Thanks in advance!


    1325ACD7-9C89-4D20-A6BF-E9EE8B7A1D27.png

    QQ20150923-1@2x.png


    JJMack Chuck Uebele Nicolas Ribot SuperMerlin

    You can try with scriptlistener to record the code. Change to the last line of the NO to ALL dialog boxes, so that the dialog - if you wish. There are two places in the code to save the files: one where is actually saved the file, and the other where the default value is file. I have seen it changed something with it. So, you can simply use the first listing of a path in the code below.

    #target photoshop
    
    var idExpr = charIDToTypeID( "Expr" );
        var desc19 = new ActionDescriptor();
        var idUsng = charIDToTypeID( "Usng" );
            var desc20 = new ActionDescriptor();
            var idOp = charIDToTypeID( "Op  " );
            var idSWOp = charIDToTypeID( "SWOp" );
            var idOpSa = charIDToTypeID( "OpSa" );
            desc20.putEnumerated( idOp, idSWOp, idOpSa );
            var idDIDr = charIDToTypeID( "DIDr" );
            desc20.putBoolean( idDIDr, true );
            var idIn = charIDToTypeID( "In  " );
            desc20.putPath( idIn, new File( "C:\\Users\\csuebele\\Pictures\\LR shortcuts" ) );//Here's where it actually saves
            var idFmt = charIDToTypeID( "Fmt " );
            var idIRFm = charIDToTypeID( "IRFm" );
            var idPNtwofour = charIDToTypeID( "PN24" );
            desc20.putEnumerated( idFmt, idIRFm, idPNtwofour );
            var idIntr = charIDToTypeID( "Intr" );
            desc20.putBoolean( idIntr, false );
            var idTrns = charIDToTypeID( "Trns" );
            desc20.putBoolean( idTrns, true );
            var idMtt = charIDToTypeID( "Mtt " );
            desc20.putBoolean( idMtt, true );
            var idEICC = charIDToTypeID( "EICC" );
            desc20.putBoolean( idEICC, false );
            var idMttR = charIDToTypeID( "MttR" );
            desc20.putInteger( idMttR, 255 );
            var idMttG = charIDToTypeID( "MttG" );
            desc20.putInteger( idMttG, 255 );
            var idMttB = charIDToTypeID( "MttB" );
            desc20.putInteger( idMttB, 255 );
            var idSHTM = charIDToTypeID( "SHTM" );
            desc20.putBoolean( idSHTM, false );
            var idSImg = charIDToTypeID( "SImg" );
            desc20.putBoolean( idSImg, true );
            var idSWsl = charIDToTypeID( "SWsl" );
            var idSTsl = charIDToTypeID( "STsl" );
            var idSLAl = charIDToTypeID( "SLAl" );
            desc20.putEnumerated( idSWsl, idSTsl, idSLAl );
            var idSWch = charIDToTypeID( "SWch" );
            var idSTch = charIDToTypeID( "STch" );
            var idCHsR = charIDToTypeID( "CHsR" );
            desc20.putEnumerated( idSWch, idSTch, idCHsR );
            var idSWmd = charIDToTypeID( "SWmd" );
            var idSTmd = charIDToTypeID( "STmd" );
            var idMDCC = charIDToTypeID( "MDCC" );
            desc20.putEnumerated( idSWmd, idSTmd, idMDCC );
            var idohXH = charIDToTypeID( "ohXH" );
            desc20.putBoolean( idohXH, false );
            var idohIC = charIDToTypeID( "ohIC" );
            desc20.putBoolean( idohIC, true );
            var idohAA = charIDToTypeID( "ohAA" );
            desc20.putBoolean( idohAA, true );
            var idohQA = charIDToTypeID( "ohQA" );
            desc20.putBoolean( idohQA, true );
            var idohCA = charIDToTypeID( "ohCA" );
            desc20.putBoolean( idohCA, false );
            var idohIZ = charIDToTypeID( "ohIZ" );
            desc20.putBoolean( idohIZ, true );
            var idohTC = charIDToTypeID( "ohTC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohTC, idSToc, idOCzerothree );
            var idohAC = charIDToTypeID( "ohAC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohAC, idSToc, idOCzerothree );
            var idohIn = charIDToTypeID( "ohIn" );
            desc20.putInteger( idohIn, -1 );
            var idohLE = charIDToTypeID( "ohLE" );
            var idSTle = charIDToTypeID( "STle" );
            var idLEzerothree = charIDToTypeID( "LE03" );
            desc20.putEnumerated( idohLE, idSTle, idLEzerothree );
            var idohEn = charIDToTypeID( "ohEn" );
            var idSTen = charIDToTypeID( "STen" );
            var idENzerozero = charIDToTypeID( "EN00" );
            desc20.putEnumerated( idohEn, idSTen, idENzerozero );
            var idolCS = charIDToTypeID( "olCS" );
            desc20.putBoolean( idolCS, false );
            var idolEC = charIDToTypeID( "olEC" );
            var idSTst = charIDToTypeID( "STst" );
            var idSTzerozero = charIDToTypeID( "ST00" );
            desc20.putEnumerated( idolEC, idSTst, idSTzerozero );
            var idolWH = charIDToTypeID( "olWH" );
            var idSTwh = charIDToTypeID( "STwh" );
            var idWHzeroone = charIDToTypeID( "WH01" );
            desc20.putEnumerated( idolWH, idSTwh, idWHzeroone );
            var idolSV = charIDToTypeID( "olSV" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSV, idSTsp, idSPzerofour );
            var idolSH = charIDToTypeID( "olSH" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSH, idSTsp, idSPzerofour );
            var idolNC = charIDToTypeID( "olNC" );
                var list4 = new ActionList();
                    var desc21 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerozero = charIDToTypeID( "NC00" );
                    desc21.putEnumerated( idncTp, idSTnc, idNCzerozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc21 );
                    var desc22 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc22.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc22 );
                    var desc23 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwoeight = charIDToTypeID( "NC28" );
                    desc23.putEnumerated( idncTp, idSTnc, idNCtwoeight );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc23 );
                    var desc24 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc24.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc24 );
                    var desc25 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc25.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc25 );
                    var desc26 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc26.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc26 );
            desc20.putList( idolNC, list4 );
            var idobIA = charIDToTypeID( "obIA" );
            desc20.putBoolean( idobIA, false );
            var idobIP = charIDToTypeID( "obIP" );
            desc20.putString( idobIP, """""" );
            var idobCS = charIDToTypeID( "obCS" );
            var idSTcs = charIDToTypeID( "STcs" );
            var idCSzeroone = charIDToTypeID( "CS01" );
            desc20.putEnumerated( idobCS, idSTcs, idCSzeroone );
            var idovNC = charIDToTypeID( "ovNC" );
                var list5 = new ActionList();
                    var desc27 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzeroone = charIDToTypeID( "NC01" );
                    desc27.putEnumerated( idncTp, idSTnc, idNCzeroone );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc27 );
                    var desc28 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwozero = charIDToTypeID( "NC20" );
                    desc28.putEnumerated( idncTp, idSTnc, idNCtwozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc28 );
                    var desc29 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerotwo = charIDToTypeID( "NC02" );
                    desc29.putEnumerated( idncTp, idSTnc, idNCzerotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc29 );
                    var desc30 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc30.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc30 );
                    var desc31 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerosix = charIDToTypeID( "NC06" );
                    desc31.putEnumerated( idncTp, idSTnc, idNCzerosix );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc31 );
                    var desc32 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc32.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc32 );
                    var desc33 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc33.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc33 );
                    var desc34 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc34.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc34 );
                    var desc35 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwotwo = charIDToTypeID( "NC22" );
                    desc35.putEnumerated( idncTp, idSTnc, idNCtwotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc35 );
            desc20.putList( idovNC, list5 );
            var idovCM = charIDToTypeID( "ovCM" );
            desc20.putBoolean( idovCM, false );
            var idovCW = charIDToTypeID( "ovCW" );
            desc20.putBoolean( idovCW, true );
            var idovCU = charIDToTypeID( "ovCU" );
            desc20.putBoolean( idovCU, true );
            var idovSF = charIDToTypeID( "ovSF" );
            desc20.putBoolean( idovSF, true );
            var idovCB = charIDToTypeID( "ovCB" );
            desc20.putBoolean( idovCB, true );
            var idovSN = charIDToTypeID( "ovSN" );
            desc20.putString( idovSN, """c:\photos""" );//Here's where the default folder is suppose to go.
        var idSaveForWeb = stringIDToTypeID( "SaveForWeb" );
        desc19.putObject( idUsng, idSaveForWeb, desc20 );
    executeAction( idExpr, desc19, DialogModes.ALL );
    
  • Is it possible to preset on high JPEG when you use "save for Web". » ?

    Hello

    I use photoshop elements 10. When I'm ready to save the image under "SAVE for WEB" can I preset it 'JPEG HIGH' cos right now it will pop up in "GIF".

    When I use the PSE2, I am able to launch as JPEG HIGH. Now, I have to click the popdown menu to select 'JPEG high '.

    You need to right click the icon of the PSE Bureau and choose "Run as Administrator".

    Then, open an EPS file, use save for Web, and change all the settings to what you prefer. Hold down the Alt key and the 'Done' button will change to a button "Remember." Click it, and then save your image. The settings will be saved and you don't have to rerun PSE as an administrator.

    Ken

  • Navigation error code when you use a CFC

    Everyone get this error "error Code of Navigation, the Source code was not found... "When you try to browse (Ctrl + left click) in a SWC? I added the SWC to the project's library path.

    Ah... Yes, it was her! Thank you, Amy.

  • Why can I not see all my folders when you save a document in the office?

    When I go to save a document he lists only devices, the Favorites and recent locations in the box 'where '. It cannot search all my folders. How can I change this?

    Click on the small button in the upper corner of the window.

  • Error-2147352567 when you use save the vi report

    Hello

    I am developing a software test bench end line for a company. Everything was going well until I met an unexpected error which I don't understand. My code works a simulation engine and stores data in two excel files. When I have the path disconnected to save the report to the File.vi (screenshot 1), my program works without problem and records one of the files and returns an error due to the vi save report being disconnected (as expected). But when I connect the path to save the report to the File.vi, I get an error-2147352567 (screenshot 2) at a table to append to report.vi elsewhere in the code, which worked perfectly well until the road was connected to the vi to save the report. Also, now the second excel file is saved because its path has been connected. I don't understand what is the question. I couldn't find any source that has given me a reasonable solution to the problem either. I use Labview for less than 2 weeks, so forgive me if I forgot something.

    Hi DPAC.

    My apologies for the confusion in the previous post, I thank very you much to clarify it.

    Following my last post; the error was due to a race condition. There is no data flow between two separate writing report files. This means that LabVIEW will try to run the two bits of code in parallel. However, it was sometimes causing one of the sub-vis to be called by two different parts of the code at the same time, causing the error.

    This is the reason for which the code executes without error above if you have disconnected the path to the first 'save report to File.vi', because this part of the code was not running, allowing the second party to run freely.

    To counter this I simply wired terminal 'error' "save report to File.vi" (the one that used the All_Saved.xlsx) in the terminal ' error in ' of the 'new Report.vi' (one who has used the Template.xlsx). Because the screws will not work until all entries are filled, this forces the writing of the first report before the writing of the second report, not occur at the same time.

    I have attached the revised version of the "EOL_V1.vi" where you will be able to see how I wired errors to force execution.

    I also noticed that you have not initialized your shift register "speed". This means that every time that you run the program, it will retain the last value from the previous execution. Is - this intentional? This means that your worksheet does not properly update if you run the program twice in a row.

    Thank you

  • Unable to play songs in iTunes when you use 'save target as' option to download music files

    Original title: Save target under...

    I heard from a friend, if you're on a music forum, click on the song and then save target that you can open the song in itunes,.
    the person who said that this was on a mac book, it only works on macbooks?
    I tried several times with songs they download to my computer very well, when I click on open itunes returns to his position but no song
    any tips?

    Hello

    To check the file type, follow the steps below.

    (a) access the location where the file is stored

    (b) right click on the file

    (c) click Properties in the drop-down list

    (d) under the general tab check the listed file type.

    File types supported by Windows Media Player 12 and Windows Media Center

    http://Windows.Microsoft.com/en-us/Windows7/file-types-supported-by-Windows-Media-Center

    For more information about iTunes contact Apple support in the below given link.

    http://www.Apple.com/support/iTunes/

    Windows Media Player cannot play the file. The player might not support the file type or does not support the codec used to compress the file. You may encounter this error message for the following reasons:

    #1-the file type is supported by the drive, but the file was compressed by using a codec that is not supported by the player.

    #2-the file might have been encoded with a codec that is not supported by Windows Media Player. If this is the case, Windows Media Player cannot play the file.

    Hope this information is useful.

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Remove timecode file name when you use "save image as."

    I take a lot of screenshots of AE, but I always remove the timecode (0-00-00-00) file name before saving the image.

    In any case I can disable it?

    Thank you!

    I just checked CC 2015 and to your right. It does not remove the chassis model numbers if you return a sequence. I thought I remembered this work in earlier versions. It may be a good feature request.

    The other option is to save the model as a layered PSD. There is no keyboard shortcut for this, but you won't get the chassis numbers. You can then use Lightroom or bridge to batch your psd to png.

  • Any way to disable Navigation (red box) when you use the hand tool?

    I work mainly on page 4: technical data sheets and find it easier to move using the hand tool to jump to another location. I'm embarrassed by the ceaseless appearance of what seems to be a (Heavy Red Box) Navigation frame that appears by pressing the hand tool to select a new location. Is it possible to disable this feature?

    You click and drag IMMEDIATELY to use the hand tool. There is no way to change this behavior.

    Bob

  • When you use "Save for Web" with slices, it puts the images exported to a/images folder. Can I turn that off?

    I don't want to create a new folder/images every time I export images. I just want to export directly into the folder I specified.

    Is it possible to change this? I could not find a way.

    Thank you!

    In the save for Web dialog go to the dropdown menu, click change output settings and under saving files, uncheck the Set of Images in the folder

  • Muse crashes when you use save or "Save as".

    Updated last almost to the latest version, now the project, I work on accidents with tell them an error message:

    Adobe Muse CC has encountered an error and will now close. Please report the last actions you have taken to this error to the Adobe Muse CC team.

    UID no referenced owner. UID: U3020 class: ImageItem

    The last thing I did was load into my project, I've worked for a few weeks, my new site that I wanted to start next week

    Wanted to do a save as. Crash.

    A revived and tried just a backup. Crash.

    For now, just Muse does not work for me. Maybe time to give up and move?

    The update fixed my mistakes. I'm good to go. Thank you

  • white screen when I use ' Save as '.

    Even if it worked previously, I now get a white screen when you use "save under" with the Acrobat Reader software

    Hi patriciaj8001,

    Please try the following steps: -.

    Acrobat Reader > edit > Preferences > General > under the basic tools to uncheck the option for 'Storage Show online when you save files' & 'Show of storage online with the opening of the files', then OK.

    Quit and relaunch the application.

    I would like to know if it works.

    Kind regards

    Christian

  • How can I configure Messenger to record my conversations, record them and send them to a location I can read and save when you use Messenger on other computers than mine?

    How can I configure Messenger to record my conversations, record them and send them to a location I can read and save when you use Messenger on other computers than mine?

    original title: Live Messenger

    Hi Nicoliani,

    To start saving your Conversations in Windows Live Messenger

    1. connect to your window Live Messenger and click on 'Tools' or click on your display name.

    2. scroll down to "Options", a window should appear. When he does very well and click on "Messages".

    3. locate "historical Message". After that, check the box that says, "automatically keep a history of my conversations.

    4. below that you will see "save my conversations in this folder."

    5. to side of her you will see change, make sure that it is a file that you can access and watch later.

    6. If you are on a network, you can save it in a directory which you have access, or you can save it to a location and later mailed to yourself and access it later.

    Where chats are saved is given below.

    1. to access the Conversations go to the start bar and click My Documents. Then click on "my received files."

    2. There should be a folder with your name on it. Click the folder, then you will be in another folder called history. Continue

    3. by clicking on the folder, now you should see all your saved conversations.

    Hope this information is useful.

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • CC 2015 Illustrator crashes when you use the function "save for Web".

    CC 2015 Illustrator crashes when you use the function "save for Web".

    Hello

    We have published a 19.0.1 hotfix that resolves this problem in discussion on this topic. Please apply the patch to your creative cloud application. The creative cloud application checks the update once a day, so you may see the update immediately.  If you want to force the check for an update at the beginning please logout and log back into the creative Cloud application.

    Link to 19.0.1 release notes: https://helpx.adobe.com/illustrator/kb/illustrator-cc-2015-crash-bug-fixes-19-0-1.html

    Kind regards

    Ashutosh

    The name of the Illustrator team engineering

  • When you use Windows Photo Gallery to see the photos, half of the photo is blacked out diagonally.

    Original title: Windows problem Photo Gallery

    When you use the Windows Photo Gallery (Windows Vista) for photos, half of the photo is blacked out diagonally, so there is a triangle of the image and the black triangle. Any advice on how to fix this?

    Thank you!

    Hi Joe Boston,

    You can read the following article and see if it helps:

    Transition issues of image in Windows in Windows XP or Windows Vista Photo Gallery

    You can also read the following article and check.

    An image and its background becomes yellow in the Windows Photo Gallery in Windows Vista

    Hope this information is useful.

Maybe you are looking for

  • Indicator/control of the chain can be created running?

    I have a lettering that I need to create a number of indicators of chain / orders based on a particular digital selection made by the user. One thing I can do is create the number max of controls & use the Visible property node to display only select

  • C309g: C309g. The printer display indicates that a certain cartridge is missing or damaged.

    The printer display indicates that a certain cartridge is missing or damaged, well, once I changed every 5. I bought this printer in Greece - Europe. The ink cartridge is there code 364. Bought 5 of all here in Australia with the code 564. Can't do n

  • MD3420 SAS connection to two servers R720 (2008 R2)

    Hello I was looking for some suggestions to my two servers for both see a table of MD3420 in the shared storage.  The idea of the preview is here: http://i.imgur.com/UeWyLvg.jpg Initial Setup was very easy.  I installed the Dell MD storage software. 

  • Smartphones blackBerry phone does not turn on.

    Hello I traveled for more than 20 hours yesterday and somehow my phone turned on during the flight and without a network here, he has completely drained my battery. While the back home I tried to turn it on and it displays a low battery, radio off me

  • Expain of Smartphones blackBerry BES please

    Hello I have a Bold 9700 in Germany. Im a user private, i.e. did not get my camera to work or something like that. I have a data plan and use the BIS. My question - what exactly is BES?  Do I need? What do I need to? Thank you