hello guys,
i was watching this video : http://www.youtube.com/watch?feature=player_embedded&v=sONcojECWXs and that guy mentioned that android 4.4 (kitkat) will run as intended on "devices with as little as 512 ram".
i don't know much about android development, but is it possible we could have a ported AOSP 4.4 for one v ?
Edit:
I found this also. I think it looks awesome!
KItKaT 4.4 Specs
1.Screen Recording
2.Tap to Pay {Google Wallet for everyone}
3.NFC emulation for non nfc devices
4.14% less memory usage
5.Minimum Ram required is 512mb
6.chrome, youtube takes 12%less memory
7.cloud printing from Gallery {Print your photos directly to ur home Printer}
8.Webview is Now Chromium
9.Google Home is the new Launcher
10.New 'Google Home' works only with Google Search app installed
11.Core System Processes Trimmed
12.Apps are efficient and responsive on all devices
13.The all new 'procstats tool details' memory use
14.Payments without needing Secure Elements
15.Printer manufacturers can use new APIs to develop their own print services
16.A new storage access framework allows browse all document storage providers.
17.ART runtime compile support along with dalvik VM {faster runtime}
18.Dalvik JIT code cache tuning, kernel samepage merging (KSM), swap to zRAM
19.Use less heap,Aggressively protect system memory from apps
20.When multiple services start at once —Android now launches the services serially
21.hardware sensor batching
22.Step Detector and Step Counter
23.shared SMS provider and new APIs
24.Full-screen Immersive mode
25.Transitions framework for animating scenes {animate changes to your UI on the fly}
26.Translucent system UI styling
27.Enhanced notification access
28.seamless change in resolution during media playback
29.Common Encryption for protected content
30.HTTP Live Streaming
31.Audio Tunneling to DSP dramatically improve battery life
32.Nexus 5 offers a total off-network audio playback time of up to 60 hours
33.Audio monitoring peak and RMS levels of any currently playing audio
34.Loudness enhancer increase the loudness of spoken content
35.Audio timestamps for improved AV sync
36.Wi-Fi CERTIFIED Miracast
37.RenderScript Compute improves Ongoing performance
38.RenderScript in the Android NDK
39.GPU acceleration for any apps using render script
40.GLES2.0 SurfaceFlinger
41.New HWComposer 1.3 support for virtual displays
42.Bluetooth HID over GATT (HOGP) support
43.Bluetooth MAP support
44.built-in IR blasters, along with a new API and system service
46.Wi-Fi TDLS support seamless way to stream media in same wifi network
47.System-wide settings for closed captioning { appscan show captions}
48.SELinux (enforcing mode)
49.Improved cryptographic algorithms ECDSA
50.Designed to run fast, smooth, and responsively on a much broader range of devices than ever before
51.Phone dialer got local business detection
52.Smart caller ID
53.SMS support for Hangout
54.Emoji support on Google keyboard
55.Redigned Quickoffice
56.100gb Google drive Storage Coming soon
57.Updated Google Apps
58.Faster smoother,brilliant google voice search
59.swipe left for Google now on Google Home
60.Full Screen AlbumArt on lockscreen
I know that you're probably excited about this but it's already been discussed in several threads. Why start yet another one on the same topic?
Sent from my One V using xda app-developers app
mrcorey said:
I know that you're probably excited about this but it's already been discussed in several threads. Why start yet another one on the same topic?
Sent from my One V using xda app-developers app
Click to expand...
Click to collapse
ehm, i searched on the forums and i did not find any post about this
http://forum.xda-developers.com/showthread.php?t=2505875
http://forum.xda-developers.com/showthread.php?t=2517974
And one of our devs is working on it for CDMA already:
http://forum.xda-developers.com/showthread.php?t=2536276
Sent from my One V using xda app-developers app
it is possible but not all features can be implemented. If only someone(like me who wants to bake) had a good internet plan to download those huge sources to bake the rom.
mrcorey said:
http://forum.xda-developers.com/showthread.php?t=2505875
http://forum.xda-developers.com/showthread.php?t=2517974
And one of our devs is working on it for CDMA already:
http://forum.xda-developers.com/showthread.php?t=2536276
Sent from my One V using xda app-developers app
Click to expand...
Click to collapse
sorry man, i did not find them, i guess i did not search well enough, i apolagise.
Related
So I've noticed that the core OS and native Microsoft apps all run butter-y smooth because of the UI GPU acceleration. However third party apps are much less consistent.
I've been trying to find out but haven't been able to do so - do 3rd party apps also have access to GPU UI acceleration? If so is this by default or does the developer need to specifically enable this feature?
I'm asking as I'm trying to work out why some apps are so laggy (WhatsApp & TVShows to name two) but others seem to be almost as smooth as the native apps (e.g. NextGen Reader & Simple Paper). Is it down to lack of UI acceleration or do they just need more optimisation (in respect to the code).
Yeap, I would like to know too. Any developer?
I've done more digging but since I'm not a developer I'm not sure I've understood the documents I've found correctly.
I believe certain UI elements in 3rd party apps are automatically GPU accelerated but for others the developer has to manually enable this. If so this would explain why some apps are smoother than others and points to developer optimisation being required to get good performance (unlike iOS which seems to accelerate everything by default - or at least it seems that way judging by app performance).
Any developers care to correct me or comment?
If so, what's the point to require developers to activate it? It wouldnt be better if everything was accelerated by default?
I was under the impression that acceleration so enabled by default, though like with any os, some apps are just poorly written
The UI acceleration is not ON by default, you have to manually enable using toolkit called Transitions AFAIK
scoobysnacks said:
I was under the impression that acceleration so enabled by default, though like with any os, some apps are just poorly written
Click to expand...
Click to collapse
Yeah most Silverlight elements should be. From what I've read most of the core OS interface itself is compiled with a sort of a Hybrid SDK which runs a variant of xaml etc. natively.
As for 3rd party apps, it's mostly down to the developers themselves. Before Mango it was a nightmare trying to even get smooth scrolling on listboxes without using a ton of memory. And they've just recently in the 7.1 sdk added a performance analysis tool which I'm sure many developers are still oblivious of its existence.
What I've noticed though, is on my Omnia W, more heavy panorama apps like metrotube or imdb are running much more smoothly than on my Trophy due to the faster hardware.
GPU acceleration is On for all application by default.
But, if application working slow, this mean developer write programm not with "Windows Phone 7 Guidelines" and he not understand lifecycle of application.
omohat said:
So I've noticed that the core OS and native Microsoft apps all run butter-y smooth because of the UI GPU acceleration. However third party apps are much less consistent.
I've been trying to find out but haven't been able to do so - do 3rd party apps also have access to GPU UI acceleration? If so is this by default or does the developer need to specifically enable this feature?
I'm asking as I'm trying to work out why some apps are so laggy (WhatsApp & TVShows to name two) but others seem to be almost as smooth as the native apps (e.g. NextGen Reader & Simple Paper). Is it down to lack of UI acceleration or do they just need more optimisation (in respect to the code).
Click to expand...
Click to collapse
Please read in the XNA forumx for a how to and downloads its very help full at least for me
The Base OS Stock Applications and OEM Apps may use Native Code. That is why they run better. That's why HTC Hub is so damn smooth, but 3rd party apps that use a lot of graphics resources just aren't.
It's disingenuous to assume that it's the developers' fault. Didn't people do the same exact thing when others were complaining about the list scrolling issues?
Additionally, much of the stock Apps are almost devoid of graphics. Messaging, Email, Calendar, etc. There isn't much graphics to render, so the phone has no issues giving great performance. I'm almost sure Microsoft utilized Native Code for Internet Explorer, and probably Zune functionality as well.
There's a huge difference in performance when using something like Zune or Internet Explorer, even when there is a ton of graphical resources being displayed on the screen (tons of album art, etc.) and a 3rd party application like Pulse which lags like crazy.
N8ter said:
The Base OS Stock Applications and OEM Apps may use Native Code. That is why they run better. That's why HTC Hub is so damn smooth, but 3rd party apps that use a lot of graphics resources just aren't.
It's disingenuous to assume that it's the developers' fault. Didn't people do the same exact thing when others were complaining about the list scrolling issues?
Additionally, much of the stock Apps are almost devoid of graphics. Messaging, Email, Calendar, etc. There isn't much graphics to render, so the phone has no issues giving great performance. I'm almost sure Microsoft utilized Native Code for Internet Explorer, and probably Zune functionality as well.
There's a huge difference in performance when using something like Zune or Internet Explorer, even when there is a ton of graphical resources being displayed on the screen (tons of album art, etc.) and a 3rd party application like Pulse which lags like crazy.
Click to expand...
Click to collapse
why is it only a very small amount then if it isn't poor coding?
Hardly any apps do it, which makes you assume it is the development.
A lot of apps perform poorly compared to the stock apps. Apps that do not use a lot of graphical resources are better off since the hardware has hardly anything to render, anyways.
Sent from my SGH-T959 using Tapatalk
N8ter said:
That's why HTC Hub is so damn smooth, but 3rd party apps that use a lot of graphics resources just aren't.
Click to expand...
Click to collapse
Please, don't confuse people.
That's not a reason for this. HTC Hub uses native code only for accessing to the registry using internal drivers.
N8ter said:
Additionally, much of the stock Apps are almost devoid of graphics. Messaging, Email, Calendar, etc. There isn't much graphics to render, so the phone has no issues giving great performance. I'm almost sure Microsoft utilized Native Code for Internet Explorer, and probably Zune functionality as well.
There's a huge difference in performance when using something like Zune or Internet Explorer, even when there is a ton of graphical resources being displayed on the screen (tons of album art, etc.) and a 3rd party application like Pulse which lags like crazy.
Click to expand...
Click to collapse
Every stock application, including even settings, are native and use an UIX (also called Silverlight for C++, mb I'm wrong). They don't use a managed code.
Ok, let's explain this.
Hardware acceleration is TURNED OFF by default, except a few elements.
If hardware acceleration is turned on for an element, what happens?
First - when element's property with a special attribute (like Background) changes, CPU RENDERS AN ELEMENT TO THE BITMAP
Second - Every time, when the region was overriden, on the phone's screen an ELEMENT ISN'T DRAWING, BUT THE BITMAP (cache) DRAWS.
Pros: cpu isn't using when perfoming transformations or changing opacity, because it's doing a gpu
Cons: if element is changing very often (except transformations and opacity) cpu must always redraw the bitmap
Also the very huge impact on perfomance is doing the CLR. Managed code usually much slower than native, even using JIT. Also additive impact is doing the managed wrappers and BCL classes.
Sorry for my english, I hope you've understood me. You can try my application (below in the signature) to see how have I am optimized it. It runs very smooth, but xaml parsing and managed wrappers are consuming too many cpu's time, that's why page transitions aren't as fast as the native.
Useless guy said:
Please, don't confuse people.
That's not a reason for this. HTC Hub uses native code only for accessing to the registry using internal drivers.
Every stock application, including even settings, are native and use an UIX (also called Silverlight for C++, mb I'm wrong). They don't use a managed code.
Ok, let's explain this.
Hardware acceleration is TURNED OFF by default, except a few elements.
If hardware acceleration is turned on for an element, what happens?
First - when element's property with a special attribute (like Background) changes, CPU RENDERS AN ELEMENT TO THE BITMAP
Second - Every time, when the region was overriden, on the phone's screen an ELEMENT ISN'T DRAWING, BUT THE BITMAP (cache) DRAWS.
Pros: cpu isn't using when perfoming transformations or changing opacity, because it's doing a gpu
Cons: if element is changing very often (except transformations and opacity) cpu must always redraw the bitmap
Also the very huge impact on perfomance is doing the CLR. Managed code usually much slower than native, even using JIT. Also additive impact is doing the managed wrappers and BCL classes.
Sorry for my english, I hope you've understood me. You can try my application (below in the signature) to see how have I am optimized it. It runs very smooth, but xaml parsing and managed wrappers are consuming too many cpu's time, that's why page transitions aren't as fast as the native.
Click to expand...
Click to collapse
a concise answer from someone who actually knows what they're talking about.
Thanks for that!
Yes, 3rd party apps that run in the silverlight / XNA sandbox do actually have GPU Acceleration turned on by default. If an app is not as smooth as the native apps, its because it was designed badly. You can checkout a number of apps such as Feed Me, Fast XDA, etc that are exceptionally fast and quite nicely depict native apps
Agreed - it's mostly down to poor developement practices, from developers who haven't properly read through the documention.
For example, parsing data on the UI thread is just stupid - should always be done on a background thread.
The amount of applications that also DONT BitmapCache images, therefore leaving most of them being constantly drawn by the CPU is ridiculous - and this one of the main reasons a lot of image intensive apps slow down - poor coding. That, and the developers are also using UI thread decoding for the images themselves, and not using background thread decoding introduced in Mango which improves interaction performance alot.
Marshalling updates for the UI thread using Dispathcer.BeginInvoke(() => Dispathcer.BeginInvoke(() => .... )) is also a good idea, as it tends to mean it has to wait for the UI thread to be cleared before invoking the code you sent through.
There are other instances where they're just trying to load to animate far too much at one time - instead of lining up animations and updates one by one, they're just letting things all try and run at the same time and bottleneck each other.
Effective use of BitmapCache's, and marshalling updates in queues rather than free-for-all, and NOT changing visibilites on UI elements, as this forces them to be redrawn. A better, though more code intensive way is to set the opacity to zero and disable hit testing. That way the resources are still oaded on the GPU, and won't have to redrawn every time they're shown.
It's certainly not possible to get the apps to perform as good as native (Silverlight is still quite... "performance hungry", especially in regards to XAML parsing), but you can certainly get them to be really acceptable, and personally I think my apps stand out as some of the better performing ones (complete with animations and lots of data - search "Springy for formspring" or "Artist Info" on your phones)
~Johnny said:
Agreed - it's mostly down to poor developement practices, from developers who haven't properly read through the documention.
Click to expand...
Click to collapse
Indeed, yes it is!
We should look at some open source WP7 app code to see what the devs are doing.
N8ter said:
We should look at some open source WP7 app code to see what the devs are doing.
Click to expand...
Click to collapse
Those open source programs are usually written by the codemonkeys.
Useless guy said:
Those open source programs are usually written by the codemonkeys.
Click to expand...
Click to collapse
That's the whole point. To look at them and see what they're doing wrong.
Duh?
We have had much debate over this particular app (and others like it that don't compare IMHO) as to whether it is "useful" or not for our particular phones. Some agree that it is very useful to be able to fine tune our systems while others simply use the built in Task Manager and are content with that. Thanks to [email protected] and his new version, he has definitely made this app a necessity for our phone.
The skinny:
[From Home Page]
Autokiller Memory Optomizer is designed to fine-tune android system's inner memory manager routines to keep your device fast and smooth. It also features a full-powered process manager which lets you control your whole system. If you want to know what it does and how it works you should read about (the) details, process manager and check the faq.
Site url: http://andrs.w3pla.net/autokiller
Brief Changelog:
changes:
- LOTS of fixes and small improvements
- will properly be displayed in market (users with custom dpi saw only old
versions)
- fixed service - it will stay running/restarted if necessary
- great new look
- improved pages behaviour, more fluid user interface with less loading
- ICS compatibility
- Widgets: AutoKiller with free memory bubble, Quick restart, Memory
reclaim(!!!)
- updated 3rd party libraries
- much much more.....
I had the priveledge of beta testing this for Mate and he has made some amazing progress since the previous version. One feature that stands out for me is that on the main screen, simply click "Switch To Pages" and it will automatically reclaim lost memory which for me, is a god-send. I was able to click this and my available memory shot up to 570MB FREE! Another noteworthy feature is that there is a Services Tab which lets you kill tasks at the service level. Of course for the true geek, there is an Advanced Option that is packed with many useful options to keep your phone tweaked and running fast and smooth.
I've used this app for quite some time but now with the arrival of 7.2, it is a must-have app for anyone that wants complete control over their device.
You can download this app from the market or from a QR Code on his page:
http://andrs.w3pla.net/autokiller
Regards,
rast4man
*EDIT* - As of the latest release available on the Market I was informed by Mate/andrs that the memory reclaim option is only available via the widget. Regardless, it's a KICK-ASS feature that I use numerous times per day.
One question though: Do you think I should ask to have this thread moved to Hacking so that it sees more traffic?
I would have to agree with you, I do consider this a must have app. I have been beta testing this for a very long time an it has made leaps an bounds. There is lots of support from the developer an nothing but wonderful updates making it just that much better.
What settings do you guys have set for optimal performance?
Do you still use V6?
jayo727 said:
What settings do you guys have set for optimal performance?
Click to expand...
Click to collapse
If you go to andrs web page that is in the first post you can look at users top 3 statistics people have used an there is also a page that will tell you what each advanced setting is an does also.
xlGmanlx said:
Do you still use V6?
Click to expand...
Click to collapse
I still use V6 with it, option 9 and my phone...well it simply ROCKS!
jayo727 said:
What settings do you guys have set for optimal performance?
Click to expand...
Click to collapse
Since I use V6 Supercharger Script by zepplinrox, the settings stick in Autokiller so my min frees, oom and all memory settings are applied from V6 and applied at boot. WickedDaze gave you great advice though about going to his website and check out the information there. It will break everything down for you and help you achieve optimal results for your phone.
Regards,
rast4man
I think the app works great, plus it comes with 3 widgets including a quick restart.
Those who are still wondering what ART is....
Just watch this video
https://www.youtube.com/watch?v=U5oliXcOqxg&feature=youtube_gdata_player
I AM NOT POSTING THIS AS FOR PROMOTION OF ANY CHANNEL OR ORGANIZATION ....IT IS JUST FOR INFORMATION O
D5+/cm10.2/1.2GHz.
Sent from Tapatalk app
coolshahabaz said:
Those who are still wondering what ART is....
Just watch this video
https://www.youtube.com/watch?v=U5oliXcOqxg&feature=youtube_gdata_player
I AM NOT POSTING THIS AS FOR PROMOTION OF ANY CHANNEL OR ORGANIZATION ....IT IS JUST FOR INFORMATION O
D5+/cm10.2/1.2GHz.
Sent from Tapatalk app
Click to expand...
Click to collapse
In words,
Dalvik Runtime is being replaced with next generation ART (android runtime) in Android 5.x or later. Google has introduced it now so that developers can start testing their apps with it.
The older Dalvik uses what is called JIT runtime compiler which basically compiles java dex code to optimized native code (C binary) at the runtime.
The next gen ART uses AOT (Ahead of time) compiler which optimizes and converts java/dex code to Native during installation (ahead of time).
Both have their pros and cons, but overall AOT is faster than JIT. AOT is better at doing fast things really fast e.g. Scrolling a page in app (list, images, webview, etc) would be faster with AOT (used by ART), less often it would need to reclaim memory (GC -> garbage collector) vs. JIT.
JIT used by Dalvik has added advantages of being able to optimize java/dex code to native better, but it takes time to do so.
Overall ART should give faster launch times, smoother scrolling and better battery. Its still in alpha stage, we probably will see ART in Android 5.0 L-release doing wonders.
Enable ART on any Stock ROM
But hey, from what I've read, ART pre-compiles the apps, and thus they don't need to run on a VM anymore. Isn't that right? But one advantage of VM is that apps are seperated from each other and the system. Thus app crashes, malware and virusses don't affect the system. So... if you are using ART, will the system now become more vulnarable? Are we gonna need virus scanners for real now with ART?
Mod Edit: Thread closed for non GPL compliance.
*1
Enviado desde mi SM-G935F mediante Tapatalk
you need a baidu account to download that. Plus a lot of users say that it is the same as Thor S7 port by darknessss
There is the italian language?
thor is 1.5 in Chinese, has nothing more
Enviado desde mi SM-G935F mediante Tapatalk
Just as I said. Who created this rom just copied @darknessss rom's and put it in chinese
rom s7
m3g5 said:
160720D.METAL.ROM.I9505.S7StyleV
http://www.romjd.com/Rom/Detail/114122
Add new S7E wallpapers
Support Qualcomm S4
After optimization: system response speed by 30%, 25% longer battery life, faster and more power! .
Brush Wait until all system optimization and then connect to wifi!
Then brush can not blame a key Brush tool with ROM and internet author
S7 intelligent remote control
S7 sound
S7 Chinese weather
S7 message
S7 full range of fonts
S7 NGA
S7 full range of sound (be sure to turn on the sound system, ah, very like sound)
S7 optical reader
S7 memorandum
S7 browser
S7 Calculator
S7 My Profile
S7 WallpaperPicker
Music Player S7
S7 keyboard
S7 my files
S7 Applications
S7_AccuWeather Gadgets
S7 SmartManager
S7 remote control
S7 performance optimization
S7 Smart, Switch
S7日历
S7 music Bofang device
S7-Voice
S7 Desktop (topic can not be used, can not be repaired temporarily limited capacity)
S7 translation
S7 wallpaper Set transplant
GPS is still second set
Kernel using precompiled kernel, Notes
Global Optimization phone animation, the response speed is not Caton
Streamlining of the ultimate mobile phone to a pure ecological
Repair does not recognize sd card error
Enclosing the extracted S7E HD Wallpapers
Daily Update split-screen function
Excluding power program
Press the Menu key to display the application
The new calendar style close to the Themes
Brush Wait until all system optimization and then connect to wifi!
Then brush can not blame the Brush tool and ROM author and internet
Kernel xda using precompiled kernel, thanked Notes
Global Optimization phone animation, the response speed is not Caton
Streamlining of the ultimate mobile phone to a pure ecological
And support for Samsung S4 Orion
The following is a log record
Add marshmallows S7UI more beautiful atmosphere, S7 set more stable and compatible
Synchronization S7E Porting Kit
Launcher bug fixes
Star stunning new wallpaper Soft
Add a variety of custom settings
Add a variety of colorful wallpapers as you like
New Super Pojie Edition ROOT authorization does not rebound, no looking back the gifted
Optimized for resolution, adaptive page layout
Local optimization systems to accelerate application whitelist
Optimization wifi scanning, make faster wifi connection
Private file repair restore during exit, after re-entering, the need to restore the file again
Repair camera response Caton phenomenon
USB connection is not timely repair
Repair the short interest rate Caton problem message
Unlock silent bug fixes ripples
Optimization of the status bar transparent state so that the status bar is more beautiful
Flash back the clock to repair the problem, before extracting some packages will not be compatible
Fix playback problems Caton
Repair virtual keys occasionally not working problem
Repair green guardian can not open the function
Optimized music player interface
Optimization is no new album, a message
ROOT privileges optimization problem waiting
Optimization of removing official browser, because it is very low power consumption
Optimization of the games browser opens VP N function
Just brush machine repair is complete, the camera stops running problem
Repair some scenarios camera scan code crashes
Recorder function optimization
Calculator optimization, optimizing folder display problems
Optimization of the accordion window transparency, more beautiful
Repair Click Push notification bar can not be adjusted from the music application problems
After the repair Repair 5.0 restart automatically turn off the mute question
Optimize the consumption list of records, reducing the length of the title
Join the many optional parameter optimization, the ultimate user of various optimization parameters essential global power control
The pursuit of stable lightweight frame optimization experience, greatly enhance fluency, very smooth feel long-term use
A video optimization:
Enhance the overall tactile feedback
Photographic Optimization
Scroll to enhance the overall feedback
Open Stagefright framework
Open GPU rendering UI
* .jpg To improve the quality of 100%
Battery Performance Optimization
B bigger picture optimization:
Add boot power-saving technology, close the Bluetooth data traffic wifi
Add Sony imaging engine
Add Sony speaker volume
Add host ad blocking
Optimization script zipalign sqlit3 etc.
Let me do better, your experience is the first
Baidu to find more useful ROM Great God, I thank God XDA D bottom package, kernel Aurora
friendly reminder:
5.0 To bring up the developer must enter the settings option - the version number on the phone several times batter
Please rest optimization Brush experience yourself .. .
wifi automatic connection setting method:
WLAN- (three in the top right corner) - Advanced settings - Set the network connection method - "Automatic"
Please rest Oil Brush own experience.
Click to expand...
Click to collapse
Hello please and possible to obtain the ROM on mega? not all are able to access all account seen that and written in Chinese and 4 days that we feel but you are unable
marcellobelli said:
Hello please and possible to obtain the ROM on mega? not all are able to access all account seen that and written in Chinese and 4 days that we feel but you are unable
Click to expand...
Click to collapse
Just download the original rom. http://forum.xda-developers.com/galaxy-s4/i9505-develop/thor-s7-style-rom-v1-0-t3379891
Android 5.0.1 is rather lillirom not thor
It was me that says is thor 1.5. I confirm that, even the info panel is from Thor
hello Do you want it download
Guys how is this rom? For me is similar at Thor v1.5+ Ota UX patch!
marcoNYC said:
Guys how is this rom? For me is similar at Thor v1.5+ Ota UX patch!
Click to expand...
Click to collapse
Indeed
m3g5 said:
160720D.METAL.ROM.I9505.S7StyleV
http://www.romjd.com/Rom/Detail/114122
Add new S7E wallpapers
Support Qualcomm S4
After optimization: system response speed by 30%, 25% longer battery life, faster and more power! .
Brush Wait until all system optimization and then connect to wifi!
Then brush can not blame a key Brush tool with ROM and internet author
S7 intelligent remote control
S7 sound
S7 Chinese weather
S7 message
S7 full range of fonts
S7 NGA
S7 full range of sound (be sure to turn on the sound system, ah, very like sound)
S7 optical reader
S7 memorandum
S7 browser
S7 Calculator
S7 My Profile
S7 WallpaperPicker
Music Player S7
S7 keyboard
S7 my files
S7 Applications
S7_AccuWeather Gadgets
S7 SmartManager
S7 remote control
S7 performance optimization
S7 Smart, Switch
S7日历
S7 music Bofang device
S7-Voice
S7 Desktop (topic can not be used, can not be repaired temporarily limited capacity)
S7 translation
S7 wallpaper Set transplant
GPS is still second set
Kernel using precompiled kernel, Notes
Global Optimization phone animation, the response speed is not Caton
Streamlining of the ultimate mobile phone to a pure ecological
Repair does not recognize sd card error
Enclosing the extracted S7E HD Wallpapers
Daily Update split-screen function
Excluding power program
Press the Menu key to display the application
The new calendar style close to the Themes
Brush Wait until all system optimization and then connect to wifi!
Then brush can not blame the Brush tool and ROM author and internet
Kernel xda using precompiled kernel, thanked Notes
Global Optimization phone animation, the response speed is not Caton
Streamlining of the ultimate mobile phone to a pure ecological
And support for Samsung S4 Orion
The following is a log record
Add marshmallows S7UI more beautiful atmosphere, S7 set more stable and compatible
Synchronization S7E Porting Kit
Launcher bug fixes
Star stunning new wallpaper Soft
Add a variety of custom settings
Add a variety of colorful wallpapers as you like
New Super Pojie Edition ROOT authorization does not rebound, no looking back the gifted
Optimized for resolution, adaptive page layout
Local optimization systems to accelerate application whitelist
Optimization wifi scanning, make faster wifi connection
Private file repair restore during exit, after re-entering, the need to restore the file again
Repair camera response Caton phenomenon
USB connection is not timely repair
Repair the short interest rate Caton problem message
Unlock silent bug fixes ripples
Optimization of the status bar transparent state so that the status bar is more beautiful
Flash back the clock to repair the problem, before extracting some packages will not be compatible
Fix playback problems Caton
Repair virtual keys occasionally not working problem
Repair green guardian can not open the function
Optimized music player interface
Optimization is no new album, a message
ROOT privileges optimization problem waiting
Optimization of removing official browser, because it is very low power consumption
Optimization of the games browser opens VP N function
Just brush machine repair is complete, the camera stops running problem
Repair some scenarios camera scan code crashes
Recorder function optimization
Calculator optimization, optimizing folder display problems
Optimization of the accordion window transparency, more beautiful
Repair Click Push notification bar can not be adjusted from the music application problems
After the repair Repair 5.0 restart automatically turn off the mute question
Optimize the consumption list of records, reducing the length of the title
Join the many optional parameter optimization, the ultimate user of various optimization parameters essential global power control
The pursuit of stable lightweight frame optimization experience, greatly enhance fluency, very smooth feel long-term use
A video optimization:
Enhance the overall tactile feedback
Photographic Optimization
Scroll to enhance the overall feedback
Open Stagefright framework
Open GPU rendering UI
* .jpg To improve the quality of 100%
Battery Performance Optimization
B bigger picture optimization:
Add boot power-saving technology, close the Bluetooth data traffic wifi
Add Sony imaging engine
Add Sony speaker volume
Add host ad blocking
Optimization script zipalign sqlit3 etc.
Let me do better, your experience is the first
Baidu to find more useful ROM Great God, I thank God XDA D bottom package, kernel Aurora
friendly reminder:
5.0 To bring up the developer must enter the settings option - the version number on the phone several times batter
Please rest optimization Brush experience yourself .. .
wifi automatic connection setting method:
WLAN- (three in the top right corner) - Advanced settings - Set the network connection method - "Automatic"
Please rest Oil Brush own experience.
Click to expand...
Click to collapse
Does it support SC-04E (NTT Docomo) Galaxy S4 ? Though it has a Qualcomm chipset.
wow! we can not download it? I would like to try it, it's perfect !!
sergioDjG said:
wow! we can not download it? I would like to try it, it's perfect !!
Click to expand...
Click to collapse
This rom is THOR S7 Port with the ota patch. How many times do we have to say this. If you want to try download thor by darknessss
dcduartee said:
This rom is THOR S7 Port with the ota patch. How many times do we have to say this. If you want to try download thor by darknessss
Click to expand...
Click to collapse
have to say the time we need, the thor rom ote the patch does not work as it should, and this rom has no faults. I'm waiting for the rom 2.0, because the patch worsens performance thor rom. I do not work well
6.0.1 Marschmilo Is it real or just a version number
Like thor is 1.5
mafiachat007 said:
6.0.1 Marschmilo Is it real or just a version number
Like thor is 1.5
Click to expand...
Click to collapse
5.0.X
Hi everyone,
I am running Viperone 6.2.0 (Android 7.0) using elementalx kernel.
Performance and battery wise, it's okay, but somehow multitasking performance is really bad. It feels like LMK is being just too aggressive.
Feeling that 3GB should be able to perform multitasking decently, does anyone have any tweaks that have been tested for multitasking on this device?
By multitasking, imagine the scenario of modifying web pages (mixplorer and its code editor), while listening to music (deeper), and running a server (php, mariadb, redis, under termux), with occasional ssh (openssh under termux) and config changes (nvim under termux), and replying to chat apps (WhatsApp & Telegram).
The reason I am suspecting that the configuration is not optimal yet is, I still see plenty of unused space.
bash-4.4$ free
total used free shared buffers cached
Mem: 2825836 2682108 143728 0 10140 653632
-/+ buffers/cache: 2018336 807500
Swap: 1441788 723012 718776
Notice that cache and swap is still plenty for other apps, that is unless I am reading that wrong.
Install this. AFTER uninstalling any performance booster app
https://play.google.com/store/apps/details?id=com.gsamlabs.bbm
Sent from my HTC One M9 using Tapatalk
2ISAB said:
Install this. AFTER uninstalling any performance booster app
https://play.google.com/store/apps/details?id=com.gsamlabs.bbm
Click to expand...
Click to collapse
Umm.. I'm not sure what's that have to di with multi tasking configuration.
I do have gsam for a while, and am not aware that it have multitasking tweaks capabilities.
Care to share more on it?