[ROM] Pure AOSP 4.3.1 | Stock Experience | Fast & Slim | maguro - 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"
}
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
* If you dont like this rom, Stay away from this thread!
*/
What is Pure AOSP?
Basically, that's just fully source built Android Open Source Project ROM. No custom features, no modifications. Just completely debloated to provide fast and totally stock experience.
Features
Android 4.3.1
JLS36I
TARGET DEVICE=MAGURO
Stock kernel
Debloated
GCC 4.7 optimizations
245 DPI
Root
Downloads
Mod edit on links..
Installation
Wipe data
Flash ROM
Flash GApps
Flash SuperSU
Reboot
FAQ
What kernel should I use?
JSS/JSL (just not JWR, right?)
Can you add feature XYZ?
No, read the description of the ROM.
So that's basically stock ROM, yes?
Not really, it's fully debloated which means "without unnecessary apps"
Is the ROM compatibile with custom kernels like franco?
Sure, no stupid Code Aurora Forum patches there, just pure AOSP
Why custom DPI?
GNex has quite big screen with decent resolution so why not see more?
Anyway, feel free to ask any question in the thread, I really like helping others

Reserved for building guide
Sent from my Nexus 4 using XDA Premium 4 mobile app

Reserved for sth else
Sent from my Nexus 4 using XDA Premium 4 mobile app

wow. i like this. will try soon and try Xposed with it. Thank you!
---------- Post added at 11:40 AM ---------- Previous post was at 11:30 AM ----------
ROM Mirror #1 - Gets full_maguro-ota-eng.max.zip
Lite Banks GApps - Gets full_maguro-ota-eng.max.zip
Is that how it's supposed to be ?
I can just flash regular GApps from goo.im, correct ?
EDIT:
Same MD5. so it's the same file. two mirrors.

payas0 said:
wow. i like this. will try soon and try Xposed with it. Thank you!
---------- Post added at 11:40 AM ---------- Previous post was at 11:30 AM ----------
ROM Mirror #1 - Gets full_maguro-ota-eng.max.zip
Lite Banks GApps - Gets full_maguro-ota-eng.max.zip
Is that how it's supposed to be ?
I can just flash regular GApps from goo.im, correct ?
EDIT:
Same MD5. so it's the same file. two mirrors.
Click to expand...
Click to collapse
Just fixed
Links just got screwed but OK now

Great, more ROMs are always welcome, thank you.
What exactly have you removed when you say "debloated"? Also why 245dpi and not 224 or 240, any reasoning behind it?

Astug said:
Great, more ROMs are always welcome, thank you.
What exactly have you removed when you say "debloated"? Also why 245dpi and not 224 or 240, any reasoning behind it?
Click to expand...
Click to collapse
Debloated means without all unnecessary apps and I changed DPI to 245 as it's the most suitable
Under 245 some drawables become crispy

Thanks, I'll definitely try this. Can you upload some screenshots to see how it looks like at that dpi? And specifically, what apps did you remove? I think you should list them. Thanks! :good:

I love pure stockish rom!
For me
maybe clear recents button would be the only useful mod on AOSP
https://github.com/PurityROM/platfo...9fe956a58edad27d3eaa883041839bc2d6443f#L4L350

Kustaa said:
Thanks, I'll definitely try this. Can you upload some screenshots to see how it looks like at that dpi? And specifically, what apps did you remove? I think you should list them. Thanks! :good:
Click to expand...
Click to collapse
Will do later

enricocid said:
I love pure stockish rom!
For me
maybe clear recents button would be the only useful mod on AOSP
https://github.com/PurityROM/platfo...9fe956a58edad27d3eaa883041839bc2d6443f#L4L350
Click to expand...
Click to collapse
Thanks, I will definitely think of it

hmm, looks cool, but keep getting stuck at bootscreen :/
did a full wipe, and it just won't go further...anyone really got this up and running?

horst0815 said:
hmm, looks cool, but keep getting stuck at bootscreen :/
did a full wipe, and it just won't go further...anyone really got this up and running?
Click to expand...
Click to collapse
I flashed this last night, did a full wipe, phone didn't boot, lost custom recovery and my sd got erased. And I am certainly not new into flashing procedure. This needs to be checked out and if it's so, shame on the dev that published this with testing first! If it's not so then my phone got possesed... and the blame is on me.

now that you mention it.....
my SD didn't get erased, thank god, but I had quite some trouble getting into cwm again. So i really think something's fishy in here. hopefully the errors get fixed....or just wait for kitkat

itasoulas said:
I flashed this last night, did a full wipe, phone didn't boot, lost custom recovery and my sd got erased. And I am certainly not new into flashing procedure. This needs to be checked out and if it's so, shame on the dev that published this with testing first! If it's not so then my phone got possesed... and the blame is on me.
Click to expand...
Click to collapse
same its F***d up my recovery

DO NOT FLASH! Recovery missing. Thank god for fastboot.

Recovery can be simply flashed ...
Don't make stories for nothing
http://forum.xda-developers.com/showthread.php?t=1757146
i checked inside the .zip and the updater script..
@MaxFTW just remove recovery folder and all options regarding recovery in updater-script like this:
Code:
show_progress(0.1, 0);
ui_print("------------------");
ui_print(" enricocid & ivn888 ");
ui_print("------------------");
ui_print(" Advanced Stock Rom Re(Y)loaded ");
ui_print("------------------");
ui_print("Formatting...");
format("ext4", "HSMMC", "/dev/block/platform/omap/omap_hsmmc.0/by-name/system");
mount("ext4", "HSMMC", "/dev/block/platform/omap/omap_hsmmc.0/by-name/system", "/system");
ui_print("Installing System...");
package_extract_dir("system", "/system");
ui_print("Setting Symlinks...");
symlink("dumpstate", "/system/bin/dumpcrash");
symlink("toolbox", "/system/bin/cat");
symlink("toolbox", "/system/bin/chmod");
Leave only meta-inf, system folders and the kernel... You don't need anything else...
He is great dev guys... I know it... I still remember his great Jelly Sandwitch on my ex-Xperia Neo

enricocid said:
Recovery can be simply flashed ...
Don't make stories for nothing
http://forum.xda-developers.com/showthread.php?t=1757146
i checked inside the .zip and the updater script..
@MaxFTW just remove recovery folder and all option regarding recovery in updater-script like this:
Code:
show_progress(0.1, 0);
ui_print("------------------");
ui_print(" enricocid & ivn888 ");
ui_print("------------------");
ui_print(" Advanced Stock Rom Re(Y)loaded ");
ui_print("------------------");
ui_print("Formatting...");
format("ext4", "HSMMC", "/dev/block/platform/omap/omap_hsmmc.0/by-name/system");
mount("ext4", "HSMMC", "/dev/block/platform/omap/omap_hsmmc.0/by-name/system", "/system");
ui_print("Installing System...");
package_extract_dir("system", "/system");
ui_print("Setting Symlinks...");
symlink("dumpstate", "/system/bin/dumpcrash");
symlink("toolbox", "/system/bin/cat");
symlink("toolbox", "/system/bin/chmod");
Leave only meta-inf, system folders and the kernel... You don't need anything else...
He is great dev guys... I know it... I still remember his great Jelly Sandwitch on my ex-Xperia Neo
Click to expand...
Click to collapse
I remember him too. I used a neo v before my galaxy nexus.
I rember on neo v each time we flashed a ROM the recovery was flashed too. But on Samsung phones it isn't needed.
Sent from my Galaxy Nexus using XDA Premium 4 mobile app

motorazrv3 said:
I remember him too. I used a neo v before my galaxy nexus.
I rember on neo v each time we flashed a ROM the recovery was flashed too. But on Samsung phones it isn't needed.
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Click to expand...
Click to collapse

motorazrv3 said:
I remember him too. I used a neo v before my galaxy nexus.
I rember on neo v each time we flashed a ROM the recovery was flashed too. But on Samsung phones it isn't needed.
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hahaha!! I'm from xperia src community and used to follow his work too!! Seems many people frm xperia 2011 family boarded galaxy nexus!!
Sent from my Galaxy Nexus using xda app-developers app

Related

[PORT] HTC One M7 Rom v1.5 Alpha

{
"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"
}
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.*/
Test video on Youtube. i dont know where maked the video but thx
What is working:
- touchscreen and hardware keys
- touch key lights
- wifi (only in V1.5 and with static ip and after a reboot from first start) not for all. i am working on a fix for all
- Camera (still buggy at the moment in V1.5 Alpha but you can take pic with an other camera app from Play Store)
- GPS (not tested but i think it works)
- 2G / 3G / 4G (Works on V1.5 Alpha but only after a reboot from first start) like wifi
- SMS
Todo:
- pin code unlocking
- audio
- sd card (there are problems at the moment)
- incomming call
- bluetooth (wil come with V2.0 Alpha when no problems comes)
- and more
Install instructions:
- Disable sim pin before you install
- Reboot in recovery
- if you are coming from other rom (full wipe): format /system, /cache, /data, /preload and in advanced Dalvik-cache
- upgrade: format /system
- install zip from SD-card
- REBOOT
Download:
V1:Alpha V1 Download
V1.5 : Alpha V1.5 Download
V2 Preview: https://docs.google.com/file/d/0B7EuVd0yZ8ErMV9iQWg3RWIwSk0/edit?usp=sharing this build have only 3g and nothing more. is only to test the speed of the 4.3 3.22 base rom
V2: 4.3 3.22 Base rom. Preview is relased. final 2.0 wil be released when more is fixed
thanks and credits to:
CNexus
sac23 / http://forum.xda-developers.com/showthread.php?t=2387545
LastStandingDroid/ http://forum.xda-developers.com/showthread.php?t=2352452
Credits for coming 2.0 Version to:
HTC for the final 4.3 developer edition dump: http://www.htcdev.com/devcenter/downloads
baadnewz to let me use his rom: http://forum.xda-developers.com/showthread.php?t=2279766
broodplank1337 to let me use they rom as base for extract needed files: http://forum.xda-developers.com/showthread.php?t=2397511
Code:
I musst Update this when i make a hompage for the rom
Donations
LastStandingDroid
For all Questions and OFF TOPIC things go here Sense 5 on S4 Discussion and Question
Wow. I have seen many sense ports on multiple devices dying before completion. This one seems pretty advanced =) please keep up my friend!
Good work!!!
Sent from my GT-I9505 using Tapatalk 2
Seems to be in advanced stadium. I hope it will not die until finish. Hope to see beta version. I will test alpha ASAP.
Sent from my GT-I9505 using Tapatalk 4
Not trying to sound like a ****, but it's nice to at least give a heads up you know
WOW! great job.....its really nice....
just a bit more smoothness, voice calls and work wifi and we're good to go!
Edit-Btw sd card doesn't work too.
CNexus said:
Not trying to sound like a ****, but it's nice to at least give a heads up you know
Click to expand...
Click to collapse
Hey When you do great/cool work Everyone wants in lol
I had to flash it twice in order to get it boot. Everything seems good. Can't wait for the fixed version.
Thank you for your contribution.
Sent from my GT-I9505 using xda app-developers app
Downloading now, i know its not complete but its still very exciting!
keep up the good work mate
---------- Post added at 08:03 AM ---------- Previous post was at 07:33 AM ----------
this was the language when it booted up lol
it was easy to put it in engligh
A dream coming true lol
Sent from my GT-I9505 using Tapatalk 2
About sd card try push vold.fstab from any Rom on 4.2.2 to system/etc/ on this Rom.
Also give credits to xBTx he's the one pointing out to me which files was needed to get data working but I noticed you just need 4 files to do that
I'm going to check the installation folder and mount points someone pointed out they're different from the blocks we should use.
looks like vold.fstab isn't for us lol
also logcat seems to have a ***** load of
Code:
I/ActivityManager( 811): Process com.android.nfc (pid 14132) has died.
W/ContextImpl( 1513): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:-1 android.content.ContextWrapper.sendBroadcast:-1 android.media.MediaPlayer.sendMediaBroadcast:-1 android.media.MediaPlayer.start_stop_notify:-1 android.media.MediaPlayer.stayAwake:-1
Sent from my GT-I9505 using Tapatalk 4
LastStandingDroid said:
About sd card try push vold.fstab from any Rom on 4.2.2 to system/etc/ on this Rom.
Also give credits to xBTx he's the one pointing out to me which files was needed to get data working but I noticed you just need 4 files to do that
I'm going to check the installation folder and mount points someone pointed out they're different from the blocks we should use.
looks like vold.fstab isn't for us lol
also logcat seems to have a ***** load of
Code:
I/ActivityManager( 811): Process com.android.nfc (pid 14132) has died.
W/ContextImpl( 1513): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:-1 android.content.ContextWrapper.sendBroadcast:-1 android.media.MediaPlayer.sendMediaBroadcast:-1 android.media.MediaPlayer.start_stop_notify:-1 android.media.MediaPlayer.stayAwake:-1
Sent from my GT-I9505 using Tapatalk 4
Click to expand...
Click to collapse
i tried this but it dont work. i wil fix now audio and then i wil look for sdcard
Interesting
Thanks bro for this great rom ...
I'm not sure why you still facing issues with sdcard unless you mean the external one ?!
It's also very weird that the rom boots nicely although hwcomposer and garlloc are not functioning well !
Ah data is working but no real internet connection yet.
looks very promising ....
Oweida said:
Thanks bro for this great rom ...
I'm not sure why you still facing issues with sdcard unless you mean the external one ?!
It's also very weird that the rom boots nicely although hwcomposer and garlloc are not functioning well !
Ah data is working but no real internet connection yet.
looks very promising ....
Click to expand...
Click to collapse
yes i mean the external one. i got it working now but it breaks the media service. looking for a fix now
Oweida said:
Thanks bro for this great rom ...
I'm not sure why you still facing issues with sdcard unless you mean the external one ?!
It's also very weird that the rom boots nicely although hwcomposer and garlloc are not functioning well !
Ah data is working but no real internet connection yet.
looks very promising ....
Click to expand...
Click to collapse
Good to see you taking interest in this project.
Sent from my GT-I9505 using XDA Premium HD app
geiti94 said:
i tried this but it dont work. i wil fix now audio and then i wil look for sdcard
Click to expand...
Click to collapse
did you try to change both vold.fstab also xml list in framework-res?
i did change the storage_list.xml but not the new vold and it gave me allot of FC's
i can try to look into the HTC storage_list.xml and see if i can get the device storage to work
LastStandingDroid said:
did you try to change both vold.fstab also xml list in framework-res?
i did change the storage_list.xml but not the new vold and it gave me allot of FC's
i can try to look into the HTC storage_list.xml and see if i can get the device storage to work
Click to expand...
Click to collapse
i am building now a new build with both change and i wil flash it to see if it works
geiti94 said:
i am building now a new build with both change and i wil flash it to see if it works
Click to expand...
Click to collapse
i noticed i did wrong while trying to fix the storage, i'm trying again and see if it will work
changing the storage_list.xml gives invalid card and a load of crashes, hmm
LastStandingDroid said:
i noticed i did wrong while trying to fix the storage, i'm trying again and see if it will work
Click to expand...
Click to collapse
in build.prop is this line on it
ro.build.characteristics=nosdcard
Click to expand...
Click to collapse
im now trying with the build.prop
geiti94 said:
in build.prop is this line on it
im now trying with the build.prop
Click to expand...
Click to collapse
also have you changed the vold in system/bin/?
causing bootloop don't change this
where did you find: ro.build.characteristics=nosdcard ??
in M7 build.prop?

[MOD] [KERNEL] [C6503] ROMSwitcher | Mithun's Rom Switcher | Alpha [DUALBOOT]

{
"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"
}
Mithun's Rom Switcher
This is a Mod which allows you to switching between Timescape and any AOSP based rom.
It's only for advanced users and I am not responsible if your XZL get bricked or transform into a monster and eat up your cat
It is still in alpha state, but is working for daily use
Before you install this, please read the whole post!
Your first rom is Stock Timescape and second rom is any AOSP rom.
The second rom is installed on the /cache partition.
/data and /cache folder are in /data/dual/
This Mod switches between two kernels.
For Timescape you can use any kernel, for AOSP you have to use my modified CM kernel.
Why I created this Mod?
XZL had very little development and fusion3 devices haven't got a multiboot option like this
Default kernel for Timescape is DooMKernel,
if you want to use another kernel, replace xperia.img in /sdcard/romwitcher/ with your favorite kernel.
Sources:
https://github.com/RomSwitchers
How to install?
You can use any AOSP rom!
First Install stock ROM .ftf and root it and install recovery
Then Flash DooMKernel
Download any AOSP rom. Extract it and open META-INF/com/google/android/updater-script
replace this line
Code:
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
with this wherever u see it
Code:
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/cache", "/system");
then delete these lines
Code:
format("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "0", "/system");
and
Code:
package_extract_file("boot.img", "/dev/block/platform/msm_sdcc.1/by-name/boot");
You will need Gapps
Get it here http://goo.im/gapps/
Extract it and open updater-script
and replace
Code:
run_program("/sbin/busybox", "mount", "/system");
with
Code:
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/cache", "/system");
Zip your rom and gapps.
Flash both in recovery. (first rom then gapps)
DO NOT WIPE ANYTHING
Reboot your phone and if you did all correct. You should boot into your Timescape Stock rom.
Now download and install my app
here
Open ROMSwitcher and follow the instructions. It will fetch required files automatically
NOTE: Currently Recovery works on Stock ROM only
That's all have fun
​
Wipe data/cache on AOSP rom
Wipe data:
Delete /data/dual/2nddata
Wipe cache:
Delete /data/dual/cache
Install new AOSP rom
Wipe cache in recovery and delete /data/dual
then flash your new rom
Remove AOSP rom
Wipe cache in recovery and delete /data/dual
Do you want support me?
Donate to Grarak - here
You can buy me a pepsi via Google Wallet - Details in Signature
Press Thanks
Press "Tip us?" above the OP
Rate this Thread with 5 Stars
Report bugs
Devices ROMSwitcher Supports
Google Nexus 10 [manta]
Samsung Galaxy S4 [i9500]
Sony Xperia Z [C6603]​
Credits
@Grarak - For all, Awesome Base and all. Simply talking - "Thanks to Grarak for a loooot!!!!"
@Jijonhyuni - using the same dualboot method as he does on Galaxy Nexus
@gokhanmoral - using some scripts of his Siyah Kernel
Paul O'Brian - for concept
@DooMLoRD and @dbolivar - for xperia.img [DooMKernel]
Changelog
28-08-2013
First Release
​
Can I use SkyDragon Rom plus CM10.2? Do I needed to flash stock rom or can I stay with SkyDragon Rom, just install CM1.2?
motoxxxx said:
Can I use SkyDragon Rom plus CM10.2? Do I needed to flash stock rom or can I stay with SkyDragon Rom, just install CM1.2?
Click to expand...
Click to collapse
U need to flash stock ftf with wiping all then flash sky dragon then follow guide to get dual boot
Sent from my C6503 using Tapatalk 4
@mithun46 Great work, a reason to buy ZL, and one hint: you have written "You should boot into your Touchwiz Rom."
Sent from my LT18i using xda app-developers app
Master of Bisaster said:
@mithun46 Great work, a reason to buy ZL, and one hint: you have written "You should boot into your Touchwiz Rom."
Sent from my LT18i using xda app-developers app
Click to expand...
Click to collapse
Oops
Sent from my C6503 using Tapatalk 4
Wow, that's some serious badass development! Congratulations @mithun46, I plan to test it soon! It's good to have some people like you bringing new development for the ZL. Thanks!
...really, really awesome!!! It's a pity I don't have the time to test it this weekend, but I certainly will test it!
One question though: both roms are completely independant, right? If I install one app on stock, it's not automatically installed in AOSP, right?
Thank you very much for your great work!!!
Sony Xperia ZL C6503, rooted, 4.2.2 Stock
sturmtruppler said:
...really, really awesome!!! It's a pity I don't have the time to test it this weekend, but I certainly will test it!
One question though: both roms are completely independant, right? If I install one app on stock, it's not automatically installed in AOSP, right?
Thank you very much for your great work!!!
Sony Xperia ZL C6503, rooted, 4.2.2 Stock
Click to expand...
Click to collapse
Correct, they each have their own /data partition, hence the second post on how to clear /data for the AOSP ROM.
Good show !!!
Congratulations @mithun46 for this superb utility !!!
You have been mentioned on XDA home page here
sunny2303 said:
Congratulations @mithun46 for this superb utility !!!
You have been mentioned on XDA home page here
Click to expand...
Click to collapse
Just saw
Sent from my C6503 using Tapatalk 4
mithun46 said:
Just saw
Sent from my C6503 using Tapatalk 4
Click to expand...
Click to collapse
is there any possibility it works with xperia tablet z or i will brick my tablet if i try?
U will brick it. Wait for 5 days @bluefa1con will port to your device
mithun46 said:
U will brick it. Wait for 5 days @bluefa1con will port to your device
Click to expand...
Click to collapse
ok thanks
any love for xperia z ?
I'm using stock, i need to do a full wipe?
Sent from my XZQ using The Force
Groovecain said:
any love for xperia z ?
Click to expand...
Click to collapse
Mithun is working on the Z be patient
vinaaa said:
I'm using stock, i need to do a full wipe?
Sent from my XZQ using The Force
Click to expand...
Click to collapse
No
Please DO NOT FOLLOW THE GUIDE!!!
Am fixing it
mithun46 said:
Please DO NOT FOLLOW THE GUIDE!!!
Am fixing it
Click to expand...
Click to collapse
Hoping for the Z version :angel:

[Rom][d2tmo][d2lte][Official][Kitkat - 4.4.4] - Gummy - Nightly's

GUMMY
As of October 9, 2014 Team Gummy has disbanded. The final M4 release can be found here:
M4 Final Release
{
"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"
}
Gummy ROM is made for speed, stability and to stay as closely in line with AOSP as possible while still supporting a large amount of devices and giving you all of the features you love. It isn’t slowed down by features you’ll never use nor is it so slim as to be just another AOSP build.*
Features:
* New base built from AOSP
* Status Bar Mods
* Hardware Key Mod
* Many Wallpapers
* Performance Control
* Application Permission Controls
* Carrier Label Options
* Lock clock widget
* QuickSettings
* Theme Manager
Device Specific:
Whats not working...
* what else (you tell us)
ChangLOG:
Please review out Gerrit instance to keep up with changes daily...
Instructions for installations:
1. Download ROM
2. Download Gapps
3. Push to sdcard
4. Reboot Recovery
5. Wipe Data and Cache
6. Install ROM
7. Install Gapps
8. Reboot System
Contributions:
- Thank you to Cyanogenmod for device and hardware repositories. Without this, porting * * Gummy to QCOM devices would have been nearly impossible.
- Thank you to Google for the best source code.
- Androidfilehost.com for hosting our file servers!
Team Members: In alphabetical order
Primary Developers:
Cphelps76, Kejar31, DHacker29
Developers and Device Maintainers:
apascual89, Bkjolly, Buckmarble, BytecodeMe, Hashcode, hedwig34, Papi92, TDM
Github- https://github.com/TEAM-Gummy
Gerrit- http://review.gummyrom.com/#/q/status:open,n,z
Twitter- @gummyRom
GAPPS - we now recommend PA-Gapps
As of 2/19 the build is know know as d2lte. You can download it here:
Gummy ROM
reserved
Looks fun! I'll be flashing this today! :cyclops::cyclops:
Is the KT747 kernel compatible with this ROM?
Nice work. Will give it a try when i get a chance.
I have to say that this is my first time tasting kit Kat and it is nothing short of amazing. Although I initially booted and tested out dalvik runtime and found it to be slightly laggy, I turned to ART and found it to be 1000x better. The apps loaded noticeably faster (really fast) and lag is nonexistent.
The only problems I have are: battery charges really slow? Maybe I should give it a few more days...
Also, I noticed that some apps could not be installed in ART, only dalvik (isilo and pdanet+).
Is it because the apps are incompatible with the runtime? (these two apps are pretty old and haven't been updated in a long time)
Overall, I give this ROM a 9.5/10. The graphical glitches are random, but I am positive they will disappear as more updates roll out. I used to love the awesome software features for TW, but with the crazy performance that comes with this ROM, I have chosen to stick with Gummy!
Keep up the hard work devs!!! :thumbup:
Sent from my SGH-T999 using xda app-developers app
I see that the option to change battery light is removed. I noticed when I plugged the charger and a yellowish green light appeared. Then I went to change it under display but didn't see the option that's usually below the notification light. I thought it would be under another option but couldn't find it.
Sent from my SGH-T999 using xda app-developers app
Is it OK to just flash this ROM like any other. I went from stock to 4.1.2 TW ROMs, and then I recently went to aosp 4.1.2 toasted marshmallow. Would I be OK to flash this ROM from what I have now?
Sent from my SGH-T999 using xda app-developers app
Anyone getting partial wakelocks? How should I fix it? (See pics)
Sent from my SGH-T999 using xda app-developers app
Is it me or tethering is hit or miss? Maybe bad download. I'll re-download because this Kitty is scary fast!
My new DD in the 4.4 category. Vanir will always be my 4.3. Great job Gummy Devs!!
Sent from my SGH-T999 using Tapatalk
neotoky said:
I see that the option to change battery light is removed. I noticed when I plugged the charger and a yellowish green light appeared. Then I went to change it under display but didn't see the option that's usually below the notification light. I thought it would be under another option but couldn't find it.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
Anyone?
Sent from my SGH-T999 using xda app-developers app
TheKid1 said:
Anyone?
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
From 4.1.2 to this? Yes, as long as you wipe, BACKUP all your files on the sdcard (phone memory) to the a micro sdcard (external memory) and do a full wipe. Takes out the cobwebs.
Read read read. I'm not responsible if your files or videos or pics gets wiped because you chose the wrong superwipe.zip. It has choices. Choose wisely.
Sent from my SGH-T999 using Tapatalk
I got install "Failed" message.
I have TWRP. I wiped(factory reset, cache, dalvik). Installed from extsdcard. Was looking like it was installing well until after "setting permissions it sai:
{X} Setting permissions...
Set_metadata_recursive: some changes failed
E: Error executing update binary in zip '/extern
Error flashing zip '/external_sd/Gummy-2.1-12-11
Failed
Any idea whats up?
Sent from my SGH-T999 using xda app-developers app
hello do you guys cherry pick?
Wipe system too u will have less issue if u do
Sent from my SGH-T999 using xda app-developers app
TheKid1 said:
I got install "Failed" message.
I have TWRP. I wiped(factory reset, cache, dalvik). Installed from extsdcard. Was looking like it was installing well until after "setting permissions it sai:
{X} Setting permissions...
Set_metadata_recursive: some changes failed
E: Error executing update binary in zip '/extern
Error flashing zip '/external_sd/Gummy-2.1-12-11
Failed
Any idea whats up?
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
This has been addressed in other threads. Please, read.
Besides, i don't think you flashed correctly or even flashed at all. You wouldn't be on your phone posting this if you've wiped. In bold and italicised, is the "incorrect" file name. I know. I flashed the actual file.
Just stating the "obvious"
HolyGhostBoy1 said:
hello do you guys cherry pick?
Click to expand...
Click to collapse
That's entirely how the Dev compiled this in his git. From the looks of it, this is based off AOSP with CM flavors to it. I'm no expert of what he cherry picked.
---------- Post added at 02:31 PM ---------- Previous post was at 02:27 PM ----------
AndroidSupporter318 said:
Anyone getting partial wakelocks? How should I fix it? (See pics)
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
Not seeing these particular wakelocks on mine. Let me cycle thru one day and i'll post my BBS tomorrow, i'm still "torturing" my phone, see how the battery is stacking on this monster ROM. So far.... *Winning!*
A little more help please.
1)What do you mean "in bold and italicized is the correct file name"?
2)By wiping "system", are you talking about wiping internal storage?
3)And on the first page of this thread is a link that says "ROM", which when pushed brings you to another thread. From there are a list of carrier Roms. I chose the tmobile one which brought me to a list of downloads. I chose the latest one. Was I not pushing the right links?
Sent from my SGH-T999 using xda app-developers app
Here is where i downloaded from. The one all the way on the bottom. Thanks
Sent from my SGH-T999 using xda app-developers app
does the dev take requests for cherry picking and does the sdcard works on es file explorer
HolyGhostBoy1 said:
does the dev take requests for cherry picking and does the sdcard works on es file explorer
Click to expand...
Click to collapse
Sorry no cherry picks. Just the official nightly builds. But if your looking for a certain feature post it here and I can check with the team.
And sdcard works on esfile explorer.
Sent from my SCH-I535 using Tapatalk 2

[ROM][AOSP][4.4.2] ***Smasher X*** [5.1][MultiView][Pie][01.19.14]

{
"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"
}
-------------------------------------------------------------------------------------------------------------------------------------
Screenshots:
-------------------------------------------------------------------------------------------------------------------------------------​Credits & Kernel Source:
CyanogenMod Kernel Source:
(git://github.com/czechop/android.git -b cm-11.0
)
I did not make these roms, I just tweaked them.
Cjen1987:
{GIVE ME THANKS!]
Support Me Here
Download:
<MODERATOR EDIT - LINK REMOVED>
Gapps:
Download HERE
Features:
This is a CM11 Kitkat base rom.
I did not bring CM11 to this device, so give thanks to the Devs that did.
What I did:
Added:
*Pie control
*MultiThemes (Launcher & CM11)
*Playerpro (Free)
*PC Remote
*Pop up Browser & Youtube
*Dolphin Browser
*Portal (multiview beta)
*Apn Config (edit your apns for kitkat roms)
*Android Sniper boot animation
*Custom ringtones
*Rom toolbox light
*Go SMS (Custom themes and pop up messages)
Removed:
*Apollo
*CMAccounts
*CMFileManager
*Cmwallpaper
*DSP
*DocumentsUI
*MagicSmoke
*Term
*Video Editor
*CMS
*Tags
Replaced:
*Launcher
*Bootanimation
*Default camera (Bug Fixes)
*Minor Data changes
What works:
*Calling
*SMS
*MMS
*Data
*GPS
What doesn't:
***YOU TELL ME***
​
Final notes:
***Final note, if you have a issue please Pm me or post.
I don't have a team and am managing 20+ device's, so give me time.
Smasher X has been a fully stable driver for more than 15 device's, and I hope
to work with you to fix these issues.
Please don't get upset if the download isn't up right away or there is something
you don't like.
If you brick your device, DONT BLAME ME!
I have had Error installs on a very few devices, which have all been fixed or the
installer didn't upgrade there CWM recovery to the latest build.***
Installation:
Install Smasher X
Go to recovery
(Don't tell me the rom didn't install, if you don't have the latest cwm recovery!)
Make a backup of your data(highly recommended)
Install this ROM
Install gapps
Reboot
​​​
Firs time I'm first.. Good to see new ROMs on the gnex I will give it a shot.. Thanks
Sent from my Nexus 7 using Tapatalk
Toroplus has no files.
Sent from my Galaxy Nexus using Tapatalk
bigblue4life said:
Toroplus has no files.
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
Uploading, laptop died last night.
386mb ROM file?
Sent from my Galaxy Nexus using Tapatalk
Thanks for toroplus love going to check it out!!
I've run for about 24 hours on this rom, it is pretty big, has themes built into it and it has been very stable. Battery life has been above average so far and data switching for me has been good.
I don't like the the extra browsers, GO SMS PRO, and the launcher is nice but, not my cup of tea. Other than that it has been a nice ride so far.
If you don't like the extra, use rom toolbox to delete them.
Modded PA gapps for rom: http://d-h.st/72F
Cjen1987 said:
If you don't like the extra, use rom toolbox to delete them.
Modded PA gapps for rom: http://d-h.st/72F
Click to expand...
Click to collapse
I've never understood why devs take apps that are perfectly easy to get through the play store (should you choose to use them) and make them system apps. All it does is add more work to the flashing process by making people remove apps they never wanted in the first place. You're intentionally bloating your ROM package, and it makes no sense.
Cool!! and dl now!
Migital Warfare said:
I've never understood why devs take apps that are perfectly easy to get through the play store (should you choose to use them) and make them system apps. All it does is add more work to the flashing process by making people remove apps they never wanted in the first place. You're intentionally bloating your ROM package, and it makes no sense.
Click to expand...
Click to collapse
His ROM I feel he can do what ever he wants with it
I personally have found many useful tools thanks to developers doing this I like the variety. If it is that much of a hassle move on
Sent from my Galaxy Nexus using Tapatalk
I understand that it's his ROM, and he can do what he wants with it. I'm just letting him know that what he seems to want to do deterred me from installing his ROM. I was interested in it, until I saw that I would then have to go back in and clean out all the bloat he put in.
Also, I would expect the devs of the apps that are being included in ROMs don't really appreciate that their work is being included. Unless they gave permission for their app to be included, it shouldn't be there. Isn't that exactly why we GAPPs are a separate download now for a majority of ROMs?
Migital Warfare said:
I understand that it's his ROM, and he can do what he wants with it. I'm just letting him know that what he seems to want to do deterred me from installing his ROM. I was interested in it, until I saw that I would then have to go back in and clean out all the bloat he put in.
Also, I would expect the devs of the apps that are being included in ROMs don't really appreciate that their work is being included. Unless they gave permission for their app to be included, it shouldn't be there. Isn't that exactly why we GAPPs are a separate download now for a majority of ROMs?
Click to expand...
Click to collapse
Future builds will no later have gapps preinstall. too many bugs.
Cjen1987 said:
If you don't like the extra, use rom toolbox to delete them.
Modded PA gapps for rom: http://d-h.st/72F
Click to expand...
Click to collapse
I have tried downloading 2x and still cannot get this file to flash. I am using CWM Just fyi
jayshocka said:
I have tried downloading 2x and still cannot get this file to flash. I am using CWM Just fyi
Click to expand...
Click to collapse
Are you on the latest CWM?
Cjen1987 said:
Are you on the latest CWM?
Click to expand...
Click to collapse
Yep it stopped about 5 seconds later and " installation aborted"
no biggie, flashed most recent gapps from CM site all seems well
---------- Post added at 04:15 PM ---------- Previous post was at 03:43 PM ----------
so far running pretty good. I did wind up removing a bunch of apps i did not want. Rom Toolbox is will no unistall system apps for some reason ( not Roms fault been having issues accross the board with RTB hope we will see an update soon). But going to run this for the next few days and Ill report any issues i encounter. Spotty 4G area here so i will check that on my drive home.
Actually digging this smart launcher, Thanks for that. Been on nova for years Kinda like the change
---------- Post added at 05:21 PM ---------- Previous post was at 05:19 PM ----------
Migital Warfare said:
I understand that it's his ROM, and he can do what he wants with it. I'm just letting him know that what he seems to want to do deterred me from installing his ROM. I was interested in it, until I saw that I would then have to go back in and clean out all the bloat he put in.
Also, I would expect the devs of the apps that are being included in ROMs don't really appreciate that their work is being included. Unless they gave permission for their app to be included, it shouldn't be there. Isn't that exactly why we GAPPs are a separate download now for a majority of ROMs?
Click to expand...
Click to collapse
I hear ya! sorry if I came off Snarky. You just struck a nerve on that one. Nothing personal Happy Flashing
---------- Post added at 05:27 PM ---------- Previous post was at 05:21 PM ----------
One other thing for now.. Anybody else getting a forced download of mobigenie.apk and ad redirect on D-H dev host website
jayshocka said:
I have tried downloading 2x and still cannot get this file to flash. I am using CWM Just fyi
Click to expand...
Click to collapse
here: http://www.androidfilehost.com/?fid=23321874045863048
Cjen1987 said:
here: http://www.androidfilehost.com/?fid=23321874045863048
Click to expand...
Click to collapse
Got it! Thanks everything seems ok at the moment, unless i run into problems I'll will save this for the next build
Got bored and flashed it... Got an insufficient storage available in system partition. Unzipped ROM removed all of the themes you added, rezipped reflashed everything went well. Sorry to say you may want to debloat it a bit.
Sent from my Galaxy Nexus using Tapatalk

AmnoSFerum_SingleShoot_MultiVersion_RomProject_20F

AmnoSFerum_SingleShoot_MultiVersion_RomProject_20F]
New Themer Pack uploaded in Wuala server with minimal changes correcting some sintax errors. This will be the finall work for this device,Unfortunately due to personal circumstances i'm unable to provide continuing support in this thread... if anyone elese would like to have more features for this rom can contact with my good friend ffalete or visit the Levix Team Project​
LINK_REMOVED ​
{
"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"
}
Aviable for multiples LG G2 devices thanks to the folders provited by Cloudyfa
Build under the last official LG Release European 20F
Fully Rooted with the last SU updates binary
Full Busybox Suport
Zipaligned
Deodex
Include a new Toogle for Processor Manager to save more Battery
Included optional SplitWindow for G2 thanks to xdabbeb's
Reworked the Updater script acordin with the rigth symlinks and permissions
Reworked the NavBar Buttons
Included LG G3 lockscreen animations/Bootanim/Media thanks to P4R14H PL
Recompiled the Settings to add AmnoSFerum Control Panel
AmnoSFerum Rom Control Panel include
Xposed Framework InstallerThanks to rovo89
Xposed module App Settings Thanks to Tungstwenty
Ad Away Thanks to mrRobinson
ViPER4Android Audio Effects Thanks to zhuhang
Wanam Kit 1.4.7 Thanks to wanam
Credits and Thanks
ffalete and Levix Team
rovo89
Tungstwenty
mrRobinson
P4R14H PL
xdabbeb's
Cloudyfa
zhuhang
amarullz
wanam
Chainfire
Stericson
Vertumus
How to Flash​
First of all be sure that you have a custom recovery wich will give you the option to acced to recovery
First flash The Rom
In the process of the first instalation you will have to choose the wipe option from aroma installer to be surre that you will have a proper instalation and for this it will be better to backup your important apps in your pc or sd-card
After the first instalation you have to update your apps and to let a wilde the phone to integrate and to adapt the rom (maybe one hour or less)
Now you can proceed to flasf the Thematizator Pack and here you can choose the option from aroma installer
VERY IMPORTANT : There is no need to make any wypes when you flash the Thematizator pack ,the instalation script will make an automatic cache/data-dalvic-cache
After that you can Flash and Reflash the Thematizator pack any time you wish and I REPEAT : WITHOUT ANY WIPE...-NO WIPES -
You can flash the Thematizator pack any time you want but be surre that betwen the flashes you will give some minimal tinme to cool down the overheated processor of your phone
Inside of the aroma installer you will find a lot of options to theme your phone changing the system in holo dark or original holo ligth
You can change from aroma installer the texture of your system background ,the dial pad,and many others options
Inside of the Settings Rom you can find a module named Amnosferum Rom Control , here you can activate the Xposed Installer and to choose inside of Xposed the modules who will change the Background in the PullDown System Bar
To chage the Pull Down Status Bar you you will have to choose one of the modules from Xposed Framework ...Warning - YOU HAVE TO CHOOSE ONLY ONE OPTION AT THE TIME- any time when you need tochange the pull down status bar background be sure that you will choose only one option at the time​
Click to expand...
Click to collapse
OLDER VERSIONS​G2_D802_AmnoSFerum_Rom_DieGlocke_ProjectXerum525_D20
I have started this project just for helping at my friends from LevixTeam to start their first project.This rom is a daily rom one , very closed by the stock one with some minimal changes.
I had a look into XDA Dev of LG G2 forum and i´ve seen some weird ways to flash a roms for LG G2
Basicaley I didn´t seen at nobody to use the proper mount points so far for this device and for this reason i´ve changed the way and I had adopted another way to mount the partitions , this is the old way and it is working excellent to flash roms with Aroma Installer .So for this reason I assure that now it is very easyley to flash ROMS under Aroma Installer . As well I had included a modificated init.d script checker who verify and is giving the proper rights to init.d folder scripts based on Qualcomm (Snapdragon) devices by an original idea of RyuinfernoPublished Here .
Download (Older Version)
G2_D802_AmnoSFerum_Rom_DieGlocke_ProjectXerum525_D20
Wuala link to G2_D802_AmnoSFerum_Rom_DieGlocke_ProjectXerum525_D20
Thanks to:
LevixTeam
Chainfire
dr87
Bruce
Dorimanx
Savoca
amarullz
Htcmania and LevixTeam
XDA Developers
IN ATENTION OF DEVELOPERS
the rest ov developers from here use this codes to mount the partitions wich is not really the PROPER way
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/userdata", "/data");
i think that nobody found the mount points because lg has changed the structure of the ramdisc/fstab where ususally we use to found the mount points
and as well we cannot find them anymmore with the adb shell su -c mount command
Click to expand...
Click to collapse
the proper mont points to make a stabe build for this device are this:
mount("ext4", "EMMC", "/dev/block/mmcblk0p30", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p35", "/data");
mount("ext4", "EMMC", "/dev/block/mmcblk0p31", "/cache");
Click to expand...
Click to collapse
And to find the Rigth Permissions use this comand under debug adb to extract them to your sd card
adb shell
su
cd /system
ls -RZ > /storage/emulated/0/perm_own_context.txt
ls -Rn > /storage/emulated/0/perm_numeric_own.txt
If anyone have tecnical questions or need the rest of the mount points just pm.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
[/CENTER]
HOW TO FLASH: The frist time when you will flash this rom just choose the wipe method inside of aroma installer process...there is no need to make another wipe from recovery
after that you cann reflash the rom how many times you wish without any wipe....it have an automatic cache/data-dalvic cache wipe insideof the instalation process
Enjoy
XDA:DevDB Information
AmnoSFerum_SingleShoot_MultiVersion_RomProject_20F5_D20, ROM for the LG G2
Contributors
amnodaniel, ffalete, reeoro
ROM OS Version: 4.4.x KitKat
ROM Firmware Required: D80220f_00 KitKat
Version Information
Status: Stable
Created 2014-06-01
Last Updated 2014-07-22
First! Anyways, always nice to see new roms
Will try it soon...
Very nice Rom
Gesendet von meinem LG-D802 mit Tapatalk
new rom thankssss
ROM uploaded in server
amnodaniel said:
ROM uploaded in server
Click to expand...
Click to collapse
OT: Do I remember you?
Amnodaniel with HorsePower Kernel by spica1234?
Welcome to LG G2 my friend. Will flash it soon and give you the feedback.
SREEPRAJAY said:
OT: Do I remember you?
Amnodaniel with HorsePower Kernel by spica1234?
Welcome to LG G2 my friend. Will flash it soon and give you the feedback.
Click to expand...
Click to collapse
Hahahaha...what a pleasant surprise dude....how are you doing? Glad to se you again here....what do you know abot Manam....Spica...didn't heard about him from long time ago.....well well.... you had started to bulid kernels and you are now forum moderator.
well i 've starded this project just for help some good friends of mine from Levix Team and for show to the people how to mount corectley the partitions for lg g2....
this is my wife phone a i didn't have time to develop ....but having a look around in this forum i've seen that no body use the correct mount partitions and the rigth permissions
Later i will make a tutorial about how to mount the partitions and how to find the rigth permissions for this device
I have used this ROM on Samsung N2 and S3 I suppose. Glad to see you here.. downloading....
Sound sounds bit stock any way to boost it? thanks
so far very smooth and no bugs or lags.... thanks for this ROM.. testing the battery life...
Basicaley I didn´t seen at nobody to use the proper mount points so far for this device
Click to expand...
Click to collapse
What you mean ?
I'm on stock D802 , so i guess LG is using the proper mount points ?
And if i want to flash your rom , can i just wipe all ( except data ) and flash , or do i have to do something (I shouldn't know what to do ) with the old mount points ?
Thanks
Kuoi said:
What you mean ?
I'm on stock D802 , so i guess LG is using the proper mount points ?
And if i want to flash your rom , can i just wipe all ( except data ) and flash , or do i have to do something (I shouldn't know what to do ) with the old mount points ?
Thanks
Click to expand...
Click to collapse
i meant about the developers, they use some unusual dev block mount points who are not really indicated unless if that developers are make the builds in Bin. format or img. format
the rest ov developers from here use this codes to mount the partitions wich is not really the good way
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/userdata", "/data");
Click to expand...
Click to collapse
i think that nobody found the mount points because lg has changed the structureon ramdisc where ususal we can find the mount points
and as well the real mount points cannot find them with adb shell su -c mount command anyway
Click to expand...
Click to collapse
the proper mont points to make a build or this device are this:
mount("ext4", "EMMC", "/dev/block/mmcblk0p30", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p35", "/data");
mount("ext4", "EMMC", "/dev/block/mmcblk0p31", "/cache");
Click to expand...
Click to collapse
i you want to flas this rom just be sure that you will choose inside of aroma installer the wipe option at the first time when you will flash.
after that you can reflash this rom how many times you wish without any other wipe...my updater script it have inside a automatic cache/data.dalvik cache wipe and you will not loos any data
Very very very thanks amno for your rom.
Here you have a friend
[emoji2]
Enviado desde mi LG-D802 mediante Tapatalk
ffalete said:
Very very very thanks amno for your rom.
Here you have a friend
[emoji2]
Enviado desde mi LG-D802 mediante Tapatalk
Click to expand...
Click to collapse
you are the man amigo... you are part of the Team
mira en primera pagina que estas metido como contribuidor
your mods are rock dude... and wish to see your jobs soon here
Next week......
We are working on this mod to xposed. Animated pulldown [emoji2]
Enviado desde mi LG-D802 mediante Tapatalk
Broken link please repost it ! :good:
galeej said:
so far very smooth and no bugs or lags.... thanks for this ROM.. testing the battery life...
Click to expand...
Click to collapse
Thanks for feedback
Giacomio said:
Broken link please repost it ! :good:
Click to expand...
Click to collapse
added another link for downloads
ffalete said:
Next week......
We are working on this mod to xposed. Animated pulldown [emoji2]
Enviado desde mi LG-D802 mediante Tapatalk
Click to expand...
Click to collapse
like i´ve told before.... u´r the man.. champ...just waiting to aply your work on this rom.
Am I the only one experiencing issue with screen rotation ? And phone goes in bootloop after flashing KitKat BaseBand.

Categories

Resources