The ModMyTM Family of Sites:
ModMyMobileModMyi


 
 
Register or Connect with Facebook

M3 Still Needs Fixin' | Lost Your Post Count?




  ModMyMobile Forums > ModMyAndroid > Mod YOUR Android Moto > Motorola Milestone > Motorola Milestone Development
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 05-02-2010, 02:39 AM
Skrilax_CZ's Avatar
I eat small children
 
Join Date: Feb 2007
Location: Prague
Posts: 4,916
Thanks: 1,653
Thanked 2,418 Times in 1,176 Posts
Open Recovery v1.37 [08/23/2010]

Open Recovery
Version: 1.37
Credit for mankind (from alldroid) for the CustomUpdate, on which this recovery is based,
credit for poseidon (also from alldroid) for ADBRecovery,
credit for koush for mtd-utils and nandroid (uses script based on it),
credit for nadlabak for keyboard layout change script.

!!!ATTENTION!!!
New backup format is used since 1.30. The recovery supports restoring the backups in the old format.
The backups in old format (there is a file "nandroid.md5" file in the folder) go to folder /sdcard/nandroid/adbrecovery/.
The backups in new format (there is a file "*.md5" file for each partition) go to folder /sdcard/nandroid/openrecovery/.


!!!IMPORTANT WARNING!!!
The md5 checksum files in the new nandroid in version 1.30 to 1.36 (fixed in 1.37) are not generated. The backups will restore normally, but there might be potential corruption.



Themes suplied -> OpenRecovery, Stock ...
Also Squirtle theme supplied (not on the screenshot).


Open Recovery on-phone console (only for Milestone).


Lite / Full concept on the XT701. The lite version is very much like the stock recovery but automatically changes to full version. Lite version shows only if error occurs.

Features:
- on-phone console (limited) - MILESTONE ONLY!
- rooting the phone from menu (using ChainsDD su and SuperUser.apk (version 2.2.2))
- nandroid backup/restore from menu
- apply update *.zip files from menu (located in OpenRecovery/updates folder under the sdcard root folder, there is a sample one (just unpacks a file named "babble" to /system), no signatures are needed
- special format of update.zip (noted lower)
- wipe data (factory reset)
- wipe cache
- wipe dalvik-cache
- adb in recovery, using bash shell
- run a script located in /sdcard/OpenRecovery/scripts folder under the sdcard root folder, the script can interactively prompt for a menu (sample included)
- recovery options for applications

Download & Installation (MILESTONE):
1) You need to have the vulnerable recovery with exploit, see this thread how to flash it: New SBF - to flash only the rootable recovery
2) Download the archive Open Recovery Version 1.37 for Milestone and unpack it to the root folder of the sdcard.

Usage (MILESTONE):
1) Reboot into recovery (hold 'X' button on bootloader 90.78, on others hold camera button; until you see triangle; then press camera + volume up)
2) Apply the update.zip
3) You are now in Open Recovery

Download & Installation (XT701):
1) Download the archive Open Recovery Version 1.37 for XT701 and Unpack it.
2) Either flash the sbf file using RSD Lite (preffered, recommended version 4.6+), or flash using the flash_image the *.img file to recovery partition.
3) Unpack the "OpenRecovery" folder and "OpenRecovery.zip" to the root folder of the sdcard.

Usage (XT701):
1) Reboot into recovery (hold camera button; until you see triangle; then press camera + volume up)
2) If no error occurs, you're now in Open Recovery. If error occurs you're in Open Recovery Lite.

NOTES

Console (MILESTONE ONLY):
- MENU key is CTRL, pressing MENU + ALT + C forcibly quits the console
- scrolling (pressing volume keys by a row (or eight rows if ALT is pressed))
- don't forget to select correct keyboard layout (under settings menu)
- search key is tab
- Alt+A prints "|" instead of Euro, Alt+F prints "$" instead of Pound
- limited support for escape characters but allowing to use "clear" and "ls" coloured

Changing a theme:
On /sdcard/OpenRecovery, the current theme is in "res" subfolder. The other two included are under "res.stock" or "res.squirtle". To change to another theme, let's say stock theme, rename the current "res" folder to "res.or" and "res.stock" to "res".

OR update.zip format:
- the update.zip is extracted to "/sdcard/OpenRecovery/tmp/update"
- shell script, located in the archive in "META-INF/update-or.sh" is called; under env. variable PACKAGE is the root folder of the extraction: "/sdcard/OpenRecovery/tmp/update"
- the script can do the very same as script called from the menu (can call imenu)
- progress bar is not supported in this format

ui.prop file:
This file sets the colors for the theme. It's located right under the "res" folder.
color3.LED=#100 <- led diode color (3-bit RGB, use only 0 or 1)
color32.background=#000000A0 <- recovery background color
color32.menu=#FF3705FF <- recovery menu color
color32.selection=#FFFFFFFF <- recovery selected item color
color32.script=#FFFF00FF <- recovery script color

#Console color properties
color24.console.header=#FFFF00 <- console header color
color24.console.background=#000000 <- console background color
color24.console.front=#E5E5E5 <- console foreground color

(The example values are used by default when the property is not found.)

Lite vs. Full version (XT701 ONLY):
- The recovery image contains Lite version, with minimal options (moreless only difference from stock recovery is the GUI and applying update.zip doesn't need any signatures.)
- When booting into recovery, the Lite version is started. It will automatically switch to full version by applying the OpenRecovery.zip).

CHANGELOG

Version 1.37
Bugfixes
- fixed nandroid restore not properly restoring yaffs2 partitions in old format
- fixed nandroid restore not restoring compressed backups
- fixed nandroid backup not taking md5 checksums

Changes
- console buffers up to 1000 lats printed lines (extended from 200)

Version 1.36
Bugfixes
- fixed nandroid when doing "Backup All" and not having apps2sd; which would fail complaining that /sddata could not be mounted
(Ticking all partitions in the menu and selecting "Backup Selected" was working properly and the backup has been done correctly.)
- fixed console cursor blinking
- squirtle theme fixed

Version 1.35
Features
- update.zip can be in new OR format using a shell script (described lower, there are samples of each one)
- console has now signalling implemented (menu key = CTRL)
- console has arrow keys implemented
- console has support for displaying front colors; thus it is no longer needed to disable bash colors
- console supports calling clear

Changes
- recovery binary will exit if not run by init (to prevent running it from adb or console)
- scripts in scripts folder are dos2unixed (on -FuFu- advice)
- switch files (.nobashcolors, .kdb_qwertz, etc.) are now located in /etc
- manual settings of the timezone (/etc/timezone), applied if the env. variable TZ doesn't exist
- update.zip no longer need to have the "update-binary", a default one is used if not found

Bugfixes
- fixed unyaffs not restoring sticky bit / suid / sgid
- fixed displaying long menus (it will not be truncated, instead a scrollbar appears)
- fixed error in switch.sh for XT701
- fixed color24.console.front in the themes -> default is supposed to be #E5E5E5

Version 1.32
Features
- pressing MENU + ALT + C forcibly quits the console

Changes
- ui.prop contains more options
- when applying any update.zip package, there is a confirmation menu
- cursor in console blinks

Bugfixes
- Error message when ext2 partition on sdcard doesn't exist fixed
- fixed the bug with imenu when ran more than once in one script

Version 1.30a
Bugfixes
- Console layout for QWERTZ / AZERTY fixed

Version 1.30
Features
- on-phone console
- keyboard layout changer included
- new nandroid, with support of backing up and restoring ext2 partition on sdcard (Note: uses new format of the backup, new backups are located in /sdcard/nandroid/openrecovery, there is a backwards compatibility to restore the old backups)
- ability to create compressed backups (and autoreboot when done)
- better nandroid menu
- menus wrap around
- theming for the recovery (3 themes included, to apply just rename the "res.*" folder to "res"); color settings can be manipulated in the ui.prop file under the res folder)
- new commands for menu (tag, label, break)
- scripts (command "shell") are able to show menu interactively when requesting user feedback (sample included)

Changes
- the OpenRecovery folder is same for all supported phones
- only 10 MB stock update file is used
- Logo, Cdrom and Linux bootloader can be backed up / restored with nandroid
- keyboard is lit
- mountable partitions are mounted by default

Bugfixes
- nandroid fixed
- fixed likely crash, when scripts prints '%', like '%s'
- menus don't blink when navigating from one to another
- LED diode blinking enhanced

Version 1.14
Changes
- UI
- switch.sh is separated (menu creation is in init_recovery.sh and called later by the recovery)
- Volume keys and Camera key can be used to navigate in Open Recovery

Version 1.12d
Bugfixes
- wipe commands working properly

Changes
- Bash Settings menu, to enable/disable coloured output (preset to disabled), this is persistent settings, it will last through reboots

Features
- ability to wipe dalvik-cache only (via script)

Version 1.12c
Bugfixes
- reboot command is working properly
- the content of the sdcard is no longer changed when running, everything is being copied into the ramdisk
- minor fixes

Changes
- removed the 'init' command, instead uses 'scripted_menu'
- adbd uses bash (interactively) instead of sh
- payload installs also bash and toolbox
- different the menu system (deprecated 'init' command), each menu must be generated from a script (notes later)
- added init folder, scripts (with extension *.sh) are ran there on startup of the open recovery.
- the diode is blinking in blue instead of red.

Features
- the recovery prints the output of the scripts / programs (prints their stdout)
- application menu (described later)
- new su and SuperUser.apk by ChainsDD
- if sdcard has ext2 partition, it is noted in fstab under "/sddata" (the module is inserted automatically)

Version 1.05
Bugfixes
- fixed a bug in payload making it dependant on the system
- there is now nothing in the /system folder when unmounted
- toolbox linked statically
- busybox now installs symlinks, instead of copying itself
- fixed a bug in adb about the shell being in /sbin/sh instead of /system/bin/sh
- cleaned up, removed unnecessary libraries and binaries
- switch.sh now initializes the Open Recovery completely, no other script is used for initialization
- permissions set correctly

Features
- added option to wipe
- menu's now have header (the menu file structure has been changed)
- added the possibility to run scripts, with .*sh extension located in scripts folder under OpenRecovery folder (shell is /sbin/sh or /sbin/bash)

Version 1.02
- fixed root installation

Version 1.01
- initial release

================================================== ================================================== ========================

DEVELOPER NOTES

Principle of switching:

The recovery contains an update.zip with payload, which doesn't do anything else than restarts to the open recovery. All the files for OpenRecovery are under the OpenRecovery folder under the root of the sdcard. The payload installs busybox to /sbin runs the "switch.sh" under the bin folder in open recovery.

Menu system:

The menu for the Open Recovery is created dynamically. The files must be created inside "/menu" folder by scripts, which can either be specified (if the menu is scripted_menu) or created by a *.sh script in /sdcard/OpenRecovery/init where the scripts are executed at startup. A menu creating script has to create a *.menu file inside the /menu folder. If the menu is supposed to be created on startup and not modified, place the script into /init folder, otherwise use "scripted_menu" item, where the script is ran right before the menu is created. sdcard, system and data partitions are mounted when the scripts are ran. A typical example for "scripted_menu" item is under the tutorial for application menu. For application menu see lower section. The structure of the menu file is different from the CustomUpdate by mankind:
First line is the menu name (normal string), then use the following structure:
"item name:type:argument"
- item name is what is seen in the menu
- type: type of the command (described later)
- argument: argument passed to the command (file, or anything else; if empty, put "*" there, otherwise the item will be discarded)

Commands:

- reboot: reboots the phone
- shell: calls a file specified in arguments (default path is to /bin, if not specified)
- menu: opens another menu file (specified in argument), if the argument is "..", it returns to up one level meu
- scripted_menu: argument is in format "menu file:menu script", the menu script is called with variable MENU_FILE containing the menu name (default path for the script is to /bin, if not specified)
- tag: if ticked, file "tags/.argument" is created
- break: unselectable item, argument is ignored (use "*") and creates a menu item like "---- name ----"; using "*" as name will create just "--------------"
- label: unselectable item, argument is ignored (use "*") and creates normal menu item "name "
- update: applies an update *.zip file, specified in argument (format SDCARD:$path_to_the_file_in_sdcard)
- wipe_data: factory reset
- wipe_cahce: wipe cache

The menu is refreshed (the script is called if the menu is scripted) on a menu change, applying an update or running a script. Whenever a script is ran, system, data and sdcard is mounted

Application menu:

Application menu is designed for anything that is run on the startup and can malfunction under any circumstances. Here is one example - suppose you have a mount on font in the startup. You'll have something like this in your startup script:
Code:
mount -o bind /system/myfonts/segoeui.ttf /system/fonts/DroidSans.ttf
mount -o bind /system/myfonts/segoeuib.ttf /system/fonts/DroidSans-Bold.ttf
Well the idea is that you add a condition to the script, to run only under some circumstances, like:

Code:
if [ ! -f /system/switch/.nocustomfont ]; then
	mount -o bind /system/myfonts/segoeui.ttf /system/fonts/DroidSans.ttf
	mount -o bind /system/myfonts/segoeuib.ttf /system/fonts/DroidSans-Bold.ttf
fi
which mounts the font only when /system/switch/.nocustomfont is not existing. If you want this controlable from the recovery, you register in into the application menu this way: all *.sh scripts in /app (where /sdcard/OpenRecovery/app is copied) are called at startup. They are passed variable "APP_MENU_FILE", which is the name of the used menu file (preinitalized). The script will look like this:

Code:
#!/sbin/sh

#create the menu item
echo "Custom Font:scripted_menu:custfont.menu:/app/custfont/menu.sh" >> "APP_MENU_FILE"
Note: yes there is a '$' before the APP_MENU_FILE, dunno why the vBulletin fails to show that in code.


Since the scripts are in /app and not /bin, use absolute path. This will add an item to the applications menu, now we need a menu when it is selected, which is the "/app/custfont/menu.sh":

Code:
#!/sbin/sh

if [ -f /system/switch/.nocustomfont ]; then
	# menu name - custom font is disabled
	echo "Custom Font (Disabled)" > "MENU_FILE"
	# go to upper level menu
	echo "Go Back:menu:.." >> "MENU_FILE"
	# enable it
	echo "Enable:shell:/app/custfont/enable.sh" >> "MENU_FILE"
else
	# menu name - custom font is enabled
	echo "Custom Font (Enabled)" > "MENU_FILE"
	# go to upper level menu
	echo "Go Back:menu:.." >> "MENU_FILE"
	# disable it
	echo "Disable:shell:/app/custfont/disable.sh" >> "MENU_FILE"
fi
Note: yes there is a '$' before each MENU_FILE, dunno why the vBulletin fails to show that in code.

Notice the shells are in /sbin, so use /sbin/sh (or /sbin/bash). The script checks if the switch is on or off and generates the menu accordingly. Since the menu is refreshed each time the script is run, it will always submit the correct option. The "enable.sh" simply touches the file and "disable.sh" just deletes it.

Source (v1.37):
ModMyMobile Forums - Downloads - Open Recovery 1.37 Source

(The module name is "open_recovery_SHOLS", it can coexist next to the stock one.)

Note:
Don't forget that it uses bash to call all the scipts. (or edit the recovery.c "#define PHONE_SHELL" to go for sh)

Last edited by Skrilax_CZ; 08-24-2010 at 02:47 PM..
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
21 Users Say Thank You to Skrilax_CZ For This Useful Post
-FuFu- (06-07-2010), Chriiss (08-30-2010), cirnkly (07-26-2010), dennso (08-02-2010), ElRoy555 (05-11-2010), khaldood (06-15-2010), kniffo80 (08-17-2010), mescalito (08-04-2010), nadlabak (05-13-2010), Protector (06-22-2010), Pzyduck (08-22-2010), RobbieCrash (08-24-2010), s2626123 (06-18-2010), Soul_Est (06-17-2010), TelloBJK (05-13-2010), tibcsi (06-04-2010), tienha2010 (07-02-2010), tomauswustrow (05-07-2010), wmn79 (06-01-2010), yanardag (05-05-2010), ZduneX25 (06-09-2010)
  #2  
Old 05-04-2010, 06:38 PM
fldodger's Avatar
Moto My Way
 
Join Date: Oct 2006
Location: Fort Lauderdale,FL
Posts: 611
Thanks: 39
Thanked 121 Times in 58 Posts
Very Nice
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 05-06-2010, 12:38 AM
Maybe Modder
 
Join Date: Mar 2010
Posts: 20
Thanks: 1
Thanked 2 Times in 2 Posts
Thanks a lot it's very useful and works fine...
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 05-06-2010, 01:49 AM
Itty Bitty Modder
 
Join Date: Apr 2010
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Good tools.. however, when i launch super whitelist, it prompt me su file not found in system/bin

I tried going inside the folder but I cant find this su file as well. Used a su file from the web and copy into the folder but all my rooted apps not working now...
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 05-07-2010, 12:05 PM
Skrilax_CZ's Avatar
I eat small children
 
Join Date: Feb 2007
Location: Prague
Posts: 4,916
Thanks: 1,653
Thanked 2,418 Times in 1,176 Posts
Ah, I put it into /system/xbin, didn't notice this issue with the whitelist, will fix that soon. You should be able to type 'su' from the adb and then fix it.

Alternatively, you can fix it in the "root.sh" script (in OpenRecovery subfolder).

Updated to 1.02 and fixed the issue.

Updated to 1.05, fixed number of bugs and added some new features.

Last edited by Skrilax_CZ; 05-07-2010 at 12:05 PM.. Reason: Automerged Doublepost
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 05-07-2010, 09:12 PM
Itty Bitty Modder
 
Join Date: Apr 2010
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Thanks again for the quick update. I used your 1.02 and it working fine now. Do I need to run 1.05 over 1.02 to get the bug fix? (Means applying 'root phone' only)?

Thanks again. This is a great tool
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 05-08-2010, 01:24 AM
Skrilax_CZ's Avatar
I eat small children
 
Join Date: Feb 2007
Location: Prague
Posts: 4,916
Thanks: 1,653
Thanked 2,418 Times in 1,176 Posts
No; 1.02 has that fine. 1.05 has another changes and bugfixes, some quite major (dependency on the system partition in the payload), so yeah, you might want to update it.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to Skrilax_CZ For This Useful Post:
nexusscion (05-08-2010)
  #8  
Old 05-09-2010, 05:10 AM
Itty Bitty Modder
 
Join Date: May 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
So does it mean we're now able to load real custom roms like cyanogenmods'???
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 05-09-2010, 05:25 AM
Skrilax_CZ's Avatar
I eat small children
 
Join Date: Feb 2007
Location: Prague
Posts: 4,916
Thanks: 1,653
Thanked 2,418 Times in 1,176 Posts
No, the signatures over recovery / kernel are still intact. This is just a trick how to restart the recovery into a custom one using the payload exploit.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 05-09-2010, 07:45 PM
Itty Bitty Modder
 
Join Date: May 2010
Posts: 5
Thanks: 3
Thanked 0 Times in 0 Posts
Ok I used ADBRecovery to do my nandroid backups.... But now with this OpenRecovery it's done differently. Like

Does this mean that with whatever update.zip.. does not go into the root of the sdcard anymore but goes in here located in "OpenRecovery/updates" folder that we create ....so it can find the update.zip... Does it also change the nandroid location also ?
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 05-10-2010, 06:08 AM
Itty Bitty Modder
 
Join Date: Apr 2010
Location: Warsaw in Poland
Posts: 15
Thanks: 0
Thanked 1 Time in 1 Post
nandroid location is /sdcard/nandroid/adbrecovery - yes, this is other path to nandroid backups (sample - G1 with AmonRa create directly in /sdcard/nandroid)

Last edited by beju; 05-10-2010 at 06:50 AM..
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 05-10-2010, 06:49 AM
Itty Bitty Modder
 
Join Date: Oct 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Hallo.... I've some problem with my Milestone. I've flashed the recovery with exploit, I've copied the file of open recovery in root of my sd but.... when reboot in recovery mode I must to apply update.zipo to have open recovery... it's ok or its wrong? Can have OpenRecovery without apply the update.zip in old recovery mode? PLEASEEE HELP ME|!

Quote:
Originally Posted by sub_078 View Post
Hallo.... I've some problem with my Milestone. I've flashed the recovery with exploit, I've copied the file of open recovery in root of my sd but.... when reboot in recovery mode I must to apply update.zipo to have open recovery... it's ok or its wrong? Can have OpenRecovery without apply the update.zip in old recovery mode? PLEASEEE HELP ME|!
Sorry my english.... I'm an italian user.... PLEASEE HELP

Last edited by sub_078; 05-10-2010 at 06:49 AM.. Reason: Automerged Doublepost
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 05-10-2010, 06:54 AM
Itty Bitty Modder
 
Join Date: Apr 2010
Location: Warsaw in Poland
Posts: 15
Thanks: 0
Thanked 1 Time in 1 Post
Beginning - Copy open recovery to sdcard root folder.
1. Use RSD Lite to flash "old recovery"
2. After appear "SW Complete" press camera button to enter recovery
3. hit "apply: update.zip"
welcome in OpenRecovery.

Make a nandroid first, and you have open way to apply any nandroid backup like TS ROM V2b...
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 05-10-2010, 07:01 AM
Itty Bitty Modder
 
Join Date: Oct 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by beju View Post
Beginning - Copy open recovery to sdcard root folder.
1. Use RSD Lite to flash "old recovery"
2. After appear "SW Complete" press camera button to enter recovery
3. hit "apply: update.zip"
welcome in OpenRecovery.

Make a nandroid first, and you have open way to apply any nandroid backup like TS ROM V2b...
Alredy done all this step... ok! But Must to apply update.ziop to enter the openrecovery or when i re-boot in recovery mode MUST to have the Openrecovery?.... I explain better...
I reboot phone with camera.... volume up and camera button... RECOVERY MODE .... Update.zip and only NOW 'm in Open recovery... how to have immediately OpenRecovery???
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 05-10-2010, 07:02 AM
Itty Bitty Modder
 
Join Date: Apr 2010
Location: Warsaw in Poland
Posts: 15
Thanks: 0
Thanked 1 Time in 1 Post
it's not possible yet AFAIK
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  ModMyMobile Forums > ModMyAndroid > Mod YOUR Android Moto > Motorola Milestone > Motorola Milestone Development

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyMobile

All times are GMT -6. The time now is 06:29 PM. Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.0
Owned and Operated by ModMy, LLC Copyright © 2007-10. All rights reserved.

Android News / Android Forums / Blackberry News / Blackberry Forums / Motorola News / Motorola Forums / Palm News / Palm Forums /
Contact Us / / Top