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

90s Music / Bands

Type O Negative was great.
Danzig was another favorite.

The Misfits had some of their best stuff. (Yes, I love the stuff with Danzig, but Graves is great, too.)

https://www.azlyrics.com/lyrics/misfits/digupherbones.html


However...
I absolutely dispise the heroin addled Seattle crap that has plagued the radio and juke boxes ever since it took over the scene, and still putrifies the airwaves with multiple indistinguishable bands that sicken me to death with the most boring 'music' ever.
Nothing like band after band playing slowly (because they are 'nodding' off) in drop D with singers that sound like constipated cats.

My stylo 5 hacked

Mine is doing same things. passwords get changed right after i change them, my screen flashes around the edges. ,my calls will say forwarded and they will be real staticy?(sp), emails are getting opened that i havent seen yet, yahoo and gmail, my apps get deleted or reinstalled if i delete them. my facebook is one of the worst. I have friends i didnt know i had, i have dating profiles now and im not single. my pictures disappeear then reappear.I have wierd audio clips and pictures of nothing so i now have stickers on my camersa and audio shut off for everything. i have my phone in a black makeup bag that you cant' see through and thats id i even have it on. Now please tell me im crazy????

Footer comes up above the keyboard

When I am pressing edit text and keyboard appears on screen, my footer is also comes up above the keyboard, I set android:windowSoftInputMode="adjustNothing", android:windowSoftInputMode="adjustNothing" and to activity in manifest, footer problem is fixxing with thad but then scroll is not scrolling down fully I am able to scroll only half of text. I also set android:windowSoftInputMode="adjustPan" but same, someone please I tried everything what I searched in internet but nothing was helpful for me. I lost 2 days on this. %%%


XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent" >

<androidx.core.widget.NestedScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_above="@+id/footer"
android:background="#0000ff"
android:fillViewport="true">

<EditText
android:id="@+id/texthere"
android:layout_width="160dp"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:gravity="center_vertical|center_horizontal"
android:text="test test test test test test test test test test
test test test test test test test test test test test test test
test test test test test test test test test test test test test"
android:textSize="35sp"></EditText>

</androidx.core.widget.NestedScrollView>

<RelativeLayout
android:id="@+id/footer"
android:layout_width="fill_parent"
android:layout_height="100dp"
android:background="#ffff00"
android:layout_alignParentBottom="true">

<TextView
android:id="@+id/texthere2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:text="things in your footer here"
android:textSize="20sp" />

</RelativeLayout>

I need to block 5G from my phone via a hack

veruizon has different levels of 5G. one of the is Ultra wide and the other is 5G Naitionwide.

https://www.gowireless.com/blog/5g-nationwide-vs-5g-ultra-wideband-whats-the-difference/

so yes the 5G Nationwide is tide in with 4G/LTE.

and sorry but i have not come across any hacks that will exclude 5G Nationwide.....here in L.A. where i live 5G is almost everywhere now......it is close to 75% coverage.....so i do go in and out with 4G/LTE which i do find to be much slower than what it used to be.

Help Firewall and VPN won't turn on on Samsung Galaxy J7 Sky Pro. Please help.

Ditch the Avast.
As others here will tell you, no virus protection is needed on Android.

Although similar, phones and computers are different.

If a phone is not rooted, it is exceedingly difficult for it to be hacked.

Viruses do not even exist for phones the way we think of them on computers.

All those apps do on Android is slow the device down, run the battery down faster, and actually make the user more vulnerable.
The peace of mind is false.

A firewall is great for at home or a trusted Wi-Fi source.
It can block ads, and even block internet altogether from certain apps.
There is a newer version that can even block individual parts of the web just for individual apps.

A VPN is better when using a public Wi-Fi hotspot, or at a hotel, restaurant, the library, etc.
This encrypts your online data, keeping it safe from hackers and other spying entities.

Thanks a lot puppykickr for your advice. I appreciate it and will apply it when I use my phone.

Samsung to fix lag bug on U.S. S21's

When does this new update coming for India because my S21 Ultra has lagging issues.
The lag bug, also known as the screen refresh rate, is not an issue for Exynos devices such as those in India. It only affects the Snapdragon models.

Samsung are currently rolling out the latest BUKG update for the international, Exynos devices, to India...

[26/NOV/21] BUKG latest Android 12 bugfix update rolling out

How to override onCreate method in kotlin in android studio

Hello I am making a app in which when main activity opens a lotte animation plays as a button and when i click on that animation (button) then activity 2 opens and plays a video and when the video get completes i called main activity again using intent, so when main activity opens again i want that now that animation button hides.

I tried to write override onresume and i also tried override onrestart and then i wrote

override fun onRestart() {
super.onRestart()
binding.btnanimation.visibility = View.INVISIBLE
}

but when i do that then when activity opens in starting then also that button animation get hides, but i want that when app opens it must be visible as its called inside oncreate

my onCreate code something like this

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)

binding = ActivityMainBinding.inflate(layoutInflater)

requestWindowFeature(Window.FEATURE_NO_TITLE);
this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN)


setContentView(binding.root)


binding.btnanimation.visibility = View.VISIBLE

So what mistake i am doing and how to fix that ?

Help Edit app for own use- add scroll functuion

Hi I have a question about editing an app. I hav to add a scroll function to an app because it doesn't fit in my android smart watch. Is there any option to do it? Which files in the apk have I to edit and maybe has someone an ready code to put it inside (I am a diabetic and try to link my cgm system direct to android watch- but the screen resolution is to small so I dont see the buttons below- and there is no scroll function in the app- so I would like to add it )
Thank you for all tipps
cheers

Filter

Back
Top Bottom