[DEMO] 7 OpenGL ES demos for Diamond - Touch Diamond, MDA Compact IV Themes and Apps

After spending 2 days of work, the TyphoonLabs tutorials (http://www.khronos.org/developers/resources/opengles/) are successfully compiled & run on my Diamond.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Installation
Simply unzip the content to any folder, but the /resources folder and underneath files must be copied to root.
Instructions
After startup, click the top right corner cross or press the DPAD to quit.
Some demos will have different effect when tap the screen, just try it.
Enjoy!

Will try it out immediately!
As you can see in my sign I'm currently using Panosha ShineOn 1.6 ROM on my Diamond. I don't know if he changed any drivers or so in his ROM, but I can only initiate tutorial 1 + 2.
EDIT: ok, yeah... misread the instructions. Had to put it on the root on the storage card, not the internal memory.

Only 1 and 2 work.
Some do Nothing at all
Some give openGL ES init error.

Riel said:
Only 1 and 2 work.
Some do Nothing at all
Some give openGL ES init error.
Click to expand...
Click to collapse
I have the same effect

same here...

all seven worked out fine for me
i got stock 1.93 ROM

Just 1 & 2 For me, Stock 1.93 ROM

@ALL
If you can only run 1 & 2, make sure you have copied the folder \resources including the underneath files to root.

Amazing work.. Looks great. The resource should be on the root of the device and not the storage card.

Really nice, great work

Interesting,
on the last test (7) (as pictured in your first post) I get a FPS rating of 74/75
Nice work !

Only 1 and 2 work on my stock uk tmobile rom too?

A_C said:
Simply unzip the content to any folder, but the /resources folder and underneath files must be copied to root.
Click to expand...
Click to collapse
Had the same when I built them ages ago, couldn't seem to get relative filepaths working
Still having no joy with that ".\" is always root ?!?

Nice work A_C, I really hope you will be implementing this into your S2 applications, that would be amazing!

Very nice,
great work, looks real good.
PS.: At the last Tutorial, I have also over 70FPS.
greets doena

Magilla said:
Had the same when I built them ages ago, couldn't seem to get relative filepaths working
Still having no joy with that ".\" is always root ?!?
Click to expand...
Click to collapse
Windows Mobile does not seem to have a concept of "current working directory" when launching an application. It's pretty annoying.
I work around this using the following:
public static string CurrentWorkingDirectory
{
get
{
return Path.DirectoryName(Assembly.GetExecutingAssembliy().GetName().CodeBase);
}
}
Then use that directory to build relative directories...

Koush said:
Windows Mobile does not seem to have a concept of "current working directory" when launching an application. It's pretty annoying.
I work around this using the following:
public static string CurrentWorkingDirectory
{
get
{
return Path.DirectoryName(Assembly.GetExecutingAssembliy().GetName().CodeBase);
}
}
Then use that directory to build relative directories...
Click to expand...
Click to collapse
Thanks loads... much appreciated!

impressive!!!!
All work fine in root \

psc001 said:
Interesting,
on the last test (7) (as pictured in your first post) I get a FPS rating of 74/75
Nice work !
Click to expand...
Click to collapse
doena said:
Very nice,
great work, looks real good.
PS.: At the last Tutorial, I have also over 70FPS.
greets doena
Click to expand...
Click to collapse
I got that FPS too. The screenshot shows a lower no. because it's running a screen-capture program in the background.
Jin187 said:
Nice work A_C, I really hope you will be implementing this into your S2 applications, that would be amazing!
Click to expand...
Click to collapse
That's my dream.

Nice work A_C.
Thanks
I try to compile and execute these tutos. There's no pb to execute on emulator.
But when I try on my phone (HTC Touch Pro), it doesn't work.
When I try your .exe, A_C, there is no pb. Maybe I have a pb when I create the exe.
Could you help me ?
Thanks

Related

Is the Manila Interface posted here a joke or really works on some of your devices?

Hi everybody
looking around to find out what is the status of HTC concerning a probably new drivers release for the devices with Qualcomm 7200 chipset and i've found the file below, which should contain a new User Interface code name MANILA.
I'm sure most of you hear about it.
Well, i've been trying to install the file, but in some way i don't get it, even if I edit the cab and write a new setup.xml. May be because I have the Original O2 ROM on my Orbit 2, i'm not sure at all
Could some of you try if the install works on your cooked HTC Roms ??
Download link:
http://rapidshare.com/files/87585343/manila.1.0.0103.0.release.zip.html
Click to expand...
Click to collapse
THX in advance
Metanol
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Updated...!!!!
Link Invalid
please re-upload the link as its invalid
wrong url adres
go it ..the link is http://rapidshare.com/files/87504139/manila.1.0.0103.0.release.zip
Try this link.
http://www.megaupload.com/?d=G5X13UZF
Can someone provide more screenshots?
Thx
wellthe m9 files in the HTC directory looks like xml + code (LUA perhaps?). In the manila\manila.xml file it has this line 'Mode9Path="HTC\home.m9?testParam=1" ' but there is no testParam in home.m9... could try removing that and trying again. Did you remove all today items before running this? I'm at work so just looking through the files, havent had a chance to test yet.
There's a cab here:
http://htcinsider.blogspot.com/2008/01/manila-arrives.html
YMMV
Vinny75 said:
wellthe m9 files in the HTC directory looks like xml + code (LUA perhaps?). In the manila\manila.xml file it has this line 'Mode9Path="HTC\home.m9?testParam=1" ' but there is no testParam in home.m9... could try removing that and trying again. Did you remove all today items before running this? I'm at work so just looking through the files, havent had a chance to test yet.
Click to expand...
Click to collapse
exactly LUA language is inside, e.g.:
-- Adapted from class function at http://lua-users.org/wiki/SimpleLuaClasses
function __class_ctor(class_tbl, ...)
local obj = {};
setmetatable(obj, class_tbl);
if (class_tbl.__init) then
class_tbl.__init(obj, ...);
else
if class_tbl._base and class_tbl._base.__init then
class_tbl._base.__init(obj, ...);
end
end
return obj;
end
function class(base)
local c = {};
if type(base) == 'table' then
-- Shallow copy of base, including all functions and properties.
for i,v in pairs(base) do
c = v;
end
c._base = base;
end
c.__index = c;
local mt = {};
mt.__call = __class_ctor;
setmetatable(c, mt);
return c;
end
Click to expand...
Click to collapse
I was trying to remove some files too during the pause, but I'm in the office too.
it tells me that htc home has been closed unexpectedly
also discussed here
i think they are already dissecting and mutating the cab file (from the link above: htcinsider) to be used on our devices..
http://forum.xda-developers.com/showthread.php?t=363500
wish there would be more screenies for this..
also, that's a cool name.. coz, i'm from MANILA.. hehehe..
When I first read the thread title.. I thought.. WTF?!
Oh.. so it's a new interface.. I thought it was something from here.
I live in Manila too.
Could somebody post some screenies? I'm getting really curious here.
DaVince said:
When I first read the thread title.. I thought.. WTF?!
Oh.. so it's a new interface.. I thought it was something from here.
I live in Manila too.
Could somebody post some screenies? I'm getting really curious here.
Click to expand...
Click to collapse
Just look better, I already posted some screenshots in the topic mentioned.
http://forum.xda-developers.com/showpost.php?p=1864343&postcount=15
http://forum.xda-developers.com/showpost.php?p=1864344&postcount=16
iruja said:
Just look better, I already posted some screenshots in the topic mentioned.
http://forum.xda-developers.com/showpost.php?p=1864343&postcount=15
http://forum.xda-developers.com/showpost.php?p=1864344&postcount=16
Click to expand...
Click to collapse
Yeah.. I already saw them after I posted.. I just didn't bother editing them anymore.
Too bad it's slow and works only on VGA. I guess it's for those future "video-centric" HTC devices (that I'm not going to buy). Maybe Eten will make better devices by then.
4 those who cant get it off rapidshare
Non RapidShare Link
good but not usable (to slow)
it seems to be a good application but very very very very slow.
it a vga compatible with libGLES_CM.dll in manila directories
manila youtube vid
http://msmobiles.com/news.php/7064.html
DaVince said:
Yeah.. I already saw them after I posted.. I just didn't bother editing them anymore.
Too bad it's slow and works only on VGA. I guess it's for those future "video-centric" HTC devices (that I'm not going to buy). Maybe Eten will make better devices by then.
Click to expand...
Click to collapse
if somebody who hv made it to work post all the sceenshot here, well i bet someone can make at least a flash ver of it
cruzzmz said:
if somebody who hv made it to work post all the sceenshot here, well i bet someone can make at least a flash ver of it
Click to expand...
Click to collapse
It doesn't work in my Universal (Ivan's 3.9 rom).
Not compatible with VGA?

MWg AtomV Quick Menu v1.0

I found this in MWg's official website, however, it can only be installed on the latest MWg's Atom V.
What a shame that, even for my newly bought MWg Atom Life (not O2 XDA Atom Life) still no luck installing it.
Can someone help bypassing this installation barrier? So more people can enjoy this app.
Million thanks!!
user guide for your reference.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
yea same here. interested to try out this new menu. if anyone could unlock it for us. =)
Any screenshot??/
black_shadow69 said:
Any screenshot??/
Click to expand...
Click to collapse
i've uploaded once, but the hosting downed. anyway, here you are:
Would be nice to have this on any other PPC. Looks good.
it s very nice log but this log is just for HTC atom???
No luck here!
uniqlo said:
I found this in MWg's official website, however, it can only be installed on the latest MWg's Atom V.
What a shame that, even for my newly bought MWg Atom Life (not O2 XDA Atom Life) still no luck installing it.
Can someone help bypassing this installation barrier? So more people can enjoy this app.
Million thanks!!
Click to expand...
Click to collapse
I've tried "un-cabbing" the cab file because I thought the lock was in the setup only but it is also included in the body of the main exe file. As I don't know how to reverse engineer an exe file and I don't know either which compiler was used to create the program, i am stuck!
someone pls make a fix version for all ppc. it looks very good.
very nice theme long to try it out.!!
uniqlo said:
i've uploaded once, but the hosting downed. anyway, here you are:
Click to expand...
Click to collapse
good log but can't install on my wizard !
Is anyone working on cracking this thing? I would love to give it a try.
I have managed to get all the files out, and I have the today plugin linked on my today screen, but the actual exe is hardcoded to only install on the AtomV and so I get an error whenever I try to run it...
l3v5y said:
I have managed to get all the files out, and I have the today plugin linked on my today screen, but the actual exe is hardcoded to only install on the AtomV and so I get an error whenever I try to run it...
Click to expand...
Click to collapse
anyways to repack it to new cab files to install for all ppc?
read that post again would ya ?
he said that the exe is hardcoded against the atom v, it can't be re-cabbed to install and run on another device, simple as that.
jadephyre said:
read that post again would ya ?
he said that the exe is hardcoded against the atom v, it can't be re-cabbed to install and run on another device, simple as that.
Click to expand...
Click to collapse
That's true, but I wonder if I can change the device ID in the registry to trick it into thinking my prophets an AtomV. I would do it now, but I'm adding some finishing touches to my latest ROM and so I can't. But maybe later today I will try.
l3v5y said:
That's true, but I wonder if I can change the device ID in the registry to trick it into thinking my prophets an AtomV. I would do it now, but I'm adding some finishing touches to my latest ROM and so I can't. But maybe later today I will try.
Click to expand...
Click to collapse
I think the check it's done on /windows/gbcCELib_Exe.exe or in /windows/gbcCELib.dll (it install these two files). I have viewed these two with hex editor, and it's what I think, but my knowledge is very poor.
The maker of this soft are Brogent, but in this web, nothing to try.
I would try this soft, it resembles pointui+spbmobile shell.
Please, try to bypass the pda model check.
mismamente said:
I think the check it's done on /windows/gbcCELib_Exe.exe or in /windows/gbcCELib.dll (it install these two files). I have viewed these two with hex editor, and it's what I think, but my knowledge is very poor.
The maker of this soft are Brogent, but in this web, nothing to try.
I would try this soft, it resembles pointui+spbmobile shell.
Please, try to bypass the pda model check.
Click to expand...
Click to collapse
can we like bypass those 2 files???
If someone gets me a copy of the exe file then i cane decompile it and see what i can do.
dwizzy130 said:
If someone gets me a copy of the exe file then i cane decompile it and see what i can do.
Click to expand...
Click to collapse
I'm not able to download from work, but you can download from
Code:
http://www.pda4x.com/read.php?tid=64163
two versions, the original version, with pda check to install, and the version without the pda check. If you can't download, I can send you the files when I arrives at home.
Thanks to try.

xRay v3.0

xRay v3.0 (Freeware)
Requirements: PPC WM6 - look comments
Overview: xRay is a joke you can use to make your friends laugh. Using X-ray is incredibly simple! Just start the program, and while it runs, slide your mobile over your hand, following the movement of the hand on the screen. If you practice a bit this will give really funny results!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
http://www.youtube.com/v/c0YsQFgN3jc&hl=pt-br&fs=1
Download Instructions:
http://rapidshare.com/files/176616594/PortableXRay.Arm_1100__4K__v3.00.CAB
eVB Runtime if somebody haven't installed yet..
http://rapidshare.com/files/176617097/msvbppc.armv4.cab
looks fun, gonna have to try
wwwmmm link is dead....pls fix it
Done... sorry
cant install the eVB program man...get a msg on my mobile that it cannot b installed..n without that program the x ray app wont work...any fix?
is working on mine.
100%
nice
cant wait 2 try it on my htc touch hd
Thanks man! awesome! Best thing i have put on diamond!!
is it just a video or does it recognize really where it is on my hand with the camera?
nightwolf21 said:
cant install the eVB program man...get a msg on my mobile that it cannot b installed..n without that program the x ray app wont work...any fix?
Click to expand...
Click to collapse
If you have installed 17661659..._4K__v3.00.CAB, then uninstall it and reinstall it again. And don´t install msvbppc.armv4.cab, you don´t need it. It works. ;o)
jose.porsche said:
If you have installed 17661659..._4K__v3.00.CAB, then uninstall it and reinstall it again. And don´t install msvbppc.armv4.cab, you don´t need it. It works. ;o)
Click to expand...
Click to collapse
i have no evb installed before und i cant install this from the link.??
i foun donly versions for wm 2003??
How it's possible to use on a Diamond, that doesn't have any hardware button to press?
Many thanks.
Ciao, Andrea
Genius2000 said:
How it's possible to use on a Diamond, that doesn't have any hardware button to press?
Many thanks.
Ciao, Andrea
Click to expand...
Click to collapse
just take the enter button, works fine with it if you use the volume buttons the app crashes ...
reppi said:
just take the enter button, works fine with it if you use the volume buttons the app crashes ...
Click to expand...
Click to collapse
Many thanks for the hint.
Ciao, Andrea
chaos_taker said:
i have no evb installed before und i cant install this from the link.??
i foun donly versions for wm 2003??
Click to expand...
Click to collapse
Did u get the missing file error on visualbasic install? Change ur regional setting to english then instal evb then change region back. [Start/settings/system/regional]
haha...installed it now...but how does it work?wat to choose in the config section?i get a black screen when i press scan...hmmm
to bad for me, this program doesn't work. i have installed it and i can't use this program because i don't know where to find it in menu.sorry
Originally Posted by chaos_taker View Post
i have no evb installed before und i cant install this from the link.??
i foun donly versions for wm 2003??
Did u get the missing file error on visualbasic install? Change ur regional setting to english then instal evb then change region back. [Start/settings/system/regional]
Click to expand...
Click to collapse
the installation failied at the end. no more hints...
Only getting a xray mark of a finger
Hello i have installed the application
And indeed you do not need the VB.
Only when i started it crashed the first time. I have re
ïnstalled it and it was solved.
Only i'm getting a glimp of my fingers that's it.
When I press enter nothing happends and the hardware key performs to increase/decrease the sound so this is impossible that it works somewhere else.
Or it should have been tweaked with the softkeys.
Glad to see a portuguese around here!! Cool app!
Cheers!

HTC_IME (custom keyboard) for Tattoo.

the guys in this thread have put together an awesome keyboard replacement. however, because of Tattoo's small resolution, even the low-res version looks like this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I don't know how to modify the keyboard so it would work on Tattoo, but maybe someone else can. please go to the original thread if you think you can help developing the app.
+1 would be cool!
I also posted in the original thread... I hope someone fixes it! =)
Same here. http://forum.xda-developers.com/showthread.php?t=655363
For a while I downloaded other keyboard....
Maver|ck said:
Same here. http://forum.xda-developers.com/showthread.php?t=655363
For a while I downloaded other keyboard....
Click to expand...
Click to collapse
I uploaded the files in that thread, in case you still need them.
shears said:
I uploaded the files in that thread, in case you still need them.
Click to expand...
Click to collapse
Hey Thank you. Let me see if that works
No, It doesnt work . I got this messege Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES]
How did you install it ?
You have to push it with ADB.
Im doing this:
Code:
adb remount
adb push HTC_IME.apk /system/app
adb push Clicker.apk /system/app
adb install -r HTC_IME.apk
adb install -r Clicker.apk
adb reboot
You don't have to install it ! Just reboot and it's done.
I did it. it keeps the huge keyboard
This is how my keyboard looks, its hard to tell but each letter is a little bit vague but it works ok... i would like to know if anyone else has this problem, its almost like each letter looks hand drawn with a pen !!!
..
fixed
ignore my last post !!
was on wrong track.. tattoo res unsupported, in process of fixing now..
.
some news from that thread:
It's not technically difficult to port the mod to Tatto. However, I don't think that I will ever do it given what I have to work with now. I don't have the time to keep several code bases up to date (spare time project after all) so I must be able to share code bases between the different resolution versions. The two current versions are from Desire and Legend. They are essentially the same from a code point of view so it's feasible for me to keep them both updated. The current Tattoo version is an older HTC_IME generation with several differences in the internal logic. It's possible to port my hack one by one manually to the Tattoo version, but I don't have the time. The source code is posted so anybody who want's to start working on it can do so...
Click to expand...
Click to collapse
JoOoSs said:
You don't have to install it ! Just reboot and it's done.
Click to expand...
Click to collapse
Done. But it's not jus doing that. We need go to Application option and uninstall Update of Touch Input app.
Thank You every one
terminal 7 said:
ignore my last post !!
was using old version, the new one seems all fixed
.
.
Click to expand...
Click to collapse
Can I make you post a link?
I get Install_Failed_dexopt when trying to install?!
Well I can try mess a bit around with it... but it's smali files which isn't my strongest site, sadly
Mod. edit: not dev related, moved to general
though it would best match t&a, let me know when it's solved and I will move it accordingly then
I checked again the thread and in the first post there is no longer a warning that the keyboard doesn't work on tattoo.
however when i did a quick search though the pages i didn't find anyone who would successfully install the keyboard on tattoo. someone mentioned that it doesn't work correctly, but only in landscape mode.
i will try to install the latest (27) version later today and will post screenshots afterwards.
I've tried the newest v27 and the keyboard is still too great. No Screenshots there because nothing changed.

Package Installer (Wirelessly Install any Apk)

Install any .apk with a drag and drop.
Wirelessly Install any .apk to your device as well, with a simple double click.
Features
Cleaner Looking GUI
Wireless Install
Drag and Drop
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
New Version Available
update 4/18.2012
Version 3: Latest Stable Release
Download link: http://minus.com/mbb4f9Gd2r/
Wireless App Install
To install any .apk wirelessly to your device is super easy. First you will need to have "ADB Wireless" installed on your phone from the market.(Yes, it requires root) Then once you run it, it will give you the IP address of your phone, along with the port number.
Go into the settings menu of the Package Installer program and type in the info.
Then make sure the install via wireless option is checked, and you're good
older versions
Version 1:http://minus.com/mjLlapwey/
Should work on all phones and tablets.
Very nice , simple, but still very useful.
Sent from my MB860 using Tapatalk
haha thanks
jug6ernaut said:
Very nice , simple, but still very useful.
Sent from my MB860 using Tapatalk
Click to expand...
Click to collapse
Agree
Sent from my SCH-I500 using XDA App
Haha lol thanks again
Mac version?
Lol sorry...but I don't know objective c....lol only .net
andreigherghe said:
Mac version?
Click to expand...
Click to collapse
Wait scratch that...I may get to working on it
Another update soon to come.....just saying lol (Bump Maybe?)
Okay update complete..also simplified it down to a plain exe, no need for a wasteful installation package
Drag and Drop doesn't work on Windows Vista / Windows 7 if you elevate a program to ADMIN , ran into this problem with my program.
nightshack0 said:
Drag and Drop doesn't work on Windows Vista / Windows 7 if you elevate a program to ADMIN , ran into this problem with my program.
Click to expand...
Click to collapse
hmm, I've been able to get it to work just fine with and without admin. UAC should still be off for that to work.
Looks pretty useful. I was thinking of a way to get an APK install over a network/internet IP rather than locally. This looks more practical
nightshack0 said:
Drag and Drop doesn't work on Windows Vista / Windows 7 if you elevate a program to ADMIN , ran into this problem with my program.
Click to expand...
Click to collapse
Wow..really..I didn't know that. But that's only when you run the program as an administrator?
qberty said:
hmm, I've been able to get it to work just fine with and without admin. UAC should still be off for that to work.
Looks pretty useful. I was thinking of a way to get an APK install over a network/internet IP rather than locally. This looks more practical
Click to expand...
Click to collapse
Lol thanks haha.
nightshack0 said:
Drag and Drop doesn't work on Windows Vista / Windows 7 if you elevate a program to ADMIN , ran into this problem with my program.
Click to expand...
Click to collapse
Hmm..I couldn't replicate that issue..so maybe that's just from some programs..idk lol
Okay..I'm almost done working on my second application which will allow you to right-click any file and send it to your sd card. Can't wait.
Very nice & useful pretty simple though .
Don't seems to work with me.
New update available
filmaker said:
New update available
Click to expand...
Click to collapse
Are you using my library with this new release?
EDIT: Also, you may want to release this as an exe, not the installer package, as it doesn't really look like it's installing anything, just running from it.

Categories

Resources