The order that the icons are displayed across the bottom of the screen e.g. Home, Contacts, SMS, email and browser etc. I want to change the order in which they are displayed e.g. I want the music player or Launcher to appear after the home icon or remove the weather option completely as I don’t use it. I used to run a Nfsfan 6.5 ROM on my HTC vogue and this was a tab setting in the Manilla 2D options.
It is not something that I would change frequently, however to would be good to have the option or at least know where to change this in the registry. Anyone have any idea?
I am not game to ROM the phone yet as it is a brand new company phone. May have to wait a few months for that!
Thanks in advance
You must try M2DC (Manila 2D Customizer), it will do the trick.
Is there the ability to get Manila 2D customizer on its own. I could only find it as part of complete ROM?
Cheers
hebegbnz said:
Is there the ability to get Manila 2D customizer on its own. I could only find it as part of complete ROM?
Cheers
Click to expand...
Click to collapse
Try here (should be what you're looking for!)
You can also change setting in 1:\windows\HTCHomeSettings.xml by hand.
Code:
<Tabs>
<HomeWidget enable="1" tab_bg_icon="7,8" tab_icon="69,70" big_icon="29,30" />
<OperatorWidget enable="0" tab_bg_icon="120,129" tab_icon="145,147" big_icon="200,218" />
<PeopleWidget enable="1" tab_bg_icon="19,20" tab_icon="168,169" big_icon="59,60" />
<MyFavesWidget enable="0" tab_bg_icon="219,220" tab_icon="221,222" big_icon="223,224" />
<MessagingWidget enable="1" tab_bg_icon="15,16" tab_icon="115,165" big_icon="37,38" />
<LauncherWidget enable="1" tab_bg_icon="23,24" tab_icon="172,173" big_icon="63,64" />
<EmailWidget enable="0" tab_bg_icon="11,12" tab_icon="111,112" big_icon="33,34" />
<FootprintsWidget enable="0" tab_bg_icon="229,230" tab_icon="231,232" big_icon="233,234" />
<InternetWidget enable="1" tab_bg_icon="9,10" tab_icon="71,110" big_icon="31,32" />
<PhotoWidget enable="1" tab_bg_icon="21,22" tab_icon="170,171" big_icon="61,62" />
<MusicWidget enable="1" tab_bg_icon="17,18" tab_icon="166,167" big_icon="39,58" />
<TVWidget enable="0" tab_bg_icon="242,243" tab_icon="244,245" big_icon="246,247" />
<WeatherWidget enable="0" tab_bg_icon="27,28" tab_icon="176,177" big_icon="67,68" />
<LocationWidget enable="0" tab_bg_icon="13,14" tab_icon="113,114" big_icon="35,36" />
<SettingsWidget enable="1" tab_bg_icon="25,26" tab_icon="174,175" big_icon="65,66" />
</Tabs>
- enable 1 shows item 0 dont
- the order top-down is the order left-right
Superb! Thats what I was looking for.
Thanks for the help
Gfy said:
You can also change setting in 1:\windows\HTCHomeSettings.xml by hand.
Code:
<Tabs>
<HomeWidget enable="1" tab_bg_icon="7,8" tab_icon="69,70" big_icon="29,30" />
<OperatorWidget enable="0" tab_bg_icon="120,129" tab_icon="145,147" big_icon="200,218" />
<PeopleWidget enable="1" tab_bg_icon="19,20" tab_icon="168,169" big_icon="59,60" />
<MyFavesWidget enable="0" tab_bg_icon="219,220" tab_icon="221,222" big_icon="223,224" />
<MessagingWidget enable="1" tab_bg_icon="15,16" tab_icon="115,165" big_icon="37,38" />
<LauncherWidget enable="1" tab_bg_icon="23,24" tab_icon="172,173" big_icon="63,64" />
<EmailWidget enable="0" tab_bg_icon="11,12" tab_icon="111,112" big_icon="33,34" />
<FootprintsWidget enable="0" tab_bg_icon="229,230" tab_icon="231,232" big_icon="233,234" />
<InternetWidget enable="1" tab_bg_icon="9,10" tab_icon="71,110" big_icon="31,32" />
<PhotoWidget enable="1" tab_bg_icon="21,22" tab_icon="170,171" big_icon="61,62" />
<MusicWidget enable="1" tab_bg_icon="17,18" tab_icon="166,167" big_icon="39,58" />
<TVWidget enable="0" tab_bg_icon="242,243" tab_icon="244,245" big_icon="246,247" />
<WeatherWidget enable="0" tab_bg_icon="27,28" tab_icon="176,177" big_icon="67,68" />
<LocationWidget enable="0" tab_bg_icon="13,14" tab_icon="113,114" big_icon="35,36" />
<SettingsWidget enable="1" tab_bg_icon="25,26" tab_icon="174,175" big_icon="65,66" />
</Tabs>
- enable 1 shows item 0 dont
- the order top-down is the order left-right
Click to expand...
Click to collapse
How can we edit that file?? It's opening with opera on the phone but doesn't do anything. I also can't paste an edited xml file there....
Open it with NotePad
first, copy the file to your PC (backup it)
open with NotePad, edit and save.
copy new to mobile
restart to touchFlow, or softreset the mobile
Gfy said:
Open it with NotePad
first, copy the file to your PC (backup it)
open with NotePad, edit and save.
copy new to mobile
restart to touchFlow, or softreset the mobile
Click to expand...
Click to collapse
I had a go at this however it is write protected so I can't overwrite it with an updated version.
Any CLues?
Cheers
try to rename the original file...
Gfy said:
try to rename the original file...
Click to expand...
Click to collapse
Alas no luck it is write protected or in use. In use I would think!
hebegbnz said:
Alas no luck it is write protected or in use. In use I would think!
Click to expand...
Click to collapse
Try Total Commander.
In my (german) rom I first could change files in windows directory after installing Hard SPL kit.
Hi, im building an RSS Reader and am having a little trouble if anyone could help me out.
im trying to open my app when a subscribe rss link in a browser is pressed, but at the moment it is displaying my app in the browser instead of launching the app!!
can anyone help with is issue?
below is my manifest, thanks
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.RSS_Viewer"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="15" />
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<application
android:name=".Globals"
android:icon="@drawable/rssicon"
android:label="@string/app_name" android:logo="@drawable/rssicon">
<activity
android:name=".RSS_ViewerActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="itpc" />
<data android:scheme="pcast" />
<data android:scheme="feed" />
<data android:scheme="feeds" />
<data android:scheme="rss" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/xml" android:scheme="http" />
<data android:mimeType="application/rss+xml" android:scheme="http" />
<data android:mimeType="application/atom+xml" android:scheme="http" />
<data android:mimeType="text/xml" android:scheme="https" />
<data android:mimeType="application/rss+xml" android:scheme="https" />
<data android:mimeType="application/atom+xml" android:scheme="https" />
</intent-filter>
</activity>
<activity android:name="RSSFeedActivity"></activity>
<activity android:name="com.CertificateAuthentication.Authenticator"></activity>
</application>
</manifest>
hey guys i'm having issues downgrading my Razr M back to ICS. I did read through alot of threads, I downloaded RSD Lite 6.1.4 then i downloaded the software for Razr M ICS. I then followed the instructions and opened up the XML file and deleted the GETVAR line and OEM line. but it just gives me an error when i try to flash the file, can somone tell me what i'm doing wrong?
I got this file US|Verizon|4.0.4|Blur_Version.77.111.10.XT907.Verizon.en.US
it came out as VZW_XT907_4.0.4-7.7.1Q-144_SMQ_S1-36-10_CFC.xml after i unzipped it.
then i went and edit VZW_XT907_4.0.4-7.7.1Q-144_SMQ_S1-36-10_CFC.xml to delete the GETVAR line
I then loaded it into RSD to try to flash, it says failed and now the phoen is stuck in AP fastboot because it had a flash failure.
can somone tell me what i did wrong? do i need to rezip it into a SBF file?
edit: so i reflashed the 4.1.2 file on there and now it turns back on. but can somone tell me how to take it back to 4.0.4? here is the XML file i edited if anyone is interested
<?xml version="1.0"?>
<flashing>
<header>
<phone_model model="SM_VZW_CFC" />
<software_version version="scorpion_mini-user 4.0.4 7.7.1Q-144_SMQ_S136-10 20 release-keysSM_BP_1139.000.32.12P" />
<interfaces>
<interface name="AP" />
</interfaces>
</header>
<steps interface="AP">
<step operation="flash" partition="partition" filename="gpt_main0.bin" MD5="164ABBBEDFC1A113F5A1890DD63C0A93" />
<step operation="flash" partition="sbl1" filename="sbl1.mbn" MD5="169C16EE30F086C084EFB239741E9775" />
<step operation="flash" partition="sbl2" filename="sbl2.mbn" MD5="2A98236BC098E74D9EE9CBBC6049FB2C" />
<step operation="flash" partition="sbl3" filename="sbl3.mbn" MD5="112950A3D7962D7E8E0A1B115DC0E796" />
<step operation="flash" partition="rpm" filename="rpm.mbn" MD5="16C5ED30D233CE9BDB8D271DE163C38A" />
<step operation="flash" partition="tz" filename="tz.mbn" MD5="567676B28DF3B060A443FEADA9C5C783" />
<step operation="flash" partition="aboot" filename="emmc_appsboot.mbn" MD5="ADCDB8732B367F57B1975B447A9AA2AC" />
<step operation="flash" partition="modem" filename="NON-HLOS.bin" MD5="45429E3985203D3A1E7334C09BD237C7" />
<step operation="flash" partition="fsg" filename="fsg.mbn" MD5="0B28FEFE8D9FCF02B6F92A582D5D7A07" />
<step operation="erase" partition="modemst1" />
<step operation="erase" partition="modemst2" />
<step operation="flash" partition="logo" filename="logo.bin" MD5="506F42184C465D9CD8BB2BD27DB77F1A" />
<step operation="flash" partition="boot" filename="boot.img" MD5="C75BBEA9B6879CDFBE95A2801C6A0CE0" />
<step operation="flash" partition="recovery" filename="recovery.img" MD5="5F2DA0989ED59E2508716DCA88011746" />
<step operation="flash" partition="devtree" filename="device_tree.bin" MD5="66AD59B88203992915EAF476C9E17E58" />
<step operation="flash" partition="system" filename="system.img.ext4" MD5="3C96F96D399B4AAAC7C9A7222FEF05F2" />
<step operation="flash" partition="cdrom" filename="cdrom" MD5="8C578BC3308036F86BF30BA802E488DF" />
<step operation="erase" partition="tombstones" />
<step operation="erase" partition="cache" />
<step operation="erase" partition="userdata" />
</steps>
</flashing>
The undisputed easiest way is Matt's utility 1.2
You need to be in AP fast boot and it will flash the latest stock ota from Verizon which is not ICS. I'm afraid to say once you go jellybean, no more ICS. Seriously though the utility is a one stop shop to restore, root, unlock boot loader, and flash a recovery.
Sent from my XT907 using Xparent Cyan Tapatalk 2
bmplekan said:
The undisputed easiest way is Matt's utility 1.2
You need to be in AP fast boot and it will flash the latest stock ota from Verizon which is not ICS. I'm afraid to say once you go jellybean, no more ICS. Seriously though the utility is a one stop shop to restore, root, unlock boot loader, and flash a recovery.
Sent from my XT907 using Xparent Cyan Tapatalk 2
Click to expand...
Click to collapse
O once i am at JB i cant downgrade to ICS? damn okay thanks
If your boot loader is locked, you can't go back. If you unlock your boot loader, you can use the FXZ files to go back.
RikRong said:
If your boot loader is locked, you can't go back. If you unlock your boot loader, you can use the FXZ files to go back.
Click to expand...
Click to collapse
so if i get the Bootloader unlocked, i can go back to 4.0.4 even though its on JB?
So i got SU and BL unlocked on JB, i'm searching for FXZ files and its not talked about much. I saw the bat utility, and i also have the SBF file. can you give me a little more direction please.
thanks
TELL ME HOW... lol
truwrxtacy said:
so if i get the Bootloader unlocked, i can go back to 4.0.4 even though its on JB?
So i got SU and BL unlocked on JB, i'm searching for FXZ files and its not talked about much. I saw the bat utility, and i also have the SBF file. can you give me a little more direction please.
thanks
Click to expand...
Click to collapse
you've unlocked??? please inform me as to how? i'm completely stumped. i have root access and everything in the latest 4.1.2 OTA and i can't unlock. no suprise, the phone isnt eligible for a motorola tool unlock using their site...
It's not possible with the latest 4.1.2 OTA, but with some earlier it was.
My wife had a water mishap with her G2 which made it unusable. I flashed the .15 update on an old RAZR M for her to use. The bootloader was unlocked prior to the update. She doesn't care about being rooted or anything, just wants a phone to use. After flashing the update the entire phone is all wonky.
First off, a message pops up saying the UIDs are inconsistent and the data partition should be wiped or the device will be unstable.
Then, all sorts of apps start "stopping" with error message after message.
The Play store won't even open in order to update apps.
Any ideas how to solve this??
Where did you get the .15?... It kinda sounds like a bad flash... I would re download and flash it again... Maybe (as its unlocked) modify the XML of .10 flash it give it a run if all is good and you/she wants the .15 flash it.. Or wipe the partitions manually and flash them... Idk the fastboot commands but I can look for the thread where they are posted if that is the route that is needed to resolve the issue
We cannot teach people anything; we can only help them discover it within themselves.
dbreezy187 said:
Where did you get the .15?... It kinda sounds like a bad flash... I would re download and flash it again... Maybe (as its unlocked) modify the XML of .10 flash it give it a run if all is good and you/she wants the .15 flash it.. Or wipe the partitions manually and flash them... Idk the fastboot commands but I can look for the thread where they are posted if that is the route that is needed to resolve the issue
Click to expand...
Click to collapse
I got the .15 file from somewhere here, at least the links were from somewhere here. I'll re-download and try flashing again.
Since it was previously unlocked is it actually possible to fool it into flashing .10 and re-rooting? It's not that important really but I'd really prefer to root it for her and at least get rid of the bloat.
The most important thing is to actually get it to work properly.
Since your unlocked you have your freedom still. Don't like kk? You can go back to jb 4.1.2. Root on even .15 is as easy as flashing a recovery in fastboot and flashing su zip. As for your issues. They don't sound like the normal kk issues. I agree with dbreezy187 try a reflash
thewraith420 said:
Since your unlocked you have your freedom still. Don't like kk? You can go back to jb 4.1.2. Root on even .15 is as easy as flashing a recovery in fastboot and flashing su zip. As for your issues. They don't sound like the normal kk issues. I agree with dbreezy187 try a reflash
Click to expand...
Click to collapse
I didn't think you could go back to anything once you've flashed .15?!?
Are you saying I can start all over since I was unlocked prior to flashing .15?
chucklehead said:
I didn't think you could go back to anything once you've flashed .15?!?
Are you saying I can start all over since I was unlocked prior to flashing .15?
Click to expand...
Click to collapse
I believe you can yes... I've read a few posts from people that went from .10 all the way down to ICS so I would think the same method could be used... Just modify the XML of the firmware your flashing remove the get_ver line and you should be good to flash it
We cannot teach people anything; we can only help them discover it within themselves.
dbreezy187 said:
I believe you can yes... I've read a few posts from people that went from .10 all the way down to ICS so I would think the same method could be used... Just modify the XML of the firmware your flashing remove the get_ver line and you should be good to flash it.
Click to expand...
Click to collapse
I don't see such a line in the xml file of any of the firmwares I've downloaded:
Code:
<?xml version="1.0"?>
<flashing>
<header>
<phone_model model="VZW_XT907_CFC" />
<software_version version="smq_vzw-user 4.4.2 KDA20.62-10.1 10 release-keysSM_BP_101031.042.32.86P" />
<interfaces>
<interface name="AP" />
</interfaces>
</header>
<steps interface="AP">
<step operation="getvar" var="max-download-size" />
<step operation="oem" var="fb_mode_set" />
<step operation="flash" partition="partition" filename="gpt.bin" MD5="5B3FD782141145E4BD1C9270D954AFF1" />
<step operation="flash" partition="sbl1" filename="sbl1.mbn" MD5="B06997B2407D87205454D47A4DE2CA77" />
<step operation="flash" partition="sbl2" filename="sbl2.mbn" MD5="9EBD6FB39A7DDBD3DD8BB0F0E7B4E612" />
<step operation="flash" partition="sbl3" filename="sbl3.mbn" MD5="B3D58C0A21BAA8DEAC238B6002ABB59E" />
<step operation="flash" partition="rpm" filename="rpm.mbn" MD5="6ACFA1DA4F8FF45341D7C2EC40C733F7" />
<step operation="flash" partition="tz" filename="tz.mbn" MD5="8514ED883150B7A0579F9431CD872B39" />
<step operation="flash" partition="aboot" filename="emmc_appsboot.mbn" MD5="974770FC264C73E429B716F1832A8C38" />
<step operation="flash" partition="modem" filename="NON-HLOS.bin" MD5="56CC3781D10C94A342F5262560EFEFDB" />
<step operation="flash" partition="fsg" filename="fsg.mbn" MD5="42661F0BBF0DB568369F9337324F7BEC" />
<step operation="erase" partition="modemst1" />
<step operation="erase" partition="modemst2" />
<step operation="flash" partition="logo" filename="logo.bin" MD5="506F42184C465D9CD8BB2BD27DB77F1A" />
<step operation="flash" partition="boot" filename="boot.img" MD5="B59DF3268823BCE19DF80409C036645D" />
<step operation="flash" partition="recovery" filename="recovery.img" MD5="2FD6AB345BBE5B6C99DE1B5CE1D56F2C" />
<step operation="flash" partition="system" filename="system.img" MD5="1362E5D51CA3D71089F9B48A836624C9" />
<step operation="erase" partition="tombstones" />
<step operation="erase" partition="cache" />
<step operation="erase" partition="userdata" />
<step operation="oem" var="fb_mode_clear" />
</steps>
</flashing>
Its the getvar line I'm sorry
We cannot teach people anything; we can only help them discover it within themselves.
Device model Meizu MX5
OS version (android version 5.0.1)
I have that device, and i get error device is not supporting when i download app from store and try to launch the application.
https://play.google.com/store/apps/details?id=com.netvariant.banknizwa
Possible to know some reasons? and why?
The manifest
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_USER_DICTIONARY" />
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.READ_USER_DICTIONARY" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-feature
android:name="android.hardware.location.gps"
android:required="false" />
<uses-feature
android:name="android.hardware.location.network"
android:required="false" />
<uses-feature
android:name="android.hardware.wifi"
android:required="false" />
<uses-feature
android:name="android.hardware.location"
android:required="false" />
<uses-feature
android:name="android.hardware.screen.portrait"
android:required="false" />
<uses-feature
android:name="android.hardware.telephony"
android:required="false" />
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="22" />
<uses-feature
android:glEsVersion="0x00020000"
android:required="true" />
An xposed module disable device check on playstore just apply this module ;D
How would you do that?