Results 1 to 10 of 10

Thread: SamdroidTools 2.0.0 (beta)

777
  1. [translate]    #1
    Member
    Join Date
    Sep 2010
    Location
    Jakarta
    Posts
    30

    Red face SamdroidTools 2.0.0 (beta)

    Hi all,

    I have modified original SamdroidTools (from leshak)

    V 2.0.0b:
    - add enable/disable SSSwitch v1.2b (by voku)
    - removed native lib (libsamdroidtools.so)
    - auto detect and install apps2sd init scripts (/etc/init.d/03firstboot,04apps2sd,05apps2sdoff,07userinit)

    next:
    ssswitch setting

    source:
    https://github.com/arifhn/SamdroidTools

    you may need to uninstall old SamdroidTools, because the .apk have different certificate

    hope you like it
    Attached Files Attached Files

  2. [translate]    #2
    Senior Member
    Join Date
    Jul 2010
    Location
    Mumbai, India
    Posts
    437

    Default

    Does it automatically installs d apk and dalvik cache to sd?
    <a rel="me" href="https://plus.google.com/">
    <img src="http://www.google.com/images/icons/ui/gprofile_button-32.png">
    </a>

  3. [translate]    #3
    Member
    Join Date
    Sep 2010
    Location
    Jakarta
    Posts
    30

    Default

    Quote Originally Posted by cardozclive View Post
    Does it automatically installs d apk and dalvik cache to sd?
    Did you mean move installed apps and dalvik cache?
    Yes it will move apps. Same as the previous version
    Last edited by arifhn; 05-29-2011 at 12:40 PM. Reason: typo

  4. [translate]    #4
    Senior Member
    Join Date
    Jun 2010
    Location
    IDN
    Posts
    380

    Default

    i think its better if it was given a proper UI (nice UI), CPU tuner (like SetCPU) , Widget (like power control) to auto optimalization.

    PS. keren gan ! lanjutkan
    hello

  5. [translate]    #5
    Member
    Join Date
    Sep 2010
    Location
    Jakarta
    Posts
    30

    Default

    Quote Originally Posted by |X|S|6|2|1| View Post
    i think its better if it was given a proper UI (nice UI), CPU tuner (like SetCPU) , Widget (like power control) to auto optimalization.

    PS. keren gan ! lanjutkan
    Thanks, I will try to make it better

    *btw, ngaskus gan?

  6. [translate]    #6
    Senior Member
    Join Date
    Jun 2010
    Location
    IDN
    Posts
    380

    Default

    Quote Originally Posted by arifhn View Post
    Thanks, I will try to make it better

    *btw, ngaskus gan?
    question : i dont have SSSwitch, so how about 1st function?
    *ngaskus koq*
    hello

  7. [translate]    #7
    Senior Member
    Join Date
    May 2010
    Location
    /dev/null
    Posts
    1,704

    Default

    maybe the implementation of "ssswitch setting" are not so hard if we save all settings in a sqlite3 database and read this settings with SSSwitch ... so we don't need root (su), no chmod, etc. ?!?

  8. [translate]    #8
    Member
    Join Date
    Sep 2010
    Location
    Jakarta
    Posts
    30

    Default

    Quote Originally Posted by |X|S|6|2|1| View Post
    question : i dont have SSSwitch, so how about 1st function?
    *ngaskus koq*
    SSSwitch included inside the apk. He will automatically install required scripts for you.

    Quote Originally Posted by voku1987 View Post
    maybe the implementation of "ssswitch setting" are not so hard if we save all settings in a sqlite3 database and read this settings with SSSwitch ... so we don't need root (su), no chmod, etc. ?!?
    hmm.. then we need to modify 98ssswitch to read setting from sqlite. Is there a way to read sqlite db from shell?
    Last edited by arifhn; 05-30-2011 at 11:08 AM.

  9. [translate]    #9
    Senior Member
    Join Date
    May 2010
    Location
    /dev/null
    Posts
    1,704

    Default

    Quote Originally Posted by arifhn View Post
    SSSwitch included inside the apk. He will automatically install required scripts for you.


    hmm.. then we need to modify 98ssswitch to read setting from sqlite. Is it easier than read from env var?
    we could still import the settings with env but first we write a new config e.g. echo `sqlite3 test.db "select ssscfg from table"` > /system/etc/ssswitch.conf

    ... but it's only a idea PS: have you looked at this app already -> /trunk/src/com/ckmod/zyr3x/tools/ - spica-ckztools - com.ckMod.zyr3x.tools - Google Project Hosting

  10. [translate]    #10
    Member
    Join Date
    Sep 2010
    Location
    Jakarta
    Posts
    30

    Default

    Quote Originally Posted by voku1987 View Post
    we could still import the settings with env but first we write a new config e.g. echo `sqlite3 test.db "select ssscfg from table"` > /system/etc/ssswitch.conf

    ... but it's only a idea PS: have you looked at this app already -> /trunk/src/com/ckmod/zyr3x/tools/ - spica-ckztools - com.ckMod.zyr3x.tools - Google Project Hosting
    Oh i see. I think easier to use PreferenceActivity
    my problem is to understand the menu structure of ssscfg (std setting, advanced setting, ...), convert them to UI and make it easier to use (people can understand)

    Btw. Thanks for the link.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •