Home | Looking for something? Sign In | New here? Sign Up | Log out

Wednesday, August 27, 2014

All about-Flashing Stock ROMs, Language packages + Nokia X(+,L) ROM collection

/ On : 11:45 PM
Refurbish - It will remove all user content from the memory (not SD) and restore all settings to factory ones. It'w works only on connected and not dead phones. NCS will read current software version and let you only updgrade to latest one for your specific variant code, PC.

Recovery - This options will recover dead phone or will flash different software variant designeted for other markets. Phone if is live must be powered down and not connected to NCS until massage pop up during flashing while after when you press the Start



Language package change - It let you change to other languge same way as Refurbish, NCS must establish connection first before do it.

Code:
Note to Refurbish and LPC: For device detection, user needs to   manually enter code: *#*#2273#*#*  on device dial-pad and enable WinUSB   mode by selecting it on device’s screen. Same action is always needed   after finalized flashing
To get start, first download latest NCS with support Nokia X series.

NokiaCareSuiteForStore-5.0.60.1409_WindowsMania 

Download all ROM files and copy them into c:\ProgramData\Nokia\Packages\Products\rm-xxx\
Where xxx is:

  • Nokia X - RM-980, RM-981
  • Nokia X+ - RM-1053
  • Nokia XL - RM-1030. RM-1042

Launch Nokia Care Suite from yur desktop and click on Product Support Tool for Store 5.0


If you doing Recovery which is most of cases, unmark Automatic product selection and set No Connection. Do not connect the phone!
Click File-> Open product-> put model name if NCS let you or write down RM version, for example 980



Then Programming-> recovery, downloaded packages will show up in the window 


Click on an firmware and press Start, wait for massage windows and follow it. 


ROM's collection

I will post only links for one example, which is SWAP version. Mean is not designed to any country or network. 

Code:
http://nds2.fds-fire.nokia.com/fds_f...3_oemsblhd.mbn
 http://nds2.fds-fire.nokia.com/fds_f...appsboothd.mbn
 http://nds2.fds-fire.nokia.com/fds_f....signature.bin
 http://nds2.fds-fire.nokia.com/fds_f...bel_layout.xml
 http://nds2.fds-fire.nokia.com/fds_f...10.0.3_061.vpl
 http://nds2.fds-fire.nokia.com/fds_f...10.0.3_061.dcp
 http://nds2.fds-fire.nokia.com/fds_f...hd_cfgdata.mbn
 http://nds2.fds-fire.nokia.com/fds_f...0701dpi600.pcx
 http://nds2.fds-fire.nokia.com/fds_f....0.3_qcsbl.mbn
 http://nds2.fds-fire.nokia.com/fds_f...c_appsboot.mbn
 http://nds2.fds-fire.nokia.com/fds_f...0.3_oemsbl.mbn
 http://nds2.fds-fire.nokia.com/fds_f....3_persist.img
 http://nds2.fds-fire.nokia.com/fds_f...AP_variant.img
 http://nds2.fds-fire.nokia.com/fds_f...0.0.3_boot.img
 http://nds2.fds-fire.nokia.com/fds_f...3_recovery.img
 http://nds2.fds-fire.nokia.com/fds_f....0.3_cache.img
 http://nds2.fds-fire.nokia.com/fds_f...10.0.3_fat.bin
 http://nds2.fds-fire.nokia.com/fds_f...3_userdata.img
 http://nds2.fds-fire.nokia.com/fds_f....0.3_udisk.bin
 http://nds2.fds-fire.nokia.com/fds_f....3_preload.img
 http://nds2.fds-fire.nokia.com/fds_f...0.3_system.img

To download any other ROM use NDPM modified to work without login .
Dev-Host - Nokia DataPackage Manager 2013.7.5 Edited.msi - The Ultimate Free File Hosting / File Sharing Service



Rest of current variants:

Code:
059V301: RM-980 GLOBAL SWAP
059T991: RM-980 NDT APAC ID ERA
059T992: RM-980 NDT APAC ID PAR
059T993: RM-980 NDT APAC ID TRI
059T9F0: RM-980 NDT APAC MY
059T983: RM-980 NDT APAC TH
059T982: RM-980 NDT APAC VN
059T9D8: RM-980 NDT EURO PL
059T989: RM-980 NDT EURO TR
059T9G1: RM-980 NDT EURO UA
059T9G0: RM-980 NDT IMEA AE
059T9F2: RM-980 NDT IMEA EG
059T985: RM-980 NDT IMEA IN
059T9F4: RM-980 NDT IMEA KE
059T9F9: RM-980 NDT IMEA KW
059T9F5: RM-980 NDT IMEA NG
059T9F7: RM-980 NDT IMEA OM
059T986: RM-980 NDT IMEA PK
059T9F8: RM-980 NDT IMEA QA
059T9F6: RM-980 NDT IMEA SA
 
[ROM][Nokia X] Vanilla AOSP/Code Aurora [4.1.2]

Koush SuperUser:http://click.xda-developers.com/api/...=superuser.zip

To activate microphone for incall use you MUST:
1. Plug in a headset
2. Open the FM app
3. Go to settings in FM app and select to use speakers
4. Close FM and disconnect headset
5. Profit
You must repeat this after each reboot.


Known Working: Phone Calls, Bluetooth, Camera, CamCorder, FM, GPS, MultiSim, Media playback, MTP, sensors (proximity, rotation, brightness, etc), incall audio (mic)

Recovery:

TWRP 2.7.0.2 for Nokia X (normandy)

This is a fully working version of the latest TWRP.

All sources can be found at https://github.com/dhacker29?tab=repositories

I built this in CyanogenMod cm-10.0 sources by repo init from the jellybean branch and addinghttps://github.com/omnirom/android_bootable_recovery to my local manifest and removing bootable/recovery.

The following patch is required to bootable/recovery twrp_normandy.patch
Also in device/nokia/normandy/BoardConfig.mk
Code:
BOARD_HAS_NO_SELECT_BUTTON := true
-BOARD_CUSTOM_GRAPHICS := ../../../device/nokia/normandy/recovery/graphics.c
+#BOARD_CUSTOM_GRAPHICS := ../../../device/nokia/normandy/recovery/graphics.c
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
To build in the CyanogenMod cm-11.0 branch you just need this one patch to bootable/recovery:
Code:
diff --git a/minuitwrp/Android.mk b/minuitwrp/Android.mk
index 4ee59d0..8e47a2b 100644
--- a/minuitwrp/Android.mk
+++ b/minuitwrp/Android.mk
@@ -10,6 +10,9 @@ else
LOCAL_SRC_FILES += graphics.c
endif

+LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
+LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
+
ifeq ($(TW_TARGET_USES_QCOM_BSP), true)
LOCAL_CFLAGS += -DMSM_BSP
ifeq ($(TARGET_PREBUILT_KERNEL),)
Quote:
The rest of the post is shamlessly kanged from Dees Troy's official TWRP posts
Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.



CHANGELOG for 2.7.0.2:
Enabled selinux support

CHANGELOG for 2.7.0.1:
Fixed graphics glitch and reboot issues

CHANGELOG for 2.7.0.0:
-Faster graphics rendering by disabling alpha blending on fully opaque objects thanks to Tassadar
-Allow sideloading from /tmp on encrypted devices
-Check for a crypto footer before asking for a password to prevent user confusion
-Additional checks for validity to auto generated backup names
-Text wrap in the console output
-Proper caps lock support in the keyboard
-Mouse support via USB OTG for devices with a broken digitizer
-Improve scanning of storage locations for OpenRecoveryScript
-Haptic feedback for buttons, keyboard, and vibration at the end of longer running actions thanks to Samer Diab
-Fixed ext4 wiping when no selinux contexts are defined for that partition (e.g. sd-ext)
-Update SuperSU to 1.93 and improve installation process
-Added selinux contexts restoration to fix permissions
-Load RTC offset on Qualcomm devices to fix the date/time in recovery
-USB Mass Storage fixes Add SELinux support checking
-Add Disk Usage class to better handle excluded folders (e.g. Google Music cache)
-Add 4.4 decrypt support
-Add some toolbox utilities to TWRP (namely to support SELinux functions not supported in busybox)
-Various SELinux fixes and bug fixes

Note: 2.7 marks the first time that we are dropping support for older devices. We are doing this because of the SELinux support needed to install 4.4 Kit Kat ROMs. The non-TWRP parts of the recovery image have to be built in at least a 4.1 tree and the kernel that is included in the recovery image has to support writing SELinux contexts. We don't own most of the devices that we support so we depend on outside testers and developers to help us update devices. In many cases we can't find someone readily. Come to #twrp on Freenode if you want to help bring your device up to date. You can tell right away if your device will support 4.4 ROMs in 2.7. Boot TWRP and press the console button (the square-ish button either in the bottom middle or upper right) to view the console output. If it doesn't say "Full SELinux support" in the console, then your device still needs some work. Help us help you

DOWNLOAD: http://click.xda-developers.com/api/...2-normandy.img

ClockWorkMod Recovery v6.0.4.8 for Nokia
X

Based on CM-11 sources with full selinux support.
Download: http://click.xda-developers.com/api/...8-normandy.img

To install you must have fastboot set up on your pc and then:
Code:
adb reboot bootloader
fastboot -i 0x0421 flash recovery cwm-6028-normandy.img
You may need to rename /system/etc/install-recovery.sh to /system/etc/install-recovery.sh.bak for it not to be over written on reboot.



Downloads:
No Software Navigatoin Bar:
 http://click.xda-developers.com/api/...9-20140412.zip
With Software Navigation Bar:http://click.xda-developers.com/api/...r-20140415.zip

Gapps:Goo.im Downloads - Downloading gapps-jb-20121011-signed.zip

Change Log:
04-10-2014-2: Fixed all sensors, Updated FM app to look like Jellybean
04-12-2014: Kind of fixed incall audio (See note above)

Enjoy!

Gsmhosting Information
AOSP/CAF 4.1.2, ROM for the Nokia X

Contributors
dhacker29
ROM OS Version: 4.1.x Jelly Bean
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Nokia X software platform 1.1
Based On: AOSP/Code Aurora

0 comments:

Post a Comment

Popular Posts