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

my sad pc specs

I have a zotac zbox id18
cpu:celeron 1007u dual core 1.5 GHz
ram:ddr3 8 gb (4 gb x 2)
storage: 500gb hdd (soon to be 1 terabyte hdd or ill get a ssd if I can afford one : P)
keyboard: razer chroma ornata
mouse: steelseries rival 3
displays: a generic tv (Insignia NS-24E340A13) and generic monitor (NEC AS221WM)

Help dell Inspiron 13 5379 2-in-1 has died on me

Hi I was working on a dell Inspiron 13 5379 2-in-1 but I had it sitting out for a bit (it was on my desk) but at around 3:38 am it got a bit smokey don't know how but its dead however are the parts worth anything as they are in good condition and seem to still work just the main mobo is bad (it shat itself) I also don't have the money to buy a new mobo as I have 200 to 300 to shell out for a laptop part so if any of you guys know if these parts are worth anything please let me know everything is in good shape besides the main mobo

CyfrenMu V10 Ultimate

Join CyfrenMu version 10 Ultimate and become a legend!
An action-packed gameplay which fuel your adventure. Compete with rivals in daily events, weekly giftcodes, bonus recharges and take the challenges!
Server2 opened 15/01/2021
Giftcode free set F.O. T16
All giftcodes Server 1 & 2
https://forum.cyfrenmu.com/index.php?/topic/384-all-giftcodes-actualized/
-New Features
-Mount emblem system
-Tier 40 set and Tier 85 weapons Free upgrade with Festival Colection Event (Farming)
-Tier 30 wings
-New fashions like wings, costumes,Footprints and weapon up to lvl 30
-New mounts
-New pets up to 220
-1000 diamonds per mob kill and 4k diamonds per minute online !
-New titles flags
BP upgrade to unlimited !
New events BOSS & CRYSTAL'S in both servers with drop fashions & Ancient Crystal's
-Free E-Money recharges via pipe (30k each pipe minim 10 pipe for exchange) farming pipes on all maps killing monsters !
More on game !
Facebook Page:
Https://Facebook.com/Muonlinemobil
Play Online Today!
DOWNLOAD LINKS:
https://play.google.com/store/apps/details?id=com.siamgame.ggplay.cyfrenmu
DISCORD: https://discord.gg/VMWnMnK

Tab switching delays during Webservice execution android TabLayout

I am using a TabLayout that displays 3 Tabs. When the app is launched First Tab makes Webservice API call,I am not able to move to second tab until first tab First screen finishes Webservice call execution. Is there a way I can stop my First Tab execution when clicked on 2ndTab .

My Code for TabLaylaout

Code:
<ui_components.CustomTabLayout
       android:id="@+id/sliding_tabs"
       style="[USER=19691]@Style[/USER]/tab_style"
       android:layout_width="match_parent"
       app:tabMode="scrollable"
       />

CustomTabLayout:

class CustomTabLayout : TabLayout {
   constructor(context: Context) : super(context) {}
   constructor(context: Context, attrs: AttributeSet?) : super(context, attrs) {}
   constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : super(
       context,
       attrs,
       defStyleAttr
   ) {
   }

   override fun onMeasure(widthMeasureSpec: Int, heightMeasureSpec: Int) {
       val tabLayout: ViewGroup = getChildAt(0) as ViewGroup
       val childCount: Int = tabLayout.childCount
       if (childCount != 0) {
           val displayMetrics: DisplayMetrics = context.resources.displayMetrics
           val tabMinWidth: Int = displayMetrics.widthPixels / childCount
           for (i in 0 until childCount) {
               tabLayout.getChildAt(i).minimumWidth = tabMinWidth
           }
       }
       super.onMeasure(widthMeasureSpec, heightMeasureSpec)
   }
}

AUB6 update for Global S21 series, bugfix & camera update

This latest update is the 5th for the Global, Exynos, S21 series and is currently being rolled out by Samsung.

It would appear that this is a bugfix for the previous release, AUB3, as well as a camera update.

The Galaxy S21 Global, Exynos, devices that will receive this update are...
  • S21 5G model SM-G981
  • S21+ 5G model SM-G996B
  • S21 Ultra 5G model SM-G998B
This latest release replaces the G99*BXXU1AUB3 February build.

It is a FOTA, (Firmware Over The Air), update and you can check... Settings > Software update... to see if it is available for you

bXextxqm.jpg


The update = G99*BXXU1AUB6

Download = 257.34MB

Build date = 09 February 2021

Release date = 12 February 2021

Camera version = 11.0.02.58

One UI version = 3.1

Android Security patch = February 2021

This is the 5th stable update in 16days

AUB6 update for Global S21 series, bugfix & camera update

This latest update is the 5th for the Global, Exynos, S21 series and is currently being rolled out by Samsung.

It would appear that this is a bugfix for the previous release, AUB3, as well as a camera update.

The Galaxy S21 Global, Exynos, devices that will receive this update are...
  • S21 5G model SM-G981
  • S21+ 5G model SM-G996B
  • S21 Ultra 5G model SM-G998B
This latest release replaces the G99*BXXU1AUB3 February build.

It is a FOTA, (Firmware Over The Air), update and you can check... Settings > Software update... to see if it is available for you

bXextxqm.jpg


The update = G99*BXXU1AUB6

Download = 257.34MB

Build date = 09 February 2021

Release date = 12 February 2021

Camera version = 11.0.02.58

One UI version = 3.1

Android Security patch = February 2021

This is the 5th stable update in 16days

AUB6 update for Global S21 series, bugfix & camera update

This latest update is the 5th for the Global, Exynos, S21 series and is currently being rolled out by Samsung.

It would appear that this is a bugfix for the previous release, AUB3, as well as a camera update.

The Galaxy S21 Global, Exynos, devices that will receive this update are...
  • S21 5G model SM-G981
  • S21+ 5G model SM-G996B
  • S21 Ultra 5G model SM-G998B
This latest release replaces the G99*BXXU1AUB3 February build.

It is a FOTA, (Firmware Over The Air), update and you can check... Settings > Software update... to see if it is available for you

bXextxqm.jpg


The update = G99*BXXU1AUB6

Download = 257.34MB

Build date = 09 February 2021

Release date = 12 February 2021

Camera version = 11.0.02.58

One UI version = 3.1

Android Security patch = February 2021

This is the 5th stable update in 16days

App Inventor Simple Hello World for SMS Access without root?

This is my first time working with Kotlin or Android. I looking to get a very basic Hello World type thing started as a proof of concept of a future app, but need a little basic guidance.

I would like to be able to back up my SMS and my MMS messages. I have found that most applications focus on SMS only, which for me, leaves out many important messages.

I am just looking for a basic proof of concept that I can connect to that database located in the `/data/data/com.android.providers.telephony/mmssms.db` without being root.

I was able to, using a PC software BackupTrans, get a local copy of the db using USB debugging, and so I have all my queries written, but would like to know how to access that database, and for extra credit, it would be awesome if it isn't any extra effort to access the files at: `/data/user_de/0/com.android.providers.telephony/app_parts/` where the images and other multimedia files are at.

So as a for instance, I normally work in C#, so forgive me, if I wanted to run this query, how would I do so?

using (SqliteConnection DatabaseConnection = new SqliteConnection(string.Format(@"Data Source=D:\CodeStuff\MMS_Backup\part\mmssms.db")))
{
DatabaseConnection.Open();
SqliteCommand GetDataCommand =
new SqliteCommand(@"SELECT * FROM(

SELECT DISTINCT datetime(date, 'unixepoch','localtime') as msg_date , text as msg, cl as attachment , ""mms"" as type, msg_box as direction FROM part JOIN pdu ON pdu._id=part.mid
WHERE pdu.thread_id =1011
UNION

SELECT datetime(sms.date/1000, 'unixepoch','localtime') as msg_date ,body as msg, """" as attachment, ""sms"" as type, type as direction
FROM sms
WHERE sms.thread_id = 1011

)
WHERE attachment !=""0.smil"" AND attachment !=""smil.xml""
order by msg_date", DatabaseConnection);
var dbResults = GetDataCommand.ExecuteReader();
while (dbResults.Read()){
}
}

I would like to stay away from rooting the phone because if this works, I would like to make it more accessible to more people, and nobody wants the chance of data loss just to back things up :)

Help I need more storage space for my games

So I need more storage space for my games so I bought a micro SD card thinking I could just insert it into the phone and format it and boost my storage capacity. But after ordering the card and reading some articles it seems I can't insert it without having to remove my SIM card. Worse still even if I could most games can't be placed on the card either because S9 doesn't support adotable storage or because the S9 can't format the card as internal storage. Not sure which it is but that all means the micro SD card is a wash, I need to cancel the order on Amazon. So I am back at square one. How do I boost storage space so I have more space for games? Do I have an other options open to me.

Phones wi-fi is cut when phone goes to sleep

Hi,

Hope someone can help.

This problem is really doing my head in but I can't seem to find a solution.
Whenever my phone goes to sleep and the screen goes black, the wi-fi connection is cut. When I wake my phone, the connection is restored.

I've tried looking at all the settings (normal and advanced) but there doesn't appear to be one that stops the phone from cutting the wi-fi when it goes to sleep.

Can someone point me to where I should be looking or advise what setting I should enable/disable, please?

Many thanks.

Help I cannot log into Google and Twitter

Hello, I can't log into the Youtube app or the Twitter app on my Samsung Galaxy S6 (Android 7.0 Nougat). If I want to add my Google account to the YouTube app, I get a message that something went wrong and I should try again. It is the same in the Play Store.

I tried other Google accounts but the same thing happened. With Twitter it is the same that after logging in I am right back at the login screen. All other apps work fine.


All accounts can be easily logged in, in the browser of the phone or on the PC. The phone was also restarted and I also reinstalled the apps and deleted their saved data in the settings. It makes no difference whether connected to WiFi or mobile.


Does anyone know what this could be?


Thanks in advance

webview with localhost

Hello Every one
I have made a webview with kotlin and every things work fine, but when i try to load mylocalhost:
http://127.0.0.1:3000/index.html

It wont load the localhost. Its fine with eg: http://www.dr.dk . I have tried to change in the settings, and i says "succes" :):

Code:
package com.example.test

import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import kotlinx.android.synthetic.main.activity_main.*


class MainActivity : AppCompatActivity() {
    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        setContentView(R.layout.activity_main)
    webview.loadUrl("http://xxx.xxx.x.xxx:3000")

    }
}

When I start my local wevbserver:

Starting up http-server, serving ./
Available on:
http://xxx.xxx.x.xxx:3000 Im using this one
http://127.0.0.1:3000

And in my settings:

android-kotlin-webview.png


Regards Lars

ANDROID TouchEvents Browser FingerPrint

What data of Android TouchEvents can a webpage get from a browser running on android?

Timestamp Type Code Value
[ 46112.124651] EV_ABS ABS_MT_TRACKING_ID 000005b0
[ 46112.124651] EV_ABS ABS_MT_POSITION_X 0000010f
[ 46112.124651] EV_ABS ABS_MT_POSITION_Y 00000479
[ 46112.124651] EV_ABS ABS_MT_PRESSURE 0000005f
[ 46112.124651] EV_ABS ABS_MT_TOUCH_MAJOR 0000005f
[ 46112.124651] EV_ABS ABS_MT_TOUCH_MINOR 0000002f

Can all of these data of TouchEvents be seen by the browser? I'm courios if a website has the ability to see the details of the touches I make. Is there any way for a website to see all of these details?

New tv thinking..

So been sort of looking for a newer tv, and something within a great 17 inch screen, perfect fit to my speakers, able to have several plug ins with my ps3, also that has to have around nine or ten not really usb connectors, but color plug ins, that is not undershot by a measly connector for the cable, also looking for an HDMI port for my dish network connection.


I know I am asking a ton though but hopefully I can reach out to you. Any name brand.

Filter

Back
Top Bottom