Recent content by sun4384

  1. S

    Post [DEV][ROM][CM11][4.4.4][KTU84Q]VivoKat[ION][27/10/2014]

    I was tracking down the reason why headset buttons don't work, and found the following piece of code rejects headset button events: In the arch/arm/mach-msm/htc_headset_mgr.c file, int hs_notify_key_event(int key_code) { ... if (hi->hs_35mm_type == HEADSET_INDICATOR) { HS_LOG("Not support...
  2. S

    Post Can't S-OFF 'cause revolutionary.io is down. What to do?

    OK, I gave up on S-OFF path and took the other path described here. I tried ARHD 6.0, VivoKat, CyanVivo X Reborn, and also the original ICS rom from HTC. All worked fine.
  3. S

    Post [Q&A][VivoKat][4.4.4]VivoKat Questions & Answers

    Can't find settings for notification LED. Isn't it supported in the latest version?
  4. S

    Thread Can't S-OFF 'cause revolutionary.io is down. What to do?

    I got my hands on an old Incredible S and found this great forum. I started following the steps in http://forum.xda-developers.com/showthread.php?t=1705913, but stuck on the section 2 because revolutionary.io is unreachable atm and the key cannot be generated (though I got the...
  5. S

    Post kindle 3 lcd in nook ST - is it possible ???

    I can confirm the e-ink screen for Kindle Keyboard can be put into Nook Simple Touch, working beautifully. Just be careful when taking NST apart, because the e-ink screen is VERY tightly glued to the back panel, using some kind of strong double sided tape. I ended up cracking it...
  6. S

    Post Minimal rooting - back to basics

    Thank you for the advice. Then, if I want to use adb over wifi, but want it to be off (or standby or whatever state that doesn't allow adb connection over wifi) at boot so that it can be toggled on/off later using one of adb wireless apps, what should I do? Is keeping "setprop...
  7. S

    Post Minimal rooting - back to basics

    Then what about adb wireless apps? Do we still need one of those to adb-connect wirelessly? I tried this on a fresh Nook with 1.1.2, and don't seem to be able to connect to the Nook.
  8. S

    Post [Q] anyone having 1.1.2 firmware file?

    That's it! Thank you!
  9. S

    Thread [Q] anyone having 1.1.2 firmware file?

    For some reasons, I need to downgrade my NST to 1.1.2, but couldn't find the firmware file anywhere. It used to be around on this forum, but the link to the file (hosted on MediaFire) was now gone... Is there anyone with that firmware file? I would appreciate it...
  10. S

    Post [Gparted] Nook Simple Touch resize partitions non-destructive

    Good to hear another success story. In my case I squeezed all the way to 1.45GB for the side-loaded contents. boot/rom/system/cache/data partitions are shrunken, and factory partition is busted. I had to use fdisk instead of GPartED to completely recreate the partition table, though. I think...
  11. S

    Post [Q] Questions regarding the two NST rooted with the same process

    Out of curiosity, I just deleted BCB and BootCnt in the rom partition, and rebooted. First it said "Install Failed", a screen I have never seen before on Nook. So I looked into the rom partition and found that BCB file is recreated, but not BootCnt. On the subsequent boot, it said "Installing...
  12. S

    Thread [Q] Questions regarding the two NST rooted with the same process

    I rooted two nooks, and made tar backups of their partitions (I also got the dd image just in case). Out of curiosity, and with the goal of keeping minimal backup and increasing the partition for side-loaded contents to maximum, I tried to compare the contents of each partition. Since I followed...
  13. S

    Post [APP][NST][NSTG][1.2.x]NTGAppsAttack - Google Apps Installer Addon For NookManager

    I tested straygecko's approach instead of adding layout_width, and gtalk didn't crash. It runs fine on execution. Still the keyboard doesn't popup though. Believing that I can find a working alternative, I tried Xabber. Well, it suffered exactly the same problem: no keyboard popping up, and no...
  14. S

    Post [Gparted] Nook Simple Touch resize partitions non-destructive

    I don't use linux on my PC... only on hacked router & nas.
  15. S

    Post [APP][NST][NSTG][1.2.x]NTGAppsAttack - Google Apps Installer Addon For NookManager

    Precisely, it's layout_width causing the problem. Without it gtalk terminates immediately when executed, giving a runtime exception saying layout_width attribute is missing in the logcat. As you said, it's weird because it's specified in the framework file. Regarding the auto scroll issue, it...