OP3 NFC UID problem - OnePlus 3 Questions & Answers
Hy Folks!
I want to use my phone with NFC-SIM to door-open and more authentication at my workplace.
Unfortunately OP3 generating radnom UID, not use the SIM custom ID.
I read after and found some description about it for NXP and Broadcom chipsets,
but i didn't have AOSP or any source for modifies and recomplie the necessary files ..
I want ask some help, if possiebele , sorry for my bad english.
Thanks in advance !
I got the same problem.
I'm on CM13. Is there a way to get a static UID?
Sepsis00 said:
I got the same problem.
I'm on CM13. Is there a way to get a static UID?
Click to expand...
Click to collapse
I think it yes , exists solution. (I hope... )
Found these:
description about HCE
some thing about UID
solution for static UID (Nexus 7)
I wrote to OP support but got a noob answer....
I tried to edit libnfc-brcm.conf with no success.
What's last status?
I want to use my phone with NFC for door-access and need to static UID.
Unfortunately, OP3 (stock rom with Android Oreo) is generating random UID in the default configuration.
I have solved the similar case before with LG G2.
Changed "NFA_DM_START_UP_CFG" in "libnfc-brcm-20791b05.conf" and worked.
These files are located at /etc/ of OP3
- libnfc_yangchengtong.conf
- libnfc-nxp.conf
- libnfc-nxp_beijingbus.conf
- libnfc-nxp_dc45.conf
- libnfc-nxp_lingnantong
- libnfc-nxp_shenzhentong.conf
- libnfc-brcm.conf
- libnfc-brcm_nohce.conf
I changed parameters for OP3 in "libnfc-nxp.conf" and other libnfc files to be sure as
NXP_CORE_CONF={20, 02, 2E, 0E,
18, 01, 01,
21, 01, 00,
28, 01, 00,
30, 01, 04,
31, 01, 00,
33, 04, 01, 02, 03, 04,
50, 01, 02,
54, 01, 06,
5B, 01, 00,
60, 01, 0E,
80, 01, 01,
81, 01, 01,
82, 01, 0E,
32, 01, 60
}
NXP_DEFAULT_SE=0x02
NXP_SWP_FULL_PWR_ON=0x01
, but it didn't work. Then I changed libnfc-brcm.conf file as
NFA_DM_START_UP_CFG={28:CB:01:01:A5:01:01:CA:14:00:00:00:00:06:E8:03:00:00:00:00:00:00:00:00:00:00:00:00:00:80:01:01:33:07:01:02:03:04:05:06:07}
which didn't work either. How can I solve this issue? Thanks for your advice.
(Edit)
When you change value of NXP_DEFAULT_SE parameter to 0x00 (No secure element) in libnfc-nxp.conf, then it's working.
Related
Russian SmartDial on Tornado WM6 Build_5.2.1616.18120 v3.7
Russian SmartDial. It is not in this ROM. How?
Try importing to registry REGEDIT4 [HKEY_LOCAL_MACHINE\Security\Phone\PhoneKeyMatch\KeyboardMappings] "32"="32, 61, 62, 63, 430, 431, 432, 433" "33"="33, 64, 65, 66, 434, 435, 436, 437" "34"="34, 67, 68, 69, 438, 439, 43A, 43B" "35"="35, 6a, 6b, 6c, 43C, 43D, 43E, 43F" "36"="36, 6d, 6e, 6f, 440, 441, 442, 443" "37"="37, 70, 71, 72, 73, 444, 445, 446, 447" "38"="38, 74, 75, 76, 448, 449, 44A, 44B" "39"="39, 77, 78, 79, 7a, 44C, 44D, 44E, 44F"
[APP][Jun 22]-One X -VLC Beta For Android - Unofficial [updated n° 59]
Default [APP] VLC For Android Gets Unofficial Hourly Alpha Builds Courtesy Of A Generous Developer 8 months ago, I had written a post for Htc Desire S and Asus TF101 tablet forums about the VLC application for Android. It was a pre-alpha version which was distributed. Today, it's a beta version, which is proposed. I let you read more on this news. I will try to follow all differents updated builds for this beta version. { "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" } The builds come in both NEON and non-NEON flavors. So, folks with older phones, or devices with the Tegra 2, for example, should probably download the non-NEON version. Newer devices packing the likes of the T3, S4, and modern Exynos SoCs can enjoy the NEON version. Be sure to check online to see if your processor has NEON support if you're unsure. To reiterate, this isn't an official source, and the builds are still very alpha at the moment, but it's nice to see that the community is at least picking up some of VideoLAN's slack. Hit up the source link below to grab the most bleeding edge VLC on Android you can get right now. Click to expand... Click to collapse How do you find out if your device is NEON or No-NEON ? It's easy for a One X with Tegra 3, our HOX is NEON Simply use a file manager app, dig around in your system files and locate the folder /proc/cpuinfo and then take a look inside. You should see something like this: Or an easier was to check for neon is to run this command: Code: Code: cat /proc/cpuinfo | grep -e neon Update Jun 22 - Compilation 59 - And download apk FOR ONE X VLC-NEON.apkhttp://d-h.st/qLW => MD5 Sum: 2f2bc265d5797be4b677181c58e10911 - Size: 7.49 MB (7852747 bytes) VLC-NO_NEON.apk => MD5 Sum: 37f87d3c05f799b724e8e9cfbfa4be6a - Size: 7.64 MB (8013494 bytes) Code: [B]Modifications - Last Part #59 (22 juin 2012 09:01:26) Rename AudioSongsListAdapter to AudioListAdapter — jb / gitweb use setKeepScreenOn on the surfaceview — xilasz / gitweb AudioService: always stay alive + always block headset button events from the OS — xilasz / gitweb #58 (22 juin 2012 02:01:32) audiotrack: revert latency changes of c7d10e49bd7 — funman / gitweb #57 (22 juin 2012 01:01:27) don't use deprecated getWidth & getHeight + remove unused imports — xilasz / gitweb SCREEN_BRIGHT_WAKE_LOCK is deprecated, use setKeepScreenOn instead. — xilasz / gitweb URLDecoder.decode(string) is deprecated, use the encode(String,String) instead — xilasz / gitweb AudioFormat.CHANNEL_CONFIGURATION_STEREO is deprecated — xilasz / gitweb #56 (21 juin 2012 22:01:25) src: Delete directoryList as well — edward.c.wang / gitweb Add DirectoryViewFragment and related missing files — edward.c.wang / gitweb #55 (21 juin 2012 21:01:25) src: Don't leave an empty string when stripping the trailing slash — edward.c.wang / gitweb Add directory view through the menu — edward.c.wang / gitweb src: Remove directory view from the audio media library — edward.c.wang / gitweb #54 (21 juin 2012 19:01:30) Java code improvements and code cosmetics — jb / gitweb #53 (21 juin 2012 18:01:25) disable SongList from AudioPlayerActivity for now. — xilasz / gitweb Bind/unbind are designed for activities, it should not be used on fragments. — xilasz / gitweb Complete the release process — jb / gitweb About Section — jb / gitweb fix crash if tab is changed while swiping in audiobrowser — xilasz / gitweb Code is GPLv3, because of Apache libs — jb / gitweb AudioBrowser: prevent the user to scroll the header — xilasz / gitweb #52 (21 juin 2012 17:01:29) Allow to build for releases — jb / gitweb #51 (21 juin 2012 14:01:25) AudioDirectoryAdapter: support video as well — edward.c.wang / gitweb Move AudioListActivity to Fragment — jb / gitweb Refactore AudioListActivity into AudioListFragment — jb / gitweb src: Update tag of AudioListFragment — edward.c.wang / gitweb #50 (21 juin 2012 13:01:25) util: use proper methods name — etix / gitweb Disable the indeterminate progress bar on pre-ICS devices — etix / gitweb src: Add an utility function to strip spaces — edward.c.wang / gitweb res: add plurals for subfolder — edward.c.wang / gitweb Add a directory browsing view — edward.c.wang / gitweb src: AudioBrowserActivity was renamed to AudioBrowserFragment — edward.c.wang / gitweb src: Load media information when using directory view — edward.c.wang / gitweb src: Missing debug tag in VideoListFragment — edward.c.wang / gitweb src: correct hideous spelling error — edward.c.wang / gitweb AudioDirectoryAdapter: less debug — edward.c.wang / gitweb Code: [B]Modifications - Part# 3/4[/B] #49 (21 juin 2012 12:01:28) makefile: add an uninstall rule — etix / gitweb Add the refresh button in the ActionBar if there is enough room — etix / gitweb Do the same for the "open MRL" menu — etix / gitweb Use the proper drawable for the search button — etix / gitweb Remove unneeded title — jb / gitweb Adapt the FlingView assert to fragment — jb / gitweb Do not hardcode /sdcard — jb / gitweb #48 (21 juin 2012 11:01:25) Allow deletion in AudioListActivity too — jb / gitweb #47 (21 juin 2012 10:01:25) We don't need a full size image — etix / gitweb Create a custom VLC style for the ActionBar — etix / gitweb don't handle call headset button during phone calls, leave it to android — xilasz / gitweb Set the logo used in the ActionBar — etix / gitweb Fix issue with Android pre-4.x — etix / gitweb #46 (21 juin 2012 08:01:25) Audio context menu: factorization — jb / gitweb Rename activities that are now of type fragment — etix / gitweb #45 (21 juin 2012 06:01:25) apkclean: use --force for rm — etix / gitweb Re-enable the context menu — etix / gitweb Fix a crash in the VideoList fragment — etix / gitweb #44 (21 juin 2012 05:01:25) Consistent imports — jb / gitweb Git Ignore keystores — jb / gitweb Fix the audiolist crash — jb / gitweb #43 (21 juin 2012 00:01:25) Audio: fix browsing — xilasz / gitweb #42 (20 juin 2012 18:01:25) Support for fragments in the VideoList Menu — jb / gitweb Deactivate the context menu for the night, until un-breakage — jb / gitweb #41 (20 juin 2012 17:01:27) show focused items in lists — xilasz / gitweb Add ActionBarSherlock library — etix / gitweb Modernize the code for Android 4.x — etix / gitweb Use the progress bar provided by the action bar — etix / gitweb Add gitignore to ActionBarSherlock — etix / gitweb Code cleanup — etix / gitweb ActionBarSherlock: use an env variable to find the SDK path — etix / gitweb VideoListActivity requires a specific theme — etix / gitweb Add a apkclean target in the Makefile to clean java code — jb / gitweb Remove unused code for apiSdk — jb / gitweb Add video context menu — jb / gitweb Missing drawable — etix / gitweb Missing animations — etix / gitweb #40 (20 juin 2012 16:01:25) src: add a VLCCallbackTask to make threading easier — edward.c.wang / gitweb Use threading as to not block the UI thread when checking for video tracks — edward.c.wang / gitweb #39 (20 juin 2012 15:01:25) hide list selection in preview — xilasz / gitweb Audio: invert songs and album/artist — jb / gitweb #38 (20 juin 2012 14:01:25) Do not hardcode debuggable in the manifest — jb / gitweb Cleanup headers — jb / gitweb native audiotrack: add synchronisation and pause support — funman / gitweb #37 (20 juin 2012 13:01:25) res: Strings cleanup — edward.c.wang / gitweb Completely hide what is hidden — jb / gitweb Info: make the OK button smaller — jb / gitweb French translation — jb / gitweb #36 (20 juin 2012 12:01:25) Info_dialog: fix on smaller layouts — jb / gitweb Remove unnecessary includes — jb / gitweb #35 (20 juin 2012 11:01:25) Delete song in contextMenuListener (detail / gitweb) Handle headset buttons (detail / gitweb) #34 (20 juin 2012 10:01:25) Support more protocols (detail / gitweb) #33 (20 juin 2012 07:01:25) Release monitor when done (detail / gitweb) #32 (19 juin 2012 23:01:25) Move length_change_monitor to top of file so that it can be used in the entire file — edward.c.wang / gitweb Use length_change_monitor to wait until the demux is working — edward.c.wang / gitweb src: Allow opening network streams — edward.c.wang / gitweb #31 (19 juin 2012 17:01:25) Don't crash if there are no subdirectories or they are inaccessible — edward.c.wang / gitweb #30 (19 juin 2012 14:01:25) res/values-de: don't translate stuff which isn't supposed to be — fkuehne / gitweb Revert "res/values-de: don't translate stuff which isn't supposed to be" — edward.c.wang / gitweb res: Allow translating about text — edward.c.wang / gitweb Media: Do not display non-sensical infos — jb / gitweb[/B] Code: [B]Modifications - Part# 2[/B] #29 (19 juin 2012 13:01:25) res: updated German translation — fkuehne / gitweb res: more updates for the German translation and some improvements — fkuehne / gitweb gitignore: ignore .DS_Store — fkuehne / gitweb res: some more minor improvements to the German translation — fkuehne / gitweb #28 (18 juin 2012 13:01:25) Build contribs with -g (detail / gitweb) #27 (18 juin 2012 11:01:25) Avoid Lint error about DimStatusBar for api >= 11 (detail / gitweb) Remove ... and use the xml entity (detail / gitweb) #26 (18 juin 2012 10:02:39) Abort thumbnailer if no video is coming after 10 seconds (detail / gitweb) #25 (18 juin 2012 09:01:18) Always show the open warning (detail / gitweb) Improved welcome text for beta (detail / gitweb) #24 (11 juin 2012 17:00:44) Java is a proper noun (detail / gitweb) #22 (11 juin 2012 15:00:44) configure.sh: why we need android-9 (detail / gitweb) configure.sh: Fix ARMv6 illegal instruction errors (detail / gitweb) #21 (1 juin 2012 13:00:45) enable ass/ssa subtitles (detail / gitweb) #20 (29 mai 2012 14:00:44) subtitle track selection (detail / gitweb) vmem is required for thumbnails (detail / gitweb) Code: [B]Modifications - Part# 1[/B] #18 (28 mai 2012 12:00:44) Add a contrib patch for libxml and activate it in the build (detail / gitweb) #17 (26 mai 2012 14:02:42) Move modules blacklisting in shell script (detail / gitweb) blacklist a few more modules (detail / gitweb) #15 (24 mai 2012 14:00:44) add ARM/NEON simple channel mixer patch (detail / gitweb) UI: show last position of last video played (detail / gitweb) #14 (23 mai 2012 15:00:45) Fix audio patch with updated vlc.git — jb / gitweb #11 (21 mai 2012 09:00:45) Use the new option name — jb / gitweb #10 (20 mai 2012 18:00:45) Fix sem_destroy — funman / gitweb If you want more, VLC Hourlies If you want to learn more about "what's NEON", you can read this info about this : ARM The Architecture For The Digital World For those who want to build something themselves, information is available on their wiki: VLC Wiki: AndroidCompile. Official site VLC VLC media player for Android
Thanks. Been waiting for android version of VLC for ever! Sent from my HTC One X using Tapatalk 2
p2nv said: Thanks. Been waiting for android version of VLC for ever! Sent from my HTC One X using Tapatalk 2 Click to expand... Click to collapse I think it will be for next year... but when it will be realized, it's gonna be an excellent apk as app for PC (Window, Mac, Ubuntu, Fedora)
Whats neon?
zoellner86 said: Whats neon? Click to expand... Click to collapse Have you try to search on Internet before asking this question? I think not So NEON alias (alias MPE, Media Processing Engine). You can read this ARM The Architecture For The Digital World Find by Google => Environ 1 630 000 résults (0,47 secondes)
Update, for those who want testing Modifications #14 (23 mai 2012 16:25:11) Fix audio patch with updated vlc.git — jb / gitweb Download link on OP 80 downloads and only 2 thanks, it's a pleasure
Update - New modifications Code: Modifications #15 (24 mai 2012 14:00:44) add ARM/NEON simple channel mixer patch (detail / gitweb) => patches/0004-add-ARM-NEON-version-of-simple-channel-mixer.patch UI: show last position of last video played (detail / gitweb) => The file was modified vlc-android/src/org/videolan/vlc/gui/video/VideoListActivity.java (diff) => The file was modified vlc-android/src/org/videolan/vlc/gui/video/VideoListAdapter.java (diff)
Thanks for the detailed info on vlc. Sent from my HTC One X using xda premium
New update Code: Modifications [COLOR="Blue"][B]#17 (26 mai 2012 14:02:42)[/B] [/COLOR] Move modules blacklisting in shell script => The file was modified Makefile (diff) => The file was added find_modules.sh Blacklist a few more modules => Make the regexps more strict (match libXXXX_plugin.a) => The file was modified find_modules.sh (diff)
New update - Compilation #18 -28 mai 2012 Code: Modifications #18 (28 mai 2012 12:00:44) Add a contrib patch for libxml and activate it in the build (detail / gitweb)
New update - Compilation #29 mai 2012 Code: Modifications #20 (29 mai 2012 12:00:44) subtitle track selection (detail / gitweb) vmem is required for thumbnails (detail / gitweb)
New Update - Compilation #21 (1 juin 2012 13:00:45) Code: Modification #21 (1 juin 2012 13:00:45) enable ass/ssa subtitles (detail / gitweb) The VLC beta apk is downloaded, it will be good to send a feedback for others xda members. Stop to leech only, it would be better cool if you send a report, Thanks
How do you select subtitles? I don't have any options? I can only select the audio track.
jerrykid said: How do you select subtitles? I don't have any options? I can only select the audio track. Click to expand... Click to collapse Sorry, I haven't tried for the moment for see a movie with subtitles (busy with my team). But when I have time, I will try But it's true you haven't any options about subtitles on settings.
NEW UPDATE - MODIFICATIONS #24 - 11 jun 2012 MODIFICATIONS #22 - 11 jun 2012 Code: Modifications #24 (11 juin 2012 17:00:44) Java is a proper noun (detail / gitweb) #22 (11 juin 2012 15:00:44) configure.sh: why we need android-9 (detail / gitweb) configure.sh: Fix ARMv6 illegal instruction errors (detail / gitweb)
NEW UPDATE - MODIFICATIONS #28 - 18 jun 2012 MODIFICATIONS #25 - 18 jun 2012 Code: [B]Modifications #28 (18 juin 2012 13:01:25) Build contribs with -g (detail / gitweb) #27 (18 juin 2012 11:01:25) Avoid Lint error about DimStatusBar for api >= 11 (detail / gitweb) Remove ... and use the xml entity (detail / gitweb) #26 (18 juin 2012 10:02:39) Abort thumbnailer if no video is coming after 10 seconds (detail / gitweb) #25 (18 juin 2012 09:01:18) Always show the open warning (detail / gitweb) Improved welcome text for beta (detail / gitweb) To date, it was made 310 downloads about VLC version Neon and 93 for the No-Neon version
NEW UPDATE - MODIFICATIONS #36 - 20 jun 2012 MODIFICATIONS #30 - 19 jun 2012 Code: Modifications - Last Part #36 (20 juin 2012 12:01:25) Info_dialog: fix on smaller layouts — jb / gitweb Remove unnecessary includes — jb / gitweb #35 (20 juin 2012 11:01:25) Delete song in contextMenuListener (detail / gitweb) Handle headset buttons (detail / gitweb) #34 (20 juin 2012 10:01:25) Support more protocols (detail / gitweb) #33 (20 juin 2012 07:01:25) Release monitor when done (detail / gitweb) #32 (19 juin 2012 23:01:25) Move length_change_monitor to top of file so that it can be used in the entire file — edward.c.wang / gitweb Use length_change_monitor to wait until the demux is working — edward.c.wang / gitweb src: Allow opening network streams — edward.c.wang / gitweb #31 (19 juin 2012 17:01:25) Don't crash if there are no subdirectories or they are inaccessible — edward.c.wang / gitweb #30 (19 juin 2012 14:01:25) res/values-de: don't translate stuff which isn't supposed to be — fkuehne / gitweb Revert "res/values-de: don't translate stuff which isn't supposed to be" — edward.c.wang / gitweb res: Allow translating about text — edward.c.wang / gitweb Media: Do not display non-sensical infos — jb / gitweb
NEW UPDATE - MODIFICATIONS #59 - 22 jun 2012 MODIFICATIONS #36 - 20 jun 2012 If you want to see the list of all modifications, go in OP
How do I know if update is available, can you add update notice in app so we know if update is available. Thanks
i downloaded the beta Yesterday and it works great on JB AOSP HTC One X!
[Q] OpenVPN: routing/bridged network and [semi]stock kernel
Hello to everybody, I'm trying to run open VPN in my rooted stock Galaxy Nexus, with ICS 4.0.3. My goal is to create a bridged interface to get an ip directly from the same DHCP server that serve to all the pcs at my work network instead of assign a special pool by using a tap interface, but i'm not even able to bring up a tun interface to check if openvpn is working. I keep getting some error when it's trying to bring up the tun0 interface; openvpn quit with value exit with "Linux ifconfig failed: external program fork failed". If I try to bring up the tun0 from shell, I get "ifconfig: tun0: error fetching interface information: Device not found". Then I check if the kernel is running with support for tunneling and i found that CONFIG_TUN is correctly set. Did I miss something? Did I had to set other kernel modules? Also, somewhere in this forum is said that "tun is possible, tap no due to system limitations": someone knows what this limitations are and how can i pass them? Also, is this a right place to ask or i'm posting to the wrong forum? Thank you and sorry for my english R. Here is a part of logcat showing the errror (whit location masked at line 4) Code: D/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-mgmt( 1959): =============> 0 == 4 resetting dns, leaving dns alone D/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-mgmt( 1959): SUCCESS: bytecount interval changed D/OpenVPNDaemonEnabler( 1959): Received OpenVPN network state changed from Auth to Get Config D/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-daemon-stdout( 1959): Wed Nov 14 15:14:43 2012 SENT CONTROL [xx.xx.xx.it]: 'PUSH_REQUEST' (status=1) D/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-daemon-stdout( 1959): Wed Nov 14 15:14:44 2012 PUSH: Received control message: 'PUSH_REPLY,route 192.168.11.0 255.255.255.0,dhcp-option DNS 10.8.0.1,dhcp-option WINS 192.168.11.2,route 10.8.0.0 255.255.255.0,topology net30,ping 10,ping-restart 120,ifconfig 10.8.0.74 10.8.0.73' D/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-daemon-stdout( 1959): Wed Nov 14 15:14:44 2012 OPTIONS IMPORT: timers and/or timeouts modified D/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-daemon-stdout( 1959): Wed Nov 14 15:14:44 2012 OPTIONS IMPORT: --ifconfig/up options modified D/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-daemon-stdout( 1959): Wed Nov 14 15:14:44 2012 OPTIONS IMPORT: route options modified D/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-daemon-stdout( 1959): Wed Nov 14 15:14:44 2012 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified D/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-daemon-stdout( 1959): Wed Nov 14 15:14:44 2012 ROUTE default_gateway=2.195.48.1 D/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-daemon-stdout( 1959): Wed Nov 14 15:14:44 2012 TUN/TAP device tun0 opened D/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-daemon-stdout( 1959): Wed Nov 14 15:14:44 2012 TUN/TAP TX queue length set to 100 D/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-daemon-stdout( 1959): Wed Nov 14 15:14:44 2012 MANAGEMENT: >STATE:1352902484,ASSIGN_IP,,10.8.0.74, D/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-daemon-stdout( 1959): Wed Nov 14 15:14:44 2012 /system/xbin/busybox ifconfig tun0 10.8.0.74 pointopoint 10.8.0.73 mtu 1500 V/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-mgmt( 1959): onState(">STATE:1352902484,ASSIGN_IP,,10.8.0.74,") D/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-daemon-stdout( 1959): Wed Nov 14 15:14:44 2012 MANAGEMENT: Client disconnected D/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-daemon-stdout( 1959): Wed Nov 14 15:14:44 2012 Linux ifconfig failed: external program fork failed D/OpenVPN-DaemonMonitor[/sdcard/openvpn/Nexus.ovpn]-daemon-stdout( 1959): Wed Nov 14 15:14:44 2012 Exiting
[Q] Flashing Problems with Arc S
Hi everyone, thanks for reading this, and I hope you would have some answers or solutions for my problems here is my phone's specs the back of the phone { "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" } i look up my imei on numberingplans aboutphone software info configuration emma 1. from specs i reckoned my phone's bootloader is locked, but when i try to unlock , it said the phone was already unlocked what's wrong? 2. I am able to boot into recovery using this method and has successfully rooted the phone 3. I can not upgrade to 4.1.B.0.587 using PC Companion or Update Service. Every time I try it halts, the phone gets into boot loop but i can fix it by flashing Xperia 2011 Range_FreeXperia_ALL.ftf, OTA informs me there is no update 5. flashtool doesn't work when i try to flash any stock roms it always come with this error, usb debug on, unknown source on, msc mod on Code: 12/009/2013 02:09:19 - INFO - <- This level is successfully initialized 12/009/2013 02:09:19 - INFO - Flashtool Version 0.6.9.1 built on 2012-04-09 19:22:19 12/009/2013 02:09:19 - INFO - You can drag and drop ftf files here to start flashing them 12/009/2013 02:09:25 - INFO - Device disconnected 12/009/2013 02:09:35 - INFO - Device connected with USB debugging off 12/009/2013 02:09:35 - INFO - For 2011 devices line, be sure you are not in MTP mode 12/009/2013 02:09:35 - INFO - Device connected with USB debugging on 12/009/2013 02:09:39 - INFO - Connected device : LT18 12/009/2013 02:09:39 - INFO - Installed version of busybox : N/A 12/009/2013 02:09:39 - INFO - Android version : 2.3.4 / kernel version : 2.6.32.9-perf 12/009/2013 02:09:54 - INFO - Root Access Allowed 12/010/2013 02:10:20 - INFO - Device disconnected 12/011/2013 02:11:25 - INFO - Selected LT18i_4.1.B.0.587_Generic_Global.ftf 12/011/2013 02:11:25 - INFO - Preparing files for flashing 12/011/2013 02:11:51 - INFO - Please connect your device into flashmode. 12/012/2013 02:12:00 - INFO - Device connected in flash mode 12/012/2013 02:12:00 - INFO - Opening device for R/W 12/012/2013 02:12:00 - INFO - Reading device information 12/012/2013 02:12:01 - INFO - Phone ready for flashmode operations. 12/012/2013 02:12:01 - INFO - Start Flashing 12/012/2013 02:12:01 - INFO - Flashing loader 12/012/2013 02:12:03 - INFO - Loader : S1_Loader_Root_773f - Version : R4A066 / Bootloader status : ROOTED 12/012/2013 02:12:03 - INFO - Flashing adsp.sin 12/012/2013 02:12:03 - INFO - Ending flash session 12/012/2013 02:12:03 - [COLOR="Red"]ERROR - ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_STATIC="SIN_HEAD_VER";ERR_DYNAMIC="Failed to verify sin header"; [/COLOR] 12/012/2013 02:12:03 - ERROR - Error flashing. Aborted 12/012/2013 02:12:03 - INFO - Device connected in flash mode 12/012/2013 02:12:05 - INFO - Device disconnected 12/012/2013 02:12:07 - INFO - Device connected in flash mode 12/012/2013 02:12:47 - INFO - Device disconnected 12/013/2013 02:13:04 - INFO - Device connected with USB debugging off 12/013/2013 02:13:04 - INFO - For 2011 devices line, be sure you are not in MTP mode i try all the flashtool version i can find, but it doesn't work, i really want to update stock 4.1.B.0.587, unlock boot loader, and root i can go to a sony service centre to update to 587 but then i can not root it because when i try to flash the required kernel, it always the error Failed to verify sin header flash tool doesn't work for me the sony service center won't root for me
Hi. Update to the latest flashtool, it looks like the one you're using is quite old, then report back. Also give the first link in my sig a read.
thanks so much for your prompt replies, I will look at the post you mention i did a little more research and guess that, my phone's boot loader was unlockedr by test point, and some phones have this error after unlocked by this method, so far i haven't found any solutions hic i come across this post http://forum.xda-developers.com/showpost.php?p=23134761&postcount=6 follow the advice fastboot erase boot/data/system now my phone is dead, i can still connect in flashmode and fastboot however, but the phone won't boot normally
I rooted my sony ericsson arc s and then installed a costumed rom from (http://forum.xda-developers.com/show....php?t=1836993)... after installing the rom my phone restarted and i only get stuck on the sony logo I searched the internet to find solutions. Everyone said to connect the phone to the pc and use flashtool to change the kernel.. however, my problem is that the phone is not recognized by flashtool, nor by the pc companion... i tried pressing the back button, i guess i have tried every single way to get the phone to turn on.. but the pc never recognized it.. the only thing i get when switching the phone on is the word sony in white with a black background and the phone gets stuck.. Please tell me what i should do to fix it.. i also tried something called stool but it never recognized the phone.. btw,, the led lights don't even turn on
I found this post now I know my phone's bootloader is unlocked using testpoint method, it appears locked to SE so i can't flash stock rom using Emma bad luck, however DRM is retained (though I am not sure how this would benefit me) So this is answer to this issue: My phone appears to be bootloader locked, as it's said in Emma and in Configuration rooting status, but when I try to unlock bootloader using Sony fastboot oem unlock method, it correctly tells me my phone's bootloader is already unlocked Thanks
nosxman said: So this is answer to this issue: My phone appears to be bootloader locked, as it's said in Emma and in Configuration rooting status, but when I try to unlock bootloader using Sony fastboot oem unlock method, it correctly tells me my phone's bootloader is already unlocked Thanks Click to expand... Click to collapse Are you using the official flashtool or the one found HERE? Many People have unlocked using the test point method, myself included and never had an issue with that.
XperienceD said: Are you using the official flashtool or the one found HERE? Many People have unlocked using the test point method, myself included and never had an issue with that. Click to expand... Click to collapse I'll try again most version I took from androxyde.github.com, I make sure all the necessary driver install, MSC on, USB debugging on, Unknown Source ticked, 1 strange thing about my phone is that, it's an Arc S but the max CPU speed is only 1Ghz not 1.4Ghz let's start with the latest 0.9.10.1 this is where the flashing process just halts forever, full logs Code: 15/018/2013 10:18:34 - DEBUG - (X10flash.java:214) - Sending part 24 of 26 15/018/2013 10:18:34 - DEBUG - (USBFlashWin32.java:37) - Writing packet to phone 15/018/2013 10:18:34 - DEBUG - (USBFlashWin32.java:39) - OUT : CommandID : 6 / Flags : false,true,true / Data length : 4096 / Data CRC32 : [DA, F5, A3, E3] 15/018/2013 10:18:34 - DEBUG - (USBFlashWin32.java:50) - Reading packet from phone 15/018/2013 10:18:34 - DEBUG - (USBFlashWin32.java:64) - IN : CommandID : 6 / Flags : false,false,false / Data length : 0 / Data CRC32 : [00, 00, 00, 00] 15/018/2013 10:18:34 - DEBUG - (X10flash.java:214) - Sending part 25 of 26 15/018/2013 10:18:34 - DEBUG - (USBFlashWin32.java:37) - Writing packet to phone 15/018/2013 10:18:34 - DEBUG - (USBFlashWin32.java:39) - OUT : CommandID : 6 / Flags : false,true,true / Data length : 4096 / Data CRC32 : [EC, 7B, 63, 4F] 15/018/2013 10:18:34 - DEBUG - (USBFlashWin32.java:50) - Reading packet from phone 15/018/2013 10:18:34 - DEBUG - (USBFlashWin32.java:64) - IN : CommandID : 6 / Flags : false,false,false / Data length : 0 / Data CRC32 : [00, 00, 00, 00] 15/018/2013 10:18:34 - DEBUG - (X10flash.java:214) - Sending part 26 of 26 15/018/2013 10:18:34 - DEBUG - (USBFlashWin32.java:37) - Writing packet to phone 15/018/2013 10:18:34 - DEBUG - (USBFlashWin32.java:39) - OUT : CommandID : 6 / Flags : false,true,false / Data length : 908 / Data CRC32 : [03, A4, 6D, 03] 15/018/2013 10:18:34 - DEBUG - (USBFlashWin32.java:50) - Reading packet from phone 15/018/2013 10:18:34 - DEBUG - (USBFlashWin32.java:64) - IN : CommandID : 6 / Flags : false,false,false / Data length : 0 / Data CRC32 : [00, 00, 00, 00] 15/018/2013 10:18:34 - DEBUG - (USBFlashWin32.java:50) - Reading packet from phone this is the error with 0.9.9.0, full logs Code: 15/037/2013 10:37:59 - DEBUG - (Command.java:125) - Reply : 15/037/2013 10:37:59 - DEBUG - (Command.java:126) - Reply(Hex) : 15/038/2013 10:38:01 - DEBUG - (Command.java:125) - Reply : PROT_VER="03";DATE="20110217";TIME="15:47:00";VER="R4A066";CXC="1234-5769";TYPE="S1_LOADER";UNIQUE_DEV_ID="B6E3A19B96A8B1A020F87A147B4C8DCA402DB630";SEC_LOCK_STATUS="LOCKED";OTP_DATA="4B6D7100471404C815080428806DF7ABB001002000000000";IMEI="";AID_VERSION="0003";EROM_AID="0001";LOADER_AID="0001";HWCONF_AID="0001";PROD_ID="0000";ACTIVE_LOADER_AID="0001";MEMDEVS="02:00:0098:00B3:0055:00002000:00020000:00000800:00000040,03:03:0002:544D:0011:00075580:00010000:00000200";MAN_ID="0098";DEV_ID="00B3";EXT_DEV_ID="0055";SIN_VER="0001";AID_TAMP="NOT_TAMPERED";MAX_PKT_SZ="00010000";AUTH_LEVEL="NONE";AUTH_MET="0001";CARD_PRESENT="YES";CARD_SIZE="32GB";CARD_DATA="";LOADER_ROOT="S1_Loader_Root_773f";EROM_ROOT="S1_EROM_Root_d601";SW_ROOT="S1_SW_Root_883f";CUST_ROOT="S1_Cust_Root_9603";SIM_LOCK_ROOT="S1_SL_Root_c422";HW_CONF_ROOT="S1_HWConf_Root_08af";BIM_STATE="DISABLED"; 15/038/2013 10:38:01 - DEBUG - (Command.java:126) - Reply(Hex) : [50, 52, 4F, 54, 5F, 56, 45, 52, 3D, 22, 30, 33, 22, 3B, 44, 41, 54, 45, 3D, 22, 32, 30, 31, 31, 30, 32, 31, 37, 22, 3B, 54, 49, 4D, 45, 3D, 22, 31, 35, 3A, 34, 37, 3A, 30, 30, 22, 3B, 56, 45, 52, 3D, 22, 52, 34, 41, 30, 36, 36, 22, 3B, 43, 58, 43, 3D, 22, 31, 32, 33, 34, 2D, 35, 37, 36, 39, 22, 3B, 54, 59, 50, 45, 3D, 22, 53, 31, 5F, 4C, 4F, 41, 44, 45, 52, 22, 3B, 55, 4E, 49, 51, 55, 45, 5F, 44, 45, 56, 5F, 49, 44, 3D, 22, 42, 36, 45, 33, 41, 31, 39, 42, 39, 36, 41, 38, 42, 31, 41, 30, 32, 30, 46, 38, 37, 41, 31, 34, 37, 42, 34, 43, 38, 44, 43, 41, 34, 30, 32, 44, 42, 36, 33, 30, 22, 3B, 53, 45, 43, 5F, 4C, 4F, 43, 4B, 5F, 53, 54, 41, 54, 55, 53, 3D, 22, 4C, 4F, 43, 4B, 45, 44, 22, 3B, 4F, 54, 50, 5F, 44, 41, 54, 41, 3D, 22, 34, 42, 36, 44, 37, 31, 30, 30, 34, 37, 31, 34, 30, 34, 43, 38, 31, 35, 30, 38, 30, 34, 32, 38, 38, 30, 36, 44, 46, 37, 41, 42, 42, 30, 30, 31, 30, 30, 32, 30, 30, 30, 30, 30, 30, 30, 30, 30, 22, 3B, 49, 4D, 45, 49, 3D, 22, 22, 3B, 41, 49, 44, 5F, 56, 45, 52, 53, 49, 4F, 4E, 3D, 22, 30, 30, 30, 33, 22, 3B, 45, 52, 4F, 4D, 5F, 41, 49, 44, 3D, 22, 30, 30, 30, 31, 22, 3B, 4C, 4F, 41, 44, 45, 52, 5F, 41, 49, 44, 3D, 22, 30, 30, 30, 31, 22, 3B, 48, 57, 43, 4F, 4E, 46, 5F, 41, 49, 44, 3D, 22, 30, 30, 30, 31, 22, 3B, 50, 52, 4F, 44, 5F, 49, 44, 3D, 22, 30, 30, 30, 30, 22, 3B, 41, 43, 54, 49, 56, 45, 5F, 4C, 4F, 41, 44, 45, 52, 5F, 41, 49, 44, 3D, 22, 30, 30, 30, 31, 22, 3B, 4D, 45, 4D, 44, 45, 56, 53, 3D, 22, 30, 32, 3A, 30, 30, 3A, 30, 30, 39, 38, 3A, 30, 30, 42, 33, 3A, 30, 30, 35, 35, 3A, 30, 30, 30, 30, 32, 30, 30, 30, 3A, 30, 30, 30, 32, 30, 30, 30, 30, 3A, 30, 30, 30, 30, 30, 38, 30, 30, 3A, 30, 30, 30, 30, 30, 30, 34, 30, 2C, 30, 33, 3A, 30, 33, 3A, 30, 30, 30, 32, 3A, 35, 34, 34, 44, 3A, 30, 30, 31, 31, 3A, 30, 30, 30, 37, 35, 35, 38, 30, 3A, 30, 30, 30, 31, 30, 30, 30, 30, 3A, 30, 30, 30, 30, 30, 32, 30, 30, 22, 3B, 4D, 41, 4E, 5F, 49, 44, 3D, 22, 30, 30, 39, 38, 22, 3B, 44, 45, 56, 5F, 49, 44, 3D, 22, 30, 30, 42, 33, 22, 3B, 45, 58, 54, 5F, 44, 45, 56, 5F, 49, 44, 3D, 22, 30, 30, 35, 35, 22, 3B, 53, 49, 4E, 5F, 56, 45, 52, 3D, 22, 30, 30, 30, 31, 22, 3B, 41, 49, 44, 5F, 54, 41, 4D, 50, 3D, 22, 4E, 4F, 54, 5F, 54, 41, 4D, 50, 45, 52, 45, 44, 22, 3B, 4D, 41, 58, 5F, 50, 4B, 54, 5F, 53, 5A, 3D, 22, 30, 30, 30, 31, 30, 30, 30, 30, 22, 3B, 41, 55, 54, 48, 5F, 4C, 45, 56, 45, 4C, 3D, 22, 4E, 4F, 4E, 45, 22, 3B, 41, 55, 54, 48, 5F, 4D, 45, 54, 3D, 22, 30, 30, 30, 31, 22, 3B, 43, 41, 52, 44, 5F, 50, 52, 45, 53, 45, 4E, 54, 3D, 22, 59, 45, 53, 22, 3B, 43, 41, 52, 44, 5F, 53, 49, 5A, 45, 3D, 22, 33, 32, 47, 42, 22, 3B, 43, 41, 52, 44, 5F, 44, 41, 54, 41, 3D, 22, 22, 3B, 4C, 4F, 41, 44, 45, 52, 5F, 52, 4F, 4F, 54, 3D, 22, 53, 31, 5F, 4C, 6F, 61, 64, 65, 72, 5F, 52, 6F, 6F, 74, 5F, 37, 37, 33, 66, 22, 3B, 45, 52, 4F, 4D, 5F, 52, 4F, 4F, 54, 3D, 22, 53, 31, 5F, 45, 52, 4F, 4D, 5F, 52, 6F, 6F, 74, 5F, 64, 36, 30, 31, 22, 3B, 53, 57, 5F, 52, 4F, 4F, 54, 3D, 22, 53, 31, 5F, 53, 57, 5F, 52, 6F, 6F, 74, 5F, 38, 38, 33, 66, 22, 3B, 43, 55, 53, 54, 5F, 52, 4F, 4F, 54, 3D, 22, 53, 31, 5F, 43, 75, 73, 74, 5F, 52, 6F, 6F, 74, 5F, 39, 36, 30, 33, 22, 3B, 53, 49, 4D, 5F, 4C, 4F, 43, 4B, 5F, 52, 4F, 4F, 54, 3D, 22, 53, 31, 5F, 53, 4C, 5F, 52, 6F, 6F, 74, 5F, 63, 34, 32, 32, 22, 3B, 48, 57, 5F, 43, 4F, 4E, 46, 5F, 52, 4F, 4F, 54, 3D, 22, 53, 31, 5F, 48, 57, 43, 6F, 6E, 66, 5F, 52, 6F, 6F, 74, 5F, 30, 38, 61, 66, 22, 3B, 42, 49, 4D, 5F, 53, 54, 41, 54, 45, 3D, 22, 44, 49, 53, 41, 42, 4C, 45, 44, 22, 3B, 00] 15/038/2013 10:38:01 - INFO - (X10flash.java:399) - Loader : S1_Loader_Root_773f - Version : R4A066 / Bootloader status : ROOTED 15/038/2013 10:38:01 - INFO - (X10flash.java:323) - Disabling final data verification check 15/038/2013 10:38:01 - DEBUG - (Command.java:125) - Reply : 15/038/2013 10:38:01 - DEBUG - (Command.java:126) - Reply(Hex) : 15/038/2013 10:38:01 - DEBUG - (Command.java:125) - Reply : 15/038/2013 10:38:01 - DEBUG - (Command.java:126) - Reply(Hex) : 15/038/2013 10:38:01 - DEBUG - (Command.java:125) - Reply : 15/038/2013 10:38:01 - DEBUG - (Command.java:126) - Reply(Hex) : 15/038/2013 10:38:01 - WARN - (X10flash.java:312) - This file is ignored : simlock.ta 15/038/2013 10:38:01 - DEBUG - (X10flash.java:314) - Flashing simlock.ta finished 15/038/2013 10:38:01 - INFO - (X10flash.java:282) - Processing kernel.sin 15/038/2013 10:38:01 - DEBUG - (SinFileHeader.java:79) - Sin version 1 ; Partition block count : 100 ; Partition block size : 131072 ; Partition size : 12.512Mb 15/038/2013 10:38:01 - INFO - (X10flash.java:167) - Checking header 15/038/2013 10:38:01 - DEBUG - (Command.java:125) - Reply : 15/038/2013 10:38:01 - DEBUG - (Command.java:126) - Reply(Hex) : 15/038/2013 10:38:01 - INFO - (X10flash.java:365) - Ending flash session 15/038/2013 10:38:01 - DEBUG - (Command.java:125) - Reply : 15/038/2013 10:38:01 - DEBUG - (Command.java:126) - Reply(Hex) : 15/038/2013 10:38:01 - ERROR - (X10flash.java:342) - ERR_SEVERITY="MAJOR";ERR_CLASS="SECURITY_CLASS";ERR_STATIC="SIN_HEAD_VER";ERR_DYNAMIC="Failed to verify sin header"; 15/038/2013 10:38:01 - ERROR - (X10flash.java:343) - Error flashing. Aborted 15/038/2013 10:38:02 - INFO - (FlasherGUI.java:1029) - Device connected in flash mode 15/038/2013 10:38:03 - INFO - (FlasherGUI.java:1025) - Device disconnected same errors with 0.6.9.1 full logs
Kernel Appreciation Thread
I've scavenged the forums for kernel images in circulation and gathered a rather considerable collection of them. Here's the whole list, also including stock kernels for comparison (starting with 1.0.1, as this is the earliest version I have access to). I don't have direct links (didn't save them as I went on my collecting spree) but I renamed the files by the poster's name and the date of their post so each file should be easy to find through search. I also removed any duplicates (reposts). The list is not by any means complete, and updates are most welcome but hopefully it's a good starting point, and others will find this summary helpful. Using this thread you can identify if a kernel found somewhere else is the same as one of the "well-known" ones. The best way for this is to check the MD5 sum unless the file sizes obviously differ. Along with the kernel image list, there is also a comparison of other boot-related files (aka "the missing changelog") below. Kernel Images (uImage) All images in circulation seem to be based on Linux-2.6.29-omap1. The format of the data is as follows: the first column is the normalized filename (post date in YYYYMMDD format followed by the poster name). The second column is the creation date as recorded in the kernel (pulled from the image with mkimage -l). The third column is the image file size in bytes, and the ultimate, fourth column is the MD5 sum of the file. Code: uImage-20120122-verygreen Sun Jan 22 02:21:22 2012 1871536 4df25ed3887ded06e4894f31cc591767 uImage-20120326-mi100-multitouch Tue Mar 27 00:37:51 2012 1949768 35ae84d06b2397c3b1c3a18cf8489ddc uImage-20120328-RenateNST-recommended Wed Mar 28 20:51:09 2012 2674768 2f30e452286187b4fd39a607ee08b460 uImage-20121002-guevor Tue Oct 02 23:57:28 2012 1922624 5389693e484ae478dba1ddd599af35f8 uImage-20121006-guevor Sat Oct 06 15:36:45 2012 1928808 117c33343bad9acc68642eaa0abca6cf uImage-20121006-guevor-usbhost Fri Oct 05 02:12:02 2012 1927204 82e967e2b46401df642b803f386cbeec uImage-20121014-guevor-166 Sat Oct 13 16:35:31 2012 1927292 6c4534cf34c3209cac23707de9bcd858 uImage-20121118-guevor-174 Fri Nov 16 21:30:24 2012 1929356 329b229f17fe08c235d352881c8bafa5 uImage-20121205-guevor-176-usbhost Wed Dec 05 19:36:24 2012 1929652 c9f649640131f1afa0e8a5b54883464e uImage-20130525-waynesi Sat May 25 20:11:19 2013 1824476 67b0edb6bef76d119b60bd4ab86a525b uImage-20130703-latuk Fri Jun 28 20:30:11 2013 2630460 15780cc3e9a8593627fd1c9608b068c9 uImage-20130703-latuk-nopowercheck Fri Jun 28 20:26:23 2013 2630736 18541b6fb9f2abd84daea77f3340d129 uImage-20130721-latuk-sd10 Mon Jul 15 18:21:51 2013 2630560 f43e6d9767e0d3dab18162b78a6fb7e3 uImage-20140813-Nookie-recommended Tue Apr 24 20:31:04 2012 2674584 69688487b17f6fa1202efba87aec3558 uImage-recovery-NookMgr-0.5.0 Sat Dec 08 11:46:06 2012 1827124 9366da88d7fc22b5019423b644e0fa6d uImage-recovery-noogie Thu May 26 12:09:29 2011 1839448 0db7b475ef4dad39af21aa6af7619383 uImage-stock-101 Fri Jul 22 10:32:07 2011 1839824 a2408888c24986ec9ee9fac28bce08a4 uImage-stock-110 Sat Oct 29 15:45:55 2011 1841908 455700f060d49977da4adcce8e5516e8 uImage-stock-112 Tue Feb 28 05:38:36 2012 1841904 e056b6734c0420f3c1798f57fe4eb761 uImage-stock-121 Sat Dec 08 06:35:10 2012 1848944 a6a8bfa18ea3e7c74e87526881b980fd The same list sorted by kernel build date: Code: 20110526 uImage-recovery-noogie 1839448 0db7b475ef4dad39af21aa6af7619383 20110722 uImage-stock-101 1839824 a2408888c24986ec9ee9fac28bce08a4 20111029 uImage-stock-110 1841908 455700f060d49977da4adcce8e5516e8 20120122 uImage-20120122-verygreen 1871536 4df25ed3887ded06e4894f31cc591767 20120228 uImage-stock-112 1841904 e056b6734c0420f3c1798f57fe4eb761 20120327 uImage-20120326-mi100-multitouch 1949768 35ae84d06b2397c3b1c3a18cf8489ddc 20120328 uImage-20120328-RenateNST-recommended 2674768 2f30e452286187b4fd39a607ee08b460 20120424 uImage-20140813-Nookie-recommended 2674584 69688487b17f6fa1202efba87aec3558 20121002 uImage-20121002-guevor 1922624 5389693e484ae478dba1ddd599af35f8 20121005 uImage-20121006-guevor-usbhost 1927204 82e967e2b46401df642b803f386cbeec 20121006 uImage-20121006-guevor 1928808 117c33343bad9acc68642eaa0abca6cf 20121013 uImage-20121014-guevor-166 1927292 6c4534cf34c3209cac23707de9bcd858 20121116 uImage-20121118-guevor-174 1929356 329b229f17fe08c235d352881c8bafa5 20121205 uImage-20121205-guevor-176-usbhost 1929652 c9f649640131f1afa0e8a5b54883464e 20121208 uImage-recovery-NookMgr-0.5.0 1827124 9366da88d7fc22b5019423b644e0fa6d 20121208 uImage-stock-121 1848944 a6a8bfa18ea3e7c74e87526881b980fd 20130525 uImage-20130525-waynesi 1824476 67b0edb6bef76d119b60bd4ab86a525b 20130628 uImage-20130703-latuk 2630460 15780cc3e9a8593627fd1c9608b068c9 20130628 uImage-20130703-latuk-nopowercheck 2630736 18541b6fb9f2abd84daea77f3340d129 20130715 uImage-20130721-latuk-sd10 2630560 f43e6d9767e0d3dab18162b78a6fb7e3 RAM Disk Images (uRamdisk) The missing changelog: uRamdisk-stock-101 (Size: 185256, MD5: 054897f36c588b714f60bf41ebf7cbdf) Initial version I have access to uRamdisk-stock-110 (Size: 185298, MD5: ef473d179db2bf72bf6bd4cd3fd01dca) /init.rc: Added: Code: # change permissions for calibration chmod 0666 /sys/devices/platform/i2c_omap.2/i2c-adapter/i2c-2/2-0050/forcecal uRamdisk-stock-112 (Size: 185298, MD5: 5f3c7e2ffffd870454614a94ac4e33e5) No changes uRamdisk-stock-121 (Size: 185650, MD5: 6c2db57a6b9426ce10544fd9c8dc6f40) /init /init.rc: Added: Code: setprop_fromtoken ro.product.model /rom/devconf/ModelNumber setprop_fromtoken ro.serialno /rom/devconf/DeviceID Code: chown system system /sys/class/leds/lcd-backlight/dim_brightness chown system system /sys/class/leds/lcd-backlight2/dim_brightness chown system system /sys/devices/platform/i2c_omap.2/i2c-adapter/i2c-2/2-0040/dim_start Code: # Set default dim speed to 500ms write /sys/devices/platform/i2c_omap.2/i2c-adapter/i2c-2/2-0040/dim_time 500 Code: [STRIKE][COLOR="Red"]on property:sys.settings_system_version=3[/COLOR][/STRIKE] [B][COLOR="Green"]on property:dev.bootcomplete=1[/COLOR][/B] start bootcnt Code: service copyassets /system/bin/copyassets.sh user root oneshot Non-Stock Changes to RAM Disk Images Excluding the obvious meddling with ADB. /init.rc: Governor change for uImage-20121118-guevor-174: Code: # Enabling DVFS with conservative governor write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor [STRIKE][I][COLOR="Red"]conservative[/COLOR][/I][/STRIKE][B][COLOR="Green"]smartassV2[/COLOR][/B] /init.rc: Adding -f to omap-edpd: Code: service omap-edpd /system/bin/omap-edpd.elf [B][COLOR="Green"]-f[/COLOR][/B] -n --timeout=2 -pV220 --fbdev=/dev/graphics/fb0 -s /system/lib/dsp/subframeip_snode_dsp.dll64P -w /rom/devconf/EpdWaveform,/system/etc/default_waveform.bin /system/bin/omap-edpd.elf --help said: --fastupdate (-f) : fast update algorithm ON Click to expand... Click to collapse Init Binaries inside the RAM Disk (uRamdisk:/init) init-101-110-112 (Size: 127964, MD5: 738a02210409fd9e31837053cd3c9b29) Stock init init-121 (Size: 128000, MD5: 72e5c0d66e8fcb070fb67a004045b012) Stock init updated for 1.2.1 init-20120122-verygreen (Size: 107344, MD5: 1243d422e4f0532ffdf12f21b6632902) Alternative init that allows the use of USB keyboard Recovery Kernel Images (uRecImg) The recovery kernel is always the same as the main one, unless you use a custom recovery. Among custom recoveries, Clockwork RC2 uses uImage-stock-110. For Noogie and NookManager 0.5.0 it seems to be something else than the other images I discovered (see above). Recovery RAM Disk Images (uRecRam) For obvious reasons I am limiting myself to stock images here. The missing changelog: uRecRam-stock-101 (Size: 1508577, MD5: ce1d033d97953051fc59012a4335bc96) Initial version I have access to uRecRam-stock-110 (Size: 1514136, MD5: 16379c824c1a2bd823cba9690d0a3edc) /etc/dsp/baseimage.dof /etc/dsp/subframeip_snode_dsp.dll64P /sbin/omap-edpd.elf /sbin/recovery uRecRam-stock-112 (Size: 1514134, MD5: 530b055737a01694dd1ce30bfae3531b) No changes uRecRam-stock-121 (Size: 1517774, MD5: 7b6af9319f5543cdab853672f3a70dff) /etc/dsp/subframeip_snode_dsp.dll64P (again) /res/images/icon_installing.png /res/images/icon_installing_factory.png /res/images/icon_installing_rom.png /sbin/recovery (again) /build.prop: Added: Code: persist.nook.cust.region=US /init (as in the main image, see above) Wrap-up I started collecting this information in particular to reach some conclusion which kernel would be best for my purposes [for the record: (i) looking to squeeze as much as possible from the display with NoRefresh or FastRefresh, (ii) performance optimizations if stable and without impact on battery life, (iii) no need for USB host but OK if not a drain on batery, (iv) GlowLight support not a factor as my device doesn't have one, (v) SDXC Class 10 support also not a factor]. At this point I don't see a strictly dominating choice. I'll edit the post when or if this changes.