Q.... All in one mod zip - AT&T Samsung Galaxy S II Skyrocket SGH-I727

How can i put all the mods and tweaked apps in one flashable zip so that i don't have to do them one by one...
Example swype dark blue, agps fix, invert gmail, invert play store, invert mms, invert Google music and cm9 reloaded
Could it really be as easy using 7zip and wipe cache flash and fix permissions... I haven't tried this yet but thought id ask first?
CM9 Skyrocket

Bump now that rains released alpha 3
CM9 Skyrocket

droid512 said:
Bump now that rains released alpha 3
CM9 Skyrocket
Click to expand...
Click to collapse
He didn't release a3
Sent from my SAMSUNG-SGH-I727 using xda premium

mahausrath said:
He didn't release a3
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
Dude what's the point of this response if it's not the answer... Prea3 fine either way it's still a valid question
CM9 Skyrocket

Couldn't you just take a relevant CWM zip used for one of those apps and then just drag and drop all your other desired apps into the /system/app folder of that zip? Cause most of the updater-scripts usually just delete any of the files you're replacing --- delete("/system/app/Mms.apk"); --- and then extract the rest of the folder --- package_extract_dir("system", "/system"); --- and then for any other things that aren't just system apps, I'm sure you could just merge the rest of the zips into that one. Like if it's a framework folder thing, just add it in there, and then include the relevant updater-script lines from its original zip into your new one.

Related

[THEME] - Original Galaxy Tab Blue Theme - JMx based ROMs

Galaxy Tab Original Blue Theme
This Theme/Patch is for everyone using ROMS based upon JMx firmwares who pine for the original Galaxy Tab bright blue theme.
I was inspired to put this together after flashing the brilliant Galaxy Tab MoDaCo ROM. I love that ROM but for some reason the JMx based firmwares have replaced the lovely bright blue theme with a rather dull blue theme. So...after a bit of testing and patience I have managed to put together a file which restores the original bright blue theme across the system and some of the inbuilt apps (Browser/Sms/Email/Contacts/MyFiles)
Details
This patch replaces a few files on your Tab. To change the system theme it updates:
framework-res.apk and twframework-res.apk
To update the inbuilt apps it updates:
Browser.apk, Contacts.apk, Email.apk, Phone.apk and MMS.apk
I have manually replaced the graphics in these files to ensure compatibility with the firmware
Installation Instructions
The patch is a flashable zip that can be flashed using Clockwork Recovery
Download from this link (version 2)
http://hotfile.com/dl/108620508/16a7538/OriginalTabThemeV2.zip.html
##WARNING## take a Nandroid backup before flashing, I'm not responsible if the flash doesn't work.
I have only tested this on the JMx based MoDaCo R1 ROM. In theory should work on other JMx based ROMs but I can't guarantee for other firmwares
Enjoy
Leod
Screenshots
Sent from my SGH-T959 using XDA App
Really there should be a rule: don't use rapidshare in the android forums, it's a pain, if not completely impossibile to use with any kind of android's browser.
And also don't use rar archives, as all the rar apps on android sucks big time
Azhad said:
Really there should be a rule: don't use rapidshare in the android forums, it's a pain, if not completely impossibile to use with any kind of android's browser.
And also don't use rar archives, as all the rar apps on android sucks big time
Click to expand...
Click to collapse
Come on mate, it's the first time I have posted anything, just trying to share the theme with anyone who's interested.
I've added a hotfile link as well.
leod_UK said:
Come on mate, it's the first time I have posted anything, just trying to share the theme with anyone who's interested.
I've added a hotfile link as well.
Click to expand...
Click to collapse
Sorry, I forgot to put some emoticons in my post, and it went stronger than I wanted
Sent from my GT-P1000
Ah ok, I'll let you off then
Sent from my HTC Desire using XDA Premium App
Could someone test on overcome so hopefully i can flash this tomorrow
Sent from my GT-P1000 using XDA Premium App
Not sure if Modaco has implemented this by now, but I got that exact theme when flashing the february release.
RunTimeWorld said:
Not sure if Modaco has implemented this by now, but I got that exact theme when flashing the february release.
Click to expand...
Click to collapse
Running the February release of what? MoDaCo R1 currently gives you a dull blue scheme.
Sent from my HTC Desire using XDA Premium App

[TWEAK][CM7]ODEX CyanogenMod 7.2 Flashable Zip

Flashable Zip to ODEX CyanogenMod 7.2​
I've heard that an ODEXed rom can be faster that a deODEXed rom, or at least the apps will load faster. This may or may not be true, but ODEX does provide one noticeable advantage that the system apps and frameworks no longer require storage space on /data in the dalvik-cache. It uses more space on /system, but there is plenty to spare there with CyanogenMod.
One of the main reasons roms are usually deodexed is to allow themers and the like to easily edit apks and frameworks. Since cyanogen has the Theme Chooser app that doesn't need to modify files, I decided to try odexing. This is loosely based off of a script by Decad3nce for the Hero.
So far I haven't noticed anything broken by this, and it seems a bit faster. I have no way to tell if its actually faster, but there's no harm in trying it for yourself.
Advantages:
More free space on /data
Possibly faster app loading time and phone bootup.
Disadvantages:
More space used on /system (so what?)
Moding system apk files and framework not easy. (ex. Theme flashable zips won't work, but CM has its own theme app that still works.)
Instructions:
NANDROID!!!
Flash zip (be patient, it takes a while)
Reboot
How to flash a new nightly: IMPORTANT!
Flash cm_epicmtd_full-##.zip
Flash gapps-gp-20110828-signed.zip
Flash auto-odex-cm7_2.zip
Notes on using custom kernels:
Custom frameworks: If the kernel (or anything else) flashes any .jar file in /system/framework/ you MUST flash it before odexing. If you want to flash after odexing, open the kernel zip on your computer and delete the jar file from /system/framework/.
Zipalign: Kernel's that zipalignshould be flashed after this. My odex script deletes the classes.dex file from every app/framework it odexes which modifys the zips. I haven't verified this, but I am assuming that negates the effects of the zipalign.
If the kernel both zipaligns and has custom frameworks, you must make a choice of which feature you find more useful. If you want zipalign more, delete the custom frameworks and flash after odexing. If you want the custom frameworks more, flash before odexing.
How to undo (deodex):
Do NOT just delete the .odex file from /system/app or /system/framework !!!!!
You have two options here:
Advanced restore nandroid of /system
--OR-- Reflash CyanogenMod and Google Apps.
Download:
auto-odex-cm7_2.zip - 948 KB
This has been tested to work on CyanogenMod 7.2 Nightly 12 and 13.
It should work on any other nightly or the RC0, but no guarantees...
How it works:
The flashable zip runs a script that runs a program called dexopt-wrapper on every framework file in BOOTCLASSPATH order, then every system apk included with CM and gapps. It then deletes the classes.dex file from all of those frameworks and apks. Last it clears the dalvik cache since much of it will now be unneeded.
The dexopt-wrapper binary doesn't do much other than properly run the system's dexopt binary with the right arguments.
Credits:
Inspired by a script by Decad3nce
zip binary: taken from metamorph app's googlecode site.
dexopt-wrapper binary: Not in CM, so taken from random mediafire link
Author unknown, but here's what could be the source code
Can you shed some knoledge on how to odex a flashable mod?
Sent from my SPH-D700 using XDA App
marcusant said:
Can you shed some knoledge on how to odex a flashable mod?
Click to expand...
Click to collapse
Do you mean how to ODEX a previously DEODEX'd file? All the ODEX custom ROMs I've seen are flashable... unless you are discounting those done via ODIN... but that doesn't make up the bulk of ODEX ROMs.
Flashing this with Burrito Manager right now, I'll let you know how it goes =]
edufur said:
Do you mean how to ODEX a previously DEODEX'd file? All the ODEX custom ROMs I've seen are flashable... unless you are discounting those done via ODIN... but that doesn't make up the bulk of ODEX ROMs.
Click to expand...
Click to collapse
I am wondering how to reodex files on a PC and not CWM
Sent from my SPH-D700 using XDA App
marcusant said:
Can you shed some knoledge on how to odex a flashable mod?
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Just a thought but if you delivered deodexed files and then deleted the odex file associated with them when you installed and then ran this script on the files you added or modified after the install it would be like delivering odex or deodex to whoever wanted each version and it could key off some config file or just check for the presence of an odex file in the system directory to determine if to odex after installing or not.
Sent from my SPH-D700 using Tapatalk
Wrong thread lol
edufur said:
Do you mean how to ODEX a previously DEODEX'd file? All the ODEX custom ROMs I've seen are flashable... unless you are discounting those done via ODIN... but that doesn't make up the bulk of ODEX ROMs.
Click to expand...
Click to collapse
He did say that the mod is already flashable. And he didn't specify whether it was previously deodexed because A.) it doesn't matter if the mod had once been odexed and subsequently deodexed, or was and always has been deodexed, and B.) why would he ask how to odex an odexed file? That's an easy one: "step 1.) Don't do anything. step 2.) there is no step 2... (no, don't profit - you haven't done anything)"
Sent from my SPH-D700 using XDA App
styles420 said:
He did say that the mod is already flashable. And he didn't specify whether it was previously deodexed because A.) it doesn't matter if the mod had once been odexed and subsequently deodexed, or was and always has been deodexed, and B.) why would he ask how to odex an odexed file? That's an easy one: "step 1.) Don't do anything. step 2.) there is no step 2... (no, don't profit - you haven't done anything)"
Click to expand...
Click to collapse
I think you misunderstood one of us. I did not suggest that anyone ODEXed something that was already ODEXed, nor did I suggest that anyone else what inquiring how to do that. Maybe you need to re-read it?
marcusant said:
I am wondering how to reodex files on a PC and not CWM
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
I don't believe it's possible to odex files outside of the phone. The odexing process makes use of the dexopt binary on the phone which is part of andriod. I think you pretty much have to do it manually on the phone, or write a script to do it from a flashable zip.
As for flashing new files then odexing them to a rom that has already been odexed, that must be done carefully. If you are just changing an app, then just delete the odex file, replace the app with your deodexed version, then odex it if you want (doesn't have to be odexed). If you want to change one of the framework jar file, you should probably revert the whole rom to deodexed first. The frameworks have to be odexed in BOOTCLASSPATH order, and before any apps are odexed. If one of them is replaced and reodexed later, things will break. Also, if the odexing of any of the framework is changed, it invalidates all the apps that were odexed.
It is possible to leave the framework deodexed and odex just the system apps, but that probably isn't even worth doing, since everything uses the framework, where only relatively a few of the apps are system apps (at least when you have 200+ apps). But this does allow the framework to be modified easier.
My reasoning behind odexing both the framework and the apps is that this is cyanogen. The framework files shouldn't really need modified for anything. Seems like it should be easier to make any changes in the cyanogen source.
marcusant said:
I am wondering how to reodex files on a PC and not CWM
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Check your ODEX thread. Did you give a look at tanimn's odex tool? I posted it there.
Has anyone tested this, other than zmann of course? Just wondering if anyone has noticed any pros/cons. Also, would it matter which kernel one was using with this mod? The smooth scrolling mod in the newer samurai kernel modifies the framework.jar somewhat i believe.
beltsnspoons said:
Has anyone tested this, other than zmann of course? Just wondering if anyone has noticed any pros/cons. Also, would it matter which kernel one was using with this mod? The smooth scrolling mod in the newer samurai kernel modifies the framework.jar somewhat i believe.
Click to expand...
Click to collapse
This worked wonders nightlys 12-14. After flashing the latest samurai kernel with scrolling cache fix, I flashed this again. Did not work. Boot looped. That could be my fault though.
darkierawr said:
This worked wonders nightlys 12-14. After flashing the latest samurai kernel with scrolling cache fix, I flashed this again. Did not work. Boot looped. That could be my fault though.
Click to expand...
Click to collapse
Samurai flashes one of the framework jars, so the one way for it to work is if you reflash nightly and gapps, then samurai, then this.
I've been running this for a couple days on 13 now and it seems so much faster. I don't seem to get the random slowdowns that always seemed to happen with just about every rom.
Edit: its had 40 downloads, so someone must be using it.
Sent from my SPH-D700 using xda premium
I've been using this for a few days now and must say that it really improves boot times and the phone feels snappier for sure. Idk why more people haven't flashed this, it definitely provides a noticeable performance gain. Thank you for this!
Sent from my SPH-D700 using xda premium
zman0900 said:
Samurai flashes one of the framework jars, so the one way for it to work is if you reflash nightly and gapps, then samurai, then this.
I've been running this for a couple days on 13 now and it seems so much faster. I don't seem to get the random slowdowns that always seemed to happen with just about every rom.
Edit: its had 40 downloads, so someone must be using it.
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
Would this have to be flashed after every nightly update and by using the method you mentioned above? Or would this just be a one time flash?
Sent from my cyan seppuku samurai epic
zman0900 said:
Samurai flashes one of the framework jars, so the one way for it to work is if you reflash nightly and gapps, then samurai, then this.
I've been running this for a couple days on 13 now and it seems so much faster. I don't seem to get the random slowdowns that always seemed to happen with just about every rom.
Edit: its had 40 downloads, so someone must be using it.
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
I downloaded it to read it
Nashdogg said:
Would this have to be flashed after every nightly update and by using the method you mentioned above? Or would this just be a one time flash?
Sent from my cyan seppuku samurai epic
Click to expand...
Click to collapse
After every nightly, flash gapps, then this. If your flashing samurai, you should flash it before odexing since it modifys framework. If flashing my kernel, flash it after odexing since it zipaligns the system apks.
Sent from my SPH-D700 using xda premium
zman0900 said:
After every nightly, flash gapps, then this. If your flashing samurai, you should flash it before odexing since it modifys framework. If flashing my kernel, flash it after odexing since it zipaligns the system apks.
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
Ok, thank you. That clears things up alot. Was just getting ready to flash this using your kernel and was gonna flash it before, so you saved my a## there Thank you for this and a great alternative to the samurai kernel. I like them both, but yours is definatly great on battery savings and stability. Great job.
Sent from my cyan seppuku samurai epic
darkierawr said:
This worked wonders nightlys 12-14. After flashing the latest samurai kernel with scrolling cache fix, I flashed this again. Did not work. Boot looped. That could be my fault though.
Click to expand...
Click to collapse
zman0900 said:
Samurai flashes one of the framework jars, so the one way for it to work is if you reflash nightly and gapps, then samurai, then this.
I've been running this for a couple days on 13 now and it seems so much faster. I don't seem to get the random slowdowns that always seemed to happen with just about every rom.
Edit: its had 40 downloads, so someone must be using it.
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
thomasskull666 said:
I've been using this for a few days now and must say that it really improves boot times and the phone feels snappier for sure. Idk why more people haven't flashed this, it definitely provides a noticeable performance gain. Thank you for this!
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
thanks for the info guys. im gonna go ahead and give it a shot. theres still a few things that are unclear to me. one, if i flash the kernel affecting the framework and then this, would the modifications to the framework in the odex zip nullify the modifications used in the smooth scrolling tweak? and two, if i use a morph to theme the lockscreen, will it work with this, and if so should i flash the morph before or after flashing the odex zip? thanks again for the help, i hit the thanks button for all three of you.

(Q)Two Res files in framework-res.apk

Every application is supposed to have one res folder in the app, after I flashed the custom ics locking using metamorph, it created two, will I t create any problems?
Sent from GT-i9003 running cm9 alpha 11
chung1213 said:
Every application is supposed to have one res folder in the app, after I flashed the custom ics locking using metamorph, it created two, will I t create any problems?
Sent from GT-i9003 running cm9 alpha 11
Click to expand...
Click to collapse
This should not happen in metamorph. Your morphing zip is wrongly made. Check the script.

AOSP Themed Dialer for Sense 4.x ROMS

So I downloaded the Holo Light Sense 4 theme from the Play Store, but the one thing sorely missing from the skin was the dialer. I searched around the International One X forums and found the SenseCream theme by fisha21 (all credit to fisha). I pulled the phone and htcdialer apks, placed them in the System folder, changed permissions, changed the name of the htcdialer.apk to match the existing apk, delete the odex files for both and rebooted. Beautiful IMO
The OP claims that the theme should work with all Sense 4.0 ROMs, but I can't guarantee it will work with all XL ROMs. Tested with Xi40 which is based on a ported International One X RUU.
I'll update later with the thread link and apk downloads (the mobile app is a pain), but for now a teaser.
Edit- app links:
http://db.tt/Pql0gILm
http://db.tt/OH9M6RoN
Original thread:
http://forum.xda-developers.com/showthread.php?t=1641505
Sent from my HTC One X
Very nice! going to try it now
EDIT: Works but you must delete the stock apps if running a Odexed rom or it will cause issues. But yes works great!
If you want, i can make a flashable zip so it works on any rom with out issues.
XsMagical said:
Very nice! going to try it now
EDIT: Works but you must delete the stock apps if running a Odexed rom or it will cause issues. But yes works great!
If you want, i can make a flashable zip so it works on any rom with out issues.
Click to expand...
Click to collapse
Please do, do that oh magical one.
Sent from my HTC One X using xda app-developers app
XsMagical said:
Very nice! going to try it now
EDIT: Works but you must delete the stock apps if running a Odexed rom or it will cause issues. But yes works great!
If you want, i can make a flashable zip so it works on any rom with out issues.
Click to expand...
Click to collapse
Oops, forgot that step in the OP. Also X, did you rename the htcdialer.apk? I did, but forgot to state so in the instructions (I have updated the OP now). If you did not rename, I assume the dialer while in phone calls will remain as stock.
By all means whip up the installer. Will make it easier to flash after installing a ROM update.
Sent from my HTC One X
Artood2s said:
Oops, forgot that step in the OP. Also X, did you rename the htcdialer.apk? I did, but forgot to state so in the instructions (I have updated the OP now). If you did not rename, I assume the dialer while in phone calls will remain as stock.
By all means whip up the installer. Will make it easier to flash after installing a ROM update.
Sent from my HTC One X
Click to expand...
Click to collapse
hey bro, sorry i fell asleep. No i didnt rename anything i just removed my old dialer files. i made a install script found here
Sense Phone Dialer Themed to AOSP
It will delete the Odex files for all dialer for any sense rom for the one x and the apks too

[Apps] Android 4.2 apps

From @KillDroidHack on Twitter, post is here in the GNex forum (not KDH's post, but credit is given)
Saw this on Engadget. Not sure what will work on our phones (I know Wallet won't, and we already have GMail and the keyboard and camera).
Direct dev-host links:
http://d-h.st/wBX
http://d-h.st/DSY
liquidzoo said:
From @KillDroidHack on Twitter, post is here in the GNex forum (not KDH's post, but credit is given)
Saw this on Engadget. Not sure what will work on our phones (I know Wallet won't, and we already have GMail and the keyboard and camera).
Direct dev-host links:
http://d-h.st/wBX
http://d-h.st/DSY
Click to expand...
Click to collapse
Running it on 11/06 CM10 nightly, no issues noticed, aside from the known camcorder issues. The keyboard is pretty cool!
Jesus. That gapps is twice the size of the 4.1.2 gapps and larger than my entire ROM+kernel+modem.
Currently running on CM10 Nov 11 nightly, and I'm having an issue with the clock/timer. When I'm running a timer I am told it stops working any time I leave the app, either by switching to another or just hitting the Home key. Opening up the timer again shows that it is still running. I've also had issues with the phone locking up while sleeping, but I'm not sure if that's related yet.
Any thoughts?
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Looks good so far. I think I will hold off till 4.2 is aosp
Daemon7542 said:
Currently running on CM10 Nov 11 nightly, and I'm having an issue with the clock/timer. When I'm running a timer I am told it stops working any time I leave the app, either by switching to another or just hitting the Home key. Opening up the timer again shows that it is still running. I've also had issues with the phone locking up while sleeping, but I'm not sure if that's related yet.
Any thoughts?
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
I've had that stop watch issue for a long time now. I downloaded a different stopwatch app that works.
Sent from low Earth orbit with my Skyrocket.
Just had a question. Every time I update my nightly build, I have to reflash the android 4.2 apps (gmail won't be there). Is this normal or does it have to do with how I put the gmail.apk in /system/app after a flash?
You could do what I've done, make your own gapps. Put the Gmail apk into the gapps zip. Start with an existing gapps zip, open (not extract) it, navigate to system/app, delete the files you want to replace and drag/drop the new files to replace them.
Pretty easy if you ask me. I've managed to make a gapps zip that replaces the system font, copies all of the necessary libs for dsp manager, flashes a multi-dpi play store, and flashes some inverted apps that I want. Pm me if you want some tips.
Sent from my CvD Nibbled Skyrocket
Quando Omni Flunkus Moritati
liquidzoo said:
You could do what I've done, make your own gapps. Put the Gmail apk into the gapps zip. Start with an existing gapps zip, open (not extract) it, navigate to system/app, delete the files you want to replace and drag/drop the new files to replace them.
Pretty easy if you ask me. I've managed to make a gapps zip that replaces the system font, copies all of the necessary libs for dsp manager, flashes a multi-dpi play store, and flashes some inverted apps that I want. Pm me if you want some tips.
Sent from my CvD Nibbled Skyrocket
Quando Omni Flunkus Moritati
Click to expand...
Click to collapse
Liquidzoo,
If I took the gapps zip and opened it can I remove some things that I don't want? Or will that "break" the flashable zip?
Thanks in advance.
Steve
Sent from my SAMSUNG-SGH-I727 using xda premium
Steviemac12 said:
Liquidzoo,
If I took the gapps zip and opened it can I remove some things that I don't want? Or will that "break" the flashable zip?
Thanks in advance.
Steve
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
Yes, you should be able to remove things you don't want and add things that you do (be aware, there are some config changes that need to be made if you want to install anything to /data).
I adjusted my gapps file last night to include some of the 4.2 apps, but I'm getting a clock FC every time I reboot, which is strange. I will have to take a step back and add only what I really want for now.
What is what?
liquidzoo said:
From @KillDroidHack on Twitter, post is here in the GNex forum (not KDH's post, but credit is given)
Saw this on Engadget. Not sure what will work on our phones (I know Wallet won't, and we already have GMail and the keyboard and camera).
Direct dev-host links:
http://d-h.st/wBX
http://d-h.st/DSY
Click to expand...
Click to collapse
What exactly is included in the two links you copied? The first is KDH's gapps package, and the latter is Google Wallet? But when we follow the link to the original post in the GNex forum, the OP also includes "INVERTED 4.2 GAPPS + AROMA BY justin860" which seems to contain far more *and* is inverted?
I'm just trying to understand because I've never flashed anything but the basic 4.1 gapps with CM10, but I'd really like to try the 4.2 stuff and would prefer dark/inverted (for battery life and the sake of my eyes). But I'm confused by the plethora of gapps offerings, even just those in the Gnex post.
Honestly, I don't know what is included. I was just copying the download links to paste here so everyone knew it was available.
Can you screen shot the 4.2 keyboard? what are the added advantages of this new keyboard that 4.1 doesn't do?
Starker44 said:
Can you screen shot the 4.2 keyboard? what are the added advantages of this new keyboard that 4.1 doesn't do?
Click to expand...
Click to collapse
It had built in swipe mode and previews the word as a hover while you swipe. other than that it looks the same,until you swipe.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Swype beta is far better than that 4.2 keyboard
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
xcrazydx said:
Swype beta is far better than that 4.2 keyboard
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
I've never used Swype so I can't comment on that. I do like the 4.2 keyboard. I've used TouchPal as well, and I own SwiftKey (haven't seen the SwiftKey swipe version yet), I find them all to be comparable.
Oh swipe is the new thing, I never got into swiping it just seems lazy to me. I use Perfect Keyboard Pro so I can set it up in dvorak layout. It's either that or I talk.
Starker44 said:
Oh swipe is the new thing, I never got into swiping it just seems lazy to me. I use Perfect Keyboard Pro so I can set it up in dvorak layout. It's either that or I talk.
Click to expand...
Click to collapse
If by lazy you mean faster and more efficient, sure.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
TheDiddler said:
Just had a question. Every time I update my nightly build, I have to reflash the android 4.2 apps (gmail won't be there). Is this normal or does it have to do with how I put the gmail.apk in /system/app after a flash?
Click to expand...
Click to collapse
I use CyanDelta app from Playstore. when nightlies are released, it only downloads the pieces I need (avg. 6 to 12 mb). then in CyanDelta settings, you can configure any zip's you want to flash after update. I flash my kernel (kk .12) and this gapps package, minus Chrome.
it really works amazing.
- notifies when nightly is available
- reboots into recovery, installs update
- then installs any additional zips
- then reboots and away you go.
I install every nightly, have had no RR or SOD.
just my two cents.
Steve
Has anyone made these inverted? I know they're recent release but I figured I'd ask.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app

Categories

Resources