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

no internet with data on; display notifications

I just found out that the pre-installed sms app is Google Messageso_O
Thanks to you svim provoking me to find out what it is (never curious enough to know which app my sms has been with different phones). That's why I thought it was Moto E4's problem, for I have been using android phones thinking they being all the same.

I checked the google play store (thanks to you as well). I know which one I would like.

Thank you so very much for all your helps. You have been very thorough and helpful

Need Root Program

welcome to AF!!!!!!!!!!!

so always head on over to xda developers forumto look for anything root related.

here is your device forum there:
https://forum.xda-developers.com/galaxy-j

here is the rom and rooting subforum:
https://forum.xda-developers.com/galaxy-j/development

here is a guide for rooting:
https://forum.xda-developers.com/galaxy-j/how-to/guide-samsung-j2-core-2018-sm-j260f-sm-t3959139

make sure to read, read, read, and then read some more before taking that plunge into rooting your device. also make sure your model number matches the guide as rooting is very device specific.

[App][4.1+][Ad-Free]Lullabies for babies Promo codes

Hi all!

Today I present you my lullabies application.
I'm looking for your feedbacks, improvement suggestions and bug reports to continue making my apps better and better.
PlayStoreImage_EN.png


Advantages?
- Ad-free application
- Customisable timer
- High quality
- Beautiful graphics
- Works without internet connection
- Help your baby to sleep and calm his crying
- Lullabies for babies
- Music to put babies to sleep​

Google play : https://play.google.com/store/apps/details?id=net.binsp.sleep.lullabies

Please First Download App to obtain promo code.
If you want a promo code please send me PM.

1.png 2.png 3.png 6.png 7.png4.png

App Inventor Displaying multiple sensors readings on screen

Does Kotlin directly reference the objects? In Java, I have to use findViewById() to get the view object in order to change anything. I don't see anything like that in your code.

Also, your code is different for one of the sensors vs the other two shown:
Code:
label_accelerometerX.text = "X = ${event!!.values[0]}"
label_accelerometerY.text = "Y = ${event.values[1]}"
- is this a Kotlin thing where the first reference is event!! and subsequent references are just event?

Maybe I should bow out in favor of someone more versed in Kotlin...

Last-chance recover - any ideas?

I was pretty gentle, but clearly I broke something. This would have been the second battery swap, so possibly something was weakened the first time around (not done by me), and it finally gave up the ghost on my watch.

I'm going to take another look to see if anything is obviously broken, but I'm increasingly thinking this is a lost cause. I suppose there's a world in which I remove the NAND Flash and install it in another (working) phone, but that's above my pay grade.

My own phone is an antique Galaxy S5. Removable battery, and if this happened to me I'd just pop out the microSD and stick it in my PC. I may never get rid of the thing.

App launch from URL scheme very slow

I have a Xamarin project in which the app can be optionally launched via a URL scheme from another app. On Android, when I launch the app by tapping the icon, the launch screen appears for about 5 seconds then the app appears, but when I launch from another app via URL, the launch screen sits for 25-30 seconds before the app runs. I don't see a similar problem on the iOS version.

I'm using the method and code provided in the Android docs to open the app via URL.

Has anyone experienced a similar problem?

[ROM]-GamerROM ORION Coming Soon!

Welcome to GamerROM ORION

GamerROM ORION is a all new OS designed by Cyberdev to bring faster gaming then our previous OS on the Samsung GALAXY S4.

This is not your ordinary OS to just not play games, you can use it as your daily driver and play games, surf the web, weekly security updates and features etc.


Features:

  • Your In Control (Your in control on how you want your device to run)
  • No latency & no space slowdowns
Download: (COMING SOON)


WE WILL UPDATE THIS THREAD WITH MORE INFO AS TIME GOES BY OR WHEN MORE INFO IS AVAILABLE!

i wait you rom gamerrom eclipse for galaxy s5 klte
sources:
https://github.com/LineageOS/android_device_samsung_klte
https://github.com/LineageOS/android_kernel_samsung_msm8974

Location scanning in Flight mode?

Airplane mode is a huge misconception when it comes to mobile devices, and I see a lot of incorrect answers on this one. Enabling airplane mode on a mobile device essentially kills power to all of your device's active radios -- Bluetooth, WiFi, mobile data, NFC, etc. In this state, your mobile device neither transmits nor receives active radio signals (emphasis added), i.e. radio signals requiring power amplitude from a baseband radio or modem for receiving or transmitting. There has been much debate as to whether active radio signals are capable of interfering with an aircraft's radio and navigation systems. Understandably, airlines would rather err on the side of caution.
While in Airplane Mode, however, your GPS sensor will remain active, receiving location and timing data, via passive radio signals, from a constellation of satellites known as the Global Positioning System, or GPS. Unlike active radio signals, the passive signals being received by your GPS sensor do not require amplitude or reciprocal transmission. Your device's GPS sensor simply "listens to," or passively receives signals being transmitted from space. This is the very reason that, although your phone can be in Airplane Mode, it will automatically adjust the time with the crossing of time zones. (Although not relevant to the Android OS, it is noteworthy that, for whatever reason, Apple devices also killed power to the GPS sensor when Airplane Mode was activated, on devices running iOS v8.2 and earlier.)
Now, back to your original question regarding location scanning while in Airplane Mode. Apps can utilize location data being received by your GPS sensor while Airplane Mode is enabled, but cannot use the combined WiFi and/or Bluetooth services needed for higher accuracy location determination. Because Airplane Mode completely kills power to both the WiFi & Bluetooth radios, apps can only use the location and time data being received by the passive GPS sensor. With the Android OS, turning location services off most certainly DOES NOT turn off your GPS sensor. To easily validate this, download a GPS sensor monitoring app from the app store, turn off all location services, and you will continue to see the passive activity of your GPS sensor and its receiving of time and location data. Turning location services off merely prevents most apps (but not all) from accessing your location data. Many system apps and processes continue to read your passive GPS data, even with location services disabled in device settings. (With superuser [root] access to the Android OS, the GPS sensor can be disabled by modifying activity flags within the sensor hardware drivers, typically located within the kernel.)

Filter

Back
Top Bottom