I have already hidden the SFinder/QConnect options in the status bar, but how do you hide AM/PM? It's driving me nuts!
How did you hide the sfinder quick connect?
When I get home I'll show you
---------- Post added at 05:27 PM ---------- Previous post was at 04:31 PM ----------
http://forum.xda-developers.com/showthread.php?t=2713812
stu5797 said:
How did you hide the sfinder quick connect?
Click to expand...
Click to collapse
If you aren't comfortable modifying your own apks, I provided a purely-stock systemui with only the sfinder/qconnect bar removed in another thread.
also looking for a way to remove am/pm
Go over to the development section, I posted a deodexed rom and flashable zip with some tweaks, including no ampm
mikeyinid said:
Go over to the development section, I posted a deodexed rom and flashable zip with some tweaks, including no ampm
Click to expand...
Click to collapse
How did you end up deodexing it? I tried doing the S Finder/Quick Connect mod for the Sprint model and using this method to deodex SystemUI but the result didn't work, constant SystemUI FCs even after clearing the dalvik-cache. I think it's been at least a year since I did any smali work so this is the first time I've worked with any Lollipop files.
datajosh said:
How did you end up deodexing it? I tried doing the S Finder/Quick Connect mod for the Sprint model and using this method to deodex SystemUI but the result didn't work, constant SystemUI FCs even after clearing the dalvik-cache. I think it's been at least a year since I did any smali work so this is the first time I've worked with any Lollipop files.
Click to expand...
Click to collapse
I'm with ya man. I'm an AOSP guy myself, smali, baksmali all that are so foreign to me. But, I figured out enough to get it deodexed and do some hacks. Go to this thread I'm linking and read the last few pages, mostly my posts. All the info you need to deodex is there. I would advise you NOT to use that tool to deodex though. Use joeldroids, it leaves the deodexed files in the original folder which makes it 1000x's easier to keep track of.
http://forum.xda-developers.com/gal...x-tool-android-l-t2972025/page18#post60348410
---------- Post added at 12:54 PM ---------- Previous post was at 12:13 PM ----------
@datajosh if you need any help feel free to inbox me
mikeyinid said:
I'm with ya man. I'm an AOSP guy myself, smali, baksmali all that are so foreign to me. But, I figured out enough to get it deodexed and do some hacks. Go to this thread I'm linking and read the last few pages, mostly my posts. All the info you need to deodex is there. I would advise you NOT to use that tool to deodex though. Use joeldroids, it leaves the deodexed files in the original folder which makes it 1000x's easier to keep track of.
http://forum.xda-developers.com/gal...x-tool-android-l-t2972025/page18#post60348410
---------- Post added at 12:54 PM ---------- Previous post was at 12:13 PM ----------
@datajosh if you need any help feel free to inbox me
Click to expand...
Click to collapse
Thanks, hopefully I can work on it some this weekend. I haven't had any luck doing mods so far, tried to mod the camera for 560 dpi too but my recompiled APK wouldn't work there either so I may hit you up later on if I run into any issues.
Related
Not content with having only a few ROMs available for our devices, I decided to see if I could make a Jellybean ROM Porting package that you could flash on top of an i717 ROM.
I have made a flashable zip that successfully loads Jellybean ROMs just fine but with two bugs I was able to notice:
The phone does not recognize that it has any vibration hardware, so capacitive buttons and silent mode with vibration dont work.
WiFi does not turn on
What I did was take existing kernels from our current Jellybean Roms, injected our phones RIL files, and wrapped it into a flashable zip.
So far I only have those two bugs, so I am curious if anyone has any ideas what other files need to be changed to make this porting package work?
Update: I tried a bunch of different Roms and system file combinations, still having the two bugs above in every ROM.
Here's the porting package in case anyone wants to try upgrading or fixing it or testing other ROMs.
http://db.tt/iWn2gt5q
Simply wipe your phone, flash an i717 ROM, then the porting package, then wipe dalvik cache and cache.
Credits to Jamie for his awesome paranoid android ROM, from which I had used some of the files from in this package
speedysilwady said:
Not content with having only a few ROMs available for our devices, I decided to see if I could make a Jellybean ROM Porting package that you could flash on top of an i717 ROM.
I have made a flashable zip that successfully loads Jellybean ROMs just fine but with two bugs I was able to notice:
The phone does not recognize that it has any vibration hardware, so capacitive buttons and silent mode with vibration dont work.
WiFi does not turn on
What I did was take existing kernels from our current Jellybean Roms, injected our phones RIL files, and wrapped it into a flashable zip.
So far I only have those two bugs, so I am curious if anyone has any ideas what other files need to be changed to make this porting package work?
Update: I tried a bunch of different Roms and system file combinations, still having the two bugs above in every ROM.
Here's the porting package in case anyone wants to try upgrading or fixing it or testing other ROMs.
http://db.tt/iWn2gt5q
Simply wipe your phone, flash an i717 ROM, then the porting package, then wipe dalvik cache and cache.
Credits to Jamie for his awesome paranoid android ROM, from which I had used some of the files from in this package
Click to expand...
Click to collapse
ok so I am having a problem. I downloaded PA 2.23 and went to install and i got a fail message. I use twrp so i installed a i1717 twrp and then it let me install PA 2.23. I installed the porting package and then wiped cache and delvik and rebooted phone. After the restart the bottom lights up but just stays lit up. Nothing else happened for 20 minutes. I wiped everything, used darkside to wipe phone. What am i doing wrong? Thanks
randyv2003 said:
ok so I am having a problem. I downloaded PA 2.23 and went to install and i got a fail message. I use twrp so i installed a i1717 twrp and then it let me install PA 2.23. I installed the porting package and then wiped cache and delvik and rebooted phone. After the restart the bottom lights up but just stays lit up. Nothing else happened for 20 minutes. I wiped everything, used darkside to wipe phone. What am i doing wrong? Thanks
Click to expand...
Click to collapse
I never tried testing with the i717 twrp, I used our phones recovery.
I had the same issue. The solution is simple, but takes a little bit of effort
The problem is that the ROM has a device check in the updater-script within the ROM zip file in the META-INF folder. You have to extract the zip, open the updater-script in a text editor and remove the first few lines that specify the prop checks for quincyatt and i717. Then compress it and reflash using the steps I mentioned.
speedysilwady said:
I never tried testing with the i717 twrp, I used our phones recovery.
I had the same issue. The solution is simple, but takes a little bit of effort
The problem is that the ROM has a device check in the updater-script within the ROM zip file in the META-INF folder. You have to extract the zip, open the updater-script in a text editor and remove the first few lines that specify the prop checks for quincyatt and i717. Then compress it and reflash using the steps I mentioned.
Click to expand...
Click to collapse
yeah that seems easy enough. lol, i dont know how i got to this point so maybe i will wait for when Jamie releases the next version for us on Tmobile. Thanks for your help, i am going to try it on other JB roms later.
The vibration problem and wifi problem are from not I corporating the kernel modules into the ROM. What you are looking for is dhd.ko and vibtator.ko.
Sent from my SGH-T989 using xda app-developers app
speedysilwady said:
I never tried testing with the i717 twrp, I used our phones recovery.
I had the same issue. The solution is simple, but takes a little bit of effort
The problem is that the ROM has a device check in the updater-script within the ROM zip file in the META-INF folder. You have to extract the zip, open the updater-script in a text editor and remove the first few lines that specify the prop checks for quincyatt and i717. Then compress it and reflash using the steps I mentioned.
Click to expand...
Click to collapse
Trying this now thanks! (first attempt failed)
---------- Post added at 10:49 PM ---------- Previous post was at 10:48 PM ----------
ptmr3 said:
The vibration problem and wifi problem are from not I corporating the kernel modules into the ROM. What you are looking for is dhd.ko and vibtator.ko.
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Thanks! Going to try my hand at modifying now.... :cyclops:
---------- Post added at 11:05 PM ---------- Previous post was at 10:49 PM ----------
speedysilwady said:
I never tried testing with the i717 twrp, I used our phones recovery.
I had the same issue. The solution is simple, but takes a little bit of effort
The problem is that the ROM has a device check in the updater-script within the ROM zip file in the META-INF folder. You have to extract the zip, open the updater-script in a text editor and remove the first few lines that specify the prop checks for quincyatt and i717. Then compress it and reflash using the steps I mentioned.
Click to expand...
Click to collapse
Removed as much of the updater-script that seemed logical but still getting error, Failed. Going to try to modify the updater-script again. Am I possibly removing too much? What about just overwriting the i7i7 with T879?
---------- Post added at 11:16 PM ---------- Previous post was at 11:05 PM ----------
ptmr3 said:
The vibration problem and wifi problem are from not I corporating the kernel modules into the ROM. What you are looking for is dhd.ko and vibtator.ko.
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Where does one incorporate the kernel modules into the ROM? the dhd.ko and the vibrator.ko. From where do we get them? Are they oncorporated into the port.zip he made?
Trying my hardest NOT to brick ANOTHER phone :cyclops:
---------- Post added at 11:18 PM ---------- Previous post was at 11:16 PM ----------
speedysilwady said:
I never tried testing with the i717 twrp, I used our phones recovery.
I had the same issue. The solution is simple, but takes a little bit of effort
The problem is that the ROM has a device check in the updater-script within the ROM zip file in the META-INF folder. You have to extract the zip, open the updater-script in a text editor and remove the first few lines that specify the prop checks for quincyatt and i717. Then compress it and reflash using the steps I mentioned.
Click to expand...
Click to collapse
Tried deleting lines, tried overwriting the i717 with T879, nothing.....
---------- Post added at 11:27 PM ---------- Previous post was at 11:18 PM ----------
speedysilwady said:
Not content with having only a few ROMs available for our devices, I decided to see if I could make a Jellybean ROM Porting package that you could flash on top of an i717 ROM.
I have made a flashable zip that successfully loads Jellybean ROMs just fine but with two bugs I was able to notice:
The phone does not recognize that it has any vibration hardware, so capacitive buttons and silent mode with vibration dont work.
WiFi does not turn on
What I did was take existing kernels from our current Jellybean Roms, injected our phones RIL files, and wrapped it into a flashable zip.
So far I only have those two bugs, so I am curious if anyone has any ideas what other files need to be changed to make this porting package work?
Update: I tried a bunch of different Roms and system file combinations, still having the two bugs above in every ROM.
Here's the porting package in case anyone wants to try upgrading or fixing it or testing other ROMs.
http://db.tt/iWn2gt5q
Simply wipe your phone, flash an i717 ROM, then the porting package, then wipe dalvik cache and cache.
Credits to Jamie for his awesome paranoid android ROM, from which I had used some of the files from in this package
Click to expand...
Click to collapse
We are talking about flashing an i717 ROM to a T879 correct?
---------- Post added 1st March 2013 at 12:03 AM ---------- Previous post was 28th February 2013 at 11:27 PM ----------
rekamyenom said:
Trying this now thanks! (first attempt failed)
---------- Post added at 10:49 PM ---------- Previous post was at 10:48 PM ----------
Thanks! Going to try my hand at modifying now.... :cyclops:
---------- Post added at 11:05 PM ---------- Previous post was at 10:49 PM ----------
Removed as much of the updater-script that seemed logical but still getting error, Failed. Going to try to modify the updater-script again. Am I possibly removing too much? What about just overwriting the i7i7 with T879?
---------- Post added at 11:16 PM ---------- Previous post was at 11:05 PM ----------
Where does one incorporate the kernel modules into the ROM? the dhd.ko and the vibrator.ko. From where do we get them? Are they oncorporated into the port.zip he made?
Trying my hardest NOT to brick ANOTHER phone :cyclops:
---------- Post added at 11:18 PM ---------- Previous post was at 11:16 PM ----------
Tried deleting lines, tried overwriting the i717 with T879, nothing.....
---------- Post added at 11:27 PM ---------- Previous post was at 11:18 PM ----------
We are talking about flashing an i717 ROM to a T879 correct?
Click to expand...
Click to collapse
I got the ROM to write. Flashed the Port zip. Flashed ICS Blaze Modem. Wiped cache and Dalvik, Fixed permissions. Then Nothing. Gets to Samsung Screen with progression bar that goes all the way then nothing.
---------- Post added at 12:05 AM ---------- Previous post was at 12:03 AM ----------
Gonna Try it again. FYI trying to write AoCP 4.2.2
---------- Post added at 12:12 AM ---------- Previous post was at 12:05 AM ----------
No luck for me...........
---------- Post added at 12:30 AM ---------- Previous post was at 12:12 AM ----------
speedysilwady said:
Not content with having only a few ROMs available for our devices, I decided to see if I could make a Jellybean ROM Porting package that you could flash on top of an i717 ROM.
I have made a flashable zip that successfully loads Jellybean ROMs just fine but with two bugs I was able to notice:
The phone does not recognize that it has any vibration hardware, so capacitive buttons and silent mode with vibration dont work.
WiFi does not turn on
What I did was take existing kernels from our current Jellybean Roms, injected our phones RIL files, and wrapped it into a flashable zip.
So far I only have those two bugs, so I am curious if anyone has any ideas what other files need to be changed to make this porting package work?
Update: I tried a bunch of different Roms and system file combinations, still having the two bugs above in every ROM.
Here's the porting package in case anyone wants to try upgrading or fixing it or testing other ROMs.
http://db.tt/iWn2gt5q
Simply wipe your phone, flash an i717 ROM, then the porting package, then wipe dalvik cache and cache.
Credits to Jamie for his awesome paranoid android ROM, from which I had used some of the files from in this package
Click to expand...
Click to collapse
Frustrating.... I think I give up. I must be trying to flash the ROMS that Absolutelt can not be flashed to the T879. Gonna give it a break before I brick this phone....
Sad Day
speedysilwady said:
Not content with having only a few ROMs available for our devices, I decided to see if I could make a Jellybean ROM Porting package that you could flash on top of an i717 ROM.
I have made a flashable zip that successfully loads Jellybean ROMs just fine but with two bugs I was able to notice:
The phone does not recognize that it has any vibration hardware, so capacitive buttons and silent mode with vibration dont work.
WiFi does not turn on
What I did was take existing kernels from our current Jellybean Roms, injected our phones RIL files, and wrapped it into a flashable zip.
So far I only have those two bugs, so I am curious if anyone has any ideas what other files need to be changed to make this porting package work?
Update: I tried a bunch of different Roms and system file combinations, still having the two bugs above in every ROM.
Here's the porting package in case anyone wants to try upgrading or fixing it or testing other ROMs.
http://db.tt/iWn2gt5q
Simply wipe your phone, flash an i717 ROM, then the porting package, then wipe dalvik cache and cache.
Credits to Jamie for his awesome paranoid android ROM, from which I had used some of the files from in this package
Click to expand...
Click to collapse
You gotta tell me what I am doing wrong... This does not work for me at all.
+1 too.
Every roms for T-717, tried to flashing on t-879.
Everything working but Wifi.
I tried so many roms. .still problem with wifi.
Anybody had been flashing the rom sucessfully?
Thanks
Sent from my SGH-T879 using xda premium
Escuse me if this isn't the right place, but I didn't knew where to put it since I have no privileges to post in the development forums, still my problem is that since I installed the latest Tsunami build (5.5) I wasn't able to use bigmem (amongst a few other glitches). I tried Devil Kernel utility as well as Semaphore to no avail, it says that it can't write sys/kernel/bigmem folder, I tried to create it manually using some file managers but without luck.
I'm quite stuck at it, perhaps some has acknowledge this very same problem and already solved, it would be much apreciated since my Samsung really need all the RAM it can get its hands off!
Maybe bigmem libs
vertigoz said:
Escuse me if this isn't the right place, but I didn't knew where to put it since I have no privileges to post in the development forums, still my problem is that since I installed the latest Tsunami build (5.5) I wasn't able to use bigmem (amongst a few other glitches). I tried Devil Kernel utility as well as Semaphore to no avail, it says that it can't write sys/kernel/bigmem folder, I tried to create it manually using some file managers but without luck.
I'm quite stuck at it, perhaps some has acknowledge this very same problem and already solved, it would be much apreciated since my Samsung really need all the RAM it can get its hands off!
Click to expand...
Click to collapse
with semaphore s version you have to aply patch
http://forum.xda-developers.com/showthread.php?p=30725734
---------- Post added at 01:28 PM ---------- Previous post was at 01:23 PM ----------
JB_BigMem_26-aug-12.zip
http://forum.xda-developers.com/showpost.php?p=30725734&postcount=61
idroj said:
with semaphore s version you have to aply patch
http://forum.xda-developers.com/showthread.php?p=30725734
---------- Post added at 01:28 PM ---------- Previous post was at 01:23 PM ----------
JB_BigMem_26-aug-12.zip
http://forum.xda-developers.com/showpost.php?p=30725734&postcount=61
Click to expand...
Click to collapse
Thanks... It's that with Tsunami 5.2 it worked, so I find it strange this 'downgrade', well a bit of things changed as well. I'll try to see if this solve it.
BTW do you know how to install the patch?
idroj said:
with semaphore s version you have to aply patch
http://forum.xda-developers.com/showthread.php?p=30725734
---------- Post added at 01:28 PM ---------- Previous post was at 01:23 PM ----------
JB_BigMem_26-aug-12.zip
http://forum.xda-developers.com/showpost.php?p=30725734&postcount=61
Click to expand...
Click to collapse
It made it worse, got a black background and my status bar ceased to work
Send a private message to Tsunami developer
I will try a clean flash, and if you change the kernel, mount data and datadata anf fix permissions. If problem persists send a PM to developer.
When i have a question to developer I send PM if I don't find a solution.
vertigoz said:
Escuse me if this isn't the right place, but I didn't knew where to put it since I have no privileges to post in the development forums, still my problem is that since I installed the latest Tsunami build (5.5) I wasn't able to use bigmem (amongst a few other glitches). I tried Devil Kernel utility as well as Semaphore to no avail, it says that it can't write sys/kernel/bigmem folder, I tried to create it manually using some file managers but without luck.
I'm quite stuck at it, perhaps some has acknowledge this very same problem and already solved, it would be much apreciated since my Samsung really need all the RAM it can get its hands off!
Click to expand...
Click to collapse
Hi bro,
try to install SEMAPHORE 3.0.0s... or wait for new TSUNAMI 5.6 ...... I'll realese it today...
Lory
xlory said:
Hi bro,
try to install SEMAPHORE 3.0.0s... or wait for new TSUNAMI 5.6 ...... I'll realese it today...
Lory
Click to expand...
Click to collapse
\o/ )
idroj said:
I will try a clean flash, and if you change the kernel, mount data and datadata anf fix permissions. If problem persists send a PM to developer.
When i have a question to developer I send PM if I don't find a solution.
Click to expand...
Click to collapse
Well, I will probably do it in the future, thanks for the advice.
hi,
im using ViperOne ROM but lately so many different ROMS came up...
so i wanna try couple....
but some of them are ODEXED some of them DEODEXED...
what is the difference?
can i switch easily from ODEXED to DEODEXED and from DEODEXED to ODEXED?
thanks in advance!
Deodexed is much easier to theme...odex is quicker
Viper is deodexed because of it's theming capabilities
---------- Post added at 12:09 AM ---------- Previous post was at 12:08 AM ----------
18th.abn said:
Typically, a rom is supposed to be odexed for smoother and faster loading of apps into memory. Each app(.apk) has a corresponding sister file(.odex). When a app is opened, called to memory, the. Odex has the information needed to start loading the app. A rom that is deodexed has only the.apk file. So when it is opened/called to memory the information to load the app is inside of the .apk and and must be pulled from it to begin loading it into memory. So at this level you would probably ask "then why are most custom roms deodexed?" People really started deodexing roms for themability. It is much much simplier to theme roms that are deodexed. It wasnt for faster speeds but for easier customization. So "themers" could build custom themes instead of have to build a whole themed rom. So now on one side you have odexed for speed, or deodexed for customizations? Well the brilliant devs in the android world came up with pretty good solutions to even out the field. In most any custom deodexed, youll see that they zipalign all the .apks in boot. While boot up time will be slightly longer, zipaligning optimizes every. Apk on every reboot which basically optimizes the information in each. Apk so when it is called to memory, the information is at the ready and quickly loaded witbout the need of a. Odex file. I kinda rambled here but wanted to answer this one as best i could because i kno many people wonder, and not a whole lot always ask. Hope this helps explain a little bit for anyone curious. :beer:
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
This is a very good answer
a box of kittens said:
Deodexed is much easier to theme...odex is quicker
Viper is deodexed because of it's theming capabilities
---------- Post added at 12:09 AM ---------- Previous post was at 12:08 AM ----------
This is a very good answer
Click to expand...
Click to collapse
THANKS but
what about coming from one to another....DOES NOT MATTER?
SACS CUSTOM NG2 ROM​
ok guys heres something i just started ill be adding to this asap but i wanted to give u guys something a little modded
changelog V1
Camera mods
Unlocked hotspot
Added note 3 headphone launcher
Removed volume up headphones popup
Note 3 in call popup
Removed bloat
Removed low battery popup
Data and msl hack
Disabled scroll cache
Faster animations
And more
V2 changelog
fixed launcher icon issue
added faster launcher speeds
added heads up notifications thanks moonknightus
( this is enabled in settings/display )
added sms / mms mods thanks joy23
*Increased the SMS Limit per Hour
*Screen on/off toggle, vibration, and signature options
*group messaging, save / restore, and also the scheduled messaging
*send your message to more than 1000 people at the same time
*let you type very long text messages and it won't automatically convert it into MMS
*enable split view on landscape screen so you can see the contacts lists of the people who messaged you while looking at your text at the same time
*increase the MMS Max size to 2048000 bytes and also increase the MMS Image size to 4096x2048 [8.4MP]
V3 changelog
- added 3minit 1000+ battery mod and app thanks garington
- added all prior fixes to this update
V4 change log
added s5 apks
music
gallery
mms
calculator
and more
added 3minit back
reboot menu
and custom hardware keys
also added heads up in settings display
added floating sms
added alot more ill update this soon
GUYS ILL ADD MORE AND MORE AS I GO SOME MIGHT BE SMALL UPDATES SOME MIGHT BE BIG
V1 - http://www.mediafire.com/download/d2r006w3dy2tdvu/stock_rooted_deodexed_ng2_sacs.zip
V2 - http://www.mediafire.com/download/mcadqqranj666jk/stock_rooted_deodexed_ng2_sacs_v2.zip
V3 - http://www.mediafire.com/download/5zm3ciniyqkvwhs/stock_rooted_deodexed_ng2_V3.zip
V4 - http://www.mediafire.com/download/n59pi34ql5dlgv0/stock_rooted_deodexed_ng2_v4.zip
how to update
jjust want to tell u how i updated so that u guys get where im at with 0 issues
- flash the nae stock tar go back to stock
- then flash the update zip here :
https://mega.co.nz/#!TBg3hRYT!7rIL6upRoewbM22q9IKO2fFrszKdxW-0lrbgHK2RQOA
to ng2 ONLY from stock recovery
- then root the phone
- then open up super user app and install binaries
- then flash new twrp in odin heres link
http://techerrata.com/file/twrp2/jfltespr/openrecovery-twrp-2.8.0.1-jfltespr.tar
- then reboot into recovery wipe everything 3xs then reboot back into recovery
- then flash rom
1 more
11
sac23 said:
11
Click to expand...
Click to collapse
Hey I've been waiting for this. Thanks for your work Downloading now......well i thought i was
---------- Post added at 01:47 PM ---------- Previous post was at 01:30 PM ----------
sac23 said:
11
Click to expand...
Click to collapse
Hey your download link isn't working
Donation sent......
It's not much but it's what I can give right now.....you sir are the MAN!!!!!!!!!!!!!!1
Thanks so much for all of your hard work
Jamesredmond82 said:
Hey I've been waiting for this. Thanks for your work Downloading now......well i thought i was
---------- Post added at 01:47 PM ---------- Previous post was at 01:30 PM ----------
Hey your download link isn't working
Click to expand...
Click to collapse
Download worked for me. Maybe it wasn't ready just yet when you tried it.
Been wanting this for awhile now lol
@ tkepk181 really apreciate it
guys theres alot more coming
Looking forward to flashing this! THANKS!
Guess I'm making the jump to ng2. Thanks for the work @sac23
dyandell said:
Download worked for me. Maybe it wasn't ready just yet when you tried it.
Click to expand...
Click to collapse
I've been trying for the past 30 minutes at least still nothing tried on 2 different browsers and a different computer maybe i am just to anxious
---------- Post added at 03:10 PM ---------- Previous post was at 03:00 PM ----------
jamesredmond82 said:
i've been trying for the past 30 minutes at least still nothing tried on 2 different browsers and a different computer maybe i am just to anxious
Click to expand...
Click to collapse
disregard smh
Quick question.. why can't we move widgets between home screens or replace the dock icons?
---------- Post added at 07:17 PM ---------- Previous post was at 07:14 PM ----------
I accually cant rearrange any icon on my homescreen at all unless i move it from the app drawer to a homescreen.
Also when long pressing an icon on the homescreen i keep getting a really annoying message about resizing widgets everytime.
Edit: i figured it all out except being able to change the dock icons..
Anyone have the MD5 for this?
where are those s5 apps? i miss the s5 messaging already
Is it possible to create a zip file for all the deleted files from the stock rom for this rom?
Sent from my SPH-L720 using XDA Premium 4 mobile app
Yes I'll make deleted zip also ill fix launcher tonight
Thank you !!! That's all i have to say at this time ;-0
Thank you
for your great rom once again.:silly:
v2 update is up on op
enjoy
sweet! +1
[Q&A] [Rom][PORT][Kitkat][Halo][Smooth][20th OCT 2014] OmegaRom-Android L themed Rom
Q&A for [Rom][PORT][Kitkat][Halo][Smooth][20th OCT 2014] OmegaRom-Android L themed Rom
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [Rom][PORT][Kitkat][Halo][Smooth][20th OCT 2014] OmegaRom-Android L themed Rom. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
help
how could i get a small button like this?
lotusbn said:
how could i get a small button like this?
Click to expand...
Click to collapse
1)Decompile framework-res.apk using apktool
2)goto res folder, find values folder and open dimens.xml[use notepad++ for better editing]
3)find out below lines in that xml file
Code:
<dimen name="navigation_bar_height">15.0dip</dimen>
<dimen name="navigation_bar_height_landscape">18.0dip</dimen>
<dimen name="navigation_bar_width">20.0dip</dimen>
4)change values as you wish and save the file..
5)Now goto values-ldpi[This depends on device configuration] folder..
6)repeat steps 3,4
7)recompile framework-res again and sign it..
8)done :good:
Helpful? press thanks..
Ok so i realised the bug with the install button:
When Halo is on, the install button won't work, but when i disable it, the button will work.
Sent from my GT-S5570 using XDA Free mobile app
is there a way to introduce "long-press-back-button-kill-app"?
naresh babu said:
1)Decompile framework-res.apk using apktool
2)goto res folder, find values folder and open dimens.xml[use notepad++ for better editing]
3)find out below lines in that xml file
Code:
<dimen name="navigation_bar_height">15.0dip</dimen>
<dimen name="navigation_bar_height_landscape">18.0dip</dimen>
<dimen name="navigation_bar_width">20.0dip</dimen>
4)change values as you wish and save the file..
5)Now goto values-ldpi[This depends on device configuration] folder..
6)repeat steps 3,4
7)recompile framework-res again and sign it..
8)done :good:
Helpful? press thanks..
Click to expand...
Click to collapse
What about usb to computer connection in setting>storage.
I want to use mass storage for usb to computer connection.
crullick said:
is there a way to introduce "long-press-back-button-kill-app"?
Click to expand...
Click to collapse
It is available for back button of navigation bar.. Enable navbar and go to settings , search you will find navigation bar settings enable it ..
---------- Post added at 06:47 PM ---------- Previous post was at 06:46 PM ----------
MyAnand13 said:
What about usb to computer connection in setting>storage.
I want to use mass storage for usb to computer connection.
Click to expand...
Click to collapse
I don't know how to change it.. Hope some developer will help you..
naresh babu said:
It is available for back button of navigation bar.. Enable navbar and go to settings , search you will find navigation bar settings enable it ..
---------- Post added at 06:47 PM ---------- Previous post was at 06:46 PM ----------
I don't know how to change it.. Hope some developer will help you..
Click to expand...
Click to collapse
Also audio/video player like poweramp,mxplayer doesn't work after installation. It shows "unfortunately application has stopped" everytime. I have booted OS 3 times. Still error remain same.
naresh babu said:
It is available for back button of navigation bar.. Enable navbar and go to settings , search you will find navigation bar settings enable it ..
Click to expand...
Click to collapse
thanks for the answer; however i do not want navbar enabled (my buttons working well) << that's making the issue simple/troublesome
crullick said:
thanks for the answer; however i do not want navbar enabled (my buttons working well) << that's making the issue simple/troublesome
Click to expand...
Click to collapse
Use Xblast or gravity box, xposed add ons.
Sent from my GT-S5570 using XDA Free mobile app
---------- Post added at 09:07 PM ---------- Previous post was at 09:02 PM ----------
MyAnand13 said:
What about usb to computer connection in setting>storage.
I want to use mass storage for usb to computer connection.
Click to expand...
Click to collapse
Tried changing build.prop for usb storage? Don't know whether
usb mass storage function implemented or not, you can try editing build.prop for a check. There is an app for it playstore too, something like mass storage enabler.
Make a backup before doing any edits.
naresh babu said:
It is available for back button of navigation bar.. Enable navbar and go to settings , search you will find navigation bar settings enable it ..
---------- Post added at 06:47 PM ---------- Previous post was at 06:46 PM ----------
I don't know how to change it.. Hope some developer will help you..
Click to expand...
Click to collapse
Sent from my GT-S5570 using XDA Free mobile app
MyAnand13 said:
What about usb to computer connection in setting>storage.
I want to use mass storage for usb to computer connection.
Click to expand...
Click to collapse
try this
some issue
Thanks to devs for the great job!
I'm having little issues, so I wanted to join the thread
1) The custom calendar did not syncronize with Google Calendar (fixed installing the attached apk)
2) When someone is calling, I receive the notification after a couple of vibrations. How to fix?
Sorry for my English. Anyway great job!
nicoserafino said:
Thanks to devs for the great job!
I'm having little issues, so I wanted to join the thread
1) The custom calendar did not syncronize with Google Calendar (fixed installing the attached apk)
2) When someone is calling, I receive the notification after a couple of vibrations. How to fix?
Sorry for my English. Anyway great job!
Click to expand...
Click to collapse
1. Fixed it yourself
2. Common problem. Low ram issue.
Sent from my GT-S5570 using XDA Free mobile app
How can I fix the problem of delay to connect to internet
It takes a few minutes to connect.
Edit:
Just needed to turn data roaming
i'd like to install this rom on s5570 runin cm10.2 or omni without stockrom backup! can i flash it?!
Sent from my One X using XDA Free mobile app
betexino said:
i'd like to install this rom on s5570 runin cm10.2 or omni without stockrom backup! can i flash it?!
Sent from my One X using XDA Free mobile app
Click to expand...
Click to collapse
go ahead, but be sure to follow the instructions (wipes and stuff) :good:
any way to add widgets to lockscreen? (custom ones, like chronus)
[they are enabled in settings, camera is off]
tried swiping, longpressing.......
Beta 3?
As original dev has said that there has been changes in the latest version for ace, will @naresh babu be making beta 3 for mini?
My power button doesn't work. But I can turn on the phone, I just can't unlock him. It seems that it's software error, not hardware? Any ideas how can i fix this?
viber and whatsapp fc (can't start) --- anybody else experiencing problems?