[REF] █▌█▌█▌█▌THE ANDROID WALK>THROUGH - Guides, Explanations, Fixes & Tips █▌█▌█▌█▌ - HD2 Android SD Development

[REF] █▌█▌█▌█▌THE ANDROID WALK>THROUGH - Guides, Explanations, Fixes & Tips █▌█▌█▌█▌
Find here and EXTENSIVE collection of every single information available on Android : Kernels, Builds, Updates, Fixes and much much more...
Posts Guide​
Post 1 : Android Encyclopedia
Post 2 : Complementary Guides
Post 3 : Problems, and Fixes
Post 4 : How-to's
WARNING : This post needs updating, formating, typo-checking. Please be patient, as i'll need to collect a lot more data, and rest a little as well
Mods, I made a typo in my post ^^ Can somebody help there? Can't find how to edit a poll Thanks!​
A big THANK YOU to all the contributors of this thread, who are helping me, and the others!
​
This is a GUIDE/LINKS Thread. Suggestions are welcome, but :
PLEASE DON'T ASK QUESTIONS HERE Please check this (How to post a good question and maximize answers)
USE THE THREAD LINKS PROVIDED INSTEAD ON POST 3
You will save yourself double the time : On DEDICATED THREADS you will have more experienced users and more traffic, thus a faster and/or better answer!!!​
Why this thread​I've been reading a lot lately, but still haven't found an updated thread for basic questions, or just a welcome stop-by.
I'd add I'm not a cook neither a developer, but came to understand a few things by myself that weren't precisely told
(A common flaw of computer advices : Do this to solve that - You don't need to know how or why)
This brings pros, as I'll be more oriented towards the end users, but cons as I'll sometimes lack the necessary skills to go further. As a whole, I do believe this may still help understand the basics, and help get rid of a few misunderstandings. This is why there'll be a lot of "seems" and "mays" but in the end, most of the "basic" data here is accurate, and i'll get better as time goes by.
My current hardware and software
- HD2 Europe FR
- Hastarin 7.6 on PhireMod Sense 1.5
- Dutty CDC V11 COM2 FR
- Radio 2.15.40
However, this post covers Android as a whole, and lots may apply to other devices, be it with or without Haret "emulation"
Legend:​
-
Simple Explanation
->
A parameter or file you may change/trigger in order to enhance/solve problems/your Android build (yes, this works both ways)
[file]
An actual Windows Mobile/Windows XP/Seven file. You can see them using a SD Card reader/usb cable/etc
root/
This is Android C:\ drive
A file or directory present/visible ONLY when under Android on the phone.
/
Same as root/, but with some laziness included
(exe)
Means this is a Windows XP/7 Program
(apk)
Means....!
A. Android itself​
There are a few things you need to know on android on HD2.
What an Android build is made of :
- A "sound enabler" [CLRCAD.exe],
- An Android Bootloader for WM6 [HARET.exe],
- A startup command [startup.txt], Touch-screen Calibration Instructions [ts-calibration], a boot logo [initrd.gz]
- An Android Kernel [zImage],
- An Android Root Filesystem [rootfs.img]
- A ROM image [system.ext2]
- A data container [data.img]: This holds your texts, contacts and everything else. Sometimes provided BLANK by some chefs to avoid high boot times (cf Updating Android)
All of these should be on the "Android" folder of your SD card.
Note : For an easy launch of your Android, I recommend Exceller Multiple Boot Loader (link here), that you can set on autoboot (or not)
When you launch Android via EBL on WM6:
- [CLRCAD] enables sound
- [Haret] is launched, then totally closes Windows Mobile (all resources shut down)
- Kernel+Drivers, ROM and Data are loaded
What to learn about this:
- There are hardware/software interactions happening when Haret "closes" WM6 and it's own drivers take place.
-> It may be useful to activate "Airplane mode" in Windows to avoid pieces of the radio chip to stay indefinitely on without Android being able to shut them off (cf Power consumption problems)
-> Full charging may not be achieved under Android, this because of Android drivers not being able to correctly write the battery status (yet). To get to 100%, charge when the phone is off or under WM6 (although i do manage to have a 100% under Android under certain circumstances)
-> It may as well be useful to launch Android with Keypad lights on in order to ensure that lights are working properly. This depends on hardware and software, and varies from people to people.
->Flashing a radio under WM6 has the same impact over Android, as the radio chip instructions are shared between Android and WM6 (cf Robo Voice)
->The WM6 ROM used, while seemingly not worthy of attention (as it is "shut down" by Haret), seems to handle some important work when closing itself or interacting with the hardware. That's why changing from "Stock rom" to a "custom one" may resolve a few problems too.
B. Android's Internals​
First, at the current state of development, Android is ENTIRELY run through the SD card.
-> Class 2 cards have been reported to being a source of annoyance, still being able to correctly run Android, but slowing a lot of problems. T-MO USA users have different experiences with the bundled microSD card provided. However, i'd advise using AT LEAST a Class 4 microSD, with correct formating.
- File explorers under Android are reporting a "root/" directory with several files and folders, and a "root/sdcard" folder. In fact, the [data.img] of the SDcard IS (some part of) the "root/" (unzipped for you to see) whereas the SDcard is...the SDcard. That's why removing the SDcard with android running may freeze the whole file-system.
- The actual NAND work is approximately for the devs to put the [rootfs.img and system.ext2] inside the phone flash, to ensure that Android still runs when removing the Sdcard. The problem is : the [data.img], that holds Android's data, may still be on the SDcard (as EU HD2 only have 512mo of ROM, and Android already takes 300 just for booting)...To be continued.
Kernel, Libraries, Modules, File-system, and the like...
Ok, I know little about them, as I'm not a developer or a cook, but here are the basics
Kernel bundles
-> [zImage] : It is the main kernel file, it seems to contain the primary drivers using for controlling the phone. You can update this file by downloading a "Kernel" like Hastarin 7.6, by powering the phone in WM6, and replacing the [zImage,Haret,initrd.gz] in the Android folder of the SDCard
- [Initrd.gz] seems to be the logo launched when Haret is loading Android (needs confirmation)
- [rootfs.img] : It handles the basic file-system
Android Builds Bundles (further explanation)
- [system.ext2] : It contains the Android files described there-under, also provided in a build
Modules
Located in /system/lib/modules, they are here to handle the Bluetooth and Wifi. They sometimes need to be replaced manually (aka "pushed" via the shell/terminal)
Libraries
Located in /system/lib/ or /system/lib/hw, they handle other elements, like lights and so on. They can also be uploaded manually when needed.
File-system Organisation
- root/acct, root/bin, root/cache, root/config, root/dbgfs, root/sbin, root/dev, root/mnt, root/proc, root/sys, root/tmp seems to contain files used for Android. Never went there.
- root/data/etc and root/data/system holds some system files. Don't mess!
- root/data/app/ is the main location for user installed apps (.apk)
-> root/data/data/ is the location for each apps' storage (like some sort of registry), like scores for games, etc
-> root/data/data/ seems to also be the place where the "hosts" file of android is located (The other ones across the file-system are usually empty ones)
- root/system/app/ is the main location for cooked (pre-installed) apps. Removal is at your own risk!
-> root/system holds the build.prop file, responsible for some of the phone behavior. This folder seems to be physically hosted in Android's [system.ext2] file, and is dependent of the chef providing it. You can configure alternate DNS in this file (BACKUP first).
Kernels' flavors (MichyPrima Kernel Thread)(Hastarin Kernel Thread)
- There are two branches : EVO and Nexus1. They mean different libraries, drivers and modules. Nexus1 is the most stable, but the least capable. EVO, although less stable, is the most able, and thus has been selected to be at the base of the NAND development.
- There are two data approaches : RMNET and PPP. Both have their pro's and con's: Speed(PPP) vs Stability(RMNET). (Learn more here)
- There are several kernel chefs, and several available tweaks for each branch.
- There are several capabilities, such as Overclocking or Not, etc. Usually, each Kernel chef delivers its Kernel with or without these additions. Find the one that suits you best.
To summarize / To Update Android :
- A downloaded "Build" provides a FULL working Android system, you need NOTHING ELSE
- A downloaded "Kernel" provides : An updated [Haret, initrd.gz, zImage] that you just "paste" over an existing Android "Build" and sometimes updated "Modules/Libraries" that you need to manually push
->Note : There seems to be a workaround, like a [root] folder, containing many sub-folders, that is placed in the [Android] folder. The files included in this [root] folder seems to be copied by Haret into the root/ folder of Android on boot. That is why, when you "update" an entire "build", chefs ask that you deleted everything on your [Android] folder, to ensure nothing from an old "build" or "Kernel" will be copied to the new "build" upon booting Haret.
->Note on updating "Builds" : I personally erase everything but the [data.img] on my android folder, then unzip the content of a new "build". WARNING : Some chefs include [data.img] in their "builds", so be sure to CHECK to avoid an override!
How to choose a build/a kernel:
- Check what are your needs : Sense implementation, Basic but blazing Android, HTC Sense.com services.... Each come with a price
- Again, choose what do you want from your phone, cutting-edge but unstable or basic but sure...(You may have both )
-> I personally don't recommend going out of binded paths. Each chef, in each build, uses a specific Kernel dev, and adapts its ROMS to it. I chose to only update a similar Kernel, when the cook or chef just didn't have the time to implement it yet (usually, unless Kernels are really faulty, new ones come with new builds, so just wait for a wholesome upgrade)
C. Basic Android Tools (Survival Starter Kit)​Some tweaks will require "Super-User Access" or stuff like that. Again, here are the basics.
First, "Droid Explorer" (exe).
No, don't look on the market, it's a WINDOWS XP/7 PROGRAM.
(Why the capitals? For the story, a few months ago, it took me HOURS to figure that, as there is also a "Droid Explorer" on the market, free as well. When you're told, "Go into ADB mode with Droid explorer and push that file in the rootlib" you're starting to think you took the wrong spaceship )
-> ADB Mode : Short for "Android Debugger Mode". You can switch this in "Parameters/Application/Development, Check the USB Debug). You need to enable ADB mode to use Droid Explorer.
- Droid Explorer basics : If already on ADB, click on "Connect device" at the right corner, and select the only device shown.
- Warning : I've personally got increasing problems accessing/pushing files to Android using Droid Explorer. I'm currently using the "root folder update" method. (Handle with caution!)
Other useful programs (most are free, some very useful may not, and some are included in builds):
System Apps
- Root explorer (Apk) : A useful Android program, to access files currently not available trough ES Filexplorer or Astro, although some other file explorers may possibly retrieve SU privileges to access the entire file-system. "root/data" is a typical folder not accessible with "traditional" file explorers.
- Super-User (apk): It's an Android Program, provided with your build. It enables programs to access some privileged code/areas...(To investigate)
- Terminal Emulator (apk) : It's Android's cmd.exe, used to input commands like in DOS-Mode
Usually Bundled Apps
- Astro (apk): Beautiful File Explorer
- Drocap2 (apk): Screenshot app. Push start, and shake HARD
- DSP manager (apk): Manages that crackling speaker bad bass rendition
Must-have Apps
- Adfree (apk) : Similar to winhelp2002 for windows, this block some ads while on the Internet. Doesn't block GoogleAds (developers need to survive through free apps too!)
- BatteryLevel (apk): Inputs a permanent notification, which shows the battery percentage. Lightweight and useful, albeit not always properly refreshed
- DroidWall (apk): The only? firewall for Android. Need Busybox (cf TitaniumBackup) in order to function properly. Warning : May block genuine apps from accessing Internet. And no, your cracked apps won't be prevented from calling "home", as license verification goes through the Android system itself.
- GPS Status (apk) : Handles the A-GPS, compass and other stuff
- SetCPU (apk+widget) : This is used to tweak the CPU. (see Hastarin's recommendations, a shame I can't export my settings). Install the apk, then place a widget in order for it to work (mandatory? need to investigate...)
- Shazam (apk)
- SMS Popup (apk) : Great program, pops sms and enables quick management. SMS notifications have to be handled solely by either the program, or the system. Disable one or the other accordingly.
- Startup Cleaner Program (apk) : Manages starting programs. Handle with care.
- SwitchPro (apk+widget) : Almost similar to Cookie's switches for WM6. Can't live without. Weird implementation though.
- Taskiller (apk+widget) : Selective task killer. Has been reported to cause wake-up lag when set on "autokill on sleep" (and I do, but use it on other occasions)
- TeslaLED (apk) : Ke$ha's favorite tool for impromptu parties!
- CurrentWidget (widget) : report power consumption. Helps reporting battery drain problems (I got 3ma on standby ). Don't set to "update" on less than 1 minute. Use it to log when on sleep, then check power consumption on standby.
- DolphinBrowserHD (apk) : Very configurable, personal choice.
Very Nice Addition
- Swype (apk) : Provided on the forum, or sometimes implemented on Builds, can't live without either.
Is there a developer in the room?​- Taintdroid (needs implementation/compiling?)
Unusual stuff coming from me, but this program recently came to my attention. It detects every ID/IMEI/etc Internet leakage and reports to the user. It visibly need some kind of integration into the kernel in order to work. With a firewalling program, we could prevent our phones from spying hard on us (I have a dream, i know ^^)
>>>Hastarin, MichyPrima, ElBartoMe and the others, anyone there? <<<
Thanks for all the devs, chefs and forum users, i'll link when available and when free

Complementary guides
This is post 2 :
Complementary guides
Complementary guides:
> How to flash an android build, and boot issues/solutions
http://forum.xda-developers.com/showthread.php?t=732380
>A good explanation of the different terms
http://forum.xda-developers.com/showthread.php?t=774859
>Frequently asked questions (although pretty much technical to me) (Tips and Apps)
http://forum.xda-developers.com/showpost.php?p=7088391&postcount=3

Main Problems, Concatenated Solutions, Original Threads
This is post 3 :
Main Problems, Concatenated Solutions, Original Threads (When available):
Main Problems and Solutions (compilation)​Some filenames aren't correct, i'll check that later
(One general thread)
Battery Drain (One thread there) (Another Thread here)
May be the main problem out there, although Touchscreen freezes are competing for #1 as well
- Try tweaking WM6 power management (Thread here)
- Use CurrentWidget log mode to verify
- Remove root/data/system/batterystats.bin
- Try the Airplane mode in WM6. For daily Android users, set to airplane, then switch the phone off and on without a reboot app. The airplane mode should stay indefinitely on. For constant switchers, launch haret after airplane mode. On next reboot, WM6 shouldn't have airplane mode on.
- Try checking the "lightslib.q8sk"(?) file/problem. Try replacing it with the newer "lights.htcleo.so" provided on the forums
- Try flashing a different radio or WM ROM (test radio first of course)
- Try booting Haret with the keys' lights on
Robo Voice
This issue seems to be hardware+software related. AKA It is different for everybody, and same build+rom+kernel may produce different results on similar phones.
- Current state of resolution is : FLASH RADIO and CHANGE WM ROM ^^
PPP Stuttering (no Edge/HSPA icon warnings)
- Try the libhtc_ril_wrapper.so fix provided by noellenchris (Another thread there)
- Try updating your kernel
- Try removing Taskiller Autokill feature (not the kill on sleep feature)
PPP Freezes (icon going on and off, etc)
- Try tweaking the build.prop (GSM or WCDMA prefered via "ro.telephony.default_network=" parameter ) (See "Tweaks" Section)
- Try changing the DNS inside "root/system/build.prop" (Link of your mobile provider DNS here)
- Try tweaking the APN in "root/system/etc/apns-conf.xml"
Screen of Death (Thread)
As Robo Voice, this issue seems to be hardware+software related. AKA It is different for everybody, and same build+rom+kernel may produce different results on similar phones.(Proof)
- Try flashing a new radio
- Try formating your SD with the largest FAT32 Allocation Unit Size possible (Thread Here)
- Try changing your SD-Card
Touch-screen Freezes
- Try disabling g-sensor in Parameters/Display/Auto-rotation
- Try offset change. Still haven't understand... (Thread Here)
Music Stutter
- Try updating or Changing Kernel (Thread Here)
- Try this workaround
Background Noise
See this thread
Camera "Moon picture" Preview
- Temporary fix : Disable preview
Camera : HTC 5Mpx (EVO/Desire Roms ONLY) (No Desire HD, No Desire Z...)
See thread here
011 International Dialer issue
Fix can be found here
T-MO USA MMS Issues
Thread Here
Tweaks i'm aware of​
Boost DATA Speed
-> Edit your "root/system/build.prop" and check for correct values (These ones seems "overboosted") -> (Thread Here)
- Here are the "HSPA network" values explanations (See here), these seems more moderate
Build.prop Configuration
ro.telephony.default_network=
-> "0" is WCDMA/UMTS Prefered, even when network is very low
-> "3" is GSM/WCDMA Auto Mode, switch 2G/3G according to highest network

How-To's
This is post 4 : How-To's
HOW TO REQUEST FOR HELP ON XDA​Again, personal point of view here, but there are a lot of "unsaid" things around there....
1. Nothing more annoying than a "noob" (and we've ALL been through there, but...) that didn't (at least) try looking for himself.
-> Use wisely the "Search on this thread" button. It's WORKING. Tip: If you're not on a specific thread, but rather in the Development of General sub-forum, tick the "Post" button to avoid going through entire threads for a single answer.
2. Do remember: you're not alone.
-> DON'T BE RUDE, BE POLITE, SAY HI, THANK PEOPLE, we all have to be patient. It's XDA Community. Plus, some threads are moving real fast, and may have flooded your question. Ask again, and just don't complain!
-> EDIT YOUR SIGNATURE. Insert your ROM, Radio, Phone model, etc etc etc. Most common answer to noob problems: "WHAT'S YOUR ROM"
->Try asking GOOD QUESTIONS, starting with (Hi!) "I've been looking for this, found this, understood this, but need help about that" (Thanks) and you'll see how people will be more inclined to answer ^^
Flash a WM6 ROM (compatible with Android)​> Need-to-Know : HSPL, RUU, WM6 Roms
1. Install the HSPL
- A HSPL is needed in order to "flash" custom roms, as well as new radios, and then Android Builds. Most up-to-date HSPL is HSPL 3 (found here).
- Plug your WM6 phone to your computer using the USB cable provided on activesync mode (SDCard Flash method here)
- Launch the "Mobile Manager" in Vista/Seven, or wait for activesync in Windows XP, and establish a connection (Connection failure : Look here)
- Launch "HSPL3_PKG.exe", and follow the instructions
- Reboot phone
2. Download and Install a WM6 ROM
- Hint: Choose and download a recent WM6 rom (advices here)
-> Your phone needs its battery to be charged at a minimum of 50%, else flashing won't occur
- Again, plug your phone in USB-Activesync mode
- Unzip the archive, and launch "CustomRUU.exe" ("ruu_signed.nbh" is the WM6 rom file)
Flash a new Radio (under WM6 only)​- Choose a recent radio, minimum required is 2.08, 2.12 recommended (radio thread here)
- Again, plug your phone in USB-Activesync mode
- Sometimes, only the radio (ruu_signed.nbh) is provided in zip files. "Pick" the "custom_ruu.ex"e of a WM6 ROM, and copy it in the unzipped radio folder, it'll work just as well.
- Launch and follow the instructions
Install Android on a SD Card​
Update an Android Build (with a new build)​
Update an Android Build (with a new kernel)​

Yes, I did find this useful - Thank-you !

RedWave31 said:
A.Android itself
There are a few things you need to know on android on HD2.
>What an Android build (like mdeejay NextSense.zip) is made of :
- An Android for Windows Mobile emulator (HARET),
Click to expand...
Click to collapse
HaRET is not an emulator. It is a Linux bootloader.

A Really good guide, actually explains quite a lot about the filesystem that I wasn't aware of. Well written and a great idea.

msoler8785 said:
HaRET is not an emulator. It is a Linux bootloader.
Click to expand...
Click to collapse
Thanks, updated!
Feel free to submit ideas or whatever!

Wow, good idea on putting it all in one thread, few things, however:
As another poster suggested, haret is not an emulator (handheld reverse engineering tool)
As far as the filesystems: rootfs.img is the linux rootfile system, startup.txt are commandline arguments for the linux startup, system.ex2 is the root android filesystem, etc. So to avoid confusion, think of it this way: system.ex2 would be closer to the android "rom image", where as rootfs, startup.txt, ts-calibration, and initrd are for the linux kernel side, so you can boot up android. (Very oversimplified I know, just trying to help)
When you install a linux box, typically it's installed on more than one partition (keeping the /home directory on a seperate one is always good practice, and some people even keep /var on a seperate one for log files as well.) data.img and system.ex2 would be like different partitions of the android filesystem. When you buy a phone that isn't "rooted", it means you don't have access to the root file system, aka in this case, system.ex2.
*edit* oops you already saw the thing about the haret. Didn't notice.
You may also want to add that for where apps are located after install, /data/app is for user installed apps, /system/app are for pre-loaded apps that are installed with the system. If you wanted to remove any app that came with the system (like the amazonmp3, for example), you'd delete it out of there. (Delete files out of the system/app at your own risk, don't delete it if you don't know what it is)

Added HSPA Values and DNS and APN files location. Enjoy

This is a very nice guide. Has a lot of the necessary stuff that the other guides leave out.
Good job. Maybe I will just link folks to this guide in the future instead of directly answering them. (probably just do both though - I was pretty noob at one point)
Oh, and .apk = Android Package (android apps are .apk / android package file)

Added 5mpx Fix, hope the HD Roms will have camera too

- Try the Airplane mode in WM6. For daily Android users, set to airplane, then switch the phone off and on without a reboot app. The airplane mode should stay indefinitely on. For constant switchers, launch haret after airplane mode. On next reboot, WM6 shouldn't have airplane mode on.
Click to expand...
Click to collapse
For my phone, turning on Airplane mode in WM6. then booting into Android with Haret without restarting, then coming back to WM6...it is still in Airplane mode.

Great Job man...keep this thread up to date...We appreaciate your hardwork....thanks a lot...

Top work dude!
Spelled "through" wrong in the title

OCedHrt said:
For my phone, turning on Airplane mode in WM6. then booting into Android with Haret without restarting, then coming back to WM6...it is still in Airplane mode.
Click to expand...
Click to collapse
Damn I spent a lot of time trying to figure this one, as I'm not using WinMo anymore. Are you using Cookie HomeTab's switch? Or directly in the Com Manager?
>I remember using Cookie Switch didn't stay at next reboot
- BTW, maybe it has to do with your launcher, or even the rom

jetsetwilly said:
Top work dude!
Spelled "through" wrong in the title
Click to expand...
Click to collapse
LOL This is the "Walk-true-shame"
Thanks for reporting

Added "How to post a Good Question", personal joke of the day, but REAL INFO

A question and a few suggested tools-
First, where in the Android file structure are the logs stored?
Second, another way to access the phone from Windows, one I use for working on Linux systems-
1) install QuickSSHd from the market. It will open an SSH (secure) tunnel into the phone
2) Install on your windows system Winscp and Putty (both Windows XP and up applications and both free. Winscp allows you to transfer files to and from the phone and Putty gives you a root shell and your desktop/notebook keyboard.
While these tools are not real simple, if you have an understanding of basic Linux and get this far you can then log into the phone over your home WiFi network with full root access and get into a lot of trouble if you aren't careful. It also seems more stable than Droid explorer.

Excuse this potentially silly question...
How do you quit Android? I'm running the Runnymede/Rhyme/Bliss one and long holding power doesnt do anything.
Is it just a battery pull?

Related

New tool : Extended ROM manager

Hi - first major post so bear with me!
After 'cookin' my own extended ROM a few times, I realised that harvesting the various CABs was only the first step - I then had to trawl this (fabulously informative) forum (and wiki) and identify each CAB to see if I actually wanted it in this particular ROM – sometimes I’d find a picture (really helps), and sometimes not, either way I would always forget what something was and have to re-find it.
So I wrote a utility to help me - and I'm sharing with everybody else 'cos that's just the kinda guy I am. XtendROM scans a folder (I’m old-school so I still call ‘em directories, but I’m trying to speak windoze here) and treats that folder as the ‘library’ – it is from there one can select which CABs you want to include. I’ve set things up for the Himalaya (I have an XDAII) so the default extended ROM size is 64Mb, although it only warns you if you go over that.
The principal is simple - deliberately so. Information on the CAB files is stored in TXT files and the preview images are stored as GIFs, BMPs or JPGs (always the same name as the CAB file, with an extra file-extension). I’m thinking that we could post TXTs/images and maybe even CABs in this thread, thereby making cooking a ROM as easy as downloading the CAB/TXT/image, saving it to the ‘library’ and choosing it for your ROM.
Drag & drop should work (to some extent at least) and the ROM files can be moved up/down in the config.txt file easily enough – after all I made this for my own use and getting the information from the web-pages is sometimes the trickiest part. I’ve recently added an option to copy the selected CAB files into a separate folder, this way I can easily copy the new files into the new ROM without having to search manually (computers ARE here to make life easier – allegedly).
Um, I think that’s about it – consider this a first-release so I’ve undoubtedly missed stuff, and I’m pretty sure I’ve forgotten to save some settings into the registry (I’ve had to get on with some real work, but this version works okay – mostly). Of course, if this utility kills your system, turns into potted-plants or does anything else I’m not expecting then you’re on your own – if you have doubts then don’t use it, I ain’t getting sued just for sharing my stuff.
I'll be adding some TXTs/images/CABs here myself at some point - I'm just too busy with other stuff at the moment (patience, I'm told, is a virtue).
Any problems, comments, questions or thoughts then please post here – knowledge is a thing best shared.
:edit: - I forgot to mention above, but when a file is copied the file-extension is automatically checked and the approriate command inserted into the CONFIG.TXT - for example, copying a .EXE file will default to 'EXEC', whereas a .TXT file would generate a CPY1/CPY2 command (to copy into \Windows).
Toodz,
- StarFux -
Excellent, let's me try and I will post my feedback later.
Thank a lot.
cool program.... downloading now...
thanks
No further comments?
Just checkin'-in... so, no feedback? Must be just that good then ...
-sf
Thank you krab.. Let's me try..
Some TXT files to get things started
Attached are some TXT descriptions from xda-developers - the zip-files are named according to the username of the person who wrote the text (all credit to them, not me) - I've just compiled the data into a format that XtendROM will make use of.
yann.zip - from http://forum.xda-developers.com/viewtopic.php?t=6470
sin.zip - from http://forum.xda-developers.com/viewtopic.php?t=16916
Just unzip into your chosen library folder.
S'all - have fun.
-sf
besides of having one error on my first run .. just forgot wat it is .. i think you've done a greate job .. now its much easier to create config.txt and to avoid .. further error if i created it in notepad .. btw tnx for the tool m8 ..
...very nice looking tool )))
THANX
buzz
What a great application
Thanks for sharing
Now maybe we can create all huddle together and create a central library for all known extended ROMs so we can cook our own ExtROM
Thanks for all the positive feedback! - I'm working on some tweaks to cope with creating compressed ROMs at the moment (thanks to some great feedback) - I'll post here when I've sussed it
Thanks again!
-sf
Giving up
Hi all - well excessive demands on my time from work & home have meant I've been unable to tinker with my util, so I'm giving-up trying to find time and have decided to sleep more instead.
If anybody else wants to play with it (it's written in Delphi 7 & uses a few libraries but could be played with), then PM me and I'll send you the source so that you may continue development (if desired).
Hope everybody continues to enjoy the util anyway - L8rz.
-sf

Flashing for Raphael CDMA aka Herman

My wife recently got a Sprint Touch Pro, and considering the flashing junkie that I am (and how much I hate stock roms), the first thing I did was to jump in here to see what could be done about it. Much to my surprise, it seems that XDA-Devs has very little information regarding the HTC Herman variants (Sprint, Verizon, Alltel, etc.) since most of the development for the Raphael is being done for the GSM version only. There are a few scattered threads about this but I figured that a sticky (and a Wiki update) will not hurt the site and as an added bonus, it will help the noobs (and some Seniors too ).
I found most of this information in ppcgeeks.com, so feel free to lurk around that forum as well since it is packed with useful information.
Instructions are the same as with the GSM models, only inverted. In other words, [highlight]IF YOU FLASH THIS ON A NON-CDMA PHONE, YOU WILL BRICK IT. NO QUESTIONS ASKED.[/highlight]
I am not responsible if you brick, damage, or affect the functionality of your phone in any way, shape, or form. Do this under your own discretion...
And as usual, when in doubt...READ!!!!
Edit: You will need a software to unzip the files (Winzip, Winrar, 7-zip, etc). It has been reported that the Vista file decompressor (or something like that) will associate this package with Adobe reader, making it difficult to open it...
Edit 2: If you are flashing for MetroPCS, please follow this amazing guide that dreynam2 has put together!!!
Here goes:
Step 1: HardSPL Unlocking!
Again, all this information can be found in www.ppcgeeks.com (original thread here). I just wanted to make it available to people at this site. Thanks to cmonex and the full CDMA Raphael Elite Team!
UPDATE: VZW SPL posted. (there will be an all-in-one unlocker later, but until then please read the instructions and decide which file is for your device.)
CDMA Raphael Elite Team (see: http://forum.ppcgeeks.com/showthread.php?t=41345) presents exclusive Touch Pro CDMA Hard-SPL to you!
SSPL, HSPL, relocker made by cmonex, Wrappers by olinex, SD flasher and relocker (coming soon) by no2chem. thanks to NexVision (btw I'm really sorry), zule/Shadowmite and no2chem for testing!!!
there are three HSPL's now (for the non-verizon ones it is a similar scene to Diamond_C).
1. 0.25.MFG for Sprint/Alltel/Telus/Bell, for hackers only, because otherwise, it is too old, apparently has splashscreen issues and only 128MB ram. but it has mw, it has rtask, etc. etc.
2. 0.37 for Sprint/Alltel/Telus/Bell, for other people, this has no screen issues but no MFG commands.
3. 0.35 for Verizon touch pro's ONLY.
Important:
first, if you have GSM Touch Pro/Raphael (NOT CDMA, NOT SPRINT/VERIZON/ALLTEL/TELUS/BELL), this will brick your device.
to download a compatible hardspl package for gsm touch pro you can go to forum.xda-developers.com.
but if you have CDMA Touch Pro/Raphael, then you have to use this hardspl, not the one at xda-developers!!!
preparations before flash:
1) make sure you have .NET framework installed on your PC! if not, get it from http://www.microsoft.com/downloads/d...DisplayLang=en
2) if you have vista, WMDC update is recommended: http://www.microsoft.com/windowsmobi...ce-center.mspx
3) now decide which Hard-SPL you want to flash. if you have Verizon, flash VZW package (from verizon attachment). if you have Sprint, Telus or Alltel or Bell, flash default package (Raphael_CDMA_HSPL_037.zip).
instructions:
1) download Hard-SPL package from attachment, extract to an empty folder.
2) you must Have Phone Synced with PC in Windows Mobile!
3) run HardSPL exe that you downloaded before.
4) follow steps in the RUU, and check on the device for prompts after PC shows loading bar.
5) it should go to tricolour screen now and say 0.25.C-SSPL or for Verizon devices it should say 0.35-C-SSPL.
6) SPL flashes, device automatically reboots, job done.
7) to confirm you got it installed, go into bootloader mode (tricolour screen!) and verify the screen shows 0.35.CMONEX or 0.37.CMONEX (or 0.25.CMONEX MFG).
NOTE: you will not see the SPL version during normal boot, that is the OS version, not SPL!
to enter bootloader mode to see version: with the device turned on, press and hold the volume down button along with the power button, then press the reset button with the stylus tip, then release the volume down and power buttons when bootloader tricolour screen appears.
NOTE 2: anyone having problems with the device entering SSPL automatically, please copy SSPLManual.exe from the SSPLManual.zip attachment to the device and run it. then once the screen is in SSPL, run RUU manually. i.e. you run the RUU on the PC, if it isn't obvious.
make sure to get SSPL-Manual specifically for Verizon phones from the verizon package.
NOTE 3: this is unsigned Hard-SPL. no limitations on flashing ROMs or radio packages. also, this has overwrite protection, if someone needs to revert to stock SPL for warranty reasons, a stock SPL downgrade package is also available here.
NOTE 4: do not use this RUU to flash anything else! this is only intended for flashing the Hard-SPL.
NOTE 5: use Relocker *only* if you need to return the phone for warranty. only use it as last step - after reflashing stock OS and radio. Default relocker is for Sprint etc, Raphael_CDMA_VZW_Relocker in the verizon package is for Verizon touch pro's.
[highlight]EDIT: I tried on multiple occasions to upload the Verizon unlocker to this thread, but the system keeps on refusing it again and again (main reason why I had a link to the original site). Go to the PPCGeeks site and get the unlocker from there (alternatively, this was provide by psouza. Thanks!)[/highlight]
Step 2: Choosing the ROM that Fits Your Style
Congratulations! If you are reading Step 2, that means that you successfully unlocked your phone (or are about to make a no-no). Make sure that your phone is HardSPL unlocked or else you will not be able to flash.
Taste is a matter of personal choice. As I stated in my previous post, most of the development for this phone is being done at PPCGeeks, and since posting every Rom thread in here would be time consuming (and possibly useless), I am giving you this link to all the custom ROMS.
Which one is best you ask? Again, a matter of personal choice. Some roms are feature packed, whereas others are light and fast. Really up to you...
Link to Roms
Step 3: Flashing Your New ROM!
Well, Step 3, that means that you chose a ROM and are ready to get down and dirty with your device (and about to kiss that ugly stock rom good bye). As with the flashing of any device, make sure that:
a. Your device has battery of 50% or more, else you might end up with a half flashed brick.
b. You have ActiveSync/Device Central in your PC.
c. That you read the steps below over and over and over again until you can repeat them in your sleep.
[highlight]Make sure to follow every single step down to the T. I cannot stress this enough.[/highlight]
How to Flash Via PC:
1.download the ruu.zip attachment
2.unzip to your desktop
3.then in the newly created RUU directory add the rom of your choice - (copy the RUU_Signed.nbh to desktop\RUU)
4.Place phone in bootloader mode (power button while holding volume down button)
5.open the ROMUpdateUtility.exe
6.follow the RUU on screen instructions from there
If that fails please trying these directions (thanks sn0b0ard)
1. Establish active sync connection (this is the most important step).
2. Copy the RUU_signed.nbh into the RUU folder.
3. Run ROMUpdateUtility.exe and follow the steps on screen to flash ROM.
4. Once the phone reboots, go through Windows Mobile setup and let it finish.
5. Perform a hard reset (hold power, volume down, and center d-pad).
6. Complete the Windows Mobile setup and start using your new ROM!
Flash from microSD Card (Thanks to MadlyAlive):
1. Make sure you backup anything that is necessary to your day to day operations! At a minimum, please perform an ActiveSync to Outlook or your Exchange server prior to flashing!
2. Rename the custom ROM NBH file from RUU_Signed.nbh to RAPHIMG.nbh
3. Copy RAPHIMG.nbh to the root of your microSD Card.
4. Hold the Volume Down and Power button simultaneously. While you're still holding those 2 buttons, press the reset button with your stylus.
5. When your Touch Pro tells you to do so, press the power button to begin the flash process. If you do not get the message to press the power button to flash, there is a mistake in the name of the NBH file or you do not have the file at the root of your microSD card.
6. When flashing is complete, perform a soft reset.
Step 4: Tweaks, Tweaks, and Tweaks!! (Part 1)
Step 4!!! Wow, you must feel in cloud 9 right now! You successfully got rid of that stock rom (without making a $700 paperweight) and are ready to tweak your device to your own liking! Here are some tips and tweaks that I found over at PPCGeek (Original thread) Thanks Baffles!!
Note:Go to the original thread for all the cabs.
Tweaks and Fixes:
Basic:
If your device is showing you random issues, such as speaker/ear piece being crappy out of the box, do a hard reset. Some have reported this simple task has solved their problems. You can do this one of two ways: either select clear storage from the system tab in settings (Start->Settings), or power off the device, hold volume down and OK, and hit the power button.
If your data isn't working, try this.
Disable SMS Sent Notification: [HKEY_LOCAL_MACHINE\Software\Microsoft\Inbox\Settin gs] Set SMSNoSentMsg to 1
Install the Picture Mail enhancement from Sprint - run PIE, and click "Click here to check for new updates." (if you changed your homepage, go to Sprint PowerDeck from favorites) Then download and install the cab file listed. This will have to be done after every hard reset. Still seems picmail doesn't like to work right, though.
Phone:
Install new Audiopara for louder volume
Enable/Disable mute call when phone is flipped over - [HKEY_LOCAL_MACHINE\Software\HTC\PHONE] Set FaceDownMuteRing=1 to enable, or =0 to disable. Source
You can make your phone stop making noise when you enable/disable the radio. Edit [HKEY_CURRENT_USER\ControlPanel\PhoneExtendFunction \CDMA\FlightModeOnOff] and change Sound_on and Sound_off to desired sound, or blank for no sound. source.
Issues with answering your phone when a data connection is open (answer buttons don't do anything)? Looks like a tweak messes up a registry key that affects this. [HKEY_LOCAL_MACHINE\Comm\ConnMgr\Planner\Settings], make sure SuspendResume is set to #777 (not anything containing GPRS). This issue seems to be related to Advanced Config. source
Added 1/7/09:
Enable wake up on SMS - you can do this via DiamondTweak (possibly advanced config too), or [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\RIL] DisableSMSWakeUpEvent=0 (to enable waking up). source
Set up Visual Voicemail on Sprint. More info here. THIS IS VERY YMMV.
Internet:
This hack no longer needed on the latest version of WMWifiRouter - Disable temperature sensing in WMWifiRouter to get it to allow you to connect. Options->Configuration->Battery->Next->Next->Next->Select "Disable temperature detection"->Next. There is a bug, at least in my version, that shows "Enable temperature detection twice" however selecting the second one disables it.
Hack Internet Sharing to work: [HKEY_LOCAL_MACHINE\Comm\InternetSharing] Delete Extension key, set/create MaxCMCon=0 (decimal). [HKEY_LOCAL_MACHINE\Comm\InternetSharing\settings] Set ForceCellConnection="Sprint" -- Cabified Version Here
Change "Reply All" in poutlook back to "Reply" - [HKEY_CURRENT_USER\Software\HTC\BootLauncher\Servic es\OutlookEnhancement], set module to an empty string. TO revert, set module to "\\windows\\OutlookEnhancement.dll"
Information here on GeoTagging/Automatic uploading of photos using Shozu.
Change useragent in Opera Mobile to view full websites instead of mobile versions. Info here.
If you have issues with Gmail/IMAP and sending emails, Official fix here, or read this post
Make Pocket IE your default browser. How to here.
Skyfire now "works" on Touch Pro. It is not a real VGA version, just QVGA stretched up, so however crappy it may look it is the best flash solution for now.
New Opera Mobile from Touch HD here - May or may not perform better, some reports of issues/graphical glitches/etc.
Increase the maximum number of tabs in Opera - Close Opera and edit \Windows\Opera9\opera.ini and change the Max Allowed Tabs to the right number. thanks mclaser
Added 1/7/09:
Set Opera to be your default browser for all items. source
TouchFlo 3D / Manilla 3D
Add your city to the weather tab. Follow these directions making sure to use the modified copy of version 1.1 of the specified editor.
A better way - Install the cab from here and it will add all cities to the list for you, so you can just hit Add Location and find yours! Updated 1/8/09
Install flip clock if you want it. instructions here
Get some wallpapers
Wallpaper on every tab, transparent clocks and curtains. More info here
Optimize your music tab by removing the music store logo. Some Touch Pro specific directions.
Information on how to remove sprint Manila3D customizations and get an HTC Stock configuration here
Rename your tabs in Manilla3D. Tutorial and instructions here.
Remap Manilla3D to use Pocket Informant instead of the built in calendar. Complete information here
Increase TouchFlo's sensitivity, so you don't have to push as hard to scroll. [HKEY_LOCAL_MACHINE\Software\OEM\TFLOSettings] increase FingerPressure. Default is 16. I am having good luck on 128, I may raise it higher. Higher = more sensitive, lower = less sensitive.
Touch Pro Cleanup by GoodThings2Life - read this/download one of the cabs to automatically apply a specific set of tweaks/mods.
Action screen changes, customizable through registry edits. More here
Change the soft keys on the home screen. [HKEY_LOCAL_MACHINE\Software\HTC\Manila], change HomeLSKPath and HomeRSKPath. HomeLSKText/HomeRSKText = the text. More info here.
Added 1/7/09:
Change software used by some TF3D entries with SSMaPa - This can be a complicated procedure. source
Boost TF3D Performance - increase file system cache to 8MB, file system filter cache to 131072, FAT cachesize to 32768 (you can do this with advanced config). source
Discussion about scrolling/tweaking of scrolling here
Revive the tab change animations! info, and source
Other Theming Topics
Custom Start Icon/Battery/Speaker/EV/1X Icons - UPDATED 1/7/09
Step 4: Tweaks, Tweaks, and Tweaks (part 2)
Other
Get S2U2 to work: Make sure you install the VGA version, not the QVGA version. You can now use DirectDraw mode with the newer versions of S2U2. UPDATED 1/7/09
Get your battery icon with percentages here (old thread).
Battery/performance hacks if you're so inclined.
Turn it into your most expensive flashlight - Alternate program. Both work, nueLight v3.0 is what I personally use. UPDATED 1/7/09
Auto screen rotation with Gyrator 2, and Configure it to not rotate certain apps UPDATED 1/7/09
Fit more icons into your programs list with this tweak
If your text is too big, such as in text messaging, go to Start->Settings->System->Screen->Text Size and move the slider to the size of text you want. Alternatively, you can move your thumb in a circle around the OK button, similar to how you would use the click wheel on an ipod. This will adjust the font size too.
You can disable auto-wakeup when keyboard is opened.[HKEY_LOCAL_MACHINE\Hardware\DeviceMap\Keybd] Create new dword "SlideWakeup" with value of 0 and soft reset. To revert, delete the key or set it's data to 1. Source
Get Old School word correction back (same as was on Mogul, etc) - Latest Cab here - Older Information:Updated information here and here.
Disable start-up sound / change it - [HKEY_LOCAL_MACHINE\Software\HTC\HTCAnimation] Rename both 'StartupGif' and 'StartupWav' to new values, or leave blank to disable. Source
Increase your screen's sensitivity. [HKEY_LOCAL_MACHINE\Drivers\TouchPanel] change PressureThreshold. Default is 37 Decimal, it is reported 240 decimal is a good new value for this. source
Added 1/7/09:
More Camera Modes! You can enable these in Diamond Tweak, there are options to enable Burst/Sport mode, videoshare mode, and increase resolution of sport/burst photos. source
Remove scrollbars: [HKEY_LOCAL_MACHINE\System\GWE] change cyHScr to 0 to disable horizontal, and cxVScr to 0 to disable vertical bars. source
Enable sound effects for keyboard open/close, info here. source
PST Tweaks:
First thing you must do is get your MSL. I wrote an app to make this very easy for you, more info on it here. If you have problems getting your MSL, put your phone in flight mode and try again.
You can tweak your Slot Cycle Index (SCI) to make your phone poll the tower more often. This makes your texts and phone calls come through quicker. This setting is a trade off between lag (most noticeable when receiving calls) and battery life. The default value on our phones is 2. Every step of 1 adds 1.28 seconds to the poll time, so at a value of 2 it is only polling every 5 seconds or so. Most people lower this to 1, so the phone polls every 2.5 seconds. This won't affect battery life much in areas of good coverage, but may impact it noticeably if you're in a poor reception area. Your Access Overload Class (ACCOLC) determines your phone's priority on the cell tower. The higher the number, the lower the priority. Do note that 0 and 1 are reserved for emergency service uses, so DO NOT use these. You can ACCOLC's of 2-9, default on Sprint should be the last digit of your phone number.
Now that I've laid down the basic groundwork of the two main mods, here's how to change them. Don't mess with settings in here unless you know exactly what you're doing, as phone performance and usability will be affected. To enter programming mode, open your phone screen and dial ##778# (may be ##778 on some devices, if that doesn't work, run EPST.exe from \Windows). Click edit, type in your MSL, and hit OK. Now choose View Info in the lower left corner, and hit NAM settings. On this page you can change your ACCOLC (remember, don't use 0 or 1). Now, switch to the Modem Settings page to change your SCI (default is 2, valid values are 0-7). Now accept the changes and soft reset, and you're updated!
More information can be found here
Useful Downloads:
DiamondTweak - some tweak options do not work.
Advanced Config - claims to be fully compatible UPDATED 1/7/09
Total Commander
PHM Regedit
TF3D Config [not fully compatible with TP yet] - more info here
i-nigma - read QR codes. Any Windows Mobile apps I release from now on will also have a QR code for quick and easy OTA installation.
BAF MSL Grabber - Get your MSL quickly and painlessly.
List As Editor - My little utility for editing the 'List As' property of a contact manually.
Touch Pro Cleanup by GoodThings2Life - Clean up the stock ROM easily
PocketToolman 2 - includes features such as disabling scripts in PIE and other OS tweaks/tools.
esmertec Java JBed - set up for 3D and VGA. More info here.
Radio Utilitues - scripts by GoodThings2Life to give you shortcuts to turn on/off BT and Wifi.
POP/IMAP Send Mail patch - Microsoft issued patch that fixes issues with sending mail.
SecondToday - gives you a second today screen to allow you to use other today screen items in tandem with TouchFlo 3D.
.NET 3.5 - also, if you need them, debugging messages for .NET 3.5.
[color]Added 1/7/09:[/color]
Some popularly requested cabs
Another list of useful apps
Large collection of apps - all indexed and in one bundle.
Custom ROMs and Tools, Low Level Stuff:
Hard-SPL thanks to Raphael Elite Team
HTC Debug Tools
Touch Pro Cleanup by GoodThings2Life
How to remap hardware buttons
Stock Roms for CDMA
ElectronicRice's kitchen
And of course, your custom ROMs can be found in the upgrade sub-forums. CDMA Upgrades and GSM Upgrades
Added 1/7/09:
ATI D3D Drivers - The jury is still out on if these really do anything. Some discussion here. source
Omnia D3D Drivers - See info on ATI drivers above.
Flashing Instructions
WM6.1 20931 Kitchen, CDMA, GSM
New Radios! CDMA and GSM.
SRS WOW Audio Drivers - Jury is out on this one too.
Hardware:
Video Cables:
Buy from Expansys
Build using pzztgotbagz method
PPCGeeks Alternate Method
XDA Method
Other:
Discussion of accessories/sites to purchase accessories.
Fix your noisy battery cover if yours makes noise. - here .... mirror here
Discussion and Indexing of Touch Pro build dates and issues. Another thread here
Discussion on battery charging and heat issues.
Added 1/7/09:
Dye your battery cover!
Step 5: The "OH SH*T!!" Step. Stock Roms
Well, if you are in Step 5, that means that you have to go back to Stock rom for whatever reason. Worry not, the roms are readily available. Just go to
http://forum.ppcgeeks.com/showthread.php?t=42741
Here you will find all your Stocks for most carriers.
If you have to Relock the phone for warranty purposes, just use the relocker in the first post. Now, there is a trick to use this thing. If you want to relock and just run the exe with the phone connected, you will get an error.
[highlight]Flash back to original Shipped Rom and Radio BEFORE Relocking!!!!![/highlight]
*First, put the device in bootloader mode (Hold Vol Down +Power +Reset until you see the bootloader screen (multicolored). It will say Security Unlocked and a bunch of other numbers including (and this is key) 0.37 Olinex (or Monx, I can't remember right now)
*Now, run the exe in your computer. This process takes about 1-2 minutes at the most. The phone will reset after its done.
*To check if it worked, wait until it finishes rebooting and go to bootloader once more. If done correctly, it will still say "Security Unlocked" but it will say 0.37.0000 instead of what I wrote earlier in this post. You should be goof to go from this point on.
Stuck. Thank you for collecting all of this information!
You are awesome, I have helped alot of new people who have flashed GSM ROM's to their CDMA devices and this will help out alot! Even though I have a GSM Fuze, please let me know if I can help you with this in any way. It has been discouraging to see how the new people who have mistakenly flashed the wrong ROM to their phones have been treated and I know alot about phones GSM and CDMA and am also a member of PPC Geeks and have been for some time (not much posting mostly reading) my name there is dashmaster1000. So if you would like some help or just want me to gather and compile information I am more than willing to help you! Again thank you!
Cal-El said:
You are awesome, I have helped alot of new people who have flashed GSM ROM's to their CDMA devices and this will help out alot! Even though I have a GSM Fuze, please let me know if I can help you with this in any way. It has been discouraging to see how the new people who have mistakenly flashed the wrong ROM to their phones have been treated and I know alot about phones GSM and CDMA and am also a member of PPC Geeks and have been for some time (not much posting mostly reading) my name there is dashmaster1000. So if you would like some help or just want me to gather and compile information I am more than willing to help you! Again thank you!
Click to expand...
Click to collapse
Thanks man! I have seen how you've helped people out (especially in the NRGZ roms since I am around there for the most part). I have asked NATF to cross post this sticky in the Raphael Rom Development as well, to prevent "accidents" from happening. In either case, if you do find some useful stuff that is not here, feel free to either pm me (I will update the posts) or simply add it to the thread yourself, whatever you prefer.
Once again, thanks for the praise
i need help. when i flash with the micro sd, all it does is take me to the tri-color screen that says "security unlocked" at the top
poisondminds said:
i need help. when i flash with the micro sd, all it does is take me to the tri-color screen that says "security unlocked" at the top
Click to expand...
Click to collapse
Is there any particular reason why you cannot flash via USB? I am only asking simply because it is a far easier process.
Just follow the instructions of Step 3 and you should be ok. One thing to mention, [highlight]do not let go of the VolDown and Power Button when you see the bootloader. You have to hold them down since it will go to a white screen with a set of instructions in blue right after that. It is the same process as with a Hard Reset.[/highlight] Make sure that you did the HardSPL prior to flashing a rom. Good luck!
Thanks!
I'm brand new. Just got my Touch Pro a few days ago and have been lurking around a few forums to get myself aquinted with the options available for custom ROMS and proggies. Thanks for this comprehensive guide for all of us newbies!!!!!
kstephens98 said:
I'm brand new. Just got my Touch Pro a few days ago and have been lurking around a few forums to get myself aquinted with the options available for custom ROMS and proggies. Thanks for this comprehensive guide for all of us newbies!!!!!
Click to expand...
Click to collapse
Not a prob. Enjoy!
Flashing Question
This may seem like a strange question but here goes...
I am considering flashing my Touch Pro and wonder if any one has tried doing it in Win XP Pro running under Parallels on a Mac? ActiveSync works fine so I know the communication between the two is fine. I really don't want to drag my old Win 2K machine out and upgrade the RAM and OS just to start playing around with different ROMs... but I don't want a $600 brick either.
Thanks to all in advance!
butchwhitt said:
This may seem like a strange question but here goes...
I am considering flashing my Touch Pro and wonder if any one has tried doing it in Win XP Pro running under Parallels on a Mac? ActiveSync works fine so I know the communication between the two is fine. I really don't want to drag my old Win 2K machine out and upgrade the RAM and OS just to start playing around with different ROMs... but I don't want a $600 brick either.
Thanks to all in advance!
Click to expand...
Click to collapse
It has been tested, and it works great.
On a side note, once you get HardSPL on the phone, I suggest flashing from your SD card directly. Not only does it eliminate the need for ActiveSync, but it is also 2-3 time faster.
total noob
HI every1.. total noob here..I am considering flashing my USCellular TP...
I understand USCC is CDMA? Does it matter which rom i use? Does the rom have to specify USCellular er what ..
im clueless thanks in advance
It should not matter as long as it is a CDMA rom. What makes it carrier specific are certain apps that come with the original. However, you may want to check with the cook, just to be on the safe side. Good luck!
Good ROM for Verizon TP
I have a Verizon Touch Pro and am thinking about flashing. I am curious what is a good rom that is out there. I love the TF3D so I want it included with the ROM. Aside from that I don't really have any preferences (Super fast would be a plus). Thanks for any advice.
xguerox said:
I have a Verizon Touch Pro and am thinking about flashing. I am curious what is a good rom that is out there. I love the TF3D so I want it included with the ROM. Aside from that I don't really have any preferences (Super fast would be a plus). Thanks for any advice.
Click to expand...
Click to collapse
Go to the link that I provided in Step 3 of my guide. Most of the available roms are in there. As far as which one is good, it really is a matter of personal taste. Mighty 4 (WM 6.1) is said to be one of the best and most stable ones out there. I used Fallen 2.1 and that was a pretty good rom. Very fast and relatively clean but with the app that you will want to have at one point or another. Good luck!

[01 March] Android Eclair 2.1 for HTC Niki - UPDATE (REUPLOADED)

After many tries here is it, my first beta for Android Eclair 2.1 for the Nike.
Work is still in progress and maybe out there there is someone who would like to help me in this project of porting a working version of android 2.1 to the nike.
Files:
http://rapidshare.com/files/363158134/20100103_Eclair_2.1_HTC_Nike.rar.html
UPDATE #1:
- Data Problem fixed, some disconnects but it can be used without problems (I reccomend to reset the modem when you dont use the connection anymore)
- Added some preinstalled apps:
Astro File Manager
Facebook App
Market
Google Maps
Youtube (Only Audio, Video does not work, i am working on it)
Modem
Advanced Task Manager
RELEASE #1:
- Calls and SMS work
- Data does not work, i am fixing this
####Install Instructions####
- Copy the andboot folder to the root of your SD
- Run Haret
- When haret is running hold the dpad middle button to enter the installation menu
- In the installation menu choose where to install (i use data and system on sd card partitions, its faster)
- Press Install System
- After the system is installed press quit and wait
The first boot is a little bit slow, there is no bootanimation in this built so dont worry if the screen turns black, just wait few minutes, after the first boot i recommend to reboot to speed up things.
Have fun!!!
help
I would like to help you tell me what I can do..
some question
the first question over all:
this installer overwrites WM.. is it right?
going ahead:
what if I want to go back to WM?
Once installed Android, what's the procedure to update it with a newer Android version?
NiK
nik2208 said:
the first question over all:
this installer overwrites WM.. is it right?
going ahead:
what if I want to go back to WM?
Once installed Android, what's the procedure to update it with a newer Android version?
NiK
Click to expand...
Click to collapse
Android uses your storage card. To go back to wimo you have restart you device.
When you want to update android: Download the files and over write the existing files.
Once installed Android, I can enter to Android, and Restart my device, I can go to my Windows mobile , So I want to Android again, How can I do? Need to install Andriod again????
does this work on the NEON?
Boot manager
I think there should be a boot manager.
ther IS a bootmanger:
http://forum.xda-developers.com/showthread.php?t=623792
Kernel Panic...
I had a kernel panic during the haret booting. then said..."Rebooting in 3 seconds..." then it freezed. Help.
@nik2208:
Do you have linux or programming experiences?
@rhombus:
I did not test it on the neon, just on my nike 20keys, you could try it and let me know.
@ebautista:
Do you use the zimage in my package? Try using another zimage, maybe the latest on the vogue project page works.
For the data connection i found that ppp is not invoked because i get an error that says that only root can run /bin/pppd, so maybe the data connection does not work becase pppd is not invoked, i will make some tries to check that.
@m0rph3us
both
Very good, i am working on the data problem, first of all pppd had permission problems so i fixed that, pppd is now called but it fail when it tries to create a pid file becase it says that the filesystems is read only... do you have icq or msn so we can se what we can do next?
@12432
i think this time is different: the installing procedure tells that the process is going to overwrite the rom..
the old android version used the storage card like a guest..not this one..
@12432:
Dont choose to install it on the nand, choose sdcard partition or image files... Android will be installed on the sdcard and winmo remains on the nand.
You did a great job man, got it running on my HTC Nike, and it performs better than other android ports ( looking to speed and connectivity ). The only downsides at the moment, is that i can't activate XT9 dictionary while writing a message, and the camera functionality ( every port had this for as far I know, so can't blaim you ).
So my question to you is, do you know any way to enable (Dutch) XT9 on this rom? I got the device running on Dutch language now, but in the dictionary-settings, there are no known words, whatsoever. Since I don't know if there is any way to browse my storage card ( didn't see any explorer or anything ), i can't install it like a cab or anything.
Would be cool if i could get it running, would make it a wonderfull android port
I have an old android 1.5 with data working, it can help you for the data on 2.1 ?
[email protected]
Ok guys, big step foward, i am connected succesfully to the internet, but dns does not work, this means:
- If i open the browser and type www.google.com no page is displayed
- If i open the browser and type the ip-adress of www.googl.com, the page is displayed
so there is just a little dns problem, maybe tomorrow i am able to solve it, even the 3g icon on the top is not displayed...
why am I not able to install the os?
after the choice "install" the procedure starts formatting..
then, and after a lot, a message tells
"can't umount /data: invalid arguments" and goes back to initial choice list..
After installation process when you are back in the list choose fix permissions,then back In the list choose quit than wait...after a few minutes Android. Should start

[Tutorial] My easy guide to SPEED-UP a lot X10 with STOCK SE 2.1 ROM ♦(UPDATED 30/04)

[Tutorial] My easy guide to SPEED-UP a lot X10 with STOCK SE 2.1 ROM ♦(UPDATED 30/04)
Hi everybody!
My username is new here on XDA, but you have to know that I follow you everyday, mostly on Xperia X10 thread, since I bought my SE smartphone. Finally I decided to register and take part of this huge community So... welcome to me!
After working on my X10 and following several guides here on XDA, I found very interesting some posts/threads about it and would like to share my experience with you.
If you like, you can pay me a beer with a small donation. Feel free to do it if you want! However, because of I usually don't drink too much beer, you can pay me some gadget that I need for my university studies, it's much better for me
​
An HUGE thanks to the following users for their donations (please let me know your XDA username too ^^ ):
Manuel A Jimenez Gomez
Click to expand...
Click to collapse
You might found helpful this guide if:
you are not still ready to fully migrate to non-official ROMs due to their partial instability, lost of warranty,...;
you like Sony Ericsson user interface layer and don't want leave it for other standard ROMs;
you use timescape and mediascape;
you want much more speed from your SE Eclair 2.1 because you are sick of the stuttering during the use;
you want to enjoy multitouch on standard ROM;
you want to experience better snapshot and videorecording quality from your X10 8.1 MPx HD camera;
you want to remove very unuseful third-part preinstalled apps in Sony Ericsson ROM;
you need a very easy tutorial to perform these operations
Click to expand...
Click to collapse
Well, I will report here the procedures I have applyed to my Xperia X10 with standard Eclair 2.1 to improve its performance a lot, without making uninstable the software or causing any sort of crash.
!! ATTENTION !! The mods that I report here are not mine. They belong to their developers. I just would like to share with you the steps and the mods I made to my X10 choosing among the great ones all made available here on XDA forum, thanks to the great work done by super people here on XDA Thus, all software downloads here on XDA contain an hotlink that will address you on the official thread of the software, created by its developer. OK??
!! WARNING !! I AM NOT, I AM NOT, I AM NOT RESPONSIBLE FOR ANY DAMAGE CAUSED TO YOUR SMARTPHONE. Thus, if you want to try, it's up to you. I can only say that my Xperia X10 still works more than fine, and even much faster than before
READY? SET, GO!!!!!!!​
STEP 1: ALL DRIVERS WE NEED!!
WHY THIS STEP: At first I tryed some mods but, even with USB debug enabled, certain software was not able to work. The reason? Simple: the right drivers were not correctly installed on my Windows 7 PC even with SEUS preinstalled and fully working.
HOW TO DO:
You simply have to download Sony Ericsson PC Companion. You can found it clicking HERE , downloading from the official SE source the latest version.
Once you download and install it (very easy to do), just connect your Xperia X10 and wait until the software recognizes it. Now all drivers, even the USB debugging ones, are fully installed and operative. We must need them for next operations we will perform to our X10.
STEP 2: ROOT IS THE BASIS FOR ALL!
WHY THIS STEP: we need to obtain the ROOT access on our Xperia X10 in order to be able to execute certain software and make sure it works well. Without working root, we simply won't obtain the right full permissions to proceed with the installation and customization of certains mods that will follow here in this guide.
HOW TO DO:
simply download and unpack the latest FlashTool 0.2.6, that includes several major bugfixes in respect to the previous version. Download it from its official thread, HERE.
Now turn on your Xperia X10, connect it to your PC and enable the USB Debugging from Setting -->Applications --> Development (I hope the translation is right, I have italian software on my Xperia...);
Finally start FlashTool by clicking on the main executable file and simply click the "ROOT" button on the upper part of the software.
WAIT, WAIT, WAIT and enjoy a delicious italian coffee
Once the software finishes (usually a few seconds are needed) maybe it will restart your X10 or will ask you to do it. So, do it now!
Root completed!!!
STEP 3: BUSYBOX, the magic box
WHY THIS STEP: you need this intermediate step to be completely sure that the installation of next component will work fine without any problem or crash. This is a toolpack for your Android device that will bring the right instructions used by certain software to be correctly executed.
HOW TO DO:
Open Android Market application from your X10;
Search "busybox", then install it as you do for every application;
Open BusyBox Installer from your main menu, click OK to agree with the licence and finally click on the "Install" button.
If the root performed at the previous step (STEP 2) of this tutorial has been correctly executed, you will be able to install it without any problem and an "OK" message will appear.
STEP 4: xRECOVERY, the magical installation tool ;)
WHY THIS STEP: xRecovery is a sort of "external software environment" developed for Android Xperia X10 in which you will be able to boot in at every OS boot, to execute advanced operations regarding your ROM and NAND memory. You can install custom rom, backup them, format, wipe cache, and (this is what we need now) install custom zip updates and software packages.
HOW TO DO:
Download the installer from the OFFICIAL THREAD here http://forum.xda-developers.com/showthread.php?t=859571 on XDA; choose the typical installation. In other words, just download the APK;
Copy the APK on the SD of your X10 by connecting it on your PC;
Open the APK on the Xperia X10 and install it using for example ASTRO file manager.
Once installation has finished, open "xRecovery installer" from the main menu and choose "Install xRecovery". A few seconds and all is done!!
To boot in xRecovery, simply restart your phone and press BACK button while booting
xRecovery does not allow you anymore to charge battery without (automatically) turning on the phone if it is powered off and you plug the USB cable. If you want to restore the battery offline charge functionality, just install through xRecovery the "xRecovery-charge-offline.zip" file; you will find it in the same official thread, at the bottom of the first main post!
STEP 5: THE JUST-IN-TIME COMPILATOR for your 2.1!
WHY THIS STEP: you will be able to enjoy better performance in everyday use of your X10 by installing a new kind of software compiler that Google has included in Android 2.2 Froyo (and next releases). On XDA developers have been able to make a port of this new kind of compiler on the standard Xperia 2.1 ROM. This compiler works in a quite different way because it performs the compiling procedure "as the software needs it", just in time. I would remember you that in ARC computer architecture, a compiler is a software module that translates high-level language in assembly language.
HOW TO DO:
Download the JIT Enabler v2.0 from its OFFICIAL THREAD ;
Don't unzip it but follow the instructions in the official thread to install it. You simply have to save the zip file on your SD Card, boot in xRecovery (restart the X10 and press any button during boot), than choose "install custom zip" and select this file. Installation will last a few seconds.
After installation, reboot the X10 choosing the rebooting option from xRecovery.
No panic: first reboot will require a lot of time!! Don't worry, leave your X10 working until the boot ends.
PAY ATTENTION!! Latest official SE firmware, always based on 2.1 Eclair Android OS, officially brings the dualtouch support. And, although Sony Ericsson ensures "it will work only in browser and Google Maps", it works everywhere!.
Thus, no need to perform STEP 6 and STEP 7. However, unfortunately I noticed that latest firmware ( .435) 's dual touch precision is worse than the one provided with STEP 6 and STEP 7. I also heard that the new firmware update that SE is releasing just in these days will bring a really improved dual touch system. We hope it!!
Click to expand...
Click to collapse
STEP 6: MULTITOUCH, WE WANT IT!!
WHY THIS STEP: really? are you seriously asking yourself why this step? Well, the multitouch (sorry, dualtouch...) is one of the most dreamed freature by every X10 user: it makes you able to use pinch-to-zoom on your beautiful 4'' LCD !
HOW TO DO: just follow the official tutorial HERE
STEP 7: A FULLY-ENABLED DUAL-TOUCH!
WHY THIS STEP: simply because multitouch update won't work in every application! Browser, google maps, Angry Birds,... Thus, with this tutorial you will be able to fully unlock it
HOW TO DO: just follow the official tutorial HERE
STEP 8: IMPROVE YOUR CAMERA
WHY THIS STEP: it overwrites the official camera apk with an optimized one that allow you to snap better pictures with improved details, reduce the shot time, improve a lot HD video quality (recuding a lot the stuttering suffered by X10 in videorecording...).
HOW TO DO: just follow the official tutorial HERE
I suggest you to backup the official camera apk file; in case of problem you can easily restore it. You can simply choose to rename it, for example, append to the name "_DELETED": you will "disable" the file because you changed its name. To restore it simply rename it deleting the modded one and removing the "_DELETED" extension. For this operation I highly suggest Root Explorer!
The new v7 version of this custom apk camera, that always applyes ONLY to stock SE 2.1 ROMs, is based on the stock apk camera file of latest SE firmware. It includes even better video captures, but requires a few more steps to be fully enabled: just have a deeper look at the first post of the official tutorial I have just linked! In fact, you just need to add a few more rows to build.prop file.
HOW CAN I EDIT BUILD.PROP? Here a fast sub-tutorial​:
You can use RootExplorer, download it from the market. It only will work with root privileges
make sure you reach the directory in which build.prop is stored (it is saved into system directory)
press MountR/W button
long press on build.prop and choose "open in text editor"
Add the required rows, finally save & exit. And you've done everything!
Click to expand...
Click to collapse
STEP 9: SPEED, SPEED, SPEED! REMOVE UNUSEFUL APKs!
WHY THIS STEP: well, this is the step I like the most! Simply because it's the one that makes it possible to obtain a lot of speed increasing!!! The goal is to remove unused applications that usually runs in background draining your battery and slowing a lot your bright Snapdragon CPU
HOW TO DO:
Use Root Explorer; install it from the Market if you still don't have it;
I don't want you to remove applications; just move them to your SD cards. They will not be recognized anymore from Android OS and won't be executed. In other words, you remove it by creating a backup. If something goes wrong, if you miss any application functionality, you simply restore them on their original directory. Be sure to check permissions, when you restore: put a check, with Permission options of Root Explorer, of the first two items of first row if they are unselected!
With Root Explorer create a folder, for example name it "deleted" on SD card root; it will contain the backup copy of removed unused APKs;
With Root Explorer, move to system/app directory
Enable the Multi-select option in Root Explorer
SELECT THE FOLLOWING APKs:
EManual.apk
EManualLauncher.apk
FaceRecognition.apk
JapaneseIME.apk
LatinIME.apk
LearningClient.apk
OMAClientProvisioning.apk
PcCompanion.apk
playnowback.apk
playnowclient.apk
SEMCSetupWizard.apk
SEMCTouchPalKoreanQWERTY.apk
SetupWizard.apk
Stk.apk
moxiermail.apk
playnowappinstaller.apk
quadrapop.apk
wisepilot.apk
qcsemcservice.apk
SemcCheckin.apk
OmaDatasyncService.apk
Click to expand...
Click to collapse
Choose "Move";
Now reach the "deleted" folder you created before and choose "Paste".
Finished!! Now reboot your X10 and enjoy better free RAM and much more speed!!
I followed THIS GUIDEto suggest you the be(a)st APKs to remove. However, I missed some APKs for two reasons:
I WANT TIMESCAPE!
Removing some of the ones suggested in that thread, I was no more able to update my status and the splins on TimeScape
Well, I don't remove Chinese keyboard because I need it to write to my chinese friends here in Shanghai But you can add it to your custom removing list if you prefer!
Pay attention! Maybe now, due to any of that application removing, you won't be able anymore to sync facebook photos with your phonebook. Don't worry!! You can download and use the great SyncMyPix from Android Market. It will allow you to automatically sync every photo from your facebook contacts with a much higher quality than the stock Sony Ericsson application that works in your phonebook to sync these photos!!!
You can have a deeper look of all these APK HERE ; thanks to reindero2005 user for this useful link!
STEP 10: HOME SCREEN REPLACEMENT
WHY THIS STEP: simply because the stock homescreen and menu by SE are quite slow and usually stuttering. Thus, I suggest you to install LauncherPro and enable the 3D menu.
HOW TO DO:
Open Android Market and search launcherpro application;
Try the free version, it's more than enough. However, you can help its developer buying the full version and enjoying full options
Set it as default homescreen (it will be asked from Android OS after installation when you press the home button) and add all widgets and icons you want.
You may also choose a static desktop background: it will help you saving battery and menu will become a lot faster without an animated wallpaper. Try and choose, almost everything in your life it's up to you!
STEP 11: IMPROVE YOUR SOUND
WHY THIS STEP: to obtain a better, louder, crisper sound from your X10. From every hardware source: earphones, bluetooth audio devices, on-board speaker,...
HOW TO DO:
Just download (it is not free, buy it if you want ) Louder Volume Hack v4.1;
After installation, follow every initial step that the program will require.
Press on the big speaker icon on the screen, then select V6 & Revision2Files button and click Apply.
Wait until the software finishes, than on next screen choose buttons IC Loud, Headset Boost 1 and Bluetooth Boost 1, finally apply again
Reboot and enjoy a better higher sound, especially in earphones!!
STEP 12: SYSCTL, ADVANCED (BUT AUTOMATIC) KERNEL IMPROVEMENTS
WHY THIS STEP: sysctl is a free utility that allow to further improve your system responsiveness. Scrolling will be even faster (everything on the screen will better follow your finger during touch), applications will run faster and their opening time will be reduced. Not only!! After the right settings and tune-up of the software, your battery will do an huge smile because your X10's autonomy will exceed a lot!!
HOW TO DO:
search on the Market and download sysctl; it's free
after installation, search in your menu and open "Sysctl Config"
Set up the following:
- Check "Enable sysctl" option;
- Set "Min Free KBytes" to: 32568
- Set "Dirty Ratio" to: 5
- Set "Dirty Background Ratio" to: 3
- Set "VFS Cache Pressure" to: 1
Click to expand...
Click to collapse
FINISHED! Maybe the easiest step, right? Now just reboot your phone
STEP 13: MINOR FINAL TWEAKS TO BUILD.PROP file
WHY THIS STEP: a few minor tweaks for further improvements of your android device!
HOW TO DO: you need to edit your build.prop file. Remember? I explained how to do it in STEP 8, in the quoted part of the text. Take a look here if you did not read it before these other steps and you will be ready to go!
Here you will found several "rows" that you have either to modify (if already present into default.prop file) or to add (if not present, of course). The BOLD part are the rows, while the Italic-style text is a description about them and you don't have, of course, to add/edit this part into your build.prop file because it's simply a description for you, to better understand what every single "command" does!
ro.telephony.call_ring.delay=1000 phone will ring without delay when someone calls you
windowsmgr.max_events_per_sec=260 the operative system will check touchscreen inputs with more frequency (think about the interrupt interval), thus the scrolling will be smoother
dalvik.vm.heapsize=48m and dalvik.vm.execution-mode=int:jit which bring better cache management
mot.proximity.delay=150 : it makes the proximity sensor more responsive
You should already have these two values if you took a look at STEP 7: they are ro.product.multi_touch_enabled=true and
ro.product.max_num_touch=2 . Make sure these two instructions are ALWAYS placed as last ones into build.prop file and no enter is present at the end of the file!
STEP 14: FURTHER SPEED-UP, FREE RAM MEMORY AND IMPROVE BATTERY LIFE
WHY THIS STEP: Thanks to the user PlayGunsta that has posted HERE a nice deep tutorial regarding this, it is possible to further increase the true performance of our device by installing two small programs and set-up them in a very easy and fast way! In a few words, the first APK module will allow you to make free around 100MB of the RAM of the X10 in any situation (and trust me, this immediatly translates in a smooth boost, without taking into account the Android memory management system and how it works...). Not only more free RAM: also an improved battery and an overall speed-up of your system.
After this tweak, try to open your Browser, TimeScape or MediaScape: all will seem damn fast
ALL CREDITS go to PlayGunsta and his THREAD, I just report his tweak here for your convenience
HOW TO DO:
PART 1 - Autokiller
Download THIS package, move it to your SD card and install, for example, with the help of ASTRO File Manager;
Open Autokiller (what you have just installed!);
In the Memory limits tab set the following:
Hidden app: 150
Content provider: 160
Empty app: 170
Press Apply (and allow for root access permissions);
Go to "Setting" and check that the option "Apply settings on boot" is checked!
Move to "Advanced system tweaks" and enable "Battery" and "Memory management" options;
Exit and return to your home screen, then reboot!
PART 2 - Autorun Manager
Download THIS package, move it to your SD card and install, for example, with the help of ASTRO File Manager;
Open Autorun Manager(what you have just installed!);
Focus only on the "Basic" tab of the software, and disable all the services that you don't use or, in general, are unuseful for your device. This will kill all uneeded background applications, will free more memory and will make available more CPU resources for the other running programs! For example, I have disabled "Software Update", "Anonymous Usage Stats", "Skype". You can also try with other services if you like!
Exit and return to your home screen, then reboot!
STEP 15: DRASTIC FURTHER STOCK APPS REMOVAL
WHY THIS STEP: Well, I have to say that I didn't need to perform this step because I love so much certain stock applications which are present in our X10. For example, how could I survive withouth Timescape? Imho it's simply the best social gadget I've played with until now! However, if you like to have a more Android-stock oriented smartphone, and want to remove further Sony Ericsson applications in a very safe way, this further step is just for you
Furthermore, it will give you the ability to remove core applications which can easily replaced with other ones -most of them free- from the Android Market.
HOW TO DO:
Just follow the instructions of STEP 9 , what you have to do is exactly the same. But, in this case, here the other applications that you can remove (if you don't need them, of course), withouth causing any problem to your phone. I would thank the user Ski-lleR that has mentioned them on this thread and already removed them without problems.
Here the list:
Browser.apk (it's the default browser, remove it if you want to replace with another one, for example Dolphin, Firefox, Opera,...)
Calculator.apk (the stock SE calculator)
Facebook.apk (the Facebook application, it shouldn't affect Timescape)
mediascape.apk (the official Sony Ericsson music player)
MediascapePluginManager.apk (component of MediaScape)
officesuite.apk (the trial office suite)
Timescape.apk (here Timescape APK with its modules and themes all safe to remove)
Timescape.apk
TimescapePluginManager.apk
TimeScapeProvider.apk
TimescapeThemeBlue.apk
TimescapeThemeGreen.apk
TimescapeThemeIndigo.apk
TimescapeThemeOrange.apk
TimescapeThemeSakura.apk
trackid.apk (the software needed to recognize songs by just let the phone hearing them from an external source)
Youtube.apk (of course, the YouTube application)
Click to expand...
Click to collapse
Well, as I said, I didn't remove them and if you keep them only TimeScape, especially on very low speed networks, will cause sometimes the phone to lag a bit. It's up to you to decide. And, in case you are not pretty sure, just move these applications, as I explained in step 9, to another folder and see what happens to the operative system without them. In case you miss them, just restore with a cut-paste in the original folder to enjoy their functionalities again
STEP 16: REMOVE BOOT SCREEN ANIMATION TO SPEED-UP BOOT
WHY THIS STEP: If you don't care too much to graphics and animated SE boot screen logo, you can remove this capability and save some time during the boot procedure. I would thank the user basisnederland that has suggested to include this step in the guide. Really thank you and thanks everybody for the tons of feedbacks and suggestions that help me to make this guide better and better
HOW TO DO: Using for example RootExplorer, you just have to delete the file called startupanimation.zip situated into the directory media. The result is a sensible improvement on cold boot!
STEP 17: SD CARD TRANSFER RATES (READ&WRITE) SPEED-UP
WHY THIS STEP: Well, in my case only improvements with benchmark tests and not too much in real daily use. But at least you should have a try to this mod, it sounds really interesting
Since a couple of weeks, here on XDA more than one developer suggested scripts and mod (to flash with xRecovery or to create with a notepad and put inside the ROM) to reach a simple goal: adjust the size of the cache of the SD memory card in order to obtain better performances in terms of read and write transfer rates.
The operation of modding was not so easy for non expert users, until Diego Stamigni, an Italian developer (I am Italian too and so I am glad for this ^_^ ) has created a very easy-to-use tool to perform this operation!
Before and after you perform this step, please measure the read and write speed of your SD Card in terms of MegaBytes per second (MB/s) with a benchmark tool called SD Tools that you can find on the Android Market to see how much the improvement is!
HOW TO DO:
A few very simple steps to follow:
Download from Android Market the software SD Tools and install it
Run the benchmark with the stock parameters (remember that Android set SD Cache to 128KB) and look at the result; you will see quite low reading and writing speed for your SD card!
Now download and install from the market SD Speed Increase, thus set the cache of SD card in 2048KB and press Apply. Of course, you can try other values and every time start SD Tools bench to see which one best fits for your memory card, according to the brand, the Class speed and the NAND type
After applying the tweak, see the improvement with SD Tools!
This tweak will automatically apply to every boot of the smartphone, so after you perform it just enjoy the speed increase without remember to do anything next time you reboot your X10
... AND NOW? WHAT SHOULD I GET AND EXPECT FROM MY SLIGHTLY MODDED X10?​
The answer to this question is very simple: much speed!!! One time I executed Linpack I got 34.4 MFLOPS as score. But usually is around 32.5 / 33. A very good result for the stock ROM. However, I want to focus to a more important point: it doesn't matter the number of a benchmark, it matters the real speed that you are able to appreciate everytime you use your smartphone. Now you will se everything work much faster, you will say "WOW" maybe (yes, I did it too...) =P
LINPACK and QUADRANT scores - screenshots:
{
"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"
}
​
CONCLUSION AND FINAL WORDS
I hope you appreciate my modest guide. It is addressed to newbies like me ( ) that want more performance from their SE standard ROM.
I will check and try to update this guide as more news come, however you can always help me to reach this goal and suggest all the mistakes I made writing this tutorial
Thank youuuuu ^^
Wow, PaVi90.
wow, nice work.
Thank you guys
Well done!
great job, very helpful
I thought, I've done great with my phone, I just learned that I still have to do two more steps, from what I read from here...
Great guide. Thanks...
excellent and thanks for the guide...
hello, see you soon
Hi everybody,
I am more than glad to hear that you found my guide useful! =) Thank you!!
Have already done all of this, but that is the best explanation of what enabling JIT does that I've seen.
Learned a little bit, thanks!
Delete Timescape ....fullstop
ur done. ur x10 will b fast
Very nice guide, thanks!!!
Great guide!!!
I have do it on my x10i but i have some problems.
- after xrecovery setup i can't charge offline the phone beacouse whenever i connect the microusb cable the phone turn on.
- the pc companion after root detect a new firmware upgrade but really it install the some firmware that i have.
No one have similar problem? some solution?
thanks
ranbros said:
Great guide!!!
I have do it on my x10i but i have some problems.
- after xrecovery setup i can't charge offline the phone beacouse whenever i connect the microusb cable the phone turn on.
- the pc companion after root detect a new firmware upgrade but really it install the some firmware that i have.
No one have similar problem? some solution?
thanks
Click to expand...
Click to collapse
Yup after installing Xrecoery yew cannot charge yewr fone when its awf
Xrecovery patch modify the system files ..so that ur frone can log into recovery menu for Modd
before enabling Xrecovery
deres a filee in system/bin/...[chargemon]
backup dat ..after enabling it .copy that file to its position nw u can charge ur fone when its off it wont turn onn
....Pc companion nd SEUS will notify yew dat u hav a new update cuming ... its false notification it will install the same firmware u having without rootcapibility ...if yew wanto noe dat a real firmware update has arrived for yewr regions X10... den stay in touch with this Forum. ...
Cheers
Zaryab
zaryab said:
Yup after installing Xrecoery yew cannot charge yewr fone when its awf
Xrecovery patch modify the system files ..so that ur frone can log into recovery menu for Modd
before enabling Xrecovery
deres a filee in system/bin/...[chargemon]
backup dat ..after enabling it .copy that file to its position nw u can charge ur fone when its off it wont turn onn
....Pc companion nd SEUS will notify yew dat u hav a new update cuming ... its false notification it will install the same firmware u having without rootcapibility ...if yew wanto noe dat a real firmware update has arrived for yewr regions X10... den stay in touch with this Forum. ...
Cheers
Zaryab
Click to expand...
Click to collapse
Ok, but i now i haven't backupped chargemon in system/bin/..
which line opening this file with explorer Rooter should I change to obtain the charge offline? thanks
Request Candy[man]
http://forum.xda-developers.com/showthread.php?t=925532
ranbros said:
Great guide!!!
I have do it on my x10i but i have some problems.
- after xrecovery setup i can't charge offline the phone beacouse whenever i connect the microusb cable the phone turn on.
- the pc companion after root detect a new firmware upgrade but really it install the some firmware that i have.
No one have similar problem? some solution?
thanks
Click to expand...
Click to collapse
Hi,
I try to answer
1) The "problem" of wake-up during charge is due to xRecovery. It changes the "way" the phone boots and thus also during charge the X10 will power on;
2) Did you check and install latest firmware BEFORE rooting? If you already have the latest firmware, don't upgrade otherwise you will lost all your customizations!
PaVi90 said:
Hi,
I try to answer
1) The "problem" of wake-up during charge is due to xRecovery. It changes the "way" the phone boots and thus also during charge the X10 will power on;
2) Did you check and install latest firmware BEFORE rooting? If you already have the latest firmware, don't upgrade otherwise you will lost all your customizations!
Click to expand...
Click to collapse
Thanks Pavi..I have solved un'installing xrecovery and replacing it with the original. Now everything works. thanks a lot
Edit, I posted in a wrong thread sorry
ranbros said:
Thanks Pavi..I have solved un'installing xrecovery and replacing it with the original. Now everything works. thanks a lot
Click to expand...
Click to collapse
You're welcome!!

OS Builder Kitchen for Hurricane: WM6, WM6.1 and WM6.5 English + German

Finally also the Hurricane kitchen for OS Builder. You get WM6.0, WM6.1 (from Rose) and WM6.5 (from Captain/Maple) based XIP/SYS/package in the kitchen with the OEM parts from my batch-kitchen for Hurricane which was largely ported from the Tornado WM6 kitchen done by nitrogen.
You need OS Builder (see link above) and the archive from below link, then:
- Install OS Builder
- unpack the archive
- go to the relevant folder (WM60, WM61 or WM65)
- double-click on the file "OSBuilder.osb"
- push the green "play" button in the button bar -> see the build being created
- at the end you get OS.BIN along the OSBuilder.osb file
- upload this to your device via MTTY "l" (load) command
Mind that the MTTY can have 2 presets for the "load" command by pushing the "F" button in the toolbar. Set the "Download Command" to just "l" (the lowercase letter "L" without quotes) and select the "First time download file name" with the "..." button to the OS.BIN that you have created. So instead of typing (no quotes): "l my-path\os.bin" in the MTTY window, just push the Button "1" aside the "F" button. In case not present enter for the "mask ROM start address" just 00000000.
Kitchen is located here:
http://www.mediafire.com/?h6d6e1wslcsdk <- click me
If you have a shipped ROM still on your Hurricane, some more steps have to be done. The relevant tools are in the \tools folder of the packages. Follow the sequence in the folder "tobbbie-prepare-flashing-(one-time-per-device)". I had started to link that to the OSB Tools menu as well but this is not complete.
tobbbie, tnx for the kitchen!
Does backlight driver work good on wm 6.5?
Thanks!
Backlight works as it should - no difference between builds. Mind that the backlight has some quirks on the Hurricane. Some settings are useless (set to 'ff) and sometimes (within the settings menu, I think) keypress seems not to reset the backlight count-down, nothing severe though.
Compared to my batch kitchen here all the UPX-ed stuff is removed as it eats much more RAM per UPX-ed program. Mind that the use of the paging pool is not commonly understood. In short:
all exe/dll code is running within the paging-pool RAM space if possible.
if parts of the code are not accessed, the oldest code copy is discarded in the paging pool if new code needs to run
if the code is accessed again, it is loaded back from ROM to paging pool RAM and executes from there
So small paging pool -> slow device: the OS is busy swapping code in/out
UPX-ed exe/dll cannot load parts of the code from ROM as only the whole file can be read and decompressed to RAM. So if such code is run, it reserves the whole required RAM for its code, however outside the paging pool.
Better is that not UPX-ed run inside the paging-pool RAM and eat nothing extra for code space and well co-exist with other programs depending on their execution needs.
SDHC on Hurricane (and Typhoon)
20121003 Update (since no new posts allowed anymore):
Just to let you know: The SDHC lets the device also read FAT32 formatted SDXC cards (e.g.64 GB). It even reads more than one partition (I have 2 on my Android) and mounts both of them (32k Cluster size used).
Not sure how well the performance will be when managing data there - but reading a large music collection should be ok
More good news:
It seems that the SDHC support from Tornado also works on the Hurricane (even the Typhoon!). By replacing the drivers and related entries in the .rgu, the device still boots and gets access to an SDHC card (4GB, 8GB). Export via WM5torage works as well and chkdsk does not report problems for a 5GB full 8GB card.
It may still require some more testing - but finally all that I wanted to have on these devices is finally there
Will post the updates soon (just a few KB) -> DONE, advice included in ZIP.
This probably could even be done via a CAB file - but I will not check this.
tobbbie said:
More good news:
It seems that the SDHC support from Tornado also works on the Hurricane (even the Typhoon!). By replacing the drivers and related entries in the .rgu, the device still boots and gets access to an SDHC card (4GB, 8GB). Export via WM5torage works as well and chkdsk does not report problems for a 5GB full 8GB card.
It may still require some more testing - but finally all that I wanted to have on these devices is finally there
Will post the updates soon (just a few KB) -> DONE, advice included in ZIP.
This probably could even be done via a CAB file - but I will not check this.
Click to expand...
Click to collapse
Thank you!It's great news!I post it on wce.by and 4pda.ru!
sniper304 said:
Thank you!It's great news!I post it on wce.by and 4pda.ru!
Click to expand...
Click to collapse
Just go ahead, I hope there is a larger community than here at xda-developers. I feel lonely with my addiction to candy-bar smartphones
Everyone so proud of carrying a large touch brick in their pockets, sigh.
You should try out yourself first though before posting further.
tobbbie, i lost my mobile phone =(((
tobbbie
Thank you for your phone HTC Hurricane (since I lost my!)
Today finished russification your kitchen based on the OS Builder - for htc hurricane!
Russification about 99%. =)
All files sorted!
All ROM's checked-all works great!
here is link http://www.mediafire.com/?dpdx3zmvbaxn3mi
Thank you tobbbie!!!
P.S. WOW, I forgot to say that now cab files are not deleted after installation!

Categories

Resources