Recent content by kenkit

  1. kenkit

    Thread [TOOL]Cloud_Commander Ver1.4 Reloaded [BETA]

    CLOUD_COMMANDER GHOST Hi guys, For all those who have tried our previous releases here comes a new version 1.4 A.KA Ghost. Upcoming features include improvement of remote view and keyboard. Creating an open-source engine for multi-platform and api exposure to third party. We are also...
  2. kenkit

    Post [TOOL]Cloud_Commander Ver1.6 (Anathema) [BETA]

    Psn_adn tools The setups section now works. By the way, antivirus software may see rooting tools as a virus beware.
  3. kenkit

    Post [Kernel] Basel kernel [s7562]

    Samsung Galaxy S Duos S7562 FRAMEBUFFER CONSOLE VIDEO Here is a video of what happens when the bootloader overides the kernel cmdline. http://youtu.be/gOmb1z2fuEo
  4. kenkit

    Post [GUIDE]Changing boot_logo in MTK phones !!!

    I realized that bootlogoupdater only updates one boot log, if we want to own all of the bootlogos+charger animations we will have to make our own or atlease find the original source where it is stored prior to being written to mtdblock10 .:D
  5. kenkit

    Post [Application] RGB565Converter v0.3c two way RGB565<->image converter

    The program doesn't work, it just cant run, I guess some missing dll's
  6. kenkit

    Post [HOW TO] [NO JTAG] unbrick / debrick hardbricked Samsung Galaxy S3

    I guess that‘s just bad luck , same thing happened to me. Modem contains appboot, and the phones bootloader. The only solution is JTAG. Sent from my ALCATEL ONE TOUCH 918D using xda app-developers app
  7. kenkit

    Post [HOW TO] [NO JTAG] unbrick / debrick hardbricked Samsung Galaxy S3

    Something for those who are investigating pitfiles, and those who need to know their devices partition info. I made windows binaries from the pit2xml sources.
  8. kenkit

    Post Memory addresses/Memory Map for RAM, OneNAND, etc.

    PIT/XML files [Windows Binaries] PIT/XML files [Windows Binaries] ============= You can convert a PIT file to XML format as follows: pit2xml SLP_ALL_Ver04.pit SLP_ALL_Ver04.xml and back again: xml2pit SLP_ALL_Ver04.xml SLP_ALL_Ver04.pit The relevant data in the file should remain the same...
  9. kenkit

    Post [HOW TO] [NO JTAG] unbrick / debrick hardbricked Samsung Galaxy S3

    Managed to convert S7562_signed_kyle_02_eu.pit to S7562_signed_kyle_02_eu.xml. <?xml version="1.0" encoding="UTF-8"?> <root> <partition Name="CFG_DATA" FileName="qcsblhd_cfgdata.mbn" DeltaName="" DevType="2" ID="77" Attribute="5" UpdateAttr="1" BlockSize="1" BlockLength="40"/> <partition...
  10. kenkit

    Post [Tutorial] Building Your First Kernel

    Debugging shell scripts isn‘t that hard, look at the error generated, mosltly in the logs(post them here) which also has a line number, go to that line and fix it, look if there is a missing ";" , if u cant fix it remove the line and note braces.If there are any remove and try compiling again...
  11. kenkit

    Post [HOW TO] [NO JTAG] unbrick / debrick hardbricked Samsung Galaxy S3

    Nice info, I'll try looking for the pattern :- If I fail unbricking this device, I guess I'll have to be the only guy who has an RIFF JTAG BOX in my area :D
  12. kenkit

    Post [HOW TO] [NO JTAG] unbrick / debrick hardbricked Samsung Galaxy S3

    More info on MSM7227A Unbrick :D. http://www.modaco.com/topic/366030-dfu-tool-for-bricked-zte-blade-3-not-working-on-windows-8/
  13. kenkit

    Post [HOW TO] [NO JTAG] unbrick / debrick hardbricked Samsung Galaxy S3

    I found some interesting info inside MSM7227_Boot-Loader_Translated_Eng_EU.doc Does this mean external sdcard or internal emmc ? int boot_linux_from_flash (void) { struct boot_img_hdr * hdr = (void *) buf; an unsigned n-; struct ptentry * p tn...
  14. kenkit

    Post [HOW TO] [NO JTAG] unbrick / debrick hardbricked Samsung Galaxy S3

    I think it's somehow possible, after I get the usb port working. I might try QPST some more info is on this thread http://forum.xda-developers.com/showthread.php?t=1914359 It appears that this phone isn't that far from MSM8660 on the production line, and we have to force it to boot the external...
  15. kenkit

    Post [HOW TO] [NO JTAG] unbrick / debrick hardbricked Samsung Galaxy S3

    Sorry bro, your only way-out is JTAG.