[MODS/Q&A ] XenonHD ROM ALL DEVICES - Samsung Galaxy Nexus

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I am going to fill this op with Questions and answers from all devices supported by Team Horizon. Please keep the respect and KEEP ALL NON DEVELOPMENT DISCUSSION HERE OR OUR
GOOGLE PLUS PAGE
Click to expand...
Click to collapse
.​
Click to expand...
Click to collapse
Q. I came from 4.1.2 and I flashed your 4.2.1 and I can't access my files now?
A. Well this is because after the 4.2.1 update Google implemented a feature with in its ROM to allow for the use to apply user specific accounts. I suggest reflashing a 4.1.2 ROM, Then mount the phone once booted, Take all of the information you choose to keep and place it on your desktop, Once complete then reboot the phone into recovery and wipe the rm and reflash 4.2.1 once you have flashed rom and gapps, Before you leave recovery wipe the sd card. Once phone reboots then simply replace the information you placed on your desktop to its corresponding folder.
Click to expand...
Click to collapse
Q. my wifi is always on when in standby?
A.Disable wifi optimization, And avoid poor connections in wifi advanced options.. If you have Franco kernel, wifi fast pm helps too
Click to expand...
Click to collapse
Q. HELP I don't have a rom on my SD card and I am stuck in a boot loop what do I do?
A. You need to make sure you have a working adb setup along with all proper fastboot and device drivers installed. Place the rom you wish to flash in the root of the adb folder.
Make sure phone is in recovery mode and that it is plugged into the computer.
Open a command prompt and cd to the directory of the adb folder. ( or simply hold the shift key and right click your adb folder and choose to open command windows here)
now type: adb push (rom.zip) /sdcard/ (replace the (rom.zip) with the entire name of the rom.zip.)
Click to expand...
Click to collapse
Q. How come fast charge is not working or its enabled but not working?
A. Answer is simple, The roms stock kernel doesn't allow for fast charge. you may simply flash Franco kernel and or any other 4.2.1 kernel that supports to to gain functionality.
Click to expand...
Click to collapse
Q. Can I dirty flash (flash ROM without wipe)?
A Yes you may flash the ROM without wiping. YOU WILL HAVE TO REFLASH GAPPS. We don't recommend doing this but if you are pressed for time or its just too difficult then have at it. We will not support complaints from those that choose to go this route.
Click to expand...
Click to collapse
Warez Removed
Q. I have downloaded the ROM but it wont boot?
A. Please make sure you are downloading the correct ROM and completely wiping before flashing!
Crespo- http://d-h.st/users/iceandfire/?fld_id=9532#files
Grouper- http://d-h.st/users/iceandfire/?fld_id=8701#files
Maguro- http://d-h.st/users/iceandfire/?fld_id=8699#files
Mako- http://d-h.st/users/iceandfire/?fld_id=9438#files
Toro- http://d-h.st/users/iceandfire/?fld_id=8700#files
Toro Plus- http://d-h.st/users/iceandfire/?fld_id=9002#files
Click to expand...
Click to collapse
Q. Somebody know, how to disable waking up phone by pressing volume button?I dont like this feature.
A. Menu>settings>display>enable then disable the volume key MOD
Click to expand...
Click to collapse
Q. Where are my Chrono settings for weather and clock?
A. Menu>System Settings>Display>Clock widget
Click to expand...
Click to collapse
Q. Are the round widgets shown in the OP contained in the ROM? If not, are they available anywhere? Also, I cannot for the life of me figure out how to put a lockscreen widget. When I go into the Chronus settings, there are settings for the clock, weather and calendar widgets, but I can only add the clock widget to my device.
A. OK the widget is not included but called one more clock widget. To apply the clock. Lock the screen then place your finger on the clock and slide down till you reach the lock icon or the white outline is the write screen amd let go. Then long press the clock ad delete it. Then click the add widget . After you enabled everything in display then go to chrono in the options onthe lockscreen (the + sign from earlier) and add it. To add muliple widgets then slide down on clock to fill screen then swipe left or right.
Click to expand...
Click to collapse
Q. What is fast charge? what does it do for me? How do I get it to work?
A.
Fast charge is a option baked into the kernel that doesn't allow the phone to be mounted to the pc.
Keeps computer from mounting your sd card everytime its plugged in.
You need to install a kernel that supports it. Stock XennonHD doesn't allow for this. I suggest using Franco Kernel. found here: http://forum.xda-developers.com/showthread.php?t=1367341
Click to expand...
Click to collapse
Q. What gapps do i install on this rom? I installed the gapps from ice not all my apps are there?
A.
Download these gapps: http://goo.im/gapps/gapps-jb-20121212-signed.zip
Because all of the apps missing can be manually installed from the market. He did this to lighten the download.
Click to expand...
Click to collapse
Q. How to create a log cat
A. the code for logcat to output to a file is
adb logcat > name of problem.txt
you can also do
Click to expand...
Click to collapse
adb logcat -f name of problem.txt
how I prefer to do it is this way
Click to expand...
Click to collapse
:
adb logcat -v long > name of problem.txt
with the -v flag & the long argument, it changes output to long style, which means every line of logcat will be on its own line (makes it a little neater, imo)
Note: When outputting to a file, you will see a newline, but nothing printed, this is normal. To stop logcat from writting to a file, you need to press ctrl+c.
Click to expand...
Click to collapse
Here's where using logcat (via adb makes life really easy)
Lets say you find a problem you're having after looking at a logcat.
For example:
When I was trying to use a different ramdisk, wifi wouldn't work so I got a logcat that's almost 1300 lines long (a lot of stuff happens in the background)
So if you are searching for an error in the logcat file (it's always e/ for error, f/ for fatal. Those are the two main things that will break a system.)
D/dalvikvm( 871): GC_CONCURRENT freed 472K, 6% free 10224K/10823K, paused 1ms+6ms
V/AmazonAppstore.DiskInspectorServiceImpl( 871): Available blocks: 21981, Block size: 4096, Free: 90034176, Threshold: 5242880, withinThreshold? true
D/AmazonAppstore.UpdateService( 871): Received action: null from intent: Intent { cmp=com.amazon.venezia/com.amazon.mas.client.framework.UpdateService }
W/AmazonAppstore.UpdateService( 871): Confused about why I'm running with this intent action: null from intent: Intent { cmp=com.amazon.venezia/com.amazon.mas.client.framework.UpdateService }
D/dalvikvm( 890): GC_CONCURRENT freed 175K, 4% free 9375K/9671K, paused 2ms+3ms
V/AmazonAppstore.ReferenceCounter( 871): Reference (MASLoggerDB) count has gone to 0. Closing referenced object.
E/WifiStateMachine( 203): Failed to reload STA firmware java.lang.IllegalStateException: Error communicating to native daemon
V/AmazonAppstore.UpdateService( 871): runUpdateCommand doInBackground started.
V/AmazonAppstore.UpdateService( 871): Running UpdateCommand: digitalLocker
V/AmazonAppstore.UpdateCommand( 871): Not updating key: digitalLocker from: 1334228488057
V/AmazonAppstore.UpdateService( 871): Finished UpdateCommand: digitalLocker
V/AmazonAppstore.UpdateService( 871): Running UpdateCommand: serviceConfig
V/AmazonAppstore.MASLoggerDB( 871): performLogMetric: Metric logged: ResponseTimeMetric [fullName=com.amazon.venezia.VeneziaApplication_onCreate, build=release-2.3, date=Wed Apr 11 13:10:55 CDT 2012, count=1, value=1601.0]
V/AmazonAppstore.MASLoggerDB( 871): onBackgroundTaskSucceeded: Metric logged: ResponseTimeMetric [fullName=com.amazon.venezia.VeneziaApplication_onCreate, build=release-2.3, date=Wed Apr 11 13:10:55 CDT 2012, count=1, value=1601.0]
W/CommandListener( 118): Failed to retrieve HW addr for eth0 (No such device)
D/CommandListener( 118): Setting iface cfg
D/NetworkManagementService( 203): rsp
D/NetworkManagementService( 203): flags
E/WifiStateMachine( 203): Unable to change interface settings: java.lang.IllegalStateException: Unable to communicate with native daemon to interface setcfg - com.android.server.NativeDaemonConnectorException: Cmd {interface setcfg eth0 0.0.0.0 0 [down]} failed with code 400 : {Failed to set address (No such device)}
W/PackageParser( 203): Unknown element under : supports-screen at /mnt/asec/com.android.aldiko-1/pkg.apk Binary XML file line #16
D/wpa_supplicant( 930): wpa_supplicant v0.8.x
D/wpa_supplicant( 930): random: Trying to read entropy from /dev/random
D/wpa_supplicant( 930): Initializing interface 'eth0' conf '/data/misc/wifi/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'
D/wpa_supplicant( 930): Configuration file '/data/misc/wifi/wpa_supplicant.conf' -> '/data/misc/wifi/wpa_supplicant.conf'
D/wpa_supplicant( 930): Reading configuration file '/data/misc/wifi/wpa_supplicant.conf'
D/wpa_supplicant( 930): ctrl_interface='eth0'
D/wpa_supplicant( 930): update_config=1
D/wpa_supplicant( 930): Line: 4 - start of a new network block
D/wpa_supplicant( 930): key_mgmt: 0x4
(mind you, that's 29 lines out of 1300ish, just for example)
Click to expand...
Click to collapse
I then could do the following with logcat:
adb logcat WifiStateMachine:E *:S -v long > name of problem.txt
and this will only print out any errors associated with WifiStateMachine, and anything which is fatal, which makes it about a million times easier to figure out what's going on!
Click to expand...
Click to collapse
In WifiStateMachine:E, the :E = to look for Errors, the full list of options is as follows:
V — Verbose (lowest priority)
D — Debug
I — Info (default priority)
W — Warning
E — Error
F — Fatal
S — Silent (highest priority, on which nothing is ever printed)
You can replace the :E with any other letter from above to get more info.
In order to filter out anything other than what you are looking for (in this case, WifiStateMachine) you must put a *:S after your last command (i.e. WifiStateMachine:E ThemeChoose:V ... ... AndroidRuntime:E *:S)
Click to expand...
Click to collapse
Q. I am in the download section but what rom is for my device?
A.
Crespo- nexus S
Grouper- Nexus 7
Maguro- gsm galaxy nexus t-mobile
Mako- galaxy nexus 4
Toro- Galaxy nexus Verizon Wireless
Toro Plus- sprint galaxy nexus
Click to expand...
Click to collapse
Click to expand...
Click to collapse
==================================================​
Important please read​
I. Appreciation
There are many ways to show your support to us. You can:
Press the "Thanks" button.
Hit the donation button and help support the team
Wear our specially prepared banner
Share your opinion about my work and write some feedback in our threads.
Advertise our work to your friends, family, anyone who owns this device.
Rate our threads with 5 stars.
We appreciate all the support you give us, but we don't expect anything
Click to expand...
Click to collapse
II. Sharing
XDA-Developers.com is all about sharing. If you would like to use any part of our work, please feel free to do so but remember to do the following beforehand:
Inform - Please send us a PM or email telling us
Permission - Please, if you do not have permission from us, don't use it. Most of the time, we will allow you to, but if you don't get our permission first, we will report.
Credits - No one wants their work stolen. Please remember to give proper credits when using our work.
Click to expand...
Click to collapse
:
III. Support
If you have any issues or questions, please feel free to post them in the our threads. However, because all of us have social lives outside of XDA, your questions may not always be answered right away. Members who are more experienced in our work, please help out the ones who don't.
If you want to get the fastest and the best answer - ask the question in our threads instead of PM'ing us. Chances are, other users will be able to help you when Team Members don't have the time to.
Click to expand...
Click to collapse
IV. Updates
We are a busy team! Every Team Member has lives outside of XDA. You cannot expect us to sit in front of the computer all day and develop Android. Please do not ask for ETA's. The update will come when we release it. Sometimes, there is a good reason for why we have not released an update in a while. Please be patient with us, we will do as we promise. Updates will come.
Click to expand...
Click to collapse
V. Responsibilities
We are not responsible for your device! We do not guarantee that everything will work the way it's supposed to. Not every device is created equal, what might work on our devices may not work on yours or vice versa. Please be a responsible person when it comes to flashing. This is a mature site, don't act immaturely when your device becomes problematic. If you cry and blame us for "destroying" your device, we will laugh at you. Your device is your responsibility, act like it.
Thanks for choosing Team Horizon, we hope you enjoy our works as much as we enjoy working with them.
Click to expand...
Click to collapse
Click to expand...
Click to collapse

MOD Section
This is going to be a section where I post add ons for this ROM. Enjoy!
Click to expand...
Click to collapse
<---------http://dl.dropbox.com/u/44672998/supporter.png
My Dev-Host Account With All The Add On Downloads!
http://goo.gl/4rscI
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Invered Gapps! 4.2.1
CLICK ME
Click to expand...
Click to collapse
:highfive:

HELP!
Please Help Contribute To This Project. Either Post Question With Answer and I Will Add To OP or PM Me The Stoofz
:highfive:

Great idea Tory, You have been a real asset to the team, thanks for all you do.
Sent from my SCH-I535 using Tapatalk 2

I'm transferring this topic from the main page. I'm running 1.5 for Toro and had issues with WiFi tether. I dirty flashed from the prior version. I was running Franco 356. I wiped and restored 12-22 then dirty flashed again to 1.5. This time I'm still running the included kernel. I tested WiFi tether and it seems to work. Thusly, I think the issues may be related to Franco 356. Anybody got WiFi tether working with Franco?
Sent from my Galaxy Nexus using Tapatalk 2

crispy1 said:
I'm transferring this topic from the main page. I'm running 1.5 for Toro and had issues with WiFi tether. I dirty flashed from the prior version. I was running Franco 356. I wiped and restored 12-22 then dirty flashed again to 1.5. This time I'm still running the included kernel. I tested WiFi tether and it seems to work. Thusly, I think the issues may be related to Franco 356. Anybody got WiFi tether working with Franco?
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I am on latest franco and fixing to test wifi tether. hold (on gsm tho)

crispy1 said:
I'm transferring this topic from the main page. I'm running 1.5 for Toro and had issues with WiFi tether. I dirty flashed from the prior version. I was running Franco 356. I wiped and restored 12-22 then dirty flashed again to 1.5. This time I'm still running the included kernel. I tested WiFi tether and it seems to work. Thusly, I think the issues may be related to Franco 356. Anybody got WiFi tether working with Franco?
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I was able to connect wifi tether and usb tether with the latest franco. Keep in mind that I ALWAYS WIPE before flashing any updates to iron out those pesky little bugs.

pr0xy mAn1Ac said:
I was able to connect wifi tether and usb tether with the latest franco. Keep in mind that I ALWAYS WIPE before flashing any updates to iron out those pesky little bugs.
Click to expand...
Click to collapse
OK, good to know. I'll flash Franco and if it is still broken, I'll clean flash 1.5 followed by an update to Franco.
Sent from my Galaxy Nexus using Tapatalk 2

crispy1 said:
OK, good to know. I'll flash Franco and if it is still broken, I'll clean flash 1.5 followed by an update to Franco.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Please keep us posted on your progress. let me know if I can help.

Quick Unlock
Is quick unlock working? It has not worked for me for a while, but I saw one person say it works. I have done a full wipe with each version. Thanks!

pr0xy mAn1Ac said:
Please keep us posted on your progress. let me know if I can help.
Click to expand...
Click to collapse
I reflashed clean and am still unable to connect. Still on default kernel. I can see the network but I cannot connect even without security. Tried both an iPad and an Android tablet. Blue tooth tether works but that us too slow. I'm out of options. This is a show stopper for me.
Sent from my Galaxy Nexus using Tapatalk 2

crispy1 said:
I reflashed clean and am still unable to connect. Still on default kernel. I can see the network but I cannot connect even without security. Tried both an iPad and an Android tablet. Blue tooth tether works but that us too slow. I'm out of options. This is a show stopper for me.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I have to have tethering. Flashed back to CNA 3.8 and I got it back. May need to hang on to 4.1.2 a bit longer.
Sent from my iPad using Tapatalk HD

crispy1 said:
I have to have tethering. Flashed back to CNA 3.8 and I got it back. May need to hang on to 4.1.2 a bit longer.
Sent from my iPad using Tapatalk HD
Click to expand...
Click to collapse
edited
10char

Navigation bar opacity
I love the whole ROM, been using it for a while. I was very excited to see a translucent menu bar option in the 12/30/12 release. However im not sure of its functioning properly. On the home screen the nav bar is translucent however in any app its a solid black background again. When I zoom using accessibility feature (triple tap) the nave bar goes back to being all but invisible. Is this transparent effect only supposed to do what it does on my case? Thanks man, keep up the good work

Just a quick question pr0xy ... Do I have to wipe data in order to install inverted gapps or can i dirty flash over the 20121212 package? Thx in advance!

Just flash the gapps brother no wiping needed. Enjoy.
Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2

Ok, another stupid question inc! :/ Proxy - do you know of any place where I could get "Black Facebook" to match the inverted gapps ? Since I kinda prefer it over the stock white FB app ... I could find only some lower versions which are slow and buggy, so ... Thx in advance

Doomhamma said:
Ok, another stupid question inc! :/ Proxy - do you know of any place where I could get "Black Facebook" to match the inverted gapps ? Since I kinda prefer it over the stock white FB app ... I could find only some lower versions which are slow and buggy, so ... Thx in advance
Click to expand...
Click to collapse
It is included with the inverted gapps. Enjoy.
Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2

pr0xy mAn1Ac said:
It is included with the inverted gapps. Enjoy.
Sent from my Galaxy Nexus using Xparent ICS Tapatalk 2
Click to expand...
Click to collapse
No it's not ... That's why I asked

*DUMB NEWBIE QUESTION*
how to flash this rom ?
just tried to flash the rom using TWRP, but it stucks at bootlogo.
now restored the rom and N4 is working normal.
any solution ?
thx in advance.

Related

[24 Apr 2012] [CWM] [Sense3.5] Sendroid Beta .46 Update! [Marc1706 0.2.0]

{
"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"
}
#1 - Overview / Known Issues / Download Links / Requirement / Credits (now here)
#2 - Changed Logs / Next Plan / FAQ
#3 - Install Tutorials / Screenshot / User Banner
#4 - Debug Info Demo / Useful Tools / Recommendation
Click to expand...
Click to collapse
Big Thank for DFT Team, for Cotulla, for all of kernel builder, for Daekin and his Great Sense of Eclipse, no them no me. for the helps and discuss from dorimanx,zeppelinroxfor,Cheech1976. for everyone who devoted for Android on HD2 and for who created those tools for cooking Android system, and someone who supported all of devs and chefs, all thanks for yours.
For yes/no menu and many things, thanks for Dorimanx and his helps.
For ODEX, thanks for Xylograph and his helps.
For AUTO cLK Detect, thanks for E334.
For debugs, thanks for Rasumia;GraveDigger176;xanthrax.
For the Mirror file server, thanks to Michaelkamen
For the Update me APP, thanks to acquariusoft
For the AROMA installation wizard, thanks to amarullz
Click to expand...
Click to collapse
Sendroid are sharing with Italy people by Sgnuffitech.it and Willy89 now!
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
An Android 2.3.5 and Sense 3.5, Based on HTC Sensation XL (Runnymede) RUU 1.27.1400.4 from fooball
Support 2 Versions, A2SD / Nand-Only
Support 2 Modes, Fully and Lite(Clean) installation. *below
Multilanguage / Ad-free / RTL languages support / Proper AGPS support
Zipaligned
Deodexed for NAND-Only, Odexed for A2SD
Optimized for performance!
Auto language detecting.
Ti Backup / Dev Tools / Spare Parts / Leo AGPS injector / Newest Google Play(Market).. etc
Overview:
Add:
A hacked Sense 3.5 Roise.apk(Sense Launcher), disabled the 3d display.
Sendroid customized boot animation and off the animation when power-off.
Support:
Fully HW rendering UI.
CRT Unlock/Lock screen animation. *thanks to dungphp
Auto cLK/MAGLDR detecting, thanks for e334! he made it!
Sony 2 type posted process engines. *thanks to mwakious and seaman2k.
Android 4.0 ICS Font suit: "ROBOT" already inside.
A REALLY /cache partition! now all of market and apps cache folder will be in the ram, it will be created when linking automatic!
P.D.P, Phone Daemon Processes. *below
a system control app called "Screwdriver". *below
Modify:
Keep Weather but modify animation and sound let animation became a stopped picture so reduce resource usage.
OC when booting to reduced boot time.
com.htc.resources.apk and framework-res.apk, to reduce resource usage.
a lot of stuff about system, for more and more performance!
Enable:
Enable ZRAM, in all version and all modes. *Zram thanks for DM and Marc and all of kernel maker.
Enable Scheduled Tasks, for clean caches/memory/etc.
Removed:
Removed some HTC services and widgets
Disabled SWAP, for now we don't need it anymore.
Version Description:
NAND:
Mounted RAM as dalvik cache folder, so we can use all of data spaces and get a faster system.
A2SD:
Database to ext mod, created by me.
ODEX framework and system apps and user apps in A2SD version!
A2SD get level 0 compression for all system app! to speed up respond! when first time boot it will decompress by atuo so no any compression now!
Modes Description:
Fully installation:
Included all of system and user apps i suggested for daily use.(for guys like you and me, i guess.;p)
Lite(Clean) installation:
Only include some apps that are needed to use, so you can maximum custom your phone without remove any apps.(for Advanced users.)
Click to expand...
Click to collapse
Phone Daemon Processes:
These Processes control kernel and whole sysem via set sysctl and release cache when phone switch between Sleeping and Awake - so phone never getting slower.
Screwdriver:
It is an app that can control my part of function from rom. *coming soon till 2012-Apr-16.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Camcorder : only normal at 320x240 resolution(30 FPS), others will get half or more less FPS, and can't use the vertical way to recording videos.
HTC Sense Previews : can't shows preview screen, it's a common issue of EGL libs.
Click to expand...
Click to collapse
[Click me go to Main download page] ------------------------- [Click me to find FAQs]
[Click me go to Mirror download page]
If you like my work, please considering to do:
Donate to me or Daekin.;p
Use the Sendroid's User Banner at your signature. (just like me!)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
#2 - Changed Logs / Next Plan / FAQ / Debug / Install Tutorials
Click me to look FAQs *important
Get a problem and solution for it? pls tell me and i will add in my FAQ!
Click to expand...
Click to collapse
Aroma installation wizard
Update me app
Wrench app
Click to expand...
Click to collapse
2012-Apr-24--Sendroid_Update_v1.04.46-F2FB6493
changed:
re-build part of shell scripts and move /cache partition from memory to nand to solve "when market auto restore apps, it will get stuck" issue.
move P.D.P data from /cache to /tmp
make debug part independent, now it's a part of xbin.
also make toolbox and init.d part more lite.
[*]2012-Apr-21--Sendroid_Update_v1.04.45.1_TEST_For_TMOUS-4E89B6A1
changed:
now i provided a update for TMOUS users in Major server. this update must be flash after you finished full package and without reboot. if i don't get any wrong, your second boot won't get any crash msg anymore.
[*]2012-Apr-19--Sendroid_Nightly_v1.04.45-B2A9E48F
[*]--------------Sendroid_Update_v1.04.45-4E89B6A1
changed:
Fix the cLK boot issue.(if still can't pls tell me asap, i'm using 1.4.0.1 running well)
Fix some bad code in installer-script for CWM.(also fix the issue of Fully/Lite were install the same things.)
Improve the in-call volume, from 800 to 900. (need test more)
Fix some bugs from the PDP, like the default cpu freq should be 1.3Ghz, but in .44 you will get 1.536ghz.
Update user apps to newest.
I forgot.
Issue: miss location still needed to be fix.
Issue: when plugging the 3.5 audio line, may crash the DSP manger(need test and seems not a big deal? not sure.)
[*]--Sendroid_Update_v1.04.43, CRC:E1FBAF95
*for all
improve the compatible of the network connection.
fixed the zram mod, i set it off and forgot to turn it on in .42 .
issue: miss location still needed to be fix.
issue: support of CLK needed to be fix.
Old changed logs
Click to expand...
Click to collapse
#3 - Install Tutorials / Screenshot / User Banner
*MAGLDR or cLK auto detect thanks for E334
*CWM Menu thanks for dorimanx.
Step by Step with Texts:
Download Package and check the CRC32 code.
If the code coincided, be sure you already install the MAGLDR or cLK.
The install script will detect the cLK or MAGLDR by auto.
No MAGLDR or cLK? click me to linking to HD2 Toolkit to know and install.
Install the package that you downloaded via CWM.
Select from menu to get what is you wanted.
Menu 1 : What kind of installation do you want?
NAND-Only for EU HD2 or A2SD for EU HD2? If you have a TMOUS HD2, you needed to select A2SD.
Menu 1-2 : What modules do you have? EU or T-Mobile HD2?
This step will decide where should be installed, /sd-ext or /data. so if you're the user who have T-Mobile HD2, don't get the wrong selected here.
Menu 2 : What mode do you wanted?
Here will decide what kind of mode you want to use, Fully or Lite(Clean)? the different is Lite only install some app that have to be install(like phone.apk).
Waiting to finished.
Step by Step with Video:
If you did the partitioning, in most case don't need wipe but it's depending on you. you can do it, for the reason with ensure.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
More will come...
Click to expand...
Click to collapse
#4 - Debug Info Demo / Useful Tools / Recommendation
I provided a tool to test I/O system , I believe this can help me ... all of ROM builder and devs to proof his or her tweaks really working prefect. so if you have free time, please look this one and give it a try!
Today download it, Tonight use it!
[DEV][SCRIPT][I/O][v0.6] I/O Schedulers and devices Tester
Click to expand...
Click to collapse
Click to expand...
Click to collapse
My ROM is based on Daekin's Sense of Eclipse, and his version provided a Complete Android 2.3.3 and Sense 2.1+3.0 User Experience.
#---->> Wanna try a Complete Sense? Click me to link to Sense of Eclipse 2.5.0.0 right now! <----#​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Sounds impressive, I've been waitingfor someone properly reduce Sense to more ram, I'm downloading now
Sent from my HD2 using xda premium
Just to clear, I want to install apps2sd version do I need to just download one zip?
Damn I can't download the zip file through my phone and Ubuntu won't connect to wifi,
Sent from my HD2 using xda premium
mexicandroid said:
Just to clear, I want to install apps2sd version do I need to just download one zip?
Sent from my HD2 using xda premium
Click to expand...
Click to collapse
hi it's need base and an app package :
nand=base+napp
a2sd=base+a2sd package
Nice rom and thread! Love the pictures and instructions ^^
Now sir, YOU made me want to flash this!
Just 1 question, I see you use htc sense 3.0, but I f*cking HATE the 3D animation in sense(when you swipe trough screens) is this removed? (please say yes <3)
And another thing, will we be able to use all of the sense skins that have been released?
I'm going to try this right away!
Good luck & Good job !!
so we are flashing base.zip the flashing over it with either nand only.zip or a2sd.zip depending on preferences
also rom states dont need ext the says under required that you do ?
[11 Dec 2011] [CWM] Sense of Lunar 1.0 [DORIMANX Kernel 2.1] [don't need EXT!]
*HD2 Required :
Radio 2.15.50.14
HSPL 2.08
MAGLDR 1.13 / cLK 1.4.0.1
ClockworkMod Recovery 3 or the newest one
1024 MB EXT4 partition on SD card for App2SD versions
manemzjum said:
so we are flashing base.zip the flashing over it with either nand only.zip or a2sd.zip depending on preferences
also rom states dont need ext the says under required that you do ?
[11 Dec 2011] [CWM] Sense of Lunar 1.0 [DORIMANX Kernel 2.1] [don't need EXT!]
*HD2 Required :
Radio 2.15.50.14
HSPL 2.08
MAGLDR 1.13 / cLK 1.4.0.1
ClockworkMod Recovery 3 or the newest one
1024 MB EXT4 partition on SD card for App2SD versions
Click to expand...
Click to collapse
First you flash the base, build 0706, then you flash update 2 for the base. After you've done that you flash either the NAND package or the A2SD package. If you use the NAND package, you DON'T need the sd-ext partition, if you flash the A2SD package you DO!
Hope I cleared it up a bit
yz.hd said:
Nice rom and thread! Love the pictures and instructions ^^
Click to expand...
Click to collapse
Thanks! I also like your comments!
ybinnenweg said:
Now sir, YOU made me want to flash this!
Just 1 question, I see you use htc sense 3.0, but I f*cking HATE the 3D animation in sense(when you swipe trough screens) is this removed? (please say yes <3)
And another thing, will we be able to use all of the sense skins that have been released?
I'm going to try this right away!
Good luck & Good job !!
Click to expand...
Click to collapse
good question, for now this Sense launcher --- Rosie.apk , I already modified anima part but can't and don't sure how to remove that anim you said. so I think it'll provided more speed then the original one.
and also I'll provide the Sense 2.1 one in op soon, if you still don't like you can take it
manemzjum said:
so we are flashing base.zip the flashing over it with either nand only.zip or a2sd.zip depending on preferences
also rom states dont need ext the says under required that you do ?
[11 Dec 2011] [CWM] Sense of Lunar 1.0 [DORIMANX Kernel 2.1] [don't need EXT!]
*HD2 Required :
Radio 2.15.50.14
HSPL 2.08
MAGLDR 1.13 / cLK 1.4.0.1
ClockworkMod Recovery 3 or the newest one
1024 MB EXT4 partition on SD card for App2SD versions
Click to expand...
Click to collapse
yep you're right but this Required is for a2sd version ... I'll edit the op title to eliminate this misunderstanding.
ybinnenweg said:
First you flash the base, build 0706, then you flash update 2 for the base. After you've done that you flash either the NAND package or the A2SD package. If you use the NAND package, you DON'T need the sd-ext partition, if you flash the A2SD package you DO!
Hope I cleared it up a bit
Click to expand...
Click to collapse
YES! this is what I mean, thank you friend
Wow looks great I now burn it on my cell phone!
But still did not understand some things which versions this Android? And a Sense?
nadavgal said:
Wow looks great I now burn it on my cell phone!
But still did not understand some things which versions this Android? And a Sense?
Click to expand...
Click to collapse
sorry about this, I'll add it after reply. now is android 2.3.3 and sense 2.1, a part of 3.0 were added.
Nice ROM - very fast!
But it crash when I try to setup Exchange account - enter all data and after final submit it craches
Update: Wheater, browser bookmarks crash too
ksokol said:
Nice ROM - very fast!
But it crash when I try to setup Exchange account - enter all data and after final submit it craches
Click to expand...
Click to collapse
okay i'll check it ... can you use es folder manager or root explorer? I think the reason probably is I replace the sense 3's mail.apk ...
ok, if you do then try to replace those files for your mail.apk:
1. mail.7z is the original one in sense 2.1
2. mail-o.7z, if the first one can get into exchange mailbox, then pls try this one. it's the optimal one for file size and speed. optimal probably cause no-go so need test before put in next release.
*mail-o.7z working! thanks ksokol
the bookmark i found the reason, i removed the common_icon_bookmark_rest.png on resource. I'll add it back to fix this issue.
Mail-o.7z - works!
ksokol said:
Mail-o.7z - works!
Click to expand...
Click to collapse
wow thanks. the browser issue maybe need wait and fix in next ver. I'm testing the new stuff but it's still unstable.

[AIO][ROOT][MODS] 7Heavens Projekt - 20/10/12 - First Release :D

{
"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"
}
7Heavens Projekt
Your solution for everything​
Projects:
Main
7Heavens Projekt Script (for Linux only - wait for Windows) {XxLordxX}
Features:​
Developer Tools
Features:​
Eclipse
nano
Android SDK
Cook's guide (Still writing)
Xperia Flashtool (not implemented yet)
LAIOT
Features:​
Complete Backup Tool
Bootloader Unlocker
CWM Install
App Install Tool
Root Tool
Stock Install Tool
Backtrack (Install/Uninstall/Run)
Dual Recovery
SE Tweaker Tool
Not Implemented Yet​
Miscelanous Tools
Features:​
World of Goo Fixer for Ubuntu 12.04
Multiple Mouses Setup
Wallpaper Cycle
Features:​
70 Amazing wallpapers chosen by me
It will download and cycle them on your desktop
Personal Wallpaper Cycle let's you choose the wallpapers you want to cycle
Soon:
103 Wallpapers (Need to upload)
Subdomains
AOSP ROM (Xoom) {XxLordxX}
What is it?​
A full compiled ROM from Google
ALL STOCK
Fast ROM
Recommend for Development Base ROM
Android 4.1.1 ROM (When 4.2 releases I will compile it, I won't compile 4.1.2! Not worth yet!)
LAIOT (LordAIOTool) {XxLordxX}
Already appeared on XDA Portal - http://www.xda-developers.com/android/all-in-one-tool-for-motorola-xoom-brings-dual-recovery/
Link for it: http://forum.xda-developers.com/showthread.php?t=1468298
SE Tweaker Tool {faiyyaz}
What is it?​
SE Tweaker Tool is a tool to root and unlock mimmi bootloader
Developed by the Recognized Developer/Recognized Contributor - faiyyaz! Remeber to thank him as well!
Link for it: http://forum.xda-developers.com/showthread.php?t=1462278
ARP (All Root Project) {XxLordxX}
What is it?​
ARP stands for All Root Project
So ARP is a Project developed be me to root devices
Help the list become bigger helping me! Give me tips on how to root your devices
Team EOS JB Launcher Transparent app drawer / hidden search bar {wesamothman}
What is it?​
This is a modded Jelly bean Launcher (Launcher2.apk) for Team EOS ROM, any Xoom (MZ60x) can flash this mod to get transparent app drawer (25%, 50%, 100%) also with combination for hiding the search bar from home screens.
Developed by the Senior Member - wesamothman! Remember to thank him as well!
Link for it: http://forum.xda-developers.com/showthread.php?t=1995812
Mms.apk - Emoji support; unlimited number of SMS recipients; MMS conversion {wesamothman}
What is it?​
No AutoConverting messages to MMS after 4 SMS. Conversion will happen after 200 SMS
SMS recipients is 200 instead of 20.
Emoji Support; can be enabled in settings.
Option in settings to display Sent Time instead of Received time. Sent time is in the sense that if you turn off your phone, messages you get whilst it's off will have the right time.
Link for it: http://forum.xda-developers.com/showthread.php?t=1989102
Mms.apk - Emoji support; unlimited number of SMS recipients; MMS conversion {wesamothman}
What is it?​
No AutoConverting messages to MMS after 4 SMS. Conversion will happen after 200 SMS
SMS recipients is 200 instead of 20.
Emoji Support; can be enabled in settings.
Option in settings to display Sent Time instead of Received time. Sent time is in the sense that if you turn off your phone, messages you get whilst it's off will have the right time.
Link for it: http://forum.xda-developers.com/showthread.php?t=1989102
Fonts Changer {wesamothman}
What is it?​
This is one click tool (script) that you run to change your XOOM fonts to any other one you like from different collection.
Link for it: http://forum.xda-developers.com/showthread.php?t=1974518
Stock Launcher Screens - TeamEos JB ROM {wesamothman}
What is it?​
These are mods of JB STOCK LAUNCHER of TEAMEOS ROM; Mods of different number of screens included.
Link for it: http://forum.xda-developers.com/showthread.php?t=1836783
[MOD] [SGN2 - SGS3- Nexus7 - ONE X - XOOM] Sounds [notifications, ui, alarms, tones] {wesamothman}
What is it?​
These MODs are to provide you with Sounds for the Xoom (alarms, notifications, ringtones, ui) taken from different devices I own/had access to.
Link for it: http://forum.xda-developers.com/showthread.php?t=1941723
SMS-USSD Enabled on [ROM] [JB] Codename-Android-3.x.x (MZ600/MZ601) {wesamothman}
What is it?​
Enables sms on the ROM CodenameAndroid, title is self explanatory
Link for it: http://forum.xda-developers.com/showthread.php?t=1840819
Flash Blink {faiyyaz}
What is it?​
He asked me to put only the link for this one, so here it is
Link for it: http://forum.xda-developers.com/showthread.php?t=1556118
Modified Mms.apk With Next Line Feature {faiyyaz}
What is it?​
He asked me to put only the link for this one, so here it is
Link for it: http://forum.xda-developers.com/showthread.php?t=1639028
XARI - Xoom Automated ROM Installer {XxLordxX}
What is it?​
A ROM Installer for Xoom
Link for it: http://forum.xda-developers.com/showthread.php?t=2039536
KeyBoard Fix v1.1 {faiyyaz}
What is it?​
He asked me to put only the link for this one, so here it is
Link for it: http://forum.xda-developers.com/showthread.php?t=1843715
How to use?
7Heavens Projekt Script:
Code:
Download the file below
Move it to your home folder
Open a Terminal and type "chmod 755 RunThis.sh"
Now type "./RunThis.sh"
Install and have fun
ARP:
Code:
​Extract the zip file on your home folder (/home/yourusername/)
Open a terminal
Type:
cd ~/ARP
sudo chmod 755 ARP.sh (only first time)
./ARP.sh
Have fun ;)
AOSP ROM (Xoom)
Code:
To install it, install like any other ROM.
Unlock your bootloader
Install a recovery (personal preference: Team EOS CWM)
Root your device
Idea: You can try using LordAIOTool for that above
Open recovery (adb reboot recovery - when plugged to PC / Shut down, power on, after 2s press one time vol- button and cycle with it until achieve Android Recovery, then press vol+)
Factory Reset
Flash zip (remember to copy it to an external sdcard - I recommend doing it :D!
LordAIOTool (Windows)
Code:
Windows --> Download it from the link below
Unzip it on C:/ then open the folder LAIOT and execute LAIOT.bat either double clicking it or using cmd on it
If you want to use just one tool, open Tools folder and double click it, the names are very clear!!!
Question: Why to extract on C:/
Answer: Because if not, "Restore Backup Tool" will not work!
LordAIOTool (Linux)
Code:
Linux --> Download it from the link below
Extract on your ~/ (If you didn't understand - /home/youruserhere)
Open LAIOT folder
Double click "RunThisOnce.sh" select run in terminal, now it's installed
To run it, open a terminal and write LAIOT, it's opened!
Please report here the bugs!
XARI:
Code:
​Extract the file anywhere
Chmod 755 the Installer file
Execute the Installer file
Type on Terminal: XARI
Have fun
For All faiyyaz Works!
Code:
Please follow the guide on his threads! Links above!
I did not develop anything on the name of him, so leave it to his guides, which are great :D
For All wesamothman Works!
Code:
Please follow the guides on his threads! Links above!
I did not develop anything on the name of him, so leave it to his guides, which are great :D
Changelog
First Release - A1*
First Release! Have fun!
Click to expand...
Click to collapse
Download Links:
7Heavens Projekt - http://undergroundandroid.com/developers/xLordAIOx/7HeavensProjekt/Tools/RunThis.sh
ARP - http://undergroundandroid.com/developers/xLordAIOx/ARP/ARP/ARP.zip
AOSP ROM (Xoom) - http://undergroundandroid.com/developers/xLordAIOx/ROMS/AOSP/full_wingray-ota-eng.root.zip
LordAIOTool - http://forum.xda-developers.com/showthread.php?t=1468298
Linux: http://sourceforge.net/projects/laiot/files/LAIOT.tar.gz/download
Windows: http://sourceforge.net/projects/laiot/files/LAIOT.zip/download
Click to expand...
Click to collapse
SETweaker - http://forum.xda-developers.com/showthread.php?t=1462278
XARI - http://forum.xda-developers.com/showthread.php?t=2039536
Bugs:
Solved: As v3rk posted, he's with some problems to install AOSP ROM - Solved using TWRP to flash the ROM
Click to expand...
Click to collapse
Donate
Please consider donating for all the hard work I did there
Press the button under my avatar saying "Donate" me and it'll be very nice and helpful!
Current balance: $20.00
Thanks to mjamocha
Click to expand...
Click to collapse
Current Members
XxLordxX
faiyyaz
wesamothman
Wanna join the team? Send an email to [email protected] with some info about why you think you deserve to enter this expanding group! Good Luck!
Click to expand...
Click to collapse
My Thanks to:
paul-xxx ---> He was my inspiration since I started thinking about developing... He is my favorite developer ever!
zone23 ---> For helping me when I needed some help
solarnz ---> For making the CWM and root I used here for Xoom
DoomLoRD --->For making the root option I used here for Xperia 2011 devices
shortfuse --->For creating the SuperOneClick I used here too
unrandomsam --->For giving me the idea to backup userdata
My Dad --->For helping me in fixing some problems And supporing me a lot also!
unchainedrssr --->For giving Dual Recovery tip
D4 --->For porting CWM to x10 mini pro
tehgeekguy --->For giving me some files
zacthespack --->For modding ubuntu.img to Xoom and creating the ubuntu.sh
faiyyaz --->For being my great supporting friend ! All the best bro! And also for being a BIG part of this group!
Backtrack --->For making this amazing Distro and arm compatible!
​sidgrafix - for being not only a friend, but the guy who supported me a lot too! Many projects here are hosted on his site
My cousin - for borrowing me him Oracle account to download Java JDK 6
Google - For making this awesome Open Source Operating System (OSOS lol)
XDA - For hosting my crazy inventions topics lol
mjamocha - For helping me in many non-development ways, like promoting my tools
wesamothman - For helping me in many ways, and being another BIG part of this group
Those 20,000+ guys who downloaded LAIOT! You guys increased my hype a lot!
And many others that I probably forgot! THANKS!
Click to expand...
Click to collapse
*The release will be named as A# to testing phase and B# to test complete phase, where "#" stands for version number
Cool...looking forward to it!
cool : D
Good going Bro, A great project by nick aka xxLordxx !! Keep up!!
Congrats mate. Awesome job. More helpful than I expected. Take it to the next level complete and perfect as always ...
I got some ideas for you too
Thanks for the up guys please consider spreading the word , by the way wesamothman PM me with those ideas waiting it!
Sent from my MZ601 using XDA HD Premium
XxLordxX said:
Thanks for the up guys please consider spreading the word , by the way wesamothman PM me with those ideas waiting it!
Sent from my MZ601 using XDA HD Premium using 1/8of my brain, the other 7/8 is thinking in my love Isadora
Click to expand...
Click to collapse
Sure
As soon as I get back from my trip, will do
very awesome, thank you for your efforts. are gapps included in the rom .zip?
v3rk said:
very awesome, thank you for your efforts. are gapps included in the rom .zip?
Click to expand...
Click to collapse
No they don't, but you can download with goo.im, BTW, just another warning is that it doesn't come with root, so you'll have to do it, and install custom recovery too. I just compiled the ROM to make easier to ppl pick it and do whatever they wanted
Sent from my MZ601 using XDA HD Premium
The Rom won't install, status 7 error. I even tried editing the updater script but it didn't help. It is for wingray right?
Sent from my Galaxy Nexus using Tapatalk 2
v3rk said:
The Rom won't install, status 7 error. I even tried editing the updater script but it didn't help. It is for wingray right?
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I installed with no problems it... Which recovery did you use? I used RogueRecovery...
Sent from my MZ601 using XDA HD Premium
XxLordxX said:
I installed with no problems it... Which recovery did you use? I used RogueRecovery...
Sent from my MZ601 using XDA HD Premium using 1/8of my brain, the other 7/8 is thinking in my love Isadora
Click to expand...
Click to collapse
I tried with both rogue and eos cwm. Fails device check for wingray even though device is wingray!
Sent from my Galaxy Nexus using Tapatalk 2
v3rk said:
I tried with both rogue and eos cwm. Fails device check for wingray even though device is wingray!
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
So, I don't understand what is the problem... Even with mine, which is MZ601 worked... I will check for any problems, anyway, if I can't install too (I'm not sure if I uploaded the right zip, last time I checked was AOK) I will try with another zip I have here, else I will compile again the ROM. Thanks for the up ! Please spread the work about 7Heavens. And if you want send an email to [email protected] if you want to join the team, which is now composed by 3 members.
Sent from my MZ601 using XDA HD Premium
i get
"assert failed: getprop("ro.product.device") == "wingray" || getprop("ro.build.product") == "wingray"
E:Error in /sdcard/full_wingray-ota-eng.root.zip
(Status 7)
Installation aborted."
i just tried with a new download and get the same error.
v3rk said:
i get
"assert failed: getprop("ro.product.device") == "wingray" || getprop("ro.build.product") == "wingray"
E:Error in /sdcard/full_wingray-ota-eng.root.zip
(Status 7)
Installation aborted."
i just tried with a new download and get the same error.
Click to expand...
Click to collapse
Try opening the zip and deleting the 3 firsts lines of the /META-INF/com/google/android/updater-script
Good luck
Sent from my MZ601 using XDA HD Premium
XxLordxX said:
Try opening the zip and deleting the 3 firsts lines of the /META-INF/com/google/android/updater-script
Good luck
Sent from my MZ601 using XDA HD Premium using 1/8of my brain, the other 7/8 is thinking in my love Isadora
Click to expand...
Click to collapse
I tried that before but let me try with the new download. Sorry foe cluttering your thread
Sent from my Galaxy Nexus using Tapatalk 2
v3rk said:
I tried that before but let me try with the new download. Sorry foe cluttering your thread
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
OK, will compile it later and upload again BTW NP/about that, at least it keeps the thread alive
Sent from my MZ601 using XDA HD Premium
i was able to get the rom to flash using twrp!!! and i have to say, WOW. this is the best thing i have ever run on my xoom, exactly what i've been waiting for. the animations are smooth and everything is snappy. thanks so much for compiling and sharing this rom with us. the only issue i have noticed is there are cellular signal bars (with no signal of course, since the device is wifi only). other than that, perfect!
quick question though, the rom filename says "root" but i don't see any superuser apps installed. would i have to flash a superuser installer zip to get root?
v3rk said:
i was able to get the rom to flash using twrp!!! and i have to say, WOW. this is the best thing i have ever run on my xoom, exactly what i've been waiting for. the animations are smooth and everything is snappy. thanks so much for compiling and sharing this rom with us. the only issue i have noticed is there are cellular signal bars (with no signal of course, since the device is wifi only). other than that, perfect!
quick question though, the rom filename says "root" but i don't see any superuser apps installed. would i have to flash a superuser installer zip to get root?
Click to expand...
Click to collapse
Nice you liked it! And yes, you have to flash root.zip to root it, try using ARP, as LAIOT doesn't support JB yet
Spread the word! Thanks!
"This Story Ends Where It Began"
XxLordxX said:
Nice you liked it! And yes, you have to flash root.zip to root it, try using ARP, as LAIOT doesn't support JB yet
Spread the word! Thanks!
"This Story Ends Where It Began"
Click to expand...
Click to collapse
does the arp work with windows?

[ROM]MIUI.us Weekly Release-MIUIv4.1 for Crespo4G[3.1.25]w/ Toolbox and WiMAX

{
"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"
}
MIUI.us Is Proud To Present​MIUI v4.1 3.1.25 for the Nexus S 4G​
Installation Instructions
Place zip on root of internal storage
Boot into recovery
Nandroid backup
Wipe data/Factory reset
Flash ROM
Flash Gapps (optional)
Reboot
Win!!
Click to expand...
Click to collapse
-​
Not Working
Please let me know
To report new bugs, please provide the following:
Bug description
Precise instructions on how I can reproduce the bug
Wipe status (clean/dirty)
Applicable logs (logcat, dmesg, kmsg, radio log)
Click to expand...
Click to collapse
-​
Downloads
MIUI.us_crespo4g_v4.1_3.1.25_Eng_Deo_ZipA_Signed_AdhvanIt.zip: [1] [2] [3]
MD5: ee7dd7051696a238092f2e64d8249e38
Google applications package: gapps-jb-20121011-signed.zip MD5: 4e9e7ec3c22b0b3471bd05d62b8a659d
Additional downloads and modifications can be found in OP+2
Click to expand...
Click to collapse
Old Builds
My downloads are now hosted on goo.im
Click to expand...
Click to collapse
-​
Changelogs
Check out the full MIUI changelog at miui.us, and our build specific changelog in my second post!
Click to expand...
Click to collapse
-​
Screenshots
Click to expand...
Click to collapse
OP+1
Credits/Thanks
Code:
[LIST]
[*]|0xD34D|-Various fixes
[*][URL="http://forum.xda-developers.com/member.php?u=3783751"]CaptainMorgan[/URL]-SMS receive
[*][URL="http://forum.xda-developers.com/member.php?u=4698978"]PhAkEer[/URL]-Butter
[*][URL="http://forum.xda-developers.com/member.php?u=2399936"]Lens_flare[/URL]-Being absurdly knowledgeable and always willing to help
[*]CosmicDan-Facebook login fix
[*][URL="http://forum.xda-developers.com/member.php?u=2044700"]Anon9mouz[/URL]-MMS receive
[*][URL="http://forum.xda-developers.com/member.php?u=2989028"]Chairface[/URL]-external SD fix
[*][URL="http://forum.xda-developers.com/member.php?u=3357461"]zeppelinrox[/URL]-More butter
[*]Team AC!D-[URL="http://forum.xda-developers.com/showthread.php?t=2002367"]AC!D Audio[/URL]
[*]MIUI.us team-Everything else
[*]The regulars-Thank you for helping maintain this thread while I'm not readily available. You guys are awesome!
[/LIST]
Changelog:
Code:
[crespo4g]
No device specific changes
Full MIUI changelog:
Code:
[Contacts]
New - Customise receiver’s title in group sending messages
[Messaging]
New - Customise receiver’s title in group sending messages
Fixed - When drafting a message for 200+ SMS recipients, interface is unresponsive
Fixed - When entering Messaging app via the notification bar, interface will flash twice
[Themes]
Fixed - Update alert does not display
New - Theme frameworks now support access to compass data
New - Theme framework now supports access to data of broadcast message
Fixed - Compatibility issues with default lock screen and third-party apps
Fixed - In some cases, Updater does not prompt for new updates
Fixed - Updating certain theme components causes FC error
[Gallery]
New - Cloud gallery now supports manual upload of pictures
Fixed - Error occurs while browsing storage and viewing larger images, going back to correct browser position
Fixed - Resizing issue when viewing larger images and switching screen orientations
Fixed - Zoom error while viewing larger image
[Music]
New - HD album cover support
Optimised - Default settings do not display recordings folders
Fixed - In some cases where headphone controls cannot control music player
Fixed - In some cases requesting to search network causes FC error
Fixed - Online songs repeatedly added to favorites
Fixed - Online songs repeatedly added to playlists
OP+2
Theme compilations:
AWESOME lockscreen theme collection
MIUI themes at deviantart
[MIUI v4] Theme Collection **updated 5/20/2012**
MIUI v4 Themes
miuithemes.com
Best of MIUI themes.....[UPD 30/8/2012]
50 Best MIUI themes
Click to expand...
Click to collapse
More stuff:
Navbar_2.10.26_signed.zip | mirror | MD5: 6437e7f8ebc0dc79e6482e603dcdf0a3
Apex launcher enlarged icons | mirror | MD5: a0671513b0e9416c869097bfb3182176
v6 SuperCharger script thread-Go thank this awesome dev
theNestv3_Eng-Translated this lockscreen for added awesomeness.
Click to expand...
Click to collapse
Do it yourself:
Apex icon size:
Decompile with apktool
Navigate to /res/values/ and open dimens.xml
Find the icon_size dimen and change the value to whatever you'd like (mine is 56)
Recompile
Without unzipping anything, replace the res folder and resources file in the original apk with the ones from your newly built apk
Push it to /system/app and set permissions to 644
Disable capacitive button LED's:
Decompile framework-res.apk with apktool
Navigate to res/values/arrays.xml
change:
Code:
<integer-array name="config_autoBrightnessButtonBacklightValues">
<item>255</item>
<item>255</item>
<item>255</item>
<item>0</item>
<item>0</item>
<item>0</item>
</integer-array>
to:
Code:
<integer-array name="config_autoBrightnessButtonBacklightValues">
<item>0</item>
<item>0</item>
<item>0</item>
<item>0</item>
<item>0</item>
<item>0</item>
</integer-array>
Recompile
Without unzipping anything, replace the res folder and resources file in the original apk with the ones from your newly built apk
Push it to /system/framework and set permissions to 644
More to come...
Click to expand...
Click to collapse
Not sure if it's just a typo but says for the Epic 4G Touch. For clarification, will it work on the Nexus S 4G?
HurtMeSole said:
Not sure if it's just a typo but says for the Epic 4G Touch. For clarification, will it work on the Nexus S 4G?
Click to expand...
Click to collapse
Lmao.
The OP was copied from my E4GT thread. Fixed said typo. Thank you for catching that.
This is for the Nexus S4G.
Sent from another galaxy [S2]
Thanks. Is this based off 4.1.1 or 4.1.2?
chalan30 said:
Thanks. Is this based off 4.1.1 or 4.1.2?
Click to expand...
Click to collapse
4.1.2 with some bits merged in from 4.1.1
Ran into some issues with the AOSP 4.1.2 base. Those will be resolved for next weeks build though.
Sent from another galaxy [S2]
did this rom has option to edit prefix? cause when i dialling a number with +, it will automatically added 011 infron of the number that im dialling.
if u dont put this option, pls put this option on your next rom update
:good:
knjng said:
did this rom has option to edit prefix? cause when i dialling a number with +, it will automatically added 011 infron of the number that im dialling.
if u dont put this option, pls put this option on your next rom update
:good:
Click to expand...
Click to collapse
I don't think I have any idea what you're referencing...
Sent from another galaxy [S2]
Pretty sure + is the same as 011
Sent from my Nexus S 4G using Tapatalk 2
after full wipe , and try to instal the rom, but it cannot isntal and i got these message
status 7
what does this means?
i use CWM recovery 6.0.1.0 non touched, thanks for reply
knjng said:
after full wipe , and try to instal the rom, but it cannot isntal and i got these message
status 7
what does this means?
i use CWM recovery 6.0.1.0 non touched, thanks for reply
Click to expand...
Click to collapse
It means the file is corrupt. Either a bad download, or it happened when transferring to your phone.
Sent from another galaxy [S2]
AdhvanIt said:
It means the file is corrupt. Either a bad download, or it happened when transferring to your phone.
Sent from another galaxy [S2]
Click to expand...
Click to collapse
thanks for reply,
btw did this is need GAPPS to install after rom ? or include in those rom?
and how about prefix problem i menrtion before?
the problem about prefix is like this, if i dialing a number exp, +62856xxxxxxx, it will dialing 01162856xxxxxx... i have LG marque several months ago, and it has an option to disable prefix from sprint system,
thanks for reply
Every time I go into the dialer it force closes saying the process android.process.acore has stop. I've wiped cache and fixed permissions but still a no go. Any suggestions?
Sent from my Nexus S 4G using xda app-developers app
knjng said:
thanks for reply,
btw did this is need GAPPS to install after rom ? or include in those rom?
and how about prefix problem i menrtion before?
the problem about prefix is like this, if i dialing a number exp, +62856xxxxxxx, it will dialing 01162856xxxxxx... i have LG marque several months ago, and it has an option to disable prefix from sprint system,
thanks for reply
Click to expand...
Click to collapse
There are no options to disable this on MIUI
As for Gapps.. They are installed for the most part. If you run into any issues with TTS, flash the newest version.
FAFS said:
Every time I go into the dialer it force closes saying the process android.process.acore has stop. I've wiped cache and fixed permissions but still a no go. Any suggestions?
Sent from my Nexus S 4G using xda app-developers app
Click to expand...
Click to collapse
Just noticed that. Looks like I'm missing some methods that weren't present in 4.1.1
I'll have a fix up tonight.
AdhvanIt said:
There are no options to disable this on MIUI
Just noticed that. Looks like I'm missing some methods that weren't present in 4.1.1
I'll have a fix up tonight.
Click to expand...
Click to collapse
i have installed miui rom, and after first time reboot it show message " Unfortunately, Xiaomi sync has stopped" , and then i tried to reboot, it still appear again..
after that i reisntalled that rom, but those message appear again,
but overall, i love this rom appearance, but tell me how to fix this error bro..
many thanks and great job... :good:
knjng said:
i have installed miui rom, and after first time reboot it show message " Unfortunately, Xiaomi sync has stopped" , and then i tried to reboot, it still appear again..
after that i reisntalled that rom, but those message appear again,
but overall, i love this rom appearance, but tell me how to fix this error bro..
many thanks and great job... :good:
Click to expand...
Click to collapse
It's related to the issue posted above. I'll have an update out for it shortly.
AdhvanIt said:
It's related to the issue posted above. I'll have an update out for it shortly.
Click to expand...
Click to collapse
thanks bro, i really like this rom : :good:
Downloaded from main and mirror and both give FC on xiaomi sync and process.acore
Can't dial out.
Full wipe both times.
Sent from my Nexus S 4G using xda premium
andrewddickey said:
Downloaded from main and mirror and both give FC on xiaomi sync and process.acore
Can't dial out.
Full wipe both times.
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
Yep. I'm aware of it. Fixes will be up tonight. Sorry about that, guys.
Sent from another galaxy [S2]

[MOD] [TWEAKS] Thunderbolt Mod for Smoothness, Performance & Battery improvements

[MOD] [TWEAKS] Thunderbolt Mod for Smoothness, Performance & Battery improvements
Introduction -
This thread is intended to introduce Thunderbolt! Mod by @pikachu01 to Galaxy SIII users. (I did ask for and got Moderator permission due to perceived duplicate nature of the thread.)
First and foremost, here is the Original Thunderbolt thread. I do not take credit for the mod. All thanks go to @pikachu01.
Practically all the D2TMO/D2ATT/D2SPR/D2VZW users are using one version or other of Jelly Bean. So, although the original thread covers anything from Gingerbread to Jelly bean, I wish to provide a simple set for JB specific usage. Another reason for this thread is to explain what this mod does so that the average user understands what's going to happen and also be able to distinguish with other Mods. I have personally used this mod and given that I understand the underlying principle, I strongly recommend this mod.
Benefits -
Better performance through Linux kernel tweaks catered for Android OS and flash memory.
Better battery life through usage of screenstate_scaling whereby it switches thresholds/VM tunables depending on your screen state.
Better performance for database writes as fsync is not utilized any more.
Better network throughput from TCP tweaks and 3G tweaks.
Less RAM usage through zipaligning of all the apps.
Reduced /dbdata, /data, /sdcard usage of *.db files and faster database access through defragmentation of sqlite db files (a lot of apps use Database to store data like Swype dictionaries, Game saves etc)
Faster disk access through remount script (noatime, disable barrier etc)
What does it do -
I will try to explain as simply as possible what the mod does. This will help clarify for the first timers as well as experts.
Partition Remount – Each Partition is Remounted with the Noatime option set. This will avoid a Write operation whenever Android reads from disc. Thus improving performance significantly.
Optimizing SQLITE Database– SQLITE is a lightweight database used extensively in Android apps. Its the basis for saving application data and images. For each app, there is a separate instance. With significant write activity, the database gets fragmented and is not on consecutively arranged on the Flash storage. If this is optimized, read operations as well as write operations of every application will significantly boost. Thus improving overall smoothness. However, if you have a lot of applications and each application having lot of data in the database, (For ex. Games, TiBU or Social Media) optimization operation will take some time. Fortunately you don't have to do this frequently. Even once a week will do wonders.
APK Re-Alignment – Each application comes packaged as APK or Android PacKage file. These are internally packaged as an archive. Within the archive, uncompressed data needs to be aligned with respect to beginning of the file. When aligned in this way, the files are read quicker and executed efficiently. This contributes to a smooth experience. Quiet a few apps on Google Play are not aligned when you install. This will eventually contribute to a sluggish and less than optimal experience. Aligning the files once a week will help avoid this. If you tend to install new apps frequently, you might be better off putting this file in init.d, so this will be executed at each boot.
Network Parameter tweaking – In Build.prop, size values of buffers should be increased given higher RAM sizes on these phones. This tweak is pretty well known to most of the people on XDA.
Scheduler Tweaking – This only applies to Kernels that implement CFS Scheduler. Users of KT747 Kernel can ignore this as that kernel does not implement CFS. For those who have it, tweaking the Scheduler parameters knowing the files are zipaligned, will render smoother experience.
Download & Installation -
I highly recommend taking a Nandroid backup before proceeding to flash this mod.
Download Link for the JellyBean Thunderbolt! Mod zip file download Link- JellyBean Version.
Copy the zip file to your SD Card (internal or external).
Install Script manager from Google Play Store. Also optionally install Terminal Emulator (Only needed to verify successful install).
Flash the Thunderbolt! zip in Recovery and then reboot the device.
If you experince Boot Loops, please flash the undo script or restore your Nandroid. Let me know.
Open Script Manager.
Launch S98screenstate_scaling as Root (The Skull icon). If it executes successfully, set it to run at Boot (The Wheel Icon).
NOTE - This script is not compatible with some Roms. Please test it to see if it works with your Rom before setting it to run at boot.
Launch S98system_tweak as Root (The Skull icon). If it executes successfully, set it to run at Boot (The Wheel Icon).
Launch /etc/bolt_scripts/remountNexus4 as Root (The skull icon) and as Boot (The wheel icon).
Note - Given this re-mount is not for US versions of Galaxy S III, you may get errors on the subsequent screen. Ignore them and hit back button.
Launch /etc/bolt_scripts/sqlite_optimize as Root (The skull icon).
Note - This script can be used at anytime you want except at boot so do not set that way (the wheel icon) or from inside init.d. Given it's a very long running script, it will inordinately held up boot up process.
Launch /etc/bolt_scripts/s70darky_zipalign as Root (The skull icon).
Note - This script can be used anytime you want including as Boot (Wheel icon) or within init.d folder. If you copy it to init.d set its permission to rwx-rwx-rwx. Also note, this script is located under bolt_scripts since users with a large set of apps may experience quiet a bit of delay during boot up.
Launch /etc/bolt_scripts/CFS/S98CFS as Root (The skull icon) and as Boot (The wheel icon).
Launch /etc/bolt_scripts/S98TCPbuffers as Root (The skull icon) and as Boot (The wheel icon).
That's it. Enjoy!
PLEASE DO NOT FORGET TO THANKS @pikachu01 at his original thread here.
Reverting/Undoing ThunderBolt!
To revert ThunderBolt!, download the ThunderBolt! Restore.zip
Do note that reflashing your ROM will remove ThunderBolt! as well.
How to find out if it works
Use File Explorer/ Root Explorer/Root Browser, and navigate to
/system/etc/init.d/
There you should find (among other things) s98system_tweak file. That indicates successful flashing of the mod.
The longer method to confirm success, requires executing some commands via Terminal Emulator. Explore these inside the hidden text bellow if you wish.
The way to validate success and effectiveness of this mod is checking on how often the Kernel writes to internal SD card. For one, android scheduler does not perform an immediate write operation when the app requests it. It rather waits till its buffer is full and then does the write. Secondly, given its solid state storage, it is extremely fast compared to your computer. So what we are doing here is modifying the Buffer size in accordance with your Ram. The more the ram, the bigger the buffer.
The third parameter, vfs_cache_pressure actually tells the kernel to favor File System Cache. So the ram will fill up for the File system cache, thus increasing application performance.
So to test, using Terminal Emulator, do the following Steps. Press Enter after each to execute them individually.
To enter superuser mode and then execute,
Code:
SU
sysctl -a | grep vm
You will get a screen like this.
{
"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"
}
​
You are looking for the values highlighted in the screen.
If your phone has 1GB Ram or less, you should see values like bellow,
Code:
vm.dirty_background_ratio = 10
vm.dirty_ratio = 20
vm.vfs_cache_pressure = 50
Since Galaxy SIII has 2 GB Ram, you should expect to see values like this
Code:
dirty_background_ratio = 5
dirty_ratio = 10
vfs_cache_pressure = 50
With the phone screen off, you may use ADB to run the same commands.
Code:
su
sysctl -a | grep vm
ADB should get these values with the phone screen turned off.
For devices with 1GB RAM devices or below, you should see in the output,
Code:
dirty_background_ratio = 20
dirty_ratio = 40
vfs_cache_pressure = 100
For Galaxy S III, given it has 2 GB Ram, you should see,
Code:
dirty_background_ratio = 10
dirty_ratio = 20
vfs_cache_pressure = 100
Q&A REGARDING THE MOD -
Please note, there are also following MODs compatible with Galaxy SIII, that I am aware of. However they differ from this mod. So I have given a short Summary of the distinction between those mods and this one.
1. How is this different from Crossbreeder ? So which Mod is better ?
Crossbreeder by @idcrisis is a mod that focuses on better implementation of DNS Catching and Parallalization of DNS queries. It also improves on tethering and blocks Ads. Last but not the least, it also modifies Entropy levels like Seeder.
What Thunderbolt does, is more on installed Apps and disk I/O improvement. So those two MODs can co-exist just fine and do not conflict or have overlapping functionality.
2. How is Thunderbolt different from V6 SuperCharger Mod by @zeppelinrox ?
V6 Supercharger focuses on invincibility of the Android Launcher. This could be any Launcher you are using as default. It also tweaks significantly to Android's Low Memory Management (AKA Low Memory Killer). This latter will significantly improve Multitasking capabilities.
As you see, this too is quiet different from what Thunderbolt does. So there is no overlap or competition per se. You can implement both at the same time.
2. How is Thunderbolt different from Operation Killjoy Mod by @Exit_Only ?
I am investigating the compatibility. Until then Unless noted, the two are not compatible with each other.
Note - If I have not mentioned a compatible Mod, then please let me know and I will be more than happy to post it here.
Running Dandroid. I flashed the mod and it gets stuck on bootscreen
Sent from my SGH-T999 using xda app-developers app
Supamike88 said:
Running Dandroid. I flashed the mod and it gets stuck on bootscreen
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
Thanks for testing.
Do you have a lot of applications installed on your phone ? Also at what step did it get stuck at boot screen ?
Please note, as I said earlier in the thread, while executing boot up script, the phone may appear to be stuck at Boot screen but will eventually come back. It is very important to know at what step it got stuck at boot.
Is this compatible with Killjoy?
Sent from my SGH-T999 using Tapatalk 2
Kama45 said:
Is this compatible with Killjoy?
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
If you are referring to the Touchwiz Killjoy Rom, yes I believe so.
Please note, given that rom is Touchwiz, the Remount script in op may not work. So please do not set it to run at Boot.
Perseus71 said:
Thanks for testing.
Do you have a lot of applications installed on your phone ? Also at what step did it get stuck at boot screen ?
Please note, as I said earlier in the thread, while executing boot up script, the phone may appear to be stuck at Boot screen but will eventually come back. It is very important to know at what step it got stuck at boot.
Click to expand...
Click to collapse
I downloaded the mod, rebooted into recovery, flashed the mod, rebooted and waited for it to load but it never got past the splash screen. I waited for about 5 minutes
Sent from my SGH-T999 using xda app-developers app
I believe he's referring to the Operation Killjoy script by Team Kernelizer member @Exit_Only and if that's the case then unless stated otherwise, this will not work alongside Killjoy. As of right now the only approved script package to run with Killjoy is Croossbreeder.
Thank you, Luigi. I was referring to Operation Killjoy.
Supamike88 said:
I downloaded the mod, rebooted into recovery, flashed the mod, rebooted and waited for it to load but it never got past the splash screen. I waited for about 5 minutes
Click to expand...
Click to collapse
When you flashed in Recovery, I am sure there was a screen with Script output. I'd love to see what it looked like.
Also before you flashed the mod, did Dandroid happen to have any scripts in init.d folder ? If yes, can you attach them ?
Lastly Can you revert to your Nandroid Backup and try this file instead ?
LuigiBull23 said:
I believe he's referring to the Operation Killjoy script by Team Kernelizer member @Exit_Only and if that's the case then unless stated otherwise, this will not work alongside Killjoy. As of right now the only approved script package to run with Killjoy is Croossbreeder.
Click to expand...
Click to collapse
Thanks Luigi for clarifying. I will add to my Q&A
How ungrateful of me.. Thank you Perseus for putting this thread together for us.. Very convenient and well organized. Subscribed! :good:
Where is your DL link?
Sent from my SPH-L710 using TapaTalk 4 BETA
Want to speed up your device? Click here
Exit_Only said:
Where is your DL link?
Sent from my SPH-L710 using TapaTalk 4 BETA
Want to speed up your device? Click here
Click to expand...
Click to collapse
Are you viewing through browser or XDA app? It's not visible on the app but if viewing through your preferred browser it's right underneath Download and Installation.
Exit_Only said:
Where is your DL link?
Click to expand...
Click to collapse
Fell trap to my own irritation.
I have set the color correctly to show the link in the OP. Also this link gives the Mod zip file. This other link will give you UNDO File to Remove the mod.
LuigiBull23 said:
How ungrateful of me.. Thank you Perseus for putting this thread together for us.. Very convenient and well organized. Subscribed!
Click to expand...
Click to collapse
Its all good Luigi. Thanks for the kind word.
Supamike88 said:
I downloaded the mod, rebooted into recovery, flashed the mod, rebooted and waited for it to load but it never got past the splash screen. I waited for about 5 minutes
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
Same thing here... I got stuck at the splash screen.
Using a LG L9 (p769), rooted, CWM installed, busy-box installed, init.d installed.
Used to work with the original Pika's version...
damathos said:
Same thing here... I got stuck at the splash screen.
Using a LG L9 (p769), rooted, CWM installed, busy-box installed, init.d installed.
Used to work with the original Pika's version...
Click to expand...
Click to collapse
I do assume you have Jellybean on your L9 ? Unlike original Pikachu's version, this is JB specific.
Like I asked the other poster,
1. What Rom & Kernel are you running ?
2. would you please provide the screen from Recovery that shows outcome of the flash ? (Typically you get to save the script output as text.)
Perseus71 said:
I do assume you have Jellybean on your L9 ? Unlike original Pikachu's version, this is JB specific.
Like I asked the other poster,
1. What Rom & Kernel are you running ?
2. would you please provide the screen from Recovery that shows outcome of the flash ? (Typically you get to save the script output as text.)
Click to expand...
Click to collapse
Rom is stock (760 20f), using Jelly Bean 4.1.2
damathos said:
Rom is stock (760 20f), using Jelly Bean 4.1.2
Click to expand...
Click to collapse
Appreciate if you can attach Recovery Log for Flashing Process.
OP and MOD UPDATED since some users experienced Bootloops.

[ROM] CM-11.0 | Android 4.4.2 KitKat | Galaxy Tab 7" [RETIRED]

[ROM] CM-11.0 | AOSP | Android 4.4.2 KitKat KOT49H | Kernel 3.x HumberOS | SGT7 | TWRP | P1000/L/N SGH-T849 GSM | SCH-I800/SPH-P100 CDMA VZW/SPRINT
[RETIRED] (Download links in Post #4)
| CyanogenMod 11.0 - Android 4.4.2 - KitKat |
{
"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"
}
FOR YOUR
In case you don't know:
Code:
/*
* I am not responsible for bricked devices, ruined SD cards,
* damaged network, mobile or data components, or any other loss or stress
* suffered by you, your loved ones or your device resulting
* from flashing and/or using any of the ROMs provided in this thread.
*/
terenceng said:
Do some homework first before you flash any ROM. At the very least, read the WHOLE thread first about what others have said in this thread. Read about flashing, rooting, going back to stock, bricking and unbricking, the various AOSP and CM versions and their derivatives, odexed versus deodexed files, Dalvik, ART, etc. Do not expect us to answer your questions if they are already answered in my first few posts or somewhere else in the thread. Test your ROM that you've flashed carefully and thoroughly. We will not answer questions that claim something doesn't work when we know it does.
Always back up what you mind losing (eg. /data) before flashing. Better still, back up everything via a nandroid backup. Or you can use the Titanium or Helium app to back up what you want to save.
I'm a programmer by training and profession. Here, I'm a ROM builder, programmer and scripter. I may make changes to the code (local repos) pulled from the remote repos to suit my builds. I build CUSTOM ROMs and NOT OFFICIAL ROMs. Nevertheless, ALMOST ALL the original code will be left unchanged. If you strictly want an OFFICIAL ROM, you are in the wrong thread.
Except where I made enhancements and fixes to certain aspects of the ROMs, I am not one of the original developers. So do not expect me to fix or include PRIMARY features not already in the builds. You can tell us what works, what doesn't. You can tell us what's good and what's not. You can tell us what you want in the ROMs. And through this thread, hopefully, the developers will take take. We will certainly take what you say into consideration as that's what this thread is for, but we may or may not be able to help fix everything, and are not obliged to do anything you say.
You are encouraged to participate actively in this thread. This thread is for you. Without you, this thread is meaningless. Help us to help you.
This thread is STRICTLY only for custom ROMs based on Android 4.4 KitKat built for the Samsung Galaxy Tab 7". ROM builders for Android 4.4 are welcomed to post such builds in this thread. NO UNRELATED POSTS HERE.
Click to expand...
Click to collapse
terenceng said:
Some new features in Android 4.4
Chromium WebView
Tools for analyzing memory use (adb shell dumpsys procstats)
Screen recording (adb shell screenrecord) (not working yet)
Full screen immersive mode
Latest commits from Google AOSP 4.4, CyanogenMod's and SGT7's repos
SELinux enabled (Enforcing or Permissive settable mode)
TWRP touch-UI recovery with support for encryption, compression,
time and battery display
Root
Compatible with both Dalvik and ART
Faster and slickier than CM-10.2
Over-clocking to 1.4GHz
6 CPU governors
Trebuchet launcher
SGT7 features (more to come)
Tablet UI features (more to come)
Screenshots
USB Host / USB OTG (need Y cable) (Testers needed)
USB Tethering
Service
Call
SMS/MMS
2G
Data (3G/HSDPA)
WiFi
WiFi Tethering
Bluetooth
Bluetooth Tethering
Bluetooth support for HID Devices, Low Power Proximity and extended LE scan
GPS
Audio playback
Video playback with support for HD and HW acceleration
Camera
Include ROM variants for tabs with damaged internal sdcards (New!)
Click to expand...
Click to collapse
terenceng said:
Apollo
Browser
Calculator
Calendar
Camera
Clock
Downloads
DSP Manager
Email
File Manager
Gallery
Messaging
Movie Studio
People
Phone
Search
Sound Recorder
Terminal Emulator
Torch
Voice Dialer
WhisperPush
Click to expand...
Click to collapse
terenceng said:
Issues:
terenceng said:
Long-standing bugs carried over from previous CM versions:
Wired headset button presses do not work.
Stock camera app FCs in video mode (fixed, will include in newer builds)
P1s only:
Num Keys squashed in SIM Unlock Screen (fixed, will include in newer build)
app2sd not working for NoInternalSD build
P1Cs only:
No data/service/gps
app2sd not working for NoInternalSD build
Click to expand...
Click to collapse
Incompatibilities:
terenceng said:
ART compatibility list
(May not be up-to-date or accurate)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
terenceng said:
Back up.
P1/L/N flashers: if you haven't backed up your /efs folder, restock to GB-v5, root your tab and back up the /efs folder.
Preferably start from a clean state by restocking to GB-v5 for P1/L/N, EI04 for SCH-I800 or EF17 for SPH-P100.
If you're coming from a ROM before CM-10 or equivalent, especially if coming from a non-MTD based ROM, flash CM-10.x first.
Verify the integrity of the cm-11-YYYYMMDD-terenceng-p1*.zip and and other zip files before you proceed.
You can let CwM or TWRP verify for you before it flashes by also copying the corresponding .md5 files
if available to the same location (root of internal or external sdcard).
If the current ROM on your tab does not have CwM or TWRP recovery, boot into DOWNLOAD mode and flash a suitable kernel:
heimdall flash --KERNEL kernel_filename
You may obtain a suitable (and the correct) kernel from the Downloads section or from another ROM.
Boot into CwM or TWRP recovery.
Wipe cache, dalvik cache and data.
Wipe or format system.
Flash cm-11-YYYYMMDD-terenceng-p1*.zip.
If you're switching from Normal build to NoInternalSD build, or vice-versa, reboot into TWRP Recovery, wipe cache, dalvik-cache and data again.
Reboot.
Allow tab up to 20 minutes (usually takes much less time) to reboot to the initial Setup screen.
Complete the initial setup (CM Account setup is optional).
Go to Settings, and enable Developer Options, allow installation from Unknown Sources,
enable Android Debugging, enable Advanced Reboot, etc.
P1/L/N flashers: if necessary, restore /efs and/or replace /radio/modem.bin with your local modem.bin, and reboot.
Restore any other backup(s) (eg. /data) that you have previously saved, if you want to.
If you want to convert to ART, do so now.
If you haven't done so, install the correct version of BaNkS Core GApps package obtainable here. You can install some other larger BaNkS GApps package (eg. Standard package) but, because this ROM is larger than other ROMs, for some removable stuff (eg. some removable system apps, wallpapers, ring tones, etc), either you remove them directly or from the cm-11-YYYYMMDD-terenceng-p1.zip file before you flash or you move and install them as user apps, so that the larger GApps package will fit into the limited /system space. Other GApps packages like PA GApps, etc will most likely not fit in. Remember to install GApps after the ROM install and reboot steps. If you don't follow this instruction, you may get weird results like "installed stuff not appearing".
Click to expand...
Click to collapse
How to Enable Developer Options
terenceng said:
Go to Settings, About Device and press Build Number 7 times
Click to expand...
Click to collapse
How to Enable ART
(Note that ART is experimental at this point)
terenceng said:
Go to Settings, Developer Options, Select Runtime and choose Use ART.
If prompted with a CyanogenMod disclaimer pop-up, tap OK to proceed with the ART conversion.
System will reboot. The reboot (including "Optimizing Apps") will take a LONG time as the system
converts to ART, so be patient.
Click to expand...
Click to collapse
How to Enable Battery Percentage
terenceng said:
In Terminal Emulator or using adb shell, enter following commands:
su (not necessary if you are already root)
content insert --uri content://settings/system --bind name:s:status_bar_show_battery_percent --bind value:i:1
reboot
Note: From build dated 5 Dec 2013, a better alternative is: go to Settings | Interface | Status bar | Battery status style, and select the style you prefer.
Click to expand...
Click to collapse
Enjoy!
First 10 posts of this thread:
#1: This post
#2: Screenshots
#3: ChangeLog
#4: Downloads
#5: Credits
#6: Testing and Reporting Bugs
#7: reserved
#8: reserved
#9: reserved
#10:reserved
P1000 running build dated Jan 1, 2014
System apps
​
terenceng said:
12 Feb 2014 (P1C build)
Front camera fix with 1.3MP resolution
app2sd fix (untested)
Left-handed navigation bar in landscape mode (untested) (setup in Settings | Interface)
Add file uploading support in chromium-based web browsers (untested)
Click to expand...
Click to collapse
terenceng said:
26 Jan 2014 (P1C build)
Essentially same updates as the P1/L/N build dated 20140124
Main bugs in build 20140111 still exist
Include an experimental build for P1Cs with damaged internal sdcards
Click to expand...
Click to collapse
terenceng said:
25 Jan 2014
Experimental build for P1000/L/Ns with damaged internal sdcards
Essentially the same as the normal 24 Jan 2014 build
(since I compiling a NoInternalSDCard build, I might as well include the normal build)
Click to expand...
Click to collapse
terenceng said:
24 Jan 2014
Newest commits from AOSP, CyanogenMod and SGT7
Front camera fix with 1.3MP resolution
Bluetooth support for HID Devices, Low Power Proximity and extended LE scan (more to come)
Status bar enhancements: slide for brightness control, double-tap to sleep (setup in Settings | Interface | Status bar)
Click to expand...
Click to collapse
terenceng said:
11 Jan 2014 (P1C build)
Initial cm-11.0 release for the P1C
Essentially the same features and bugs as with the P1/L/N build dated 1 Jan 2014
Bring back Launcher3
Main things that do not work:
No data/service/gps
app2sd not working
Click to expand...
Click to collapse
terenceng said:
1 Jan 2014
HumberOS kernel v1.54 update
SystemUI :
Remove the navigation camera icon in keyguard if disabled
Fix battery charging indication
Make available full-screen immersive mode and custom lockscreen widgets
Boot animation fix
Click to expand...
Click to collapse
terenceng said:
30 Dec 2013
Newest aosp, cm and sgt7 commits
P1L/P1N boot-loop fix (testers needed)
Click to expand...
Click to collapse
terenceng said:
25 Dec 2013
HumberOS kernel official v1.53 update
Lockscreen Security settings :
Reorganize and clean up lock screen section
Lockscreen Vibrate
Slide Lock Delay
Menu Unlock
Home Unlock
Variable size pattern lockscreen
Toggle dots/error pattern visibility
Click to expand...
Click to collapse
terenceng said:
20 Dec 2013
Disable volume change tone during quiet hours.
SystemUI: use the same color for circle battery as clock color, fix hidden battery icon style, fix circle battery percentage alignment for low dpi.
Latest commits from aosp, cm and sgt7.
(Note: Default value of dalvik.vm.dexopt-data-only is now 1 instead of 0 (they changed it, not me!). From this build onwards, if the property dalvik.vm.dexopt-data-only is missing or unset, it defaults to dalvik.vm.dexopt-data-only=1. Set dalvik.vm.dexopt-data-only=0 if you want to revert back to the traditional use of /cache).
Click to expand...
Click to collapse
terenceng said:
16 Dec 2013
Enable Quick Settings panel, Tiles and layout
More battery icon styles in status bar (Settings | Interface | Status bar | Battery status style)
CyanogenMod disclaimer when you convert to ART
Battery: fix FC on boot till battery stat present, dock battery support
Lockscreen quick unlock checkbox fix
(Note: This and subsequent builds include the set property dalvik.vm.dexopt-data-only=1. Therefore, whether you have resized cache partition or not, whether you want to use ART or not, ALL P1/L/N users CAN flash it.)
Click to expand...
Click to collapse
terenceng said:
12A/B Dec 2013
Fix TWRP to enable it to boot from OFF state by holding Volume-Up + Power keys
Build dated 12A: Allow use of ART without cache partition resize (experimental)
Build dated 12B: Require cache partition resize to use ART ("relatively" stable)
(Note: If you have resized your cache partition, you can still flash build 12A)
Click to expand...
Click to collapse
terenceng said:
12 Dec 2013
Android 4.4.2 (KOT49H)
Click to expand...
Click to collapse
terenceng said:
11 Dec 2013
Latest SGT7 commits with TableUI, more Lockscreen and Wifi settings
Latest CM and AOSP commits
Click to expand...
Click to collapse
terenceng said:
6 Dec 2013
Android 4.4.1 and latest commits (KOT49E)
Click to expand...
Click to collapse
terenceng said:
5 Dec 2013
More SGT7 UI features - try them yourself - go to Settings | Interface and explore the various options
TV Out (need testers) (Settings | Device/More | Advanced | TV)
Screenshots now working (Enable screenshots: Settings | Buttons | Power Menu | Screenshot.
Take screenshot: Hold Power button and choose Screenshot)
Initial setup, rotation and switching between landscape and portrait modes are now smooth.
Click to expand...
Click to collapse
terenceng said:
1 Dec 2013
SGT7 features premier
Trebuchet launcher (replaces stock launcher)
Google Play removed from ROM
Click to expand...
Click to collapse
terenceng said:
27 Nov 2013
Phone/RIL/Data is up (need testers).
A new boot animation. (They changed it, not me!)
Click to expand...
Click to collapse
terenceng said:
22 Nov 2013
CM Superuser now works - SuperSU no longer required (you can still install it of course).
Browser app now works.
Latest CM commits.
Click to expand...
Click to collapse
terenceng said:
21 Nov 2013
Initial alpha release.
Expect FCs, stuff to be NOT working.
Click to expand...
Click to collapse
terenceng said:
Read and Follow the Installation Instructions in Post #1 Carefully
(Download links removed)
Click to expand...
Click to collapse
​
terenceng said:
All the "hundreds" of AOSP and CyanogenMod development team members
cdesai, humberos, sbradymobile, and other device maintainers for the Samsung Galaxy Tab 7"
humberos for his outstanding HumberOS kernel
TeamWin development team for TWRP
Everyone else who participated in the development
Click to expand...
Click to collapse
Note
terenceng said:
The 4.4 builds are clearly VERY NEW. Test the boot-up, system, root access, recovery, data, mobile, wifi, 3G, bluetooth,
GPS, audio, video, camera, UI, the 4.4 features, etc.
Report issues you encounter. 4.4 development will inevitably proceed at a fast pace, so check for feedback by
other users, updated builds, etc.
It is imperative that you don't just report a problem verbally but also submit some evidence or logs of the problem.
Attach the logs to your posts.
These logs are especially useful to the developers who might be looking through the pages of this thread.
Grab a logcat right after the problem has occurred. (Include at least a few pages of the log, not just the last few lines)
If it is a random reboot, grab /proc/last_kmsg. (Do not bother getting a logcat unless you can get it just before the reboot.
A logcat after a reboot is useless)
Use one of the following ways to get a logcat, dmesg and/or last_kmsg:
Using adb:
Code:
adb logcat -v long > logcat.txt (wait for a few seconds then press Ctrl + C)
adb shell dmesg > dmesg.txt
adb shell cat /proc/last_kmsg > last_kmsg.txt
Using Terminal Emulator:
Code:
logcat -v long > /sdcard/logcat.txt (wait for a few seconds then press Vol-Dn + C)
dmesg > /sdcard/dmesg.txt
cat /proc/last_kmsg > /sdcard/last_kmsg.txt
OR
logcat -v long > /emmc/logcat.txt (wait for a few seconds then press Vol-Dn + C)
dmesg > /emmc/dmesg.txt
cat /proc/last_kmsg > /emmc/last_kmsg.txt
[/list]
Click to expand...
Click to collapse

			
				

			
				

			
				

			
				
You're kidding, right!?! If you make this work you are amazing and more power to ya!
Sent from my Evo V 4G using Tapatalk
GreyCelt said:
You're kidding, right!?! If you make this work you are amazing and more power to ya!
Sent from my Evo V 4G using Tapatalk
Click to expand...
Click to collapse
It's already working, as reported on the 4.3 thread.
I've only one question... When we can try 4.4 for p1000 ?!?
thanks thanks thanks
Stefano
Thumbs up buddy, awaiting your master piece and try testing!
Great works!
Is this AOSP or CM ? Can you post screenshots of the current build?
Thanks
adi6262 said:
Is this AOSP or CM ? Can you post screenshots of the current build?
Thanks
Click to expand...
Click to collapse
CM build, which actually includes AOSP code.
Guys what's your initial feel after playing with the kitkat build?
If you haven't done so, I suggest you convert to ART. After rebooting at least twice, you should notice your tab boots up real fast, your apps load fast....one of the new novel features of kitkat.
Sent from my GT-P1000 running KitKat
deleted
Thanks Terence & devs devs et all.......
Simple test report, especially dedicated to USERS, I test this rom withOUT wipe on purpose to see what happens, and it keeps popping up FC after FC, completely unusable, no easy way in, now that you hear it here, don't bother thinking.
Instructions by Terence is ALL GOOD.
phone is gone even with modem.bin, no phone number pad, wifi works straight out of box retained passwords, BT works retained paired, trebuchet settings are gone obviously, wallpaper retained. apks retained. rebooted several times to try something and always "Android is upgrade xx of 103 apps". first boot only 2 mins, not 20 mins, may be because I didn't wipe????
End.
terenceng said:
Guys what's your initial feel after playing with the kitkat build?
If you haven't done so, I suggest you convert to ART. After rebooting at least twice, you should notice your tab boots up real fast, your apps load fast....one of the new novel features of kitkat.
Sent from my GT-P1000 running KitKat
Click to expand...
Click to collapse

Categories

Resources