HOW TO INSTALL REAL ICSr6 in Live With Walkman

Hi,
Does any body know hoe to install real ICSr6(http://forum.xda-developers.com/showthread.php?t=1707876) in LWW.
First of all i rooted my phone with the simple steps mentiond by nabeel in http://talk.sonymobile.com/thread/41119?start=0&tstart=0
After root my phone i download the real icsr6 from the xdadevelopers site and also i done the CWM mode in my phone.
then copy the realICSr6 in SDcard and reeboot it in CWM mode
then follow the steps mentioned in the site http://forum.xda-developers.com/showthread.php?t=1707876
but while installing the ICSr6 in CWM mode i stuck in one place idont know which one should i select. There is an option to instal with Locked Bootloder and Unloked boot loder.
Itried both the loked and unloked bootloder
but after installing with locked bootloder i rebooted the phone then it shows SONY logo then it get stuck in ANDROID logo then continousely restaring the phone.
With the unlocked bootloder it stuck in SONY logo. and then contionousely rebooting.
Please help me to instal the real ICSr6 with the step by step process.

Hi
I successfully installed the Real ICSr6 in my LWW.
Below i am mentioning the steps to how to install Real ICSr6, i think it may be helpfull to somebody to install this.
First of all u should root your phone, Then install the CWM mode, then fastboot the kernel, and then install the Real ICS r6 from SDcard.
How to Root LWW or Xperia 2011 series mob's.
http://talk.sonymobile.com/thread/41...art=0&tstart=0
For installing the Real ICSr6 u should unlock the bootloder. For unlocking the boot loder for Xperia 2011 series phone u should get the unlocking code from the sony mobile site (http://unlockbootloader.sonymobile.com/ ) follow this link and get the unlocking bootloder code.
For unlocking the boot loder Download the "fastboot" drivers from here. Install them accordingly.
Turn off your phone. Wait for 30 seconds. Connect your phone to the PC while keeping the volume up key pressed. Your phone's LED will lit blue (indicating fastboot mode).
Head over to the location where you kept the previously unzipped fastboot folder. Right click while keeping pressed the SHIFT key on the folder and select "Open command prompt here"
Type fastboot.exe -i 0x0fce getvar version to ensure your have entered bootloader mode (you will get version on java example, 0.3)
Type fastboot.exe -i 0x0fce oem unlock 0xKEY (replace KEY with unlock code you got from Sony's website earlier)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! BOOTLODER IS UNLOCKED !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
then disconnect the mob from ur PC.
FLASHING KERNAL
For Installing Real ICSr6 u should use the kernal MESA(recomended), KRsH Kernel ICS, EXtended Stock Kernel
for downloading u can visit http://forum.xda-developers.com/show....php?t=1707876
After downloading this.
Open the flash tool that u earlier installed for rooting ur mobile.
Click on the lightning bolt sign and select "Fastboot mode" and click OK.
Switch off ur Mobile and press the Vol UP key and connect it ur computer. Now your phone is in fast boot mode.
Now Click on "select kernel to flash" in Flashtool.
Browse to the folder where you placed the *.img file and select it.
Flashtool will install the kernel into your phone. Disconnect your phone from the PC. Wait 30 seconds.
!!!!!!!!!!!!!!! Now successfully install the KERNEL !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Installing The Custom ROM (Real ICSr6)
First of all copy the Real ICSr6 file in ur phones SDcard.
Then Turn your phone on. When you see the Sony or Sony Ericsson logo on the screen, keep pressing the volume down key. It will take you to the CWM recovery mode, which was installed automatically with the kernel.
Use the volume up and down keys to navigate through menu items and the Home key for selecting.
Do a full wipe (format data, system, cache, Dalvik cache and battery cache).
Choose "install from SD card" and then select "choose zip file". Select the ROM file first (MiniCMSandwich Lite Final v4).
It will take you to the very much intuitive Aroma installer, which is very easy and much like installing an operating system on your PC.
After finishing the installation, your phone will reboot. While rebooting, enter the CWM Recovery again using the volume down key.
This time, do not wipe anything. Just select "install zip from SD card" and point to the wifi modules zip file. Similarly, install the Google Apps zip file.
Turn off your phone from the CWM Recovery menu.
Turn on your phone, first boot may take a long time, do not worry.
Now you should get a pure AOSP flavor in your Xperia device.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Enjoy the New ICSr6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Thanks to all developers XDA.
HIT HELPFUL ANSWER IF I HELP U
Message was edited by: abheesh

Similar Messages

  • How to Root Sony Ericsson Live With Walkman (WT19i, Gingerbread)

    Hi, I have been searching all over the Internet about how to root my Sony Ericsson Live With Walkman. But, I failed. So, am here asking you people to help me out here.
    I am running  Gingerbread (2.3.4)
    My BUILD NUMBER is  4.0.2.A.0.62
    Please please help me out guys.
    A video tutorial showing the whole process would be the best.
    Am quite a newbie in these rooting stuffs.
    Please, explain me in details.
    That's all I ask for.
    Thanks in advance.

    {GUIDE} How to Root Xperia™ Smartphones
    See under How to root 2.3 ( Gingerbread )
    Discussion guidelines.
    Message me or any other moderator to seek help regarding moderation.

  • How to get real value from selectOneChoice with javascript?

    Hi,
    How to get real value from selectOneChoice with javascript? The event.getNewValue() only gets me the index of the selected item, not the value/title.
    JSF page:
    <af:resource type="javascript">
    function parseAddress(event)
    alert("new value: " + event.getNewValue());
    </af:resource>
    <af:selectOneChoice label="Location:" value="" id="soc4">
    <af:clientListener type="valueChange" method="parseAddress" />
    <f:selectItems value="#{Person.locations}" id="si7"/>
    </af:selectOneChoice>
    HTML :
    <option title="225 Broadway, New York, NY-10007" selected="" value="0">225 Broadway (Central Office)</option>
    <option title="90 Mark St., New York, NY-10007" value="1">90 Mark St. (Central Office)</option>
    Thanks a lot.

    Something I was missing ,
    You need to add valuePassThru="true" in your <af:selectOneChoice component. I have personally tested it and got the actual value in alert box. I hope this time you got the real solution. You can also test the following code by your end.
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1">
    <af:panelBox text="PanelBox1" id="pb1">
    <af:selectOneChoice label="Set Log Level" id="soc1"
    value="#{SelectManagedBean.loggerDefault}"
    valuePassThru="true">
    <af:selectItem label="select one" value="First" id="s6"/>
    <af:selectItem label="select two" value="Second" id="s56"/>
    <af:clientListener method="setLogLevel" type="valueChange"/>
    </af:selectOneChoice>
    <af:resource type="javascript">
    function setLogLevel(evt) {
    var selectOneChoice = evt.getSource();
    var logLevel = selectOneChoice.getSubmittedValue();
    // var logLevelObject = AdfLogger.NONE;
    alert("new value is : " + logLevel);
    //alert(evt.getSelection);
    //alert(logLevelObject);
    evt.cancel();
    </af:resource>
    </af:panelBox>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>

  • How to install Windows XP in parallel with Mac OS on a Macbook?

    Can anyone tell me how to install Windows XP in parallel with Mac OS on a Macbook?
    If I divide the hard drive into 2 patritions and install Win XP & Mac OS on each patrition, is it ok?

    I don't think he meant "Parallels", I think he just meant "parallel", with a little 'p'.
    There are three options for running Windows software on an Intel-based Mac:
    Virtualization: you can install software such as Parallels or VMWare (along with a licensed copy of Windows) which will emulate the environment necessary to run Windows software. Performance is significantly degraded, but you can work with both Windows and Mac software simultaneously.
    Dual boot: You can use Apple's Bootcamp to partition your drive and create a CD of Windows drivers for your devices, so that you can then install Windows on one partition of your drive. Your Windows software will run just as it does on any other Windows PC, but you have to reboot to switch between Windows and OS X.
    Crossover: Crossover is a product that allows you to run Windows programs in OS X without installing Windows. Not all Windows software will work with Crossover though.

  • How to Install crystal run time programs with out designer.

    Can anyone suggest me  how to install crystal run time program with out installing entire designer software.
    Is it coming along with CR software package, which we have to do custom install or is it coming as a different package.  
    Currently my client is using only the run time programs to trigger crystal  report from VB app but developers have installed entire software for development.  We need to figure out how this install can be done, as it was done long time before and folks who have done it left the company.  
    Any suggestion on this would be of great help to me.

    See this wiki:
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsforVisualStudio.NETRuntimeDistribution-Versions9.1to12.0
    Ludek

  • How do I get a website live with BC after publishing it?

    How do I get a website live with BC after publishing it?

    Hi
    You would need push site live , in admin dashboard of the site you would get the option "Launch Site".
    Please checkout this video :
    http://tv.adobe.com/watch/introducing-business-catalyst/getting-started-with-business-cata lyst-and-muse-creating-and-publishing-sites/
    Thanks,
    Sanjit

  • Xperia Live with Walkman on Android 4.0.4 (with screenies)

    My Thoughts on Android 4.0.4 on Xperia Live with Walkman
    -Sleeker Font Style.
    -Camera Shortcut right from the Lock Screen.
    -Able to access the drop down notification bar even when locked.
    -Music Player access right from the lock screen
    -New Owner Info Option display
    -Face Unlock works great on Live with walkman.
    -Awesome new themes. Xperia NXT Style! Although they are only wallpapers, not the live ones seen on 2012 devices. My favorite is Tourquoise (Did I spell that right?)
    -The Performance Assistant will help you disable some of the apps that you dont need.
    -There it is! Official Android 4.0.4. Ice Cream Sandwich. OH YEAHHHH!!!
    -If you repeatedly tap on the Android Version Menu. This little Primitive Droid will surprise you. HEHE!!
    -Oh, and there's also a new logo when you start up your phone : SONY ONLY not Sony Ericsson, and in its ever-so-recognizable font style. =P
    -The Sony Ericsson Liquid Logo has also been changed to Walkman, with a bubbly and quirky animation.
    -Ill try to post screenies if I can.
    -Greatly Improved Android Browser. Seriously, It's WAAAAYYY smoother than the one in GB.
    -The Browser runs smoother than GB.
    -Websites with heavy flash content load smoothly. =D
    -Saved Pages Option to view pages offline.
    - Only Android provides true multitasking capabilities.
    - Hold the Home Button and you will be taken to this new recent/running apps tab. Swipe to the right and that app is closed. =D!!!
    -Widget Preview.
    - A NEW Gallery aside from the Xperia Gallery. The new gallery provides edit options. Like Picsart or Instagram or Adobe Photoshop Express. So, if you want to save some precious memory, stick with the gallery editing options =D
    -HD playback still smooth as ever. I don't know what the fuss is all about. =P
    -Images look fine as they did in gingebread. It really depends on shooting situations.
    -Captured 720p HD Videos doesn't lag for me. Play back is smooth. Same as in gingerbread.
    -Maybe, People are just not used to the new interface, but with a little bit of tinkering, you should get used to it in no time. =P
    -The New Camera Interface. It now includes a dedicated on screen camera button.
    -Captured Photos Quality are the same as in Gingerbread.
    -Captured 720p HD Videos run as smooth as in Gingerbread.
    - The New YouTube App interface.
    - The Lockscreen Music Player
    - There was a review about not seeing the clock due to the music player. Duhhh, you can see it at the upper right corner. =P
    - I love how the album art and the album name also appears. If you are like me who converts songs from youtube to mp3. A little app called Tune Wiki can help you edit its tags so you can enable infinity view. =D
    -The New Dial Pad, which provides Smart Dialing.
    -About the lagginess issue. It takes about 2-3 seconds to start. It depends on how many entries you have in your call log.
    -There's a workaround on it though, access it through Contacts.
    - RAM usage feels the same for me. Good Job on this one Sony. =D
    - I was really worried about RAM ever since I read Sony's article about GB and ICS. They did well on optimizing this one.
    - My screenshot is not the best there is since I was syncing Facebook inside Xperia. But, normally it has about 180mb used and 160mb free.
    - New APPS installed. Some apps like Wisepilot for Xperia can now be moved to SD card, thereby freeing more phone memory.
    - My New Homescreen. It retains the very convenient four corner bubbles.
    - 5 Widget Panes
    - A New Google Search Widget
    - Walkman Player. I was expecting the music player from the NXT series. Hehe, but I guess this will have to do. =D
    - I've never seen the refresh music library option even in the GB walkman player. Through experience, everytime I add a music file it gets added in real time. No refresh required...
    - Oh, and also... I think the speaker is a tad bit louder than before. Like 20% louder. I noted no distortions
    - The orange lights work as usual.
    - Still no customizable equalizer. This is a walkman phone. It has to have superb music customization capabilities. =P
    - Battery usage for me remains the same like in GB.
    -Monster Use/Heavy Gaming : 4 hours (HD games cracked for HVGA screens i.e. Asphalt 6 Adrenaline, Need for Speed, Shadowgun, Dead Space)  Although I doubt you could play that long due to the screen size and the cramps you may get from playing. Carpal Tunnel Syndrome anyone? Haha.
    -Internet Browsing : 6-8 hours
    -Video Playback using Stock Player and YouTube App : 6-8 hours
    -Video Playback using MX player : 4-6 hours (I use it for my .avi files)
    - I use Easy Battery Saver to Optimize battery performance.
    In Super Mode it can last up to 24-36 hours with only texts and calls which I think is pretty impressive. I can go on 16 hour hospital shifts without worying about charging my phone.
    In Normal Mode it can last 8-10 hours.
    -It really depends on how you use your phone. I strongly believe it greatly varies with every user.
    - Don't believe posts that say it doesn't run as smooth as GB. IT RUNS AS SMOOTH AS GINGERBREAD. EVEN BETTER. =P
    - Sleeker new user interface.
    - All of my apps and games still run smoothly on ICS. I'll keep searching for bugs.
    - The ROBOTO font is awesome.
    - I find the interface more intuitive and streamlined than GB.
    - Lots of new features implemented. i.e. Smart Dialing, Face Unlock, Performance Assistant
    - Icons have been remodeled.
    - I also love how fluid it is now when it switches screen orientation. =D!!
    - No bugs for me whatsoever.
    - I miss the quirkiness of the GB user interface. Like the transparency of the messaging app. But I guess, I have to move on, change is for the better.
    - A SOLID AND STABLE UPGRADE. NOW MY XPERIA LIVE IS COMPLETE.
    Problems:
    -Yes, the LED SMS notification doesn't work. But all other LEDs work. i.e. Yahoo Messenger, Incoming Calls, Twitter. I guess they may have overlooked this one. It's the only problem that I see. I find it livable still. Greater good for the greater number of people =P
    -THANKS TO SONY!!! A huge step on the right direction.
    -KIMOZAVE - NOOBIE SMARTPHONE USER

    hi kimozave, ur review seems to be full of praises for ICS, but I have gone through many threads on disadvantages of ICS, so very much confused if I should go with ICS update or not....
    can you plz tell how was is experience on:
    1. Dial pad - I have read its laggy.
    2. The phone is having a hard time authenticating wifi connection when using WPA encryption.
    3. Thumbnails in the gallery does not match the original picture.
    4. Phone dies at 10% battery remaining.
    5. SIM card keeps ejecting
    6. Camera is more laggy and image quality is poorer
    Thanks,

  • I lost the USB cable that came with my phone (wt19i Live With Walkman)

    I lost the USB cable that came with my phone (wt19i Live With Walkman). However, the charging power adapter still here.
    I don't have any other cable.
    My phone's USB port use Micro-B connector.
    If I buy a high quality USB cable with Micro-B connector, will it be compatible for both charging and data transfer?
    Is it necessary to buy the original Sony Ericsson USB cable? If yes, which model should I buy?

    http://www.sonymobile.com/gb/support/contact-us/
    Contact them and they should be able to help you
    Discussion guidelines.
    Message me or any other moderator to seek help regarding moderation.

  • Rooting my sony ericsson live with walkman but with the stock rom ( i do not want any custom rom)( locked bootloader)

    Hello guys, I have so many problems with my internal memory and which is driving me nuts, always out of space and cannot update any app, so I want to root and to use my sd card as my internal memory ( using link2sd from the play store) fist of all is there any other methods to make my sd card as my internal memory? Secondly can you give me full pros and cons of rooting. And also please can I  root my live with walkman on ics .587 directly without reverting to .62 and then upgrading again to 4.0.4 .587 by flashtool ??? And if not if i reverted to the gingerbread .62 can i upgrade again to official .587 ICs by flashtool ? And can I root just with the stock rom without changing it ( as i do not want to use any custom rom , i love sony's rom! and i do not like any unstable thing! is it possible and will it behave well with root access). And please can you give me full procedures for rooting?? And also please can I unroot a rooted phone?? Thanks so much dear in the advance! By the way my bootloader is locked do you recommned unlocking it for better usage and capabilities, I have a great knowledge in ANdroid but I always just like to ask some professionals in Sony devices not only Android in general
    Solved!
    Go to Solution.

    Let's carry this conversation in my thread You would get active replies there
    Let's clear your doubt though.
    Ofcourse I'm a .
    And yes there is no kernel for xperiamini/ lww, but we use other kernels that help to root our phone
    While running the rooting toolkit, your phone should be on. Don't remove and reinsert battery at that step.
    It's only when you need to flash your phone using flashtool
    Discussion guidelines.
    Message me or any other moderator to seek help regarding moderation.

  • Update of live with walkman

         I just bought SE Live With Walkman a month ago. It has android 2.3.4 and want to upgrade it to 2.3.7. So please tell me that is it possible in wt19i model or not??
    Solved!
    Go to Solution.

    4.0.4
    http://blogs.sonymobile.com/products/2012/05/25/update-on-ice-cream-sandwich-rollout-for-xperia-smar...
    Now, we are happy to confirm that the remaining 2011 smartphones; Xperia arc, Xperia neo, Xperia mini, Xperia mini pro, Xperia pro, Xperia active and Sony Ericsson Live with Walkman will start to receive their updates starting from next week.
    This software upgrade will be Android version 4.0.4 and the good news is that this latest version will also be made available for Xperia arc S, Xperia ray and Xperia neo V users, who received Android 4.0.3 the first time around.
    Don't forget to mark theCorrect Answers & Helpful Answers
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Sony live with walkman.........

    i need help please i had sony live with walkman since my update to ics everything working properly but from last night my live is unable to open any songs in its music library its shows"MUSIC LIBRARY IS EMPTY" other than this there is no  images are available in the xperia gallery but if i access them from filemanager it play the song and also show the images but as long as i opened them frm the file manager please help me i do factry reset too but its not helping...............

    Have you tried removing the memory card and then inserting the memory card back in to the device, this may just be a communication issue with the SD card.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Unable to take snap from front camera post ICS update on LIVE WITH WALKMAN

    Hi,
    After ICS update of my live with walkman ,I am unable to take snaps from my front camera
    Not even in the camera menu its not showing wheather a front camera presents or not....
    plz solve this ...
    i love to take snaps from my front camera...please solve this ASAP

    Open camera and press the mode option "SCN AUTO" > Front camera.
     - Community Manager Sony Xperia Support Forum
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Camera Problem in Live with Walkman (wt19i)

    Live with Walkman WT19i Camera focus not working fine after the latest update from android 2.3 to 4.0, getting poor quality images, tried many apps to from play store but still poor quality images.

    If it doesn't work with either a third part app or the original camera app I'd recommend you to try performing a repair of your phone's software.
    You can easily perform it with our program Sony PC Companion, availalbe for download from the link below.
    http://www.sonymobile.com/gb/tools/pc-companion/
    What do you think about this forum? Let us know by doing this short survey.

  • ICS updation in Sony Ericsson WT19i (live with walkman)

    Hello..
    I have Sony Ericsson WT19i (live with walkman). Last day i updated the os version from Android 2.3.4 to ICS via Sony PC companian. Now i am experiencing something slow in the system. The most annoying thing is that, the caller image of android 2.3.4 is nice as it appears on the top in full width is missing and square type image is seeing now. Please help me if any one can find a solution to my problem.
    One more question Is it good to run ICS in 512mb RAM device? Or shall i downgrade it to Android 2.3.4? Is there any official means to go back?
    Please Help...
    Regards
    AJITH

    Sorry to hear about you being disappointed. Regarding the caller image this has changed in ICS and it doesn't look the same as it did before. This isn't a bug, its new design so there is no 'solution' for that.
    If it wouldn't be possible to run ICS on 512mb of RAM we wouldn't have released an ICS version for the LWW
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • How to install the JRE that comes with JME 3.0 to a Windows Mobile device

    From Sun's JME download page:
    Integration with 3rd party emulators and Windows Mobile devices
    The new Java ME Platform SDK architecture allows integration of 3rd party emulators and devices. Java ME Platform SDK comes with Sun's Java runtime environment for Windows Mobile. A user can install this runtime on a Windows Mobile device or a Microsoft device emulator and experience all the on-device features of Java ME Platform SDK.*
    My question is, how can I install the Java runtime environment that comes with Java ME Platform SDK 3.0 to a Windows Mobile device. I am a newbie in this device programming and I'm setting up my development environment. So far, I have installed JME in my computer, and have also installed both the Windows Mobile 5 and Windows Mobile 6 emulator. I've been searching the internet for answers, but it always points me to using a third party java runtime such us Mysaifu, etc. I would like to stick with what is packaged with JME if possible.
    If anybody assist me or direct me to an online documentation on how to do this. All help is greatly appreciated :-)

    I had some success installing on a real Mobile 5 device [http://forums.sun.com/thread.jspa?threadID=5344195]
    There is a link to a doc on the main download page, item 5 under How to Install. [http://java.sun.com/javame/downloads/sdk30ea.jsp] I used this for the real device, Treo 700w. Did not try it with an emulator.
    The support looks to be an emulator rather than a JVM per say. But then again I could be wrong on that. I too had poked around looking for a JVM, CrEme, J9, etc..
    I do have a commercial app installed on the Treo that uses IBM's J9, which is seems requires a contact with a sales person to get ahold of. I had hoped to find something that might clue me in on how to "hook up" my own J2ME app with the J9 installed by the commercial package. But I've pretty much decided to get a real J2ME handset rather than continue to waste my time hacking up something with WM. Now the question is which one makes a good reference platform?

Maybe you are looking for

  • Help needed with using network disk with iMovie with NFS or AFP

    Hi, I have iMac with iMovie08 that talks to a remote disk hosted under Linux over a gigabit network using SMB (Samba). It all works ok and I have done a few movies. Now, I have done some tests with NFS and AFP (AppleTalk) and it seems that these are

  • Return to ALV from function module

    Hi to all, I'm new in this forum. My name is Guido and I'm working with Abap from 6 months ago and I whish to greet all of you. Now I have a problem that I try to explain simply. I have created a report with 2 screens: the first one is a selction scr

  • Import Manager MDM 3.0 Updating old Maps

    Dear MDM Catalog gurus, After having upgraded from MDM 2.0 to MDM 3.0 the maps have to be updated in Import Manager. 1. When trying to update MDM import Maps in the new "SAP Import Manager" messages like - "There are multiple roots for the XML Schema

  • Redwood File Event - End of job Trigger

    Scenario : We have 3 file based interfaces chained together that must run in sequence.  Each interface can process 1 or more files.   I do not want the second interface to run until its predecessor has completely processed all its files. Question: Ca

  • Camera Roll lost some photos - please assist

    Greetings, While browsing through some photos I just had an issue with my Camera Roll on my IPhone 3GS running the 4.0 OS. The last month and a half worth of pictures have dissappeared from the Camera Roll including over 135 I just took on vacation o