[Q] Pin Code Kepper app like this, is there one? - Desire Themes and Apps

I used to live in Denmark where the banks provide you with a coloured wallet card on which you write a load of numbers including your 4 digit pin however, only you know the location of the four numbers you need.
I have seen an iphone app or two that do the same thing:
http://www.mochasoft.dk/iphone_pin.htm
or
the HideYourPin app on this page http://bragoszewski.com/iphone/
Basically I would love to know if there is a similar app for the Android platform.
Regards
David P

If this isn't already available, if someone can make it (preferably like the top link in the post above) I would be eternally grateful and you never know, it could make you a few bucks on the market as well
Cheers
David P

I agree, that would be a nice app.

good idea... i think it's not very hard to implement... i will try it this weekend

troedi said:
good idea... i think it's not very hard to implement... i will try it this weekend
Click to expand...
Click to collapse
Fabulous and thanks in advance for trying

did you get my PN last friday? i have a first version that needs to be tested, an translated to correct english

just seen the message and am grabbing it now. Will test and get back to you by tomorrow
Thanks again
David P

@troedi,
It looks great and I wouldn't even change the english within the instructions very much. I will send you via PM later on today any changes I think would be benefificial regarding the wording.
How difficult would it be to have multiple patterns? So you would start the program and then have a list of your saved PINS, one per pattern, and selecting the required PIN opens up the appropriate pattern for viewing or editing?
Regards
David P

An absolutely brilliant idea!
And, could you possibly make this an 'open' beta? I would love to start using this.
Thanks.

beartiger said:
@troedi,
It looks great and I wouldn't even change the english within the instructions very much. I will send you via PM later on today any changes I think would be benefificial regarding the wording.
How difficult would it be to have multiple patterns? So you would start the program and then have a list of your saved PINS, one per pattern, and selecting the required PIN opens up the appropriate pattern for viewing or editing?
Regards
David P
Click to expand...
Click to collapse
thanks for your comments! i think it isn't very difficult to manage more than one pattern. should be realisable in a few hours! as far as i can remeber i've coded the app well-structured enough.
@LukeHandle: i will send you a pn in the next minutes

Why didn't you post it here, so we can all be beta-testers and thus the app will be out sooner?

ok... you've convinced me
http://dl.dropbox.com/u/2817943/Pin%20Code%20Keeper_beta.apk

Let me know when you have the multi pattern version up and i'll give that a test too and well done, looking great so far
David P

ok, gonna give it a try and post back

Any news on a multi pattern version of this app? I couldn't find fault with your help text so far hence not sent any PM with verbiage.
Looking forward to testing the latest version once it's ready
David P

the multi-pattern version is nearly complete, but there are little bugs when saving a pattern! but i can't spend much time on the app the next two days. I think the app will be ready for testing on friday evening!!

oooo nearly time for more testing

>>> Here it is <<<<
Enjoy testing my app and please tell mi if you think it's ready for the app market
_________________________________________
Edit: download link removed -> use market to download. Look for "Pin Code Keeper"

Downloading and installing now
Thanks again and will feed back shortly
David P

Instructions are great.
2 things to mention though:
1. It wouldn't install over the top of the previous version even though it identified that it was an updated version so I had to uninstall the old and install the new.
2. Might I recommend that on each patter, net to the Pin Code Kepper in the title bar, you also add the pattern name given when a user edits the words "New Pattern" to something to better remind themselves?
So the title bar Might look like this (see attachment)
Kind Regards
David P

Related

Opinions and ideas on the upcoming beta!

Okay,
I have this problem where I am never pleased with anything I do, so I keep trying to improve it and improve it even further. The time has come.
I have been coding the new features for my website (www.touch-innovation.com) and here is the list I have thought of and has users suggest via email:
- Live submit (Submit directly onto the site... instantly. With lots of security though )
- Screenshots on category lists
- Download names instead of random hash.
- Add comments to news sections
- And lots of admin panel updates which you don't need to know about
Another thing is, what do you think of the design. Does it need a re-design? Does it need to be minimilsed or what not?
Help me out come on, throw me some ideas!
<3
dude, this sounds great
all of those features sound like excellent additions. good work on the coding
no, the site looks fine the way it is
Why do you want to change that site it's clear easy to use and looks cool
Because people have complained about the fixed backgrounds on the left and right. I was thinking of making them a bit thinner to make more room for content and shiz.
Thanks for your compliments, so you don't have any other feature requests? And the Live sumbmission idea, would anyone use it?
Thanks again
Anyone with a decent knowledge of php drop me a line. I'm having problems editing filenames on the fly (sounds easier than it is trust me, complex scenario).
The one and only thing I'd like to see changed? Not use javascript when clicking on applications to take you to their detail page. I get annoyed when I can't open it in another tab
It only uses javascript for the onhover effect and to make the whole td a link. If you want to open it in the new tab, just right click on the name (which is a hard link, for people without javacript).
It's been like this since first release, I did it just incase of no javascript
Napbree said:
Anyone with a decent knowledge of php drop me a line. I'm having problems editing filenames on the fly (sounds easier than it is trust me, complex scenario).
Click to expand...
Click to collapse
I guess I need more specifics, but a nice little loop with the function rename() should do the trick. I am sure you have looked at some resources, but the php.net site is great, here is rename with tons of good examples, some of which I have used in the past:
http://us.php.net/manual/en/function.rename.php
Hope this helps, FYI the site looks great!
Gudy
Thanks, rename isn't on the fly though. I'd have to rename it, then let the user download it... wait till the user has downloaded it, and then rename it back. And what hapens if someone else trys to download it in the proccess of this, they'll get a 404 for the file. I'd have to copy to a new location and do it that way. No point, I need on the fly not permanent. Normally I would use the rename function but it's not helpfull in this sutation.
I just need to play with the headers for a while and get them working .
Thanks for your help though
And thanks for the compliments.
Napbree said:
Okay,
I have this problem where I am never pleased with anything I do, so I keep trying to improve it and improve it even further.
Another thing is, what do you think of the design. Does it need a re-design? Does it need to be minimilsed or what not?
Click to expand...
Click to collapse
hell yeah, I know that feeling...I´m never pleased with my designs as well
And no, it doesnt need a major refresh yet but try to make the background a bit lighter so the whole site gets a bit more contrast. Just lighten up the background by 10-20% or so and show us what it would look like
And tell me if I´m wrong...but "Touch friendly programs for the windows mobile" sounds extremly strange, what about leaving the "the" out ?
regards,
Martin
Napbree said:
Thanks, rename isn't on the fly though. I'd have to rename it, then let the user download it... wait till the user has downloaded it, and then rename it back. And what hapens if someone else trys to download it in the proccess of this, they'll get a 404 for the file. I'd have to copy to a new location and do it that way. No point, I need on the fly not permanent. Normally I would use the rename function but it's not helpfull in this sutation.
I just need to play with the headers for a while and get them working .
Thanks for your help though
And thanks for the compliments.
Click to expand...
Click to collapse
I didn't understand what you needed, and I think now I do, you want to change the name as someone is downloading a file correct? If so, check this sample out, modify the header section as needed, ie this line:
header("Content-Disposition: attachment; filename=\"$file\"");
you could do any type of processing on the name you need, then just pass the string like above. Here is the link to the rest:
http://apptools.com/phptools/force-download.php
Hope this helps
m.schmidler:
Thanks, I'll try that now. And the "The" bit... Well it makes it sound like it's the only decent phone - aka unlike iphone . Its pronounced th-eee not th-u. So it sounds slightly different.
Get what I mean?
mjg7876:
I've been looking into the disposition header for a while, but the way I currrently download files is quite simple but to interlock these 2 things togeather is complex. Especially considering I will need to do checking, exploding (for the file extension) and redirecting if it's not hosted on the server. I make things too complicated lol.
Thanks for your help guys btw
Anyone else?
Is it me or does the logo from this site in this post look very similar to yours?
http://forum.xda-developers.com/showthread.php?t=441647
Great Site
I love your Site. In my opinion : it doesn't need any re-design.
But i do have one suggestion : it would great to have your tables with worting features.... One could just click on the title of one column and it would be sorted.... Understand what i mean ?
Thank for your work.
Thanks for your kind words
And btw, you can already sort them (programs list only atm). Simply click on the title, download, views, etc. and it will resort.
Try it
BTW: That logo looks like a skeleton version of mine :/. There's everthing thats on mine, just minimilised! What's going on? :/
ATM work is up to my eyes, so I've had to slow down on the development. It's not something I can rush due to security.
Any more suggestions I will be more than greatful

[dev] "fake call" freeware [coding]

Attention:
The Release is Here
I do alot of skinning but finally decided to jump in and try and actually create my own program, and i need a little help
Some of you may be familiar with trinket softwares "fake call." If not you can do a quick read up with this link.....
http://www.trinketsoftware.com/FakeCall/
I am in the middle of developing something similar but a freeware version (if you didn't know the software isn't freeware any longer) I had put a very basic but working program together in basic4ppc, i then found out i had to buy the software to compile the program. Since i already own visual studio 2008 i decided i would go ahead and try to rewrite my program in vs.
I have completed my design, but i need help with the code....
i need a help with-
"sound" - i obviously need to be able to play sound, i have looked in ms help in vs and they provide some keywords but i am getting errors when i debug.....
-how to load images from an xml file- (in need code for the call)
These will all get me rolling and allow me to release a beta......
I'm getting closer and closer
Because everyone has a different dialer or "incoming call screen," i have decided the best way to go about your fake call is to allow people to select a screen shot and a sound of their choice, creating a very customized realistic experience for every phone (as it would look just like the dialer on your phone) without having to input an obsessive amount of information. (caller name, picture, ect..)
thanks for your help in advanced
THANKS TO-
MRABIE
Attention:
The Release is Here
Wow, this is great. Ya, since fake call is no longer free this is a very amazing idea. I know a lot of people here will help you. We just have to wait. =)
Great idea, I downloaded that app a while ago when it was posted and was rather disappointed to find out it was fake freeware. A couple of suggestions, the aforementioned app would use the default ringer. The suggestion seems pretty simple from a logistics point of view but may be more difficult to program than I would imagine, when selecting a person with a ringer other than default associated use that one. Maybe have a call timer that will stay up and count until the end button is tapped. Hope this helps.
I didn't realize that the other software had gone commercial. Thanks for stepping up!!
bump............
What programming language are you using, considering Visual Studio supports several.
In vb.net your Wait method could be replaced by Sleep(milliseconds). Documentation. I am not sure, however, it this method is included in the compact framework, assuming that's the one you are using. Hope this helps somehow.
Full .Net documentation can be found here.
I am using .net but may consider rewriting again later after getting a release to rid the program of dependacy on the .net framework.
I Have updated the list, as i have gotten some stuff already figured out thanks to different people on the forums, THANK YOU
If you guys can help me out with this other stuff it would be greatly appreciated
Whoa!
Trinket Software is practically giving away their apps!
http://www.trinketsoftware.com/xdadevoffer.aspx
selfdestrct said:
Trinket Software is practically giving away their apps!
http://www.trinketsoftware.com/xdadevoffer.aspx
Click to expand...
Click to collapse
thanks for posting.
just as a reference, there's something called DOWNCALL which is free and simple.
edit: my bad, this calls someone at a scheduled time.. doesn't fake a call.
this is nice of trinket but will only last until the 24, and is really only supposed to be for our webpage.
UPDATE:
i'm working on xml now
still need help with sound
did this die out or is it still in development?
jhw549 said:
did this die out or is it still in development?
Click to expand...
Click to collapse
Yeah, I'm curious to know as well. Thanks.
Heres an app I use called PhoneyCall
http://www.aimproductions.be/titleview_comingsoon.php?title=PhoneyCall

W I N D L Es To Do List

I'm on a mission! These are the things that I want to change on my x1. If you know of a way to fix any of these then please please please let me know how.
Here they are in no particular order
1) Auto Que text messages
By this I mean.... if I try to send a text message with no signal I get a big nasty red message saying something along the lines of Message Was Not Sent. Try again? and a loud annoying beep to follow
What I want...... Is to be able to hit send, jam the phone back in my pocket and get back to what I was doing. Happy in the knowledge that if I didn't have signal when I sent the message, it will automatically re-send as soon as I walk into signal.
2) Find a free way of making video calls (I can only get skype to make voice calls)
3) Skin the text messages or find a text message panel to make it easier to use and less ugly
4) Add a storage card shortcut to my start menu
5) Stretch the landscape pin entry to full screen
6) Get the OK button to actually cancel and close things
PROBLEM SOLVED With WkTASK I can hit the x button then select "close" or "close all"
7) Stretch the landscape keyboard to the full length of the screen
PROBLEM SOLVED With Finger Keyboard 2 the keyboard is stretched across the full length of the landscape screen. Plus I no longer have to sharpen my thumb nail to a point to be able to send a text message
8) Totally Remove today screen lines (not just change the color)
9) Play Game Boy Advance Roms in full screen landscape mode
10) Remove "today" and recent programs icons from the start menu.
11) Stretch the top right cross button
I have installed gtrabs SEX1 "F" series Task bar icons and I love them. id also like to stretch the x at the top right of my screen to twice its width. To make it easier to press.
PROBLEM SOLVED With WkTASK I have skinned the x button its not allot bigger but it dose make it easier to press.
12) Make it easier to change tracks whilst driving
I have a sat nav style phone holder that sticks my x1 to my car windscreen in landscape mode, with the buttons out. I connect my x1 to my car stereo and pump out the tunes via my car speakers. But with the media experience panel its so hard to change tracks without looking, the button is so small its dangerous
PROBLEM SOLVED The driving panel is more than what I was looking for it has mph, track shuffle, sat nav button, and perfectly sized volume, track skip, and pause buttons, Xuanlong got it to me 10 days before it was released!
13) Stop the experience panel changing color I want it to stay ocean blue
bump (Thread updated)
w.i.n.d.l.e said:
12) Make it easier to change tracks whilst driving
I have a sat nav style phone holder that sticks my x1 to my car windscreen in landscape mode, with the buttons out. I connect my x1 to my car stereo and pump out the tunes via my car speakers. But with the media experience panel its so hard to change tracks without looking, the button is so small its dangerous
PROBLEM SOLVED THANKS TO Xuanlong @ sonyericssonx1.proboards.com The driving panel is more than what I was looking for it has mph, track shuffle, sat nav button, and perfectly sized volume, track skip, and pause buttons, Xuanlong got it to me 10 days before it was released!
Click to expand...
Click to collapse
Where did you get the on the road panel from??
(Pre Release) On The Road Panel
(Pobierz = Download) right click, save target as. some people have problems downloading I managed to get it to work on Internet Explore. Other new panels here but are reported to be a bit buggy.
On the Road Panel looks great, but the navigation button/config does not work
Where can I get my TT maped to the button?
now, that's just lame... this problem fixed by someone @ sonyericssonx1.proboards.com... it sort of sounds like:
'the xda community has once again proven to be unfriendly and unhelpful but thanks god someone at proboards helped me out there, so why don't you guys and gals all come along and let's help ourselves by posting links to stuff that's on xda'
come on dude, you could have just read through topics on this forum to see what's out there that might be useful or used the search option, most of the issues you had and wanted resolved were quick hits
To make the reply box larger in messaging you can use Total Commander to search for and edit the file thread_sms.htm in the windows directory. It's a hidden file so make sure you have 'show all files' checked when you search for it
Look for this line:
<inbox:content id="COMPOSESUBECT" width="98%" height=35 spell focus count .. .. ..
Change height (in this case 35) to 70 and you get 3 lines for text replies. Just change the numbers and see what works for you and soft reset after editing the file...
Still an ugly interface but much easier to use. Mine is set at 140.
Sorry, but I had to post this. I saw the other shameless plug for your site on another thread as well and didn't bother to comment. I hate people who say "this looks like an ad" and "you should use search"... but this looks like an ad and you should use search.
I personally don't really care if you want to share your website with others, my only issue is that you should give credit where credit is due.
Might want to change your post to read "problem solved thanks to X @sonyericssonx1.proboards.com WITH solutions that could have easily been solved by using the search function from XDA developers" since most of those tools came from here anyway (apart from the driving panel. wktask is a japanese program, but it was adapted into english on these boards).
But to be honest, if you cant use the search function here, it's probably best to post elsewhere anyways.
PS most of your other points can be found here as well. Just use search.
mikebem said:
now, that's just lame... this problem fixed by someone @ sonyericssonx1.proboards.com... it sort of sounds like:
'the xda community has once again proven to be unfriendly and unhelpful but thanks god someone at proboards helped me out there, so why don't you guys and gals all come along and let's help ourselves by posting links to stuff that's on xda'
come on dude, you could have just read through topics on this forum to see what's out there that might be useful or used the search option, most of the issues you had and wanted resolved were quick hits
Click to expand...
Click to collapse
Classic QFT.
Like I said before, I have no problem with you and your board, but don't rub it in our faces every chance you get.
Again, most of these questions can be answered fairly easily using XDA search.
As I imagine it can be hard to do the storage card shortcut, I'll give you a hint on it. On your phone, navigate to \windows\start menu. There you'll find a whole lot of shortcuts. Copy and rename the extension one of them to .txt and open it. You'll see a nice and comprehensable path there. Adjust it, save and rename back to .lnk. You're all set!
For the shortcut problem (storage card): why don't you try the easiest way "copy"->"paste as shortcut" in File Explorer. That's the most standard way to create shortcut.
mikebem said:
now, that's just lame... this problem fixed by someone @ sonyericssonx1.proboards.com... it sort of sounds like:
'the xda community has once again proven to be unfriendly and unhelpful but thanks god someone at proboards helped me out there, so why don't you guys and gals all come along and let's help ourselves by posting links to stuff that's on xda'
come on dude, you could have just read through topics on this forum to see what's out there that might be useful or used the search option, most of the issues you had and wanted resolved were quick hits
Click to expand...
Click to collapse
jhoffa said:
Sorry, but I had to post this. I saw the other shameless plug for your site on another thread as well and didn't bother to comment. I hate people who say "this looks like an ad" and "you should use search"... but this looks like an ad and you should use search.
I personally don't really care if you want to share your website with others, my only issue is that you should give credit where credit is due.
Might want to change your post to read "problem solved thanks to X @sonyericssonx1.proboards.com WITH solutions that could have easily been solved by using the search function from XDA developers" since most of those tools came from here anyway (apart from the driving panel. wktask is a japanese program, but it was adapted into english on these boards).
But to be honest, if you cant use the search function here, it's probably best to post elsewhere anyways.
PS most of your other points can be found here as well. Just use search.
Click to expand...
Click to collapse
Damn you dudes are harsh. He has an awesome site. It's like XDA-dedicated to the X1. Give him a break?? He doesn't get paid for anything, and spends alot of time on that site; only to contribute to the X1 family.
And the comments of [email protected], come on?? No one here knows who some1 is if he just like posts 'xuanlong' or so, but he refers to one of the members of his site. I can tell you now that you wont find all of the contributors and be able to pm them if he just gives their nicknames?
Place yourself in his position before posting your 'comments'.
Have respect, keep your thoughts for yourself
AxE-mAn said:
he has an awesome site. It's like XDA-dedicated to the X1.
Click to expand...
Click to collapse
very very debatable... um, actually, very not true
Jeese, some of you guys are like spoilt little kids,
All this guy has done is to take some of his time to make a site dedicated to the X1 and simply gives you links to other websites that have some cool programs on them. It is actually very useful for people who dont have the time to go searching through all of the XDA site.
XDA is a good site but can be difficult to find things relating to the X1 specifically through the search when you only have 5 mins.
You guys are just slating someones hard work for no reason, if you dont like it then don't go to it and dont comment on it.
RESPECT!!!
markoc84 said:
Jeese, some of you guys are like spoilt little kids,
All this guy has done is to take some of his time to make a site dedicated to the X1 and simply gives you links to other websites that have some cool programs on them. It is actually very useful for people who dont have the time to go searching through all of the XDA site.
XDA is a good site but can be difficult to find things relating to the X1 specifically through the search when you only have 5 mins.
You guys are just slating someones hard work for no reason, if you dont like it then don't go to it and dont comment on it.
Click to expand...
Click to collapse
Ah wow dude, thanx. Someone actually understands and realises this dude's work. It's so much simpler to get around on his site.
I admit, nothing will beat XDA, but this site is dedicated to the X1, much more userfriendly and easier to find things.
All we need is more members and contributions, and that site might become the number 1 Xperia site.
Just take a look at his site. If you don't like it, your loss. And keep your comments for yourself. If you do like it, help out a bit!
Thanx for the GREAT site W I N D L E. Don't give up
thelucius said:
For the shortcut problem (storage card): why don't you try the easiest way "copy"->"paste as shortcut" in File Explorer. That's the most standard way to create shortcut.
Click to expand...
Click to collapse
Doesn't work on folders for me, just files.
---
As for you other lads who feel like being windle's knight in shining armor, you're behaving just as bad by "bashing" those who oppose his website. Not everyone has to like it, but they have just as much right to post they don't as windle has right to post about it in the first place. Basically, I'm pulling a "right back at ya" here - if you don't like their posts, ignore them!
Besides, he's still advertising his own site, with links to this site, on this site! Doesn't that strike you the least bit as odd?
w.i.n.d.l.e said:
3) Skin the text messages or find a text message panel to make it easier to use and less ugly
Click to expand...
Click to collapse
Resco Contacts. It'll reskin the dialer, the call registry, your contacts and messaging.
PointUI Pro (unreleased).
Touch-IT v4.5 - The new Touchflo pretty much covers over the Winmo interface entirely.
There the ones i've used, others might have other solutions. Touch-IT is the best, but of dubious legality. PointUI will be great eventually, but it's still in early stages. Resco is OK, needs work but it's perfectly useable and better than the standard Windows Mobile stuff.
mikebem said:
now, that's just lame... this problem fixed by someone @ sonyericssonx1.proboards.com... it sort of sounds like:
'the xda community has once again proven to be unfriendly and unhelpful but thanks god someone at proboards helped me out there, so why don't you guys and gals all come along and let's help ourselves by posting links to stuff that's on xda'
Click to expand...
Click to collapse
Gee, how could anyone find XDA unfriendly and unhelpful? I wonder... do you think... it could be posts like that?
Again, I love XDA, it's got good stuff, but all too often, on receives replies that are not friendly or helpful. My opinion is, if you dont have something worth while to contribute, dont bother replying, if it's just to tell them to search, or complain, etc.
And there's nothing wrong with giving a little credit where credit is due. I've seen plenty of links on other sites and blogs, crediting users at XDA in a similar manner.
Since you've already acknowledged some of XDA's perceived flaws, perhaps we could try to improve that image, rather than just taking shots at another site?
Angelusz said:
Doesn't work on folders for me, just files.
Click to expand...
Click to collapse
Strange. It definitely works works on my xperia with folders. I tried it before I wrote the comment.
Try smiley sms for the message skin.
mikebem said:
now, that's just lame... this problem fixed by someone @ sonyericssonx1.proboards.com... it sort of sounds like:
'the xda community has once again proven to be unfriendly and unhelpful but thanks god someone at proboards helped me out there, so why don't you guys and gals all come along and let's help ourselves by posting links to stuff that's on xda'
come on dude, you could have just read through topics on this forum to see what's out there that might be useful or used the search option, most of the issues you had and wanted resolved were quick hits
Click to expand...
Click to collapse
If somebody from xperiax1.net had helped me I would have put problem was solved by jimbobjoeorrob @ xperiax1.net and somebody had helped me on xda ect. just giving the credit to those that took the time to help me out rather than ***** about my posts.

CabCache - All the cabs in one place

Hi peoples,
I have had a windows mobile phone for years, mostly thanks to the support of people on here who have been able to answer virtually every question about tweaks, enhancements etc and therefore stopped me throwing it out of the window. I currently have an HD2 and, again thanks to the people on here, I love it.
The only problem I've had is being able to find the tweaks and CABs without trawling through pages and pages of forum speak.
so, I've created a site call the cabcache.
The idea is to make it easy to find the cabs and tweaks, through a simple search.
it's in its early form as it's going to take me a while to collate all the tweaks and cabs available, but I'm adding more and more every day. If you would like to help me build the site, please get in touch.
I've tried (and will strive to) give credit to everyone who owns the cabs and tweaks. If you see something on the site that isn't giving you the credit you deserve, please get in touch. Similarly, please get in touch if you see one of your offerings that you would like removed.
At the moment, you cannot upload your own cabs (removed due to previous abuse) but this will be re-instated shortly (about a week I think once I've reconfigured the code)
so, if you want to help me out, please PM me, or get in touch through the site.
many thanks.
very good idea
Have just checked out the site and it is looking very good so far. Clear, concise and easy to use, perfect.
A cracking idea which will save a lot of time.
Keep up the good work and I hope you get the support the site deserves.
this is a great idea, hope it realy takes off.
stemoneymonkey said:
this is a great idea, hope it realy takes off.
Click to expand...
Click to collapse
thanks guys. It's going to take a while to gather everything and get it on the site, but I'm working hard on it.
I don't mean to be a ****, but what's the difference between an offsite compared to a thread that beat you to the point already: http://forum.xda-developers.com/showthread.php?t=584415
lemonspeakers said:
I don't mean to be a ****, but what's the difference between an offsite compared to a thread that beat you to the point already: http://forum.xda-developers.com/showthread.php?t=584415
Click to expand...
Click to collapse
The only difference is that thread is currently 67 pages, making it difficult to search.
I just wanted to make it easier was all.
If you'd make use of some PHP + a database and integrate rate systems/upload features this could be pretty good.. Then it could also display screenshots, be categorized, reviewed, etc..
You could also make it device-specific categorized. Then you can ask the XdaMarketplace developers to integrate it into their app by creating an API and not only offer apps but also tweaks/sense mods for their phones directly.
Hi , even if you don't add loads of features as mentioned above, which would be great, as it it its very useful as a searchable portal to all the adjustments that can be made. I picked up on one already swype, that I hadn't seen listed thanks for that.
Hi,
firstly, many thanks for all the positive comments (and the couple of negative ones I've had lol)
All feedback is appreciated.
Logins are back!!
so you can now create a login and add your own CABs and Tweaks.
As before, if you have any problems, or notice anything that shouldn't be happening, please let me know.
Hi Thanks, just tried to register and got the following . I will keep trying. Many Thanks.
-2147467259
There was a problem submitting this form, please try again or email us directly --
Oooops...an error has occured. Details of this error have been sent to me and I will investigate, and hopefully implement a solution.
Please click HERE to return to the homepage
Si607 said:
Hi Thanks, just tried to register and got the following . I will keep trying. Many Thanks.
-2147467259
There was a problem submitting this form, please try again or email us directly --
Oooops...an error has occured. Details of this error have been sent to me and I will investigate, and hopefully implement a solution.
Please click HERE to return to the homepage
Click to expand...
Click to collapse
Hi,
I've been getting the emails advising me of the error. The issue seems to be that you haven't entered an email address in the registration form. This is needed so that I can ensure the registration is from an actual person. Your email address is encrypted in the db and is quite secure.
Microsoft JET Database Engine error '80004005'
Operation must use an updateable query.
/header.asp, line 30
Click to expand...
Click to collapse
I guess I can't access the site, can I
Grtz,
Degake
bugger,
apologies..I'll go investigate.
twisted-pixel said:
bugger,
apologies..I'll go investigate.
Click to expand...
Click to collapse
No problem man
I just wanted to let you know
Keep up the good work!!
Grtz,
Degake
degake said:
No problem man
I just wanted to let you know
Keep up the good work!!
Grtz,
Degake
Click to expand...
Click to collapse
ok..so it's not my bad coding!! the site has crashed...bloody hosting company!!
I'm really sorry to anyone who tried to register and got errors. I will have it back up and running soon.
twisted-pixel said:
ok..so it's not my bad coding!! the site has crashed...bloody hosting company!!
I'm really sorry to anyone who tried to register and got errors. I will have it back up and running soon.
Click to expand...
Click to collapse
That's bad news
I'm looking forward to see the site online again
Grtz,
Degake
ok..
working again now. Had to get hosting company to reset permissions on the site as for some reason they had reverted to read only, meaning the DB couldn't be written to.
great idea, would be great if this thread is notified of updates as and when they are added as i/we will receive a notification
It would be really useful if there was some way to see which phones the cabs are compatible with. Some clearly don't work with the HD2, though they probably to work with other handsets.

[development]Filgoal app

hi
i found an easy way to make quick apps for websites
it is in that link : http://developer.bada.com/badaforum/board/thread/view.do?boardName=tools&messageId=33230&startPage=1&curPage=1
i tried to make my first app right away
My first app is for Filgoal.com (Egyptian football news website)
that app is totally based on RSS feeds and a youtube Channel
after trying the app i found a serious bug
the bug is when you load the first line of the news it loads normally but when i press back and load the second line of the news it loads the first one!!!!
i found out that all the news are shifted by one
of course i don't know how to fix this so i attached the whole app and waiting for anyone who finds where the bug is and how to fix it
Thanks in Advance
Yes, i am trying to steel the way for the scrolling, it seems that this guy added the webcontrol on a scrollable panel. that could be the solution for my problem the other things, i don't know the code is to modular to check it quick out, sorry.
By the way this example is from arun.sd this guy send me the Premium Partner E-Mail as i entered it, i think he is one of the main bada developers, and he is realy good, respect.
ok i understand now
he is a big developer but he didn't notice that bug!!!!!
i really need anyone to contact him directly to tell me how to fix it
i already wrote on his twitter page,developer.bada thread but he is not responding
if anyone know him please contact him
Yes i have his e-mail don't worry have you tried the installer method or the one with the source code?
You could post to his topic on the developer page there he should look out sometimes
And by the way have you ever seen a programm without any bugs? I not.
Thanks larioteo
it is just one method completes itself
i posted in the topic already
i thought it should be bug free as it is in the tools and libraries section
i am angry because i already uploaded the app to the seller office and i need to fix it quickly before being refused
i'll wait for further info from you
Dont worry, have you forgotten the mail? they will delete it automatically. or you can also do, but one question have you try it with another site? i am also interestet in this info app, its cool, and the scrolling is that how it should be
Already tried it with several sites and the same bug exist in all of them
when i get it fixed i'll make a one for XDA of course
maybe you can make for you sites too and give it a try it is really cool with its youtube feature
yes i will take a look after the next voluntas update ok?
of course
here we are a free community
you can do what you want when you want
we don't force each other to do anything
Please don't hurt me^^
No i think a little bit politeness isn't bad. We are all here for the same thing, making bada more suiteable for us and others.
@mylove Application XDA for bada sounds wonderful, especialy for bada OS section.
e-mailed Arun and here is his reply
Thank you for your email.
I shall be away from office till Jun 2.
I shall attend to your email as soon as I return.
Thank you for your patience.
Regards,
Arun S Devarajan
Click to expand...
Click to collapse
so when he is back he will see how to fix it
@baza14
of course it is interesting too
i think it won't be approved at Samsungapps so i'll contact morata to help me with its installble package making
i'll make it from tomorrow
Yes this guy arun is cool, i couldn't imagine it that i got the premium partner state, he is fantastic.
@mylove90 you could give it a try, how, pn me
Already made XDA app put there is a bug also so it can't get data from RSS feeds on the bada forums
it now can get data from the portal,twitter and XDA TV
to me it is useless because it doesn't support bada in anyway(the whole world in it revolves around Android and WP7)
it is pointless to release it now
will try with Arun to find a fix for it too
P.S : you are a noob video is so funny
could you send me your sourcecode? i will fix your problem. please make a file called
Changelog.txt
and list all bugs in it that you have found, detailed when it apperas and what you have done to get it. I am a little bit confused, in the last time, i need this file
For the appbuilder itself i dont have enough time due to sdk2.
Sorry for being so stupid and not posting the source from the beginning
Actually if you fixed XDA app you will fix the AppBuilder
i attached the whole folder from the SDK
i was all that time waiting for Arun as he sent an E-mail from two days that he is so busy and will try to fix the app this week end but i don't think he will have any time for it
Thanks in advance
I know he is currently coding on bada 2 i think this is more important.
Got the fix for the app from Arun finally
i'll try it and report my feedback to him
Hej cool, he is fantastic, isn't he`?
Then you don't need my Services?, Mabe change the gui or icons, that it looks more in your wishes.
yes he is so cool
but said at the end of the mail if you faced any more problems don't come to me back
he is just too busy
still i need you
he just fixed one issue
the first one in the changelog file
maybe some polishing in the app would be nice too
it is yours now
take it seriously i have not done anything in it to take it as my app (just collected RSS feeds)
here is the indexing fix
Credit goes to Arun
1) Go to: XDA Developers\src\ListForm.cpp
2) Search for this function in that file: "ListForm::OnItemStateChanged"
3) Replace the existing code ["LoadArticle(index-1);"] with "LoadArticle(index);"
4) Compile + build the project
Click to expand...
Click to collapse
found another fix for the UI to make the Logo pic over the articles bigger to fit all that area
Credit goes to me this time
1)Go to XDA Developers\inc\Globals.h
2)Search for LOGO_MAX_HEIGHT
3)Change values as below
#define LOGO_MAX_HEIGHT 90
#define LOGO_MAX_WIDTH 480
4) Compile + build the project
Click to expand...
Click to collapse

Categories

Resources