Bing Search Bot Development - AT&T, Rogers, Bell, Telus Samsung Galaxy S III

Im looking for some information about developing a Bing Search Bot app. The app would automatically search random words for a specific number of searches with a rewards member logged in. Additionally the app would switch to a different rewards member and perform the searches again. Im not familiar with programming an app for android or even what language is used. I wanted to see if this idea is possible and how hard it would be to create before attempting it myself. Any information or advice would be appreciated. Thanks.

baanderson40 said:
Im looking for some information about developing a Bing Search Bot app. The app would automatically search random words for a specific number of searches with a rewards member logged in. Additionally the app would switch to a different rewards member and perform the searches again. Im not familiar with programming an app for android or even what language is used. I wanted to see if this idea is possible and how hard it would be to create before attempting it myself. Any information or advice would be appreciated. Thanks.
Click to expand...
Click to collapse
I made an app for that.. this is my first app. take a look at it and tell me what you think.

chuloray said:
I made an app for that.. this is my first app. take a look at it and tell me what you think.
Click to expand...
Click to collapse
Anybody try this?

foldog22 said:
Anybody try this?
Click to expand...
Click to collapse
About 1600 people have try it.. Although it got mix reviews .. search for in Google play store

I've used it for a long time. It is the best automated app, because it uses the actual web page, and you can change your login as many times as you want.
Sent from my Nexus 5 using Tapatalk

Related

Fundamental Search Issues?

Is there any reason why neither a keyword or tag search for "[ROM]" (without quotes) yields zero results?
If I want to find a list of all [ROM] titled/tagged threads to look at the range of ROM's available; what is the best way to go about it?
Am I being a noob or is there a fundamental search flaw?
Well...
I can think in 3 search criteria:
1. Go to the upgrading section of your device
2. use Wiki to find all cooked and shiped ROM´s
3. Use the XDA fttp
Windza said:
Is there any reason why neither a keyword or tag search for "[ROM]" (without quotes) yields zero results?
If I want to find a list of all [ROM] titled/tagged threads to look at the range of ROM's available; what is the best way to go about it?
Am I being a noob or is there a fundamental search flaw?
Click to expand...
Click to collapse
A few months back I actually dug through the advanced search code in vBulletin (trust me, it's terrible code). I may be mistaken, but I believe that it doesn't allow keywords of 3 or less letters unless there's extra parameters (like boolean operators and more keywords). Don't hold me on that, I'd have to look again to be sure.
One of these days if I remember, I'll go hunting through the code again to confirm that and update the wiki page I wrote (link is in my signature) with the answer to this.
mikechannon said:
Indeed words of less than 4 letters will not search. BUT if you click on advanced searh then choose search using Google at the top, it will search for 3 letter words.
Or you could use this:
Search XDA-Devs Forums or Wiki
Click to expand...
Click to collapse
The problem with using google in this case is that it's not context aware of the forum threads. I think he's looking to see a large list of the different roms. With google, he's going to get search results including several different pages per rom and no way to sort the results. It would be faster to just click next through each page of the rom dev forum for the selected phone...which is almost as good as getting the intended search results from searching for [ROM]....
It makes me wonder how hard it would be to patch the issue in vBulletin and get better search results than Google can produce.
speed_pour said:
It makes me wonder how hard it would be to patch the issue in vBulletin and get better search results than Google can produce.
Click to expand...
Click to collapse
If everybody can do the same thing as google did, google will not be google, I mean, the #1 internet company in the world.
I am just wondering that can anybody produce a code like the search link on this page.[Edit: I want to add several more sites as searching range to that one, can you figure it out?]
wg5566 said:
If everybody can do the same thing as google did, google will not be google, I mean, the #1 internet company in the world.
I am just wondering that can anybody produce a code like the search link on this page.[Edit: I want to add several more sites as searching range to that one, can you figure it out?]
Click to expand...
Click to collapse
I wasn't talking about producing a better search engine, only fixing the known bugs. Things like the incorrect handling of sorting by relevancy (as detailed in the wiki page I wrote), the 4+ letter requirement on search terms, and maybe even giving it grouping capability. The first two aren't even hard to change, though the 4+ letter requirement is performance based, so it might be good to re-engineer some stuff. The grouping is trickier, but not even remotely an expert-level task (though it too has some performance implications).
Google doesn't have the know-how to separate or understand the context of searching only a certain group (or set of groups). It doesn't know how to search ONLY the topic and not the text body (or vice versa), etc. All of that data is separate and stuck in the database in different fields, which makes it WAY easier to search. We can have better search results than google because we have better access to the data, we just have to work through vBulletin's very simple code.
Yes agree. It is a shame that I found sometimes (or many times?) using the integrated search engine is not as good as just using 'search site by google'.
In my opinion, the 4letter+ issue is not as important as others. It is only reasonable to set such a reqirement and in most cases we don't need to search a word with less than 4 letters.
But I feel like lucky that I asked my question to the right person. Would you please spend a little time on help some clue for the question in my last post? Thanks in advance.
It will be wonderful if we can set google to search on limited range only like: xda-devs, ppcgeeks, msdn, pda4x, ppcfreeware, etc.
wg5566 said:
Yes agree. It is a shame that I found sometimes (or many times?) using the integrated search engine is not as good as just using 'search site by google'.
Click to expand...
Click to collapse
I think it depends on what is being searched for. Most RL friends know me for instantly hitting google to search on almost anything, but for this site I actually do use the integrated search most of the time. A well formed search here is still better than most results on google unless you need to use some pretty advanced searches that only Google can understand.
wg5566 said:
In my opinion, the 4letter+ issue is not as important as others. It is only reasonable to set such a reqirement and in most cases we don't need to search a word with less than 4 letters.
Click to expand...
Click to collapse
GPS, WM6, SIM, GSM, SD, ROM, CAB
Just to name a few....
wg5566 said:
But I feel like lucky that I asked my question to the right person. Would you please spend a little time on help some clue for the question in my last post? Thanks in advance.
It will be wonderful if we can set google to search on limited range only like: xda-devs, ppcgeeks, msdn, pda4x, ppcfreeware, etc.
Click to expand...
Click to collapse
I'm about to pick on you just a bit...
Did you consider searching Google for 'Google Custom Search'? Fourth result down there's a step-by-step guide that explains it easily and also pushes the value of it when combined with AdSense. This is a search thread after all
I admit, I'm glad to have stumbled onto setting up that feature with adsense because I would actually like to use it just for my own site I'm setting up shortly.
Thanks a lot, I got it.
One more noob question(web design is apparently not my area), can I set it in a local page like this, bcz I don't own a website myself? [Edit: Never Mind, Got It!]
Later on after setup your site, pls pm me a link.
Tx.
Edit: Just tried to create my own search engine, take a look here
Edit: Wonderful! Yeah! So happy today.
Windza said:
Is there any reason why neither a keyword or tag search for "[ROM]" (without quotes) yields zero results?
If I want to find a list of all [ROM] titled/tagged threads to look at the range of ROM's available; what is the best way to go about it?
Am I being a noob or is there a fundamental search flaw?
Click to expand...
Click to collapse
It yields zero results because the word is too short.
Searching for ROM version #s
I just ran into a search problem myself. I was searching for radio version 1.14.25.05. The google search took me to a long thread, so I thought I'd just search for "1.14.25.05". It didn't return any results, so I assumed this version wasn't there. It wasn't until I asked for help on a new thread that I was embarrassed by someone who told me it was on post #2. I had incorrectly trusted search. With version #s being so important to what xda-developers is all about, having a robust thread search is critical. Any thoughts on possible improvements? Are there settings in this software that could be changed?
John
Searching for a 3-letter result... "YES" we can
So basically, everyone says to use "search" on XDA devs to look for answers for your questions, but nobody says "you should use google search if any word you're looking for is three letters or less"..... like SMS.
It's frustrating, following the rules, being told to follow the rules, then finding out following the rules didn't work anyways.
Fixing this nonsense would be great. Even removing the 'built-in forum search' entirely....? just a thought.
Apart from that, thanks for hosting an amazing site, full of talented, hard-working people and their efforts... if you can find them hehe
pimpmydragon said:
So basically, everyone says to use "search" on XDA devs to look for answers for your questions, but nobody says "you should use google search if any word you're looking for is three letters or less"..... like SMS.
It's frustrating, following the rules, being told to follow the rules, then finding out following the rules didn't work anyways.
Click to expand...
Click to collapse
The rule is there to prevent people from asking questions that can be answered by either search engine we use. For a rule to work it needs to be short and to the point, no one will even try to read the rules if every rule is explained in detail.
pimpmydragon said:
Fixing this nonsense would be great. Even removing the 'built-in forum search' entirely....? just a thought.
Apart from that, thanks for hosting an amazing site, full of talented, hard-working people and their efforts... if you can find them hehe
Click to expand...
Click to collapse
We're well aware that the vB search engine isn't perfect but neither is the one from google. That is why we give you the option to use both.
I'm well aware that this can be confusing at times but simply searching for "how to search xda-developers.com?" would have given you this thread wich explains in the first post that you can use google and that we implemented it because the vB search doesn't allow words with less than 4 characters.
Best regards,
Flar
Site admin
p.s. I always use the search in the navbar first I noticed later that my example search string gives really crappy results in the vb search.
Originally Posted by pimpmydragon
Apart from that, thanks for hosting an amazing site, full of talented, hard-working people and their efforts... if you can find them hehe
we are only a PM away.
Flar said:
The rule is there to prevent people from asking questions that can be answered by either search engine we use. For a rule to work it needs to be short and to the point, no one will even try to read the rules if every rule is explained in detail.
Click to expand...
Click to collapse
I believe many users never read site rules. Once we register on any web-site, there always be a rule or a terms-of-use, and people's habit would be just click on 'Agree' without a glance at the content, since they are all similiar.
But we have a way to force new users to learn how to search and view the site. Simply change the rule to: New users can not post within say first 50 online hours after registered. Then they have to view and search first, especially if they came with some question or urgent problem to be solved.I think Vbulletin has the function of online-time statistics.
Just an idea for consideration, I don't know it will be practical or not.
wg5566 said:
I believe many users never read site rules.
Click to expand...
Click to collapse
The Forum Rules announcement has >51,000 views since march... not bad
Dave
Yes, looks like the situation is better. It works especially by continuous remindment everuwhere. What about number of new users since then?
Edit: Remindment like this works, thanks for everybody's effort. A further thought is: If everybody already read it, but still a lot don't follow it. That may be caused by some human nature for urgently need an answer for his question. Noticed MODs' effort like your goodself to execute the rule, it helped.
Sorry i'm not quoting people here, i'm typing this on my phone.
First, the number of people reading the rules is far less than the number of new users, which doesn't even account for the long time users. Not that it matters hugely, the rules only truly matter to people posting, which is realistically isn't too bad.
Regarding the use of two search engines, it can be seen in a bad way, or it can be seen as having two different tools instead of just one. Neither is perfect, neither is better (opinions and experiences may differ), and they can often be used interchangably, but they are not the same and should be used differently.
Min 4 letter search is awful for a tech forum. No idea why such a known forum hasnt found a work around.
Theres no way around how terrible it is. As mentioned before the sheer number of issues that arise with things that start or 3 letters long renders search impotent.
MMS/USB are two major problems Ive had recently and couldnt do a search to find an answer. Of course that results in yet another thread on the topic being created that is probably needless.
Google search isnt forum specific so it too is too cumbersome to be useful.
Orb , MMS ,SMS , USB, APK , API I mean over half the "talk" we use for Phones involves 3 letter acronyms. Not even beginning to mention something like 1.6 , 2.0 when getting spcifics on those 3 letter acronyms.

Marketplace

I don't get it.
If I use the Android XDA app, the Marketplace is visible in General. Using a real browser however, it's not. A quick search for a link into the Marketplace rears a permissions error. And all of this without being registered. So what gives? Something I'm missing here?
nevezen said:
I don't get it.
If I use the Android XDA app, the Marketplace is visible in General. Using a real browser however, it's not. A quick search for a link into the Marketplace rears a permissions error. And all of this without being registered. So what gives? Something I'm missing here?
Click to expand...
Click to collapse
what phone your using?
Oh, so it's now visible. After glancing through the rules/disclaimer it appears it'll become accessible after 8 posts for a noobjuice member. Clever.
nevezen said:
Oh, so it's now visible. After glancing through the rules/disclaimer it appears it'll become accessible after 8 posts for a noobjuice member. Clever.
Click to expand...
Click to collapse
Good idea to read the Forum FAQ'S there is a lot in there that will help you
nevezen said:
I don't get it.
If I use the Android XDA app, the Marketplace is visible in General. Using a real browser however, it's not. A quick search for a link into the Marketplace rears a permissions error. And all of this without being registered. So what gives? Something I'm missing here?
Click to expand...
Click to collapse
You need more posts and/or a longer membership (I can't recall the details).
Guess the Tapatalk app needs fixing .
Dave
nevezen said:
I don't get it.
If I use the Android XDA app, the Marketplace is visible in General. Using a real browser however, it's not. A quick search for a link into the Marketplace rears a permissions error. And all of this without being registered. So what gives? Something I'm missing here?
Click to expand...
Click to collapse
It's not the app...we've changed the permission on the Marketplace to not allow access to a user until he/she has made 8 posts. That 8 post level is also the same point at which you can post links. It's just an anti-spam measure. We found people were registering at XDA just to spam the site or the Marketplace. This helps.
Sorry for the inconvenience.
This is good to know. Long time lurker and finally signed up so I could post in the marketplace but alas!
Can someone link to the rules for gaining access to the Marketplace? I have 8 posts but still cannot see it. Tried logging out and back in but still nothing
For a while there I thought I needed to check my eye sight. Makes sense now.
Hard to achieve 8 post if you have nothing to say or to discuss or if everything is so well explained that you do not need answers
Maybe you could add a waiting time also. Lets say after 4 weeks you get to see the market, I highly doubt anyone would wait 4 weeks just to spam something.
It doesn't make sense that you can view the Marketplace before you sign up (and then have it dissapear after you are a member).
oh!! so thats why i couldnt c the marketplace
I am new here. it seem that this is an useful forum.
welcome to forums
Once you become an active/regula user all XDA features will be unlocked and you will be able to post in marketplace, this rule is to protect us from spammers/scammers
Ah I was wondering why I wasn't able to see that deal I saw anymore... guess I'm off to ask more questions.
I have been on the site reading for 6 months now trying not to poste but now i need to use the market so here is my 8th poste thanks.
sweepstakes said:
It doesn't make sense that you can view the Marketplace before you sign up (and then have it dissapear after you are a member).
Click to expand...
Click to collapse
Lol. Non-members can't see the marketplace anymore.
Trust me to say too much
As I said before:
Once you become regular/active members will see the benefit of having this
Meantime post and you´ll finally get access
Nice
Really smart security measure! I like it.
--XPiemaster
as long as its for security im all for it

Easy way to foster searching!!!

- New user comes on here and does a search, but gets no results or not what they're looking for.
- They do another search.
- "Sorry. You must wait 25 seconds."
What do you think will happen?
They go and create yet another redundant pointless thread.
Reducing this time limit by at least 15 seconds would go a LONG ways to helping people search more. I know personally I always get extremely frustrated when I search for something and then have to wait. If we want people to search more, why make it so frustrating?
Welcome to the ADHD generation. Is it hard for people to search using Google with an XDA modifier or doesn't it occur to people to try?
Genuinely interested!
DirkGently1 said:
Welcome to the ADHD generation. Is it hard for people to search using Google with an XDA modifier
Click to expand...
Click to collapse
Correct. Most people have no idea what that is.
Is it even possible to look through all of the returned search results in 25 seconds? You'd have to be a record breaking speed reader
I suppose if someone enters the search term with a typo and then tries again it might be within the 25 second window.
Regularly when I make a search I click on the wrong option (display thread/post or else) and I'm stuck with that 30 seconds limit and this is really annoying. What's the reason for this limit? Avoid overwhelming servers?
DirkGently1 said:
Is it even possible to look through all of the returned search results in 25 seconds? You'd have to be a record breaking speed reader
I suppose if someone enters the search term with a typo and then tries again it might be within the 25 second window.
Click to expand...
Click to collapse
Yes, exactly. Typo, or my search term was too specific, so I get 0 results.
missparker76 said:
Regularly when I make a search I click on the wrong option (display thread/post or else) and I'm stuck with that 30 seconds limit and this is really annoying. What's the reason for this limit? Avoid overwhelming servers?
Click to expand...
Click to collapse
EXACTLY!! I HATE that.
I click one option; it returns 0 results, so I want to broaden my search and... I can't.
I see now why this hasn't been a problem for me. I always start with one or two keywords and, if necessary, get more specific in following searches.
Kinda the other way round
DirkGently1 said:
I see now why this hasn't been a problem for me. I always start with one or two keywords and, if necessary, get more specific in following searches.
Kinda the other way round
Click to expand...
Click to collapse
Well I think most of us do like you. This has nothing to do with the fact that we are stuck by the 30 sec limit.
Sent from my HTC Vision using XDA App
With all due respect to seasoned members and searchers, really, it isn't that simple to someone who is new to all of this and seeking knowledge. I really don't understand why there's any time limit on searching whatsoever, that seems very counter-intuitive - and it will absolutely result in needless first posts, as Paul220000 pointed out, especially when you've got an issue on your hands you just don't understand how to fix.
reinbeau said:
With all due respect to seasoned members and searchers, really, it isn't that simple to someone who is new to all of this and seeking knowledge. I really don't understand why there's any time limit on searching whatsoever, that seems very counter-intuitive - and it will absolutely result in needless first posts, as Paul220000 pointed out, especially when you've got an issue on your hands you just don't understand how to fix.
Click to expand...
Click to collapse
Search is very resource intensive, and to make sure the site remains fast, it is necessary to have some restrictions on it.
pulser_g2 said:
Search is very resource intensive, and to make sure the site remains fast, it is necessary to have some restrictions on it.
Click to expand...
Click to collapse
Of course. But 30 seconds is just too long. It results in a lot of useless threads.
Another thing that would help tremendously is to default the search to the "Search this forum" link. I.E. whatever forum you're in, clicking search will default the "Search in Forum(s)" box to the forum or device you're in, since usually you're looking for device specific information anyway.
Compare these two links to see what I mean:
General search: http://forum.xda-developers.com/search.php
"Search this forum": http://forum.xda-developers.com/search.php?f=556
Notice the second link searches only the Nexus One forums.
For a new person looking for info, it would probably be more beneficial to search for device-specific information rather than the default of searching all 700+ forums.
If the resource drain on xda is really that big a deal on searches, maybe adding that Google Search bar that searches with the xda modifier that a lot of other sites and blogs use would be a workable solution.
Yep but would it still allow to search only in specific forums and threads and not in the whole site?
i went to search something yesterday and it took me over 30seconds to find the search box... frustration had already begun to creep on me... finally i located the 'search this forum' button... using it was easy enough... i typed into the box the words 'recalibrate battery'... i then carefully proofread my search criteria before putting it through, which took about 30seconds by the way... at this point i was getting excited... then it returned just about every thread those words were mentioned in.... more frustration...
i agree the search may or may not be confusing to some people, be too slow, have wait periods, or give you the entire forum just in a different order... but it's not XDA's fault... go to any forum that uses vbulletin and you will have the same issues...
distortedloop said:
If the resource drain on xda is really that big a deal on searches, maybe adding that Google Search bar that searches with the xda modifier that a lot of other sites and blogs use would be a workable solution.
Click to expand...
Click to collapse
We are planning on improving the google search for the site.
As others have said at the moment the google search only works on a Site basis, we're looking into getting it on a per-forum basis.
Dave

what is the point of XDA Android app when you have tapatalk?

can someone please explain the point of installing XDA and XDA premium when I already can access XDA forum using tapatalk?
Seems to me that XDA just wanna some buck?
it's just like asking why superman wears his underwear on the outside.
user preference.
period.
XDA has real expenses like server maintainance,
with 4,000,000 registered users and 30,000+ people online,
they need some financial aid to help them provide you people the service,
XDA never forced you to pay a dime but have given you a tremendous amount of service,
i'd like to see you manage a server with 4,000,000 users and let's see how well you go
deathnotice01 said:
it's just like asking why superman wears his underwear on the outside.
Click to expand...
Click to collapse
I don't know you can draw XDA app to superman wearing his underwear on the outside? May be except they both don't make sense to me as a user.
deathnotice01 said:
user preference.
Click to expand...
Click to collapse
yet, the rest of your argument is from server-sidepoint of view, not users...
deathnotice01 said:
XDA has real expenses like server maintainance, with 4,000,000 registered users and 30,000+ people online, they need some financial aid to help them provide you people the service,
Click to expand...
Click to collapse
that's fine, I understand, I have no issue with XDA asking for donation or anything. But how is this an reason for an independent forum app? There are thousands of forums, many with millions of members and I am a member of many forums. I don't see the logic for me to download independent app for each of these forum if they each had one.
deathnotice01 said:
i'd like to see you manage a server with 4,000,000 users and let's see how well you go
Click to expand...
Click to collapse
what does my ability to manage a server with 4m users have to do with my original question?
FinancialWar said:
I don't know you can draw XDA app to superman wearing his underwear on the outside? May be except they both don't make sense to me as a user.
yet, the rest of your argument is from server-sidepoint of view, not users...
Click to expand...
Click to collapse
you lack creative thinking and i find your knowledge disturbing,
FinancialWar said:
that's fine, I understand, I have no issue with XDA asking for donation or anything. But how is this an reason for an independent forum app? There are thousands of forums, many with millions of members and I am a member of many forums. I don't see the logic for me to download independent app for each of these forum if they each had one.
Click to expand...
Click to collapse
USER-PREFERENCE,
i never use tapatalk,
i use the xda app FYI,
it's XDA's project,
and from my point of view,
i find it pretty useful since i only have XDA as my active forum so why bother getting a 3rd-party app when you can download a version directly from XDA.
FinancialWar said:
what does my ability to manage a server with 4m users have to do with my original question?
Click to expand...
Click to collapse
it's kinda rude, saying that XDA is doing it for bucks,
since they did this to provide users an independent forum app,
you justified the means without proper knowledge,
And to put it, Tapatalk is a paid app. And XDA offers free as well as premium app. So users who don't have Tapatalk has the option to get the free XDA app, if they have only registered on XDA for browsing the forums. Not many users are members of different forums.
i got both...but to be honest i only use XDA app now as this is the only forum i check. and if by me having the premium version helps support for the maintenance of the site, it is the least i can do for what i have learned from XDA over the last two years and the goodies that i have done to my phone to make it better
The reason? I find 1.50 € for learning english a very, very, fair price (i have both premium apps)
Sent from my Xperia Pro using XDA Premium HD app
the reason they need money and this is one of the easiest methods to earn it
my question was direction at people who post at a number of forums, use tapatalk and use XDA app as well. I don't get the point of having XDA app.
Im using it rightnow.. well its a choice by thet way..
Sent from my Cherry w500 using xda premium
More choices in how you want to browse xda is not a bad thing.
I don't understand the problem.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
I really enjoy xda and tapatalk so different choices for all lol
Sent from my SCH-I535 using Tapatalk 2
some people like xda app some people like tapatalk. simple like that..
Run XDA, run Tapatalk, go to settings and look at running services..
FinancialWar said:
my question was direction at people who post at a number of forums, use tapatalk and use XDA app as well. I don't get the point of having XDA app.
Click to expand...
Click to collapse
Reread your thread title and OP. Nowhere does it state that it's directed to people who use multiple forums, and you probably would have received different replies completely if you had made that clear. All you did was make the XDA app seem useless, which is wrong, because for people who only use XDA there's no point paying for tapatalk.
kev1njenius said:
some people like xda app some people like tapatalk. simple like that..
Click to expand...
Click to collapse
Personally, I don't see any difference between the two. They are identical to me, except that Tap can have multiple forums in it, obviously.
But I am having a problem with both and can't use any of the four forum apps I have purchased:
XDA Premium (phone)
XDA HD (tablet)
TapaTalk HD
TapaTalk 2
Don't get me wrong, I am more than happy to support the developers! I'm not bragging, but I have purchased about 300 apps in the last year and most of them worked fine without paying for them. I just wanted to make clear that this is not about complaining because of spending the money. I just sincerely want to be able to use them and I can't use any of the four.
What I mean by that, is that after scouring XDA and Google, I cannot find any help on how to view messages that I have received email notifications for, like when someone responds directly to one of your posts, or even when they post in a thread/forum you are Subscribed to.
I know that I can go into the XDA/TapaTalk (2) apps and go to:
LATEST >> PARTICIPATED
... But that doesn't take me to the posts that I have been notified about, like if I tap the link in the email and it takes me right to the message, ya know?
So I end up tapping the link and trying to view the messages in the browser on my phone, but since XDA does not have a mobile version of their web site, I end up double-tapping it to try to blow it up and then moving it all around the screen, back and forth, to try to read the message.
And of course, posting that way is Hell! It is very difficult to get it to go back up in the message and you can't even see a whole sentence, because it's blown up and the regular display is microscopic!
Does anyonne know how it is done? I love the concept of these apps, but I cannot believe that they would have left that sort of feature out, given that people would constantly be responding to posts they are notified about, right?
So I figure that I must be missing something. But I have looked at these apps for almost a year now (and recently purchased the new TapaTalk 2, hoping it had stuff the original doesn't) and I just can't find how to do this.
Does anyone know how this is done? Please?
Again, going to LATEST >> PARTICIPATED does not list/take me to the messages I am being notified about. The threads are in the list somewhere, I'm sure, but I'm hoping to do it like I do when I tap on the link in an email message. It would be really cool if you tapped on one and it opened Tap right to that specific message that you're being notified about!
I may have missed this answer somewhere in these forums, but I swear, I did scour them as best I could and I just cannot find this specific help! Nor did I find any help from the Tap folks, except how a forum owner could add their forum and a Google search produced the same result.
I apologize for the long message. I just wanted to make sure that I was absolutely clear, so that folks did not just guide me to "LATEST >> PARTICIPATED".
Thanks!!!
Zeuszoos said:
Personally, I don't see any difference between the two. They are identical to me, except that Tap can have multiple forums in it, obviously.
But I am having a problem with both and can't use any of the four forum apps I have purchased:
XDA Premium (phone)
XDA HD (tablet)
TapaTalk HD
TapaTalk 2
Don't get me wrong, I am more than happy to support the developers! I'm not bragging, but I have purchased about 300 apps in the last year and most of them worked fine without paying for them. I just wanted to make clear that this is not about complaining because of spending the money. I just sincerely want to be able to use them and I can't use any of the four.
What I mean by that, is that after scouring XDA and Google, I cannot find any help on how to view messages that I have received email notifications for, like when someone responds directly to one of your posts, or even when they post in a thread/forum you are Subscribed to.
I know that I can go into the XDA/TapaTalk (2) apps and go to:
LATEST >> PARTICIPATED
... But that doesn't take me to the posts that I have been notified about, like if I tap the link in the email and it takes me right to the message, ya know?
So I end up tapping the link and trying to view the messages in the browser on my phone, but since XDA does not have a mobile version of their web site, I end up double-tapping it to try to blow it up and then moving it all around the screen, back and forth, to try to read the message.
And of course, posting that way is Hell! It is very difficult to get it to go back up in the message and you can't even see a whole sentence, because it's blown up and the regular display is microscopic!
Does anyonne know how it is done? I love the concept of these apps, but I cannot believe that they would have left that sort of feature out, given that people would constantly be responding to posts they are notified about, right?
So I figure that I must be missing something. But I have looked at these apps for almost a year now (and recently purchased the new TapaTalk 2, hoping it had stuff the original doesn't) and I just can't find how to do this.
Does anyone know how this is done? Please?
Again, going to LATEST >> PARTICIPATED does not list/take me to the messages I am being notified about. The threads are in the list somewhere, I'm sure, but I'm hoping to do it like I do when I tap on the link in an email message. It would be really cool if you tapped on one and it opened Tap right to that specific message that you're being notified about!
I may have missed this answer somewhere in these forums, but I swear, I did scour them as best I could and I just cannot find this specific help! Nor did I find any help from the Tap folks, except how a forum owner could add their forum and a Google search produced the same result.
I apologize for the long message. I just wanted to make sure that I was absolutely clear, so that folks did not just guide me to "LATEST >> PARTICIPATED".
Thanks!!!
Click to expand...
Click to collapse
Big post.
So basically what you want is when you click on a link on any other app (mail for eg. since its giving you notifications). You need to clear all the defaults you have set around with your browsers. (do it from settings»applications»manage»here).
After that whenever you click on a link, it will show up a popup to chose the app to procede for the link. If the link is from xda use tapatalk (it'll take you to the post right away), if from other site, use your preffered browser. Again do not set anything as default as tapatalk cannot open other sites and you will need to clear the defaults again.
A Hero Can Be Anyone.
Dear Bruce Wayne,
Okay, I did what you said and it did not take me to the exact message. But it did take me to the same page, which makes it just a matter of scrolling down a few swipes up worth to scroll down to the message, which is certainly plenty good enough!
Plus, now I understand why this app's default posts per page is set to 10.
Thanks a bunch for your help, Bruce! I mean that! I can now, finally, use TapaTalk after a year of owning it! And that's because you took a few minutes out of your time to answer my question simply and plainly, without first assuming a certain level of knowledge on my part and I really appreciate that!
And I'm sincerely not trying to patronize you. As I said, I do mean that. It can be very difficult to get help, when so many people see a question as being "stupid" and you can't find anything on the web, ya know?
There was one thing I noticed though in the TapaTalk 2 app, which was that there was no option to "Quote" when responding (I wanted to quote a couple of sentences of you response when I replied).
Is there a trick to making it show that option that you know of?
If there isn't one, how would you know if it's responding to the message you're looking at on the screen?
Sorry to bother you again, Bruce! Last time, I promise!
Sent from TapaTalk2 on my way cool
Samsung Galaxy (SPH-L900) Note 2
Whompasaurus/Perseus/JB v4.1.2
@Zeuszoos... I think this might help you as well ..
http://forum.xda-developers.com/showthread.php?t=1891120
A guide to that app by kidcarter93
____________________________________
"The world we have created is a product of our thinking; it cannot be changed without changing our thinking."-Albert Einstein
Deadly said:
@Zeuszoos... I think this might help you as well ..
http://forum.xda-developers.com/showthread.php?t=1891120
A guide to that app by kidcarter93
____________________________________
"The world we have created is a product of our thinking; it cannot be changed without changing our thinking."-Albert Einstein
Click to expand...
Click to collapse
That's for the XDA app. But that and TapaTalk are so close, that I yea, it just might help at that!
I'll read it and thanks for passing it on. I appreciate it!

ABC, CBS and NBC

Do I need to download these apps, which are at the app store, to watch these networks???
thanks,
wingman1800 said:
Do I need to download these apps, which are at the app store, to watch these networks???
thanks,
Click to expand...
Click to collapse
Search is your friend
Sent from my SM-P600 using XDA Premium 4 mobile app
You took the time to reply but absolutely offer NO help???? My fried you have too much time on you hands , plus you are wasting my time !!!!
I did do a search , as I always do b-4 posting and got zero results, If and that's a big if you actually want to be helpful ............. show me how to better search to find an answer to these new apps that the networks are just now starting to use..
tom
Not sure if this helps...
wingman1800 said:
Do I need to download these apps, which are at the app store, to watch these networks???
thanks,
Click to expand...
Click to collapse
When I went to the ABC mobile website for you, I saw the following. You have to be a subscriber of one of those providers:
http://sdrv.ms/1lnivsJ
First time I am trying to post a link to an image so I hope it works.
:cyclops:
Bsmith0731 said:
Search is your friend
Sent from my SM-P600 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I don't think he meant to be rude. Your questions could have been answered yourself just by trying to watch those networks in the browser. But, it looks like someone above already tried it... just for you. I'll click on the "thanks" for ya! I'm sure we can all figure this out for ya but the app would probably give the best experience.
Sent from my SM-P600 using xda app-developers app
wingman1800 said:
You took the time to reply but absolutely offer NO help???? My fried you have too much time on you hands , plus you are wasting my time !!!!
I did do a search , as I always do b-4 posting and got zero results, If and that's a big if you actually want to be helpful ............. show me how to better search to find an answer to these new apps that the networks are just now starting to use..
tom
Click to expand...
Click to collapse
I wasn't trying to be rude but I was referring to searching the play store. I apologize.
shoresteve626 said:
I don't think he meant to be rude. Your questions could have been answered yourself just by trying to watch those networks in the browser. But, it looks like someone above already tried it... just for you. I'll click on the "thanks" for ya! I'm sure we can all figure this out for ya but the app would probably give the best experience.
Sent from my SM-P600 using xda app-developers app
Click to expand...
Click to collapse
Thanks.
Sent from my SM-P600 using XDA Premium 4 mobile app
I think the suggestion to search is a good one, given the question you asked. If you search on the apps in the play store, you will find a description of what the apps do. I've found that people here are happy to help, but you should always spend a couple minutes doing a google search first.
wingman1800 said:
You took the time to reply but absolutely offer NO help???? My fried you have too much time on you hands , plus you are wasting my time !!!!
I did do a search , as I always do b-4 posting and got zero results, If and that's a big if you actually want to be helpful ............. show me how to better search to find an answer to these new apps that the networks are just now starting to use..
tom
Click to expand...
Click to collapse
For someone fairly new to this forum.............. I truly hope your just having a bad day. As your reply turns people off that may be able to help you now or in the future. You really need to read the Forum Rules page especially #2.
With that said I don't think Bsmith0731 was trying to be smart but rather suggest that you should search this form, the internet, Google play and or YouTube. There are many network apps on Google even apps by your local ABC, CBS, FOX, PBS, HBO, Comcast,NBC and many other networks. There are in fact 100's of apps for viewing TV and network content and you would be better served to try some of them first as well as web pages to compare. Then if you have problems I'm sure many people would be more than happy to help you.
These network apps on Google Play will not damage your tablet and if you don't like them just simply uninstall them.
No I am not having a bad day....I read this forum on a daily basis because I think this is the best forum. I did a lot of searching b-4 this post and found nothing about if the apps being promoted by the networks are needed for our tablets, are they needed or just a gimic?? My first reply was a four word answer to "search".... which I had alrady done... that is why I came came to this forum to find an answer for my specfic tablet... I do not think a Senior Member sould critize me for answer to a unhelpful reply, Rule 2 works both ways.... as you can see several others did help and I now more that I did .... isnt that the purpose of this forum, to ask questions and get helpful replies??? To those that did help, I am very grateful and want to say thank you.....
just fyi....... other than special browsers that allow Adobe Flash, there is only 1 app for each of the 4 major networks......... CBS and CW {not a major network} are the only apps that work, unless to subscribe to a major carrier in major cities etc etc..... ABC FOX NBC do not work...... NBC has an android app but it says it is not compatable with 10.1 2014.......or a Galaxy S-3. maybe later??? Those are only one that I could find Internet and Google store etc. Hope this helps someone...
thanks
Tom

Categories

Resources