User-agent: Mediapartners-Google Disallow: User-agent: * Disallow: /search Allow: / Sitemap: http://nano7mobile.blogspot.com/sitemap.xml Nano Mobile: crash
Affichage des articles dont le libellé est crash. Afficher tous les articles
Affichage des articles dont le libellé est crash. Afficher tous les articles

[Q] Persistent google play service followed by gapps crash topic






Hi guys I have a 18 month old Canvas HD A116, rooted since 6 months. Till 2 weeks i had no problem at all while flashing & using ROMs and all other benefits of rooting. I was using the same rom since 3 months but since 2 weeks i am having a consistent crash problem... during playing a game or browsing or anything, just out of nowhere messages pop up rapidly 'google+ has stopped working', 'chrome has stopped working' and many more followed by gapps has stopped working. after rebooting the same thing occured over and over again. Frustrated, i unrooted and flashed stock rom via sptools but then too its repeating again and again that google play services has stopped working, all the other google and system apps stopped working and finally gapps has stopped working...on rebooting i got an encryption unsuccessful message with option to reset phone which i did but to no avail.. after booting everything is normal for a minute or so & then the crashes start. I tried signing out of my google account and signing in again but no difference. Can someone help me out here? i just dont know what to do...






[Q] Android crash when app is high score menu opened topic






I am new to android programming. I tried to execute a app from one of the tutorials and it is showing runtime error. If it runs highscores menu. Application closed. Below are the error messages from logcat and the activity file. Appreciate your help. Thanks in advance.

ERROR

Code:


12-15 03:49:51.124: I/HighScores(1115): getScores() called
12-15 03:49:51.154: I/HighScores(1115): getScores() no scores found
12-15 03:49:51.354: I/Reversi, RevHSCustAd getView called(1115): position = 0
12-15 03:49:51.444: I/Reversi, RevHSCustAd getView called(1115): position = 0
12-15 03:49:51.454: D/AndroidRuntime(1115): Shutting down VM
12-15 03:49:51.454: W/dalvikvm(1115): threadid=1: thread exiting with uncaught exception (group=0xb2a40ba8)
12-15 03:49:51.594: D/dalvikvm(1115): GC_FOR_ALLOC freed 447K, 11% free 4353K/4880K, paused 89ms, total 100ms
12-15 03:49:51.714: E/AndroidRuntime(1115): FATAL EXCEPTION: main
12-15 03:49:51.714: E/AndroidRuntime(1115): Process: uk.co.flumeland.reversi, PID: 1115
12-15 03:49:51.714: E/AndroidRuntime(1115): java.lang.NullPointerException
12-15 03:49:51.714: E/AndroidRuntime(1115):    at uk.co.flumeland.reversi.RevHighScoreAdapter.getView(RevHighScoreAdapter.java:68)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.widget.AbsListView.obtainView(AbsListView.java:2263)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.widget.ListView.measureHeightOfChildren(ListView.java:1263)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.widget.ListView.onMeasure(ListView.java:1175)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.View.measure(View.java:16497)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5125)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1404)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.widget.LinearLayout.measureVertical(LinearLayout.java:695)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.widget.LinearLayout.onMeasure(LinearLayout.java:588)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.View.measure(View.java:16497)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5125)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.widget.FrameLayout.onMeasure(FrameLayout.java:310)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.View.measure(View.java:16497)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5125)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at com.android.internal.widget.ActionBarOverlayLayout.onMeasure(ActionBarOverlayLayout.java:327)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.View.measure(View.java:16497)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5125)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.widget.FrameLayout.onMeasure(FrameLayout.java:310)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at com.android.internal.policy.impl.PhoneWindow$DecorView.onMeasure(PhoneWindow.java:2291)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.View.measure(View.java:16497)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:1916)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:1113)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1295)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1000)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5670)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.Choreographer$CallbackRecord.run(Choreographer.java:761)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.Choreographer.doCallbacks(Choreographer.java:574)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.Choreographer.doFrame(Choreographer.java:544)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:747)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.os.Handler.handleCallback(Handler.java:733)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.os.Handler.dispatchMessage(Handler.java:95)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.os.Looper.loop(Looper.java:136)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at android.app.ActivityThread.main(ActivityThread.java:5017)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at java.lang.reflect.Method.invokeNative(Native Method)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at java.lang.reflect.Method.invoke(Method.java:515)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
12-15 03:49:51.714: E/AndroidRuntime(1115):    at dalvik.system.NativeStart.main(Native Method)
12-15 03:49:51.864: W/CursorWrapperInner(1115): Cursor finalized without prior close()
12-15 03:49:54.184: I/Process(1115): Sending signal. PID: 1115 SIG: 9


RevHighScoreAdapter.java

HTML Code:


package uk.co.flumeland.reversi;

import java.util.ArrayList;
import java.lang.String;

import android.app.Activity;
import android.content.Context;
import android.net.Uri;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;

public class RevHighScoreAdapter extends ArrayAdapter {

    private Score[] scores;
    private Context context;

// Constructor
public RevHighScoreAdapter(Context context, Score[] score){
        super(context, 0);
        scores = score;
        this.context = context;
        }


 [MENTION=439709]override[/MENTION]
    public int getCount() {
        // length of list
        return scores.length;
    }

 [MENTION=439709]override[/MENTION]
    public Object getItem(int position) {
        // length of list
        return position;
    }

 [MENTION=439709]override[/MENTION]
    public long getItemId(int position) {
        return position;
    }

 [MENTION=439709]override[/MENTION]
    public View getView(int position, View convertView, ViewGroup parent) {
        View row = convertView;
        Log.i("Reversi, RevHSCustAd getView called", "position = " + position );

        if (row == null) {
            LayoutInflater inflater = ((Activity) context).getLayoutInflater();
            row = inflater.inflate(R.layout.high_scores_listview_row, parent, false);
        }
        TextView nameTV = (TextView) row.findViewById(R.id.hs_player_name_lv);
        ImageView photoIV = (ImageView) row.findViewById(R.id.hs_player_image_lv);
        TextView scoreTV = (TextView) row.findViewById(R.id.hs_score_lv);
        Log.i("Reversi, RevHSCustAd getView called", "position = " + position );

        //if (scores[position].getPhotolink() != null) {
            //photoIV.setImageURI(Uri.parse(scores[position].getPhotolink()));
        //} else {
            //photoIV.setImageResource(R.drawable.social_add_person);
        //}
            nameTV.setText(scores[position].getName());
            Log.i("Reversi, RevHSCustAd getView called", "position = " + position );
            scoreTV.setText(String.valueOf(scores[position].getScore()));

        return row;
    }
}








WhatsApp crash topic






Hey pals
I was recently sending a video of my awesome goal in fifa 15 via whatsapp. When i try to send the video my whatsapp crashes immediatly. If i try to send it again, it crashes again. Any solutions?


There is no bad choises, only bad results.
SGS III Mini
tenshi_xp's PAC Rom RC-3
KitKat 4.4.4.








Attached Thumbnails


Click image for larger version<br/><br/>Name:	1420403519585.jpg<br/>Views:	N/A<br/>Size:	34.4 KB<br/>ID:	3098261
 

















[Q] android.process.acore and com.android.phone crash after flashing topic






I am having weird crashes after flashing (I tried D80220D and D80220H, both Europe Open). I flashed because I originally had a Hong Kong ROM which wasn't compatible with stuff we have here in France.

When I start the phone, a message telling me that the process com.android.phone has crashed. Another weird issue with that : if the message stop showing up and I try to put my SIM card (not sure if it is the right name in English) code, it keeps telling me that it is the wrong code with 3 tries remaining (and it keeps showing 3 tries remaining).

When it lets me enter my SIM card code and lets me access to the phone, it keeps showing up that android.phone.acore crashed. If I try to open the Contacts, it inst-crashes.

How can I repair that?






[Q] Pimp my rom making systemui crash topic






I recently got a samsung galaxy tab 4 10" sm-t530 for Christmas and yesterday I decided to root it via download mode and Odin, all was well until I tried pimp my rom today. I changed the screen dpi a little bit and rebooted, only to be faced with a black screen and the error "unfortunately, the process com.android.systemui has stopped." I Did not create a pimp my rom backup because I got impatient after it was still on 0/100 in 50 seconds. I tried re rooting with Odin (Idk what I thought it would do) and it did nothing. I then cleared the cache via recovery mode and it did nothing, so I factory reset in recovery. Now I get the same error with the setup in the background and I can't interact with it. Is there anything I can do?