Showing posts with label CM 9. Show all posts
Showing posts with label CM 9. Show all posts

Sunday, 24 June 2012

ROOTING A10 TABLET

 Android Market script for ICS 4.0.3. It should unlock most of the applications from Android Market 

Market v3.4.4
Unlocks all applications in market suitable for Samsung Tablet
Added YouTube, Google Search, Google Talk and Google Maps
Should improve battery drain over stock firmware
Added an option to disable phone, sms and bluetooth services (optional)
Increased WiFi scan interval to save battery
Improves battery drain in standby mode by putting all the hardware to sleep mode
Improves JPEG and Video quality. 
Forces video hardware render in UI
Increased WiFi buffer size 
Disabled debugging notify icon on statusbar
Disabled Error Checking for applications
Increased scrolling responsiveness

Directions:
Download zip file
Unzip it
Connect USB cable to your Tablet
Make sure it found drivers otherwise point to folder Drivers in the package which includes 32bit and 64bit drivers.
Set display Sleep to 30 min (Goto Settings > Display > Sleep > 30mins)
Enable USB Debugging (Goto Settings > Developer Options > USB debugging)
NOTE: IF YOU ARE UPDATING THE SCRIPT THEN (Goto Settings > Apps > ALL > Google Services Framework > Force Stop > Clear data)
Click RunMe.bat and follow directions.
Set display Sleep back to 1 min
Click on Market and login with your Email.
reboot tablet again
Start Market install something from the market and close the market. Open Market and you should Accept Market terms of Service and that's it. 

How to properly ROOT
Directions:

From market install Superuser and open the program. Go to Preferences and click on (Su binary vnull tap to check for updates) click update
Reboot Tablet
From Market install BusyBox Installer JRummy16. Open it, click Allow and install first to /System/Xbin directory and then install to /System/Bin directory
Reboot Tablet
Set display Sleep to 30 min
Connect USB cable to your Tablet
Run RootMe.bat 

Enjoy


F.A.Q.

Q. Menu button stopped working or is not responding.
A. It happens when you install busybox and do not follow my directions how to properly Root

Q. Device shows it is not rooted.
A. It happens when you install busybox and do not follow my directions how to properly Root

Q. ICS lagging
A. Goto Settings > Developer options > UNCHECK Force GPU rendering

Q. Browser feels laggy.
A. Install boat browser from market

Change Log

Version 0.4
Unlocks even more applications from Market such as TuneIn Radio, GTA and etc.
Disabled debugging notify icon on statusbar
Disabled Error Checking for applications
Increased scrolling responsiveness which was removed from 0.1

Version 0.3
Added root script.

Version 0.2
Reverted touch screen sensitivity back to stock.


DOWNLOAD:

Monday, 18 June 2012

CM9 for LY-F1/AlldroSpeed-UPDATED 24.06.2012 BLUETOOTH SUPPORT [smartass governer v2]



ROM][PORT]CM9 for LY-F1/AlldroSpeed-UPDATED 24.06.2012 [smartass governer v2]

This is my first port from Quarx's CM9 build for A10.


>>Download<< the zip, put it on sdcard and enter CWM Recovery:
- Wipe data/factory reset
- Install zip from sdcard
- Reboot


If you have problems with the 3 capacitive buttons use this UPDATE.







Bugs/not working :
-


I need some help to solve the bugs so if everyone knows how to do this feel free to contact me or directly upload the modified work and post here the likns.


IMPORTANT : CM9 will not work if you have stock ROM installed...




UPDATE 23.05.2012 : http://www.mirrorcreator.com/files/H...edv3.zip_links


- camera app works, tested also GTalk videochat.
- usb charging via pc works
- wifi stays awake when tablet is in standby (if you set that from wifi advanced settings)




UPDATE 24.05.2012 : http://www.mirrorcreator.com/files/Y...edv4.zip_links
- based on latest nightly by Quarx
- bug fixes.


UPDATE 26.05.2012 : http://www.mirrorcreator.com/files/H...v512.zip_links











- new kernel_ and an old bug : DON'T set brightness too low, your display will go black 
- shows 512 MB RAM
- processor at 1,2 GHz.
- accelerometer works only in default mode
- if you already have CM9, wipe data/factory is not necessary.




UPDATE 28.05 : http://www.mirrorcreator.com/files/0...edv6.zip_links
- fixed some bugs including clock & alarm
- maybe 3G... (I don't have 3G modem to test)


UPDATE 01.06 : http://www.mirrorcreator.com/files/W...edv7.zip_links
-new nightly - new port 




New port from Christian Troy's build : http://www.mirrorcreator.com/files/0...9_v8.zip_links


- more info about his CM9 >> here <<


Update 09.06 : http://www.mirrorcreator.com/files/X...9_v9.zip_links 


- some bug fixes on 7.06 port
- touch buttons work for me, I hope not just for me... 




UPDATE 12.06 : http://www.mirrorcreator.com/files/X..._v10.zip_links
- back to Quarx's build, it's more stable
- crt screen off animation
- bug fixes


I don't have mini-hdmi cable so I don't know if hdmi sound works...


UPDATE 24.06 : http://www.mirrorcreator.com/files/S..._v12.zip_links
- added smartassv2 governor on Quarx's build
- default or special coordinate system for accelerometer



SOURCES:- XDA DEVELOPERS
CREATOR ;djsebyss

Saturday, 9 June 2012

ClockworkMod Recovery 5


==================================================================
|     How to install ClockworkMod Recovery 5 for ICS 4.0.x       |
|                                                                |
| This method is specifically made for AllWinner A10 tablets.    |
| - Xtab A10, MOMO 9c, MICROMAX FUNTAB, KArbon TAB and all clones
|                                                                                                             
==================================================================

Download:-CWM RECOVRY 5

REQUIRED:
---------
- tablet must be running Android ICS version (4.0.x)
- tablet must have Superuser installed with SU binary loaded
- tablet must have Debugging enabled (ADB drivers included)


******************************
*     CHOOSE METHOD 1        *
*  It's the easiest method   *
******************************

METHOD 1 (Simple, Using script):
--------------------------------
1.) turn on tablet and leave it at main homescreen
2.) connect the tablet to the computer with a USB cable
3.) run "recovery-install" batch file to run the script
4.) when done, it will reboot your tablet into Recovery Mode
5.) done

METHOD 2 (Manual, ADB commands):
--------------------------------
1.) turn on tablet and leave it at main homescreen
2.) connect the tablet to the computer with a USB cable
3.) open command prompt, navigate your way to this folder where the CWM files are
(For Vista/Win7: hold Shift > right-click on this folder, choose "Open command window here")
5.) run following commands:
(right-click to copy command & right-click to paste into command prompt)

adb push recovery.img /data/
adb shell "cat /data/recovery.img > /dev/block/nandg; sync"

6.) reboot into recovery... with this command:

adb shell "echo -n boot-recovery | busybox dd of=/dev/block/nandf count=1 conv=sync; sync; reboot"

7.) done

================================================================
Alternative Method to Reboot into Recovery Mode:
----------------------------------------------------------------
1.) power off the tablet
2.) hold the Menu/Options hard button on the tablet
3.) while holding Menu/Options, press and hold the Power button
4.) the tablet will turn on and directly go into Recovery Mode
================================================================

=======================================================
|      How to control ClockworkMod Recovery 5         |
|                                                     |
| VOL+: up                                            |
| VOL-: down                                          |
| POWER: select                                       |
| BACK: back                                          |
=======================================================

BACKUP/RESTORE INSTRUCTIONS:
----------------------------
Now when you're in ClockworkMod Recovery mode, you can make a full nandroid backup of your system.
- select "backup and restore"
- then select "backup" to backup into your microSD/TF memory card
(or) select "backup to internal sdcard" to backup into the internal storage partition

After you made a backup, save the "clockworkmod" folder on your computer if you want.

Now you can restore back to the point that you made the backup if things get messed up.

Enjoy.

CM9-Bluetooth support













Requirement-
cm9
adb.exe   



Pre rooted
superuser and busy box pre-installed
DSP integrated sound system manager
DEV tools
NOVO tools
*bluetooth supportedu*can use b.t headphones or file transfer*
terbuchet launcher
adreno script preloaded
app allingned...
much more
*adreno script preloaded
(dont fondle unessacary with cpu governer.
  donot reduce the brightnes to low 2-3 values or use brightness key in widget..)


ROM IS STABLE AND WORKS ON ANY ICS STOCK ROM (TESTED) 
Intstruction:-
- zip, put it on sdcard and enter CWM Recovery:
- Wipe data/factory reset
- Install zip from sdcard
- Reboot
 DWONLOAD-CM9 FOR A10 TABLET