I use this at times on my HTC evo, but it looks like it's not available to download on the Xformer from the Market. Anyone know why? Anyone have the apk file for it?
edit: i was able to get it from Amazon App store
edit2: Well, i figured out why lookout wasn't available for the tf101. Our tablets without 3g doesn't have sms service, which apparently lookout utilizes for location even with gps on
Lookout said:
There is trouble with Lookout fully functioning on Android tablets due to the fact that they don't support SMS messages. We rely on SMS messages to initiate a connection to a device in the event it's lost, stolen, etc. Without the ability to receive SMS messages the missing device features are greatly hindered, however, device based backups and malware protection should work normally.
Click to expand...
Click to collapse
ah well...
https://support.mylookout.com/entries/20103416-how-about-honeycomb
The reason why you're having trouble finding Lookout in the market for Honeycomb Tabs is due to the fact that the they don't support SMS messages. We rely on SMS messages to initiate a connection to a device in the event it's lost, stolen, etc. Without the ability to receive SMS messages the missing device features would be greatly hindered, however, device based backups and malware protection would work normally.
Until we release a version that's more compatible with the Honeycomb tabs you can install it using this alternate method:
The first thing you'll want to do is enable the installation of non-market applications. To do this:
Go to settings > application > and check the box next to "Unknown Sources." Go ahead and disregard the warning (by clicking OK), we can uncheck it later.
Next, back out of Settings and open up the web browser.
In the address bar delete everything that's there and type this in (minus quotes): "m.getjar.com" and hit enter.
Now click on "Android" under "Or, Choose your platform." This will bring you to another page where you will see a search box in the upper right hand corner of the screen.
Tap the search box, to insert the cursor, and type "Lookout" and tap "go". The search will produce one result, which is "Lookout"
Tap on the link "Lookout Mobile Security with Antivirus".
You will now be on another page that displays a grey "Download" box. Go ahead and tap on it.
The Tablet will show that it's beginning to download the file and you'll see the progress, of the download, in the notification bar.
Tap on the download icon (it looks like a downward facing arrow pointing at a line) and a small window will populate above with the word "lookout-production-signed-aligned.apk" Go ahead and tap on that.
A window that says "Package Installer" pops up. From here you can read the permissions that Lookout requires. Go ahead and tap "Install".
Your installation will start. Tap "Open" once the installation has finished to open Lookout.
Finish setting up Lookout as you normally would!
Click to expand...
Click to collapse
Awesome thanks. Nice to have lookout on my TF.
I think they should still deploy it for tablets either way. I don't mind not having the locate feature on my Transformer. I really only want it for their anti-virus/malware checking as well as their backup features.
Hi,
I'd like to have a direct link from my home screen to 'My Apps' in Google Play Store. Is this possible?
I did not find this feature in the app. Also AnyCut does not provide this link.
Thanks!
Hm tried a bit but failed, since ICS market interface is using fragments theres is no longer a special activity to be started.
You can launch the main market page with "com.android.vending.AssetBrowserActivity" as Intent, i could not get the "My Apps" to be displayed automaticly.
Maybe someone else has an idea.
It is obviously possible, as the Update notification takes you directy to that "My Apps" page hm...
Thanks mate. I guess it's not planned to take the abbreviation and bypass the suggested applications....
Hey guys, I decompiled the play store app and looked for the Intent, the notification produces. Here it is (modified to be used in any app):
Code:
final Intent i = new Intent(
"com.google.android.finsky.VIEW_MY_DOWNLOADS");
i.setComponent(new ComponentName("com.android.vending",
"com.google.android.finsky.activities.MainActivity"));
i.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(i);
Thanks...but how can I use this intent in AnyCut? I think I tried all variants you mentioned...but I always get the error that this intent does not exist?!
Don't know this app, easiest thing would be writing your own app real quick.
Well, in the end it just generates a link on the home screen: https://play.google.com/store/apps/details?id=com.appdroid.anycut&feature=search_result
I try to cut down the number of apps to keep the device alive... ;-)
I had the same request for long time and Thank you Cypressious for putting me on the track for the solution.
Solution with QCustomShortcut
edited : market link removed because i have not ability to post link, anyway you will found it easily in market
easy way because it have buttons for custom search in all cases ... , i tried many other apps with no success ...
Sortcut Name : what you want
Action : com.google.android.finsky.VIEW_MY_DOWNLOADS
Package : com.android.vending ( choosed in list )
Class : com.google.android.finsky.activities.MainActivity ( choosed in list )
icon : i kept "google play" proposed ( but you can choose another )
you can click the "Test" button before create link
when finish and working, click button "Create Shortcut" ( this button is hidden by an add, but the add go hidden when you click on it, bad thing in this app, but i agree and understand author ... )
hop
jimi27 said:
I had the same request for long time and Thank you Cypressious for putting me on the track for the solution.
Solution with QCustomShortcut
edited : market link removed because i have not ability to post link, anyway you will found it easily in market
easy way because it have buttons for custom search in all cases ... , i tried many other apps with no success ...
Sortcut Name : what you want
Action : com.google.android.finsky.VIEW_MY_DOWNLOADS
Package : com.android.vending ( choosed in list )
Class : com.google.android.finsky.activities.MainActivity ( choosed in list )
icon : i kept "google play" proposed ( but you can choose another )
you can click the "Test" button before create link
when finish and working, click button "Create Shortcut" ( this button is hidden by an add, but the add go hidden when you click on it, bad thing in this app, but i agree and understand author ... )
hop
Click to expand...
Click to collapse
Tried it. Actually it opens the "my apps" page, but after less than a sec the screen turns back to the annoying main Google play page.
Any other solution?
now i use last version of tasker
and i made a task :
Misc / Send intent
and i set like that :
Action
com.google.android.finsky.VIEW_MY_DOWNLOADS
Cat
None
Package
com.android.vending
Class
com.google.android.finsky.activities.MainActivity
Target
Activity
i put on a button in a scene, but you can do a shortcut on desktop with this task.
jimi27 said:
I had the same request for long time and Thank you Cypressious for putting me on the track for the solution.
Solution with QCustomShortcut
edited : market link removed because i have not ability to post link, anyway you will found it easily in market
easy way because it have buttons for custom search in all cases ... , i tried many other apps with no success ...
Sortcut Name : what you want
Action : com.google.android.finsky.VIEW_MY_DOWNLOADS
Package : com.android.vending ( choosed in list )
Class : com.google.android.finsky.activities.MainActivity ( choosed in list )
icon : i kept "google play" proposed ( but you can choose another )
you can click the "Test" button before create link
when finish and working, click button "Create Shortcut" ( this button is hidden by an add, but the add go hidden when you click on it, bad thing in this app, but i agree and understand author ... )
Click to expand...
Click to collapse
.
It works perfectly well in KitKat.
.
Thanks!
jimi27 said:
now i use last version of tasker
and i made a task :
Misc / Send intent
and i set like that :
Action
com.google.android.finsky.VIEW_MY_DOWNLOADS
Cat
None
Package
com.android.vending
Class
com.google.android.finsky.activities.MainActivity
Target
Activity
i put on a button in a scene, but you can do a shortcut on desktop with this task.
Click to expand...
Click to collapse
Thanks for the quick tip. I was able to take this task and assign it to a Nova swipe action for the Google play shortcut on my main screen. Exactly what I wanted.
1) Go to app manager and find play store
2) Disable play store (do not delete data or cache
3)Now in you browser go to play store
4) Sign in and go to my apps
5)Then crate bookmark to your homescreen (Uc browse has this feature but I don't know about others)
6)Now Enable play store again
Click The lick on your homescreen (which you have crated in 5.
enjoy
Hit thank if it help you
FYI, the Xposed module Play Store Changelog now includes the option of going directly to "My Apps" when launching the Play Store.
No
It's impossible...
Tasker solution works in Android 5.0 Lollipop.
Or just download from the Play Store "Shortcut to My apps". Just an "app" or widget, no rights needed, only 20kb.
Searching in 2019 I found this thread.
These days in a launcher like Nova, you can long-press on the Google Play icon to reveal list of shortcuts, then select MyApps and you have a shortcut to MyApps on your homescreen. ...
....But that is still not enough for me, I want to be able to do it with Tasker. Auto-shortcut doesn't show any shortcuts for this function. Intents probably would have worked but I didn't try them. I could've used MC's idea for an app, but I had a hesitation to install an app. here's where I landed instead, inspired by Killwish's approach.
1- Browse to playstore on PC (while logged into your google account, in my case using chrome).
2 - Select Apps (LHS). Select MyApps (LHS).
3 - Click "all apps" (accross the top), which reveals a list of devices associated with that account. Select the device you're interested in
4 - Copy the URL from chrome browser. Transfer it to phone (you can mail it or find some other convenient way).
5 - Use tasker browseURL command
electricpete1 said:
Searching in 2019 I found this thread.
These days in a launcher like Nova, you can long-press on the Google Play icon to reveal list of shortcuts, then select MyApps and you have a shortcut to MyApps on your homescreen. ...
....But that is still not enough for me, I want to be able to do it with Tasker. Auto-shortcut doesn't show any shortcuts for this function. Intents probably would have worked but I didn't try them. I could've used MC's idea for an app, but I had a hesitation to install an app. here's where I landed instead, inspired by Killwish's approach.
1- Browse to playstore on PC (while logged into your google account, in my case using chrome).
2 - Select Apps (LHS). Select MyApps (LHS).
3 - Click "all apps" (accross the top), which reveals a list of devices associated with that account. Select the device you're interested in
4 - Copy the URL from chrome browser. Transfer it to phone (you can mail it or find some other convenient way).
5 - Use tasker browseURL command
Click to expand...
Click to collapse
You could also try this app:
https://quickshortcutmaker.en.uptodown.com/android
It can create shortcuts to individual services in various apps.
Sent from my LGL84VL using Tapatalk
jimi27 said:
now i use last version of tasker
and i made a task :
Misc / Send intent
and i set like that :
Action
com.google.android.finsky.VIEW_MY_DOWNLOADS
Cat
None
Package
com.android.vending
Class
com.google.android.finsky.activities.MainActivity
Target
Activity
i put on a button in a scene, but you can do a shortcut on desktop with this task.
Click to expand...
Click to collapse
How do I make this work in 2023? When running in Tasker nothing happens.
I kindly advice you to read everything before you start, so that you don't get stuck in the middle of the process. I made it without screenshots, so maybe it's rather something for advanced users - but basically you'll just fake the carrier for the market and use a proxy.
1. This will only work if your device is rooted.
2. Don't complain. I assume that if you managed to root your device you will also manage to set up a proxy.
3. Grant the superuser permissions when asked by "Market Enabler" and "Proxy Droid", else it won't work. Those are apps with hundreds of thousands of downloads --> they are safe.
4. It works for me. I attach also a screenshot that I just took - I'm in Sweden.
5. If it doesn't work, it means that the proxy you selected is not working, simply try with another one.
Now, let's start.
1. Get the Movies&TV app at the end of this post or from the market if you have access to it and install it.
2. Get a program called "market enabler", it will allow you to fake the location of the google play market and allow you to get the movies+series.
3. Get "ProxyDroid", you can get it for free on the market, link.
4. Search for us proxies, if you don't know how to do that click on this link.
I found good ones here, link, simply click on a number in the "raw proxy list" column and write down a proxy, you will need both the host and the port numbers. Host numbers usually look like this "72.64.146.136" and port numbers usually are shorter, usually like this "3128", "80" or "3128".
If you find a proxy with the following "184.105.235.82:8080", then everthing before the : is the host number, everything after the : is the port number. You will need this information for step 6.
5. Start "market enabler" --> setting lists --> long press on a [us] list and select "fake this provider now"
6. Start "ProxyDroid" --> scroll down to "Host" and enter the host numbers from step 4 and then do the same for "Port". Scroll to the top and select "Proxy Switch" --> a little cloud symbol will show up in the menu bar. The app also offers advanced options, like excluding apps from this proxy, or creating proxy profiles but that's entirely up to you.
7. Start "Google Play Movies & TV", link it to an account. It will tell you that you don't have any movies or shows. Press on the market icon in the top right corner and you'll get to the market. --> Bingo.
8. Don't forget to deactivate the proxy and market enabler once you are done watching.
9. You can also do this without market enabler, the only difference is that you will be redirected to your browser when you want to buy movies&series instead of doing it within the market.
The rest is up to you. It's actually easier as it sounds.
If you really, really, really, really need screenshots I might add some tomorrow.
what market enabler could i use best??
*edit*
Found market unlocker with various google play stores from over the world this app is also capable to look for proxies
Thank a lot I will try sir.:victory:
OK lets start a new thread since all the other ones are closed to add a reply.
First of all thank you for your interest in bypassing the 40 hour listening limit on your Android phone with Pandora.
This hack aint for everyone. It requires an a modified ROM which includes OpenPDroid or PDroid 2.0 in order to function.
To learn more about this please visit the XDA page
If your good to go, then goto the google market and search apps for "PDroid Manager"
Download and install.
Run PDroid Manager program, and search for the Pandora app.
Select the Pandora app to open a list of Permissions.
Change all the check marks to X's except for "Network Info"
"Network Info" is the only item to have a check mark next to it, (This allows the app to use the internet)
Go back to Pandora and listen for ever 24/7/365 nonstop!!!!
If you've tried multiple methods to bypass frp Nokia 7 Plus TA-1046, and unable to bypass frp lock, because off course new security patch level now biting difficult to bypass google account, after doing so many steps then I am successfully bypassed google account Nokia 7 Plus TA-1046 so that's why I've decided to share with you guys new method to bypass frp on Nokia 7 Plus TA-1046
This method has been tested with [Nokia 7 Plus TA-1046 Android 8.1].
Bypass Google account Nokia 7 Plus TA-1046.
-Power on your device.
-Connect your device to Wifi.
-Now, set up your device then go to " Verify Google Account" Screen.
-Then back to "Welcome Screen".
-Now you have to enable "talkback features" on your Device.
-from the "welcome screen" on your device screen then Tap on "Vision Settings" icon.
-Then tap on "talkback" then turn on talkback features.
-after that, you have talkback tutorial on your device screen.
-Now draw "L" on your Nokia 7 Plus screen to bring "Global Context Menu".
-When "Global Context Menu" Pops up* show on your device screen - then double tap on "Talkback Settings"
-Now again draw "L".
-Then double tap on "pause talkback" then double back on "Ok".
-From "talkback settings" screen then scroll down, then tap on "Help & Feedback".
-Select the "Get Started with Voice" option.
-Now you will able to see a "YouTube Video" on your Screen. then play the "Youtube Video" after that tap on "Clock" icon.
-Note: IF you unable to select the "Clock" icon then you can tap on "Youtube" title.
-Now you will access "Chrome Browser" on your device.
-Then select "No thanks" and then "Accept & Continue".
-Then click on the search bar and type "download frp tools gadgetsdr"
-Then goto very first search result. That is according to our Site *******.
--Download from there "Apex Launcher.apk"
-While downloading finish, you will get a popup then tap on "Open " from that popup.
-Now you will get a "Security popup window" on your device screen.
-Then tap on settings then enable "Unknown Source" from there.
-Then tap on "back key" then install then Apex launcher by >next > next > Open.
-Then you will access home screen.
-Then again tap on "Chrome Brower".
-Now download from there "FRP Bypass(GD).apk"
-Also, download from there "Google Account Manager 6.0.apk"
-Once downloading finish "Google Account Manager 6.0.apk" then*we will get again a popup button. then click on "Open" button from that popup window.
-Install the "Google Account Manager" By-install =>Install => Next => Done.
-Then back to "apex launcher" home screen by tapping "back key".
-Then Goto "downloads".
-Install the "FRP bypass(GD).apk" (that you downloaded before.
-After installation done tap on "Open" and open the "FRP Bypass GD" applications.
-After open the applications - you will see the "retype password" screen.
-Then tap on "3" dots from the top right corner of your device.
-Then tap on "Browser Sign IN" from that popup.
-Then sign in there with your any Valid Gmail ID.
-Then "Reboot".
-Join our details information about Bypass FRP Nokia 7 Plus TA-1046 section here.
check your missing steps..
DOWNLOAD:
BYPASS GOOGLE ACCOUNT NOKIA 7 PLUS
DOWNLOAD FRP BYPASS TOOLS
MODERATOR NOTICE:
Per the forum rules, using XDA to promote your own blog or YouTube videos is not allowed:
Self-promotion is forbidden, this includes blogs, social media and video channels etc. Random links will be removed.
Click to expand...
Click to collapse
Encouraging members to participate in forum activities on other phone related sites is prohibited.
Click to expand...
Click to collapse
THREAD CLOSED
Very interesting. Can you elaborate more please? In which kind of scenarios would this be useful for?
"Help & Feedback"
"Help & Feedback" not show
VonCrisp said:
Very interesting. Can you elaborate more please? In which kind of scenarios would this be useful for?
Click to expand...
Click to collapse
Useful for 'regenerating' lost or stolen phone, unfortunately. This will not work on latest Pie OS.
Sent from Nokia 7 Plus with Tapatalk
nokia 7 plus
i am so tired to remove frp lock nokia ta 1046 (B2N-322C-0-00WW-B01) this version. need flash file for ost tool ....