CERCA
PER MODELLO
FullScreen Chatbox! :)

Utente del giorno: elmegio con ben 4 Thanks ricevuti nelle ultime 24 ore
Utente della settimana: 9mm con ben 12 Thanks ricevuti negli ultimi sette giorni
Utente del mese: 9mm con ben 35 Thanks ricevuti nell'ultimo mese

Pagina 47 di 137 primaprima ... 3745464748495797 ... ultimoultimo
Ultima pagina
Visualizzazione dei risultati da 461 a 470 su 1369
Discussione:

[SUPPORTO MODDING] Thread di Aiuti e Consigli alle Operazioni di modding

Se questa discussione ti è stata utile, ti preghiamo di lasciare un messaggio di feedback in modo che possa essere preziosa in futuro anche per altri utenti come te!
  1. #461
    Senior Droid L'avatar di EgYpT


    Registrato dal
    Jan 2013
    Messaggi
    479
    Smartphone
    Samsung Galaxy S10

    Ringraziamenti
    65
    Ringraziato 51 volte in 45 Posts
    Predefinito

    Ho editato il messaggio precedente, comunque si, ho i permessi, altrimenti non avrei potuto sostituire il prop, comunque grazie, lo proverò.

    Sarei tentato di formattare la microsd, però mi sembra insensato, gli unici files che interessano sono il prop e l'update

  2.  
  3. #462
    Senior Droid L'avatar di EgYpT


    Registrato dal
    Jan 2013
    Messaggi
    479
    Smartphone
    Samsung Galaxy S10

    Ringraziamenti
    65
    Ringraziato 51 volte in 45 Posts
    Predefinito

    Quote Originariamente inviato da aaaa00 Visualizza il messaggio
    ma come lo metti il build.prop ?
    Come scritto sulla guida, faccio il root, scarico root browser, vado sulla sd, "move" sul prop della sd, vado su system, "paste" nella cartella system, sostituisco.

    Ho già installato una volta la rom di emotionui, ho fatto esattamente lo stesso procedimento.

  4. #463
    Senior Droid


    Registrato dal
    May 2012
    Messaggi
    423
    Smartphone
    Huawei Ascend P1

    Ringraziamenti
    29
    Ringraziato 36 volte in 35 Posts
    Predefinito

    E' tutto messo per bene ? Cioè, hai la cartella dload con dentro SOLTANTO il file update ?
    Controlla per bene, deve funzionare

  5. #464
    Senior Droid L'avatar di EgYpT


    Registrato dal
    Jan 2013
    Messaggi
    479
    Smartphone
    Samsung Galaxy S10

    Ringraziamenti
    65
    Ringraziato 51 volte in 45 Posts
    Predefinito

    Si, dentro la dload c'è solo quello

  6. #465
    Senior Droid L'avatar di aaaa00


    Registrato dal
    Dec 2011
    Messaggi
    474
    Smartphone
    Ascend P1

    Ringraziamenti
    70
    Ringraziato 105 volte in 85 Posts
    Post

    SALVE SU XDA C'E' QUESTA GUIDA ALL IN ONE. SPERO POSSA ESSERE UTILE, TRADOTTA E RIUTILIZZATA ALL' INTERNO DEL FORUM.
    IL LINK DI ORIGINE è IL SEGUENTE:
    http://forum.xda-developers.com/showthread.php?t=2132043


    Since there is no forum made for Huawei Ascend P1/P1S (U9200) I wanted to gather all needed information in ONE topic.

    This guide is made by me, but inspired by many people.



    Disclaimer:
    I am not responsible for ANY bricked device!



    Huawei Ascend P1 U9200 guide by o-l-a-v.
    Thanks to:
    "fonehacker" for great AIO flashing tool. Can be found here: http://forum.xda-developers.com/show...php?p=28719715
    "arkedk" for keeping us updated with latest firmware. His thread here: http://forum.xda-developers.com/show....php?t=2075028
    "lee140685" for learning me most of this sh!t in the first place His post is here: http://forum.xda-developers.com/show...&postcount=310



    First of all:
    1. Links to files is below!
    2. Install drivers for adb and fastboot: http://www.teamandroid.com/2012/07/3...h-android-sdk/
    3. Backup stuff you want to keep. These things can potencially delete stuff from your phone internal memory. Especially flashing new firmware. Use "MyPhoneExplorer", "Super Backup : SMS & Contacts", "Titanium Backup" or others. (Use Google)
    4. Most of the stuff I've uploaded is heavily compressed by 7zip. You need 7zipto unzip stuff correctly.
    5. Other things you should know:
    → Reboot phone to recovery: Turn on while holding volume up + volume down. Or through ADB: "adb reboot recovery"
    → Reboot phone to fastboot: Turn on while holding volume down. Huawei logo will appear and won't disappear. Or through ADB: "adb reboot-bootloader"
    → Shut down phone if it freezes: Hold power button until dead.
    → For ADB to work, debug mode must be enabled, and you must choose "Hi suite" as USB connection mode.
    → Tool that makes everything easier: "Universal Android AIO Flasher Tool$".
    → Some Huawei firmwares is made without FM radio app. If you want it, get this apk: https://skydrive.live.com/redir?resi...J1oTimFuidUAFk



    How to root (Works on ANY Huawei stock firmware)
    1. Download ClockWorkMod beta. Unzip it, and place the .IMG in "C:\Program Files (x86)\Android\android-sdk\platform-tools" folder.
    2. Download "SU_Busybox_Package.zip". Don't unzip it. Place it on your SD card.
    3. Turn off your phone. Restart it while holding volume down (Fastboot mode). Connect your phone via USB
    4. In the "C:\Program Files (x86)\Android\android-sdk\platform-tools", hold shift while right click. Choose "open command window here"
    5. Write "fastboot devices" to verify that the computer detects your device. If not detected, you failed install Fastboot drivers. (Look at the top of this guide)
    6. Write "fastboot boot cwm_touch_recovery_viva_beta.img". This will boot your phone into CWM without the need of flashing it to your device.
    7. In CWM recovery menu, choose install zip. Locate "SU_Busybox_Package.zip" on your SD-card and install it
    8. Reboot the phone by option in CWM.
    9. When phone is booted you should have a new app in your menu, "SuperSU". If so, you are done.


    Install stock recovery or custom recovery. (Works regardless of root access or not)
    1. Download the recovery you want. Place the .IMG file in "C:\Program Files (x86)\Android\android-sdk\platform-tools" folder.
    2. Turn off your phone. Restart it while holding volume down (Fastboot mode). Connect your phone via USB
    3. In the "C:\Program Files (x86)\Android\android-sdk\platform-tools" folder, hold shift while right click. Choose "open command window here".
    4. Write "fastboot devices" to verify that the computer detects your device. If not detected, you failed install Fastboot drivers. (Look at the top of this guide)
    5. Write "fastboot flash recovery <your_recovery>.img". Ex: "fastboot flash recovery cwm_touch_recovery_viva_beta.img"
    6. If unsuccessful, try again, be very careful about typing it right. If successful, write "fastboot reboot" to reboot your phone. You are done.


    Install any Huawei stock firmware, regardless of version (even from custom rom)B229 is different. See "FAQ" at bottom.
    This will delete everything on your phone internal memory, and you will loose root.
    Your phone must be rooted for this method to work (replacing build.prop. Check FAQ about build.prop if you have any questions)

    1. Get firmware (UPDATE.APP), recovery.img and build.prop for desired firmware version.
    2. Place the Update.app on your SD-card. The file structure MUST be: (Root of SD-card) -> dload\UPDATE.APP
    3. Install recovery through the steps above.
    4. Use "Universal Android AIO Flasher Tool$" to insert a different build.prop through ADB:
    → 4a. Open desired buil.prop in notepad, notepad++ or similar. Copy everything.
    → 4b. Connect phone in ADB mode.
    → 4c. Open "Universal Android AIO Flasher Tool$". Go to "Build.prop Editor"-tab
    → 4d. Insert what you copyed into the empty text field.
    → 4e. Click the "save" button and then "Flash to device". You must grant it access with the SuperSU-app.
    → 4f. If successful, you must click "Reboot device" for the changes to take effect.
    → 4g. Check "Settings -> About" to check if stated firmware version has been changed to the one you want.
    5. Turn off your phone. Restart while pressing volume up + volume down. The firmware flashing procedure will start. If not, you have done something wrong.
    6. Done.


    Install custom firmwares/ROMs (Root not needed)
    This will delete everything on your phone internal memory. Backup stuff you want to keep.
    You will need custom recovery (ClockWorkMod) for this to work. Look above. (You can also do this without flashing custom recovery. Use command "fastboot boot cwm_touch_recovery_viva_beta.img" instead.)
    Depending on firmware, GAPPS (Google Apps) might not be included and must be flashed afterwards if it's wanted. (More information further down)

    1. Download desired 3rd-party firmware, it must be a CWM flashable .zip. Place it on you memory card. If you are going to glash GAPPS, place GAPPS .zip on the memory card too.
    2. Reboot you phone to recovery. Or boot "boot cwm_touch_recovery_viva_beta.img" from fastboot.
    3. Wipe what ever the custom firmware needs to have wiped. Generally cache, dalvik and user data.
    4. Flash the firmware .zip, and then, if you are going to flash GAPPS -> Flash the GAPPS .zip
    6. Restart the phone. It will use alot of time the first time. If it uses more than, let's say.. 7 minutes, something is wrong (bootloop).
    → Wipe cache, dalvik and userdata with CWM.
    → If this does not solve the problem, check the files and reflash. If it still bootloops: The files don't work with U9200.
    7. The phone starts successfully: You are done.




    Install latest baseband version
    Why?Baseband / radio.img is the software controlling everything that has to do with signal. Newer baseband versions can boost your performance + make battery last longer. It might make things worse, but generally newer means better.
    How?There is no way to extract radio.img from Huawei firmware at this point. So only way to do this is through flashing a stock firmware from Huawei containing the baseband (radio.img) version you want. (Never firmware often contains newer baseband versions). If you want custom firmware/ROMs you can flash them over it, baseband version will remain/ radio.img/baseband is not included in custom firmwares/ROMs. Flashing any Huawei firmware will replace baseband with its own version.
    For flashing procedure, see "Install any Huawei stock firmware, regardless of version you are on (even from custom rom)"


    Install Google Apps (Google Play etc. aka GAPPS)
    Why?You want google applications, but it's not included in the ROM you are flashing.
    Which?GAPPS is made for every android version (ICS=4.0.x, JB=4.1.x and JB=4.2.x). Make sure you pick the right one!
    How?Download correct GAPPS matching your desired firmware/ROM (Links further down in this guide). Use ClockWorkMod Recovery to flash it.
    All Huawei stock firmwares (Except chinese versions) have this preinstalled. You need rooted firmware for installing GAPPS. If you install EmUI B525, B528 or B029 you must first root it! MIUI and other custom ROMs is rooted by standard.





    Press THANKS if I've helped you!

  7. Il seguente Utente ha ringraziato aaaa00 per il post:

    MatVekk (07-08-13)

  8. #466
    Senior Droid L'avatar di aaaa00


    Registrato dal
    Dec 2011
    Messaggi
    474
    Smartphone
    Ascend P1

    Ringraziamenti
    70
    Ringraziato 105 volte in 85 Posts
    Predefinito

    Sh!t you might need Unzip .7z with 7-zip!


    Guides:
    How to split Huawei firmwares (get boot.img and recovery.img for a given Huawei firmware)
    http://madmodder.co.uk/huawei_genera...i-firmware.htm


    Huawei Firmware / ROMs:
    B226 > Version before B229: https://mega.co.nz/#!aggyzBxL!LDaL6H...G2U2qO4ijq2-6g
    B229 > Latest ICS stable, General Version: https://mega.co.nz/#!r5oGXCLC!MRHWrm...2omd5Zfbc8et5A
    B130 > Latest ICS EmUI v1.0 beta, Russian Version: https://mega.co.nz/#!PwRAXKLb!Te0BNR...9Z-GS0i_ZvAF4w
    B029 > Latest ICS EmUI v1.0 stable, China Version: https://mega.co.nz/#!OtAxDagK!Zd7SWU...SNzcSAjBKdRfDQ
    B528 > Latest JB EmUI v1.5 beta, Chinese Version: https://mega.co.nz/#!7oRRlZ5Z!f8jFjj...gNsNHv_f1C-wfY
    For EmUI fw's it's reccomended to apply the "EmUI Trial Patch" It is intended to fix problems upgrading to russian EmUI (B130) from different region. According to Krizzii it fixes problems with any EmUI version, such as "theme changer fixed, better organised desktop, more (Russian) apps and the notification panel is back!" It will factory reset the phone.


    3rd party Firmware / ROMs:
    Sadly there is not much developing going on for U9200. Few users and POOR support from Huawei, leaves developers few in numbers.


    MIUIwas making ROMs for U9200, but they sadly stopped developing after version 3.2.11. If you want MIUI (It's a GREAT ROM) it's recommended to get 2.12.29 as it's more stable than the newer versions. Unofficial newer build can be found, but these are chinese. As MIUI might remove old ROMs from their servers I've uploaded 2.12.29 to my mega account.
    MIUI 2.12.29 (ICS): https://mega.co.nz/#!ao5RAKrQ!MhwfLn...vCNFIo4UDlY71U
    - Both official English (miuiandroid.com) and Chinese (miui.com) ROMs are rooted and comes without GAPPS.
    - Language packs for the English version were and (might still are) avaible from miuiandroid.com.
    - Chinese versions containes a chinese modified Google Play Store-app which is illegal outside China
    Links to MIUI official websited: English<> Chinese


    faust93on xda is porting unofficial CyanogenMod 10.1based on android 4.2.2. Check his thread here: http://forum.xda-developers.com/show....php?t=2189120


    Chinese developers ports and develop several custom firmwares (look here), such as CyanogenMod, MIUI etc. If you are interested in these, look at the link + search for yourself




    FlashPacksIncludes build.prop, recovery.img and boot.img. Extracted and compressed by me
    B226: https://mega.co.nz/#!TpY33CbL!cfpCMX...xyXqIQVXNvWt6Q
    B229: https://mega.co.nz/#!OxICDTaS!LPAPhG...h7QNytM0xqcbHU
    B029: https://mega.co.nz/#!2sJzzSIB!a915ek...SQaWnUCUNaH1DA
    B528: https://mega.co.nz/#!O9wjXByA!VzMAVV...nBCvnfrAnVaRyc


    Custom recovery:
    ClockWorkMod Touch v5.8.4.5 (Unofficial beta port in English, everything seem to work): https://mega.co.nz/#!TtB1SbIS!SNPfCg...tKScx9zmZt_9cM
    ClockWorkMod v6.0.1.9 by faust93on xda. It includes stock recovery without having to switch recovery.img. Non touch version. Everything seem to work:https://mega.co.nz/#!vggSFBxQ!R7dIE1...JuJA3on3KvLX9c
    Stock Huawei recovery is avaible in the "FlashPacks" I've made. They also contain build.prop and boot.img.


    Latest GAPPS(Newest always here: Goo.im Downloads - Browsing gapps)
    ICS(4.0.x): Goo.im Downloads - Downloading gapps-ics-20120429-signed.zip20120429
    JB (4.1.x): Goo.im Downloads - Downloading gapps-jb-20121011-signed.zip20121011
    JB (4.2.x): Goo.im Downloads - Downloading gapps-jb-20130301-signed.zip20130301


    Drivers
    Huawei Drivers (not really needed. Made by "TeamAndroid"): https://mega.co.nz/#!7tIlTDqS!Fdl1tk...QShbFmzuE7tre0


    Root:
    Busybox With SuperSU: https://skydrive.live.com/redir?resi...LqfEgS9rfzhRcI


    Programmi:
    Universal Android AIO Flasher Tool$: http://forum.xda-developers.com/show...php?p=28719715
    Android SDK platform: Android SDK | Android Developers
    MyPhoneExplorer: FJ Software Development
    Super Backup: https://play.google.com/store/apps/d...up.smscontacts
    Titanium Backup: https://play.google.com/store/apps/d...TitaniumBackup

  9. Il seguente Utente ha ringraziato aaaa00 per il post:

    MatVekk (07-08-13)

  10. #467
    Senior Droid L'avatar di EgYpT


    Registrato dal
    Jan 2013
    Messaggi
    479
    Smartphone
    Samsung Galaxy S10

    Ringraziamenti
    65
    Ringraziato 51 volte in 45 Posts
    Predefinito

    Ok dopo aver formattato la microsd e aver usato il build di slayerpod (che ringrazio) ha fatto l'aggiornamento, peccato che adesso all'avvio si blocca sul logo -.-

  11. #468
    Senior Droid L'avatar di aaaa00


    Registrato dal
    Dec 2011
    Messaggi
    474
    Smartphone
    Ascend P1

    Ringraziamenti
    70
    Ringraziato 105 volte in 85 Posts
    Predefinito

    MA PER CASO PARTI DALLA EMUI ?
    se cosi fosse devi passare per l'intermediate pack

    edit: anzi per il pacchetto downgrade (intermediate e fw base) poi dovresti mettere la b226
    Ultima modifica di aaaa00; 23-03-13 alle 12:23

  12. #469
    Senior Droid


    Registrato dal
    May 2012
    Messaggi
    423
    Smartphone
    Huawei Ascend P1

    Ringraziamenti
    29
    Ringraziato 36 volte in 35 Posts
    Predefinito

    Moooolto strano... Spegni il telefono e accendi tenendo premuto il vol+ ( appena lo senti vibrare lascia il tasto accensione e tieni premuto solo vol+ ) e fai i wipe di data e cache e riavvii

    Inviato dal mio U9200 con Tapatalk 2

  13. #470
    Senior Droid L'avatar di EgYpT


    Registrato dal
    Jan 2013
    Messaggi
    479
    Smartphone
    Samsung Galaxy S10

    Ringraziamenti
    65
    Ringraziato 51 volte in 45 Posts
    Predefinito

    Si ero emui, però avendo fatto tutto il casino nel mezzo (wipe di qui, format di là) pensavo la situazione fosse resettata.

    Non sapevo dovessi passare dal pacchetto downgrade (anche perché non c'è scritto da nessuna parte).

    Comunque ora che mi si blocca al logo che faccio? Di nuovo emulazione cwm, nandroid e downgrade? Devo comunque rimodificare il build.prop? E poi, nella cartella del downgrade ci sono due UPDATE, uno nella cartella dload e uno nella cartella vendor, quale uso?

Pagina 47 di 137 primaprima ... 3745464748495797 ... ultimoultimo
Ultima pagina

Tag per questa discussione

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire risposte
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Torna su
Privacy Policy