Affichage des articles dont le libellé est versions. Afficher tous les articles
Affichage des articles dont le libellé est versions. Afficher tous les articles

dimanche 9 mars 2014

Hboot versions. topic




I was thinking...how about we all devise a list of compatible ROMs for each hboot version?? That way it would lessen the confusion on compatible hboots.. Maybe even a recovery list as well. Any thoughts?

Sent from my One X using Tapatalk





vendredi 7 mars 2014

Optimus G Pro Versions topic




hi. im a hardcore samsung fan but now im kinda bored of it. just sold my galaxy S4 yesterday. now i wanted to jump to LG and see if its good or not.

i have heard a lot good about this phone. im kinda power user (if thats a thing :) ) cause i like to try new roms and tweak a lot with my phone. every body knows samsung gets the most love from developers because of so many users and there are tens of roms to choose from for sammy phones.

its my first time with LG phone so, im confused like HELL! cause i see there are like 5 versions of Optimus G pro.

my question here is which version should i buy which has easy Rooting and the most number of roms?

as i have already said i dont use the phone much for other things like TV (i guess there is TV antenna in the korean model) i just keep changing and trying out new roms. so which version should i get which had the most love of devs here? should i get the E980, E986 or E988

and how to check the EXACT MODEL NO while buying?

thanks





lundi 10 février 2014

Q: do I need root to downgrade android versions? topic




Verizon of course crippled my phone with the Ota of 4.3 I took.

I've lived with this looks g enough. Random lockups, needing a better pull. Camera failures.

I don't want or need to mess with root it just want to go back to my last stable build, whichever it was.

Can someone direct me there? Do I need to use Odin?
Where can I find safe original firmware?

Thanks I'm advance.

Sent from my SCH-I535 using xda app-developers app





mercredi 29 janvier 2014

CDMA US Versions Don't flash Roms topic




So for the past month or so i have been trying to find a working Rom for my SCH-R890 (US Cellular) i have flashed all Roms i can find including cyanogenmod,Pac-mam Rom, and Aviator Rom, non of them work because after flashing I end up with a null imei and a lost of network service. It was very frustrating for me since i broken two phone but thank good for the *228 feature on US Cellular that can restore my setting. After trying to find a solution to this mess i thought that it was my imei but after investigating some more i notice that these rom were for the international version. That when it hit me!! The international version all work on GSM System!!! So that explains why every time you flash a rom on the CDMA phone you loss your imei and phone number and connection. So for the US variants that run on CDMA don't flash any Roms that are for the i9195 because it will leave your phone with no network. I belive if we message the developers of the Roms then they could be able to create a CDMA version of there roms that would work for all CDMA version of this phone:fingers-crossed:





samedi 25 janvier 2014

which versions have the unlocked bootloader? topic




Hey guys, I intend to buy the Moto X next week while it's on sale for 9. Does the Moto maker carrier free version come with an unlockable bootloader? On the motorola website it says "US / Sprint, USC, TMO" version is unlockable. Does US apply to me buying a contract free Moto X directly from Motorola?





jeudi 23 janvier 2014

[CWM][Script]Precious Wipe Cleaner for KK 4.4.2 ROMs...and maybe all versions ;) topic




Hi,

last day i encountered FCs while ticking "Developer Options" in Settings on one KitKat rom i test in 2nd rom.

i look into /data/data/com.android.settings/shared_prefs/ and delete some xml files and reboot , then i see no FC at all.

so i made an aroma flasher to clean and wipe some folders in /data/ partition and some xml files in some /data/data/......APP......../shared_prefs/ sub-folders.



Code:


checkbox(
        "com.android.settings menu",
        "choice :",
        "@default",
        "remove1.prop",
       
        "tick what you need to wipe or delete","",2,
        "CMStats.xml","CMStats",0,
        "com.android.settings_preferences.xml","com.android.settings_preferences",0,
        "development.xml","development",0,
        "home_prefs.xml","home_prefs",0,
        "privacy_guard_manager.xml","privacy_guard_manager",0,
        "All xmls","All xmls files in data-data-com.android.settings-shared_prefs folder",0,
        "Total Wipe","Wipe totaly data-data-com.android.settings folder",0
);
checkbox(
        "com.android.systemui menu",
        "choice :",
        "@default",
        "remove2.prop",
       
        "tick what you need to wipe or delete","",2,
        "com.android.systemui_preferences.xml","com.android.systemui_preferences settings",0,
        "custom_toggle_state.xml","custom_toggle_state settings",0,
        "Halo.xml","Halo settings",0,
        "All xmls","All xmls files in data-data-com.android.systemui-shared_prefs folder",0,
        "Total Wipe","Wipe totaly data-data-com.android.systemui folder",0
);
checkbox(
        "selective wipe tool cleaner",
        "choice :",
        "@default",
        "wipe.prop",
       
        "tick what you need to wipe","",2,
        "wipe cache","delete data-cache folder",0,
        "wipe dalvik","delete datat-dalvik_cache",0,
        "delete batterystats.bin file","delete batterystats",0,
        "wipe com.android.providers.settings","wipe data-data-com.android.providers.settings",0,
        "All options here in one time","Wipe dalvik cache batterystats.bin and providers.settings",0
);


you can find and test my tool in attachments.

thanks.