What does that mean ?! Here is the full error I get when submitting my proggy to the market;
ERRORS;
error#1- Market requires versionCode to be set to a positive 32-bit integer in AndroidManifest.xml
error#2- Market requires versionName to be set in AndroidManifest.xml
<><><><><><><><>
My Manifest; ( I replaced my app info with gen info for the forum)
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mydomain.myapp"
android:versionCode="1"
android:versionName="1">
<uses-sdk android:minSdkVersion="7" />
<uses-sdk android:targetSdkVersion="8" />
<uses-sdk android:maxSdkVersion="9" />
<activity android:name=".myapp"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:screenOrientation="landscape">
<application android:label="@string/myapp" android:icon="@drawable/myicon">
<uses-feature android:name="android.hardware.touchscreen" android:required="true"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.wifi" android:required="false"/>
<uses-feature android:name="android.hardware.sensor.accelerometer" android:required="false"/>
<uses-feature android:name="android.hardware.location.gps" android:required="false"/>
<uses-feature android:name="android.hardware.bluetooth" android:required="false"/>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</application>
</activity>
</manifest>
<><><><><>
Any help would be wonderful, thanks taking the time to read this post
Hi everyone,
I am cooking a ROM for opal with oskitchen, and I want the help of chefs for the following things:
1-Want to remove these 5 programs from the programs tab which are selected by default [SOLVED Post#12]
{
"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"
}
2-Want to remove this whole tab, but don't know the registry tweaks to apply [SOLVED Post#8](thanks to haytham-)
3-Don't want to cook Bluetooth Explorer, but don't know how [SOLVED Post#11]
4-Want to remove some shortcuts from start menu like java, shutdown, voice recorder etc, during cooking process
5-Want to delete default internet favorites
6-Remove default manila cities [SOLVED Post#13]
Waiting for help...........
for #4 : uncheck everything that you dont like in main program menu
arianesfahani said:
for #4 : uncheck everything that you dont like in main program menu
Click to expand...
Click to collapse
Thanks, but i want to cook these things in the ROM, just want to remove their shortcuts from start menu.
help
Dblaster said:
Thanks, but i want to cook these things in the ROM, just want to remove their shortcuts from start menu.
Click to expand...
Click to collapse
i think change location of those applications to folder for it go in app. package and edit in app.dat file
Directory("\Windows\Start Menu\Tools"):-File("application name.lnk","\Windows\_application name.lnk")
so it will send shortcuts in tools.
mehulkarate said:
i think change location of those applications to folder for it go in app. package and edit in app.dat file
Directory("\Windows\Start Menu\Tools"):-File("application name.lnk","\Windows\_application name.lnk")
so it will send shortcuts in tools.
Click to expand...
Click to collapse
Thanks Mehul, but i saw one thing that there is a shortcut file in the ext package of programs(e.g. quick shutdown, voice recorder), i think that i should delete it so its shortcut will not appear
search search search
findbom said:
search search search
Click to expand...
Click to collapse
Man i've opened this thread after a lot o'searching, so don't tell me to......
No. 2 SOLVED!!!!!!
Thanks to haytham- for his help, i have successfully removed the LOCATION Tab.
Here's how i did it:
I just changed 1 to 0 in HTCHomeSettings XML (the one in RED)
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" />
<EmailWidget enable="1" 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="1" tab_bg_icon="27,28" tab_icon="176,177" big_icon="67,68" />
<LocationWidget enable="[COLOR="Red"]0[/COLOR]" 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" />
<LauncherWidget enable="1" tab_bg_icon="23,24" tab_icon="172,173" big_icon="63,64" />
</Tabs>
1) possible solution:
get the source packages from my kitchen ("2D Manila v2.0.20163224.00" and "2D Manila v2.0.20163224.00 Default Skin") and then you have to copy your theme into "2D Manila v2.0.20163224.00 Default Skin", you should get your manila without links. unfortunately now I do not remember how I did it to delete the links, if I remember I tell you...
4) create a package with an app.dat iside. then open app.dat with a notepad ad put this string inside it:
Directory("\Windows"):-File("nameofthelink.lnk","\Windows\Start Menu\Programs\nameofthelink.lnk")
(I'm not sure that it works)
Alternatively you can search and delete the links in the kitchen
good luck!
Thanks Pajerm, but that didn't work.
For No. 4 i made a app.dat file in package of voice recorder, and added this string:
Code:
Directory("\Windows"):-File("Recorder.lnk","\Windows\Start Menu\Programs\Recorder.lnk")
Is it right?????
No. 3 SOLVED!!!!!!
Okay, for removing bluetooth explorer, just uncheck this package in EXT packages:
Code:
BT Ftp v1.2.33281.91
No. 1 SOLVED!!!!!!
At last, I've succeeded in removing manila default launcher apps.
Go to "Sources\Devices\HTC Opal\EXT Packages\HTC Opal Packages\Operator Pkg\files" and open this "mxipupdate_oemoperators_107"
In it, just delete this:
Code:
<!--Manila 2D Programs Tab-->
<characteristic type="Registry">
<characteristic type="HKLM\Software\HTC\Manila2D\Launcher" translation="filesystem" />
<characteristic type="HKLM\Software\HTC\Manila2D\Launcher\0" translation="filesystem">
<parm name="DispName" datatype="string" value="YouTube" translation="filesystem" />
<parm name="Path" datatype="string" value="\Windows\YouTube.lnk" translation="filesystem" />
<parm name="IsLock" datatype="integer" value="0" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila2D\Launcher\1" translation="filesystem">
<parm name="DispName" datatype="string" value="RSS Hub" translation="filesystem" />
<parm name="Path" datatype="string" value="\Windows\RSS Hub.lnk" translation="filesystem" />
<parm name="IsLock" datatype="integer" value="0" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila2D\Launcher\2" translation="filesystem">
<parm name="DispName" datatype="string" value="Calculator" translation="filesystem" />
<parm name="Path" datatype="string" value="\Windows\calc.lnk" translation="filesystem" />
<parm name="IsLock" datatype="integer" value="0" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila2D\Launcher\3" translation="filesystem">
<parm name="DispName" datatype="string" value="Notes" translation="filesystem" />
<parm name="Path" datatype="string" value="\Windows\notetake.lnk" translation="filesystem" />
<parm name="IsLock" datatype="integer" value="0" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila2D\Launcher\4" translation="filesystem">
<parm name="DispName" datatype="string" value="Camera" translation="filesystem" />
<parm name="Path" datatype="string" value="\Windows\camera.exe" translation="filesystem" />
<parm name="IsLock" datatype="integer" value="0" />
</characteristic>
</characteristic>
and that's an end to all default apps.
No. 6 SOLVED!!!!!!
Its solved too. Just follow the steps in Post#12 and delete this:
Code:
<!--Manila 2D Weather Tab-->
<characteristic type="Registry">
<characteristic type="HKLM\Software\HTC\Manila2D\Weather\0" translation="filesystem">
<parm name="LocationCode" datatype="string" value="MEA|AE|AE005|DUBAI" translation="filesystem" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila2D\Weather\1" translation="filesystem">
<parm name="LocationCode" datatype="string" value="MEA|SA|SA007|RIYADH" translation="filesystem" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila2D\Weather\2" translation="filesystem">
<parm name="LocationCode" datatype="string" value="MEA|SA|SA011|JEDDAH" translation="filesystem" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila2D\Weather\3" translation="filesystem">
<parm name="LocationCode" datatype="string" value="AFR|EG|EG011|CAIRO" translation="filesystem" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila2D\Weather\4" translation="filesystem">
<parm name="LocationCode" datatype="string" value="MEA|QA|QA001|DOHA" translation="filesystem" />
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila2D\Weather\5" translation="filesystem">
<parm name="LocationCode" datatype="string" value="MEA|AE|AE002|ABU DHABI" translation="filesystem" />
</characteristic>
</characteristic>
and you're all done.
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>
hi guys
could you help me to put the banner in my app.
I also followed the guides but I still can not insert
You might even see me lines of code please
thanks
what problem are you getting????
Atleast tell the problem or provide the code where you are facing problem.
Simple:
1) Install Google AdMob Ads SDK (you can use Android SDK Manager for that)
2) Add GoogleAdMobAdsSdk.jar to your project (Project Properties>>Java Build Path>>Add External JARs…)
3) In the Manifest add ACCESS_NETWORK_STATE and INTERNET permissions, and also an activity inside application tag, like that:
Code:
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application
android:debuggable="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<activity
android:label="@string/app_name"
android:name=".BillingSampleActivity" >
<intent-filter >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
android:name="com.google.ads.AdActivity" />
</application>
4) Get Publisher ID from AdMob
5) Add banner to your layout
Code:
<com.google.ads.AdView
android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adSize="BANNER"
ads:adUnitId="your_admob_publisher_id"
ads:loadAdOnCreate="true" />
Thats it!
GRYMALA said:
Simple:
1) Install Google AdMob Ads SDK (you can use Android SDK Manager for that)
2) Add GoogleAdMobAdsSdk.jar to your project (Project Properties>>Java Build Path>>Add External JARs…)
3) In the Manifest add ACCESS_NETWORK_STATE and INTERNET permissions, and also an activity inside application tag, like that:
Code:
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application
android:debuggable="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<activity
android:label="@string/app_name"
android:name=".BillingSampleActivity" >
<intent-filter >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
android:name="com.google.ads.AdActivity" />
</application>
4) Get Publisher ID from AdMob
5) Add banner to your layout
Code:
<com.google.ads.AdView
android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adSize="BANNER"
ads:adUnitId="your_admob_publisher_id"
ads:loadAdOnCreate="true" />
Thats it!
Click to expand...
Click to collapse
Nice answer! Thanks for this.
Hello everyone. i need a proper CFC text file for the jellybean firmware of droid razr M as i have to completely flash new XML/SBF for some reason through RSD LITE
I downloaded the stock jellybeans firmware for my phone but when i open it in RSD LITE it say "please check input file Either xml format is wrong or image files associated with it are missing" i did removed the getvar line in the CFC file but nothing happens still its the same error i really need to flash this SBF/XML on my droid please help guys need urgent help. i just want to get this XML working in RSD LITE any how please share your ideas and suggestions.
the CFC text file looks like this:
<?xml version="1.0"?>
<flashing>
<header>
<phone_model model="SM_JB_VZW_CFC" />
<software_version version="smq_vzw-user 4.1.2 9.8.1Q-94-1 77 release-keysSM_BP_101032.021.32.80P" />
<interfaces>
<interface name="AP" />
</interfaces>
</header>
<steps interface="AP">
<step operation="oem" var="fb_mode_set" />
<step operation="flash" partition="partition" filename="gpt_main0.bin" MD5="FB3D9083F1B5890BBF2FA8617D31A70A" />
<step operation="flash" partition="sbl1" filename="sbl1.mbn" MD5="FB458002D5B1B3430B0519E0F206C361" />
<step operation="flash" partition="sbl2" filename="sbl2.mbn" MD5="5E1E096A29FB49A955C595B3E7759CA7" />
<step operation="flash" partition="sbl3" filename="sbl3.mbn" MD5="16813AF63FFBF4044FBF72D75BD47DB1" />
<step operation="flash" partition="rpm" filename="rpm.mbn" MD5="0C3F4FF07D3B5037E17B8EFE5F4C66EE" />
<step operation="flash" partition="tz" filename="tz.mbn" MD5="474F31095C8146D1F86D0E5CE72B878F" />
<step operation="flash" partition="aboot" filename="emmc_appsboot.mbn" MD5="A40F6AAFA4A581023A2EDA9F23202453" />
<step operation="flash" partition="modem" filename="NON-HLOS.bin" MD5="3E7F1624D8DDA8C8E4995F99A68B321F" />
<step operation="flash" partition="fsg" filename="fsg.mbn" MD5="0898A1859E77F05B62E2A6D04251E30E" />
<step operation="erase" partition="modemst1" />
<step operation="erase" partition="modemst2" />
<step operation="flash" partition="logo" filename="logo.bin" MD5="506F42184C465D9CD8BB2BD27DB77F1A" />
<step operation="flash" partition="devtree" filename="device_tree.bin" MD5="66AD59B88203992915EAF476C9E17E58" />
<step operation="flash" partition="boot" filename="boot.img" MD5="624AD56D21BE40E2C62F2D8666C1A3DA" />
<step operation="flash" partition="recovery" filename="recovery.img" MD5="A51ACEFFB3DE7BB9259F345AF8E5ABB6" />
<step operation="flash" partition="cdrom" filename="cdrom" MD5="8C578BC3308036F86BF30BA802E488DF" />
<step operation="flash" partition="system" filename="system.img" MD5="AFF82B543EF8E558892AA67D4909C067" />
<step operation="erase" partition="tombstones" />
<step operation="erase" partition="cache" />
<step operation="erase" partition="userdata" />
<step operation="oem" var="fb_mode_clear" />
</steps>
</flashing>
now i dont know whats wrong in it because i removed get var line. please help
or if someone is a professional and can tell me the procedure of flashing new rom through cmd that would be really great i am not a professional so i dont know what commands i have to write to flash new rom if anyone can tell me the commands properly that would be really appreciated
Here's my XML file that worked. On my phone so I can't compare for you.
<?xml version="1.0"?>
<flashing>
<header>
<phone_model model="SM_JB_VZW_CFC" />
<software_version version="smq_vzw-user 4.1.2 9.8.1Q-94-1 77 release-keysSM_BP_101032.021.32.80P" />
<interfaces>
<interface name="AP" />
</interfaces>
</header>
<steps interface="AP">
<step operation="oem" var="fb_mode_set" />
<step operation="flash" partition="partition" filename="gpt_main0.bin" MD5="FB3D9083F1B5890BBF2FA8617D31A70A" />
<step operation="flash" partition="sbl1" filename="sbl1.mbn" MD5="FB458002D5B1B3430B0519E0F206C361" />
<step operation="flash" partition="sbl2" filename="sbl2.mbn" MD5="5E1E096A29FB49A955C595B3E7759CA7" />
<step operation="flash" partition="sbl3" filename="sbl3.mbn" MD5="16813AF63FFBF4044FBF72D75BD47DB1" />
<step operation="flash" partition="rpm" filename="rpm.mbn" MD5="0C3F4FF07D3B5037E17B8EFE5F4C66EE" />
<step operation="flash" partition="tz" filename="tz.mbn" MD5="474F31095C8146D1F86D0E5CE72B878F" />
<step operation="flash" partition="aboot" filename="emmc_appsboot.mbn" MD5="A40F6AAFA4A581023A2EDA9F23202453" />
<step operation="flash" partition="modem" filename="NON-HLOS.bin" MD5="3E7F1624D8DDA8C8E4995F99A68B321F" />
<step operation="flash" partition="fsg" filename="fsg.mbn" MD5="0898A1859E77F05B62E2A6D04251E30E" />
<step operation="erase" partition="modemst1" />
<step operation="erase" partition="modemst2" />
<step operation="flash" partition="logo" filename="logo.bin" MD5="506F42184C465D9CD8BB2BD27DB77F1A" />
<step operation="flash" partition="devtree" filename="device_tree.bin" MD5="66AD59B88203992915EAF476C9E17E58" />
<step operation="flash" partition="boot" filename="boot.img" MD5="624AD56D21BE40E2C62F2D8666C1A3DA" />
<step operation="flash" partition="recovery" filename="recovery.img" MD5="A51ACEFFB3DE7BB9259F345AF8E5ABB6" />
<step operation="flash" partition="cdrom" filename="cdrom" MD5="8C578BC3308036F86BF30BA802E488DF" />
<step operation="flash" partition="system" filename="system.img" MD5="AFF82B543EF8E558892AA67D4909C067" />
<step operation="erase" partition="tombstones" />
<step operation="erase" partition="cache" />
<step operation="erase" partition="userdata" />
<step operation="oem" var="fb_mode_clear" />
</steps>
</flashing>
Sent from my XT907 using XDA Free mobile app
frozenbear said:
Here's my XML file that worked. On my phone so I can't compare for you.
<?xml version="1.0"?>
<flashing>
<header>
<phone_model model="SM_JB_VZW_CFC" />
<software_version version="smq_vzw-user 4.1.2 9.8.1Q-94-1 77 release-keysSM_BP_101032.021.32.80P" />
<interfaces>
<interface name="AP" />
</interfaces>
</header>
<steps interface="AP">
<step operation="oem" var="fb_mode_set" />
<step operation="flash" partition="partition" filename="gpt_main0.bin" MD5="FB3D9083F1B5890BBF2FA8617D31A70A" />
<step operation="flash" partition="sbl1" filename="sbl1.mbn" MD5="FB458002D5B1B3430B0519E0F206C361" />
<step operation="flash" partition="sbl2" filename="sbl2.mbn" MD5="5E1E096A29FB49A955C595B3E7759CA7" />
<step operation="flash" partition="sbl3" filename="sbl3.mbn" MD5="16813AF63FFBF4044FBF72D75BD47DB1" />
<step operation="flash" partition="rpm" filename="rpm.mbn" MD5="0C3F4FF07D3B5037E17B8EFE5F4C66EE" />
<step operation="flash" partition="tz" filename="tz.mbn" MD5="474F31095C8146D1F86D0E5CE72B878F" />
<step operation="flash" partition="aboot" filename="emmc_appsboot.mbn" MD5="A40F6AAFA4A581023A2EDA9F23202453" />
<step operation="flash" partition="modem" filename="NON-HLOS.bin" MD5="3E7F1624D8DDA8C8E4995F99A68B321F" />
<step operation="flash" partition="fsg" filename="fsg.mbn" MD5="0898A1859E77F05B62E2A6D04251E30E" />
<step operation="erase" partition="modemst1" />
<step operation="erase" partition="modemst2" />
<step operation="flash" partition="logo" filename="logo.bin" MD5="506F42184C465D9CD8BB2BD27DB77F1A" />
<step operation="flash" partition="devtree" filename="device_tree.bin" MD5="66AD59B88203992915EAF476C9E17E58" />
<step operation="flash" partition="boot" filename="boot.img" MD5="624AD56D21BE40E2C62F2D8666C1A3DA" />
<step operation="flash" partition="recovery" filename="recovery.img" MD5="A51ACEFFB3DE7BB9259F345AF8E5ABB6" />
<step operation="flash" partition="cdrom" filename="cdrom" MD5="8C578BC3308036F86BF30BA802E488DF" />
<step operation="flash" partition="system" filename="system.img" MD5="AFF82B543EF8E558892AA67D4909C067" />
<step operation="erase" partition="tombstones" />
<step operation="erase" partition="cache" />
<step operation="erase" partition="userdata" />
<step operation="oem" var="fb_mode_clear" />
</steps>
</flashing>
Thank you so much i am trying it right now
Click to expand...
Click to collapse
no it didnt worked it fails to load on RSD LITE it says "please check input file Either xml format is wrong or image files associated with it are missing" please help me when i press uncompress on RSD LITE it fails.
if anyone can tell me the manual method from cmd i would be very thankful because RSD LITE doesnt seem to work for me.. :\
whizinc said:
if anyone can tell me the manual method from cmd i would be very thankful because RSD LITE doesnt seem to work for me.. :\
Click to expand...
Click to collapse
Make sure you are uncompressing your zip file before running rsd
http://forum.xda-developers.com/showpost.php?p=52701350&postcount=13