Sharing this as im sure some of you will find use for it.
Have you ever gone through the "Activities" on your device, tried to open one and was met with this?
View attachment Samsung OTP Example.webp
Long story short, it gives you a "Key" to a OTP, that you must decode to use certain settings. I.e :
VoLTE/IMS Debugging
HD Voice Settings
More im sure.
Well heres the way to get the answer, have fun, be CAREFUL!!!
AS USUAL, I'm not responsible if you are an idiot and break **** or make the moon fall out of the sky. --k0mraid3
Click or tap HERE for the open source tool.
Its written in java, fully visible, feel free to use it on whatever.
Related
Hi All,
i'm trying to access the following site with my XDA Exec (HTC Universal):
http://www.sikhitothemax.com/new/Larree.asp?PageNo=1
ignore the fact that it is another language. as you'll notice, when you hover over the text, a broken up version of the sentence being hovered over appears towards the top of the window. when you hover over the arrows, the text will move up and down you can also enter a page number and jump foward. apart from going up and down pages, there is no clicking involved.
the problem is when i try to access this site on my XDA Exec, all i get are the two arrows and no text. i do get the page up and down buttons though which are active. i don't think it's a font issue because if it was i'm sure i'd get the text mangled-up but there nonetheless anyway...
as a shot in the dark, i installed Macromedia Flash Player (i think 6 0r 7) and this works fine with sites that use flash but no joy with the site concerned - so i guess it maynot be a flash problem...
any thoughts - i'd really appreciate them...
thanks.
jagroop singh - newbie!
I think the problem is that Pocket IE can't run the java script which comprises the entire page. There is no flash and no plain text on it (right click in regular IE then select view source).
Sorry, but I don't know any fix for that.
At least they are building a site version specifically designed for PDAs, when they are done you will probably be redirected there automatically once you access the site from your device.
thanks levenum.
i think they opriginally planned to make the site more pda-friendly but its been a few years now - i guess they gave up on the idea...
any more thoughts anyone?
use another and real browser
pocket IE is a joke
I would be very happy this xmas if I can find an application like I describe below.
My request is simple, so simple I cannot find it anywhere! I've searched and searched and wasted hours online trying to find it to no avail.
I would like to find a file explorer application with an interface like the Search Today plugin that will search locally in the main memory and sd card but not only web pages; an application like the type-to-search function found in Initiate for Palm devices.
It can be either a plugin or a button-assignable application (even better!).
I want to be able to start typing a word in the Today screen (or anywhere else by pressing a button) and the application will look through EVERYTHING in the phone and show all the instances of that word/phase narrowing it down as I type, and once I find what I am after and click on it, if it is an application it will open it, if it is a file it will open an application by file association, if it is a phone number it will open the phone application, if it is a video file it will play it, and so on.
I'm not after skins or pretty intefaces that flip and turn or anything of the sort, I don't need any of that because I want to use my phone efficiently, because for me it is a tool not a show-off thingy to beat the iPhone. I want an efficient, plain and simple "search and you shall find" kind of application, with a small footprint, preferably.
Cubes are very nice to look at and some people spent heaps of time honing their skills in developing it but at times they bore me, sorry.
Is there anything available that will do what I need? Please?
I'm searching for the same thing! I know one but its exclusive to sierra voq smartphone: it's called myvoq
I sort of knew that it was not going to be easy to find but I am still hopeful that the great brains out there would have come up with something.
wovens said:
I sort of knew that it was not going to be easy to find but I am still hopeful that the great brains out there would have come up with something.
Click to expand...
Click to collapse
I have a wm2k3 rom from the Sierra VOQ which has the myVOQ in it... But I can't dump it... I get some "can't load compressor dll" when dumping it...
philocritus said:
I have a wm2k3 rom from the Sierra VOQ which has the myVOQ in it... But I can't dump it... I get some "can't load compressor dll" when dumping it...
Click to expand...
Click to collapse
Thank you but I think even if you managed to dump your ROM or copy the dll it probably would not have worked because I think the phone is a smartphone, i.e., no touch screen, am I right? I believe software made for smartphones cannot be made to work on touchscreen-phones.
But thanks for trying.
Regards,
w
I discovered the correct terminology for what I am after: "Predictive on-device Search" - see article here. But still no concrete results.
wovens said:
I discovered the correct terminology for what I am after: "Predictive on-device Search" - see article here. But still no concrete results.
Click to expand...
Click to collapse
I've found a few but only for s60 symbian phones...
not one for windows mobile.
Anyone know of a utility that will take a text file as input and spit out a simple GIF/JPG/PNG/BMP?
If there are none, plan B would be text-to-speech. Anyone know of a good one that sounds reasonably natural?
Thanks in advance!
if there are such options this is the search which will lead you to them
http://www.google.dk/search?hl=da&q=ocr+pocketpc&btnG=Søg&meta=lr=lang_da|lang_en
you can replace ocr with text to speach if you wanna search for that
One of us is misunderstanding...
As I understand Optical Character Recognition, it takes an image (which contains text) and extracts the text. I'm trying to do the opposite - take a text file as INPUT and OUTPUT to an image. (See attachment.)
BTW- I Googled this heavily before posting. Tons of Text2Image links, but everything I found was made for a desktop PC - not Pocket PC. And including "pocket pc" in the search criteria didn't help... lots of pages with Wintel Text2Image software that mention "Pocket PC" somewhere on the page.
Have you thought of using a fullscreen doc viewer (picsel comes to mind...) and a screen-capture mapped to a hardware button? It isn't automated, but it would get the job done.
larsuck said:
It isn't automated, but it would get the job done.
Click to expand...
Click to collapse
With mortscript, you can automate pretty much anything, right? Problem is, that really wouldn't get the job done.
Let me explain the application a bit better...
I use Wisbar Advanced Desktop extensively and I have a pretty sophisticated UI set up. I have a special page for weather, but I'm really not happy with *any* of the weather today plug-ins (and I think I've tried pretty much all of them!) So what I want to do is pass 2 or 3 URLs to mortscript, have it read the file in, parse out the stuff I don't want, leaving me with text that gives me the precise details I do want. I then convert the text to an image file, saving it with the same name ands size every time (e.g. currentconditions.gif - which is already set as a positioned element on the WAD virtual page.) I do the same with extended forecast and surf report (I live at the beach in SoCal) and tell mortscript to go out and update this once per hour. Then, when I go to my weather page, I get exactly the info I want (including sunset time, water temp, UV index, etc.) and my info is no older than 59 minutes.
I'm starting to think that I should just do this server-side... maybe I can find a text-to-image script using php. Hmmmm...
Hi all, so I have found out about this F-A-N-T-A-S-T-I-C (yes all caps to emphasize it's fantacticness) called "PSR.exe" found in Vista and Windows 7
PSR.exe stands for "Problem Screen Recorder" and it does more than just that.
To begin:
Start > PSR.exe > Enter ... the show begins
I'm a PC, so I love this feature.
Videos are great, but they seem to always be inconvenient to make and edit, and frequently the video seems to contain many long waiting parts.
with PSR you can start it up, go through activities, and then stop it, and it saves your file as a MHTML file abd really low file size.
There is also more great things about this....
It records your activities and types them up for you
It highlights the area of focus automatically
It can be played as a slideshow
It saves as a zip file
You can still edit the shots and add comments
Now not only is this great for someone to record problems and show you, but the reverseis true...you can record "How To's" much easier and quicker and post guides.
Combine it with the Free Sparus EveryWan Personal edition WinMo Controller/viewer, and you can show someone how to cook, install, etc.etc.etc...
Take a look at this quick example
wow, thats nifty.
I have an HTC touch Pro, this bad boy (thanks to xda) can do everything. Even my taxes. I am working in college with CNC programming and 3d parametric modeling, i am sending drawings around all the time but I need to be at a work station to view the models. I use the 3dpdf option to display models in presentations, and thought that it would be efficient to use this on my phone(to show professors, other students, and potential employers) but adobe reader le 2.5 just posts "enable 3d view mode." to witch i can not find an option to do, I know this software is lite and has limited scope but it would be cool if i could get some direction or even an answer to how i could get this working. I know this phone has the power to run a 3d model, i just cant seem to get it to display 3d files in any form what so ever.
could you post a 3d file so i could take a look into getting it workig?
http://www.sendspace.com/file/akvqpb <-- this is a quick model that i did for a friend, just to show what solidworks can do. If you open it in adobe you should be able to twirl the model around. I can add dimensions and views later if you desire but i think this should get you going. thanks in advance for any time you put into this.
On a side note the site i used to host this file uses a lot of advertisements, the link is at the bottom of the page for down load, if you have another site that you would like me to up load it to shot me a link and ill get it done asap.