Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 43

Hybrid View

  1. #1
    Junior Member
    Join Date
    Feb 2015
    Location
    Mexico
    Age
    34
    Posts
    3
    Rep Power
    0

    Default More info

    Some useful(?) info:
    * Locus Pro 3.1.3 only checks for the presence of the libraries and the conf file (libproj.so and _libraries.conf) and do some unknown request to Google Play Store/Services.
    * Locus Pro 3.2.0 checks for the presence of the libraries and the _libraries.conf and check that the key KEY_S_APPLICATION_VERSION_LAST is 295, if is true then add a new key: KEY_S_LIBS_VERSION. This is the only version that does that without checking the validity of the license. On some phones check others keys, in that case is necessary install the 3.1.3 and then the 3.2.0.
    * In some later version also started to check KEY_I_START_NUM_OF_STARTS, that is why some have trouble, this counts the numbers of starts of the app (which is obvious), the value must be greater than or equal to 9.
    * The key KEY_S_LIBS_VERSION has a kind of expiration time, after that you have to repeat the steps to get a new one. Fortunately it's shareable, you can copy from another phone.


    Then, after installing Locus 3.2.0 you must start Locus nine times, and then you can install any later version (tested only on 3.5.3, 3.6.0, and 3.6.2).

    And possibly I'm wrong and the information is incorrect, but that's what I found.

    EDIT:

    Searching through the smali code I've found that there are four downloadable "libs", and found the url intercepting the connection with tPacketCapture.

    The url looks as follow:
    Code:
    Please Login or Register to see the links
    More info: [Only registered and activated users can see links. ]

    [architecure] could be armeabi, armeabi-v7a, x86 or mips.
    [time in seconds since epoch] It is the time when the link becomes invalid.
    [key] A key that only is valid whith the others two parameters, I don't know more.

    I leave attached the downloaded libraries for all available architectures in Locus (armeabi, armeabi-v7a, x86 and mips), so no need to install the free version.
    Attached Files Attached Files
    Last edited by SebSS; 4th July 2015 at 03:47 AM. Reason: More info

  2.    Advertissements


 

 

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
  •