Search results

  1. C

    Post vkworld VK6050S (MTK6735,1.0GHz,Quad core, RAM 2GB+ ROM 16GB, Android 5.1, 6050 mAh)

    Am I the only one not able to root this phone (last available firmware) with Kingroot apk? Initially it says there a method, then it fails saying no method available yet... Any idea? Thank you
  2. C

    Post NoRefresh enabler

    What would be really useful, would be to start it when scrolling or dragging start, and ending it when it ends. I'm thinking about the usage while reading and scrolling pdfs (e.g. on ezPdf)
  3. C

    Thread Book Button works bad after rooting

    I noticed that the book button doesn't bring me to the right page of the currently reading book, but it bring me to the first page of the book, like a new instance of the Reader. If i go back to the book using the library, it will bring me again to the right age (sw: NST 1.1 rooted with...
  4. C

    Post system/bin/screenshot works bad, really

    which version? (1.0.0, 1.0.1, 1.1) aren't you getting blueish colors? May be the emulator windows has easy to render colors, try to take screenshot of the launcher with icons please
  5. C

    Post [Q] Mounting NST Backup Images in Linux.

    very simple bash script: #!/bin/bash if test $# -lt 2; then echo "usage: $0 [image] [mount point] <partition number>" exit fi if test -z $3 then number=1 else number=$3 fi mount -o loop,ro,offset=$(parted $1 unit B print | grep "^ $number" | sed...
  6. C

    Post NST Underclocking

    i used the same setup of the [OP] hombretranquilo, it seems to work good
  7. C

    Post NST Underclocking

    of course you cannot see any difference in deepsleep mode, it changes the cpu behavior while not sleeping (i.e. when you are reading) by the way, you can also use AnTuTu CPU Master (Free) to do the same for free
  8. C

    Post system/bin/screenshot works bad, really

    can you start it from the shell?
  9. C

    Post system/bin/screenshot works bad, really

    nope, how to launch them from cron4phone?
  10. C

    Thread system/bin/screenshot works bad, really

    i tried system/bin/screenshot, it doesn't work, it make screenshots, but colors are totally messed up what i tried is: adb shell screenshot /media/001.png what you obtain is a blueish screenshot, with messed up colors i would like to use it with cron4phone to make timed screenshots to use...
  11. C

    Post [Q] Reader Application Icon

    Probably my first post wasn't clear... i'm already using NookTouchTools to change the behavior of "n", i use it to go to the ADW.Launcher home but, in ADW.Launcher you can set a different behavior for the button "n" when you are in the ADW home page (since i use "n" to launch ADW home, it's...
  12. C

    Thread [Q] Reader Application Icon

    Would it be possible to make the Reader Activity (the one called by the book button in the up-left corner) link "public" i mean, as an application, an icon in the launcher in this way it would be possible to associate it to the "n" button when in the launcher screen (ADW.Launcher allow to...
  13. C

    Post TouchNooter 1.6.24 for 1.1

    Yes, my nook behave exactly as with 1.0.1 No idea, never bought an app, just free ones, but to keep an .apk backup is always a safe choice :-) about orientation... i remember Orientation Switch and this (just in case someone wanted rotation for free)
  14. C

    Post TouchNooter 1.6.24 for 1.1

    yes, that's why i wrote this, i cannot reply in the development section because i have too few posts on the forum In my case it took slightly longer than a normal boot, no freeze at all, just about 1-2 minute on "Rooted Forever", then some time, may be 1-2 minutes on the nook dots screen with...
  15. C

    Thread TouchNooter 1.6.24 for 1.1

    which uRamdisk to Replace into touchnooter-1.6.24 to make it work on 1.1 is not clear (there are 2 of them). The answer is ONLY /nooter/boot/uRamdisk (don't touch the one in the root) with this configuration (and the framework.jar) i got it to work on the first boot, no need to make the 3...