• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

What is the version of play store that js compatible with tcl502u

Welcome to Android Forums, wasiu rashid! :)

Your question doesn't seem to have anything to do with this thread's topic, storage, so I'm not sure why you posted it here. :thinking:

There's always a link/button at the top of a forum page to create a new thread. In the future, that's the best way to get help for your issue.

As @ocnbrze asked, what exactly is this "tcl502u" you have? What is its Android version?

Edit: a quick search yields several results--in Chinese. But it looks like a phone, not tablet. Where's @mikedt when you need him?! :D

One Phone Showing Up as Two Unique Devices?

Ok...
So I think I'm being stalked by the government lol. Look it up, gangstalking, the whole thing sounds ridonkulous.

I've had a couple of questions I couldn't get answered though.

At one point I thought I was going through a sextortion case so I ripped the battery out of my Galaxy S8. I'm lucky if it gets a 30 second charge on the wall considering theres no battery.

Now this phone I ripped the battery out of shows up as TWO UNIQUE devices on the playstore.

Also the S10 I upgraded to has an IMEI number that apparently starts with random.

Any help would be appreciated, kind of at a loss at the moment. I'm so far in the hole money wise it isn't even funny.

Attachments

  • 2.png
    2.png
    155.9 KB · Views: 121
  • rand.png
    rand.png
    47.2 KB · Views: 109

What a pain!

So I'm currently in the process of totally revamping my directory structure for Dropbox, and I just wanted to say: WHAT A PAIN!!!!!!! (Is that enough exclamation points?)

Seriously, it sucks. For example, from its site in my browser, I moved several directories to their new homes--where directories of the same names already existed. Expecting it to act like my beloved Dolphin [file manager on Linux], I thought it would prompt me, i.e., "directory already exists," followed by choices, "apply to all: skip, write into, rename, cancel." BUT NO!! Instead, it created "documents (1)" and "videos (1)" and ".kde_110519 (1)" and so on. Then I had to MANUALLY compare each of the "(1)" directories with the originals, which is no small feat because their tools for such things suck, and then manually merge or delete as needed.

I'd like to archive off some old stuff, but don't see any way to do that. What I want is, say, an 'archive' directory where I can move things I no longer want to sync, but do want to keep for posterity. I'd want to know that they're safe, and their files won't be deleted if I delete matching files on my computer.

Oh! It's almost done...

WiFi calling on T-Mobile prepay

Through most of my experience and in this forum, unlocked non branded phones usually can't use wifi calling on T-Mobile. I don't use prepaid so I can't speak for that because it's been about 6 years since I used Tmobile prepaid
It seems you are correct. The question is, why?

If this is a policy intended to boost the sales of T-Mobile branded phones, you would think they would advertise it, instead of letting you find out after the fact.

If it is a fear that T-Mobile would be responsible for enabling WiFi on every kind of phone and that would be a burden to them technically... well I guess I can understand that. But they sell a few branded Xperia phones and I can't imagine that mine would be so very different.

App Inventor How to send variable from php to Android Webview?

Hi! thanks in advance for taking the time to help me :)

few days ago I’ve purchased a codecanyon webview framework, made with Kotlin, it is really a great framework since it helped me to turn my website into a real app (I only know how to develope on php & mysql, not java lol)

And the framework has integrated the OneSignal & Firebase push notifications service…

To this point all is working really great… but I wan’t to level up my project to a new step, and send user-specific push notifications (Ex. Someone post on your profile)

I know that I can take advantage of OneSignal Tags to add a tag for every OneSignal subscribed user with my website userid… but the problem is that I don´t know how to take that $_SESSION[“userid”] from my php website and use it on my Android Webview App to create the OneSignal tag for the current user…

In my Android files, I have a file called OnesignalMessagingService.kt with this information:

`package name...

import android.app.Application
import android.content.Context
import android.content.Intent
import android.util.Log
import com.onesignal.OSNotification
import com.onesignal.OSNotificationAction
import com.onesignal.OSNotificationOpenResult
import com.onesignal.OneSignal
import infix.imrankst1221.codecanyon.MainActivity

class OnesignalMessagingService: Application() {
val TAG = "---Onesignal"
lateinit var mContext: Context

override fun onCreate() {
super.onCreate()
mContext = this
OneSignal.startInit(this)
.setNotificationOpenedHandler(NotificationHandler())
.autoPromptLocation(true)
.inFocusDisplaying(OneSignal.OSInFocusDisplayOption.Notification)
.setNotificationReceivedHandler(NotificationReceivedHandler())
.init()

OneSignal.idsAvailable { userId, registrationId -> Log.d("", ""+userId) }
}


inner class NotificationHandler : OneSignal.NotificationOpenedHandler {
// This fires when a notification is opened by tapping on it.
override fun notificationOpened(result: OSNotificationOpenResult) {
val actionType = result.action.type
val data = result.notification.payload.additionalData
val customKey: String?

if (data != null) {
customKey = data.optString("url", null)
if (customKey != null) {
AppDataInstance.getINSTANCE(mContext)
AppDataInstance.notificationUrl = customKey
AppDataInstance.isOpenOutside = data.optBoolean("is_open_outside", false)
Log.i(TAG, "Link set with value: $customKey")
}
}

if (actionType == OSNotificationAction.ActionType.ActionTaken)
Log.i(TAG, "Button pressed with id: " + result.action.actionID)

val intent = Intent(applicationContext, MainActivity::class.java)
intent.flags = Intent.FLAG_ACTIVITY_REORDER_TO_FRONT or Intent.FLAG_ACTIVITY_NEW_TASK
startActivity(intent)
}
}

private inner class NotificationReceivedHandler : OneSignal.NotificationReceivedHandler {
override fun notificationReceived(notification: OSNotification) {
// receive a notification
}
}
}`

How I can add this code to create the tag for the current user:

`OneSignal.sendTag("userId", "1");`

And how to change userid “1” with my current $_SESSION[“userid”] from the php weview website

I don´t know if it is helpfull but I’ve created a json file with the current session id:

https://tribbr.me/api/json/get_sessionid.php (it only echo information if you are logged in into my website): (Ej. https://jmp.sh/fdMQtdG )

Thanks for your help, I’m really new in Android developing, but with a big desire to learn new stuff every day :)

Phone acting very odd.

I've had this phone all of I've week and it's possessed I believe. First of all the in different areas of the settings menu it says phone number UNKNOWN under about phone. I've got many odd services running eating my data up. Some of my settings have been changed and won't allow me to change them back. I've included some screenshots for any feedback y'all may can give. Also I'm running some sort of Qualcomm. Qti. Aurora or something and all I can find in Google is something about dual SIM card. Please help. I know this is vague but I'll answer anything I can.

Attachments

  • Screenshot_20191109-061314.png
    Screenshot_20191109-061314.png
    101.4 KB · Views: 229
  • Screenshot_20191109-061026.png
    Screenshot_20191109-061026.png
    91.1 KB · Views: 217
  • Screenshot_20191109-061652.png
    Screenshot_20191109-061652.png
    74.8 KB · Views: 217

Root Reboot

Hey, the phone I've been using have started to get a black screen and get glitches across the screen. Right now it's in a whole black mode where I can't see anything, it doesn't react if I hold any of the buttons and all I see is some glitches. And if it does turn on it will only be on for a few seconds then it will become black again. I wonder if it will help if I reset it or is it a matter of the hardware?
Over-time the charge socket have been getting damp a lot and if this may have been the effects and it's actually the hardware, may be possible? Thanks if answer.
so lets first rule out a nefarious app that might have been installed. i would put the phone in safe mode. it is usually a combo of power and volume (it will vary according to models and manufacturers). this prevents any 3rd party apps from running. if it is still happening then i would do a factory reset.

if that does not work then, then it is a hardware issue.

Filter

Back
Top Bottom