Phonegap Build service for jquery mobile themed page not showing on mobile

I am trying to use jQuery mobile inside the Adobe Dreamweaver CC and then use phonegap build service to deploy the application to my phone. The issue here is that the Dreamweaver design panel is showing the jQuery Mobile UI but the application APK which is deployed over the phone does not.
Please find below the screenshot of Dreamweaver CC with design and code panel.
http://stackoverflow.com/questions/17334492/adobe-dreamweaver-cc-phonegap-build-service-is sue
Find below the entire index.html code:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>jQuery Mobile Web App</title>
<link href="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/>
<link href="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile.structure-1.0.min.css" rel="stylesheet" type="text/css"/>
<link href="jQueryAssets/jquery.ui.core.min.css" rel="stylesheet" type="text/css">
<link href="jQueryAssets/jquery.ui.theme.min.css" rel="stylesheet" type="text/css">
<link href="jQueryAssets/jquery.ui.accordion.min.css" rel="stylesheet" type="text/css">
<script src="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery-1.6.4.min.js" type="text/javascript"></script>
<script src="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile-1.0.min.js" type="text/javascript"></script>
<script src="jQueryAssets/jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="jQueryAssets/jquery-ui-1.9.2.accordion.custom.min.js" type="text/javascript"></script>
</head>
<body>
<div data-role="page" id="page">
    <div data-role="header">
        <h1>Page One</h1>
    </div>
    <div data-role="content">  
        <ul data-role="listview">
            <li><a href="#page2">Accenture</a></li>
            <li><a href="#page3">Digital</a></li>
            <li><a href="#page4">CASF RIA</a></li>
            <li><a href="#page5">Hybrid Applications using PhoneGap</a></li>
        </ul>      
    </div>
    <div data-role="footer">
        <h4>Page Footer</h4>
    </div>
</div>
<div data-role="page" id="page2">
    <div data-role="header">
        <a href="#page"><label style="color:white; font-weight:bolder">BACK</label></a><h1>ACCENTURE Page</h1>
    </div>
    <div data-role="content">
      <div data-role="fieldcontain">
        <label for="selectmenu" class="select">Select Technology Areas:</label>
        <select name="selectmenu" id="selectmenu">
          <option value="option1">Digital</option>
          <option value="option2">Oracle</option>
          <option value="option3">Mobile</option>
        </select>
      </div>
      <div data-role="fieldcontain">
        <label for="slider">Value:</label>
        <input type="range" name="slider" id="slider" value="0" min="0" max="100" />
      </div>
      <div data-role="fieldcontain">
        <label for="flipswitch">Option:</label>
        <select name="flipswitch" id="flipswitch" data-role="slider">
          <option value="off">Off</option>
          <option value="on">On</option>
        </select>
      </div>
      <div data-role="collapsible-set">
        <div data-role="collapsible">
          <h3>Header</h3>
          <p>Content</p>
        </div>
        <div data-role="collapsible" data-collapsed="true">
          <h3>Header</h3>
          <p>Content</p>
        </div>
        <div data-role="collapsible" data-collapsed="true">
          <h3>Header</h3>
          <p>Content</p>
        </div>
      </div>
    </div>
    <div data-role="footer">
        <h4>Page Footer</h4>
    </div>
</div>
<div data-role="page" id="page3">
    <div data-role="header">
        <a href="#page"><label style="color:white; font-weight:bolder">BACK</label></a><h1>DIGITAL Page</h1>
    </div>
    <div data-role="content">  
    <div id="Accordion1">
      <h3><a href="#">Section 1</a></h3>
      <div>
        <p>Content 1</p>
      </div>
      <h3><a href="#">Section 2</a></h3>
      <div>
        <p>Content 2</p>
      </div>
      <h3><a href="#">Section 3</a></h3>
      <div>
        <p>Content 3</p>
      </div>
    </div>
Content </div>
    <div data-role="footer">
        <h4>Page Footer</h4>
    </div>
</div>
<div data-role="page" id="page4">
    <div data-role="header">
        <a href="#page"><label style="color:white; font-weight:bolder">BACK</label></a><h1>CASF RIA</h1>
    </div>
    <div data-role="content">
      <ol data-role="listview" data-inset="true" data-split-icon="arrow-d">
        <li><a href="#">
          <h3>Page</h3>
          <p>Lorem ipsum</p>
          <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
        <li><a href="#">
          <h3>Page</h3>
          <p>Lorem ipsum</p>
          <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
        <li><a href="#">
          <h3>Page</h3>
          <p>Lorem ipsum</p>
          <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
        <li><a href="#">
          <h3>Page</h3>
          <p>Lorem ipsum</p>
          <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
        <li><a href="#">
          <h3>Page</h3>
          <p>Lorem ipsum</p>
          <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
        <li><a href="#">
          <h3>Page</h3>
          <p>Lorem ipsum</p>
          <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
        <li><a href="#">
          <h3>Page</h3>
          <p>Lorem ipsum</p>
          <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
        <li><a href="#">
          <h3>Page</h3>
          <p>Lorem ipsum</p>
          <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
        <li><a href="#">
          <h3>Page</h3>
          <p>Lorem ipsum</p>
          <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
        <li><a href="#">
          <h3>Page</h3>
          <p>Lorem ipsum</p>
          <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
      </ol>
Content </div>
    <div data-role="footer">
        <h4>Page Footer</h4>
    </div>
</div>
<div data-role="page" id="page5">
    <div data-role="header">
        <a href="#page"><label style="color:white; font-weight:bolder">BACK</label></a><h1>HYBRID APPLICATIONS using PhoneGap</h1>
    </div>
    <div data-role="content">
      <div data-role="fieldcontain">
        <label for="email">Email:</label>
        <input type="email" name="email" id="email" value=""  />
      </div>
Content </div>
    <div data-role="footer">
        <h4>Page Footer</h4>
    </div>
</div>
<script type="text/javascript">
$(function() {
    $( "#Accordion1" ).accordion();
</script>
</body>
</html>
This is how it looks in device:
This is how it looks in the mobile devices:
Could anyone please help?

Try defining a site and then create the mobile themed page within that site and DW will copy all the assets relative to the site path and will not be as its in your current page.
<link href="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/>
<link href="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile.structure-1.0.min.css" rel="stylesheet" type="text/css"/>
HTH
--Bhawna

Similar Messages

  • PhoneGap Build Extension for Dreamweaver 2014.1 is not working

    @adobeexchange
    Yeah bad news
    There is an error message which tells me that the plugin is only working with the version 2014.0
    If the source code for this extension would be available, i could update the extension for us.

    Hi Siegfried,
    Dreamweaver’s direct integration with PhoneGap Build to package mobile applications is no longer supported in all versions. Ongoing changes to PhoneGap’s APIs, security measures, and feature set have been outpacing updates to Dreamweaver, and to give you the best experience when using PhoneGap Build, you continue to package mobile applications using the Adobe PhoneGap Build service in the Cloud.
    Thanks
    Mudit

  • Services for Object (GOS) Attachement List not showing after attachment

    Hi All,
    I have created a new entry for the Generic Object Service List and this links to a copy of the CL_GOS_SRV_ATTACHMENT_CREATE class (Create attachment) with some additional logic. However, after attaching a file, the "Attachment List" does not become available until after I re-enter the transaction. The attachment list is showing the correct attachments.
    After some (understatement...) investigation, I found that even if I try and link the new service to a unchanged copy of the CL_GOS_SRV_ATTACHMENT_CREATE service in SGOSATTR, it is not working. It is attaching fine, but the "Attachment List" entry in the Services for Object Menu is still greyed out. If I attach the original class CL_GOS_SRV_ATTACHMENT_CREATE to the newly created entry it works fine. e.g. straight after I attach a file to the transaction, the menu entry becomes available.
    I can't find where the re-draw of the GOS menu happens and hence can not determine what is going wrong. Does anybody know if this is part of the Kernel or is this actually done in ABAP ?
    Am I missing something ? Debugging including system debugging for two days now and can't find it... very frustrating.
    Any help would be appreciated.
    Thanks,
    Wouter.

    Hi Wouter,
    I had originally posted to ask if you had resolved this since I was facing the same issue, but then deleted my post when I was able to get it working. Sorry, I didn't mean to initiate a flurry of activity in such an old thread.
    My scenario is I created a new GOS service entry in table SGOSATTR using transaction SGOSM. My new service uploads attachments to an external document management system via a call to a RESTful web service. The class I use in the SGOSM entry is a custom subclass of CL_GOS_SRV_URL_CREATE.
    I resolved this issue by taking a look at what CL_GOS_SRV_URL_CREATE does in its EXECUTE method. The key bits to refresh the GOS Attachment List with the new attachment are...
    raise event commit_required. " if SGOSM has the commit flag checked
    raise event service_succeeded
           exporting eo_service = me.
    These events tell any subscribers to go do their thing-- which in this case includes a refresh of the GOS Attachment List. So in the EXECUTE method of my custom subclass, after I call function BINARY_RELATION_CREATE, I raise these events...
    CALL FUNCTION 'BINARY_RELATION_CREATE'
       EXPORTING
           obj_rolea     = gs_object
           obj_roleb    = rel_doc
           relationtype = 'URL'
       EXCEPTIONS
           OTHERS       = 1.
    CASE sy-subrc.
       WHEN 0.
           MESSAGE s043(sgos_msg). " The attachment was successfully created
           RAISE EVENT commit_required.
           RAISE EVENT service_succeeded
                 EXPORTING eo_service = me.
       WHEN OTHERS.
           MESSAGE s042(sgos_msg). " The attachment has not been created
    ENDCASE.
    I hope this is helpful to you even though your initial implementation was a while back. Thanks for replying to my question though!!
    Cheers,
    Amy

  • Dreamweaver 6/PhoneGap Build Service Android Key Question

    I just recently upgraded to CS6 and am excited to use the mobile sutff. I have been a CFer for years and using Jquery for a long time and have been using JQM more and more. Now I want to evolve from a web developer into an app developer. I thought the cool integrations within DW6 would be a good way to start.
    So I watched Greg Rewis' intro video to get a flavor of things. I set up my first app site. I then created a simple JQM page to test with. I then downloaded the Android SDK (which is what I am starting with, but plan on branching out to the other OS'). I created an AVD, created a keystore and all that. I then went through the process of attaching my keystore to my PhoneGap Build Service account. That all went well, although it did not ask me to make it the default and I am assuming that is because it is the only key at this point...just a note for copywriters.
    I then went back to DW to go through the PhoneGap Build Service panel to create my first app to play with. Here si where I ran into an issue. The PhoneGap Build Service panel asks for a key under the Android section (which I expected), but when I clicked on the drop down where it said none, that is all that was there. The key I uploaded to my PhoneGap Build Service account was not listed. I even logged out and logged back in, shut down DW and reopened it and nothing I did caused it to display. Can someone please point me in the right direction? If I can get this last piece of the puzzle, I can begin cranking through some code.
    Thanks in advance,
    Clay

    As long as you are signing into the same account in DW as you are on the PhoneGap Build website, any keystores you uploaded would be available inside of Dreamweaver.
    Highly recommending posting on the PhoneGap Build community site, where you'll get better answers regarding the functionality of the PhoneGap Build website and keystores: http://community.phonegap.com/nitobi/products/nitobi_phonegap_build

  • How to fix "server problem" error message when trying to use PhoneGap build service.

    I have a site that is now optimized for mobile devices and want to use the PhoneGap Build service in Dreamweaver CS6 to make a native app.  Unfortunately, I keep getting the "We seem to be having server problems." error message when I try to create a new project.  I did notice that the configuration file was created at the site root.  I've seen a few other similar threads on this, but no solution.  I've checked on any firewall issues (none) and know that the PhoneGap server is not down.  The problem is on my end.
    Thanks,
    Loren

    Not an answer to the server problem, but I have posted the PhoneGap Build process here: http://forums.adobe.com/message/4669054#4669054. It might help anyone still having problems.

  • PhoneGap Build Settings for Android SDK

    On Mac 10.6.8, Dreamweaver CS6
    I want to test the PhoneGap Build Service with the default  "Hey, it's PhoneGap" index.html page. Specifically, I want to run the resulting apk inside an Android emulator. In preparation for this, I have:
    1) Downloaded the Android SDK
    2) Run...
    android-sdk-macosx/tools/android sdk
         ... from a Terminal window
         This launches the Android SDK Manager, which I have used to download
    Android 2.2 (API 8 - Froyo) and all its associated files
    Android SDK Tools
    Android SDK Platform-tools
    Android Support Library
    (I have also installed Eclipse, but I think that that is irrelevant for the current task)
    4) Run...
    android-sdk-macosx/tools/android avd
         ... from a Terminal window
    This opens the Android Virtual Device Manager, which I have used to create a Virtual Device:
    Name Froyo
    Target Android 2.2 (API level 8)
    Skin WVGA800
    Located at /Users/<username>/.android/avd/Froyo.avd
    This Dreamweaver Help page says:
    Once you've installed the Android SDK, you'll need to start the Android SDK and AVD Managers, and select the Android tools you want to work with locally on your computer. Dreamweaver uses the information you select during this initial setup to populate the Android emulator settings in the PhoneGap Build Service panel. For more information on specifying these settings, see the Android documentation.
    (My emphasis)
    I'm guessing that I've done the parts of these instructions in italics, but I get lost when I reach the part in bold. The window that opens when I select Site > PhoneGap Build Service > PhoneGap Build Settings asks me to "provide the root paths to the [Android] sdk". None of the paths that I have provide seem to satisfy the Emulate Application button in the Build Panel.
    Question: What folder should I select as the root path to the SDK?
    Thanks in advance,
    James

    Lexogram wrote:
    All that's missing is to understand how to convince Dreamweaver CS6 to perform the same steps, rather than going through a Terminal application.
    I haven't installed the Android SDK on my Mac. Dealing with Xcode was painful enough for me.
    However, I do have the Android SDK installed on Windows. I installed it at the top level of my C drive in C:\dw-android. All that was necessary to register it in the PhoneGap Build Settings panel was to enter C:\dw-android in the SDK location field. As long as you have the correct path to the SDK, it should be the same on a Mac.
    I used the PhoneGap Build Service panel to build the app, and then clicked the Download icon. Once it had downloaded, I selected the AVD and target version of Android, as shown in the following screen shot:
    After clicking Launch, it started the emulator and displayed the app. I found it necessary to make sure the AVD and target both used the same version of Android. Otherwise, it just launched the emulator, but the app didn't load.

  • Phonegap Build Service

    Hi all,
    i'm facing an infinite "Build Queued..." from the PBS panel.
    The phonegap status is "Good, Slow, Slow", may be this be the problem?

    LaurieFrick wrote:
    Confusion is that several tutorials say FIRST go to the site --> phonegap build service and create a site. I think Adobe might be missing some basic 'how-to' with CS6.
    Basically, the PhoneGap Build process goes like this:
    Create an account at https://build.phonegap.com/.
    In Dreamweaver CS6, create a new site. The site must contain only files that are part of the app. There should be nothing else, because Dreamweaver uploads everything in the site root to PhoneGap Build.
    Create an HTML page called index.html, and include the following script tag in the <head>:
    <script src="phonegap.js"></script>
    You don't need a copy of phonegap.js in your local site, but the <script> tag is required to make use of the PhoneGap API in your application.
    Build your app by adding a style sheet, content, and JavaScript.
    When you're ready to compile the app, go to Site > PhoneGap Build Service > Phone Gap Build Service.
    Log into PhoneGap Build, using your account credentials.
    If it's a new project, Dreamweaver tells you that a project settings file wasn't found. Select Create New Project, and click Continue.
    Dreamweaver automatically uploads the files from the site, and starts building the app, which you can download once done.
    Each app needs a file called config.xml. If you haven't created one, Dreamweaver creates a boilerplate one for you, which you need to edit and then rebuild the app. Details of how to create config.xml are in the docs on the PhoneGap Build site.
    I created a series of videos explaining the process from start to finish in my Dreamweaver CS6 New Features course. The course isn't free, but it's relatively inexpensive and might help you if you're still stuck.

  • Trying to connect to PhoneGap Build Service in Dreamweaver CS6 but get a "Temporary Server related error". Help!

    I am trying to connect to the PhoneGap Build Service in Dreamweaver CS6 but after about a minute I receive the error "Temporary Server related error. Please try again later.". I have googled, searched and implemented any fix that I could find without any joy. I have fully updated Dreamweaver and all other Cloud services but still am receiving the error.
    I can log into build.phonegap.com using my Adobe ID no problem and I have linked a GitHub account to my Adobe ID so I am at a loss as what I can try next.
    Any help would be much appreciated.
    Many thanks,
    Dan

    You will likely get better program help in a program forum Dreamweaver support forum
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Adobe CS6 PhoneGap Build Service JavaScript error: At line 565

    Hello everyone,
    We need some help, when I click on REBUILD APPLICATION (PhoneGap Build Service) I get a dreamweaver pop up box that says:
    While executing onClick in PhoneGap Build Service.htm the following Java error:
    At line 565 of file "C:\Program Files (x86)\Adobe\AdobeDreamweaverCS6\Configuration\PhoneGapBuildPlugin\js\PhoneGapPlugin.js": Keys has no properties
    What can I do to solve this?
    Thanks

    Hi billabear.
    Charbarred is correct that the answer lies in that discussion; however, there are multiple answers in there and it may be unclear exactly what the solution is. Essentially, you need to re-create the project settings file for the app you are building, since it contains erroneous data.
    See the response from Ken Barklage in the same discussion Charbarred mentioned: http://community.phonegap.com/nitobi/topics/dreamweaver_now_cant_build_after_todays_update _please_help#reply_10869042

  • PhoneGap Build Services, unable to sign in.

    Hello
    Trying to sign in with DWCS6 PhoneGap Build Service using the same credentials used to login and access CC and build.phonegap.com. DW invalid email or password, but the details I provide are correct.
    Do I need to update any other configuration to access Build Services using DW.
    BTW, I'm haven't fully installed Eclipse & the ENV for Android.
    Any ideas?
    Thank you.

    Hi - thanks for your prompt reply.
    Well -- I changed my password to an older pass, and I could login to Build in DW CC!. So, both PG & ACC accounts have this previous password. But, sure, NOW, img shows the drop down, as expected, and I can continue to platform list ... sorry, really not sure why earlier issue happened, I should have tried reverting back to old pass before, but I thought it might have been a extra unknown config option on my side - the password used earlier during this thread was 15ish mix of alphanum and special characters, maybe DW (probably not) had an issue with this epic password.
    humm, thanks for the link on setting up in DW CC btw..., so, as per screen grab, all is OK I guess...
    Sorry for the confusion.

  • Phonegap Build service Error

    I have DW CC  2014.0 Release. When I run Phonegap Build service , I get the message: Failed to get a list of keys. How do I fix this problem.

    as subhadeep_banerjee said -----
    Hello JumanaT,
    Dreamweaver’s direct integration with PhoneGap Build to package mobile applications is no longer supported "in all versions".
    So, even if you are using DW CC 2014.0 you would NOT be able to use the integrated service from within DW. Use the cloud service instead, as suggested by others.

  • PhoneGap Build Service 'build error'

    I'm having trouble with Dreamweaver CC and PhoneGap Build Service. I get 'build error' and when I click the 'view' button it says 'Failed to upload application'. (I'm building for Android only.) And on build.phonegap.com the name of my app has changed to 'PhoneGap Build Project' Why? It had the right name before... And the version says 1.0.0, which is also wrong. The app ID is: 819335

    Hi,
    Can you please follow the below mentioned steps:
    1. Quit Dw.
    2. Please navigate to the following location:
    Win: C:\Users\{username}\AppData\Roaming\Adobe
    Mac: /Users/{username}/Library/Adobe
    3. Delete the folder "PGB"
    4. Relaunch Dw and login to PGB and continue with your scenario.
    Let me know if the issue still persists.
    Thanks,
    Srivatsa

  • Dreamweaver PhoneGap Build Service required signing key.

    I tried to upload my HTML5 to PhoneGap Build, Site > PhoneGap Build Service > PhoneGap Build Service, then a window pop up:
    After some research, i found out that the signing key is actually refer to IOS but i intent to upload to Android only. So, i won't need the signing key. Is there some setting that i need to paid attention?
    Note: I also have download the Adt bundle but i didn't download phonegap into my computer (Some article mention it can be done online.) I also registered with the Andriod developer already.

    To compile your Android apps to the latest standards, go directly to Phone Gap Build web site.
    Adobe PhoneGap Build
    Nancy O.

  • Web Pages not loading on Mobile Devices

    Browsing web pages not working on mobile devices
    I have bt inifinity 2, from my laptop and mac (with same wifi connection) webpages load no problem, from my android tablet and iphone (with same wifi connection) web pages not loading. On these devices I can load youtube videos, and apps have connections/load data, it seems to be limited just to browsing webpages.
    I have tried changing ssid for the 2 channels, I have tried disabling wifi on the router, and using apple time capsule as the router, everything seems to result in the same problem, you cannot browse web pages on mobile devices.
    previously i had adsl from bt and didnt have these issues.
    Solved!
    Go to Solution.

    Try turning Smart Setup off.
    http://bt.custhelp.com/app/answers/detail/a_id/44328/~/switching-smart-setup-on-and-off-on-the-bt-ho...
    Devices where there are known to be problems include:
    Some Apple devices including iPhone 5 and Apple TV
    some Android smartphones
    Xbox<
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • CLDC emulator is not showing windows mobile emulator as a registered device

    Hi,
    I want to run one J2ME application on windows mobile 6 emulator. I have done the setup using CLDC emulation on windows Mobile Emulator.
    After doing installation of CLDC on emulator, need to register the emulator IP address in SDK. Done that using device-address.exe . Its done successfully.
    Though device manager shows IP as its registered address, but emulator does not show the device emulator in its devices list.
    emulator.exe -Xquery ------------> does not show windows mobile emulator it its devices list.
    Can anyone please help for this. Without this am not able to run my J2ME application on windows mobile emulator.
    FYI: I have installed MS Virtual PC but windows mobile 6 emulator is not binded to Virtual Machine Network Services Driver. Because, I am not getting this in drop-down list of adpaters.
    I believe it will not make any effect.
    Please help.

    bkbooth11 wrote:
    Hey,
    I tried connecting my iPhone to a friends Mac and I wasn't able to see the photos in iPhoto either.
    I have solved the problem though, well not me really, I found it in one of the other threads on here about not being able to see the iPhone on iPhoto.
    Go through your Camera Roll and get rid of all the pictures in there that weren't taken with the iPhone camera, I had pictures in there that people had sent me via MMS and pictures that I had downloaded from e-mails. I e-mailed myself any important pictures and deleted the rest, leaving just all the photos I had taken with the iPhone camera. Connected to the computer and the iPhone is showing in My Computer again.
    Hope this helps everyone here.
    Thanks bkbooth11 I did as you suggested and that fixed the problem. Hopefully they will patch that soon as it is rather inconvenient.

Maybe you are looking for

  • Transfering music from iphone 4 to an iphone 5 help

    I recently upgraded my iphone 4 to an iphone 5. I tried to transfer my music to the new phone from itunes and my music will not transfer. What can i do to fix this issue.

  • Trying to link video player controls

    I'm sure this is a simple thing but I haven't been able to find out out to associate an absolute link with video controls. Please advise, thanks! -Pat

  • Floating Fields with .replace()

    Hi All, I'm having a problem with my floating fields. I have a variable declared in my function (floatingFunction), lets call the variable sPara. to sPara I assign a long Paragragh for example; sPara = "I, the undersigned FN in my capacity as a CP...

  • Server side OVERRIDES

    Hi, I wrote a simple Server class in order to cascade delete all the documents related to a compound document before it is removed from ifs. The server class is extending S_TieDocument. I have defined corectly the extendedPreFree() function. Then, as

  • Reception problem is with OS/4 and not the iphone 4.

    A reviewer contacted Apple and they said it's a problem with the IOS4 update that they will be patching. Maybe it is. This guy is getting the issue on his iPhone 3G. http://www.youtube.com/watch?v=84Lpt2YkF3Q