Tricks and tips at Samsung Eternity forum
Find Your Forum
  
Welcome, Guest. Please login or register.
Did you miss your activation email?

News: Click here to check out our network of cell phone forums
Samsung Eternity Forum  
Join now and get hottest ringtones         Find Free New AT&T Cell Phones
         Screen Protection         Cheap Mobile Phone Accessories
Pages: 1 ... 14 15 [16] 17
Print
Author Topic: HTML, javascript, speed dial, shortcuts, custom front end  (Read 34162 times)
javagirl
Pro Member
***

Cookies: 17
Posts: 423



« Reply #225 on: October 20, 2009, 07:54:03 PM »

the unexpected failure is when the address is valid but the command doesn't have any code and the samsung engineers just threw an unexpected failure rather than code any behavior. As far as the jad stuff goes you just can't add this stuff to the jad and expect it to behave. The app itself needs to support the chapi jsr. Chapi is the content handling api. It's not going to happen. You are better off pursuing the smb browser which does launch apps and exists inside the phone, see my previous post somewhere.
Logged
Ian426
Pro Member
***

Cookies: 2
Posts: 179


« Reply #226 on: October 20, 2009, 11:04:06 PM »

Okay; thanks, all.

Quote
The app itself needs to support the chapi jsr.

Bummer, there... but thanks, that's the sort of thing I was wanting to hear, one way or the other.
Logged
javagirl
Pro Member
***

Cookies: 17
Posts: 423



« Reply #227 on: October 25, 2009, 09:38:24 AM »

You can add shortcuts to your Orb playlists and albums to the front end, all with a nice little icon.
Unless your musical tastes stay relatively unchanging this may not be the thing for you as it's slightly more complicated than moodio for example.

First I suggest you make up a page of icons and shortcuts by copying a previous page. Replace the icons with icons for the playlists you are going to shortcut. To get the address of each shortcut access your orb page from a computer that is not the one running orb. Sign in, click a playlist or album and when the popup box player shows, grab the address from the address box. This is a long string of random characters but it is the unique address to your playlist. Save it to notepad or somehow enter it into your orb shortcut htm page as the link.
Rinse and repeat.

When you click on it from the phone you don't need to sign in, it will automatically play. I was hoping to get a link to the playlists folder but it doesn't seem accessible, this is the best I can find at the moment.
Logged
javagirl
Pro Member
***

Cookies: 17
Posts: 423



« Reply #228 on: October 27, 2009, 01:27:01 PM »

Here's an addition to the html front page that makes the best of that annoying button in the lower right which switches between full screen and address bar. Based on the principle that if you can't beat 'em have a drink with 'em here is a bit of code which places four more icons down there to look quite neat.

Put this section of code in your .htm page -
Obviously, change the links to point to your own pages and images

<a href="internet.htm"><img class="fixed4" src="images/internet.jpg" alt="internet" /></a>
<a href="messaging.htm"><img class="fixed3" src="images/messaging.jpg" alt="messaging" /></a>
<a href="orb.htm"><img class="fixed2" src="images/orb.jpg" alt="orb" /></a>   
<a href="phone.htm"><img class="fixed1" src="images/phone.jpg" alt="phone" /></a>


Put this in your stylesheet page or between <style type="text/css"></style> tags in your htm page. -

    .fixed1
        {
           position:absolute;
           top:333px;
           left:15px;
           width:30px;
           height:30px;
           
        }
        .fixed2
        {
           position:absolute;
           top:333px;
           left:60px;
           width:30px;
           height:30px;
        }
        .fixed3
        {
           position:absolute;
           top:333px;
           left:105px;
           width:30px;
           height:30px;
        }
        .fixed4
        {
           position:absolute;
           top:333px;
           left:150px;
           width:30px;
           height:30px;
        }

This puts a row of four icons along the bottom all the size of that fullscreen icon all neatly spaced.
NOTE - you will have to adjust the css stuff (the stuff in the .fixed{} code) depending on the magnification you have your browser set to, I have mine around midway - I think it's the default.

With nice looking icons it looks quite neat!
Logged
vxjester
Newbie


Cookies: 0
Posts: 4


« Reply #229 on: October 30, 2009, 03:05:17 AM »

just wondering if anyone has made any progress with launching an app with the loader yet. i've been away for awhile.
Logged
rumiko
Newbie


Cookies: 0
Posts: 11


« Reply #230 on: October 30, 2009, 10:00:33 PM »

i have i use javagirls layout, like i siad i have a friend who did it idk how im to much of a noob but some things he said when you click the link (thats all it is) its goes to app bc you have to wright the path and it went something like this java folder then games and apps then whatever you wanted on the screen any game you have or app mine works fine and kinda fun bc i can slide the screen back and fourth like the i phone. kinda nice thanks java girl for the layout
Logged
rekcah
Pro Member
***

Cookies: 8
Posts: 196



« Reply #231 on: October 31, 2009, 08:43:39 AM »

i have i use javagirls layout, like i siad i have a friend who did it idk how im to much of a noob but some things he said when you click the link (thats all it is) its goes to app bc you have to wright the path and it went something like this java folder then games and apps then whatever you wanted on the screen any game you have or app mine works fine and kinda fun bc i can slide the screen back and fourth like the i phone. kinda nice thanks java girl for the layout

Are you saying that you can launch games and apps?  If so, upload your htm file.
Logged

"Time is never wasted when you're wasted all the time."
Jacob13Green
Newbie


Cookies: 0
Posts: 1


« Reply #232 on: October 31, 2009, 02:01:10 PM »

yeah, what he (Rekcah) said. Upload that htm.
Logged
Ian426
Pro Member
***

Cookies: 2
Posts: 179


« Reply #233 on: October 31, 2009, 10:26:45 PM »

i have i use javagirls layout, like i siad i have a friend who did it idk how im to much of a noob but some things he said when you click the link (thats all it is) its goes to app bc you have to wright the path and it went something like this java folder then games and apps then whatever you wanted on the screen any game you have or app mine works fine and kinda fun bc i can slide the screen back and fourth like the i phone. kinda nice thanks java girl for the layout

You, my friend, will be bombarded with cookies if you can upload said .htm.... I look forward to seeing what you've got.
Logged
Disturbed
Computer Tech.
Hero Member
********

Cookies: 6
Posts: 1197



« Reply #234 on: October 31, 2009, 10:38:30 PM »

I think the guy who is saying that he got apps to launch is full of it.

Anyone here tried using Dreamweaver?
I just started using it for my website I'm putting together, and it's pretty awesome.
No coding involved, you just type, and place things the way you want them to show up on the actual page. Though, you can switch to coding at ANY time to change things.
Logged
bulldogn7
Pro Member
***

Cookies: 8
Posts: 134



WWW
« Reply #235 on: October 31, 2009, 11:39:23 PM »

I think the guy who is saying that he got apps to launch is full of it.

Anyone here tried using Dreamweaver?
I just started using it for my website I'm putting together, and it's pretty awesome.
No coding involved, you just type, and place things the way you want them to show up on the actual page. Though, you can switch to coding at ANY time to change things.
Yep i use Dreamweaver. I use it to do most of my coding. I like how you can write the code then flip to image view to see how it looks  before saving and trying in your browser.
Logged

Ian426
Pro Member
***

Cookies: 2
Posts: 179


« Reply #236 on: November 01, 2009, 09:11:23 AM »

I think the guy who is saying that he got apps to launch is full of it.

Quite possible...but I'd rather give him the benefit of the doubt until he proves otherwise...
Logged
Wings80
Sr. Member
****

Cookies: 1
Posts: 568



« Reply #237 on: November 01, 2009, 11:48:56 AM »

I think the guy who is saying that he got apps to launch is full of it.

Quite possible...but I'd rather give him the benefit of the doubt until he proves otherwise...

Give him some time to return here and then we will see.
Logged

Never argue with an idiot here. They will bring you down to their level and beat you with experience.
javagirl
Pro Member
***

Cookies: 17
Posts: 423



« Reply #238 on: November 02, 2009, 12:10:03 AM »

while we're waiting for the secret codes here's a javascript clock

it's just a blank black page with a clock.

Customize the page by placing your links etc. in main.htm below these lines

<div align="center">
<br /><br />
<iframe frameborder="0" border="0" src="clock.htm" width="100px" height="100px" top="30px" left="70px"></iframe>
</div>
... your stuff here

you can alter the position in the page by removing or adding to the <br /> and changing the left attribute in the iframe tag - the top doesn't do anything in the netfront browser but I left it in.

you can change the image to one of your own choosing - if you make a larger image make sure you adjust the size of the iframe above and change the settings in clock.htm on the first line.

put main.htm and clock.htm in your 'my stuff' folder, put clockface.jpg in your Images folder - a subfolder of the my stuff folder, load the page by clicking main

if these instructions don't make sense that's because I'm tired, LMK.

The clock code is standard javascript code which is all over the internet - I just ripped out all the crappy stuff and stuff which isn't pertinent to the phone, modified it for the phone and gave it a new background.
« Last Edit: November 02, 2009, 12:28:43 AM by javagirl » Logged
rumiko
Newbie


Cookies: 0
Posts: 11


« Reply #239 on: November 07, 2009, 11:15:10 PM »

hello guys srry ive been busy with school. My friend cory he did it, i can ask him to write a detail guide if that helps bc i have no idea i just showed him what everyone was talking about and he said o that easy so he did it. he went to school for coding and is a coder for micorsoft. im srry if it got peoples hopes up, but i will ask him to write one but it took 2months for him to look at my phone lol. if there is anything that i can do let me know.

p.s thank you letting me post (hes very busy)
Logged
Pages: 1 ... 14 15 [16] 17
Print

Jump to:  

Got a new phone? Find the forum here


Related Topics
Subject Started by Replies Views Last post
SPEED DIAL.. SORTA
Samsung Eternity
olddudeoncrack 4 442 Last post June 19, 2009, 02:17:49 PM
by olddudeoncrack
Does this phone have speed dial?
Samsung Eternity
gnx547 2 536 Last post September 04, 2009, 11:43:39 AM
by nunya
I found a way to use Speed Dial on your phone
How To....
craig38 8 1125 Last post September 06, 2009, 06:36:42 PM
by f0r71fy
Speed dial proof of concept (updated and corrected)
Samsung Eternity Hacks and Tricks
javagirl 7 1186 Last post September 19, 2009, 12:17:14 AM
by pmankow
Can I Transfer Speed Dial Widget From Impression to Eternity???
Samsung Eternity Hacks and Tricks
OG74 3 916 Last post October 05, 2009, 12:16:55 PM
by Agoattamer




Galaxy S3 | Galaxy Note | Galaxy Nexus | Kindle Fire | Atrix 4G | Motorola Xoom | Windows Phone 7
Nokia Lumia | Tech Support Forum | Top Hosts | Samsung Galaxy Tab | Samsung Galaxy S2 | Samsung Galaxy S | Samsung Wave
HTC Evo 3D | HTC Evo 4G | HTC Incredible | HTC Incredible 2 | HTC Incredible S | HTC Thunderbolt
Motorola Droid Razr
| HTC Desire | HTC Desire HD | HTC Desire Z | HTC Desire S | HTC Wildfire
Motorola Droid | Galaxy Indulge | Nokia N8 | Droid Charge | Droid X | Droid X2 | Droid 2| Droid 3 | Fascinate
HTC Sensation | HTC Flyer | LG Revolution | Asus Transformer | Xperia Play | iPhone 4 | Nexus S | Droid Bionic
HTC One | HTC Wildfire S | HTC Droid Eris


This is an Un-Official fan based Website. The views expressed on this website are solely those of the proprietor, or contributors to the site, and do not necessarily reflect the views or opinions of the parties it covers, and is not affiliated with, endorsed or sponsored by parties involved.
If you have a problem with any of the content posted on this website, please contact "mobile@vssupportqueue.com"
Term of Use | Privacy Policy | BlackRain 2006 by, Crip














CopyRight 2008 www.Samsung-Eternity.com
Powered by SMF 1.1.11 | SMF © 2006-2007, Simple Machines LLC