Jump to content

kleo

Active Members
  • Posts

    227
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by kleo

  1. On 3/4/2017 at 8:18 AM, stilia.johny said:

    it will need internet to work. 

    Found a workaround on this,

    On the networking tab I connected wlan2 to a prepaid wireless 3G hotspot. 

    I have no credits loaded nor internet access, but it does make the Pineapple redirect to the Evil Portal.

    Not a very reliable solution, but still you can do this while still being mobile.

  2. 3 hours ago, Mr-Protocol said:

    If you don't backup and replace your original recovery partition, the phone will no longer be able to get OTA updates.

    This may well be the case, but when you've got no other choice. Well after unlocking the phone, you may as well repair the device using Kies. 

  3. Disabled the lockscreen once from a Samsung Note 4 by booting into recovery mode and flashing a cwm image using odin, after that I have adb root access to the device. 

    adb pull file /data/data/com.android.providers.settings/databases/settings.db, settings.db-shm and settings.db-wal to your local machine

    Modify settings file /data/data/com.android.providers.settings/databases/settings.db using sqlite3 or db.browser.for.sqlite or similar.

    On the table secure set values such as lockscreen.disabled to 1

    adb push all the the files settings.db, settings.db-shm, and settings.db-wal back to your device.

    I hope this example can help.

  4. @stilia.johny this is great, to be able to see notifications from the web interface, thanks! I will include this to the project.

     

    As I'm trying to fix the tetra saving logs to /root/ep, discovered a problem which is the templates is vulnerable to file path traversal, read more about it here

     

×
×
  • Create New...