Affichage des articles dont le libellé est text. Afficher tous les articles
Affichage des articles dont le libellé est text. Afficher tous les articles

mardi 25 août 2015

Ultra power saving mode different text app??



Is it possible to use a different text app in ultra power saving mode, I'm running alliance custom rom and I use textra as my text app, I have disabled the default samsung messages app so if I use ups mode I have no text

Sent from my SM-N910P using XDA Free mobile app



samedi 22 août 2015

Text messages



Is there a way to increase the text message limit and multimedia message limit like you could in s5 and note4



Force close when i copy text



Hi guys since some months I have force close every time i copy a text... First time it happened when I installed pushbullets with sharing of copied text activated but even if I uninstall pushbullet, but still remains. Do you know How can I solve this issue? I have stock 4.3 with root



vendredi 21 août 2015

Phone Stuck at "Samsung Galaxy S3 Gt i9300 black text



Hello everyone. I have a problem with my s3 if I install a custom ROM with Android 4.3 or others with 4.4.4 with some of these Rom the phone will lock in the home screen "Samsung GT i9300 galaxy s3" white writing.It is strange because only some Rom make this and unfortunately with my favorite rom.

The Roms are all compatible .. installations are clean .. after I also try to do a factory reset but goes anyway. help me please



mardi 18 août 2015

Unknown sender text, what about Stagefright?



I use 8sms as my default text app. In the Google Messenger app I see a text of 829 bytes from an unknown sender yesterday which I have not downloaded. This text is not seen in my 8sms messaging app, nor is it seen in the mysms app. Is there any way to check this message outside of my phone? I don't want to open it given the circumstances, but I don't want to miss a legit text.



samedi 15 août 2015

Problem receiving text messages while on LTE



I've been having problems receiving text messages while connected to an LTE network. Outgoing messages send just fine and everything else works properly as well. I was able to nail the problem down to LTE when I realized that texts were flooding in while on phone calls. This is because while on a call it switches from the 4G LTE network to the 3G HSPA network. I did some further testing by having people send messages while on LTE (didn't receive them) and then by changing my preferred network type to 3G in the Settings menu. The messages came in only after doing that.

I ditched my '13 Moto X for a One M8 last year because of a similar issue so it seems to be a problem specific to Moto, though it obviously is not a widespread issue. I'm not rooted or anything. I don't have any apps installed that could be messing with it.

I'm not sure where to go from here. Does anybody have any ideas? I turned LTE off a couple weeks ago and it isn't ideal.



mercredi 12 août 2015

ListView SQLite Database Image and Text



Hi, i'm very very very messed up. Ok let's explain. I want create listview using this layout code.


Code:



<?xml version="1.0" encoding="utf-8"?>
    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="match_parent" android:layout_height="match_parent">

        <ImageView
            android:layout_width="65dp"
            android:layout_height="65dp"
            android:id="@+id/imgpez"
            android:layout_alignParentTop="true"
            android:layout_alignParentStart="true"
            android:layout_marginTop="20dp"
            android:layout_marginLeft="20dp"
            android:layout_alignParentLeft="true"
            android:src="@mipmap/ic_launcher" />

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:text="CODICE SAG"
            android:textColor="#000000"
            android:layout_marginLeft="30dp"
            android:id="@+id/txtcodsag"
            android:layout_marginTop="40dp"
            android:layout_toRightOf="@+id/imgpez"
            android:layout_toEndOf="@+id/imgpez" />

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:text="CODICE OE"
            android:id="@+id/txtcodoe"
            android:textColor="#000000"
            android:layout_marginLeft="30dp"
            android:layout_marginTop="40dp"
            android:layout_toRightOf="@+id/imgpez"
            android:layout_toEndOf="@+id/imgpez" />

        <ImageView
            android:layout_width="65dp"
            android:layout_height="65dp"
            android:id="@+id/imgdesc"
            android:layout_marginTop="20dp"
            android:layout_marginLeft="30dp"
            android:layout_toRightOf="@+id/txtcodoe"
            android:layout_toEndOf="@+id/txtcodoe"
            android:src="@mipmap/ic_launcher" />

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:text="N"
            android:id="@+id/txtN"
            android:layout_marginTop="40dp"
            android:textColor="#000000"
            android:layout_marginLeft="30dp"
            android:layout_toRightOf="@+id/imgdesc"
            android:layout_toEndOf="@+id/imgdesc" />

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:text="CS-CT"
            android:id="@+id/txtCSCT"
            android:layout_marginTop="40dp"
            android:textColor="#000000"
            android:layout_marginLeft="30dp"
            android:layout_toRightOf="@+id/txtN"
            android:layout_toEndOf="@+id/txtN" />

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:text="A"
            android:id="@+id/txtA"
            android:textColor="#000000"
            android:layout_marginTop="40dp"
            android:layout_marginLeft="30dp"
            android:layout_toRightOf="@+id/txtCSCT"
            android:layout_toEndOf="@+id/txtCSCT" />

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:text="B"
            android:id="@+id/txtB"
            android:textColor="#000000"
            android:layout_marginTop="40dp"
            android:layout_marginLeft="30dp"
            android:layout_toRightOf="@+id/txtA"
            android:layout_toEndOf="@+id/txtA" />

        <Button
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Dettagli"
            android:textColor="#000000"
            android:id="@+id/apridettagli"
            android:layout_alignBottom="@+id/imgdesc"
            android:layout_toRightOf="@+id/txtB"
            android:layout_toEndOf="@+id/txtB" />

    </RelativeLayout>


This is layout: Layout

How can i build a listview from database with item clickable? Each item contains a specific id to select from database and show into a dialogbox.

Table fields:

Table fields

id(for item clickable to open in a dialogbox for showing details) descrizione (description) text imgdescrizione (imgdescription) and imgpezzo (imgpiece) are name of image to pick from drawable folder. from codsag to cod_marca are text.

How can i load specific image into a listview? In the layout image ou can see my few drawable items.

I'm first time of developing android...and i would learn from you!!

Good morning and thanks...

Cris



Screen layout problem - text field superimposed on app heading bar



The contents of my layout file is below.

Everything is good except that the control "android:id="@+id/text_bluetooth"" is superimposed over the top of the app heading and laucher icon.

I can't figure out how to move all the controls down below the app heading while retaining their same overall arrangement.


Code:


<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:background="#0099cc"
    tools:context=".HexapodControls"
    android:id="@+id/frame_controls"
    android:visibility="visible">

    <!-- The primary full-screen view. This can be replaced with whatever view
        is needed to present your content, e.g. VideoView, SurfaceView,
        TextureView, etc. -->

    <!-- This FrameLayout insets its children based on system windows using
        android:fitsSystemWindows. -->

    <LinearLayout
        android:orientation="vertical"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:visibility="visible"
        android:id="@+id/layout_controls">

        <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:textAppearance="?android:attr/textAppearanceLarge"
                android:text="@string/str_select"
                android:id="@+id/text_bluetooth"
            android:visibility="visible"
            android:layout_gravity="top|left"
            android:autoText="false"
            android:typeface="normal"
            android:textSize="18dp" />

        <Spinner
                    android:layout_width="fill_parent"
                    android:layout_height="wrap_content"
                    android:id="@+id/spinner_bluetooth"
            android:visibility="visible"
            android:clickable="true"
            android:layout_gravity="top|left" />

        <LinearLayout
                    android:orientation="horizontal"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
            android:id="@+id/layout_bluetooth"
            android:keepScreenOn="true">

            <Button
                        android:layout_width="160dp"
                        android:layout_height="match_parent"
                        android:text="@string/str_connect"
                        android:id="@+id/button_connectbt"
                        android:clickable="true"
                        android:enabled="false"
                        android:focusable="false"
                        android:focusableInTouchMode="false"
                        android:gravity="center_vertical|right"
                        android:drawableLeft="@mipmap/ic_bluetooth"
                    android:layout_gravity="center_horizontal|top"
                android:onClick="@string/str_onclick_connectbt"
                android:visibility="visible"
                android:textSize="18dp" />

            <Button
                    android:layout_width="160dp"
                    android:layout_height="match_parent"
                    android:text="@string/str_disconnect"
                    android:id="@+id/button_disconnectbt"
                    android:enabled="false"
                    android:focusable="false"
                    android:focusableInTouchMode="true"
                    android:clickable="true"
                    android:gravity="center_vertical|right"
                    android:drawableLeft="@mipmap/ic_bluetooth"
                android:onClick="@string/str_onclick_disconnectbt"
                android:visibility="visible"
                android:layout_gravity="top"
                android:textSize="18dp" />
        </LinearLayout>
    </LinearLayout>

</FrameLayout>





mardi 11 août 2015

Green text on Galaxy s6 boot screen. How to remove?



Okay, so I've rooted. On the first screen, when booting (where it says "Samsung Galaxy S6"), there is now tiny, green text on the top left corner. Is there any way to remove that? Or am I stuck with it? I can get a pic if you have no idea of what I'm referring to.

Thanks.

Sent from my SM-G920T using Tapatalk



[Q]unable to call or text, please help



long story short, when I switched to Leedroids latest rom (not the RC2) I kept getting this itson app has forced closed error and when I press OK it comes back. I thought about trying it like 3 times and I realized the kernal was giving me problems so I went back to stock. I don't know if that messed it up but now only on stock rooted I have Data bu. I'm unable to text or call on either end. And ive tried to just install the ruu but adb won't even see that its there. So im lost now and the frustration has gone away lol. Please help 😅

Baseband: 1.32.651.30
S-on

Thanks in advance guys :)



Save text and MMS messages



I'm going to do a factory reset tonight due to my battery life sucking. Is there anyway to save text and MMS messages? I usually use mybackup pro but am wanting to not use any sort of back up program and start fresh due to hearing that your battery life might be better that way. So any help? I don't want to use verizon's cloud service.

Sent from my SM-G920V using XDA Free mobile app



dimanche 9 août 2015

[Q] Way To Send & Receive Text Messages Faster???



I'm on metroPCS which now is basically T-Mobile get great coverage LTE all the time usualy 4 to 5 bars, 2 at the lowest...

But after awhile from a factory reset or clean install sending and receiving starts to take several minutes to hours to happen.

On a Note Edge (T-Mobile branded version running Hyperdrive rom), so I figured I'd ask if there's a way to get sms to constantly stay as speedy as a fresh install.

I use Handcent SMS BTW, don't feel like waiting and holding my breath to see if T-Mobile's RCS Advanced Messaging comes to me.
_
If I didn't have a good handful of friends who don't use 3rd party messengers and only SMS I wouldn't be asking.

So what else can I do to speed this up, clean rom installs or even dirty, the sms almost sends instantly in a matter of seconds same as with receiving.

If I knew the dialer code to get into IMS Settings I'd mess with it and try updating the number, but IDK it, knew it on the Note 2 and 3 and now I can't find it.



vendredi 31 juillet 2015

[Library] [Android] RoboType -- The android text typing emulator



I saw many websites having the feature of text to be typed alone.
I liked this, and searched and found nothing similar for android, so I made a library for this.


This one is called RoboType

About RoboType :
  • The world's first Library/Module to implement interactive text inside your android app.

  • It stimulates text typing.

  • Easy to Implement.

  • Compitable with all android versions.

  • Light-Weight.

  • Open-Source.



How to implement :
  • Download RoboType.jar

  • Implement the RoboType.jar or import the lib project

  • Inside your activity add this method :




    Code:


            public static void Robo(String x){

            YourTextView.append(x);

            };



  • In your onCreate or wherever you want add :



    Code:


        RoboType.update(message, fullClassName, speed);



Note : We recommend to use 100 speed Note : In fullClassName you need to write like this com.example.MainActivity

Don't forget to import the class "RoboType".



Update function explained :



Code:


    update(message, className, speed);

This is the function used to apply the module. use it in anywhere you like (button listener, onCreate...etc).

Parameters :
  1. message : string to be displayed.

  2. speed : the speed of displaying text in milliseconds.

  3. classname : the activity where you will display this text (i.e. com.package.class)


Algorithm :
  • it get the text from user.

  • split the string to single characters.

  • using reflection to access the other class.

  • invoke the method that set new character each certain time.

  • use a handler to control the process.


Changelog :

v1.0 :
  1. added jar.

  2. added project source.

  3. use reflection to invoke.

  4. initial release.


Notes :
  • This is still in early stage of development.

  • A demo Application for this library is available on Playstore

  • A Youtube video showing it on action

  • The Source code on Github




https://www.youtube.com/watch?v=MqHr...ature=youtu.be">https://www.youtube.com/watch?v=MqHr...ature=youtu.be" type="application/x-shockwave-flash" width="425" height="350">



jeudi 30 juillet 2015

Text Pop up window



Is there an app or any way so when you receive a text or otherwise on the Gear 2 Watch, a partial of the text displays immediately, without you having to click on it first then go read the text in full, so you can handfree read the text first without having to click on it?

Similar to the pebble, that directly displays the text, instead of just a notification you have a text.



[Q]How do i disable text notification over car bluetooth?



Even if i make it silen/vibrate it still stops my music and says received message. I dont know how to disable it after installing lollipop.








Attached Thumbnails


Click image for larger version<br/><br/>Name:	Screenshot_2015-07-31-07-07-53.png<br/>Views:	N/A<br/>Size:	161.4 KB<br/>ID:	3423715