Recent content by quiqsilver

  1. Q

    Post [ROM] [5.1.1] [NIGHTLY] CyanogenMod 12.1 for Nexus 5

    The Sprint data bug has been posted here if you would like to vote and comment: https://jira.cyanogenmod.org/browse/NIGHTLIES-1007
  2. Q

    Post [ROM] [5.1.1] [NIGHTLY] CyanogenMod 12.1 for Nexus 5

    Ting Data Problems I have the same problem with wifi to LTE handoffs on Ting (Sprint MVNO). 3G and LTE do not connect after switching from wifi (either by disabling it or going out of range). The no data icon pops up and stays there indefinitely. It seems to happen whenever I've been on...
  3. Q

    Post S.onyTablet.S v6.5 [ALLinONE] - new: Update OEM Apps! automatic ICS ROOT!, JB ROOT!

    Do you mean to say that _hack_recovery.zip isn't in the list of update files on your tablet in recovery?
  4. Q

    Post S.onyTablet.S v6.5 [ALLinONE] - new: Update OEM Apps! automatic ICS ROOT!, JB ROOT!

    Can you please be more specific? What recovery part? What .zip file? On where?
  5. Q

    Post S.onyTablet.S v6.5 [ALLinONE] - new: Update OEM Apps! automatic ICS ROOT!, JB ROOT!

    You could just copy it from the sdcard to your AiO files directory and away you go. To edit the script you would edit files\_submenu_custom_rom.bat. Look for ":hackv2" on line 326. Add a new line below: "goto:hackbelow". It should look like this afterwards: :hackv2 goto:hackbelow files\wget...
  6. Q

    Post S.onyTablet.S v6.5 [ALLinONE] - new: Update OEM Apps! automatic ICS ROOT!, JB ROOT!

    If you already have signed-nbx03_001-ota-incremental-0042.001-from0035.001.zip (_hack_recovery.zip) on your sdcard or you can acquire it and place it there, you could edit the script to skip that part of the process. The md5 is A765850992B93A49FE7DF0E32656136F.
  7. Q

    Post S.onyTablet.S v6.5 [ALLinONE] - new: Update OEM Apps! automatic ICS ROOT!, JB ROOT!

    You're probably having issues because Sony took down signed-nbx03_001-ota-incremental-0042.001-from0035.001.zip, which is used by AiO to run an adb shell in recovery. AiO wants that file as files\_hack_recovery.zip to push to the sdcard, and it tries to pull it from Sony's update server if it...
  8. Q

    Post wtf.. APX MODE?

    It will only work if Sony uses that same method to generate the SBK. You can test it in APX mode with "nvflash --bl bootloader.img --sbk 0x0C8D6F00 0x0433F601 0x6B5C1203 0xD9292103 --sync". If it works, it will spit out a bunch of chip data. If not, you will get a write error.
  9. Q

    Post S.onyTablet.S v6.5 [ALLinONE] - new: Update OEM Apps! automatic ICS ROOT!, JB ROOT!

    You need to flash 3.2.1r2 before you can root it (assuming your device is set to US region). That build is vulnerable to the root exploit, while the older 3.2 build is not.
  10. Q

    Post S.onyTablet.S v6.5 [ALLinONE] - new: Update OEM Apps! automatic ICS ROOT!, JB ROOT!

    You need an update for the region your device is set to, but I don't know what ro.sony.sku.base your sku matches.
  11. Q

    Post S.onyTablet.S v6.5 [ALLinONE] - new: Update OEM Apps! automatic ICS ROOT!, JB ROOT!

    Pull and post recovery.log: adb pull /tmp/recovery.log
  12. Q

    Post S.onyTablet.S v6.5 [ALLinONE] - new: Update OEM Apps! automatic ICS ROOT!, JB ROOT!

    Since you don't know what the issue is with your tablet, I would revert to 3.2.1r2 US (signed-nbx03_001-ota-0042.001.zip), root, and start over. Sony pulled the file from their servers, so you won't be able to download it from there.
  13. Q

    Post S.onyTablet.S v6.5 [ALLinONE] - new: Update OEM Apps! automatic ICS ROOT!, JB ROOT!

    /system/bin/tempsu /system/bin/cat /data/local/tmp/old_build.prop > /system/build.prop
  14. Q

    Post S.onyTablet.S v6.5 [ALLinONE] - new: Update OEM Apps! automatic ICS ROOT!, JB ROOT!

    su will segfault in recovery. Run /system/bin/tempsu.
  15. Q

    Post [Q]How can I downgrade sony tablet S wifi 32gb US from unrooted ICS to Honeycomb?

    Correlation does not equal causation; you can't downgrade just because you are bricked. Downgrading or reflashing the same version is simply an escape mechanism from a brick. You can only downgrade if your build number is decremented, which requires root permissions to do. It is possible that...