Showing posts with label long. Show all posts
Showing posts with label long. Show all posts

Monday, 1 August 2016

Can I long press my home button to unlock my device?

Hi, I 've been searching for app that can unlock my phone when I hold the home button but still to have a pin or password ( like fake fingerprint scanner :D) .
I am using Samsung Galaxy J3 2016 I have not rooted or unlocked the bootloader of my device.
Sorry if there were mistakes in the post.

Saturday, 30 July 2016

How long does it take to wipe data in recovery?



Hi all. I put my ze551ml into recovery mode and hit wipe data 55 my minutes ago. It has not yet completed. How long does this process take? This seems too long. Even wiping cache only too 15 minutes. Any ideas? Thanks.

Sent from my ASUS_Z00TD using XDA-Developers mobile app



Thursday, 28 July 2016

[Q] How long before note7 is rooted?



Now that the S7 has root,will similar steps be taken to get root on the newest note expected to drop in 2weeks?and how many of you are thinking about making that switch?



Tuesday, 26 July 2016

Long time to get a GPS fix



Hello,

Since Android 6, my smartwatch 3 needs a very long time to get a GPS position.
I use it only for running, with ghostracer or runkeeper.
Time to get the position was between 30sec and 1min before android 6 update.
It is now between 20 minutes and 30 minutes. The behaviour is the same with ghostracer and runkeeper (or wear GPS)

I also have an issue with Google Maps where the map stays gray as if there was no internet access. But I am not sure it is related.

I already tried a factory reset of the watch without success.
Do you see any other way to correct it ? I did not find a way to downgrade the watch.

Thanks.



Saturday, 23 July 2016

Long data cable?



Anyone know what the longest cable (minimum of 6ft) that has good data transfer speeds. Attempting to use phone as vr headset for pc. Thanks. Kinda needs to be light weight too, maybe a paracord one?



Wednesday, 20 July 2016

Dialing takes to long on Samsung Galaxy S7 Edge



I have issue with dialing. When I make call it takes too long, at least 15s and often much more seconds. I have International version SM-G935F and latest official update. All phones which I had including other Samsung galaxy phones works normally, but this one is so, so slow. Every time when I make call I think that is some network problem, but actually any calling takes much time.
Anybody have idea why this S7 edge have this problem?



Tuesday, 19 July 2016

rebooting takes long



is it suppose to take long after each restart? it stays on the animated cm logo for 2 minutes, on all builds.



Monday, 18 July 2016

How to long press on my app based webview



Hi guy this is my first application android, i using android studio and i need the help. i long press in not show context menu to download the image, below I leave the code if someone is kind enough to give me help.



Code:


import android.content.Context;
import android.media.AudioManager;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.KeyEvent;
import android.view.View;
import android.webkit.WebChromeClient;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import android.widget.ProgressBar;

public class MainActivity extends AppCompatActivity {
    WebView webView;
    ProgressBar progressBar;
    private AudioManager audio;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);
        audio = (AudioManager) getSystemService(Context.AUDIO_SERVICE);

        webView = (WebView) findViewById(R.id.webView);

        webView.setWebViewClient(new WebViewClient());

        webView.getSettings().setSupportZoom(true);
        webView.setVerticalScrollBarEnabled(true);
        webView.setHorizontalScrollBarEnabled(true);
        webView.getSettings().setLoadWithOverviewMode(true);
        webView.getSettings().setUseWideViewPort(true);
        //webView.getSettings().setBuiltInZoomControls(true);
        webView.loadUrl("https://alpha.wallhaven.cc/");



        //Barra de progreso
        progressBar = (ProgressBar) findViewById(R.id.progressBar);
        webView.setWebChromeClient(new WebChromeClient() {
            @Override
            public void onProgressChanged(WebView view, int progress) {
                progressBar.setProgress(0);
                progressBar.setVisibility(View.VISIBLE);
                MainActivity.this.setProgress(progress * 1000);
                progressBar.incrementProgressBy(progress);
                if (progress == 100) {
                    progressBar.setVisibility(View.GONE);
                }
            }
        });


        /*Adding shortcut for MainActivity
        //on Home screen
        Intent shortcutIntent = new Intent(getApplicationContext(),
                MainActivity.class);

        shortcutIntent.setAction(Intent.ACTION_MAIN);

        Intent addIntent = new Intent();
        addIntent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, shortcutIntent);
        addIntent.putExtra(Intent.EXTRA_SHORTCUT_NAME, "HelloWorldShortcut");
        addIntent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE,
                Intent.ShortcutIconResource.fromContext(getApplicationContext(),
                        R.drawable.ic_launcher));
        addIntent.putExtra("duplicate", false);
        addIntent.setAction("com.android.launcher.action.INSTALL_SHORTCUT");
        getApplicationContext().sendBroadcast(addIntent);*/

    }






    @Override
    public boolean onKeyDown(int keyCode, KeyEvent event) {

        switch (keyCode) {
            case KeyEvent.KEYCODE_VOLUME_UP:
                audio.adjustStreamVolume(AudioManager.STREAM_MUSIC,
                        AudioManager.ADJUST_RAISE, AudioManager.FLAG_SHOW_UI);
                return true;
            case KeyEvent.KEYCODE_VOLUME_DOWN:
                audio.adjustStreamVolume(AudioManager.STREAM_MUSIC,
                        AudioManager.ADJUST_LOWER, AudioManager.FLAG_SHOW_UI);
                return true;
            case KeyEvent.KEYCODE_BACK:
                if (webView.canGoBack()) {
                    //if Back key pressed and webview can navigate to previous page
                    webView.goBack();
                    // go back to previous page
                    return true;
                } else {
                    finish();
                    // finish the activity
                }
                return super.onKeyDown(keyCode, event);
            default:
                return false;
        }


    }



}





Wednesday, 13 July 2016

Long press home button



my htc 10 running ICE Rom and I long press home button htc 10 to sleep, I dont like. How do I disable it go.



Sunday, 10 July 2016

[GPS][FIX] Low GPS signal? No signal indoors? Poor accuracy? Long lock? GPS HW Mod



Hi, this is my first major thread / tutorial here on G3 Troubleshooting. I was having issues with GPS since I replaced the entire housing to replace the touchscreen and display so I figured it was an hardware problem.

This is meant for you if you've tried all kinds of roms / kernels and still aren't getting decent GPS reception.
I am not responsible if you damage your own phone by doing something stupid. Do as I say at your own risk. Stop reading if you don't understand this.

The main part responsible for GPS reception on the G3 is the little board that serves as an antenna on the lower part of the phone, left of the usb port.

Start by disassembling your phone following any popular guide on youtube. Stop when the main board is fully removed.

Now, you should see this antenna board fully exposed. It's very tiny and fit snuggly onto the housing with glue tape underneath.

Your goal now is to remove this gently with a thin plastic pry tool. Try to find a spot where you can pry it, the one with most surface area to minimize chance of further damage to the board.

After you removed it, salvage the sticky glue tape, you'll need it later.

Now get some tinfoil. Fold it several times over itself and compress it until you get a strip of the width and length*1.5 of the board size approximately, so there's a few centimeters left over.

Now see this? imgur / wveT6R2 this is the underside of it. Make sure the tinfoil is making contact with the gold metal bit, the one exposed shaped like a semi-ring, route the strip from that point up until the middle of the board and then do a vertical angle (90º) pointing UP, apply the glue sticky stuff on the frame of the phone (spot where the board goes) place the board with the routed tinfoil superimposed as explained. It should stick to the frame and you should now have a bit of tinfoil strip angling out of there. Route the strip vertically and horizontally (making 90º angles) as you find corners to form a "zig zag" pattern THIS little square space: imgur / 2a2h5e5 is where you should be routing it. This should form an extra antenna that makes contact with the antenna board, thus boosting your GPS signal. Don't forget to secure the foil with electrical tape (tiny bits as possible). Assemble the Phone back together (trace steps backwards) and boot. Run GPS Test. Be Amazed

It took 2 attempts to find the perfect solution, my first attempt at this idea did not work out in a very substantial improvement, but after reopening the phone and opting for the bigger strip and zig zag pattern, it REALLY made a difference.



MY RESULTS

Indoors:
Before - No fix / No signals | After - 6 satellites with medium SNR and a fix after 5 seconds; Acc: 10m

Outdoors:
Before - Fix after 10 seconds / losing signal while in a car or cities with big buildings | After: Fix in 3 seconds; 10+ satellites; acc: 3m best, 4-5m average

This was MY EXPERIENCE. I really believe that if your antenna for one reason or another is going flaky, this should at least improve it.
I learned a lot from this, but take this with a grain of salt, results may vary.
Sorry for the lack of images, I had to strip some of the imgur links because I can't post images yet.

Thanks for reading and hope you get good results (don't touch anything else) :D



Wednesday, 6 July 2016

Games cutting out on long press



Hi, I’m not sure if this is the right spot but this started occurring on my Nexus 5x. When playing racing games and holding the throttle, it seems to cut out ie deactivate the throttle. It’s almost like its detecting a ‘sticky key’. I think this started occurring when I updated my phone, currently on MHC19J. Admittedly I’m a slacker on updating and was running a decemberish version prior to this, as I find the upgrade process cumbersome when rooted.

Is there any way around to make sure this doesn’t occur and I don’t have to let off the throttle? For reference, the game is Mad Skills Motocross 2. I haven’t found a keyboard (using stock google) setting for this so far.



Tuesday, 5 July 2016

[GAME][FREE][TIMEKILLER] Bounce Mobile - survive as long as you can!



Hello,
I would like to present my new timekiller game - Bounce Mobile.
Google Play link


You need to jump on the platforms and avoid collisions with the spikes that are above and below , and are also generated with the platforms. Platforms are constantly moving upwards , gradually accelerating. This game iclude Google Play Game Servises so you can post your score on the world leaderboard. App styled with Flat Design.

There some screenshots:


I need feedback so I posted the application here . I would appreciate any constructive criticism .

Get it on Google Play for FREE.