Search results

  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.
  16. kenkit

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

    dd is a linux binary that has raw access to disks and partitions (most android phones have it), use it on a working device and read out the main partitition (phone should be similar to yours), the generated binary file should be burned to an sdcard, thats where win32diskimager comes in, although...
  17. kenkit

    Post Speed of Windws Phone

    I wonder what I would be doing with a windows phone ?. With all those limitations, if only they were a little open with stuff like sharing apps, theme customizations etc, windows phones suck. I‘m only waiting for the day when opensource will take over, or maybe when windows will switch to...
  18. kenkit

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

    you need to know how to use dd, and programs like win32diskimager. Sent from my ALCATEL ONE TOUCH 918D using xda app-developers app
  19. kenkit

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

    Here is the partition layout for the phone I acquired from another similar phone. major minor #blocks name 253 0 122880 zram0 179 0 3817472 mmcblk0 179 1 20 mmcblk0p1 179 2 150 mmcblk0p2 179 3 20480 mmcblk0p3 179 4...
  20. kenkit

    Post installing root, flash_image permission denied

    The problem with flash_image & dump_image is that it doesn't work on devices devices which use emmc (recent phones)and have mmcblk0 and cat /proc/mtd won't work here either. This means that you have to use dd to write to this devices. I wonder how guys determine the partitions to use on such...
  21. kenkit

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

    Actually here is what happened, my phone usb port does not work atm, but I rooted the phone, so I tried installing recovery using dd but flashed it to the wrong partition possibly, this is after looking on the net for the possible recovery partition which I never really found :laugh: :laugh...
  22. kenkit

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

    Samsung Galaxy S Duos S7562 Does this method work for my Samsung Galaxy S Duos S7562
  23. kenkit

    Post [mt6573][kernel source] ALPS development environment

    Finally it worked ! I was using arm-android-eabi instead of arm-eabi- ;)
  24. kenkit

    Post Nexus One USB host driver

    Linux kernel version: 2.6.35.7 Frambuffer console *.ko Can anyone please upload Linux kernel version: 2.6.35.7 Frame-buffer console modules. I need to use them on my Alcatel 918D for debugging purposes, I tried compiling but can't due to a compilation error. Help in identifying the source of...
  25. kenkit

    Post Mtk6573 Alcatel 918D Kernel Compilation (Framebuffer Console Driver)

    Actually I only borrowed the procedure, but am using the original 918D kernel which I have compiled without the fbcon driver and tested it on the phone which works just fine. But a different idea has struck me, I wonder if i used a pre-compiled *.ko from a different phone so long as I use the...
  26. kenkit

    Thread Mtk6573 Alcatel 918D Kernel Compilation (Framebuffer Console Driver)

    Hi i've been trying to compile the Alcatel 918D kernel with the framebuffer console driver, but I get this error. Can anyone help, Originally the procedure I followed was for a Samsung mobile which have the same kernel version on XDA. I really need this to enable me to debug errors effectively...
  27. kenkit

    Post installing root, flash_image permission denied

    haha am a genius Installing ROM +Recover without sdcard on u8150 all you have to do is:- 1. Make sure u have installed clockwork mode recovery on your device and have su binary. 2. Open adb with the device normally on. 3. Remount the data partition as read write using mount remount in adb . 4...
  28. kenkit

    Post installing root, flash_image permission denied

    Guys new I found another solution (tested on u8150) First make sure that you are rooted first. Open adb shell Type in su. Remount the system partition as read write. Change the owner of system from root to system via chown root system the exit the shell and push flash_image to system/ also push...
  29. kenkit

    Post Android SDK 1.5 emulator trouble in windows

    Boost the android emulator speed Hi guys decide to show you how to run emulator without avd. Ever since I downloaded the Android SDK I rarely use the AVD to run the Image. I Just use the emulator with c++. I noticed there are several emulators in the SDK which are:- emulator-arm.exe...