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

mardi 18 mars 2014

[Q] HD2 can't read news from news apps topic




I'm running kitkat 4.4.1 and I want to read news from some apps that installed through play store, but I got trouble with all of them.
I can open those apps normaly, can read the title, but when I tap to read more, nothing display.

What should I do?





[Q] Please, help - cannot read Stock ROM with SP Flash Tool topic




Hello,

*I have a problem with accessing phone PreLoader on Virtual COM port.*
I have NO PROBLEM with ADB driver and access. I can also access phone as a Device in Windows.
*But I want to create backup of my phone ROM.*
I want to read the ROM with SP Flash Tool to make backup.

(I cannot post links, so see full links in .txt file attached)
Phone: Alcatel IDOL One Touch Mini
Phone model code: 6012X
Full phone specs: gsmarena.com/alcatel_one_touch_idol_mini-5669.php
Chipset: Mediatek 6572
USB driver link page: developer.android.com/sdk/win-usb.html
Driver direct link: dl-ssl.google.com//android/repository/latest_usb_driver_windows.zip
OS: Windows 7, 64 bit


What I do:
------------
- I turn phone off. (Cannot remove battery - phone can not be opened=battery is not removaable)
- Connect to Windows
- Windows popup message for a device connected !
- Browse... choose driver for Win7,64bit,..... (only first time Windows wants driver)
- In Device Manager this device appear for a second, and then disappears: [PreLoader USB VCOM Port (COM_X)]

=== Result: Phone is not visible and cannot be accessed/shown in SP Flash Tool. Tried in versions 3.1224.01 (older)
and 3.1352.01 (newer interface).


What I tried to troubleshoot:
---------------------------------
- Used USBDeview.exe (64 bit), runned as administrator. Performed manual Uninstall for all old virtual COM ports.
- Tried another USB cable.
- Tried another USB port; Tried another USB port on another insernal USB hub; Tried on extranal USB hub.
- Tried another drivers, which I have found on fourms.
- Started Device Manager as admin, show hidden devices. Now I can see m phone as a light gray device.
Every time I plug phone, Windows creates a new VCOM port. I have to uninstall them manually with UsbDeview.
When I click properties on VCOM with/without currently phone attached windows says:
"Device status: Currently this hardware device is not connected to the computer. (Code 45)".
See screenshot: postimg.org/image/o3h86dbzt/
- Googled many times for Code 45 but cannot solve this problem.
- Obviously windows can see MediaTek chipset at least for a while. Tried to connect on turned off phone. Or with
phone started in Recovery mode (Meta mode?) - Power+Volume up. No luck here too.

=== Result: Failed to succeed. Nothing of above can help.

Please, help!








Attached Thumbnails


Click image for larger version<br/><br/>Name:	help mediatek problem.png<br/>Views:	N/A<br/>Size:	229.7 KB<br/>ID:	2637700
 











Attached Files





File Type: txt help mediatek problem.txt -
[Click for QR Code]
(2.5 KB)









dimanche 16 mars 2014

[Q] HTC One XL: Read internal storage topic




Hey,

I got a HTC One XL with a defect Screen + Touchscreen. I can turn it on and off but cant log in because of the defect touchscreen.

Is there a possibility to read the internal storage? Or to remotely control the phone over my laptop, so I can log in and use it as storage device?

Thanks in advance

kwoun





mercredi 12 mars 2014

[Q] Sim phones on sprint ? (please read in full) topic




Hello my sis recently purchased an sprint iPhone 5s about a week ago from eBay it arrived with no Sim and I didn't think that was a problem as sprint is CDMA well trying to activate it was a different story talked to sprint after self activating wouldn't work and found out it did require a Sim so got transferred to sprint international and got to order a free Sim from them it arrived and activation didn't work talked to support and guy said I was sent an android varrarent of the Sim after he checked the numbers and I would have to reorder an iPhone compatible one they gave me free overnight ship and it came and activated fine my question is tho

Would it be possible to activate cheap Chinese phones like the goophone or there new s5Clones/generic android sim phones on sprint. I ask this question because the only Google results I could find were from like 2008 and older So not to relevant today and BTW I still don't like iPhone over priced fads that do half as much as a android





lundi 10 février 2014

[Help] Bone read causing crash topic




hello i'm trying to make a bone esp but i'm having a issue..

I'm using this classes:


Code:


class CBone
{
public:
    char*      m_BoneName;    //0x00 
    char        pad_04[136];      //0x04
    D3DXMATRIX  BoneMatrix;  //0x8C 
    D3DXMATRIX  SomeMatrix;  //0xCC 
};


class CBoneInfo
{
public:
    char      pad_00[20];
    DWORD      oneNum;          //0x18
    CBone*    pBones;            //0x1C
};


class CSkeleton
{
public:
    char      pad_00[40];
    CBoneInfo* BonePtr;        //0x28
};

class CPlayer
{
public:
    char _0x0000[36];
    D3DXVECTOR3 m_Position; //0x0024
    char _0x0030[16];
    D3DXVECTOR3 m_vMuzzlePosition; //0x0040
    char _0x004C[908];
    DWORD m_NameXor; //0x03D8
    char _0x03DC[60];
    __int32 m_NameLength; //0x0418
    char _0x041C[132];
    __int32 backpackItemID; //0x04A0
    __int32 alive_state; //0x04A4
    char _0x04A8[12];
    float m_iHealth; //0x04B4
    char _0x04B8[3392];
    CSkeleton* m_Skeleton; //0x11F8
    char _0x11FC[36];
    //    CWeaponInfo* m_pWeaponPrimary; //0x1220
    //CWeaponInfo* m_pWeaponSecondary; //0x1224
    char _0x1228[32];
    float m_flPickupTime; //0x1248
    char _0x124C[96];
    D3DXVECTOR3 m_Movement; //0x12AC
    char _0x12B8[4];
    float m_cameraHeight; //0x12BC
    float m_stamina; //0x12C0
    char _0x12C4[16];
    __int32 SniperTest1; //0x12D4
    __int32 SniperTest2; //0x12D8
    char _0x12DC[28];
    DWORD m_bDead; //0x12F8
    char _0x12FC[36];
    float m_jumpHeight; //0x1320
    char _0x1324[16];
    D3DXVECTOR3 m_vRecoilCameraAngles; //0x1334
    char _0x1340[116];
    float m_yaw; //0x13B4
    float m_pitch; //0x13B8
    char _0x13BC[4];
    float m_fSpeedStrafe; //0x13C0
    char _0x13C4[4];
    float m_fSpeed; //0x13C8
    char _0x13CC[92];
    D3DXMATRIX m_BoneCoeff; //0x1428
    char _0x1468[24];
};


and this to read:


Code:


CPlayer Player = p_MemProc->read<CPlayer>(PlayerAddress);
BoneMatrix = Player.m_Skeleton->BonePtr->pBones[1].BoneMatrix;


but when it runs it crash on the 2 line.. someone can help me?

thx





mardi 28 janvier 2014

[Q] Moving to Straight Talk PLEASE READ!! topic




So I'm stressing out cause i've been researching all day and have came up with a million answers so i decided i should just make a post and hope for the best.

I have a US Cellular Galaxy S3 SCH-R530U 4.3.1 ROOTED.

I already have a Straight Talk SIM Card in it, however it has no service hooked up. None of the hidden codes to unlock my SIM is working on 4.3.1 and they just keep saying No Network Found

I've read that i can somehow flash my phone to get it to work with Straight Talk but i dont know how? I know it can work.

I just need to basically unlock my SIM so that it can work on Straight Talks network.





lundi 27 janvier 2014

A new read with some good news topic




http://news.yahoo.com/best-android-p...150129454.html
Sent from my HTCONE using xda app-developers app





[Q] Internal Storage read problems topic




Hi guys, i need your help with something.

So, im using Nexus 5 Experience CM11 based 3.1 with hellscore kernel and since yesterday have this huge issue:

It seems that the rom doesn't recognize the internal storage very well, i mean i can see the storage in root explorer, and i can acces it like viewing pictures and stuff ... but in the gallery no picture or video shows up, neither in mxplayer ... and when it rings it has the default ringtone ... i cant set one from my internal storage.

If i take a picture with the camera it shows up in the gallery ... but just that picture, when i use root explorer i can see all my pics and the new one,

Any idea how to fix my problem ? I tried re-flashing rom, clrearing cache, tried stock kernel and other kernels and it didn't help :(

Huge thanks in advance !





My phone is super bricked....... every one must read............. topic




this is my 2nd post in xda............
yesterday i post about my super bricked phone................
no one is helping me............
i flashed wrong rom to my micromax s26..............
now my phone status is.....
1. when i connect the usb to my computer it is not recognizing like new hardware is connected..........{no notification coming on the pc screen.............
2. that when i connect charger to my phone boot logo is coming and it does not going... the only way to off it is removing the battery..............
3. when i try to boot in to fastboot the boot logo only comes.............
4. when i try to switch on phone vibrates and stuckzzzzzzzz at boot logo...
plzzzzzzzzzzzzzzzzzzzzz anybody reply if once i get new hardware is connected on my pc screen i know what to do after that.....................
so plzzzzzzzzzzzzzzzzzzz anybody reply..................





dimanche 26 janvier 2014

plz read this topic




hiiiiiiiiiii frnds..........
i flashed micromax a27 costem rom in micromax a26...........
now my phone is bricked......
when i connect to pc. computer not even saying new hard ware connected....
plzzzz anybody reply...........
plzzzzzzzzzzzzzzzzzzzz reply............
when i connect the charger it showing only charging icon not even showing charging animaton.......
fastboot also not working plzzzzzzzzzzzzzzzzzz





vendredi 24 janvier 2014

[Q] What kind of RFID tags can the NFC read? topic




This is my first phone with NFC, and I was assuming I could read RFID tags with it. So far, I haven't had much luck. I used the "NFC TagInfo" app and was able to scan my touch-to-pay bus pass, but it didn't recognize any of my other proximity-based cards. That is, when tapping the cards to the phone, the app didn't even respond.

Next, I went around the house looking for items with RFID stickers (I could have sworn I had them all over, but found surprisingly few). I found a book that had one of those flat stickers with the metallic coil antenna and the phone didn't recognize that either. I also tried it on one of those security stickers that are slightly "bumped" out rectangles . I even tried scanning my cat who has one of those RFID capsules implanted for identification, and no luck there either.

Clearly I misunderstood the concepts of NFC and RFID. What types of devices/tags can the NFC on the Moto X interact with?

(PS: I tried attaching images of examples of the different tags I was talking about, but xda won't let me since I'm new)