Hi, I was debloating my tablet with adb, got carried away and removed Samsung's launcher, which also handles recent apps. Could someone please pull it and post the apk?
icedventimocha said:
Hi, I was debloating my tablet with adb, got carried away and removed Samsung's launcher, which also handles recent apps. Could someone please pull it and post the apk?
Click to expand...
Click to collapse
adb shell
pm install-existing NameOfPackage
if you can't remember Nameofpackage download other launcher like this
Releases · LawnchairLauncher/lawnchair
No clever tagline needed. Contribute to LawnchairLauncher/lawnchair development by creating an account on GitHub.
github.com
Difficul said:
adb shell
pm install-existing NameOfPackage
if you can't remember Nameofpackage download other launcher like this
Releases · LawnchairLauncher/lawnchair
No clever tagline needed. Contribute to LawnchairLauncher/lawnchair development by creating an account on GitHub.
github.com
Click to expand...
Click to collapse
Thanks, this worked
Related
I've done this app Bookmarks Easy Import that import pc bookmarks (and folders too) in Android bookmarks but it required root because it read and write directly an Android database.
Please, someone know if is possible read and write Android bookmarks from b4a or java application (via API?) in a non-rooted phone?
Thanks
cb56
Have you seen this example code:
Here should be the link but I am not allowed to post it. So search google for
"Accessing Data With Android Cursors" com.android.broswer.permission.WRITE_HISTORY_BOOKMARKS
It should be the first result.
Did you give you app the correct permissions?
By the way, do you plan to release the source code of your app?
jmozmoz said:
Have you seen this example code:
Here should be the link but I am not allowed to post it. So search google for
"Accessing Data With Android Cursors" com.android.broswer.permission.WRITE_HISTORY_BOOKMARKS
It should be the first result.
Did you give you app the correct permissions?
By the way, do you plan to release the source code of your app?
Click to expand...
Click to collapse
Thanks for the reply ,
I know it can be done with a root device.
I was interested to see if it was possible to read and write Android bookmarks without root to make my program more usable; for now it seems impossible.
May be a permission issue...I'm studying.
Bye
cb56
cb56 said:
Thanks for the reply ,
I know it can be done with a root device.
I was interested to see if it was possible to read and write Android bookmarks without root to make my program more usable; for now it seems impossible.
May be a permission issue...I'm studying.
Bye
cb56
Click to expand...
Click to collapse
Did you solve this?
IvanMunson said:
Did you solve this?
Click to expand...
Click to collapse
No.
cb56
Hello guys,
Contact Sync for Facebook got an update to 1.0.2 which adds StartApp and stuff which can read/write your browser history/bookmarks, I failed to read the "what's new part" and didn't notice the new permissions for accessing of the browser history. Therefore I would like to go back to the version 1.0.1 but for some reason I can't find the APK to download somewhere.
Anyone mind to extract it for me, please?
Many thanks!
With extract I just mean to get the version 1.0.1 apk from your phone and give me a link to it
Treveo85 said:
Hello guys,
Contact Sync for Facebook got an update to 1.0.2 which adds StartApp and stuff which can read/write your browser history/bookmarks, I failed to read the "what's new part" and didn't notice the new permissions for accessing of the browser history. Therefore I would like to go back to the version 1.0.1 but for some reason I can't find the APK to download somewhere.
Anyone mind to extract it for me, please?
Many thanks!
Click to expand...
Click to collapse
looking as well. SA besterds!
The dev has given permission to remove the StartApp code from his App page-
https://play.google.com/store/apps/details?id=ro.weednet.contactssync
"If you don't like the adds, you can download the source code from GitHub and remove them."
beyond my abilities ATM.
Here's the github
https://github.com/loadrunner/Facebook-Contact-Sync/commits/master
renoob said:
looking as well. SA besterds!
The dev has given permission to remove the StartApp code from his App page-
https://play.google.com/store/apps/details?id=ro.weednet.contactssync
"If you don't like the adds, you can download the source code from GitHub and remove them."
beyond my abilities ATM.
Here's the github
https://github.com/loadrunner/Facebook-Contact-Sync/commits/master
Click to expand...
Click to collapse
EDIT:
Here we go- installed and tested
AndroidManifest verified 1.0.1
http://pool.apk.aptoide.com/apps/ro...-1791617-a281feff9df78906cc34962d4dedeb7b.apk
Hi everyone, I was trying to use this mod ( WAMOD, you can find it in github by Brian Valente ) but in order to use it, I have to merge the mod with the apk, I can decompile the apk but then I dont know how to merge the apk with the mod. Thanks.
pasatmalo said:
Hi everyone, I was trying to use this mod ( WAMOD, you can find it in github by Brian Valente ) but in order to use it, I have to merge the mod with the apk, I can decompile the apk but then I dont know how to merge the apk with the mod. Thanks.
Click to expand...
Click to collapse
Hello and welcome to the XDA Forums!
The WAMOD you are talking about is a mod that seems like a nice concept, so I understand you'd like to get it. Hopefully this can answer your questions regarding on how to merge the apk with the mod since you'll have to understand some parts of smali. You'll also need android studio (Google how to get that) and the java development kit (get it before installing android studio from here) to compile the WAMOD from the source (in this case, github!) so you can decompile and get the smali code.
Hope that helps and leave a thanks if it did
RAZERZDAHACKER said:
Hello and welcome to the XDA Forums!
The WAMOD you are talking about is a mod that seems like a nice concept, so I understand you'd like to get it. Hopefully this can answer your questions regarding on how to merge the apk with the mod since you'll have to understand some parts of smali. You'll also need android studio (Google how to get that) and the java development kit (get it before installing android studio from here) to compile the WAMOD from the source (in this case, github!) so you can decompile and get the smali code.
Hope that helps and leave a thanks if it did
Click to expand...
Click to collapse
Hi, I already have android studio and java development kit. So now what should I do exctly? Thanks.
pasatmalo said:
Hi, I already have android studio and java development kit. So now what should I do exctly? Thanks.
Click to expand...
Click to collapse
Follow the links I refered to in my post .
RAZERZDAHACKER said:
Follow the links I refered to in my post .
Click to expand...
Click to collapse
Ok, I postes It before I read It, I cant Download your tool, anyway to compile It Will do?
Hello guys when i was looking into the oneplus 3 mods on xda, i found a magisk module(twrp flashable zip as well) that enables google lens on devices. It's a pixel 2 for now exclusive feature. I tried the zip and it worked. The only problem is that it works only in Google photos not in assistant.
*how to install*
1. download the magidk module from below
2.fladh the magisk module
*how it works*
1.open google photos (it will recognize ur device as pixel and shows u can use unlimited storage i haven't tested that, will update)
2.open any photo and u will see google lens icon, click on that and it works
Simple
#update 1
You can install google apps from playstore like pixel launcher, contacts etc
Thanks to @ZeevoX
Check out original thread if u do not understand
https://forum.xda-developers.com/oneplus-3/themes/flashable-zip-google-lens-pixel-2-t3693859/page20
I have no intention of copying others work. I posted it here as most of the ysers do not open others phone forums. Its working in 6x.
first test it,, then post some screenshots...
Khan ubaid said:
first test it,, then post some screenshots...
Click to expand...
Click to collapse
Already tested google lens. Here are some screenshot. Will try for unlimited storage tomorrow
That is gud ?
Is this only for magisk? I deinstalled magisk becaus of to many limitations - i changed to super su
vaibhav2808 said:
Already tested google lens. Here are some screenshot. Will try for unlimited storage tomorrow
Click to expand...
Click to collapse
do we have to install any apk like google lens apk
starkeeper2018 said:
Is this only for magisk? I deinstalled magisk becaus of to many limitations - i changed to super su
Click to expand...
Click to collapse
Nope, this is simply a duplicate and copy of my thread, available here, both as a Magisk module and flashable zip. https://forum.xda-developers.com/oneplus-3/themes/flashable-zip-google-lens-pixel-2-t3693859
---------- Post added at 22:25 ---------- Previous post was at 22:22 ----------
I acknowledge that you mentioned me, but this is simply a blatant copy of my original thread. Admins, please close this thread - it has no aim, is poorly organized and will not garner the attention and support as the main thread, available here: https://forum.xda-developers.com/oneplus-3/themes/flashable-zip-google-lens-pixel-2-t3693859
Thank you and all the best,
ZeevoX
ZeevoX said:
Nope, this is simply a duplicate and copy of my thread, available here, both as a Magisk module and flashable zip. https://forum.xda-developers.com/oneplus-3/themes/flashable-zip-google-lens-pixel-2-t3693859
---------- Post added at 22:25 ---------- Previous post was at 22:22 ----------
I acknowledge that you mentioned me, but this is simply a blatant copy of my original thread. Admins, please close this thread - it has no aim, is poorly organized and will not garner the attention and support as the main thread, available here: https://forum.xda-developers.com/oneplus-3/themes/flashable-zip-google-lens-pixel-2-t3693859
Thank you and all the best,
ZeevoX
Click to expand...
Click to collapse
I opened this because no one opens development of the thread of op3 for 6x. If u don not want this tell me i will close it myself. Sorry
Khan ubaid said:
do we have to install any apk like google lens apk
Click to expand...
Click to collapse
Nah. Just install it
vaibhav2808 said:
Hello guys when i was looking into the oneplus 3 mods on xda, i found a magisk module(twrp flashable zip as well) that enables google lens on devices. It's a pixel 2 for now exclusive feature. I tried the zip and it worked. The only problem is that it works only in Google photos not in assistant.
*how to install*
1. download the magidk module from below
2.fladh the magisk module
*how it works*
1.open google photos (it will recognize ur device as pixel and shows u can use unlimited storage i haven't tested that, will update)
2.open any photo and u will see google lens icon, click on that and it works
Simple
#update 1
You can install google apps from playstore like pixel launcher, contacts etc
Thanks to @ZeevoX
Click to expand...
Click to collapse
Check out original thread if u do not understand my poorly guided thread
https://forum.xda-developers.com/oneplus-3/themes/flashable-zip-google-lens-pixel-2-t3693859/page20
Hi, I've been programming for a few years now. I primarily made Windows and Linux programs. In the last 6 months, I've followed guides on XDA to root a few of my devices and installed a custom ROM on one (it worked great). I was wondering if anyone experienced in actually developing rooting methods would be able to point me in the right direction for developing my own. Are there any good resources I could use to learn the process? Any help is appreciated. Thanks in advance!
Rooting Android simply means to add SU-binary to Android, preferredly to /system/bin or /system/xbin.
jwoegerbauer said:
Rooting Android simply means to add SU-binary to Android, preferredly to /system/bin or /system/xbin.
Click to expand...
Click to collapse
Thanks! I have heard a little about that. Do you know how I would go about getting those files? Is there a certain website I download them from? Do I need to copy them from a real Linux file system?
Brendanp01 said:
Thanks! I have heard a little about that. Do you know how I would go about getting those files? Is there a certain website I download them from? Do I need to copy them from a real Linux file system?
Click to expand...
Click to collapse
You can fetch the matching SU-binary from here:
AutomatedRoot/files at main · R0rt1z2/AutomatedRoot
Root your MediaTek arm64 device using mtk-su (CVE-2020-0069). - AutomatedRoot/files at main · R0rt1z2/AutomatedRoot
github.com
jwoegerbauer said:
You can fetch the matching SU-binary from here:
AutomatedRoot/files at main · R0rt1z2/AutomatedRoot
Root your MediaTek arm64 device using mtk-su (CVE-2020-0069). - AutomatedRoot/files at main · R0rt1z2/AutomatedRoot
github.com
Click to expand...
Click to collapse
Thank you for all your help!