Recent content by grlks

  1. G

    Post serial console

    Do you mean a hardware hack/ something like this: http://ac100.grandou.net/serial_port_modification I have already posted a question if you can add a serial port to the tf300 (before I saw this thread). This is on tegra2 but it should work on tegra3 (this includes tf300, tf201, tf700) to. The...
  2. G

    Post [Q] tf300 serial port modification

    Well, I am sorry but this thread seemes to be similar. http://forum.xda-developers.com/showthread.php?t=2169366
  3. G

    Thread [Q] tf300 serial port modification

    I was just wondering if the tf300t has a similar way to add a knew serial port like the ac100: http://ac100.grandou.net/serial_port_modification This serial port could bring the advantages of talking with the bootloader over a keyboard of anothers computer. This could be used for recoveries.
  4. G

    Post [Q] Stuck @ Boot Screen

    If you are in recovery loop you cannot go into the fastboot menu. The only way to get the stock recovery back is to use nvflash.
  5. G

    Post [Q] Stuck @ Boot Screen

    I think you could mean a kind of recovery loop: There is a file called "command" on the cache partition which causes the recovery image to boot. But if the recovery is broken then it will not empty cache. The recovery will boot but does not update screen (showing just boot splash). On the next...
  6. G

    Post [DEV] ArchLinux on the TF300T(G)

    I was not able to download. RapidShare has dropped it. ---------- Post added at 06:24 PM ---------- Previous post was at 06:20 PM ---------- You can remove Linux with that command: rm -R /data/linux The knew kernel still boots android after removing.
  7. G

    Post Howto root tf300 jelly bean

    I misunderstood you. Sorry I thought you meant jelly bean. On my tablet there are still 500MB of RAM permanently reserved if I disable all system apps. ICS should be better.
  8. G

    Post Howto root tf300 jelly bean

    I don't like the bloatware too. Changing the JB 1.0e bootloader is realy hard with (only way is to acces to the internal sdcard directly with unix tools if you know the aes key).
  9. G

    Post Howto root tf300 jelly bean

    Is there a message in /cache/recovery ?
  10. G

    Post tf300 10.4.9 jelly bean bootloader

    I can't flash a knew bootloader with fastboot cause signature missmatch. The knew bootloader parts are signed and won't flash even with unlock and with "-SIGNED-BY-SIGNBLOB". The bootloader partition of blob does have a digital signature.
  11. G

    Thread tf300 10.4.9 jelly bean bootloader

    I don't know if that is the right forum. I have compaered the new bootloaders for the different countrys on my tf300t with the old bootloaders. My tab is UnLocked. I can switch between bootloaders (dd if=blob of=/dev/block/mmcblk0p4) but not apply changes (I could not change "The device is...
  12. G

    Post Howto root tf300 jelly bean

    I think so. You have to run a program called signapk to resign the zip. To force working you can put the updatet blobfile as newblob in that zipfile (leave the original file) and change META-INF/com/google/android/updater-script that it reads "assert(package_extract_file("newblob", "/tmp/blob")...
  13. G

    Post Howto root tf300 jelly bean

    I was wrong: You cannot run that with a locked bootloader. I have already fixed the instructions.:(
  14. G

    Post Howto root tf300 jelly bean

    You can place all the commands in a file called rootblob.bat or similar. A Question if you have a locked bootloader: Does it work for you? If yes, upload blob file please.
  15. G

    Post Howto root tf300 jelly bean

    Problems with locked bootloader :( I was wrong. You can't flash with fastboot on locked bootloaders. I am sorry for all those testing it. I will fix it!