[SOLVED] Help me Hboot 1.55.0000 Thanks- nkk71

Search This thread

gm_vel

Senior Member
Jun 23, 2010
102
7
Chennai
Okay my friend i will try and let you know...

hmm, you're already on 3.05.651.6 with S-On, no RUU for that as far as I know :( (you may need to check Sprint forum)

i have to go for a while, but try the following things (using stuff for Sprint)
1- factory reset
2- format/wipe EVERYTHING in TWRP (for Sprint)

then push the rom again, and try installing it again.

if all that fails i'll need a teamviewer session to have a closer look
 

gm_vel

Senior Member
Jun 23, 2010
102
7
Chennai
i tried but its failed so am ready with my team-viewer....



hmm, you're already on 3.05.651.6 with S-On, no RUU for that as far as I know :( (you may need to check Sprint forum)

i have to go for a while, but try the following things (using stuff for Sprint)
1- factory reset
2- format/wipe EVERYTHING in TWRP (for Sprint)

then push the rom again, and try installing it again.

if all that fails i'll need a teamviewer session to have a closer look
 

gm_vel

Senior Member
Jun 23, 2010
102
7
Chennai
THANK YOU

First and foremost I would like thank nkk71. I was having this issue from past three days and as soon as I raised my problem in XDA FORUM nkk71 has started guiding me. He was so so sooooo cool in answering all my queries very patiently:) even though my questions r silly;) Thank u so much for tolerating me these days:)

Even after his suggestions I was unable to recover my phone as I already said I'm stupid in doing this and didn't follow his comments properly.

Then finally today he himself said we will have team viewer session to do this. So we had team viewer session today and he has finally resolved my issue.

Actually I tried to push ROM through adb but I was getting error saying memory is full:( but he has completely helped me with partition and pushed the Custom ROM through adb. It was really a magic for me and I'm completely happy for nkk71:) A BIG THANK YOU NKK71.

Even after his help I had requested for one more help in team viewer, haha. Yes! I wanted to do S-Off for my mobile. With great patients he has done S-OFF in my mobile through team viewer.

I am really really Very Happy for his help, I could see my mobile on after three days and not only my mobile I'm also off these days:( but now with his help everything switched on:)

THANKS A MILLION TON MY BRO!!!!!



hmm, you're already on 3.05.651.6 with S-On, no RUU for that as far as I know :( (you may need to check Sprint forum)

i have to go for a while, but try the following things (using stuff for Sprint)
1- factory reset
2- format/wipe EVERYTHING in TWRP (for Sprint)

then push the rom again, and try installing it again.

if all that fails i'll need a teamviewer session to have a closer look
 
  • Like
Reactions: nkk71

nkk71

Inactive Recognized Developer / Contributor
May 26, 2010
8,741
7,571
53
Beirut
THANKS A MILLION TON MY BRO!!!!!

You're welcome :)

For those who want a brief summary:
device: M7_WLS
(bootloader) modelid: PN0720000
(bootloader) cidnum: SPCS_001

he flashed the TWRP recovery for M7_U/UL ---> result --> wrong partition table!!!

so:
1- reflashed TWRP for M7_WLS

2- checked partitions (remember that those are different on M7_WLS vs M7_U/UL mmcblk0p__ partitions)
..... /system -> OK
..... /cache -> OK
..... /data -> completely corrupted

3- formatted /data (mmcblk0p__) using mkfs.ext4
4- recreated internal storage folder

5- pushed the ROM (ARHD 31.6 compatible with Sprint)
6- installed and booted just fine :highfive:

Optional (at user's request):
7- used firewater to S-Off device
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    when am trying am getting this error!!!! please help me...
    please tell me is that i mad any mistake!!!


    C:\Android\fastboot-win>adb push SuperSU-v1.93.zip/sdcard/
    Android Debug Bridge version 1.0.29

    -d - directs command to the only connected USB devic
    e
    returns an error if more than one USB device is
    present.
    -e - directs command to the only running emulator.
    returns an error if more than one emulator is r
    unning.
    -s <serial number> - directs command to the USB device or emulator w
    ith
    the given serial number. Overrides ANDROID_SERI
    AL
    environment variable.
    -p <product name or path> - simple product name like 'sooner', or
    a relative/absolute path to a product
    out directory like 'out/target/product/sooner'.

    If -p is not specified, the ANDROID_PRODUCT_OUT

    environment variable is used, which must
    be an absolute path.
    devices - list all connected devices
    connect <host>[:<port>] - connect to a device via TCP/IP
    Port 5555 is used by default if no port number
    is specified.
    disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.
    Port 5555 is used by default if no port number
    is specified.
    Using this command with no additional arguments

    will disconnect from all connected TCP/IP devic
    es.

    device commands:
    adb push <local> <remote> - copy file/dir to device
    adb pull <remote> [<local>] - copy file/dir from device
    adb sync [ <directory> ] - copy host->device only if changed
    (-l means list but don't copy)
    (see 'adb help all')
    adb shell - run remote shell interactively
    adb shell <command> - run remote shell command
    adb emu <command> - run emulator console command
    adb logcat [ <filter-spec> ] - View device log
    adb forward <local> <remote> - forward socket connections
    forward specs are one of:
    tcp:<port>
    localabstract:<unix domain socket name>
    localreserved:<unix domain socket name>
    localfilesystem:<unix domain socket name>
    dev:<character device name>
    jdwp:<process pid> (remote only)
    adb jdwp - list PIDs of processes hosting a JDWP transport

    adb install [-l] [-r] [-s] [--algo <algorithm name> --key <hex-encoded key> --
    iv <hex-encoded iv>] <file>
    - push this package file to the device and instal
    l it
    ('-l' means forward-lock the app)
    ('-r' means reinstall the app, keeping its data
    )
    ('-s' means install on SD card instead of inter
    nal storage)
    ('--algo', '--key', and '--iv' mean the file is
    encrypted already)
    adb uninstall [-k] <package> - remove this app package from the device
    ('-k' means keep the data and cache directories
    )
    adb bugreport - return all information from the device
    that should be included in a bug report.

    adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosy
    stem] [<packages...>]
    - write an archive of the device's data to <file>
    .
    If no -f option is supplied then the data is wr
    itten
    to "backup.ab" in the current directory.
    (-apk|-noapk enable/disable backup of the .apks
    themselves
    in the archive; the default is noapk.)
    (-shared|-noshared enable/disable backup of the
    device's
    shared storage / SD card contents; the defau
    lt is noshared.)
    (-all means to back up all installed applicatio
    ns)
    (-system|-nosystem toggles whether -all automat
    ically includes
    system applications; the default is to inclu
    de system apps)
    (<packages...> is the list of applications to b
    e backed up. If
    the -all or -shared flags are passed, then t
    he package
    list is optional. Applications explicitly g
    iven on the
    command line will be included even if -nosys
    tem would
    ordinarily cause them to be omitted.)

    adb restore <file> - restore device contents from the <file> backup
    archive

    adb help - show this help message
    adb version - show version num

    scripting:
    adb wait-for-device - block until device is online
    adb start-server - ensure that there is a server running
    adb kill-server - kill the server if it is running
    adb get-state - prints: offline | bootloader | device
    adb get-serialno - prints: <serial-number>
    adb status-window - continuously print device status for a specifie
    d device
    adb remount - remounts the /system partition on the device re
    ad-write
    adb reboot [bootloader|recovery] - reboots the device, optionally into the boo
    tloader or recovery program
    adb reboot-bootloader - reboots the device into the bootloader
    adb root - restarts the adbd daemon with root permissions
    adb usb - restarts the adbd daemon listening on USB
    adb tcpip <port> - restarts the adbd daemon listening on TCP on th
    e specified port
    networking:
    adb ppp <tty> [parameters] - Run PPP over USB.
    Note: you should not automatically start a PPP connection.
    <tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
    [parameters] - Eg. defaultroute debug dump local notty usepeerdns

    adb sync notes: adb sync [ <directory> ]
    <localdir> can be interpreted in several ways:

    - If <directory> is not specified, both /system and /data partitions will be u
    pdated.

    - If it is "system" or "data", only the corresponding partition
    is updated.

    environmental variables:
    ADB_TRACE - Print debug information. A comma separated list
    of the following values
    1 or all, adb, sockets, packets, rwx, usb, sync
    , sysdeps, transport, jdwp
    ANDROID_SERIAL - The serial number to connect to. -s takes prior
    ity over this if given.
    ANDROID_LOG_TAGS - When used with the logcat option, only these de
    bug tags are printed.

    C:\Android\fastboot-win>adb sideload SuperSU-v1.93.zip
    * daemon not running. starting it now on port 5037 *
    * daemon started successfully *
    error: device not found

    C:\Android\fastboot-win>







    in custom recovery, either
    adb push <name of rom>.zip /sdcard/
    or
    adb sideload <name of rom>.zip
    1
    Hi,

    When I connected my phone and went to bootloader system was unable to install the driver.

    My system OS: Windows 7, 32 Bit.

    Can you please help!!!

    Sure, get HTC Drivers from here (if you don't already have them): http://xdaforums.com/showthread.php?t=2089508

    Then go to my guide and check FAQ #2, has detailed instructions and pictures http://xdaforums.com/showthread.php?t=2541082 on how to fix it
    1
    its says NO SPACE ON DEVICE!!!! waht should i do now???


    C:\android-sdk\platform-tools>adb devices
    List of devices attached
    FA34ES908922 recovery


    C:\android-sdk\platform-tools>adb push Android_Revolution_HD-One_31.6.zip /sdcar
    d/
    failed to copy 'Android_Revolution_HD-One_31.6.zip' to '/sdcard//Android_Revolut
    ion_HD-One_31.6.zip': No space left on device

    THEN I TRIED THIS ONE DF-H AND GOT THIS ONE....

    C:\android-sdk\platform-tools>adb shell df -h
    Filesystem Size Used Available Use% Mounted on
    tmpfs 930.8M 48.0K 930.7M 0% /dev
    /dev/block/mmcblk0p37
    1.7G 1.7G 33.1M 98% /data
    /dev/block/mmcblk0p37
    1.7G 1.7G 33.1M 98% /sdcard

    C:\android-sdk\platform-tools>

    wait a second!! didn't you say you have a Sprint model?? then WTF, is /data doing on mmcblk0p37??

    1- what recovery are you using, exact name and version number please? the one for Sprint right?!?!?!

    2- open an adb shell:
    adb shell, and type the following command, C:\ADB2>adb shell and then mount

    ~ # cat /proc/emmc
    for example:
    Code:
    C:\ADB2>[B][COLOR="Blue"]adb shell[/COLOR][/B]
    
    ~ # [B][COLOR="Blue"]cat /proc/emmc[/COLOR][/B]
    
    ~ # [COLOR="Blue"][B]mount[/B][/COLOR]

    and copy/paste the output
    1
    1. am using Recovery TWRP v 2.6.3.4., i already installed this one, at the very first and its working fine so i don't want to change!!! that's why am not used sprint recovery version... sorry my friend... if u want i will change the right version of recovery...what U gave me...

    do u want me to change the recovery???

    I guess my post wasn't clear http://xdaforums.com/showpost.php?p=50160514&postcount=11

    M7_U / M7_UL are COMPLETELY different than M7_WLS

    you just used an M7_U/UL recovery on an M7_WLS model and crapped you partitions!

    a recovery suitable for Sprint is here: http://techerrata.com/browse/twrp2/m7wls
    download that one, make sure MD5 is correct, and HOPE you'll be able to fix partitions

    before you do that, make an "adb shell cat /proc/emmc" then flash the recovery for Sprint

    I'm not sure right now, but you may end up needing to flash an ruu.

    Anyway, for now
    1- adb shell cat /proc/emmc
    2- flash SPRINT recovery
    3- since your still going to be in bootloader, post a fastboot getvar all (excluding IMEI, MEID, and s/n)
    4- enter recovery
    5- adb shell cat /proc/emmc
    1
    YES I DID UP TO STEP 5.

    WHAT SHOULD I DO NEXT???

    C:\android-sdk\platform-tools>adb shell cat /proc/emmc
    dev: size erasesize name
    mmcblk0p19: 000ffa00 00000200 "misc"
    mmcblk0p36: 00fffe00 00000200 "recovery"
    mmcblk0p35: 01000000 00000200 "boot"
    mmcblk0p37: 73fffc00 00000200 "system"
    mmcblk0p26: 00140200 00000200 "local"
    mmcblk0p38: 27fffe00 00000200 "cache"
    mmcblk0p39: 680000000 00000200 "userdata"
    mmcblk0p22: 01400000 00000200 "devlog"
    mmcblk0p24: 00040000 00000200 "pdata"
    mmcblk0p27: 00010000 00000200 "extra"
    mmcblk0p33: 04b00200 00000200 "radio"
    mmcblk0p16: 03c00400 00000200 "adsp"
    mmcblk0p15: 00100000 00000200 "dsps"
    mmcblk0p17: 007ffa00 00000200 "radio_config"
    mmcblk0p20: 00400000 00000200 "modem_st1"
    mmcblk0p21: 00400000 00000200 "modem_st2"
    mmcblk0p29: 00040000 00000200 "skylink"
    mmcblk0p30: 01900000 00000200 "carrier"
    mmcblk0p28: 00100000 00000200 "cdma_record"
    mmcblk0p18: 02000000 00000200 "reserve_1"
    mmcblk0p32: 034ffa00 00000200 "reserve_2"
    mmcblk0p34: 05fffc00 00000200 "reserve_3"
    mmcblk0p31: 04729a00 00000200 "reserve"

    C:\android-sdk\platform-tools>fastboot flash recovery openrecovery-twrp-2.6.3.0-
    m7wls.img
    target reported max download size of 1526722560 bytes
    sending 'recovery' (8608 KB)...
    OKAY [ 1.112s]
    writing 'recovery'...
    OKAY [ 0.833s]
    finished. total time: 1.950s

    C:\android-sdk\platform-tools>fastboot getvar all
    (bootloader) version: 0.5
    (bootloader) version-bootloader: 1.55.0000
    (bootloader) version-baseband: 1.00.20.1108
    (bootloader) version-cpld: None
    (bootloader) version-microp: None
    (bootloader) version-main: 3.05.651.6
    (bootloader) version-misc: PVT SHIP S-ON
    (bootloader) serialno: FA34ES908922
    (bootloader) imei: 990001465828911
    (bootloader) meid: 99000146582891
    (bootloader) product: m7_wls
    (bootloader) platform: HBOOT-8064
    (bootloader) modelid: PN0720000
    (bootloader) cidnum: SPCS_001
    (bootloader) battery-status: good
    (bootloader) battery-voltage: 4306mV
    (bootloader) partition-layout: Generic
    (bootloader) security: on
    (bootloader) build-mode: SHIP
    (bootloader) boot-mode: FASTBOOT
    (bootloader) commitno-bootloader: dirty-35824024
    (bootloader) hbootpreupdate: 11
    (bootloader) gencheckpt: 0
    all: Done!
    finished. total time: 0.059s

    C:\android-sdk\platform-tools>adb shell cat /proc/emmc
    dev: size erasesize name
    mmcblk0p19: 000ffa00 00000200 "misc"
    mmcblk0p36: 00fffe00 00000200 "recovery"
    mmcblk0p35: 01000000 00000200 "boot"
    mmcblk0p37: 73fffc00 00000200 "system"
    mmcblk0p26: 00140200 00000200 "local"
    mmcblk0p38: 27fffe00 00000200 "cache"
    mmcblk0p39: 680000000 00000200 "userdata"
    mmcblk0p22: 01400000 00000200 "devlog"
    mmcblk0p24: 00040000 00000200 "pdata"
    mmcblk0p27: 00010000 00000200 "extra"
    mmcblk0p33: 04b00200 00000200 "radio"
    mmcblk0p16: 03c00400 00000200 "adsp"
    mmcblk0p15: 00100000 00000200 "dsps"
    mmcblk0p17: 007ffa00 00000200 "radio_config"
    mmcblk0p20: 00400000 00000200 "modem_st1"
    mmcblk0p21: 00400000 00000200 "modem_st2"
    mmcblk0p29: 00040000 00000200 "skylink"
    mmcblk0p30: 01900000 00000200 "carrier"
    mmcblk0p28: 00100000 00000200 "cdma_record"
    mmcblk0p18: 02000000 00000200 "reserve_1"
    mmcblk0p32: 034ffa00 00000200 "reserve_2"
    mmcblk0p34: 05fffc00 00000200 "reserve_3"
    mmcblk0p31: 04729a00 00000200 "reserve"

    C:\android-sdk\platform-tools>

    go ahead and push the rom, let's see if you can do without having to ruu, remember ARHD 31.6 NOT 51.0

    adb push Android_Revolution_HD-One_31.6.zip /sdcard/