So you want to build AOKP PUB? - Fascinate General

Building AOKP PUB for fascinate on JB 4.2 mr1
If you have built ROMs from source before skip to part 2
Part one do this STOP after Move to our new AOKP directory
http://rootzwiki.com/topic/31166-tutorial-so-you-want-to-build-aokp-jb-ubuntu-1204/
Part 2 sync to Unicorn Butter and pull fascinate build products and frameworks fixes for PUB
Code:
repo init -u https://github.com/UnicornButter/platform_manifest.git -b jb-mr1-fascinate
repo sync -j# <---- # = number of cores your cpu has
*** on the first sync only ********************************************
Code:
mv platform_manifest/kernel_manifest.xml ../.repo/local_manifest.xml
repo sync -j# <---- # = number of cores your cpu has
***********************************************************************
Code:
cd platform_manifest
./pick.sh
Part 3 build this stuffs
Code:
. build/envsetup.sh
lunch
# <-- choose # for fascinate
make -j# bacon <---- # = number of cores your cpu has
Part 4 profit
finished build should be located in out/target/products/fascinatemtd
Part 5 Time for another build?
Code:
repo sync -j#
cd platform_manifest
./pick.sh
** build the stuffs
Part 6 Cherry-picks?
this can get tricky if the commits don't merge nicely and often Works in process will break the build or cause major problems…. but you want it ? you got it.
go to the gerrit project you want to pick
http://gerrit.sudoservers.com/#/c/5117/
click cherry pick and either copy all the text in the box below or click the copy to clip board button
{
"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"
}
cd to dir you picking to in this case
Code:
cd frameworks/base
paste the code in this case
Code:
git fetch http://gerrit.sudoservers.com/AOKP/frameworks_base refs/changes/17/5117/23 && git cherry-pick FETCH_HEAD
then build as usual
if you get merge conflicts and you don't know what your doing just rm -rf the dir in this case
Code:
rm -rf frameworks/base
and resync.
Happy building.
Steve

Nvm I'm a ideot
Edit: so far so good its syncing the unicorn butter now no errors
Sent from my SCH-I500 using Tapatalk 2

bbrad said:
Nvm I'm a ideot
Edit: so far so good its syncing the unicorn butter now no errors
Sent from my SCH-I500 using Tapatalk 2
Click to expand...
Click to collapse
For me the syncing was the easy part.lol the building and cherry picking what tripped me up. GL bbrad. Cant imagine i will be able to but, if u need any help hit me up, U never know I might have any idea..lol :silly:

BDogg718 said:
For me the syncing was the easy part.lol the building and cherry picking what tripped me up. GL bbrad. Cant imagine i will be able to but, if u need any help hit me up, U never know I might have any idea..lol :silly:
Click to expand...
Click to collapse
Thanks good luck to you to building and cherry picking is going smooth so far
Sent from my SCH-I500 using Tapatalk 2

bbrad said:
Thanks good luck to you to building and cherry picking is going smooth so far
Sent from my SCH-I500 using Tapatalk 2
Click to expand...
Click to collapse
Very cool. Cant wait to see results. If u want me to help ya test ur builds hit me up. Maybe we can actually start that team we were thinking bout...lol Might take a while to get to AOKP or Cyanogen levels..lol...but the more roms the better right?

Damn terminal froze right in the middle of the fken build procces having to start all over
Sent from my SCH-I500 using Tapatalk 2

bbrad said:
Damn terminal froze right in the middle of the fken build procces having to start all over
Sent from my SCH-I500 using Tapatalk 2
Click to expand...
Click to collapse
Cant count how many times that has happened to me. SRY..but glad im not the only one. U have a powerful enough PC?

BDogg718 said:
Cant count how many times that has happened to me. SRY..but glad im not the only one. U have a powerful enough PC?
Click to expand...
Click to collapse
Yep I'm even on the recommended 64bit a dual core 2.6ghz a4 and 4gb of ram and 6gb of swap should be plenty
Sent from my SCH-I500 using Tapatalk 2

bbrad said:
Yep I'm even on the recommended 64bit a dual core 2.6ghz a4 and 4gb of ram and 6gb of swap should be plenty
Sent from my SCH-I500 using Tapatalk 2
Click to expand...
Click to collapse
I agree. Could u tell around when it stopped building?

BDogg718 said:
I agree. Could u tell around when it stopped building?
Click to expand...
Click to collapse
Yea around when it was getting files from the repo
Sent from my SCH-I500 using Tapatalk 2

bbrad said:
Yea around when it was getting files from the repo
Sent from my SCH-I500 using Tapatalk 2
Click to expand...
Click to collapse
Did u cherry pick anything that could be holding u up? synced ok I assume? wish i knew how to help this situation. U trying the build again?

BDogg718 said:
Did u cherry pick anything that could be holding u up? synced ok I assume? wish i knew how to help this situation. U trying the build again?
Click to expand...
Click to collapse
No synced froze twice it went through the 3rd time and then it froze twice while building and nope n o cherry pics for me I just tried to build stock aokp pub and this Ubuntu install is brand new so nothing is running or making it freeze just the repo itself
Sent from my SCH-I500 using Tapatalk 2

bbrad said:
No synced froze twice it went through the 3rd time and then it froze twice while building and nope n o cherry pics for me I just tried to build stock aokp pub and this Ubuntu install is brand new so nothing is running or making it freeze just the repo itself
Sent from my SCH-I500 using Tapatalk 2
Click to expand...
Click to collapse
Dont know how much it is affected, but i have read that 12.02 doesnt play well with building android. But i have read where people have done it with success. Did u dl the lib files before u started?

BDogg718 said:
Dont know how much it is affected, but i have read that 12.02 doesnt play well with building android. But i have read where people have done it with success. Did u dl the lib files before u started?
Click to expand...
Click to collapse
I'm on 12.04 not 12.02 supposly its suppose to be the best at building so that's why I installed it lol and yea I got everything before I started building
Sent from my SCH-I500 using Tapatalk 2

bbrad said:
I'm on 12.04 not 12.02 supposly its suppose to be the best at building so that's why I installed it lol and yea I got everything before I started building
Sent from my SCH-I500 using Tapatalk 2
Click to expand...
Click to collapse
lol simple typo. i meant 12.04. Have read conflicting comments. Im sure u took all the steps to setup java, python and all that good stuff :good:
Heres hopping u get it built. Somethings gotta be holding it up...well obviously huh..lol. Maybe someone with a lil more experience could chime in.
Gotta hop off till tomorrow am. Good luck bbrad. My Ravens in the Supper Bowl and have to start partying....GO RAVENS!!!!!!!!!!!

Finally done partying for a while..lol. How goes it bbrad? you have any luck?

BDogg718 said:
Finally done partying for a while..lol. How goes it bbrad? you have any luck?
Click to expand...
Click to collapse
I'll try it again this afternoon at the moment I'm at the doctor picked up some kind of asmea
Sent from my SCH-I500 using Tapatalk 2

Well just tried building again with a few tweaks I found on the interweb and it hasn't froze once :thumbup:
Sent from my SCH-I500 using Tapatalk 2

bbrad said:
Well just tried building again with a few tweaks I found on the interweb and it hasn't froze once :thumbup:
Sent from my SCH-I500 using Tapatalk 2
Click to expand...
Click to collapse
cool deal. let me know if u want me to help ya test it out. be curious to see how it comes out.

BDogg718 said:
cool deal. let me know if u want me to help ya test it out. be curious to see how it comes out.
Click to expand...
Click to collapse
Doesn't seem like a big deal it doesn't even give me a warning it ignores it but I get the two following errors when resyncing the source
Curl: (22) The requested URL returned error: 404
Server does not provide clone.bundle; ignoring.
After the errors it contacts the server and downloads the manifest just fine
Sent from my SCH-I500 using Tapatalk 2
---------- Post added at 01:00 AM ---------- Previous post was at 12:54 AM ----------
I wonder if Stephen would allow me to create a cherry picked to death version of this kinda like this ROM http://forum.xda-developers.com/showthread.php?t=2119369
Sent from my SCH-I500 using Tapatalk 2

Related

Onandroid LIVE FULL BACKUPS WITHOUT BOOTING INTO RECOVERY

Thought this looked interesting. Figured I'd share with you guys. It's called Onandroid supposedly you can do LIVE Full Nandroid Backups without Booting into Recovery. Haven't tried it, but it looks interesting. XDA Thread link, and Android Police link are below .
Online Nandroid Backup / Nandroid Backup without re-booting
Android Police Review
Looks like im gunn have some fun today
sent from a nuclear explosion
Wow that looks prety cool. Will try a little later.
Sent from my PG06100 using xda premium
I had a dream about this not gonna lie lol.
Sent from my EVO using Xparent SkyBlue Tapatalk 2
I tried,this about a week ago. Took over an hour to backup (did it overnight). Let me know if this was user error or if that is normal.
At that rate, its easier to just boot into recovery to do what I need. Usually only backup to flash something else anyway.
Sent from my HTC Evo Shift using Tapatalk 2
Just tried it..... Took about 20min. I think ill use recovery instead. seems a bit faster.... Still good though.... thx for sharing prboy....
Sent from my PG06100 using Tapatalk 2
on my doubleshot it took 8 minutes 24 seconds. But it skipped wimax of course.
Sent from my HTC MyTouch 4G Slide running MikXE
My ext partition was almost a gig so that may be why it took so long. Ill try it again tonight. Also I remember seeing boot partition skipped when I did it. Anyone else? Anyone restore a backup yet?
Sent from my PG06100 using Tapatalk 2
hamagc said:
My ext partition was almost a gig so that may be why it took so long. Ill try it again tonight. Also I remember seeing boot partition skipped when I did it. Anyone else? Anyone restore a backup yet?
Sent from my PG06100 using Tapatalk 2
Click to expand...
Click to collapse
I didn't get the boot partition skipped, and to be honest I'm kinda scared to restore it since the doubleshot is such a prick about trashing partitions. A recovery has been the blame and also a couple cm users have had their phone just brick in the middle of "running"
Sent from my HTC MyTouch 4G Slide running MikXE
hamagc said:
My ext partition was almost a gig so that may be why it took so long. Ill try it again tonight. Also I remember seeing boot partition skipped when I did it. Anyone else? Anyone restore a backup yet?
Sent from my PG06100 using Tapatalk 2
Click to expand...
Click to collapse
My boot partition got skipped as well.... I got a 2gig partition and a ton load of apps. Probably why it 20min... Havent tried to restore the backup yet.... im runnin newRunny if it matters....
Sent from my PG06100 using Tapatalk 2
riel01 said:
Just tried it..... Took about 20min. I think ill use recovery instead. seems a bit faster.... Still good though.... thx for sharing prboy....
Sent from my PG06100 using Tapatalk 2
Click to expand...
Click to collapse
Your welcome, I share what I think peeps will be interested in. Just tried it on SS vXI . Took about 15Min. , but while it was going on I still received a couple of important Texts. Which I wouldn't have been able to do being in Recovery. Will try a restore a little bit later. Still not sure how I feel about it though.
So just my results with this. I was running CM9 and made a backup, did a full wipe and flashed a Sense ROM. Then restored back to CM9 with no ill effects. I see the speedy takes a long time to backup but its very worth it if you don't wanna shutdown. The restore was done on my doubleshot but it worked without a hitch
Sent from my HTC MyTouch 4G Slide running MikXE
Tried a restore on the Shift, went off without an issue. . Nice not to have to shutdown for a Backup is nice.
prboy1969 said:
Tried a restore on the Shift, went off without an issue. . Nice not to have to shutdown for a Backup is nice.
Click to expand...
Click to collapse
Yeah I was sitting around the other day and figured, what's the worse that can happen I brick this pos device so I tried it and really love the idea and everything about it. I'm glad he released for all android phones and not just the xperia
Sent from my HTC MyTouch 4G Slide running MikXE
No doubt . The idea of not being down all that time is nice. Last time I did a backup is was 15min plus.
TEAM MiK
MikROMs Since 3/13/11
prboy1969 said:
No doubt . The idea of not being down all that time is nice. Last time I did a backup is was 15min plus.
TEAM MiK
MikROMs Since 3/13/11
Click to expand...
Click to collapse
Yeah now it runs in the background. But from what I have seen the shift has a very painfully slow recovery process all around. Like on my doubleshot, I can fully format and flash a ROM and have it on the boot animation by the time I format system and data on the shift. By the time the shift is ready to flash I'm already booted into my ds restoring my apps. Anyways just rambling
Sent from my HTC MyTouch 4G Slide running MikXE
hamagc said:
I tried,this about a week ago. Took over an hour to backup (did it overnight). Let me know if this was user error or if that is normal.
At that rate, its easier to just boot into recovery to do what I need. Usually only backup to flash something else anyway.
Click to expand...
Click to collapse
Can you try the latest version (v5.9) and send me the log file at /data/local/tmp/onandroid.log if there was an error?
riel01 said:
Just tried it..... Took about 20min. I think ill use recovery instead. seems a bit faster.... Still good though.... thx for sharing prboy....
Click to expand...
Click to collapse
Can you try the latest version (v5.9) and send me the log file at /data/local/tmp/onandroid.log if there was an error?
strapped365 said:
on my doubleshot it took 8 minutes 24 seconds. But it skipped wimax of course.
Click to expand...
Click to collapse
Does your CWM backup wimax partition?
riel01 said:
My boot partition got skipped as well.... I got a 2gig partition and a ton load of apps. Probably why it 20min... Havent tried to restore the backup yet.... im runnin newRunny if it matters....
Click to expand...
Click to collapse
Can you send me the log file at /data/local/tmp/onandroid.log and also the output of below commands in terminal emulator?
Code:
su
cat /proc/partitions
Hey Ameer and all,
Can anyone confirm that the scorpion_mini config will work with the electrify M. They are sisters and almost a dead match hardware wise, but not sure about partition wise. Also there's no /proc/emmc, or /proc/mtd. Would I or wouldn't I need the patch zip that's on github? Thanks for any info.
Sent from my XT901 using Xparent Cyan Tapatalk 2
dtrud0h said:
Hey Ameer and all,
Can anyone confirm that the scorpion_mini config will work with the electrify M. They are sisters and almost a dead match hardware wise, but not sure about partition wise. Also there's no /proc/emmc, or /proc/mtd. Would I or wouldn't I need the patch zip that's on github? Thanks for any info.
Sent from my XT901 using Xparent Cyan Tapatalk 2
Click to expand...
Click to collapse
I have tried finding information about partition layout for Electrify, but could not get much info. Would you be able to try the skorpion_mini patch file and see if it works?
{
"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"
}
This is what I get A meet.
Sent from my XT901 using Xparent Cyan Tapatalk 2

[APP][v5.1] Multi-kernel, Multi-OS -Modded Tassadar's Multirom Manager

People like me find it really impossible to switch back from ics to gb permanently. And its also impossible for me to keep using ics, with poor video recording and playback, GPS wakelock bug, crappy game performance and buggy bluetooth. And you can't keep ics and gb side by side with the original multirom since they need to be compatible with the same kernel. But with this app, you can
What is Tassadar's Multirom? See website and original thread
Features:
Apart from the existing features which were there in the original app, this has:
ROM switching:
This app changes kernels by creating boot.img backups and flashing them. Flashing hardly takes a second in gingerbread. In ics and higher, it may take a bit longer.
ROM zip modder (to flash directly sd-ext):
You can use this app to modify your ROM zip to flash directly to sdext. You can flash it with any recovery. The modified rom zip will have multirom embedded in its boot image. So, no need to flash multirom after installing every rom.
This method is experimental.
A few points worth noting here:
-- Modded zip names will have the prefix "mrom-".
-- The boot image (with multirom in it) of the last modded zip is stored at /sdcard/multirom/tmp_boot.img. You can simply rename it with any file manager.
Click to expand...
Click to collapse
{
"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"
}
Version history:
v1
Added boot.img backup / restore. (Backups are stored in /sdcard/multirom/)
Asks for default boot location after you flash.
Added back and reboot buttons in Updater, so that you can reboot right after flashing.
Enabled ICS theme and made some layout changes to suit with it.
v2
Now its possible to select a backup ROM as default after restoring boot image. (For those who keep 3 or mopre ROMS).
Fixed Czech translation
Fixed a minor bug which was there in the original app; it displayed "Multirom folder not found" instead of "No backups found"
v3
lots of bugs were introduced in the last version. Choosing backups should work correctly now.
v4
Now you can flash a rom to sdcard directly FROM ANY RECOVERY.
When modding your ROM zip, a preview of the updater script will be shown.You can edit it, if needed.
It is recommended to keep a copy of multirom.zip on sdcard. If you choose to download it from internet, it will be saved at /sdcard/multirom/multirom.zip.
You can now erase your default rom (on sdcard of course) directly from this app before flashing a new one. Go to "manage ROMs".
Also shows the size of your default ROM.
bug fixes.
v4.2
Script will mount sd-ext automatically before flashing in recovery.
if /sdcard/multirom/multirom.zip is found, it will use that for preparing zips.
v5.1
fixed "Cant move active ROM to backup!"
fixed absurd behavior and FCs during zip modding, which would happen if you cancel the process and try again.
shows detailed progress during zip modding.
Click to expand...
Click to collapse
How to install a new ROM in sd card
Just use the app to mod a ROM zip and flash the modded zip in recovery.
Simplified instructions for first time users
I have tested this method with cm9(arjen's nightlies) , cm10(rasheed's rom) , cm7(gingerblur) and stock roms(dynamite and resurrection).
Long method (only if the above process fails with certain ROMs):
Its somewhat similar to the original process here.
- If you haven't, perform up to step 2 of the original guide.
- Make nandroid backup (ur gonna need this). Wipe. flash ROM which you wanna to have on SDcard.
- Flash multirom.zip, even if you did earlier ( because everything gets wiped after flashing the ROM ). Get multirom.zip from http://tasssadar.github.com/multirom
- Backup ROM's boot.img with recovery (preferably AmonRA, because it lets u do selective backup). you need to copy the file to /sdcard/multirom/ later.
- Go to "MultiROM options" menu and select "Create from current ROM".
- Restore nandroid backup from beginning of this step and reboot.
How to switch ROMs:
1. (Only if you haven't done this before) Backup boot.img of current ROM
2.
Warning: To backup/restore a boot image, you need at least 160 MB of free RAM. This is not a big deal in gb (where u have 300+ MB of RAM). But in ics, you may need to free up RAM using a taskkiller. A bad flash will make your device unbootable. (you will still be able to boot in recovery though)
Sources:
https://github.com/arnab321/MultiROMMgr
If this was anything useful to you, press thanks!
Excelent working flawess and fast tested with cm7 and cm10
Thanks exclent work congrats
Sent from my LG-P500 using xda app-developers app
---------- Post added at 01:53 AM ---------- Previous post was at 01:49 AM ----------
I think even being a app should be in p500 development section.
Sent from my LG-P500 using xda app-developers app
Thanks for sharing this...
Sent from my LG-P500 using xda app-developers app
Hey, just one little question, how do you changed the color from blue to orange?
Sent from my LG-P500 using Tapatalk 2
Lol best app for our phone since i have froyo for new BB now i have 4 diferent versions of android 2.2,;2.3;;4.0.4 and 4.1.1 hehe thanks a lot really cool now lol
Sent from my LG-P500 using xda app-developers app
U made it? If yes then u are super awesome and if not then thanks for sharing
Sent from my LG-P500 using Tapatalk 2
kssood said:
U made it? If yes then u are super awesome and if not then thanks for sharing
Sent from my LG-P500 using Tapatalk 2
Click to expand...
Click to collapse
i think his he work or well said he grave multirom app already existed and make it to flash boot.img and others changes..
so i think its he work too of course tassadar start all and even if he just mod app well he made a hell of a job because in multirom we cant have diferents kernels now we can...
but arnaby can explain better but thanks for this mod it really make my day yesterday lool.
fd1999 said:
Hey, just one little question, how do you changed the color from blue to orange?
Sent from my LG-P500 using Tapatalk 2
Click to expand...
Click to collapse
lol that was a cm9 theme. screenshots were taken on different days
kssood said:
U made it? If yes then u are super awesome and if not then thanks for sharing
Sent from my LG-P500 using Tapatalk 2
Click to expand...
Click to collapse
Of course, its my work. But the original idea was Tassadar's. Without his "Updater" thing, i couldnt have done this.
.... cm9 in sd card verry slow? ...and sdcard is die ?
x-dira said:
.... cm9 in sd card verry slow? ...and sdcard is die ?
Click to expand...
Click to collapse
No its not that slow maybe in the begining and speed of your sdcard should be class4 at least mine is and its not that slow try it...
As four sd life well yes like a lot of stuff we already do decrease is life but im my opinion that of sd card life and other stuff like baterir etc kind a myth with a litle truth of course.
Sent from my LG-P500 using xda app-developers app
Sorry for ot
MultiRom.zip link is not in original thread anymore, can anyone please reupload it??
Edit: got the link
http://www.mediafire.com/?4q1op96bjvx2cdp
Sent Via Optimus One
Abhiroxx said:
Sorry for ot
MultiRom.zip link is not in original thread anymore, can anyone please reupload it??
Sent Via Optimus One
Click to expand...
Click to collapse
Not now but i can you can use app to install it, the one in tassadar thread but last time i use that app for that work bad i dont advise but could be of the rom i was using glad i have one in my pc....
Sent from my MOMO9 using xda app-developers app
just wanna say thanx a million dude!!!#
you made my whole month!
I love multirom and now this!!!! just awesome!!!##
Sandipkim said:
just wanna say thanx a million dude!!!#
you made my whole month!
I love multirom and now this!!!! just awesome!!!##
Click to expand...
Click to collapse
Lol you are really crazy about multiRom
I'll try this too with cm9 n dynamite5.2
Sent Via Optimus One
Abhiroxx said:
Sorry for ot
MultiRom.zip link is not in original thread anymore, can anyone please reupload it??
Edit: got the link
http://www.mediafire.com/?4q1op96bjvx2cdp
Sent Via Optimus One
Click to expand...
Click to collapse
Just carefuly hidden by forgetting to write "and download links": http://tasssadar.github.com/multirom/
Tasssadar said:
Just carefuly hidden by forgetting to write "and download links": http://tasssadar.github.com/multirom/
Click to expand...
Click to collapse
seems like you are playing with users, whether they are smart or not
Sent Via Optimus One
Gonna report it for xda news portal.
Sent from my LG-P500 using Tapatalk 2
Tasssadar said:
Just carefuly hidden by forgetting to write "and download links": http://tasssadar.github.com/multirom/
Click to expand...
Click to collapse
Hey, good to see you here.
Sent from my LG-P500
My phone dont boot after all procces bad
Enviado desde mi Galaxy Nexus usando Tapatalk HD
edinrh said:
My phone dont boot after all procces bad
Enviado desde mi Galaxy Nexus usando Tapatalk HD
Click to expand...
Click to collapse
Fastboot?

(BL1.2ROM-AOSP)SmOoTh_IcE 4.0.4(G-tablet Only)(Updated 09/22/12

Disclaimer
I do not take responsibility for anything that happens to your stuff
If you load this it is your responsibility to fix if things go wrong
If your walls start bleeding and your animals start dancing on the ceiling
Then you have something else wrong and it I can not help you :cyclops:
For starters I am not a Developer, I am not a Themer, but what I am is not important.
This is something that I have been working on for the past 2 weeks. Didn't want to
release it until I knew others can handle it. This is G-Harmony4.0.4 broken down on
Crack. Fully Deodexed with Modded scripts to Match. After Installation and setup is
complete let it rest for 10 - 15 minutes to allow the Dalvic to build. After that hold on
with both hands and enjoy the ride. Sorry this only comes as a 160 lcd, but can be
by changing the build prop.
I want to thank tjohnsonjr for bring us [ROM-AOSP][BL-1.2]G-Harmony ICS 4.0.4 ODEXed
so I can rip it apart and bring you this amateur build
Also Special Thanks goes to fosser2 for helping me out with some initial issues, and bring us
to the ICS and Jelly Bean Stages
Just when you think it couldn't get much better then this
Then I update and it just keeps getting better
This one will keep going all night long
Now I bring you SmOoTh_IcE 4.0.4 (deodexed)
{
"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"
}
NEW
Installation Instruction.
You must be on BL 1.2 and have a 250mb System partition with CWM ver. 5.5.0.4
You must now how to back up your existing system. That is only being said once
Boot into Recovery and do a Nandroid Backup
Wipe data/factory reset
Partition Internal SD to 4096/0 in Advance settings A MUST
Download Rom and Place on internal storage
Install Package
My Update Script will do the rest
Complete initial setup
No more waiting update the Crap out of everything
Apps included
Gapps
Gmail
Root Browser (removed)
ES File Browser (More User Friendly)
Apollo Player
Adobe Flash Player
Chrome Browser
Google Maps
No-Frills CPU Control
Power Toggles
Screenshot ER
SuperUser
Terminal Emulator
You Tube
If you want any thing else you will have to wait and go get them
Version 1.3 is pre-Charged so you don't really need it, but I left it in there
V6SuperCharger is still included if you want it
Instructions.
1. Open Terminal Emulator
2. Type: su and then click "ALLOW" on the SuperUser pop up
3. Type: cd system/xbin
4. Type: sh V6SuperCharger.sh
5. Follow the prompts
What Doesn't Work
Camera
Mic
PC USB Mount Alternative is to use CWR or a USB Drive
Updated SmOoTh IcE version 1.4
Whats Different see 2nd post.
ROM download here.
http://d-h.st/enO
Link for NVFlash package to set System to 250m
http://teamdrh.com/DRH-Downloads/Full_Stock_NVFlash_CWM_5504_Touch.zip
I don't normally do this stuff, So I will try to keep it updated as much as I can. Also the dropbox link might cause issues.
Hope someone can support a mirror link.
If you like my work just press the Thanks button
If you really like my MODS, Buy my wife a Kindle book so I can keep working on this,*
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=csmccall99%40yahoo%2ecom&lc=US&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
reserved for later use
Changelog
Changed boot.img from DRH 1.3.2 to 1.3
Everything should work allot better. Sorry for not catching that.
09/19/12
Changelog
Updated Build prop. for speed and BUTTA
Added Root Browser in place of File Browser (WHY, BECAUSE WE ARE ROOT DUHH)
Changed around some scripts in /etc/int.d for better performance
Fixed Brightness YAAAAA It works
Let it rest after install and setup (Remember Do Not Restore with Google) update Superuser through Play Store then update Bianary through app. Give it a reboot and try to keep recent app drawer cleaned out. Thanks in Advanced.
09/22/12
Changelog
Changed out once again some int.d scripts
Changed boot.img to current one off of DRH JB
Activated and tweaked Swap (If you don't know, better google it)
Sprinkled on some BUTTA for Flavor
Can't wait to try it, thanks for keeping the gtab going :thumbup:
Sent from my DROID RAZR using xda premium
Yeahhhhh. Thanks im on it now. Dl time.
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
So far nice and smooth. Like the speed but play store is not allowing me to download apps. It just continues to say downloading. I cleared cache for the app store still no go. Hmmmm
Sent from my Malata SMBA1002 using xda app-developers app
shawngrm said:
So far nice and smooth. Like the speed but play store is not allowing me to download apps. It just continues to say downloading. I cleared cache for the app store still no go. Hmmmm
Sent from my Malata SMBA1002 using xda app-developers app
Click to expand...
Click to collapse
Yeah it does that if you don't let it rest for the whole 10 to 15 min. Some devices might react different. Maybe needing a longer cool off period. I am running this along with everyone that does so I can try to duplicate issues as they come in if any and try to resolve them.
Edit : Updated OP
Yea I let it sit a little longer and it works fine now,the play store that is. It has started to lag in chrome a lot can't figure that one out.
Sent from my Malata SMBA1002 using xda app-developers app
lag might have to do with files left in the init.d folder...if you aren't using supercharger, I suggest removing files from the folder and rebooting.
Naddict said:
lag might have to do with files left in the init.d folder...if you aren't using supercharger, I suggest removing files from the folder and rebooting.
Click to expand...
Click to collapse
I am going to add this to the initial setup of the device after replacing the stock file manager with one that can be used to do it. Thank you for some insight. Does any one have a well place script that can be added to automatically do this?
I'm am using the superc. It has slowly started to speed up but not by much. Where is the file init.d located?
Sent from my Malata SMBA1002 using xda app-developers app
cam and mic
Do the camera and microphone work in this build? Also does this freeze up if it goes to sleep while plugged invisible USB?
ROM looks good. Great job
Sent from my SPH-L710 using xda premium
shawngrm said:
I'm am using the superc. It has slowly started to speed up but not by much. Where is the file init.d located?
Sent from my Malata SMBA1002 using xda app-developers app
Click to expand...
Click to collapse
in the etc folder
tjohnsonjr said:
ROM looks good. Great job
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
Got something else cooking in the Kitchen but needs more time to settle. Thanks.
herculese1 said:
Do the camera and microphone work in this build? Also does this freeze up if it goes to sleep while plugged invisible USB?
Click to expand...
Click to collapse
Like all the ICS Builds for the Gtab we are using the Kernel off of Team DRH's build made by fosser2 and others. Once they get the kernel perfected there will be no Camera. This has Kernel base 1.3 I took the build with 1.3.2 off line. To the Sleep of Death issue Yes there is always that chance of it happening. Just beware of what you are doing and also word of advise change your display sleep setting to max.
nobe1976 said:
Like all the ICS Builds for the Gtab we are using the Kernel off of Team DRH's build made by fosser2 and others. Once they get the kernel perfected there will be no Camera. This has Kernel base 1.3 I took the build with 1.3.2 off line. To the Sleep of Death issue Yes there is always that chance of it happening. Just beware of what you are doing and also word of advise change your display sleep setting to max.
Click to expand...
Click to collapse
Is this speedier than G Harmony? I love it, with the exception of Email Speed and some internet Lag.
OK, I will be the guy to ask...If already on the latest G-harmony ICS, would a cache and Dalvik flush be enough when flashing this?
dsrhokie said:
OK, I will be the guy to ask...If already on the latest G-harmony ICS, would a cache and Dalvik flush be enough when flashing this?
Click to expand...
Click to collapse
Should be able to since this is just a Deodexed version of G-Harmony. I would still make a nandroid bakup in recovery just in case things go wrong. Try it out.
jlh11364 said:
Is this speedier than G Harmony? I love it, with the exception of Email Speed and some internet Lag.
Click to expand...
Click to collapse
It has some extra tweaks and more to come when finished with ver1.3.
nobe1976 said:
It has some extra tweaks and more to come when finished with ver1.3.
Click to expand...
Click to collapse
Great, I will look for it. Thanks for the work.

[ROM][A500][Jellybean 4.2.2 | CM10.1][2013/09/26]

Hi Guys Here is my first ROM I compiled it on Linux Mint Mate AMD64 and I currently have it running on my tablet, So far all is good. If any one els would like to help me test it that would be great! I would love any feedback as to if anything is not working right, I have only been running it for part of the day today and as I said so far all is goo!! I am running the cpu's overclocked @ 1.5.
Here are a few screenshots:
{
"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"
}
Just do a full wipe and flash the rom then flash gapps
This is my first build, and I worked very hard on it, so I look forward to your input, thanks.
I am also working on building a CM 10.2 Android 4.3 a500 rom to and will upload that once it is tested.
Here are the links to download:
cm-10.1-20130926-UNOFFICIAL-a500.zip : First Build
cm-10.1-20131025-UNOFFICIAL-a500.zip : Second Build
gapps-jb-20130812
Source Code
PS - see the attachment for a script to help you with wipes between falshing roms
Thanks - Kaiji
Oh yeah I forgot to add the links for the source I used, here they are, thanks to CyanogenMod & and all the devs & mods who have worked on this project.
https://github.com/CyanogenMod
https://github.com/KaijiHakaroku/device_acer_a500
https://github.com/WizBang/kernel_acer_a500
https://github.com/KaijiHakaroku/vendor_acer_a500
Thanks
Downloading. Will try it right away and report
DLSlith said:
Downloading. Will try it right away and report
Click to expand...
Click to collapse
Thanks,
KaijiKun said:
Thanks,
Click to expand...
Click to collapse
Well, I tried to flash your ROM buy it said zip was invalid. After that I tried to restore my backup and reflash the tablet, but I'm still stuck at Booting Primary Kernel :/
DLSlith said:
Well, I tried to flash your ROM buy it said zip was invalid. After that I tried to restore my backup and reflash the tablet, but I'm still stuck at Booting Primary Kernel :/
Click to expand...
Click to collapse
hmm, thats strange, I flashed the same file and am still running it with no problems, did you do a full wipe first? I will double check the uploaded file against the md5sum file and test it again, keep me updated.
KaijiKun said:
hmm, thats strange, I flashed the same file and am still running it with no problems, did you do a full wipe first? I will double check the uploaded file against the md5sum file and test it again, keep me updated.
Click to expand...
Click to collapse
I double checked the file I uploaded to 4Shared and it checked out, I dont know what could have gone wrong for you, maybe the file was not completely dowloaded, or somehow it got changed after you downloaded it, or while transfering it to your sdcard.. which recovery are you using? I am using Thors CWM touch 1.7.3 and Skrilax_CZ v9 bootloader. if you are still having trouble, PM me and I will give you my phone # I know that I can help you get any rom you want flashed, or if you have a backup you can use that
here is the terminal output from the files md5sum check:
[email protected] ~/Downloads $ md5sum cm-10.1-20130926-UNOFFICIAL-a500.zip
920136e012b2483c1cd3e2691ebe603f cm-10.1-20130926-UNOFFICIAL-a500.zip
it perfectly matches the file I created and flashed to my tablet.
920136e012b2483c1cd3e2691ebe603f /root/Source/out/target/product/a500/cm-10.1-20130926-UNOFFICIAL-a500.zip
Good luck, and let me know how it goes
Thanks - Kaiji
Yeah, I know, it's not your fault. I just got the tablet going again and I'm about to download everything once more.
Sent from my A500 using xda app-developers app
DLSlith said:
Yeah, I know, it's not your fault. I just got the tablet going again and I'm about to download everything once more.
Sent from my A500 using xda app-developers app
Click to expand...
Click to collapse
I am glad your tab is working again, I am working on CM10.2 jb 4.3 and will post it in a few days
See ya, and good luck a500 cm10.2 Source
You sir, is my hero
Flashed your ROM again, it's the first JB ROM my tab succesfully loads and so far everything is working as expected. Count me in for testing your next ROM, I'll be testing this one for now
Sent from my A500 using xda app-developers app
My biggest concern is if the mic is working? Thanks.
Working stuff so far:
- WiFi
- Bluetooth
- Both Cameras
- Photo and Video Recording
- USB Port
- G-Apps
Not Working:
- Mic
- YouTube app
Sent from my A500 using xda app-developers app
DLSlith said:
Working stuff so far:
- WiFi
- Bluetooth
- Both Cameras
- Photo and Video Recording
- USB Port
- G-Apps
Not Working:
- Mic
- YouTube app
Sent from my A500 using xda app-developers app
Click to expand...
Click to collapse
OK Thanks.
First.. Id like to commend your efforts. You didnt over-bloat or inflate the ROM beyond what is typically in AOSP (which is rare).
Second.. Went off without a hitch as far as I am aware its fully functional (I just banged around on it to get it setup for my wife (Im retiring my use of it).
I did notice a 'video shift' using Skrilax bootloader.. for a few seconds after I get the 'booting primary kernel' message the video goes a bit nuts but then returns to normal.
Should you ever feel cocky and choose to do a build using AOKP I would be MOST interested in the outcome... Ive been beging and pleading with them for MONTHS with no luck but it too is based from CM source code with even more tweaks and such.
Side note.. Im actually a bit saddened to see the ROMs leaning more towards a 'phone' look rather than the 'tablet' look the iconia originally had.. I got used to it and now its about useless to me. **This is no reflection on the ROM baker but rather a personal observation.
DLSlith said:
Working stuff so far:
- WiFi
- Bluetooth
- Both Cameras
- Photo and Video Recording
- USB Port
- G-Apps
Not Working:
- Mic
- YouTube app
Sent from my A500 using xda app-developers app
Click to expand...
Click to collapse
I think I have the mic figured out, but it is going to be another day before I can compile the rom again, so hopefully I can get youtube working to by then, I will post it after I recompile, so look for a post Sunday night or so.. and thanks guys for the input, I really appreciate it. As for an AOKP, I will try putting one together after I get this one totally right....
Thanks - Kaiji
I'm also going to be doing some testing for you to get this ROM rolling along.
TEAM US!™
KaijiKun said:
I think I have the mic figured out, but it is going to be another day before I can compile the rom again, so hopefully I can get youtube working to by then, I will post it after I recompile, so look for a post Sunday night or so.. and thanks guys for the input, I really appreciate it. As for an AOKP, I will try putting one together after I get this one totally right....
Thanks - Kaiji
Click to expand...
Click to collapse
Nice, as soon as we get a working Mic I'll flash this on my tab again for testing. And I would really appreciate it if you can also check on YouTube app since I get to use YT several times a day, but browser access for YT is good enough for now.
Sent from my A500 using xda app-developers app
which recovery is reccomended? im currently still on ezterrys
Sent from my A500 using Tapatalk 2
DLSlith said:
Nice, as soon as we get a working Mic I'll flash this on my tab again for testing. And I would really appreciate it if you can also check on YouTube app since I get to use YT several times a day, but browser access for YT is good enough for now.
Sent from my A500 using xda app-developers app
Click to expand...
Click to collapse
I recompiled and still no working mic, I have a few more ideas, but I am going away for 2 weeks and I wont be able to work on this until I return...
I have about 24 hour until I depart, and the compiling process will take about 18 hours on my setup, so if this try works I will have something for ya, but more likely I wont have this worked out until I return....
But I am going to keep on trying to get this right, and soon enough it should be all worked out
I added another build to this post. The new build is a lot stronger, and although the mic is still not working, everything else is working better and faster in this build. I know everyone else has moved on to CM 10.2 now, and I am still screwing around with this one, hehehe I just like the 10.1 build, and I am working diligently on getting an updated android kernel to run on the A500 v3.x I have made some progress in that I have had one succesful build of kernel v3.1.10 that was able to boot yay!! I managed to get the acer t20 platform drivers from the old kernel into the kernel source from the A700s t30 source.... wow that was a lot of mess too. but the kernel was really buggy and the device would not stay running, and then shut down out of the blue shortly after booting up.... I will keep on working on it, I am actually pretty new to this stuff, and just started poking around, then started to head off in my own direction, lol. But I am coming to the conclusion that I may need some help here, lol. we will see.. I hope to soon have a build to post with the newer kernel, but right now things are such a mess, it may bee a while.
But any way you will find that the second build, posted for download at the start of this thread, is a much stronger, and better build of this software. enjoy
- Kaiji

[rom][sero7 pro][gummy][unofficial][kang]

​KANG######THIS ROM IS UNOFFICIAL######KANG
I've been builing this for a while now for personal use and I thought I would share it now that everything seems to be working. All I do is compile and upload..these are the Devs that did all the tough stuff...Thanks for making this such a great Tablet.
All Credit, Thanks & Donations need to go to these guys:
TEAM-GUMMY- https://twitter.com/TeamGummyRom
randomblame- TakTik Rom
delorespark- DOPA Rom
davepmer- CM-11
USE AT YOUR OWN RISK !!!!!!!
NOT MY FAULT IF YOU BRICK YOUR TABLET!!!!!
YADA YADA YADA!!!!
Git Hub----kernel https://github.com/bdadd34/android_kernel_hisense_m470bsa
Download GummYKanG--
3-13-14- new kernel with no oc based off of delorespark kernel source with davepmer wi-fi + full device tree including ramdisk..all deloresparks original patches for audio and charger. It doesn't have his latest bluetooth patch but i will add into next build. i will upload an oc kernel in post #2 shortly for those wanting one. Dont know about adding govs...they seem to lag pretty bad and i have yet to find any in other tegra 3 device. I'm thinking there is reason for that...so instead i will try to tweek interactive and ondemand and see how that runs.
3-29-14- new build based off delores park aosp repos and all his patches except 2nd a2dp patch which caused problems with viper4android and some bluetooth audio freeze ups. I will start weekly updates now and sometimes sooner if needed. No overclock in rom but I will upload a new basic oc kernel tomorrow.
gUmmYkAng dOwnlOAd fOldEr
Download your favorite 4.4.2 gapps-
PA Gapps http://forum.xda-developers.com/showthread.php?t=2397942
Slim Gapps http://www.slimroms.net/.../addons4-4
highly recommended
Download SuperSU http://download.chainfire.eu/382/SuperSU/UPDATE-SuperSU-v1.93.zip
Boot to recovery--use one of randomblames recoveries either one should work fine.
wipe data and format system
flash rom
flash gapps
flash superSU
Enjoy
Screen Shots
{
"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"
}
Boot.img zips
new 1.5ghz for latest rom version--oc, added sio and tcp_westwood, changed ondemand and interactive gov settings for performence.
github link now in op
gUmmYkAngOc314.zip - 8.42 MB
rom kernel
gUmmYkAng314_rom_kern.zip - 9.67 MB
here are a couple 1.3 ghz kernels built from delorespark's m470bsa source. Both with davepmer wi-fi changes..sorry no signitures yet, so disable check in recovery.
PRE CHARGER FIX ONLY
stkgUmmY_nocpuQt.zip--no cpu quiet, no oc, very stock like.
http://d-h.st/Wzq]stkgUmmY_nocpuQt.zip - 9.56 MB
stkgUmmY_plus3-12-14boot.zip--no oc, added cpu quiet, and tcp_westwood
http://d-h.st/EYG]stkgUmmY_plus3-12-14boot.zip - 9.56 MB
pics!! =D
Moirae said:
pics!! =D
Click to expand...
Click to collapse
I'll try to post some tonight when I get home from work.
Sent from my Sero 7 Pro using Xparent Green Tapatalk 2
Good stuff man!
Thanks so much for taking the time to put this together and for sharing it. Anything not working that you know of? A2DP? HDMI?
Sent from my SAMSUNG-SGH-I747 using Tapatalk
MrSimmonsSr said:
Thanks so much for taking the time to put this together and for sharing it. Anything not working that you know of? A2DP? HDMI?
Sent from my SAMSUNG-SGH-I747 using Tapatalk
Click to expand...
Click to collapse
In the OP it says everything is working. Probably the ROM is based on Dave's device trees, that's what my public PAC build will be based on.
Sent from my Sero 7 Pro using Tapatalk
Everything I have tested has worked so far...I'm going to get an HDMI cord today so I can test that. All other video and sound works and HDMI should as well but haven't been able to test. The device tree and current kernel are based from Randomblames repo but have little bits and pieces from tf101 tf301 grouper davpmer and delorespark. I'm currently switching the kernel base to davepmers , he did a lot of work fixing the hack job hisense did on the source code. I used randomblames first because deloresparks audio fix was made for taktik and I wanted to test first with that kernel base. I have a build going now with a new gummy sync and davepmers kernel.
Also anyone else having issues uploading to dev-host I get to 100% and I hangs...tried 3 different computers at 2 separate locations same result.
Edit...
---just beamed a pic to my xt926 with NFC while Bluetooth audio was playing Pandora..?
---Any request for kernel govs or iosched ? Going to try to build a couple kerneles tonight.
Sent from my Sero 7 Pro using Xparent Green Tapatalk 2
Bdadd34 said:
Also anyone else having issues uploading to dev-host I get to 100% and I hangs...tried 3 different computers at 2 separate locations same result.
Click to expand...
Click to collapse
I'd recommend using Android File Host myself. I rarely have issues uploading ROMs on there.
Bdadd34 said:
Everything I have tested has worked so far...I'm going to get an HDMI cord today so I can test that. All other video and sound works and HDMI should as well but haven't been able to test. The device tree and current kernel are based from Randomblames repo but have little bits and pieces from tf101 tf301 grouper davpmer and delorespark. I'm currently switching the kernel base to davepmers , he did a lot of work fixing the hack job hisense did on the source code. I used randomblames first because deloresparks audio fix was made for taktik and I wanted to test first with that kernel base. I have a build going now with a new gummy sync and davepmers kernel.
Also anyone else having issues uploading to dev-host I get to 100% and I hangs...tried 3 different computers at 2 separate locations same result.
Edit...
---just beamed a pic to my xt926 with NFC while Bluetooth audio was playing Pandora..?
---Any request for kernel govs or iosched ? Going to try to build a couple kerneles tonight.
Sent from my Sero 7 Pro using Xparent Green Tapatalk 2
Click to expand...
Click to collapse
Awesome news! For CPU govs how about SmartassV2. I had a bad download and couldnt flash. Gonna try redownloading rom.
C64assembly said:
Awesome news! For CPU govs how about SmartassV2. I had a bad download and couldnt flash. Gonna try redownloading rom.
Click to expand...
Click to collapse
Im going to update in a couple hours if all goes well.
Sent from my Sero 7 Pro using Xparent Green Tapatalk 2
Bdadd34 said:
Im going to update in a couple hours if all goes well.
Sent from my Sero 7 Pro using Xparent Green Tapatalk 2
Click to expand...
Click to collapse
Fantastic. This ROM is light and really fast!
Hi, thanks for the ROM!
I flashed it last night but I can't get the wifi to work. What do I need to do? thanks..
update
New update in op dev-host and dropbox... made more wi-fi changes from davepmer device tree. still needs reboot at set up but i uploaded because last update was missing quite a few of his changes.
installed latest version yesterda. woke up this morning to a dead tablet. Plugged it in and it tried to boot but i guess not enough juice to run stuck at hisense screen. powered off and left alone for a little while. tried to boot into recovery and would only show charging splash. tried to just normally boot and wala it worked! checked battery status and says 85% android os eating the battery. anyone else notice battery drain? or is it just me?
jhienk said:
installed latest version yesterda. woke up this morning to a dead tablet. Plugged it in and it tried to boot but i guess not enough juice to run stuck at hisense screen. powered off and left alone for a little while. tried to boot into recovery and would only show charging splash. tried to just normally boot and wala it worked! checked battery status and says 85% android os eating the battery. anyone else notice battery drain? or is it just me?
Click to expand...
Click to collapse
I am having troubles booting. Sometimes i have to clear cache to boot. Also when the device locks it will not wake up.
Gotta flash when I get home! Glad to see another ROM out there for this tablet
Sent from my Sero 7 Pro using Tapatalk
Best looking and most customizable ROM to date for this tablet
C64assembly said:
I am having troubles booting. Sometimes i have to clear cache to boot. Also when the device locks it will not wake up.
Click to expand...
Click to collapse
i'm going to repost the first version for those having troubles with the last update. Ill try get it fixed tonight. i think i found the error but didn't have time before work to fix it. hopefully i can get that done and start on kernels tonight.
Sent from my Sero 7 Pro using Xparent Green Tapatalk 2
Bdadd34 said:
i'm going to repost the first version for those having troubles with the last update. Ill try get it fixed tonight. i think i found the error but didn't have time before work to fix it. hopefully i can get that done and start on kernels tonight.
Sent from my Sero 7 Pro using Xparent Green Tapatalk 2
Click to expand...
Click to collapse
Wow! That is great! I appreciate your work on this ROM! It is the slimmest and quickest ROM to date for our tablet. Thank you very much!

Categories

Resources