Skip to main content

Posts

Showing posts from November, 2018

How to install apk through window?

https://forum.xda-developers.com/showthread.php?t=2317790 For 32-bit and 64-bit Windows Operating Systems: Quote: *To download previous versions please click the "Click To Show Content" button Download Version 1.4.3 Here MD5 Checksum: 689D0602B44ADF8DD53165C24F80CBC9 Download Version 1.4.3 Portable Here MD5 Checksum: ECB45F9CD6160D81DE7941F73A911063 Open : fast boot cmd. Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation.  All rights reserved. C:\Program Files (x86)\Minimal ADB and Fastboot>adb Android Debug Bridge version 1.0.39 Version 0.0.1-4500957 Installed as C:\Program Files (x86)\Minimal ADB and Fastboot\adb.exe global options:  -a         listen on all network interfaces, not just localhost  -d         use USB device (error if multiple devices connected)  -e         use TCP/IP device (error if multiple TCP/IP devices available)  -s SERIAL  use device with given serial (overrides $ANDROID_SERIAL)  -t ID   

command minimal adb fastboot

https://forum.xda-developers.com/showthread.php?t=2317790 For 32-bit and 64-bit Windows Operating Systems: Quote: *To download previous versions please click the "Click To Show Content" button Download Version 1.4.3 Here MD5 Checksum: 689D0602B44ADF8DD53165C24F80CBC9 Download Version 1.4.3 Portable Here MD5 Checksum: ECB45F9CD6160D81DE7941F73A911063 Introduction Quote: ADB and Fastboot are arguably two of the most indispensable  tools  used when working with Android devices. If you really want to modify, debug, and tweak along with their countless uses in rooting, and other procedures ADB and Fastboot are a must for any Android device owner. Typically if you want to install ADB and Fastboot you have to download and setup the Android SDK (If you really want to learn about Android Development I highly recommend downloading and installing the full Android SDK  from here ), but this can be unnecessary for people who just want to install ADB and Fastboot.

Retrofit,onResponse method doesnt work

1 down vote favorite 2 Im new in Retrofit,try to get data from one web server,create Model,Interface but this still not working.Problem(maybe) in method onResponse() I add to that method Log.d and Toast but I dont see Log and Toast when launch my app.Why that dont work? I can understand when I get wrong response or something else,but onResponse() dont work in general,how I think.Maybe Toast cant work withoud data,but Log.d must work without it,and Log.d havent data,just code of response. I added all depencies and tryind do this like in all tutorial,what wrong I did and what I can do to fix that? And also I try tu put this data to adapter,but when launch app,I have error in Log "RecyclerView: No adapter attached; skipping layout" maybe it's the same problem.onResponse dont work and adapter doesn't create,because adapter inilialze in onResponse method and if onResponse doesn't work,setadapter to recyclerview doesn't work to.And VideoApi class: