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

dimanche 16 mars 2014

[Q] Reading mode when using multi window? topic




So, I can easily use reading mode when only viewing one app; however, when I want to use two apps (both added to reading mode and work perfectly individually), the screen goes back to default brightness. Is there any way to fix this?





lundi 10 mars 2014

[Help] Reading bone internal crash :-( topic




Hello i've been trying to draw/get bone pos, in my internal hack but it always crash :/
(i tried on my overlay and it does work so my offset are right)
note : this is on an emu.

Here is my code actually :


Code:


//getting Skeleton and bone coeff from Cplayer class
D3DXMATRIX GetCoeff( void)
        {
                return *(D3DXMATRIX*)( ( DWORD )( this ) + 0xF84 );
        }
        CSkeleton* getSkeleton( void )
    {
        return ( CSkeleton* )( ( DWORD )( this ) + 0xDB4 );
    }


Getting my bones pos :

Code:


D3DXVECTOR3 CEngine::GetBonePos(CPlayer *pPlayer, INT i)
{
       
        CSkeleton * m_Skeleton = pPlayer->getSkeleton();

        if ( !VALID( pPlayer ) || !VALID( m_Skeleton )  )
                return D3DXVECTOR3( 0, 0, 0 );

        if ( !VALID( m_Skeleton->BonePtr ) )
                return D3DXVECTOR3( 0, 0, 0 );
       
        D3DXVECTOR3 Pos;
        D3DXMATRIX v6, v7, BoneMatrix;
        D3DXMATRIX BoneCoeff;

        D3DXMatrixRotationYawPitchRoll( &v6, 0.0, 1.570796251296997, 0.0 );
        BoneMatrix = m_Skeleton->BonePtr->pBones[i].BoneMatrix;


        BoneCoeff = pPlayer->GetCoeff();
        D3DXMatrixMultiply( &BoneMatrix, &BoneMatrix, &BoneCoeff );
        D3DXMatrixMultiply( &v7, &v6, &BoneMatrix );

        Pos.x = v7._41;
        Pos.y = v7._42;
        Pos.z = v7._43;

        return Pos;
}


if any of you could help :S





vendredi 21 février 2014

[Q] Been reading for 2 days! topic




Ok...I am ready for the abuse. I just don't want to screw this up. I have downloaded numerous files in anticipation of this all making sense. I know it is something so simple to do but I am just not getting it. Here is the deal. I am on Jellybomb which we all know is MJ4. I want to move to KitKat. I am thinking Freeza's Deodexed Stockisk rom. I know once I am there it should be fairly straight forward to flash Josh's KitKatKiller when it becomes available.

I am just hoping somebody can provide clear instructions on exactly how to do this. Thank you for any assistance provided.





mardi 18 février 2014

[Q] trouble with apps reading sd card topic




I'm currently using the goodness rom, and trying to switch over to Macks Allstar MA7 rom. Everything goes well except everything on my SD card isn't being read. Any music apps show that I have no music(all saved to my sd card). The gallery only shows the pictures that I have saved on the phone itself. But if I use a file explorer, it shows everything is still there.

Can someone help me figure this out? Thanks.

BTW, I've tried flashing the rom both from my phone and from the SD card with the same results.





vendredi 24 janvier 2014

Photo's Dissappear From Camera Roll/MyGallery, Not Reading SDCard topic




First I have been having this issue where photos disappear from camera roll and mygallery. So far the solutions suggested online haven't worked for me. I have reset, deleted cache, rebooted etc still the same issue persists.

Today I noticed the SD Card is not recognized anymore. Re-booted but that didn't help. Nice phone but this two issue suck. What can I do about this?