Is there a way to change the browser that launches from the internet tab? It's default at Opera Mobile and even though I have Opera 9.7 as the default browser, it still launches the old one.
Thanks,
Marky
Best bet is to search the forum for the question.
Here is a link:
http://forum.xda-developers.com/showthread.php?t=548770
markyochoa said:
Is there a way to change the browser that launches from the internet tab? It's default at Opera Mobile and even though I have Opera 9.7 as the default browser, it still launches the old one.
Thanks,
Marky
Click to expand...
Click to collapse
Connect your phone to computer
open folder device storage\application data\manila\InternetPortal-en-us.xml
on your computer open notepad
drag the InternetPortal-en-us.xml file into notepad
this is how it looks:
<?xml version="1.0" encoding="utf-16"?>
<InternetPortal>
<BrowserExe>\Windows\iexplore.exe</BrowserExe>
<IncludeUserFavorites>False</IncludeUserFavorites>
<Banner
DefaultImagePath="\Windows\HTC\Assets\Images\InternetPortal\banner.qtc"
SelectedImagePath="\Windows\HTC\Assets\Images\InternetPortal\banner_selected.qtc"
Text="Launch Browser"
NavigateUrl="http://www.Google.com"
UrlText="GoOogl3"
Width="480"
Height="215" />
<OperatorLinks>
<Link
Text="PR Radio Station"
NavigateUrl="mms://38.106.70.66/reggaeton_live"
ImagePath="\Windows\PrFlag.png" />
</OperatorLinks>
</InternetPortal>
the items in red you can customized yourself by adding your own web address and name.
once your done you can file save as, save as type all files and
drag it back to device storage\application data\manila.
select yes to overwrite or replace.
you can also add more shorcuts by adding this formula and changing the red:
<Link
Text="PR Radio Station"
NavigateUrl="mms://38.106.70.66/reggaeton_live"
ImagePath="\Windows\PrFlag.png" />
if you add more shorcuts then makesure this is on the bottom:
</OperatorLinks>
</InternetPortal>
you can also add icons with jpg, png, bmp, ico extensions on device storage\windows. but make sure the imagepath root address is correct.
good luck!
My Quick Pic:
{
"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"
}
Related
Hi everyone,
So I'm a big fan of supercurio's work with Voodoo sound, but I'm also a semi-OCD theming/graphic design nerd, lol.
So I made a couple gingerbread style status icons, and found a way to enable them in the voodoo control app, and thought I'd share them for anyone else that's interested.
{
"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://dl.dropbox.com/u/9401664/stat_notify_icon.png
http://dl.dropbox.com/u/9401664/stat_notify_icon 2.png
Download whichever icon you prefer (please note, that the white space in both icons is actually "negative" space, so that will be transparent, and inherit the color of your status bar) and make sure its named stat_notify_icon.png
Then decompile the voodoo control app (I used apk manager), and browse to /smali/org/projectvoodoo/controlapp and open VolumeManager.smali
Change line 846 in VolumeManager.smali to:
Code:
const v9, 0x7f020002
Save and close that file, and navigate to /res/values and open Public.xml
Right after
Code:
<public type="drawable" name="icon" id="0x7f020001" />
Add the following line, then save and close:
Code:
<public type="drawable" name="stat_notify_icon" id="0x7f020002" />
Now copy the icon into /res/drawable-hdpi
Finally, compile, sign (zipalign if you want) and install.
Make sure you uninstall your old version first, or this will fail to install because of the signature mis-match.
Anyway, hope someone else likes this, and Supercurio is free to use either icon in the app if he wants.
Cheers everyone, =)
Hello,
I want to change background of Title Bar. I tried every possible png inside framework-res.apk, SystemUI.apk but I can't change it.
I've managed to change background image of Status bar but not the Title bar.
{
"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"
}
Please tell me the actual location and name of PNG.
Thanks,
Rahul
Rahulrulez said:
Hello,
I want to change background of Title Bar. I tried every possible png inside framework-res.apk, SystemUI.apk but I can't change it.
I've managed to change background image of Status bar but not the Title bar.
Please tell me the actual location and name of PNG.
Thanks,
Rahul
Click to expand...
Click to collapse
for your theme it's not a png ...you got to change the xlm (systemui.apk) and the name is :
systemui/res/layout/status_bar.xml
SystemUI.apk/res/drawable-hdpi/statusbar_background.9.png
Lar3s said:
SystemUI.apk/res/drawable-hdpi/statusbar_background.9.png
Click to expand...
Click to collapse
how it looks in the end? where to change it?
Same question, have tried this too...
mirash11 said:
how it looks in the end? where to change it?
Click to expand...
Click to collapse
bassie1995 said:
Same question, have tried this too...
Click to expand...
Click to collapse
open the status_bar.xml
PHP:
<com.android.systemui.statusbar.StatusBarView android:orientation="vertical" android:background="@drawable/statusbar_background" android:focusable="true" android:descendantFocusability="afterDescendants"
look at this
PHP:
android:background="@drawable/statusbar_background"
find it on " Drawable-HDPI" folder
statusbar_background.png
or
statusbar_background.9.png
hello,
so i was doing my own moding and tests
and it was very good till I had this issue
as you can see in the pic below the WIFI and the cell signal icon looks
like one img and there is no space
between them.
{
"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"
}
so is there anyone can help me with it?
i'm using AOKP 35
and using 7-zip to extract and repack <- i think this irrelevant
EDIT:
i found in the XML file this text:
HTML:
<FrameLayout android:id="@id/wifi_combo" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginRight="-6.0dip">
and change it like this and it worked:
HTML:
<FrameLayout android:id="@id/wifi_combo" android:layout_width="wrap_content" android:layout_height="fill_parent">
Just edit the signal image and add a little blank space on the left.
yep the signal bar icons are too wide. You have to leave some space to the left of the image^^
the proplem is the img is 39*36PX
and it's very small and the pic is on the right side
and i'm using the stock dimensions 39*36
EDIT:
as you may see in the pic, the cell icon is away from the battery and the battery is away from the clock
but the battery icon using the full space of the img and there is nothing wrong with it :\
ahmad.afef said:
the proplem is the img is 39*36PX
and it's very small and the pic is on the right side
and i'm using the stock dimensions 39*36
EDIT:
as you may see in the pic, the cell icon is away from the battery and the battery is away from the clock
but the battery icon using the full space of the img and there is nothing wrong with it :\
Click to expand...
Click to collapse
it should be like this:
it's a bit small
but i'll try it
and thank you for the support
yep
very very small
isn't there any way to make some space between them?
Problem solved
there was something wrong with some XML file "\res\layout\signal_cluster_view.xml"
in the WIFI text the margins was -6.0 DP
Greetings. I have not come so far on how to organize WP7 Microsoft Intenet Explorer bookmarks into groups, it probably can not even (a 15-years-old Nokia S80 it was). We can use Folders application features, but this is not solution "in browser". Due to security gaps we can add to bookmarks html link to the own file on phone if it is located at the path \Windows\Profiles\guest\Temporary Internet Files\Content.IE5\ and the first bookmark named for example __ Favorites have url link to this internal html file. The second option is to register html file protocol for file on any path, but then stop working WP7 bookmarklets. Drop down tree with groups and links according to the original disordered exchange can be programmed using javascript in this file. I have this file edited using Phone Commander, but I can program a simple XAP for it, if you have an interest.
{
"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"
}
You can try simple example online from your device. Tapping to group invokes expand links. Cookies are used - last expanded groups will expanded on next using too (in on-device version only, online example has not this behaviour).
We can add +/- to slipped/expanded groups by javascript in next version.Soluted, see online example.
Export full bookmarks tree from desktop to WP7 IE
Using Burrotech favs2html we can make html frame and favorites files. Simple copy *_lnks.html and *.gif files to phone \Windows\Profiles\guest\Temporary Internet Files\Content.IE5\Favorites\ folder enables using previously descripted principle to add exported bookmarks tree to WP7 phone.
Second way is copying all desktop folder under \Windows\Profiles\guest\Temporary Internet Files\Content.IE5\Favorites\ device subdirectory, to make WP7 IE bookmark to entire folder and index.html (by http://softwaresolution.informer.com/Create-HTML-Lists-of-Files-and-Folders/ etc.) in every subfolder.
Hello everyone
It's not important to have a preview but I think (maybe others too) it's just nice to have a preview. That's why I'm gonna show it to you. Let's start.
{
"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"
}
First put the screenshots or pictures you want to set as preview in to the drawable folder of your theme and name it for example semc_theme_preview_screenshot.
jpg and pngs are both supported.
Example: themefolder/res/drawable-xxhdpi/semc_theme_preview_screenshot.jpg
Then open your AndroidManifest.xml of the theme and add the red marked line:
Code:
<uses-permission android:name="com.sonymobile.permission.RUNTIME_SKIN"/>
<application android:icon="@drawable/semc_theme_preview" android:label="@string/somc_theme_title">
<uses-library android:name="com.sonymobile.runtimeskinning"/>
<meta-data android:name="com.sonymobile.runtimeskinning.core.image_wallpaper" android:resource="@drawable/semc_theme_wallpaper"/>
<meta-data android:name="com.sonymobile.runtimeskinning.core.lockscreen_background" android:resource="@drawable/semc_theme_lockscreen_wallpaper"/>
<meta-data android:name="com.sonymobile.runtimeskinning.core.SKIN_COLOR" android:resource="@color/skin_color"/>
[COLOR="Red"] <meta-data android:name="com.sonymobile.runtimeskinning.core.SKIN_PREVIEW" android:resource="@array/previews"/>[/COLOR]
</application>
Now go to themefolder/res/value and create a xml file called arrays.xml which should look like this (you can also just use my attached arrays.xml file if you like):
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="previews">
<item>@drawable/semc_theme_preview_screenshot</item>
</array>
</resources>
If you want to add more screenshots you have to add more item in arrays.xml.
Now recompile your theme and you've done it.
Attatchments
arrays.xml
How to order the screenshots / pictures
It depends on the name of the screenshots / pictures. You have to call them for example this way:
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="previews">
<item>@drawable/theme_ss_a</item>
<item>@drawable/theme_ss_b</item>
<item>@drawable/theme_ss_c</item>
<item>@drawable/theme_ss_d</item>
<item>@drawable/theme_ss_e</item>
<item>@drawable/theme_ss_f</item>
</array>
</resources>
Just changing the order in string file won't have any effect to the preview order!
I don't know if there is a limitation of pictures you can set, but 6 are defenetly possible
Good one
Just figured out how to change order of the screenshoots/pictures (first, second,..) in preview.
It depends on the name of the screenshots/pictures. You have to call them for example this way:
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="previews">
<item>@drawable/theme_ss_a</item>
<item>@drawable/theme_ss_b</item>
<item>@drawable/theme_ss_c</item>
<item>@drawable/theme_ss_d</item>
<item>@drawable/theme_ss_e</item>
<item>@drawable/theme_ss_f</item>
</array>
</resources>
I don't know if there is a limitation of pictures you can set, but 6 are defenetly possible
Edit: Added it to second post