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

New App: Smart Device Info - Hardware & Software analysis (Version 1.2.0)

WHAT'S NEW
Smart Device Info

EXTRA INFO
  • Rating: 4.7
  • Installs: 10+
  • Download Size: 4.0M
  • Version: 1.2.0
DESCRIPTION
Smart Device Info provides you basic and advance hardware information of your phone, with the attractive and beautiful user interface.

Device info application is the most comprehensive, powerful and fancy app that provide you with all the information you need to know about your phone, system and hardware with the most attractive and beautiful user interface.

Here is the detailed feature list:

★ Complete native Device Info App
★ Home /Dashboard.
★ Operating System(OS) Info.
★ Sensor List & Details
★Device Info: [Device Name ,Model ,Manufacturer ,Device etc
★ Operating System(OS) Info: Version, Verson Name, API Level Build ID, Build Time, Fingerprint etc
★ All Mobile Sensor info
★ Processor info: Processor, Bogo MIPS, Features, CPU Implementer, CPU Architecture, CPU variant etc.
★ Device Info: Device Name, Model, Manufacturer, Device etc.
★ Battery Info: Battery Type, Power Source, Battery Temperature, Battery Voltage, Battery Scale,Battery Health,AC Power etc.
★ Network Info: Data Type, Network Type, IP Address,MAC Address, IP Address, SSID, Link Speed, WiFi, Unavailable, Connected etc
★ Camera Info:
★ Storage Info:

Permissions:
- CAMERA is required for getting camera software characteristics. Before android 5.0 only.
- ACCESS_WIFI_STATE is required for info about wi-fi connection.
- WRITE_EXTERNAL_STORAGE is required to create PDF and XLS file.

SIM card dilemma

I have a htc evo shift that took a swim and now completely does not work. I bought a second hand htc one a9 hoping to get a usable phone. Both are for the sprint network. But the new phone says it has no SIM card. And it needs a SIM card. Where do I find the SIM card in my old evo shift so I can use it in the m9? Thanks for any help

Smart Device Info - Hardware & Software analysis

tXxRZ2_O0lDCi_ylN2s23hC6yH0z2apMIJnT_py4L5mLoU5ltMy9nqrHO7WVjjhM4Q=w720-h310-rw
crI2XvEya6nZ3D0NLYXCo7JkhaG1zlNvHXUPu3ehYlQu0nBP7Lj5orVJGRJmEiSs4A=w720-h310-rw


Smart Device Info provides you basic and advance hardware information of your phone, with the attractive and beautiful user interface.

Device info application is the most comprehensive, powerful and fancy app that provide you with all the information you need to know about your phone, system and hardware with the most attractive and beautiful user interface.

Here is the detailed feature list:

★ Complete native Device Info App
★ Home /Dashboard.
★ Operating System(OS) Info.
★ Sensor List & Details
★Device Info: [Device Name ,Model ,Manufacturer ,Device etc
★ Operating System(OS) Info: Version, Verson Name, API Level Build ID, Build Time, Fingerprint etc
★ All Mobile Sensor info
★ Processor info: Processor, Bogo MIPS, Features, CPU Implementer, CPU Architecture, CPU variant etc.
★ Device Info: Device Name, Model, Manufacturer, Device etc.
★ Battery Info: Battery Type, Power Source, Battery Temperature, Battery Voltage, Battery Scale,Battery Health,AC Power etc.
★ Network Info: Data Type, Network Type, IP Address,MAC Address, IP Address, SSID, Link Speed, WiFi, Unavailable, Connected etc
★ Camera Info:
★ Storage Info:

Google Play Store Link: https://play.google.com/store/apps/details?id=com.Srirammaster.deviceinfo

Attachments

Help Fix: Can't select Google TTS voice by default, only Engine + Lang, so have to set ea. time!!!

One of the supreme annoyances of Google TTS is that although the voices are fabulous, the way you select them is awful! You can only select the engine and Language by default (i.e., UK ENG) but not the voice (in my case, preferred is "en-gb-x-rjs#male_3-local). So every single time I open my eReader, I have to change the voice from the UK one it defaults to to my preferred. Very few ereaders, etc., allow selecting to the level of the voice, and I've tried many. I've stayed with my favourite reader, PocketBook, which doesn't go down that far.

Does anyone know if any sort of workaround?

I know that when I purchased Cereproc William a couple years back, yes, since it's a single voice and contained, so it's easy to select as the default and it works all the time. However, it only works on one of my devices, and the other which is on another account, it doesn't. I refuse to buy it again.

Any help appreciated to be able to select the exact voice and have it become the default all around? Perhaps there's an app in the playstore, or something, that will fix this issue. I've lived with this for 2 years but now that I'm using the read-aloud features of Android more (esp. during this period of isolation because of Covid-19), want to fix this once and for all.

Thanks for any help in this regard!

Cheers,

How is this interface implemented?

Hi all. I wrote a simple weather app which goes fetches data from Openweathermap's API in Json format. I used an Aynctask to fetch the data, using ideas from online (as we all do!)
All works ok, but I am trying to get a better understanding of the callback implementation (similar to the one at http://smartandroidians.blogspot.com/2015/03/how-to-use-callback-or-interface-pass.html)
In particular, I am trying to understand how is the interface is implemented without the keyword 'implements' anywhere?
The Async thread:

Java:
class MyTask extends AsyncTask {
public interface OnUpdateListener {
public void onUpdate(MyObject obj);
}
OnUpdateListener listener;
MyTask() {
}
public void setUpdateListener(OnUpdateListener listener) {
this.listener = listener;
}
MyObject doInBackground() {
return obj;
}
onPostExecute(MyObject obj) {
if (listener != null) {
listener.onUpdate(obj);
}
}
And in the main thread:
Java:
yActivity extends Activity {
void onCreate (Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
MyTask  task = new MyTask();
task. setUpdateListener(new MyTask. OnUpdateListener() {
public void onUpdate(MyObject obj) {
.....
}
});
task.execute();
}
}

Then in the code that I did:
Java:
public class fetchData extends AsyncTask<Void, String, String> {
    //------------added--------------
    public interface AsyncResponse {
        void processFinish(String output);
    }
    public AsyncResponse  delegate = null;//Call back interface

    public fetchData(AsyncResponse asyncResponse) {
        delegate = asyncResponse;//Assigning call back interface through constructor
    }
//---------------------------------------
    String data = "";
    String dataParsed = "";
    String singleParsed = "";
    String iconValue = "";



    protected String doInBackground(Void...voids) {

        try {

Thanks all
Russell

Tablet Update

Hello,
I bought a Chinese tablet for my family - Chuwi Hi9 Air, it is good but the problem he came with Android 8 and not really been updated for a long time.

I found this guide online:
http://theupgradeguide.com/2019/12/...wi-hi9-air-pixel-experience-rom-how-to-guide/

In fact, there is software or method to update Android 9 or other version in an informal way, do you recommend to use this guide?
I don't understand that much in android system... and would like your help. Because i don’t know if its dangerous and I do not want and just afraid to completely destroy the tablet.

Filter

Back
Top Bottom