Recent content by sergey1369

  1. S

    Post FINOW Q1 Pro Smartwatch [Andorid 6.0] [MTK6737] [1GB+8GB] 4G IP67 720MAh

    Hi, fastboot/ twrp rooting seems to be dead end for now. Fastboot mode doesn't work properly. You can root using SP flash tool 5.1836* on PC. It works for me on 1.5 firmware. Get scatter file from original firmware (Finow Q1 PRO 1.1). Install latest Magisk Manager (now - 6.0.1) on watch On PC...
  2. S

    Post How to root my Oukitel K10 ?

    Magisk 17.1 Magisk 17.1 install AS IS, no warranty, no testing (yet). !!! You can lose your data or brick your phone !!! 0. Don't try default install or upgrade via MagiskManager - you'll get bootloop. 1. You can try this boot-magisk.img (AIK repacked with force encryption and dm-verity...
  3. S

    Post VMLite VNC Server

    Hello. "Vmlite vnc server" has disappeared from google play. Why? $ curl -si 'https://play.google.com/store/apps/details?id=com.vmlite.vncserver' | head -1 HTTP/2 404
  4. S

    Post [APP][4.0] NiLS - Lock Screen Notifications

    Hi! Notification service doesn't start - FlymeOS 6 (Android 5.1) on Meizu pro 5. I've got this messages in logcat. E/System (10230): stat file error, path is /data/app/com.roymam.android.notificationswidget-1/lib/arm64, exception is android.system.ErrnoException: stat failed: ENOENT (No such...
  5. S

    Post How to root my Oukitel K10 ?

    Oh, that's weird, it was free. Here is a copy
  6. S

    Post How to root my Oukitel K10 ?

    Hi, you need Vol-up+Power. It takes about 11 seconds on my phone. Choose Fastboot mode with Vol-up and confirm selection with Vol-down.
  7. S

    Post How to root my Oukitel K10 ?

    Hello. Turn off your phone first. Then hold button and turn it on. Be carefull - font is too small in menus.
  8. S

    Post How to root my Oukitel K10 ?

    I've got this phone today. Here is my quick root procedure. 1. Prepare a magnifiying glass for reading messages on your phone. 2. Download SuperSU (ZIP) and TWRP for oukitel k10. This one works for me (OKITEL_K10_V121_20180112). 3. Reboot to bootloader. VOL-DOWN+POWER 4. Unlock bootloader...
  9. S

    Post [APP][2.1+] SSHDroid (2.1.0)

    1. Workaround to get root (useful for sftp!): - disable flag Enable_root; - set Port 2200; - use SuperSU (/system/xbin/su) as User_Shell; - reboot!
  10. S

    Thread Can we demand Verizon/Samsung for unlocked bootloader?

    Hi. Wiki says - The GNU General Public License (GNU GPL or GPL) is a widely used[6] free software license, which guarantees end users (individuals, organizations, companies) the freedoms to run, study, share (copy), and modify the software. Software that allows these rights is called free...
  11. S

    Post Root for NK1 Kitkat 4.4.4 ?????

    There is new exploit for linux kernel. Our device may be vulnerable. https://www.exploit-db.com/exploits/39277/ Exploit needs actual addresses for two kernel functions. Can someone with already rooted NK1 get them? # only superuser have chance to see them su grep commit_creds /proc/kallsyms...
  12. S

    Post [ROM] CyanogenMod 7 for the HTC Tattoo :: V7.1.0.1 (10 Oct 2011)

    HTC Tattoo calibration fix diff --git a/arch/arm/mach-msm/board-bahamas.c b/arch/arm/mach-msm/board-bahamas.c index d3a8fa8..d783bfc 100644 --- a/arch/arm/mach-msm/board-bahamas.c +++ b/arch/arm/mach-msm/board-bahamas.c @@ -745,8 +745,8 @@ static struct tssc_ts_platform_data tssc_ts_device_data...
  13. S

    Post [Q] Send audio from Android to speakers

    No easy way. RealAudiio streamer-player? Private dancer (req. root on source) streams audio from android to dlna renderer.
  14. S

    Post [ROM][N5100]Official Nightlies CM11.0[KTU84P][4.4.4]

    No, HDMI/MHL 2.0 still not working, On stock works great with Samsung video player.....
  15. S

    Post [ROM][4.4.4][10/21] SlimSaber - n7000

    Bluetooth tethering broken Hello, please fix bluetooth tethering. Now it doesn't set IP because "service dhcpcd_bt-pan not found" error. It's relatively simple. You need to duplicate sections with "service ...._bnep0..." like "service ..... _bt-pan" in /init.smdk4210.rc. It should be...