Related
Introducing...
Darktremor Apps2SD 2.7.5.3 Beta 04
Date of Release: January 29, 2011
Download Current Version
Instructions - Change Log - Commands - ROM List - Developer's Guide
Darktremor Apps2SD Fan Page ----
Darktremor Apps2SD Development Group
Are you installing Darktremor Apps2SD on your phone? Here are the instructions to help you: Facebook
Are you a developer wanting to include Darktremor Apps2SD in your latest ROM? Here is the Developer Guide: Facebook
Click to expand...
Click to collapse
Update on Beta 4
It seems I'm getting mixed results with these betas. I'm not sure why this is occurring, some people have been able to get this working right while others have had a hard time with it.
Currently, I'm rebuilding the entire program. This takes a while because I have to figure out how to pack all these options into the program but make it small enough to where it will run correctly.
I will say that some of the beta features are coming back out...one of them is the search for a partition code. I suspect that code may be leading me into issues with certain platforms, so I'm going back to the 2.7.5.2 method of mounting (mmcblk0p2 or mmcblk1p2).
Also, parts of the code will use Busybox Ash (the only code that won't will be starta2sd, which will still use Bash for the time being). The startup code will definitely use Busybox Ash.
Until then, here are the links to the the last two betas and the last official release:
Version 2.7.5.3 Beta 04 - http://www.darktremor.info/files/a2sd/dtapps2sd-2.7.5.3-beta04-signed.zip
Version 2.7.5.3 Beta 03 - http://www.darktremor.info/files/a2sd/dtapps2sd-2.7.5.3-beta03-signed.zip
Version 2.7.5.2-1 - http://www.darktremor.info/files/a2sd/dtapps2sd-2.7.5.2-1-signed.zip
And, if you want past versions, you can view the repository: ftp://dtuser:[email protected] (ignore the smiley face...that's XDA doing that.)
Click to expand...
Click to collapse
Beta 04 took longer than I expected to release. I have done major changes to the code:
1. New commands: convert-ext4 - This will convert your EXT3 partition into EXT4. Just a friendly reminder on this command: Not every rom supports EXT4, so it is possible to go into a boot loop if you switch roms. Use with caution.
2. Reworked convert-ext3 (convert-ext4 gets similar code)...now a flag file is set before the reboot (no conversion is done before the reboot). At load time, the conversion is performed. This takes longer in the reboot process and you may think your phone has locked up...wait about five minutes before doing anything with the phone.
3. Repair is rebuilt...now it uses existing commands to repair the setup (reinstall, remove, cachesd, cachepart, nocache, datasd, nodata). Definitely shrinks the code.
4. Added fix_permissions program to the package. This may help with Superuser issues when using the datasd feature. It is used in reinstall, remove, datasd and nodata.
5. a2sd install is back!!! Both a2sd install and a2sd reinstall do the exact same thing.
6. Dalvik heap code has been shrunk and now creates a file called dalvikheap. Actually, the code has been doing this all along (since about 2.7.5.2, I think), but I never put the code in to use the file.
7. Low Memory Killer code has also been shrunk and uses a file caled dtset_lowmem to set the low memory killer parameter.
8. Replaced Busybox PS function with Toolbox PS. The issue with Busybox PS is that it gives a false reading when I look for android.process.acore (which is the main program when the GUI starts up). If that is present, the program thinks you are trying to run Darktremor without any command line parameters. This was because Busybox would report the process was there when, in reality, it wasn't (validated this when my phone was boot looping.) Toolbox's PS reports the correct setting. This should fix the bootlooping issues some people are experiencing.
9. New commands: usedtbusybox and usedefaultbusybox - these commands may help in diagnosing issues that is may be related to the native Busybox on your rom. a2sd usedtbusybox will use the Busybox that is packaged with Darktremor. a2sd usedefaultbusybox will turn back on the scan behavior of the program introduced in Beta 03.
10. Support for Darktremor Apps2SD version 2.7 and earlier has been discontinued. To upgrade correctly from one of those versions, use version 2.7.5.3 Beta 03b or earlier.
11. Finally fixed stalled boot issues (or at least my tests with several roms says so.)
See the change log for additional details.
You will notice that if the program runs repair and finds a problem, it will correct the issue and reboot. You will see a second reboot when the dalvik-cache clears (this is to fix timing issues with CyanogenMod...I can't control that startup as well as I can other roms). This only happens if repair is ran or you flash a new rom (as repair will realign all data). If you are upgrading from a previous version of Darktremor, you should not see the reboots.
Click to expand...
Click to collapse
This is Darktremor Apps2SD, a multipurpose program that primarily allows a user to execute applications created for the Android OS on their Secure Digital card (with the proper setup...more on that later). But, Darktremor Apps2SD is all about stability. The goal is to be able for all users of the Android OS to be able to take advantage of a method to run their applications from a secure digital card.
But just because the Darktremor Apps2SD is all about stability, doesn't mean it isn't packed with features:
- Move applications (both free and paid) to the Secure Digital card.
- Move Dalvik Cache to run either from your Secure Digital card or from your cache partition and clears the cache on demand.
- Boot Loop Protection: prevents the phone from boot looping in the event the SD card could not be mounted.
- Dalvik JIT for faster performance on Roms which support it.
- User selectable sizes for the Dalvik heap sizes, allowing a user to freely optimize their system.
- Activate a swap partition on your SD card and sets how often the swap partition is utilized.
- Automatically fixes configuration issues.
- Users can check the free space on their SD card and check the installation to make sure all is setup correctly.
- Runs ZipAlign on demand...this makes your programs load faster.
- Built in help system for easy reference of commands.
- All features can also be reversed without repartitioning your Secure Digital card.
- New logging features assists in troubleshooting issues.
- Commands to set the Low Memory Killer feature at boot time. Great for those people who are the "set it and forget it" type.
- And more...
Darktremor Apps2SD is not the same as Froyo Apps2SD. Froyo Apps2SD creates a secure folder on the FAT32 section of your SD card (this is the section that you see when you mount your phone to your computer) and stores the programs there. This is nice as you don't have to do anything special with the phone, but it isn't backwards compatible with older versions of Android (Cupcake, Donut, Eclair) and, because of the way Froyo works, older programs not designed for Froyo will automatically stay on your internal storage (unless you install a program that forces the move to your SD card).
Darktremor Apps2SD takes a different approach. Based on the original CyanogenMod works, Darktremor Apps2SD uses symbolic linking to force Android into moving your applications to the SD card. Because Android will not allow anything to be ran from the FAT32 partition on your SD card (and, in Froyo, it will only allow you to run programs from a special folder), Darktremor utilizes filesystems called EXT2, EXT3 and EXT4. Each one of these filesystems is native to Linux (the operating system running Android), which allows you to run programs from them (same as, say, a computer running Ubuntu). This method is completely compatible with all versions of Android, including Froyo. In fact, you can run both the Darktremor Apps2SD and Froyo Apps2SD at the same time.
Check out the list of Roms that either have Darktremor Apps2SD installed or are compatible with Darktremor Apps2SD. Click on the link labeled ROM List at the top of this message.
Darktremor Apps2SD Installation Instructions
For the list of people that helped me test this on the various roms that use or can use Darktremor Apps2SD and the changelog: http://forum.xda-developers.com/showpost.php?p=7034326&postcount=3
Click to expand...
Click to collapse
The installation instructions can be found here: http://forum.xda-developers.com/showpost.php?p=7021325&postcount=2
Click to expand...
Click to collapse
If you want a list of commands for Apps2SD, type a2sd help.
Reserved...
Thank you so much!!! Can I flash this with ClockworkMod Recovery? I saw that you recommend Amon's but just thought I would ask before I flash back to Amon's.
Since we only have Amon's and Darch's recoveries, those were the only ones I could test with. It's possible you may be able to use ClockworkMod (I didn't ask my testers what recovery they were using).
Do a backup of your phone, then try it. If it works, let me know and I'll update the post.
THATTON said:
Thank you so much!!! Can I flash this with ClockworkMod Recovery? I saw that you recommend Amon's but just thought I would ask before I flash back to Amon's.
Click to expand...
Click to collapse
tkirton said:
Since we only have Amon's and Darch's recoveries, those were the only ones I could test with. It's possible you may be able to use ClockworkMod (I didn't ask my testers what recovery they were using).
Do a backup of your phone, then try it. If it works, let me know and I'll update the post.
Click to expand...
Click to collapse
Everything went well and I'm up an running. Thanks.
Ps-proud to be a test subject. Lol
As a reward for being the test subject, I have updated both the install post to include Clockworks Recovery and added your name on the Credits post as the tester.
THATTON said:
Everything went well and I'm up an running. Thanks.
Ps-proud to be a test subject. Lol
Click to expand...
Click to collapse
tkirton said:
As a reward for being the test subject, I have updated both the install post to include Clockworks Recovery and added your name on the Credits post as the tester.
Click to expand...
Click to collapse
Hey, that works for me! Thank you!
Add Apps2SD support in your Rom
I created a guide in my main thread on how to add Apps2SD into roms that don't have it.
http://forum.xda-developers.com/showthread.php?t=715116
Bump....New version 2.7.5 Preview Fix 4 is out (and there was a PF3, but it was only released to Desire users to try to work through the NAND protection on their device...their changes are part of PF4).
Has anyone tried this on the latest CM6 nightly build?
Chahk said:
Has anyone tried this on the latest CM6 nightly build?
Click to expand...
Click to collapse
I was going to, but the nightly are so often that I would hate to keep having to do it every update...well the nightlies have slowed down....I might try it out! Will report back if works!
djdarkknight96 said:
I was going to, but the nightly are so often that I would hate to keep having to do it every update...well the nightlies have slowed down....I might try it out! Will report back if works!
Click to expand...
Click to collapse
Cool, let us know here and in the CM thread. I would love to know as well.
THATTON said:
Cool, let us know here and in the CM thread. I would love to know as well.
Click to expand...
Click to collapse
I flashed the zip in recovery using CM6 and it did not work. The zip flashed without error but my apps did not move to the EXT partition
I'll check it out and see what's going on.
EDIT: It's possible that Busybox Run-Parts won't process two files with the same name. Since I can't run it, can you run a logcat so I can see what's going on. Send it to [email protected] and I'll take a look at it.
mightykc said:
I flashed the zip in recovery using CM6 and it did not work. The zip flashed without error but my apps did not move to the EXT partition
Click to expand...
Click to collapse
mightykc said:
I flashed the zip in recovery using CM6 and it did not work. The zip flashed without error but my apps did not move to the EXT partition
Click to expand...
Click to collapse
It works on CM6. All you need to do is flash boot from Modaco's (Paul's) Froyo R21 with a2sd.
I'm eager to try this -- but I noticed that in the update.zip, there's a "new" copy of Vending.apk. Why is the Market app being replaced? How does this one differ from the stock FRF91 copy? It makes me a bit nervous to be replacing the app. Previous apps2sd approaches haven't needed to modify this. Can you explain a bit what's going on under the covers?
I would have thought that just an init script, an ext3 partition and a few symlinks would be all that was required...
Thanks
Don't worry about it. It only replaces the app when you execute a2sd fixmarket. This was to address an issue with a disappearing market, but since then the problem has been pointed to zipalign (which is why zipalign won't run automatically at boot).
I think PF4a doesn't even have the command anymore, so, unless you manually push it from /data/a2sd, it won't replace anything.
The upcoming RC1 version will have that removed, as it is no longer needed.
Here's how Darktremor Apps2SD works:
1. First thing it does is transfer control to launcha2sd, which is ran by using bash instead of sh (bash seems to be more stable).
2. Once launcha2sd is running, it performs a quick test to see if you are asking for help (a2sd help). If so, it displays the contents of the help file and exits.
3. Next, it checks to see if the following properties are in the init.rc:
- cm.filesystem.ready or dc.filesystem.ready (only one has to be present)
If so, it can run the more advanced boota2sd. If not, it will run a basic version of Apps2SD (FYI, these properties actually are used to stop the init.rc until Apps2SD [and any other script the rom developer deems necessary to run] are complete. This prevents dalvikvm from interferring, preventing a race condition).
4. Next, it runs starta2sd unless you don't have the properties stated before, then it continues by moving the /data/app and /data/app-private to SD card (if needed and after attempting to mount the ext partition). Then it activates swap (if available) then it exits.
5. Under starta2sd, it checks to see if a command was requested (install, remove, cachesd, cachepart, jit, nojit, etc...). If so, it runs the appropriate commands for the command requested.
6. If no command was given, it checks to see if apps2sd is being ran for the first time. If so, it transfers control to boota2sd. If not, it displays a message stating you need to supply a command and promptly exits.
7. In boota2sd, it checks for the old flag files (from version 2.5 - 2.7) and moves them to the /data directory.
8. Next, boota2sd attempts to mount the ext partition. If that fails, it will engage Boot Loop Protection, which puts your /data/app, /data/app-private and /data/dalvik-cache (if it is stored on the SD card) back to internal storage and sets the No Apps2SD flag file. This can be reversed by executing a2sd install once the issue with the ext partition is fixed.
9. Next, it checks for flag files and whether the correct setup exists. If not (say you have the Dalvik to SD cache flag file active but your dalvik-cache is being stored on your internal storage), the program initiates auto-repair.
10. Once that is complete, it checks to see if it needs to move applications to the SD card and moves them, unless the No Apps2SD flag file is present.
11. Next, it looks to see if the user has activated ZipAlign on boot (a2sd zipalign) and, if so, will proceed to zipalign the /data/app and /data/app-private directories.
12. Next, it activates the swap partition, unless the swap partition isn't present or the No Swap flag file is set.
13. The program then ends.
This is the automated boot sequence. You can control the behavior of apps2sd by using commands (a2sd install, a2sd cachepart, a2sd align...)
System files are only modified if there is a need to (i.e. JIT) and only if the user activates the correct command (i.e. a2sd jit, a2sd nojit). In fact, the only time the /system partition is changed to a read-write state is during the JIT installation (and that is changed back to read-only when the setup is complete)...otherwise, the /system partition is read-only through the entire Apps2SD run.
mlevin said:
I'm eager to try this -- but I noticed that in the update.zip, there's a "new" copy of Vending.apk. Why is the Market app being replaced? How does this one differ from the stock FRF91 copy? It makes me a bit nervous to be replacing the app. Previous apps2sd approaches haven't needed to modify this. Can you explain a bit what's going on under the covers?
I would have thought that just an init script, an ext3 partition and a few symlinks would be all that was required...
Thanks
Click to expand...
Click to collapse
tkirton said:
Don't worry about it. It only replaces the app when you execute a2sd fixmarket. This was to address an issue with a disappearing market, but since then the problem has been pointed to zipalign (which is why zipalign won't run automatically at boot).
I think PF4a doesn't even have the command anymore, so, unless you manually push it from /data/a2sd, it won't replace anything.
The upcoming RC1 version will have that removed, as it is no longer needed.
Click to expand...
Click to collapse
Awesome! Thanks so much for the quick and detailed reply!
Just read through the code. Nice work!
I see that one of the options is to put dalvik-cache in /cache. Any reason apps can't be put into this partition as well? On a rooted device, /cache is mostly wasted space. Or does /cache get wiped on reboot like /tmp?
Hi All,
I have been using Android for a while now, with no real issue. After changing my DPI I found I could no longer use my old build (Black screen) after booting into Android. Now whatever build i choose I cant boot past linux with it errroring out at
"superblock could not be read or does not describe correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an altanative superblock"
Seraching the forums I found this means I have no/corrupt intrid.gz, so i redownloaded and formatted my SD card and to still no avail.
Is anyone able to assist? Devs?
Thanks alot to all the devs that built these great ports, now I cant stand being without Android.
Things Tried:
- Task 29
- SD Re-Format
- Different Builds
- Left to run for ages hoping it will pass
- Tried numerous times
- Tried an older build
- Tried class 2 (Currently using class 6)
Have you ever think of reflashing winmo and start over again?
To be honest, no... I havn't changed anything in winmo though, and didnt think that would affect it?
try delete Android folder, not Android App. see what happens. everytime mine didn;t boot i did that and it boots. dunno what it is but it just work
ginjopowder said:
try delete Android folder, not Android App. see what happens. everytime mine didn;t boot i did that and it boots. dunno what it is but it just work
Click to expand...
Click to collapse
Thanks mate I tried that, I just backed up ma lil guy so I'm going to try a reflash and Task 29. Will report back.
Hey Guys,
I really need help! My Haret is getting stuck still at the same point trying to boot linux after Task 29!
Are there any other powerful tools than Task 29?
Have you think of trying another sd card?
justwonder said:
Have you think of trying another sd card?
Click to expand...
Click to collapse
I have tried the class 2 16gb and my usual class 6 8gb, its driving me crazy. What is the conventional method of formatting an SD card? I use panasonics SD Formatter?
Spoofy said:
I have tried the class 2 16gb and my usual class 6 8gb, its driving me crazy. What is the conventional method of formatting an SD card? I use panasonics SD Formatter?
Click to expand...
Click to collapse
Go into windows mobile start menu tools format sd and go from there. Looks like some screw up on your sd card.
xlr8me said:
Go into windows mobile start menu tools format sd and go from there. Looks like some screw up on your sd card.
Click to expand...
Click to collapse
Hey Mate thanks for that i just tried it and still same error message... I've resorted to playing games on my GF's iPhone...
Hello, my phone can only boot 10% of builds released.
try the same as you:
-hspl
-mtty
-change WMO ROM
-differents SD Cards.
The only builds that i can boot are:
-mattc1.7
-mdeejay froyo sense 2
if you didnt try it, do it if you can.
Thanks, Unfortunately I have tried those and I'm running HSPL3.
I have updated the first post with the things i have tried to fix this...
Back to playing games on my girlfriends iPhone...
Dont know if this helps, it also says:
"/bin/sh: can't access tty; job control turned off"
Are you using any of the builds which create their own 512MB/1GB/2GB datastore? Those may take up to 30 mins or more to complete the initial config and show up the GUI
Spoofy said:
Dont know if this helps, it also says:
"/bin/sh: can't access tty; job control turned off"
Click to expand...
Click to collapse
check your startup text file. It might've changed somehow. I should show where android is supposed to boot up. ex: [ set cmdline "rel_path=Android" ] or whatever the name of the folder where android is located. I've got two going right now. One in a folder called AndroidJ for JDMS' v1.7 and another folder called HyperDroidv1.5. I've used quickstart android apps on the winmo side and sometimes they screw up the "startup.txt" file. Make sure that what's in the "startup.txt" is the same name of the folder where it's located. One last ex: for my android that's located in the "AndroidJ" folder, my startup.txt reads: set cmdline "rel_path=AndroidJ"
Because of the apps/shortcut/whatever you can use to boot up android in winmo mode have messed up my startup.txt, I now just use file explorer or total commander to go to the actual folder and hit CLRCAD and then HARET.exe.
edding7 said:
Hello, my phone can only boot 10% of builds released.
try the same as you:
-hspl
-mtty
-change WMO ROM
-differents SD Cards.
The only builds that i can boot are:
-mattc1.7
-mdeejay froyo sense 2
if you didnt try it, do it if you can.
Click to expand...
Click to collapse
WOW mdeejay's seems to work!!
Thanks for the heads up!
Drakknar said:
Are you using any of the builds which create their own 512MB/1GB/2GB datastore? Those may take up to 30 mins or more to complete the initial config and show up the GUI
Click to expand...
Click to collapse
I'm fairly sure Mattc's does but i left that and Froyostone over night and to still no avail...
Answers to "can no longer boot any android Build"
Okay I had the same situation but the way I fixed that was to
Turn off my Device
Push Volume up/down at the same time and then push the end button and hold it until it you see an icon on you phone and press vol/up again. and confirm yes
after that let the phone reboot again and turn it off
and now you press only the DOWN/VOL and END button at the same time. and now you are taking to the HSPL to Flash your Rom again.
Flash a WinMO rom of your choice. and let it reboot.
after that you need to reformat your SD card and uncheck the QUICK FORMAT let it fully format the SD card
and after your SD card if finished.
Download An ANDROID Build of your choice and enjoy!
I hope this helps
and sorry for the poor english
dalpha08 said:
Okay I had the same situation but the way I fixed that was to
Turn off my Device
Push Volume up/down at the same time and then push the end button and hold it until it you see an icon on you phone and press vol/up again. and confirm yes
after that let the phone reboot again and turn it off
and now you press only the DOWN/VOL and END button at the same time. and now you are taking to the HSPL to Flash your Rom again.
Flash a WinMO rom of your choice. and let it reboot.
after that you need to reformat your SD card and uncheck the QUICK FORMAT let it fully format the SD card
and after your SD card if finished.
Download An ANDROID Build of your choice and enjoy!
I hope this helps
and sorry for the poor english
Click to expand...
Click to collapse
No poor english at all, i didnt think it wasn't your first language!
I have tried the Mdeejay build and it works for now!
Thanks for the help, but i'm pretty sure i tried it all except re-install my hspl? Wouldn't task 29 do the same?
READ FIRST
Hey,
Welcome to this tut. It's been active for a few months now but there are some things many users and the dev's want to tell you.
1. DO NOT ask questions about when things are finished.
2. Before you ask an question use the SEARCH THIS THREAD button
3. Post tut related questions in THIS THREAD, so do NOT POST QUESTIONS IN THE DEV THREAD
4. Use the THANKS button when you get your answer.
5. Don't ask questions like "I've done everything but it doesnt work" we really can't help you with such a question cause we don't know where what goes wrong..
If your post is violating one of these "thread rules" (don't call then real rules...) then we'll just report your post. getting it deleted.. etc. etc..
For our "Wise" users here (i mean the ones who actually READ before they post) Don't go flame on users asking stupid questions just leave them allone and REPORT the post
Thanks & Enjoy.
ShadowAS1
Okay, to be clear. All this work is COPYRIGHTED By the devs, The TUT is copyrighted by me, so stop frigging CopyPastaing my tut.. . With other words.. ASK PERMISSION TO DO SO, Thanks[/B]
New in this update:
Added new FOTA
Disclaimer:
This stuff is still experimental, me, nor the devs will be responsible for any damage done to you, your phone or whatsoever, so USE AT OWN RISK
Warning:
Do NOT flash when you don't know what you're doing. It could BRICK your phone. And I will NOT support it when you screw up your phone.
FAQ
Q: It doesn't work I've done everything but it doesnt work
A: Do you even think we CAN answer the question if you ask it like that?
Q: My phone shuts down after 2 minutes, why?
A: It's an idle bug.. We're still looking for a solution
Q: When will GB be released, When will the modem drivers be finished.. etc..
A: WE DON'T KNOW! STOP ASKING THIS
What WORKS in this build
WiFi (+dhcp)
Market
3D Games (some maybe not)
Launchers (tested TWLauncher, Zeam, LauncherPRO)
Audio (FULL Working now)
Video's (see my livestream.com example)
What does NOT work in this build
Modem (3G, Calls, ETC) (works partially on oleg's build we're still working on it)
Idle time (also known as the shutdown bug)
Sensors (Causes battery bug)
Supported BOOTLOADERS
S8500DDJE7_MAY
S8500JVKC1_MAR
S8500XXJD9_APR
S8500XXJEE_MAY
S8500XXJEF_JUN
S8500XXJF1_JUN
S8500XXJF4_JUL
S8500XXJH2_DEC
S8500XXJH2_NOV
S8500XXJH3_AUG
S8500XXJI3_FEB
S8500XXJI3_NOV
S8500XXJID_SEP
S8500XXJK2_MAY
S8500XXJL2_APR
S8500XXJL2_DEC
S8500XXJL2_MAR
What do we need?
Multiloader: MegaUpload
zImage & stuff: MegaUpload
EXT2 IMG Filesystem: Part1 Part2
FOTA: MegaUpload (Restored old one)
Ok before we start. The tutorial is now 100% Rewritten. But you still need to read carefully
Notice
Clean out your ENTIRE bada storage first cause we will need almost everything of it
Notice2: This project is still in ALPHA Stage. So don't expect a fully awesome working version yet.
In this version all KNOWN fixes are implented except for root
1. Download all the needed files, when you've done so extract the ZIP with the zImage stuff in it and place it in you bada storage root. (you can extract the .001 with 7-zip)
(i made the Images URLS's because they're to big)
1b. Connect your phone and put it in Mass Storage mode
You should copy your files like the Images below
Bada Storage root:
http://ShadowAS1.com/badadroid/storageroot1.png
This should be inside your storage root:
http://ShadowAS1.com/badadroid/storageroot2.png
This should be inside your galaxyboot folder:
http://ShadowAS1.com/badadroid/storageroot3.png
So inside the sorage root should be your galaxyboot folder and the makext2img.sh
inside the galaxyboot folder should be zImage, SBL.bin and the .IMG file
2.Then you should shut down your phone and boot it in download mode:
Vol Down+Camera+Power and you will see DOWNLOAD MODE on the screen
3.Open up multiloader and take over my config here:
http://shadowas1.com/badadroid/multiloader.png
When you click port search the name "LISMORE" should/can popup next to the right COM port
Now click download and wait for it to finish
Okay, now your phone is ready for the first android run
Boot it by holding power+menu+vol up: (see image)
http://shadowas1.com/badadroid/IMG_0052.JPG
Then this should popup (after the SGS screen)
DO NEVER, ABSOLUTELY NEVER PULL OUT BATTERY OR TOUCH THE PHONE IN THIS PROCESS
http://shadowas1.com/badadroid/IMG_0050.JPG
This can take up to 5 minutes.
Now, Two things can happen
1. The phone boots bada
2. The phone shuts down
In any of this cases your phone is absolutely fine. If you have case 2 you can boot bada to check if everythings alright if you wish.
Assuming we all boot bada shut down the phone again
Boot android in the normal way by holding the Power and Call key
=====Removing Android from your bada partitions======
On request i add this one, In order to remove all android stuff put the "mkext2images-remove.sh" in your bada storage root and boot recovery mode again
Goodluck, ShadowAS1
Good Luck,
ShadowAS1
_________________
Changelog:
12-7(2): Added new FOTA
12-7: Added what (doesn't) work(s) list
10-7: Updated some stuff (FW list)
Thanks a lot!!
Great Guide!
But!
If some of you are having problems installing VMware due to processor requirements, we can still use the Ubuntu live CD and use gparted disk utility..
Also, we can also use a live CD version of gparted.. just search it at Google..
Wonderful guide to read, testing it now. Will post my results if i manage it (or not )
Regards
So can i use other apks than that specified above..?
prok**** said:
So can i use other apks than that specified above..?
Click to expand...
Click to collapse
The APKs listed above are ment to avoid crashing
you can use al programs listed in the phone i can not guarantee that it will work completely this is still pre-alpha
Nice guide...thank you
Hi!
I have followed all the steps.
Now I'm in the First-time Run section and when I start Android (end call and then start call buttons) the screen flashes, then the Galaxy S screen appears. After 6-7 seconds, blank screen and... Samsung Wave and Bada screens with bada startup!
I saw other member in other post having the same issue, but he had still no answer.
Any idea?
Yeap, still same problem as mcmollo after following this guide as well ...
Works for me
Thanks
ShadowAS1 said:
The APKs listed above are ment to avoid crashing
you can use al programs listed in the phone i can not guarantee that it will work completely this is still pre-alpha
Click to expand...
Click to collapse
i see .. well if i try i ll let u guys know.. .. thank u for ur support.. still waiting for ubuntu..
Same here
You guys are on xxjl2 firmware right?
kadavil said:
You guys are on xxjl2 firmware right?
Click to expand...
Click to collapse
Yeah, as stated in your and in Shadow's guide.
Yeap, same here: XXJL2 provided in the tutorials.
I have a SanDisk 2GB class 4 microSD card and created a FAT16 primary partition (1GB) and a EXT2 primary partition (1GB).
kadavil said:
You guys are on xxjl2 firmware right?
Click to expand...
Click to collapse
Yes. I repeated the tutorial 3 times, taking care of doing it exactly as you say. But Bada still loading after Galaxy screen.
Maybe compatibility problem with the SD card?.
Mine is KINGSTON MICRO SD HC 8GB CLASS 4
I created a FAT16 primary partition (4GB) and then the EXT2 partition (4GB).
Will we install waveII (s8530) ?
SORRY SORRY I forgot something important. Read the tuto again. you'll notice the edit (because there's abig fat "EDIT" in front of it) This may fix the problems
can i use ubuntu 10.04?
ShadowAS1 said:
SORRY SORRY I forgot something important. Read the tuto again. you'll notice the edit (because there's abig fat "EDIT" in front of it) This may fix the problems
Click to expand...
Click to collapse
thanks, i hope, we ll use stable android on 8530...
[FAQ] >> RBAP for miniCM7 by nAa, nAa's kernel X10mini/X8/x10miniPRO .: 03/12/2012 :.
Read Before Asking Please
FAQ for MiniCM7, nAa kernel, FXP (should be added soon) and any other custom rom maybe
reading may answer to lots of your questions !
for X10mini, X8 & x10miniPRO
{
"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"
}
since people do not pay attention at this FAQ linked in miniCM7 first post,
[*]i decided to create a new thread dedicated to Q&A about miniCM7 and nAa's kernel
this thread is the place of your questions, answers, tips about nAa's kernel and miniCM7 by nAa
so please, as usual, read FAQ, use search option or anything else before asking commonly answered questions
the FAQ will be incremented when needed
the Q&A are in random order
before all the Q&A below : one is most important :
in order to install miniCM7 2.1.X you NOW need :
- to read this upgrade guide
- to read that post
- to unlock your bootloader (see also here)
- to flash nAa's kernel for X10mini, for X8, for x10miniPRO
if not, you will brick your phone. -> read this then, that may help you : !!!!
--> i think it is still too small ...
something else that is useful to read before asking :
Here we (nearly all? XDA members, regardless of being devs or only users [like me], me at least ) don't care about your good/bad English the important is trying to be understood and to understand the content of the threads
only ask things you can't find, or you don't understand, please if you don't understand something in any process tell us exactly where is your problem : it will optimize the answer
sometime rephrasing things can make you understand better, feel free to help us for making the most understandable sentence for anybody
i'm always trying to use a proper English (not so easy for a non native English ^^)
but if there's something misunderstood because of my English your are welcome to correct me
BUT if you don't make the effort to read, I won't make the effort to answer (ok, you can't read everything... but read the minimum )
that's it
Instructions regarding miniCM7-2.1.X installation:
Download the latest all-in-one package from the release link that follows
Backup your /data contents: contacts, apps, sms, etc. or backup via recovery
Move the MiniCM7-xxx.zip to the root folder of your sdcard and rename it to update.zip. Optionally, download the suggested Google Apps for CM7 (check http://cmw.22aaf3.com/gapps/ if you want to experiment with other gapps versions)
Unlock your bootloader, if you haven't already, using the stuff in unlock/ folder. Check http://forum.xda-developers.com/showthread.php?t=1254225 for a nice tutorial
Flash the nAa kernel using Flashtool. To to this:
- Turn off your phone
- Start the Flashtool\X10FlashTool.exe and select Flash. Then select the E10_nAaxxx kernel firmware (this flashes both the kernel.sin and the loader.sin)
- Keep the back button pressed while connecting the usb cable. Flashtool should detect your phone and flash the kernel.
- Once done, disconnect the usb cable and power on the phone.
Once the logo appears, press the back button repeatedly to enter CWM4.x.
- Select 'backup and restore -> Backup'
- Select 'wipe data/factory reset' (SUGGESTED)
- Select 'apply update from sdcard'
- Flash gapps
Reboot (first boot will take ~2 mins)
Once your device has booted, you can navigate to CM Settings -> System -> Update notifications and select 'Register'. This way you can get update notifications on new versions of MiniCM7!
>>>IMPORTANT GUIDE FOR USERS WITH PERFORMANCE PROBLEMS. <<< by ronaldvalles, thx to him
miniCM website is now available
clic on the red text above Chatroom for support is now available
clic on the red text above
register, and then enjoy
tell your device's name, and the rom+kernel you are using________________________________
FAQ :
for miniCM9 refer to THIS THREAD PLEASE
for quick search, use ctrl+f and enter keyword, you should find an answer to your question
1/ I can’t see incoming call number, what can I do ?
Change CM Settings -> Lockscreen -> Style options -> Incoming call style choose sliding tabs
2/ my LED is not blinking properly is there any way to change that?
If you’re using miniCM 2.0.5 you must delete delete /system/lib/hw/lights.x10mini.so
If you’re using miniCM 2.0.6 & 2.0.7, 2.1.0,2.1.1, 2.1.2or2.1.3 you must delete /system/lib/hw/lights.robyn.so with rootexplorer or any other file manager that allows you to explore and modify root files
handcent led settings does not work properly with lights.robyn.so
of course, you need to reboot your phone after that.
then : After the restart, go to CyanogenMod settings/Interface/LED notifications/Advanced make sure everything is unchecked, select Reset and then reboot again.
of course, you need to reboot your phone after that.
also try this : go to CyanogenMod settings/Interface/LED notifications/Advanced then tick and untick "random colors" this may solve everything if not :
MarkMRL said:
By ticking and unticking everything a few times randomly, I probably triggered the random flag to update correctly, thus fixing the blinking color. Now I can select a color and have it blink normally.
Click to expand...
Click to collapse
you can"t delete the file? see q33/
REDELETE AFTER EACH UPDATE if you have the same problem SINCE THE FILE IS REWRITTEN
this Q/A2 is also True for all builds of MiniCM9 and 10
3/I want SE stock keyboard on this ROM !!
Just long press on any txt you’re typing on, “choose input method” then choose default input
4/ I’m already running an older version on miniCM7 (2.0.4 for example) do I have to perform a factory reset/ full wipe ?
There’s no need to factory reset in that case
you may have to perform this to avoid performance issue : here
5/ I’m already running an older version on miniCM6 (1.0.2 for example) do I have to perform a factory reset/ full wipe ?
Yes, absolutely, same as if you were under gingerDX, SE stock rom or any other non miniCM7 based. you will loose ALL your data that are on phone memory (sms/mms, contacts, calendar...) if you're sync to a google account, your contacts and calendar should be preserved
q4/ and q5/ : to upgrade from any version of miniCM below 2.1.X you need an unlocked bootloader, and to flash nAa's kernel !
all is explain in the first lines of this post
6/ how can I activate overclock or undervolt ?
Open CMsettings/performances/CPUsettings/ then tick overclock OR undervolt, undervolt is automatically activated with overclock.
Remember not to tick “set on boot” option if you’re trying frequenies upper than 710 that could make your phone unstable or being damaged.
for miniCM7 2.0.6 you also need to flash the module hotfix to see overclock/undervolt working
no need to install that for 2.0.7, see Q 16/
for nAa07+ and miniCM7-2.1.6+, Open CMsettings/performances/CPUsettings/,
Remember not to tick “set on boot” option if you’re trying frequenies upper than 710 that could make your phone unstable or being damaged.
Since OC is now embedded in kernel, no module to enable (so OC option disappeared!), if you want to OC only, just choose the freq, if you want to undervolt too, tick undervolt option !
7/ i'm actually using Xrecovery can i install miniCM7 directly ?
no, you can't, you first need to install clockworkmod recovery from the link given in the first post (put in on the root of your sd card, then reboot to recovery, "install custom zip", reboot : cwm recovery is now installed, you can flash this ROM )
8/ i can't download some apps from the market
download 'market enabler' and select T-mobile Usa as fake provider, then retry to search and download them. that should work
9/ random problems that are unknown for anyody?
reflash the rom, i.e. reinstall the rom zip trough recovery
&/or
first backup, then do a factory reset, or restart from the beginning, it could solve lots of problem (you will loose ALL your data that are on phone memory (sms/mms, contacts, calendar...) if you're sync to a google account, your contacts and calendar should be preserved)
you may have to perform this to avoid performance issue : here
10/ i own a X10miniPRO (u20i) does this ROM suites to this phone?
NO,No, and No this ROM is ONLY for X10mini (e10i/e10a) not for any other phone [a version is also available for X8, in the X8 section.]
edit : there is a version for minPRO available here so the ROM suites to X10mini, X8 and X10miniPRO in their respective version
11/ my battery is draining so fast ... what should i do ?
first calibrate your battery by fully charging your phone, then reboot into recovery, select Advanced/Wipe Battery Stats and then unplug and reboot
if there's no improvement so far
- see if there's app running always in the background
- look in CyanogenMod settings/Interface/LED notifications/Advanced make sure radom is not ticked
12/ i have installed minicm7 when i power on the phone it stuck on cyanogen 7 logo. what should i do.
does your phone comply to the conditions of the first post ?
if yes and if you can access to CWMrecovery, then reflash the rom and/or factory reset (you will loose ALL your data that are on phone memory (sms/mms, contacts, calendar...) if you're sync to a google account, your contacts and calendar should be preserved)
if not or if you can't access to CWM use Sony Ericsson Update Service to recover your phone as if it was out of the box (you will loose ALL your data that are on phone memory (sms/mms, contacts, calendar...) if you're sync to a google account, your contacts and calendar should be preserved)
13/ in the default input method, when i scroll down/up the "-,?,!,@,_ ..." & emoticons menu until it stops itself, the keyboard remains froozen
rotate your screen and this will be fixed, and don't scroll this violently
14/ app2SD and other features aren't working with 2.0.6, why is that?
for miniCM7 2.0.6 you also need to flash the module hotfix to see all the modules working (oc; uv; app2sd...)
15/
novicebg said:
The radio starts playing on speaker instead of on handsfree.
Click to expand...
Click to collapse
you may first need to choose speaker, and then handfree to route radio correctly (may happen each tile the radio is started...)
16/ i want to install 2.0.7, do I have to install hotfix from 2.0.6?
no you don't : each hotfix is specific of each version
"module hotfix" was for 2.0.6 not 2.0.7
17/ where are market, gmail and other google apps ????
you seem not have read carefully the first post : you need to flash gapps via CWM after flashing the ROM in order to use google services!
18/
mrozilla said:
With CM7 I need a ext partition? I have a standard 2GB card with the X10 MINI and I did not do anything with partitions, is that ok?
Click to expand...
Click to collapse
nAa's first post!!! said:
App2sd / Dalvik2sd compatible with 2.1 app2sd (storing to ext2/3/4 pre-existing partition is detected and mounted as such)
Gingerbread's native App2sd (storing to fat)
Click to expand...
Click to collapse
there is an app2sd storing to FAT feature.
so you don't need any ext partition
but if you have an ext partition on your SD, then it should be used automatically.
19/
hertell said:
Hi folks!
I have tried to find in this thread info on how to enable the sonyericsson version of android market, but i with no luck.
Click to expand...
Click to collapse
hertell said:
I reply to myself after getting help from matmutant.
I was looking for two different things: Getting the Sony Ericsson menu to the market, and enabling the Road Sync app that's free for SonyEricsson X10 mini users
To enable the SonyEricsson market, you need to edit the /system/build.prop file. Please be careful when you edit the file. If you mess up the file, you might get a phone that you can't boot (this can be fixed, cause i messed up a couple fo times I explain this later).
You can either just change the keys, or do like below: comment the old values with a # as the first char on the row, and write the new below.
Code:
#ro.com.google.clientidbase=android-google
ro.com.google.clientidbase=android-sonyericsson
ro.com.google.clientidbase.yt=android-sonyericsson
ro.com.google.clientidbase.am=android-sonyericsson
ro.com.google.clientidbase.vs=android-sonyericsson
ro.com.google.clientidbase.gmm=android-sonyericsson
For enabling the RoadSync app (or i guess any other app that want's to verify that it's running on a real SE-phone), then do these changes:
Code:
#ro.product.model=X10mini
#ro.product.brand=SE
#ro.product.name=robyn
#ro.product.device=robyn
#ro.product.board=robyn
ro.product.model=E10i
ro.product.brand=SEMC
ro.product.name=E10i_1237-0392
ro.product.device=SonyEricssonE10i
ro.product.board=delta
#ro.product.manufacturer=SE
ro.product.manufacturer=Sony Ericsson
As I mentioned earlier, i messed up the /system/build.prop file at one point. To get this fixed, i just rebootet into recoverymode, and mounted /system. After this i could use adb (found in the android-sdk) to copy back an corrected build.prop (./adb push build.prop /system/build.prop)
I had also an other issue with the android-market app. It crashed and got stuck a couple of times, so i fixed this by uninstalling the recent update from manage applications->All->Market.
I hope my changes don't break anything for the CM7, so please if you know that CM7 needs any of these keys i changed in build.prop, then please inform me
Click to expand...
Click to collapse
20/ i can't pull off the notification menu by pressing the bottom of the screen after opening notifications... only for 2.0.7 and previous builds!
it is somewhat hard to close notifications like this (sometime easy sometimes not.) just press back button and all would be fine
regarding 2.1.0+ and custom kernel :
my phone is laggy with 2.1.0 and crashes when screen goes off
it seems that on some phones, lockscreen is related to phone crash:
waiting for a fix,DustArma found a workaround :
DustArma said:
To everyone who has the lockscreen crashing problem, just disable it.
Go to Menu > Settings > CM Settings > Tablet tweaks > Disable lockscreen.
Now it won't freeze, but of course you won't have a lockscreen, that could be fixed by downloading a custom lockscreen from market though
Click to expand...
Click to collapse
DustArma said:
I can confirm that replacement Lockscreens from the market, such as WidgetLocker and Simply Lockscreen will work, so just follow my instructions to disable the lockscreen and then download a replacement one from the market, this will be a good enough workaround until nAa fixes the lockscreen reboot issue some of us are having.
Click to expand...
Click to collapse
---> reported to work. the phone won't freeze anymore, nor need reboots
BETTER WAY : flash miniCM7-2.1.1 that seems to fix the lock screen problem with carrier.
draco_ag said:
21/ I notced weird behaviour of CWM recovery tool.
In some options, e.g wipe cache/factory data or install zip from sdcard i receive otpions like this:
- No
- No
- No
- No
- No
- No
- Yes
- No
- No
Could You fix it please
Click to expand...
Click to collapse
DanielFran said:
This is normal with CWM 4.x, this is to avoid that by mistake you choose YES if it have only 2 options!?!
That way, if you really want to apply YES it will be because you really want....
Click to expand...
Click to collapse
22/ on 2.1.0 & 2.1.1 nAa kernel 02&03, at boot i don't have sony ericsson logo but a blue distorted image instead, is this normal?
bollitodecrema said:
Hi,
I've been loocking in the forum this problem but I can not find it. >>> answered 2000 times, even after the answer being added here.
After unlock the bootloader, when the phone startup show a worng image with blue lines before show the boot animation.
Click to expand...
Click to collapse
yes it is normal, this is a kernel bug, don't worry about that it has been fixed since nAa_kernel 04
when you see that thing it's time to press back button if you want to access recovery
23/ offline charging doesn't work, and my phone boots instead when i plug it to charge, why?
for 2.1.0, 2.1.1, 2.1.2, 2.1.3,2.1.4 & 2.1.5 there is no offline charging due to kernel+cwm (not implemented yet ?), as a result, the phone boots up
fixed with nAa kernel07+miniCM7-2.1.6 !
WestIsland said:
24/ "portable wi-fi hotspot" works fine.
while Charging it keeps connected.
However, when not on charge, the phone turns to sleep and disconnects
Is there a way not to make it keeping connected when idle ?
Click to expand...
Click to collapse
Aerobreaker said:
Settings > Wireless & networks > Wi-Fi settings > Click the left button and choose advanced > Wifi sleep policy > choose never ( i think u chose never when plugged in )
Click to expand...
Click to collapse
waiting for a better answer... this one doesn't change anything since wifi hotspot and wifi are unrelated
for now there is no good answer, this issue should be fixed later
25/ where can i find themes for my mini? (theme chooser themes...)
themes that are fully compatible with our mini are called LDPI so look for LDPI themes !!
here are some themes : pedrocel85 thread
sensified theme : NTsense
sony blue
sony green
CM9 like theme : by ronaldvalles
theme reference : here
flashable theme : black HTC --> WARNING : this destroys stocktheme of CM and takes place instead !!
26/ i'have some problem for sending mms (data enabled) --> with CM7 you just CANT send mms without data enabled
in that case :
DaRk_dOg said:
I think that this is a common issue with CM7 and not just MiniCM7 (I experienced it on my DHD too).
Here is a small workaround for now:
Before sending the mms, disable data traffic, then enable it again and then send your mms.
You have to do it every time, before an mms but it is working for me.
Regards, D_d
Click to expand...
Click to collapse
27/ i need to delete chargemon to boot up to the right recovery but :
arturos1996 said:
i deleted chargemon but cwm 4.x can't mount sdcard!!!! please help!!!!!!
Click to expand...
Click to collapse
--> reboot normally and press back button, do not use the software way of booting to recovery
also try to reboot with the hardware combination : power+back , and then back multipress
each reboot rebuild the chargemon
so each time it fails you need to redelete it
28/ for ext issue, read that :
rogeliodh said:
It is failing to mount sd-ext, script /etc/init.d/05mountsd is failing with:
I/mountsd ( 1160): /dev/block/mmcblk0 not ready, waiting 7 seconds...
I/mountsd ( 1164): /dev/block/mmcblk0 not ready, waiting 6 seconds...
I/mountsd ( 1168): /dev/block/mmcblk0 not ready, waiting 5 seconds...
I/mountsd ( 1172): /dev/block/mmcblk0 not ready, waiting 4 seconds...
I/mountsd ( 1176): /dev/block/mmcblk0 not ready, waiting 3 seconds...
I/mountsd ( 1180): /dev/block/mmcblk0 not ready, waiting 2 seconds...
I/mountsd ( 1184): /dev/block/mmcblk0 not ready, waiting 1 seconds...
E/mountsd ( 1189): SD not found (/dev/block/mmcblk0)
I added the following mknod lines to /etc/init.d/05mountsd:
#!/system/bin/sh
#
# mount ext[234] partition from sd card
mknod /dev/block/mmcblk0 b 179 0
mknod /dev/block/mmcblk0p1 b 179 1
mknod /dev/block/mmcblk0p2 b 179 2
BB="logwrapper busybox";
and it is working now
Click to expand...
Click to collapse
chicco said:
i modified the script and pushed it into the phone with adb: now everything is fixed!!!
this is a small guide:
download android sdk
download the fixed script and unzip it then copy it into the sdcard
launch a command line and To start the SDK Manager, please execute the program "tools/android"
./android
from the graphic menu install the platform tools
after the installal,go in the platform-tool directory and give theese commands
./adb remount
./adb shell
cp /sdcard 05mountsd /etc/init.d/05mountsd
then reboot the phone
now all apps in sd-ext partition are back!
Click to expand...
Click to collapse
here is the file >> direct link
here is the flashable zip (EASY INSTALL)
original fix
go there to thank them :
rogeliodh's post
chicco's post
maxadamo
29/ strange output while unlocking bootloader?
read this (may help you )
30/ after unlocking the BL, my no more recognize the SIM card... What should i do?
DarkestPriest said:
first, if you are not using stock ROM reflash stock ROM&kernel with SEUS then relock, re root etc ...
Click to expand...
Click to collapse
31/ CM native Screenshot doesnt work what can i do?
reboot once or twice
ChavitoArg said:
alternative (not validated for now)
with a root explorer app go to /system/app find CMScreenshot.apk ,
choose Install (replace) ,
system says trough a box: "APP not installed",
then Reboot and voila working again
Click to expand...
Click to collapse
32/ about miniCM7-2.1.2+ :
Kostas1601 said:
Guys I don't see the MIUI battery bar change...how do I apply it???
Click to expand...
Click to collapse
cm settings>interface>status bar tweaks>battery style? option "status bar".
33/ how to edit/delete stuff in /system using rootexplorer?
in the top of rootexplorer there is a button (mount r/w)
touch it, then it will say the /system is mounted as read/write and the button becomes (mount r/o) or something like that
you now can edit the files
34/ if you disabled the bootanimation, the first boot after applying update will seem to be VERY VERY VERY long with a black screen. don't be afraid
for 2.1.6+, when bootanimation is disabled, the kernel bootlogo is displayed instead, after a purple led blinking once
35/ can i apply update 2.1.3 without flashing nAa kernel05 ?
you shouldn't try, 2.1.3 is dependent to kernel05 !
36/ how do i enable USB tether?
settings > wireless and network > network sharing
37/ i've got an issue with SDcard : i can't install the rom since CWMrecovery says that sdcard cannot be mounted !
download sdcard formatter from here and format the sd
then copy/paste update and CWMrecovery should mount sd and install update successfully
(thx to r95)
37b/
Linkinsoldier said:
hi,
my wifi stopped working and i couldn't scan for any wifi!
Click to expand...
Click to collapse
Linkinsoldier said:
i removed my existing network and re-adding them solved the problem!
Click to expand...
Click to collapse
NEXT QUESTIONS ARE POST : #6
________________________
POST #3 : useful links, tweaks & thks
... read all this, again and again,
if this wont be stickied, I will lose hope in mankind
I MADE THIS ONLY FOR X10mini, THIS MAY BE COMPATIBLE WITH X8/X10miniPRO BUT NO TESTS HAVE BEEN PERFORMED YET
1somes usefull links will be added here :
flashtool (use 0.2.9.1)
Flastool last version
SEUS found in MIN thread by dr.norton
optimal config & supercharger (thread by Pedrocel85)
unlock how to
unlock how to 2
what is the use of priority for settings in setcpu?
summary for x10mini/pro
debrick your mini
last chance debrick
miniCM wallpaper by D_d
SD formatter
flashplayer for X10 mini (use the download link for armv6) use it at you OWN risk.
[how to] change X10mini battery
IMPORTANT GUIDE FOR USERS WITH PERFORMANCE PROBLEMS. >>> and here !
Stock kernel for X10 mini ! (not pro)
denoobing, reference and help for x10miniPRO (mimmi) thx to static28
themes that are fully compatible with our mini are called LDPI so look for LDPI themes !!
here are some themes : pedrocel85 thread
sensified theme : NTsense
sony blue
sony green
theme reference : here
...
___________________________________
(nearly)-Safe to remove apps :
yomiguy said:
here is my list:
(these first ones thanks to pedrocel and his optimal config thread)
DSP Manager
Gmail
Google Maps
Latitude
FOTA KILL (gOOGLE OVER THE AIR UPDATES)
Pico TTS (text to speech program/interface - if ypu arent blind u dont need it)
Voice Dial
Voice Search
(these others thanks to bojler in lets free up some memory thread)
androidian - 4MB - useless theme for me, which even isnt ldpi
browser - 320 kb - really bad browser, i use dolphin browser
calculator - i use realcalc
cmstats
cmupdatenotify useful if you want to be notified fr coming updates
cmwallpapers - 2,5MB
cyanbread - 3,6 MB also useless theme
dspmanager - always drains battery in background, and i really havent see any difference in playing music with it
email -1,5 MB - there are better alternatives
file manager - i use rootexplorer
latinime - 13 MB - i dont use this keyboard, its really too hard to use it on our devices, when you delete it, automatically is used standard multitap sony keyboard
livewallpapers - 3,8 MB if you dont use them you can delete this too
livewallpaperspicker you need it if you don't use quickpick ...
orangehaze - 1,7 MB - also, i don't use this theme
protips - that annoying android guy what is providing you tips on first boot after flashing
quicksearchbox 1,0 MB - i also dont use this, on mini pro, when opening keyboard on launcher, that search box launches.
soundrecorder - also, i use different apps for this purpose
genie widget
google books
weather and news (or newspapers, i dont remember the exact name)
an app called car home or something like that...
I think that's all
Click to expand...
Click to collapse
___________________________________
DaRk_dOg said:
Regards, D_d
Click to expand...
Click to collapse
___________________________________
Mrakoris/ said:
There is a demonstration of miniCM7)
Click to expand...
Click to collapse
http://www.youtube.com/watch?v=-5-sxnx62-c
___________________________________
some tests about my config :
Dithering is enabled (wiki) so my performance may be lower than yours
values are reall unstable for each test;
if someone has some time to loose, he can make 10 tests for each settings
theses test have been made with an old version of miniCM7, will be updated later
ondemand
@ max691MHz
7.9MFLOPS
1659 antutu score
@ max600Hz (no UV, no OC)
7.6MFLOPS
1606 antutu score
smartass(v2)
@ max691MHz
8.1MFLOPS
1643 antutu score
@ max614MHz :
7.1MFLOPS
1517 antutu score
@ max600MHz (no OC, no UV)
7.5MFLOPS
1618 antutu score
interactiveX --> this cpu usage policy seems to be the best ratio atm
@ max691 MHz
7.1MFLOPS
1586 antutu score
@ max600MHz (no UV, no OC)
7.5MFLOPS
1550 antutu score
scary : with miniCM7 2.1.3
max CPU clock @691MHz
min CPU clock @122MHz
scary CPU governor
compcache disabled
JIT enabled
dithering enabled
transparency 16bits enabled
purging of assets (bitmap) diabled
home in RAm disabled
SMS/MMS in RAM disabled
VM heap size 32m
SDcard cache size 128kB
no tweaks like supercharged, OOM fixes, compache or anything else enabled
average score : 1782 (using antutu benchmark 2.4.1)
UPDATE:
antutu score : 2000!!@768MHz ondemand
(with no optimization add-on, all animations enabled, dithering, many apps installed and so on : this is not the optimal config for benchmarks...)
some more cool pics :
for more info : follow me on twitter
for battery life i use [email protected], undervolt enabled!
___________________________________
you want to switch quickly between a battery saving mode and performance??
here is a somewhat simple solution >>>> CPU/governor easy and quick switching
it allows you to switch min/max CPUclock, CPU governor and enabling disabling undervolt just by pressing one widget
___________________________________
supercharger optimization that can be usefull :
before updating to newer miniCM,
unsupercharge,
delete supercharger backups and
update to the new miniCM,
then resupercharge if you want
if you don't do that, you may experience some tricky problems if unsupercharging newer miniCM !
if you didn't, ofc don't complain about performance problem
SuperCharger v6 update9-RC1 ONLY for SuperCharger v6 update9 6.2.2 see the middle/end of this post!
first optimization:
1 Download SCRIPT MANAGER FROM MARKET
2 Go to this thread and download SuPERCHARGER SCRIPT 6 update9-RC1
3 Open program, load the script, Tick option run as ROOT.
in program dialog, type "1(fast)" and "enter"
4 answer properly to asked questions by the script !!
5 In main Dialog, type "4" "super UL (aggressive)" and "enter"
6 type 30 (exit) and then "enter" -->at the top you see: running becoming exit code0
7 press "close" (it was "kill" while the script was running)
8 reboot
9 now your phone uses supercharger, you don't need to run it again
another one that seems to be better for our phone (since miniCM7-2.1.3) :
another opti : (i tested and approve this to be somewhat working )
Gustavo RD78 said:
After many tests, I've found the best setting for my phone!
Use only grouping fixes OOM + bulletproof launcher script v6 supercharger, compcache kickasskernelizer standard 18% and tweaks!
The CPU is 600MHz!
I confess that I never had my phone as fast and as stable at the moment!
Back to share more news ...
Click to expand...
Click to collapse
1 Download SCRIPT MANAGER FROM MARKET
2 Go to this thread and download SuPERCHARGER SCRIPT 6 update9
3 Open program, load the script, Tick option run as ROOT.
4 in program dialog, type "1(fast)" and "enter"
5 In main Dialog, type "13" "OOM grouping fixes + bullet proof launcher" and "enter"
6 type 30 (exit) and then "enter" -->at the top you see: running becoming exit code0
7 press "close" (it was "kill" while the script was running)
8 reboot
9 now your phone uses supercharger, you don't need to run it again
then settings > CMsettings > performance > compcache > 18% ; reboot
do NOT use the two at the same time, i recommend the second for better results (at least it is better on my phone)
if you want to undo theses opti :
1 run the script
2 choose 1 (fast)
3 choose 15 (UnSuperCharger)
5 wait
6 type 30 (exit) and then "enter" -->at the top you see: running becoming exit code0
7 press "close" (it was "kill" while the script was running)
8 reboot
9 now your phone uses no more supercharger.
of course, if you have any comment about the tweaks, better tweaks or anything else (e.g comments about the way of introducing the process...), please tell me
____
third opti that yo may want to try :
Mischell53 said:
Good combination with:
Spare Parts program:
Windows Animations FAST
Transition Animations FAST and this script http://forum.xda-developers.com/showthread.php?t=1111145
Compcache 18%
Click to expand...
Click to collapse
___________________________________
things you might want to delete : (but why?)
jorz21 said:
More free space
with rootexplorer /system/usr/zi
delete the languages that you dont need.
system/usr/keyboard-config-languages-delete all languages that you dont need...
/system/fonts delete arabic(1.1mb)fallback(3.47mb)japannese(1.12mb)
/system/media/audio-delete all the sounds that you dont need..
Click to expand...
Click to collapse
___________________________________
Feel free to ask me about adding new answers, or anything that could be useful for users.
this thread is made for this
for my FAQ, i need to say thanks especially to :
Blagus
ChavitoArg
chicco
Dark_dog
Dettofatto
Doixanh
dr.norton
FrenchKoR
Gustavo RD78
Gx3
Linkinsoldier
maxadamo
Maxfron
Mrakoris/
NobodyAtall
Pedrocel85
pollob666
r3drogo
rogeliodh
ronaldvalles
Rooterdam
SpyderX
The_Laser
Yenkazu
yomiguy
...
for their help, their knowledge, or anything else they did that helped me to create this FAQ
and many many others that i can't remember (if i forget some names please notify )
i have done everything fine (unlocked bootloader and installed custom kernel) and made 2nd partition on SD card but when i open LINK2SD i`m getting trouble. sometimes it`s making script but after reboot i need to make script again and again. it can`t mount second partiton. what i have to do to get app2sd working?
Question ???
What is the best that I have to use a custom kernel? Thank you for your attention.
gallardo5 said:
i have done everything fine (unlocked bootloader and installed custom kernel) and made 2nd partition on SD card but when i open LINK2SD i`m getting trouble. sometimes it`s making script but after reboot i need to make script again and again. it can`t mount second partiton. what i have to do to get app2sd working?
Click to expand...
Click to collapse
from which rom did you upgrade ?
I don't really understand why do you use link2sd since this feature is embedded in the rom ...
you should better delete the content of the ext partition and use gb app2sd feature
______________________________________
FAQ second part since there's a max number of letters(...) per posts
38/
novicebg said:
The Sound icon on the Taskbar does not switch on and off the sound - it doesn't change the phone's state to silent, only vibrating, ringing or ringing with vibration. The other 3 icons work well - the BT, Wi-Fi and the GPS switch on and off with no problem, but the Sound and vibration... Why is that?
Click to expand...
Click to collapse
ronaldvalles said:
settings > CyanogenMod Settings > Interface > Notification widget status bar i.e option 2 ("gestion de alimentation" in French) , > widget buttons (i.e option7),
scroll nearly to the end to find sound (ring) modes,
tick the options you need, then accept
now it should work
Click to expand...
Click to collapse
if you have problem with any widget button try a similar solving way
39/ if you have any problem with flashing using flashtool, theses posts may help you :
original explanation by hakanyildiz
rephrased by alex_gm
40/ why do i have an annoying pop up asking for unlock key when i boot up my phone?
ferotakis said:
after little talk with one my friend we figure it out why in some provider is asking this code and in some not( like my case)
The reason is: This ROM is not legal I mean the original one from the Sony who before opening to users in theirs regions firs will be sent to operators , operators check it and then when you use for example Vodafone.de Vodafone.de if aprove the Sony ROM send a notification to users for a update is ON. When users updates their phone with the operator passed ROM they can be ''seen'' by the operator what type of phone with what type ot Android they are use and can send them auto setings like the APN MMS and etc.
If you want see the truelles of this just call your operator and ask them for auto APN . Try it if you have x10 mini with stock rom and with x10 mini with this one
In firs one operator say you : Ok i see in system you are using x10 mini vith android 2.1 i will send you the setings . But with this room she/he ask you what type of phone do you use bicoz I cant see it on system.
This is same wit the automated operator menus too : when you pres 4 (for example ) in voice menu and ask for a auto internet setings the autovoice say sorry we not support you phone yet will try again later.
This is not big deal for now bicoz the most of operators APN is already configuret but if you use operator who is not includet you cant use mobile data bicoz you not have APNs.
That is wy this code is asking for when you put some of providers sim some of them make theirs system in that way ... its more easy for them but for us is just annoing popup window
Click to expand...
Click to collapse
>>> thk him for this please
41/ how can i disable the network lock dialog after pin input? (miniCM7-2.1.5)
to disable the network lock dialog after pin input, add this line at the end of your build.prop (/system/build.prop)
Code:
ro.telephony.ril_skip_locked=true
then reboot
to re-enable change the value to "false", or delete the line
how to : use rootexplorer,
go to the right place,
then long press on the file,
choose "open in text editor" in the scrolling menu
and add the line at the end of the file
42/
TrissyGE said:
What are ETA´s?
Click to expand...
Click to collapse
phoneyericsson said:
ETA: Estimated Time of Arrival i.e. when something is expected to arrive/be finished.
Click to expand...
Click to collapse
43/
BééHach said:
i can't find my wifi network but some other are discovered by the phone, how to fix it?
Click to expand...
Click to collapse
Go to Settings > Wireless & Networks > Wi-Fi Settings and press the menu button.
Choose 'Advanced' and in the 'Regulatory domain' option, change the number of channels from 11 to 14.
44/ you feel wrong with autobrightness ?
maybe this can help you (i did not try, i prefer not to but instead of flashing blindly, open it and see what has changed )
45/ problem with google precache?
nussbaum said:
Hi to denlille and all others,
to get Google Maps Precache working with x10mini / e10i
edit your /system/build.prop and add
Code:
ro.opengles.version=131072
I added that line above ro.com.google.locationfeatures=1
- reboot after editing and maybe
- delete app data of maps
Here is the link of the thread i found it:
http://forum.xda-developers.com/showthread.php?t=1158183
Click to expand...
Click to collapse
46/ if you have a instable connection, you may read the following
ChavitoArg said:
Hi everyone, my 3g conection was really unstable and i delete this lines in build.prop:
ro.ril.hsxpa=2
ro.ril.gprsclass=10
ro.ril.hsupa.category=5
Now my data start inmediatly and the conection is stable again.
Ps: it may not work for all, because my 3g works on other freq bands.
Click to expand...
Click to collapse
ChavitoArg said:
47/ What is exactly WLOD? :?
Click to expand...
Click to collapse
it is the led that turns on in white when a kernel panic happens (unix's BSOD [Blue Screen Of Death that happens on windows when a critical hard/software error happens and needs the system to freeze to prevent a data loss)
White Led Of Death is meant to help to see from where comes the bug (i.e. if it comes from kernel : white led!)
some more precisions about the LED : here !
48/ concerning wifi, if it stops working at all, first try to delete wpa_supplicant.conf in data/misc/wifi or read Qs 24, 37b and 43
49/
Dualtouch:
If you want to enable the fake DT by dx (instead of andrej456's which is the default), you have to insert the following line in the /system/etc/hw_config.sh file:
insmod /system/lib/modules/synaptics_i2c_rmi4_dt.ko
If you want to remove the fake DT altogether, insert the following line in the /system/etc/hw_config.sh file:
insmod /system/lib/modules/synaptics_i2c_rmi4_no_dt.ko
aloy99 said:
50/ Hmm... So the new a2sd is essentially data2ext? Will I have problems upgrading as I'm on ext2, which is not supported?
Sent from my E10i using XDA App
Click to expand...
Click to collapse
nobodyAtall said:
Here's a brief explanation for A2SD/DC2SD/Swap:
A2SD/DC2SD only makes sense if you have /data that is over 200MB i.e. many apps.
Swap is useful if you need to run memory-hungry apps or wanna have more apps loaded in memory.
Any size for swap should be good depending on your needs (e.g. 128MB). To verify a2sd is loaded, run df via adb shell. It should show /data/app and /data/app-private mounted in /sd-ext.
Also /data/dalvik-cache should be mounted to /sd-ext/dalvik-cache if DC2SD is chosen.
To verify swap is used, try the command 'free' via adb shell.
None of the above are for the everyday/novice users. You have to know what you are doing.
Click to expand...
Click to collapse
51/ A2SD, WTF? (bis)
todonormal said:
explanation of http://forum.xda-developers.com/showthread.php?p=22505939#post22505939 for dummies:
A2SD
What is a2sd?
It's other metod to save applications in SD.
How prepare your SD?
In Windows: Use http://www.partitionwizard.com/free-partition-manager.html or other tool partition. Create a ext4 partition in your SD.
In Ubuntu: Use gparted for create ext4 partition
How activate? (thanks to ferotakis)
1. Format SD and partiton it with CWM on phone make yor ext part and swap if yo want swap ig not live it 0
2. Install minicm7
3. Go to CM seting under performance put the a2sd (first show none till reboot)
4. Go to CM then hit apps and tick the "allow app moving to external "
5. Open terminal and type free
6. Go to CM again then performance again then to a2sd and chek there must no say NONE and must be a2sd
7. Install some apps then rootexplorer and browse in root dir on your phone you will saw ext folder open it and look your apps will be there
8. Thanks again if you missed to NAa
9. Learn some Linux
10. Go outside and show your fr and bbf your amazing phone
Click to expand...
Click to collapse
Hey my friend,
Can you see if this thread is worty to enter en the FAQ.:
CM7 Configuration Thread:
http://forum.xda-developers.com/showthread.php?p=17714446#post17714446
best,
pedrocel85
pedrocel85 said:
Hey my friend,
Can you see if this thread is worty to enter en the FAQ.:
CM7 Configuration Thread:
http://forum.xda-developers.com/showthread.php?p=17714446#post17714446
best,
pedrocel85
Click to expand...
Click to collapse
of course i will
i'm currently testing some governors with or without OC/UV i'll post them later
matmutant said:
from which rom did you upgrade ?
I don't really understand why do you use link2sd since this feature is embedded in the rom ...
you should better delete the content of the ext partition and use gb app2sd feature
Click to expand...
Click to collapse
i updated from MiniCM7 2.0.7. and I want to use link2sd because i`m installing a lot of apps on the phone and i need them to still work when i`m mounting SD Card to the PC. i`m trying to make it work from about 3 days but still nothing
gallardo5 said:
i updated from MiniCM7 2.0.7. and I want to use link2sd because i`m installing a lot of apps on the phone and i need them to still work when i`m mounting SD Card to the PC. i`m trying to make it work from about 3 days but still nothing
Click to expand...
Click to collapse
but if you create an ext partition, it should be recognized by GB native app2sd... and you will be able to only mount fat part of your sd .. no?
matmutant said:
but if you create an ext partition, it should be recognized by GB native app2sd... and you will be able to only mount fat part of your sd .. no?
Click to expand...
Click to collapse
i moved GMail with native GB app2sd but when i`m mounting SD Card to PC GMail and another apps are stopping to work
edit: i`m not sure to which partition native GB app2sd is moving apps but i tried to do this with ext2,3,4 and FAT32 and it didn`t work with any of them
new links added
any request, questions&answers, etc... are awaited
matmutant said:
new links added
any request, questions&answers, etc... are awaited
Click to expand...
Click to collapse
maybe make a tutorial how to set the link2sd properly?? I think that will be usefull because some people have the same problem like me
gallardo5 said:
maybe make a tutorial how to set the link2sd properly?? I think that will be usefull because some people have the same problem like me
Click to expand...
Click to collapse
since i don't know the answer atm ... i can't
matmutant said:
since i don't know the answer atm ... i can't
Click to expand...
Click to collapse
awwww ok so I need to wait but it`s worth this. and by the way are you using link2sd on your phone?? if yes what type of partition are you using??
gallardo5 said:
awwww ok so I need to wait but it`s worth this. and by the way are you using link2sd on your phone?? if yes what type of partition are you using??
Click to expand...
Click to collapse
i'm using GBapp2sd storing to fat feature
so no partition, only one main partition on the sd card
matmutant, perfect!
Delete the question.
RoTiV- said:
matmutant, perfect!
Click to expand...
Click to collapse
you can try to posh the thank button if you think my work is worth the click
have a nice day
hey mat, check out this script, already added in my optimal configuration thread:
Supercharger v8 Memory optimize script.
1 Download SCRIPT MANAGER FROM MARKET
2 Go to this thread and download SuPERCHARGER SCRIPT
3 Open program, load the script, Tick option set on boot.
4 in program dialog, type "1(fast)" and "enter"
5 In main Dialog, type "2" agressive one" and "enter"
6 Hit back button, click in run in background.
7DONE
I've got the Telstra RHOD110 and I've tried to install every Android build since about the first stable Froyo release. Every single one of them hangs during the Linux boot sequence.
It seems to be memory related, but past that I've got no clue - I'm an IT professional, but I'm in operations, not development so I'm a little out of my depth with this stuff.
I have NOT done HardSPL yet, but I was under the impression this wasn't necessary for the SD card method (which I wanted to test out before potentially bricking a ~$1000 phone). In theory it's just the standard Telstra WinMo 6.5 ROM...
It's getting a bit frustrating after years of trying this and seeing everyone else talking about how easy it is. I'm using F22's rootfs and TotalCommander isn't showing up any *.csv files in the \windows directory, so I can't even try the GBX0C (2.3.7) test build. Anyone know why my phone seems to be different?
Hi Nukkels lets focus on getting GBX0C running since
Nukkels said:
I have NOT done HardSPL yet,
Click to expand...
Click to collapse
First things first: Format the MicroSD you plan to use using the HP USB Disk Storage Format Tool. Just use google to find it. I use version 2.1.8. Perform a FULL format, FAT32.
Now download the package from here: http://files.xdandroid.com/GBX0C_Full_Bundle_2012.04.24.zip and extract all of the files to the root of your SD card
Nukkels said:
I've got the Telstra RHOD110
Click to expand...
Click to collapse
This device is identical to the RHOD100_UK so pull the startup.txt out of the STARTUPS\RHOD\RHOD100\ and place it on the root of your storage card.
Nukkels said:
I'm using F22's rootfs
Click to expand...
Click to collapse
I think I understand why you are trying to use that rootfs since it has some stuff tailor made for Rhod110/Telstra but I don't think it is necessary. Just leave the existing rootfs.img from the GBX0C package, it should work for you.
Nukkels said:
TotalCommander isn't showing up any *.csv files in the \windows directory
Click to expand...
Click to collapse
I haven't used TotalCommander for a while, but it seems to me that there is an option like "Hide Files in ROM" or "Show Hidden Files" or something like that which is probably preventing you from seeing the .csv's in /Windows/. So find that option and find those files and copy them to the root of your storage card.
If you can't find them I think that GBX0C should still boot as I have booted without any .csv's, there was just no sound in the build. But at least you can see that it is working. In case you absolutely cannot find them, here are my .csv's from rhod100uk: View attachment RHOD100_CSV.zip, unzip to your storage card, which hopefully will get you going.
Okay, now all you need is a touch screen calibration file. If you do not have one here is mine:View attachment ts-calibration.zip
Unzip it to the storage card.
Now you have everything in place on the card, please at this point do not try to edit the startup.txt or anything in /conf/. Lets just get this baby working.
Before you run anything I would set WM to airplane mode, set your backlight control to any level but auto (ie low), and make sure that you are not overclocking your processor in WM.
Now run HaRET.exe from the root of the storage card and cross your fingers mate!
Be patient, first boot can take ~10 minutes sometimes.
EDIT: Also there is a fairly good chance that your thread will get moved to the Android section... if it does and you aren't able to post in it anymore you can PM me.
I just wrote up a huge post and lost it all :crying:
Basically I followed your sintructions step by step and it worked!
I'd never done a FULL format before - that takes hours! I'm guessing this might have been the main issue.
I'll play around over the next few days with F22s rootfs and rhod110 startup parameter, Airplane mode turned on, etc to see if any of that had an impact. I never thought to set backlight to manual or use Airplane mode.
Hopefully I can help find the crucial step I missed, so it can be included in the installation instructions (or at the very least someone might stumble on this thread).
Anyway thanks a tonne for your help, it got me up and running!:good:
Thread moved to the appropriate section.
I genuinely hope you didn't pay ~$1000 for this phone... wow.
Caldair said:
Hi Nukkels lets focus on getting GBX0C running since
First things first: Format the MicroSD you plan to use using the HP USB Disk Storage Format Tool. Just use google to find it. I use version 2.1.8. Perform a FULL format, FAT32.
Now download the package from here: http://files.xdandroid.com/GBX0C_Full_Bundle_2012.04.24.zip and extract all of the files to the root of your SD card
This device is identical to the RHOD100_UK so pull the startup.txt out of the STARTUPS\RHOD\RHOD100\ and place it on the root of your storage card.
I think I understand why you are trying to use that rootfs since it has some stuff tailor made for Rhod110/Telstra but I don't think it is necessary. Just leave the existing rootfs.img from the GBX0C package, it should work for you.
I haven't used TotalCommander for a while, but it seems to me that there is an option like "Hide Files in ROM" or "Show Hidden Files" or something like that which is probably preventing you from seeing the .csv's in /Windows/. So find that option and find those files and copy them to the root of your storage card.
If you can't find them I think that GBX0C should still boot as I have booted without any .csv's, there was just no sound in the build. But at least you can see that it is working. In case you absolutely cannot find them, here are my .csv's from rhod100uk: View attachment 1184798, unzip to your storage card, which hopefully will get you going.
Okay, now all you need is a touch screen calibration file. If you do not have one here is mine:View attachment 1184808
Unzip it to the storage card.
Now you have everything in place on the card, please at this point do not try to edit the startup.txt or anything in /conf/. Lets just get this baby working.
Before you run anything I would set WM to airplane mode, set your backlight control to any level but auto (ie low), and make sure that you are not overclocking your processor in WM.
Now run HaRET.exe from the root of the storage card and cross your fingers mate!
Be patient, first boot can take ~10 minutes sometimes.
EDIT: Also there is a fairly good chance that your thread will get moved to the Android section... if it does and you aren't able to post in it anymore you can PM me.
Click to expand...
Click to collapse
I tired this on my TILT 2 it wouldnt work...
tru209 said:
I tired this on my TILT 2 it wouldnt work...
Click to expand...
Click to collapse
So... what's broken with it? Where does it stop?
Edit - basically, you've gotta give us more to go on. We can't help you with "wouldn't work" - it's simply not enough info. Provide as much as you can - what did you try, what happens when it boots, did anything semi-work, etc etc. Details!
tru209 said:
I tired this on my TILT 2 it wouldnt work...
Click to expand...
Click to collapse
Did you bite your tounge just right while dancing backwards to the wizard of OZ soundtrack? That always does it for me when it 'wouldnt work'.
My experience was that the full format using the HP tool is a crucial step. I did a full format using other tools but I had no joy until I did it with the HP tool.