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

Warning message per second on ELB-iSCADA8m

Hello all, I am using ELB-iSCADA8m powered with Android pie. The logcat log message show 08-30 23:36:31.560 1253 1253 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@2.0::IMapper/default in either framework or device manifest. I had a look at few of the forums and they pointed me to this link https://source.android.com/devices/architecture/vintf/objects
Can someone help which file I need to modify and with what contents so that I can suppress this logcat message

Issues displaying XML on a Mobius framework App

Really getting into the dev stuff on Android running into issues with XML wonderering if theres any one who has had these issues:
Even if I set the constraint background to a specific colour I still get the blank screen which lead me to think I wasn't doing the fragment right but it all builds and check out It's a small Login functionality app

Could this be something to do with the dependencies but I doubt it ?

There should be a button displaying progressbar etc nothing shows .......

I've looked endlessly on Stackoverflow.

Any advice or hints tips welcome .
Thanks

repo - https://github.com/BenMohammad/MobiusGitHub

Social Games Without In-App Purchases???

Hey, I love social strategy games such a Game of War, Guns of Glory, Army Men Strike. I enjoy how the games are laid out. I enjoy the social aspect of forming alliances with other players and fighting other alliances. However, I hate the pay to win aspect of these games. The stronger you get the more money you have to spend in order to stay competitive. I would like to find a game with the social and political aspects like King of Avalon, but that I can purchase one time without all of the in-app pay to win bs.

Any pointers?

Android Password Authentication

Hello
I am trying to understand how the android password authenticator works in some specific app.
There is this line of code in the app:

PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication(url.host(), getConnectToInetAddress(proxy, url), url.port(), url.scheme(), challenge.getRealm(), challenge.getScheme(), url.url(), RequestorType.SERVER);

I know that the requestPasswordAuthentication function Ask the authenticator that has been registered with the system for a password. It then returns the username and password and store them in "auth".

My question is where is this password stored? Where does it get the password from?

Move data from Fragment to Activity in the back

I have a ViewPager in my Activity. I need to return the result from the fragments in the ViewPager to the activity. At the same time, the returned data will be added to the list in the activity. So I think the example of activity should not disappear. I don't know if I do it with Bundle. Would it be a good solution to move a singleton with object? What's the best practice for this, friends?

Compatible Galaxy Note 8

Neither can I, that's the whole problem. They said it is based on individual imei's and since I don't have one they can't check it. It is really frustrating and I can't figure it out.

Im guessing that Straight Talk needs the Imei to check if the device is blacklisted before determining BYOD compatibility. Try calling

1-877-430-CELL (2355)

Centers operate from 8AM to midnight EST 7 days a week.

Talking to a Staight Talk representative, explain your situation and ask them for advice.

Camera stopped working

Restart your phone and see if the Camera app is still Disabled in the Settings >> Apps menu.
If it is and you still can't Enable it, try restarting your phone into its Safe Mode.
https://devicehelp.boostmobile.com/scenario/Max_XL/Boost_Mobile/en/Activate_Safe_Mode
If the camera app is working normally again while in Safe Mode that indicates there's some app you've installed that creating this odd conflict. Can you think of anything you installed around the same time the Camera app stopped working?

Another thing to try is to wipe the system cache partition on your phone. The system cache is different and separate from app caches, and it's not something accessible through the Settings menu, you need to restart your phone into its Recovery Mode:
https://www.hardreset.info/devices/zte/zte-boost-max/recovery-mode/
Once in Recovery Mode you'll be in text-only user interface so use the indicated buttons to navigate through the various options and select 'wipe cache partition'. They system cache doesn't contain anything vital nor does it have anything to do with your saved files so it won't adversely affect anything. But it's worth trying in the event something like a corrupt file in the system cache is preventing the camera app from functioning.

A last resort option is to do a Factory Reset but be sure to do a full back up of your data and files. Or a less destructive, workaround solution would be to install a third-party camera app and use that instead. I highly recommend 'Open Camera'. Be sure to delve into the app's Settings menu after you insta it to take advantage of its very expansive feature set options. iar

Sorry took so long to respond. Phone started taking long time to do.. well Everything, so I did a hard reset and it helped some,but not the camera. Other day screen flashed and after that takes extremely long time to access internet or any apps,Cleared apps cache,then cleared device Caches, did Another factory reset this time camera at least does screenshot now,but that's it, Thanks

Business.site help

Welcome to Android Forums, Debra G Wilmoth!
Theres a business.site connected to my name and my #. How do i find who did this.???
I don't know that you can--but you should be able to contact Google and report the fraudulent use of your name and number.

Start by picking an issue here, then proceed to send them your question/problem. It says they'll reply within 24 hours.

Good luck.

App Inventor Drawables and getResource()?

Can anyone try to explain to me what 'getResource( )' is?

I have some code running inside my game loop, all I need to do is display images on the canvas/infront of the canvas:

p=new Paint();
Bitmap b=BitmapFactory.decodeResource(getResources(), R.drawable.img1);
p.setColor(Color.RED);
canvas.drawBitmap(b, 0, 0, p);

I've looking into a number of different methods and most use getResource(), what is it and why can it not be resolved in my code? Do I need to import a library or is it referring to another piece of my code?.

Backing Tracks Player

Hi everyone.
I am not shure if is allowed here to publish a post like this, so if not, I want to apologize to the administration team of this forum first.

I developed an app dedicated for gigging musitians to play with backing tracks live, as an ansver to very famous Apple solution, but on android platform.
(I and my friends musitians are using it in the giggs already with sucess so I decided to publish the app in a PlaySore)

The basic funtionality is:
- Autopause as default. (You can disable it for each song separately)
- Crete as many customs setlists as you want (even during your performance changes are allowed).
- Suport any audio format that supports your android device.
- Very quick media browser, sorted by folders, SD cart supported (included name filter).
- You can adjust the volume for each track separately.
- You can can assign multiple text changes inside the progress of your tracks, so no scrolling is needed.
- The player is "service based", so it never stops even if you accidentaly quit the aplication.
- The tho different layouts for portail and landscape. (changes during playback also allowed)

I would like if someone of gigging musitians will test it and post me an opinion to make it better.
If you are interesting, search for "StageBaxx" in PlayStore, and install a free demo.

Thank You very much.

Filter

Back
Top Bottom