Recent content by stth

  1. S

    Post S.onyXT.S v1.0 [UNBRICKER] - Xperia Tab S auto unbricker/flasher!

    unbrick, root and debloat xts hi, i had problems to execute condis batch script for windows, so i rewrote it for bash/linux and extended it's function a bit. It uses the file mirrors used by condi, so if anybody sees a problem with this, please tell me. references are included. it can also be...
  2. S

    Post S.onyXT.S v1.0 [UNBRICKER] - Xperia Tab S auto unbricker/flasher!

    jep, linux would be easier at some point but the unscrambler is only for win. but if dd and dev zero is no problem on your machine, it's ok to use win for that. The zip has to be processed by desklunvr.exe from the condi-package first. -> desklunvr.exe ota.zip €: on linux you may have a adb...
  3. S

    Post S.onyXT.S v1.0 [UNBRICKER] - Xperia Tab S auto unbricker/flasher!

    No problem, you're well relaxed? The idea is to change the position of the kernel image on the sd-card. I don't know the exact syntax of the dd command 4 win, you should ask it by executing dd.exe --help. guessing from the command from condis script it should be nearly the same. /dev/zero...
  4. S

    Post S.onyXT.S v1.0 [UNBRICKER] - Xperia Tab S auto unbricker/flasher!

    drivers should be in the kernel image. and both are tegra chip sets. i just tried to also boot the sts kernel on the xts. it only boots, if i overwrite the end of the other kernel. 1 (if not aleady done)) dd if=unbrick.img of=/dev/sdX 2) dd of=/dev/zero of=/dev/sdX bs=512 seek=19000 count=1000...
  5. S

    Post S.onyXT.S v1.0 [UNBRICKER] - Xperia Tab S auto unbricker/flasher!

    hm... thats too bad. OK let's go mad. extract that kernel from the image dd if=unbrick.img of=unbrick_kernel.img bs=512 count=9000 skip=2 clean up the sd between mbr and first partition dd if=/dev/zero of=/dev/sdX bs=512 count=62 seek=2 copy kernel into first partition dd...
  6. S

    Post S.onyXT.S v1.0 [UNBRICKER] - Xperia Tab S auto unbricker/flasher!

    Did you check if the image really is on the sd? there should be 3 partitions in fdisk. the first one should be broken and you must not repair it. the second one should contain a minimal system an the third and biggest one is empty. if you can see the disk in hex, there is a 0x42, 0x42 at address...
  7. S

    Post S.onyXT.S v1.0 [UNBRICKER] - Xperia Tab S auto unbricker/flasher!

    condi's tool should work there, too. I could boot the xperia tablet s with a tablet p kernel into system. It should work vice versa. try the script to the point where it creates the sd image. then abort. put the sd in the tablet and see if it boots. if it boots from sd (you'll see a message)...
  8. S

    Post S.onyXT.S v1.0 [UNBRICKER] - Xperia Tab S auto unbricker/flasher!

    jep, they were different. It was the Tablet P kernel from signed-nbx02_004-ota-121121004.zip -> http://forum.xda-developers.com/showthread.php?t=1687429 i just tried to read out the kernel the easy way, but this does not work [email protected]:/dev # dd if=mem of=/imgdata/dev-mem-25mb.img bs=512...
  9. S

    Post S.onyXT.S v1.0 [UNBRICKER] - Xperia Tab S auto unbricker/flasher!

    IT WORKED THANKS condi PS: why not trying to use the SD-image to flash KitKat? i mean, you can pull all mmc images and flash all mmc images via dd, why not writing a custom rom this way? the only problem is the kernel. mounts of /dev/block/* mmcblk0p1 -> /configs -r--r--r-- 1 root root 64...
  10. S

    Post Debricking ideas for Xperia Tablet S

    http://forum.xda-developers.com/showthread.php?t=2642436 this worked for me / hung at boot animation due to broken symlinks/removed apk's :good:
  11. S

    Post S.onyXT.S v1.0 [UNBRICKER] - Xperia Tab S auto unbricker/flasher!

    this dd.exe did not work as expecded. same problem on my win7 laptop I have mostly rewritten the script for bash / linux shell
  12. S

    Post Root MANY ANDROID! [Upd: 20.07.2014] - Updated: New Z2 Root by CubeandCube

    Works for Samsung Galaxy Fame Lite (GT-s6790N [JZ054K.S6790NXXAMJ1]) using v33 and method "0" Thanks a lot!
  13. S

    Post [Q/A] GENERAL CHAT (post here instead of making a new thread}

    mini pro cm10 versions Hi, i got the freexperia unofficial cm 10 on my mango device and since some weeks i get noticed about original cm nightly roms in the cm update menu in the settings menu. So my questions are: are they compatible or even common source? Which works better...
  14. S

    Post [ROOT]Sony Xperia Tablet S SGPT121US ICS 4.0.3 ROOTED!!

    got over the issues... don't know how, just retried the installation of the terminal is missing in the howto $> adb install Term.apk /data/local/tmp/onload.sh gives me the error "Unable to chmod /data/local/tmp/mkdevsh: Operation not permitted" /data/local/tmp/onload2.sh gives me the error...
  15. S

    Post [ROOT]Sony Xperia Tablet S SGPT121US ICS 4.0.3 ROOTED!!

    Am trying on sony xperia tablet s (wifi/16gig) with current stock firmware (4.0.3 (release 5)) Have 3 issues at the first place: * the restore removes the play store link and some apps * the commands from the step quouted below $> mv system system- $> mv system2 system $> mv app app- $> mkdir...