Active Topics

 



Notices


Reply
Thread Tools
Airtux's Avatar
Posts: 133 | Thanked: 51 times | Joined on Jul 2010 @ Swiss
#101
@maluka looks here: http://talk.maemo.org/showpost.php?p...1&postcount=77
__________________
N900, Maemo 5 - NITDroid/N810 Maemo 4 -- French community: http://forum.maemofrance.fr
 

The Following User Says Thank You to Airtux For This Useful Post:
maluka's Avatar
Posts: 741 | Thanked: 900 times | Joined on Nov 2007 @ Auckland NZ
#102
Originally Posted by Airtux View Post
@maluka looks here: http://talk.maemo.org/showpost.php?p...1&postcount=77
got it already thanks
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#103
@javispedro: I have some additions, according to the SDK (All functions return Pre-related stuff).

Code:
--- PDL.h       2010-10-25 07:46:35.980774034 +0300
+++ PDL.h--     2010-10-25 07:51:22.065576828 +0300
@@ -49,14 +49,25 @@
        double aspectRatio;
 } PDL_ScreenMetrics;
 
+typedef struct {
+       int majorVersion;
+       int minorVersion;
+       int revision;
+       const char *versionStr;
+} PDL_OSVersion;
+
 PDL_Err PDL_BannerMessagesEnable(PDL_bool enable);
 PDL_Err PDL_CustomPauseUiEnable(PDL_bool enable);
 PDL_Err PDL_GetCallingPath(char *buffer, int bufferLen);
 PDL_Err PDL_GetDeviceName(char *buffer, int bufferLen);
+const char * PDL_GetError();
 PDL_Err PDL_GetLanguage(char *buffer, int bufferLen);
 PDL_Err PDL_GetNetInfo(const char *interfaceName, PDL_NetInfo * interfaceInfo);
 PDL_Err PDL_GetScreenMetrics(PDL_ScreenMetrics* metrics);
 PDL_Err PDL_GetUniqueID(char *buffer, int bufferLen);
+PDL_Err PDL_GetOSVersion(PDL_OSVersion *version);
+const char * PDL_GetHardware();
+int PDL_isAppLicensedForDevice(const char *appid);
 PDL_Err PDL_LaunchBrowser(const char* url);
 PDL_Err PDL_NotifyMusicPlaying(PDL_bool musicPlaying);
 PDL_Err PDL_ScreenTimeoutEnable(PDL_bool enable);
Code:
--- pdl.c       2010-10-25 07:46:35.980774034 +0300
+++ pdl.c--     2010-10-25 07:56:01.502404858 +0300
@@ -217,6 +217,12 @@
        return PDL_NOERROR;
 }
 
+const char * PDL_GetError()
+{
+       // Not implemented
+       return "Something happened!";
+}
+
 PDL_Err PDL_GetLanguage(char *buffer, int bufferLen)
 {
        if (!buffer || bufferLen <= 0) {
@@ -242,6 +248,16 @@
        return PDL_INVALIDINPUT;
 }
 
+const char * PDL_GetHardware()
+{
+       return "pre";
+}
+
+int PDL_isAppLicensedForDevice(const char *appid)
+{
+       return 1;
+}
+
 PDL_Err PDLNet_Get_Info(const char *interfaceName, PDL_NetInfo * interfaceInfo)
 {
        return PDL_GetNetInfo(interfaceName, interfaceInfo);
@@ -249,8 +265,21 @@
 
 PDL_Err PDL_GetScreenMetrics(PDL_ScreenMetrics* metrics)
 {
-       TRACE("Application asks for screen metrics; what to say here?");
-       return PDL_EOTHER;
+       metrics->horizontalPixels = 480;
+       metrics->verticalPixels = 800;
+       metrics->horizontalDPI = 213;
+       metrics->verticalDPI = 183;
+       metrics->aspectRatio = 1.164;
+       return PDL_NOERROR;
+}
+
+PDL_Err PDL_GetOSVersion(PDL_OSVersion *version)
+{
+       version->majorVersion = 1;
+       version->minorVersion = 4;
+       version->revision = 5;
+       version->versionStr = "Palm WebOS 1.4.5.1";
+       return PDL_NOERROR;
 }
 
 PDL_Err PDL_GetUniqueID(char *buffer, int bufferLen)
Also you wrote TODO in PDL_GetCallingPath, but according to the SDK docs it is deprecated and returns "./" every time.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
Posts: 104 | Thanked: 46 times | Joined on Sep 2010 @ New York City
#104
Someone please help me I am a 'extreme noob' when it comes to terminal. I am trying to launch nfsuc. It always given an error like can't cd path/path. I have been trying for over an hour.
 
Posts: 2,014 | Thanked: 1,581 times | Joined on Sep 2009
#105
Very cool Javis. Had some issues with undefined symbol SDL_memcmp. That should hopefully be an easy one to add a tag for.
__________________
Class .. : Power Poster, Potential Coder
Humor .. : [*********] Alignment: Chaotic Evil
Patience : [***-------] Weapon(s): +2 Logic Mace
Agro ... : |*****-----] Relic(s) : G1, N900

 
Posts: 619 | Thanked: 691 times | Joined on Feb 2010
#106
javispedro: do you have a paypal donation link ?

If not, please consider setting one up.

I realize you are not doing it for $$$, but in a way allows those of us to make it less tedious for you (and maybe help motivate you to fix more bugs.

I am sure many here wont mind chipping in some money for coke and pizza at least for you
 

The Following 3 Users Say Thank You to Frappacino For This Useful Post:
Posts: 32 | Thanked: 18 times | Joined on Apr 2010
#107
Need For Speed Undercover

http://www.youtube.com/watch?v=JD98O0rVev0
 
longcat's Avatar
Posts: 333 | Thanked: 153 times | Joined on Feb 2010 @ blah blah
#108
stupid question: i've installed preenv, but where to get those fancy games ?
 
Posts: 194 | Thanked: 87 times | Joined on Jun 2010
#109
Originally Posted by maluka View Post
got it already thanks
how did YOU solve the problem?!

PREENV is down! where can i get it now?
 
Posts: 188 | Thanked: 53 times | Joined on May 2010
#110
@zehjotkah, hi bro mind sharing how u overcame the 'segmentation fault' error when using SSH to transfer the game files??
 
Reply

Tags
bada rox, chuck norris, phone, preenv, webos


 
Forum Jump


All times are GMT. The time now is 17:59.