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

2020 was *not* the worst year in history!

On the morning news today, they had a segment about where 2020 sits in terms of worst years, historically. They noted that many people believe it has been the worst year ever, but, in fact, it's not! I grabbed my phone in a hurry and snapped this:

worst_years_in_history.png

I'm afraid I didn't hear who their source was, and I'm too lazy right now to search for it. I saw it on KTLA channel 5 here in LA.

So what do you think about this list? I know some of us--yes, I'm looking at you @olbriar, @lunatic59, and a few others--were around for three of those listed; I don't think ANYONE was around for #1, #2b, or #4! :o

It's worth noting that 1968 was not only affected by MLK's assassination, but Robert F Kennedy's, too. It's hard to describe to people who haven't lived through something like that just how demoralizing, shocking and sad those killings were.

Where do you rank 2020? I'm actually undecided at the moment. :thinking:

Nagging issue with Multiple tablets

I've written an Android app for data logging temp and humidity from sensors in the house, via wifi and and Arduino. I'm currently running the app on three tablets;

LG LGLK430
Samsung SM-T110
ACER B3-A40

The app itself runs fine on all three devices, that is, until the screen savers kick in, or if I rotate the screen.

Once I rotate the screen, or awaken the device from the screensaver, the app acts as if it is restarting and the plotted data returns to its init values.

Does anyone know how to get around this issue?

Regarding the screensaver, I've done everything that I can to prevent the screen savers from activating.

I've tried using the following recommended code in the manifest file;

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.a_steve_app3">
mlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.WRITE_SETTINGS"
tools:ignore="ProtectedPermissions"/>


and the following in the main activity file;

android.provider.Settings.System.putInt(getContentResolver(), Settings.System.SCREEN_OFF_TIMEOUT,21600*1000);


Also, I've gone to file-settings-editor-inspections-'Using system app permissions' and unchecked the box.


When I do all of this, the code compiles fine but I still get the following error when running the app;

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.a_steve_app3/com.example.a_steve_app3.MainActivity}: java.lang.SecurityException: com.example.a_steve_app3 was not granted this permission: android.permission.WRITE_SETTINGS.

thoughts anyone?

Steve

Does this point to a permission setting on the devices? I've gone through the settings on all three devices looking for permissions options.

Space Prospector

Hi All. Today i will present new game.
"Space Prospector" is a fun game where you have to fly on a jet device, search, collect and transport gems and gold coins to the base.

For each gem delivered to the base you get a certain amount of points which depends on its color. Also is necessary to collect the gold coins. When delivering the gold coin to the base all previously obtained points are doubled. For points earned you can fill the ship with fuel and repair it. For the filling you need to land on a gas pad, for repair land on the repair site. The goal is to earn as many points at each level. For once you can transport only a single crystal or a coin.
In addition to the crystals and coins you can collect items such as:
1. Free fuel.
2. Free repair.
3. A protective field that protects the ship from being damaged in a collision with an obstacle, to destroy the enemy, and allow to fly through the electrical discharges
without damaging.
4. A random bonus, gives one of the above bonuses.
5. Restorer of the crystals. If you pick up this bonus, all the previously collected crystals are recovered and you'll score more points.
6. Restorer enemies. Recover all previously destroyed enemies.
In the game there are two types of enemies: one on a collision causing damage to your vehicle and destroy it quickly, the second throw your ship onto the rocks, which also causes damage to the ship. If you have a protective field, then on the collision with the enemy it will be destroyed, and you will get extra points.
During the flight the ship affects the force of gravity of the planet, be careful when landing and do not exceed the maximum allowed rate of descent. When the rate of descent is permissible, speed indicator is green. At any collision with obstacles or at rough landing your ship receives damages up to complete destruction.

Download on Google Play:
https://play.google.com/store/apps/details?id=com.leonidshkatulo.spaceprospector

7gyBvLW980935jCOQNhPGQeiIzZDKjvfbZCLExXQLDxNFTgKRlbZXMOifEO0v5W6kA=w720-h310-rw

kF73dDt29l7pG-TgqFbsoNyuF9XRlHx1B6NwZDhUpp8S8kKzrCddAL_StJ8ymnZzZqg=w720-h310-rw

1acQQAPLTWuqLyBXGxa-Fb4KioLs8WzJQHaVN-P6jrDehjY14HS4VqL_qTBFKEdFZ0P_=w720-h310-rw

4MdHa8uT2raSYvb-ZUfW_Mfd48L7txN19um7JLyDXiV4ET6YPlEPTBUW5Vh_fvGAyQ=w720-h310-rw

dl2u1OHmuDcJ7_54qk5ekZMvShEfD03SPgR26qMN722q4zxF6LyLOWJS-wIG9NcMgr8=w720-h310-rw

u8lG2AzvhMb7k_cU53ZZ3aDx5YZKeB09fH-C2B2FdXY475Vm0s4mVqcVgiDIF8L6h2k=w720-h310-rw

Fossil Gen 5 help

New to the forum and first Wear OS device.

Liking the watch so far but still fine tuning.

One issue I have is that I understand that the a long press of the crown should launch google assistance, when I do so I get a short vibrate but the assistant doesn't seem to launch and nothing changes on the screen. A longer press goes to the restart / turn off menu.

Is there an issue here or am I missing something?

Thanks in advance for any help.

(Need a new phone as well so off to look through the devices chat!!)

Paul

How to resize active screen area / change height of screen?

I am trying to adjust the height of the active area of the screen as shown in image, by turning off blue areas to hide camera hole and round corners as I don't like the appearance.

The built in setting for hiding the camera only turns off the red area so the corners are still rounded.

I have tried using ADB overscan command to reduce height of the display, but this just moves the items on the screen without actually turning off those areas of the display. I want the blue areas to be completely disabled, which should be possible on OLED display.

The apps I have found all require rooted phone.

Any way to do this without root?
87pCa.png

How to share the sqlite audio file to whatsapp or gmail?

Hi guys,

I am trying to share the audio file which is recorded and stored inside the app, using the SQLITE in which the path is stored. I need that audio files to shared in whats app and also attached in gmail.

So i try to copy the audio file from sqlite to internal dir. but the file is not copyed and also i did not get any errors. When it is copied , i can use that local path to share option. But i am not able to do that.

My work is to share the audio file to whatsapp and gmail.
This is audio recording app, so the audio is recorded and stored inside the app, using the sqlite DB.
I need that audio to be shared.

And i tried this code

Code:
   private void copyInputStreamToFile(File in, File file ) {

    Log.d("fnamews", " 1");

    try {
        Log.d("fnamews", "2 " );
        InputStream inStream = new FileInputStream(in);
        OutputStream out = new FileOutputStream(file);
        byte[] buf = new byte[1024];
        int len;
        while((len=inStream.read(buf))>0){
            Log.d("fnamews", "3 " );
            out.write(buf,0,len);
        }
        out.close();
        inStream.close();
    } catch (Exception e) {
        e.printStackTrace();
    }
}

10wZ0.png


Can any one help me to Share the audio file to whatsapp and gmail optionn?

de-Googled phones

ok so i saw somethings on youtube that reminded me of some fellow AF members who are looking to get away from Google.

so the first one i saw is about /e/ project
https://e.foundation/
you can buy a phone with their os already added or you can install it yourself on your existing phone....provided it is supported. here is the list https://doc.e.foundation/devices/
check it out:


next is a collab with some developers and xda to come up with a phone that can run either linux or lineage os right out of the box. it has a physical keyboard!!!!!!!!! talk about a blast from the past!!!!!

gexfzchcykfzgzjauyb5.jpg


xa5zjwl1gnenwt1uggbp.jpg

Following the success of our first smartphone, the Pro1, team F(x)tec have been working closely with our customers and the wider tech community to bring you a special version of our award winning phone.

In partnership with XDA (one of the largest online tech communities) we present the Pro1-X; the smartphone that gives you control. Control over your data, control over your privacy, and choice over your software. For the first time, a high spec smartphone with your choice of Android, Lineage OS or Ubuntu Touch OS out of the box.

bkxjn2qm6i6fwvio0clq.jpg


Do you want to get your hands on the world's first consumer smartphone with Lineage OS out of the box? or would you rather be amongst the first to own the most powerful Ubuntu touch OS smartphone ever made?

Whether you’re looking for a pure android experience with the controls to give you privacy from Google, or the immense power of a solid Linux smartphone, choose the OS that suits you best:

Freedom to do whatever you want, with privacy that you control.

The unique design of the Pro1-X combines a modern touchscreen smartphone with the added functionality of a full landscape physical keyboard. Users can experience the best of both physical and virtual keyboards, integrated into one slim, elegant and beautifully crafted device.

We've increased the RAM (8GB) and storage (256GB) to give users the best Lineage and Ubuntu Touch experience imaginable, and we didn't stop there... The Pro1-X comes with a special edition Sapphire Blue housing. Function really has never looked so stylish.

lwxigba0e8xkpl4cwj7e.jpg



mrbyrtsjsn6yfaxzenpy.jpg

Our partnership with XDA comes from a shared vision to create the best Lineage OS smartphone the market has ever seen. XDA is one of the largest smartphone communities online, the best set of resources for the smartphone enthusiast and one of the homes for Lineage OS.

Privacy and security are more important than ever and XDA users are renowned for going beyond the traditional smartphone experience. Now, we want to bring this to a wider audience, with the deeper controls in Lineage OS giving users the freedom to take back control and experience the new normal for digital privacy.

s5crzwfvx5noxseicdyl.jpg




m7omfowfpcmxlbs7cj7q.jpg




immgfrjmvuf2purrqucy.jpg
Stock Android OS

  • Android OS is all about flexibility, customization and productivity
  • Stock Android on the Pro1-X lets you use all of your favorite Android apps from the Play Store with the click of a button. Bringing you the tools to manage both your work and personal life
  • True Split Screen Multi-Tasking puts in control. Messaging in one window and watching your favourite video on the other all from the physical keyboard
  • With familiar PC keyboard shortcuts (CTRL-C, CTRL-V, plus all the others) get more done in the apps you use daily
  • Whether you are editing documents on the go, watching the latest box set on Netflix, playing games or using Google Pay whilst you’re out and about doing jobs. Android OS on the Pro1-X gives you productivity in your pocket

xbikcoa1p6xubxvdvhqr.jpg
Bringing you a pure, powerful and private Android experience.



  • Want the Google/Android OS, but without spying? Look no further. Pro1-X gives you the freedom to do whatever you want on your smartphone. No strings attached
  • Use app control; Privacy Guard (Lineage 16.0) or PermissionHub (Lineage 17.1) and Superuser to manage your permissions & root access, so that you can control exactly what your apps do and share, wherever and whenever, you like
  • Official LineageOS support providing monthly software & security updates, so you can stay productive & keep your phone running for longer
  • Ships with Lineage 16.0 out of the box with Lineage 17.1 available to update straight away
  • Currently running Lineage 17.1 official release
q6nwpck9tfprqb5o0ujd.jpg
The smartphone desktop experience reimagined.

Do you want the power of a PC from your smartphone? Experience true convergence by simply plugging your Pro1-X into a monitor and watch it instantly transform your desktop.

  • Ubuntu Touch's super smooth gesture based UI
  • Full desktop experience from your smartphone, with gesture controls and a modern UI
  • Use the Pro1-X screen as a mouse to navigate your desktop experience
  • Multitask like a pro and work on multiple apps at the same time
  • Run your favorite Android apps with AnBox or desktop apps with Libertine
  • When you’re done, unplug and continue using the Pro1-X as your everyday smartphone
It's your phone, so we want to give you the power to choose how you use it. The possibilities are endless.

ysxni2y7ulluzwlnw3fl.jpg



Advanced users can unlock the bootloader then re-flash and modify the OS themselves.

These familiar OSs are in development for the Pro1-X. More exciting news as developments happen!
siivhhcagrl2owtudmhs.jpg


keyboard-out.gif


slkqlexukfph7iydhwdo.jpg


Experience the best of a physical keyboard

Having the freedom to choose between a virtual keyboard or a physical keyboard makes it that much easier to edit documents, message your friends, play games or access terminal on the go. Your phone, your choice.



text-editing.gif


Multitask like a pro

The slide out landscape physical keyboard and large 5.99 inch AMOLED display lets you use split-screen multitasking as it should be. Open two apps at the same time without the screen taken up by a virtual keyboard. Staying productive on the go is a breeze and honestly a joy to use.



f1obcvnpi7320x8pmyv0.jpg


Take full advantage of the physical keyboard and its PC like features to play your favourite games.

With a resolution of 2160 x 1080 pixels, the Pro1’s large 6 inch AMOLED display really brings games to life. For the first time on a smartphone, play your favourite emulators with physical keys.


qbqn9j6majrlcpzoxrjh.jpg


a94upfxfkhycqbiw7zns.jpg


The Pro1-X hardware runs both Lineage OS and Ubuntu Touch smoother and faster than almost every other competitor device. We don't get caught up the the GHz discussions but if you really want to know, here's how the Pro1-X compares to some of the competition:

b90wwyet9ch5jjdb2o5s.jpg



which one do you like?
if i was looking to get away from google i really like the Pro1x phone. the physical keyboard brings back memories of me wanting a sidekick back in the day when i was a young lad, but could not afford to get it. and the fact that i can choose linux or lineage is super cool.

thoughts?

Corrupted SD Card backhanded Android Firmware

I have been the owner of this Samsung Galaxy S9 for about 13 months now, and earlier today my battery died. When I turned the phone back on after partial charging, it acted extremely strangely. It rebooted to the secure boot pin screen a few times, and even to recovery mode a couple of times, rebooting about every 3 minutes. But that isn't it; wifi and cellular refused to connect, the screen would not go off if I pressed the power button, the settings app would not open, many other apps barely works, and the device was very slow for the time it was on.
I did the usual troubleshooting steps, clearing the cache in recovery mode, booting into safe mode, uninstalling recently installed apps, scanning with Knox and Malwarebytes, nothing. But, I remembered the day before, inside Samsung Gallery, there was a little text box before my images that said "SD Card has corrupted information, please back up your SD card and consider replacing it." I didn't think too much about it, or screenshot it. Well, to try something, I removed the SD card and booted normally. The only thing I changed that time was the lack of the SD card and voila, it worked fine. Haven't had an issue since, and I honestly think it might be running better.
For my amateur speculation/hypothesis: I believe when Android starts up, it tries to index installed SD cards. The card I am using is an old Samsung Evo 32 GB card, to the tune of 5+ years. Possibly, with the age of the card, there was light corruption in one folder or cell, and Android didn't know what to do with it. I can't find any corrupted files, but I guess Android hung on parsing the microSD card. I just wanted to share my experience and see if anyone had heard of something similar; I sure cannot find anything on it.
TL;DR: A corrupted microSD card in my Galaxy S9 caused Android to lose most function, and bootloop. Usual troubleshooting did nothing, however, removing the card returned the OS back to normal.

Help SECURE CHECK FAIL : recovery(10)

Hello I just got a new Samsung galaxy tab a7 for christmas 4 days ago. Got all my accounts and apps set up and updated everything without a problem the first day. Today I got an update notification and proceeded with it. After the update finished the screen stuck on a blue error page that says "SECURE CHECK FAIL : recovery(10)" in blocked red and black letters in the top left corner, and in the center of the page it says "Security Error: this device has been flashed with unauthorized software & is locked. Call your mobile operator for additional support. Please note that repair/return for this issue may have additional cost."

I contacted Samsung about this issue and they told me to factory reset the tablet. Only problem is every time I tried, instead of opening the reboot menu, it returned me to the same error page. I cannot hard reset or do anything except turn it off and back on to the same page. So the tech told me to send it in for examination.

I'm not about to pay any kind of fees for something broke by their own update software, so if anybody could please help with this issue and save me the headache of arguing with Samsung, i would appreciate it greatly!

I have 3 days from now to send it to them before the shipping label expires, so if anyone has a way to fix it you'd really be doing me (and I'm sure many other people) a real solid. Thanks again and God bless!

Gmail app not updating on new tablet

I just got a Galaxy Tab S6 for Christmas (yay!). Having fun installing apps, I noticed that I cannot get the latest version of the Gmail app to install on the tablet. My phone has a gmail version from November, but the version on the tablet is from June. If it was a special "tablet version" it would make more sense, but it looks the same as on my phone and not tablet friendly at all, so it seems to be just an older version of the phone app. Very weird and very irritating, because the latest update on my phone has google meet integrated with gmail which is neat and I would like that on my tablet.
Does anyone have a clue as to what can be causing this? I mean, my tablet has a later Android version and more memory than my phone, so it can't be a technical limitation.

Stuck halfway through pin lock setup

I tried to setup a pin # lock on my Android tablet (version 9, 5 Jun 2019 patch). Evidently, the first pin entry was not what I thought I entered, and I can't replicate it. So, my tablet is still set up with just a swipe unlock. Any attempt to change the lock mechanism just goes to the 'Re-enter pin' screen. Essentially, at this point, I can't confirm the pin entry, and Android never thought to allow users to restart the setup process, as far as I can see.

Is there some way to reset this process and start over with entering the first pin again, or with changing over to a different lock mechanism? I would rather not fully reset if at all possible.

Tablet not responding

I left my 2 year old Samsung 10 inch tablet on standby last night. This morning the screen is blank and it won't respond to the power button at all. Short push, long push, push and hold for 2 minutes ... nothing. Power button and "volume up" together .... nothing.

I know it is live because it beeps when I push in the charging cable but the screen does not respond.

Any sugestions beyond pull the back off and disconnect the battery to force a hard re-set?

Is it possible the touch screen has just chucked it in overnight?

Any help gratefully received,
David.

Filter

Back
Top Bottom