Post: [PS3TMAPI]Get SDK Version & Mac ID
04-18-2014, 05:45 AM #1
Kurt
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); Hey, this is to get your ps3 firmware version without using enstone's CCAPI.
I got bored tonight so i thought i would just mess around with some stuff :P.

NOTE* This isn't perfect, so if you can improve it just post it in the comments and i will replace it.

    public static string GetSDKVersion()
{
ulong sdkVersion;
PS3TMAPI.GetSDKVersion(0, out sdkVersion);
string sdkString = sdkVersion.ToString("X");
string[] split = sdkString.Split('0'Winky Winky;
return split[0] + "." + split[1];
}


    public static string GetMacID()
{
string macid;
PS3TMAPI.GetMACAddress(0, out macid);
return macid;
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 3 users say thank you to Kurt for this useful post:

COD4_ELEVATOR, iMoDz-Baptiste, Mango_Knife
04-18-2014, 05:54 AM #2
SC58
Former Staff
Originally posted by DexModderFTW View Post
Hey, this is to get your ps3 firmware version without using enstone's CCAPI.
I got bored tonight so i thought i would just mess around with some stuff :P.

NOTE* This isn't perfect, so if you can improve it just post it in the comments and i will replace it.

    public static string GetSDKVersion()
{
ulong sdkVersion;
PS3TMAPI.GetSDKVersion(0, out sdkVersion);
string sdkString = sdkVersion.ToString("X");
string[] split = sdkString.Split('0'Winky Winky;
return split[0] + "." + split[1];
}


    public static string GetMacID()
{
string macid;
PS3TMAPI.GetMACAddress(0, out macid);
return macid;
}


Nice Ghosts whatever this is

You must login or register to view this content. Winky Winky
04-18-2014, 06:20 AM #3
Kurt
Banned
Originally posted by SC58 View Post
Nice Ghosts whatever this is

You must login or register to view this content. Winky Winky

lol sorry, i just thought i would post this here because buc shotz posted his in the ghosts section
04-18-2014, 06:22 AM #4
SC58
Former Staff
Originally posted by DexModderFTW View Post
lol sorry, i just thought i would post this here because buc shotz posted his in the ghosts section


idk why he did, i mean idc but it makes things look nicer if there posted where it need to be posted lol just ask a mod and they will put it there if you want

The following user thanked SC58 for this useful post:

04-18-2014, 06:37 AM #5
Mango_Knife
In my man cave
Originally posted by DexModderFTW View Post
Hey, this is to get your ps3 firmware version without using enstone's CCAPI.
I got bored tonight so i thought i would just mess around with some stuff :P.

NOTE* This isn't perfect, so if you can improve it just post it in the comments and i will replace it.

    public static string GetSDKVersion()
{
ulong sdkVersion;
PS3TMAPI.GetSDKVersion(0, out sdkVersion);
string sdkString = sdkVersion.ToString("X");
string[] split = sdkString.Split('0'Winky Winky;
return split[0] + "." + split[1];
}


    public static string GetMacID()
{
string macid;
PS3TMAPI.GetMACAddress(0, out macid);
return macid;
}


Nice.
04-29-2014, 06:33 AM #6
thanks for this!
we can change MAC ID with other fuction?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo