[Root/No root][App] Get the url of an OTA Update [Android One] - Android Apps and Games

OTA Link​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Introduction
Root method:
The updates to Android One devices are handled by Google Play services(GMS). GMS stores the update url in the tag control.installation.current_update_url of the file /data/data/com.google.android.gms/shared_prefs/com.google.android.gms.update.storage.xml. The url is read from that file and displayed.
Non-root method:
If the device is not rooted, a permission(android.permission.READ_LOGS) has to be granted. Then the app can read the system logs and extract the update url. Connect your device to a computer with Android platform tools installed and run the following command (needs to be done only once):
Code:
adb shell "pm grant app.akilesh.ota android.permission.READ_LOGS && am force-stop app.akilesh.ota"
Click to expand...
Click to collapse
Downloads
Find the latest release here
Click to expand...
Click to collapse
XDA:DevDB Information
OTA Link, App for Android One devices
Contributors
Akilesh_15, singhnsk
Source Code: https://github.com/Akilesh-T/OTALink
Version Information
Status: Stable
Current Stable Version: 1.2
Stable Release Date: 2020-03-08
Created 2019-06-23
Last Updated 2020-03-08

Good stuff. Thanks for making this. Saves time from messing into the files manually [emoji846][emoji1696]
Sent from my Nokia 8.1 using Tapatalk

singhnsk said:
Good stuff. Thanks for making this. Saves time from messing into the files manually [emoji846][emoji1696]
Sent from my Nokia 8.1 using Tapatalk
Click to expand...
Click to collapse
I should have credited you for the idea. Done now

v1.1
What's new:
Major refactoring!
Updated dependencies.
App now uses TJW's libsu.
New app icon, launch screen and UI.
Added Dark theme(follows system).
Use XmlPullParser for reading the OTA URL.
Download link

v1.12
What's new:
Support for devices without root access. User has to grant permission using adb to read logs:
Code:
adb shell "pm grant app.akilesh.ota android.permission.READ_LOGS && am force-stop app.akilesh.ota"
Add hints/notes.
Download link

Thanks for This, Very Useful

Will this tool work on a one plus 8 device Verizon branded ,unlocked and rooted?

Related

[4.4.x][FWapps] Update Packages

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Official Thread for the Up-To-Date FWApps Update Packages
Welcome to FWApps (Pronounced as FHH-WAPPS)! FWApps is an update package that aims to make installing a bunch of apps so much mroe simpler than installing them one-by-one with Google Play. FWApps aims to work similarly as GApps; Simple and Easy Installation. There are a couple of FWapps Packages at launch and it will expand into further territory with time. This version of FWApps is installable only on Android 4.4.x namely, KitKat for the time being.
Click to expand...
Click to collapse
What we offer:
Latest Applications for the Update Package that you installed
Fast and Easy Installation on any Android 4.4 Device
Runs on all Runtimes
Apps are downloaded and included in the package directly from the Google Play Store
Head to Post 2 to get right onto the Download Section!
XDA:DevDB Information
FORCEware Apps, Tool/Utility for all devices (see above for details)
Contributors
Furrydaus
Version Information
Status: Stable
Current Stable Version: 1.0
Stable Release Date: 2014-09-06
Created 2014-09-06
Last Updated 2014-09-06
Download Section
Download Section:
[Social Package] DL: [MEGA]
What this package includes:
Vine
Facebook
Facebook Messenger
Google+
Instagram
Skype
SnapChat
Tumblr
Twitter
Whatsapp
Line
Click to expand...
Click to collapse
[Root Package] DL: [MEGA]
BetterBatteryStats-XDA Edition
AppsEater - System Uninstaller
Nandroid Manager
ROM Manager
Battery Calibration
CatLog
Greenify
SuperSU
NoFrillsCPU Control
BusyBox
ZipMe
Click to expand...
Click to collapse
@Furrydaus i think we can use Root Package on 4.3 fw like xperia sp 4.3 build 207 yes ?
Hamidreza2010 said:
@Furrydaus i think we can use Root Package on 4.3 fw like xperia sp 4.3 build 207 yes ?
Click to expand...
Click to collapse
Yeah for root package it should be compatible. I've made this pack specially for Sony but it works on other devices too
Sent with the XDA Premium Application for the XPERIA SP running CM11s

[APP 4.0+] Material App Permissions Easy monitor app's permission on your device.

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sometime you need see apps you download to your device, they have what permission? So App Permissions will tools help you easy do this work.
[Feature]
+ Watch permission detail
+ Distribute permission(What app can cost money, can see person info, can see local, change setting...)
+ Advance filter permission
+ Monitor and watch permission of new app when installed
+ Easy share app permission of any app
+ See app info detail(package name, date installed, source(vendor where you download app)
XDA:DevDB Information
Material App Permissions, App for all devices (see above for details)
Contributors
kimcy929
Download:
Version Information
Status: Stable
Current Stable Version: 1.0.0
Stable Release Date: 2015-09-15
Created 2015-09-16
Last Updated 2015-09-15
Reserved
Update version 1.0.1
This app don't need any permission.
Update version 1.0.1
High !
Thanks for sharing
Kyo-Ito said:
High !
Thanks for sharing
Click to expand...
Click to collapse
Thank you
Can it change app's permissions with root below Android 6.0??
JoeFCaputo113 said:
Can it change app's permissions with root below Android 6.0??
Click to expand...
Click to collapse
Thank you. This app isn't tool to can change permission of app. It will help you see app's permission and support some function same as uninstall, see app info detail
Google has been has App Ops function but it has hidden . If you can enable App Ops, you can control app's permission . But I think Internet permission will can't disable even on Android 6.0

[App] suhide-GUI

I created a simple GUI for adding and removing package UIDs using Chainfire's suhide.
This application does not root your device or actually hide SU!!!
Everything is handled by suhide, this is just a simple way of adding and removing UIDs without typing commands and looking through lists.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Play Store: LINK
Source: LINK
XDA:DevDB Information
suhide-GUI, App for all devices (see above for details)
Contributors
loserskater
Source Code: https://github.com/loserskater/suhide-GUI
Version Information
Status: Beta
Current Beta Version: 1.0
Beta Release Date: 2016-09-27
Created 2016-09-27
Last Updated 2016-10-07
thanks for share friend, great work
Really useful, thank you.
Sent from my ONEPLUS A3003 using XDA Labs
@loserskater do you need to update the apk to support Suhide 0.54?
Sent from my ONEPLUS A3003 using XDA Labs
JoshDaWhite said:
@loserskater do you need to update the apk to support Suhide 0.54?
Sent from my ONEPLUS A3003 using XDA Labs
Click to expand...
Click to collapse
No need to update. The adding/removing/listing functions didn't change so it still works with 0.54
Hello, I have a question - what does it do, if I choose for example Google Play Services or Google Framework in the list (does it mean it is activated for hide or does it mean it is deactivated for hide?)
Please answer as soon, as possible, thanks
Tecalote said:
Hello, I have a question - what does it do, if I choose for example Google Play Services or Google Framework in the list (does it mean it is activated for hide or does it mean it is deactivated for hide?)
Please answer as soon, as possible, thanks
Click to expand...
Click to collapse
Selected apps are ones that are added to the list to be hidden.
Check mark = hide.
loserskater said:
Selected apps are ones that are added to the list to be hidden.
Check mark = hide.
Click to expand...
Click to collapse
Thanks - it wasn't clear for me
Good job! Which processes/apps need checked to enable Android Pay?
What does 'root found limited usability' mean?
Thanks for the app. I will try it out now. Originally app list added to suhide won't survive on rom update or flashing.
will this app retain that list even after rom update?
For anyone that comes here after me and because the play store link doesn't work and the gradle build doesn't work. There is a releases page to just download the apk
https://github.com/loserskater/suhide-GUI/releases

[TOOL][TWRP-PC-GUI]PizzaBackup

PizzaBackup by joe2k01​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Descritpion:
PizzaBackup is a tool written in java that allows you to backup your phone's partitions. It is cross-platform, it means you can use it on Windows(blah ) or on Linux distros or on MacOS.
How To Use:
If on Winzoz just double click the jar file.
If on Linux make the file executable and double click it.
If on MacOS open a terminal and type: java -jar PizzaBackup.jar
Credits:
Helena Harriet Tamm for the artworks
The whole stackoverflow community for solving doubts
This tool has been tested on Winzoz 8.1, Elementary OS Loki and MacOS Sierra.
The phones used for testing are UMI SUPER, Google Nexus 5 and Samsung Galaxy S3 NEO.
Download link in the download section​
XDA:DevDB Information
PizzaBackup, Tool/Utility for all devices (see above for details)
Contributors
joe2k01
Source Code: https://github.com/joe2k01/PizzaBackup
Version Information
Status: Stable
Current Stable Version: 1
Stable Release Date: 2017-03-26
Created 2017-03-26
Last Updated 2017-03-26
Works like a charm!
Just tested the tool and I gotta say - amazing work.
Both restoring and backupping is working. I sometimes backup a lot and find it a struggle to later get the backups to my PC, but now there is no need - I can backup everything straight from my PC.
Thank you for this. Highly recommend this to everybody.
Only one thing that bugs me is that I can't full screen it - but that's just me.
Rometheus said:
Just tested the tool and I gotta say - amazing work.
Both restoring and backupping is working. I sometimes backup a lot and find it a struggle to later get the backups to my PC, but now there is no need - I can backup everything straight from my PC.
Thank you for this. Highly recommend this to everybody.
Only one thing that bugs me is that I can't full screen it - but that's just me.
Click to expand...
Click to collapse
Thank you for testing, full screen mode is disabled not a bug

[TOOL][WINDOWS]ADB, Fastboot and Drivers - 15 Seconds ADB Installer Reborn V1.0

15 Seconds ADB Installer Reborn V1.0
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Introduction:
We can all agree with the fact that the Android Debug Bridge (ADB) is one of the most important tools when it comes to developing for android, uninstalling bloatware, flashing recoveries, flashing custom roms, and changing the way our Android devices work entirely. However, if you want ADB you have to download the entire SDK just to use a few files. Well this tool solves this issue. Entirely based on and inspired by Snoop05's 15 Seconds ADB Installer, this tool includes a few features he was planning on adding but never got around to adding. This is the 15 Seconds ADB Installer Reborn!
Click to expand...
Click to collapse
Features:
Built-in Updater - A powerful and stable built-in updater insures you with the latest updates for ADB/Fastboot, the installer itself, and Google Drivers.
Compact and Light - Coming in at only 10MB the installer is light, portable, reliable, and powerful!
Unique UI - Instead of being text based the UI is interactive via buttons.
Safe and Reliable - Programmed in pure batch, and being open source you can view the code at anytime!
Click to expand...
Click to collapse
Installation instructions:
To install download the latest version from the links below and launch it (You will need Administrative rights to install). From here all you have to do is follow the instructions given by the installer to install ADB/Fastboot, and Google Drivers.
Click to expand...
Click to collapse
Changelog:
Will include changelog when a new update is released.
Click to expand...
Click to collapse
Downloads:
Version 1.0 - Download
XDA:DevDB Information
15 Seconds ADB Installer Reborn, Tool/Utility for all devices (see above for details)
Contributors
DataStream3
Source Code: https://github.com/DataStream3/15-Seconds-ADB-Installer-Reborn
Version Information
Status: Stable
Current Stable Version: 1.0
Created 2018-10-11
Last Updated 2018-10-11
this program dont install fastboot drivers only adb drivers

Categories

Resources