Zenfone Dhrystone - ZenFone 2 General

Hi,
can someone run this on your zenphone? http://bit.ly/andhrystone
source code yere, just to know: https://github.com/teknoraver/dhrystone

teknoraver said:
Hi,
can someone run this on your zenphone? http://bit.ly/andhrystone
source code yere, just to know: https://github.com/teknoraver/dhrystone
Click to expand...
Click to collapse
hi here is giving this install but it used for?

teknoraver said:
Hi,
can someone run this on your zenphone? http://bit.ly/andhrystone
source code yere, just to know: https://github.com/teknoraver/dhrystone
Click to expand...
Click to collapse
Certainly, after you tell us what the heck it is.... Not running anything on my devices without prior knowledge of what it is and does...

It seems to be some kind of benchmark. Not running it until I know more, though.

Yeah, this is sketch as hell.

It's my android port for a popular benchmark https://en.wikipedia.org/wiki/Dhrystone
Actually i'm collecting results from various HW types (routers, computers, smartphones, etc.) here: https://docs.google.com/spreadsheets/d/1xUSe7d46mop7UMhMMsB-EFukLQEHi40LAYoujoj3MsI/edit#gid=0
I just miss an entry for a new generation Atom like the one in the zenfone
The app requires any permission at all, and all sources are on github

{
"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"
}
Sent from my ASUS_Z00AD using Tapatalk

Sent from my ASUS_Z008D using Tapatalk

On my ZE550ML:

Thank you very much!
Soon I'll upload this apk in the play store, I have just to tidy it up a bt
thanks again!

Mmm, arch should be x86_64 instead of x86, I guess that it's running the i386 native code..

Ze551
Sent from my ASUS_Z00AD using XDA Free mobile app

Hope it helps ur data.
Sent from my ASUS_Z00AD using Tapatalk

Wiki:
"Dhrystone is a synthetic computing benchmark program developed in 1984 by Reinhold P. Weicker intended to be representative of system (integer) programming. The Dhrystone grew to become representative of general processor (CPU) performance."
Result: 8078 But how can we compare to other CPUs? Is it using x86_64 arch? Does it have Single-thread performance bench?
p.s: Do not publish it yet, it needs to be polished. e.g. The loading arrow needs to be smaller add some color on a black background. Also, a CPU logo with ice or fire would be nice.
I like the idea though, its a simple, fast and accurate way of benching without heating the phone and waste battery for a long period of time. :good:
Nice to see that 64 bit OS will boost performance and even more if the apps are completely x64 optimized.

The benchmark is single threaded, and is working in 32 bit mode because of this code:
PHP:
private String detectCpu() {
if(Build.CPU_ABI.startsWith("arm64"))
return "arm64";
if(Build.CPU_ABI.startsWith("arm"))
return "arm";
if(Build.CPU_ABI.startsWith("x86_64"))
return "x86_64";
if(Build.CPU_ABI.startsWith("x86"))
return "x86";
if(Build.CPU_ABI.startsWith("mips64"))
return "mips64";
if(Build.CPU_ABI.startsWith("mips"))
return "mips";
return null;
}
In your firmware Build.CPU_ABI is "x86" so my app ran a 32 bit binary.
I need a way to differentiate between x86 and x86_64, maybe looking for "lm" in /proc/cpuinfo

something like this: http://pastebin.com/BfDJgatv

Hi guys,
this should run in 64 bit mode:
https://play.google.com/store/apps/details?id=net.teknoraver.andhrystone

teknoraver said:
Hi guys,
this should run in 64 bit mode:
https://play.google.com/store/apps/details?id=net.teknoraver.andhrystone
Click to expand...
Click to collapse
I'm afraid this new version just crashes on launch on my ZE550ML.

what it does say before crashing?
ABI, arch, etc.?

Remember guys, our cpu is x86_64 but the os is 32 bit. A 64 bit application will not run since the libraries are 32 bit.
Sent from my ASUS_Z00AD using XDA Free mobile app

Related

Tool: Analyse your battery drain.

Hello all,
Here is my 2 cents contribution to all the people that are wondering why their batteries are out in 10 hours!
I would like to share my tool, and maybe get help with my code if people are interested.
This goal of this app is to help you to detect what is going wrong with your battery by displaying values of the drain. It will never analyse or detect an app!
MARKET LINK: https://market.android.com/details?id=com.WazaBe.android.BatteryDrain
{
"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 pretty cool.
I was getting tired of calculating battery per time.
Maybe it would be better if it record battery usage per time.
(ex , partial wakelock)
just downloading and testing
thanks
Downloading, will give it a shot
Useful app and a good start.
cool i will give it a whirl and see how it goes..
Cool app, will test it and see, if I can help with ideas.
Great. I wanted to compare battery drains in using different kernel or different cpu scaling governor. I think your app will come in handy. Thanks...
Sent from my SK17i using XDA App
OP, can you attach the apk to this thread. Market says its not compatible with my HD2 that is running 4.0.3 (IceCream Tosti v0.5 ROM with tytung kernel)
BTW, does anyone know if there is a workaround for this market issue?
TIA
Will try.. thanks.
Thanks!
Will give it a try!
Sent from my GT-I9100 using xda premium
amc1274 said:
OP, can you attach the apk to this thread. Market says its not compatible with my HD2 that is running 4.0.3 (IceCream Tosti v0.5 ROM with tytung kernel)
BTW, does anyone know if there is a workaround for this market issue?
TIA
Click to expand...
Click to collapse
I probably have the wrong end of the stick, but when I searched for it by application title, it didn't appear. So instead I searched for it using Waze_Be and found it in the list.
Downloading and will give it a test.
Thanks for sharing this useful tool!
Gonna try it thanks
Sent from my HTC_Amaze_4G using xda premium
Awesome app!
This is really useful man. Good job.thanks
Curious as to what this app offers over this one I have used for years: https://market.android.com/details?...ch_result#?t=W251bGwsMSwxLDEsImNjYzcxLmJtdyJd
Thanks
Looks nice. Could we have an alarm that warns you when battery draw is higher than normal (only when the screen is off)?
My phone sometimes starts sucking power when my Exchange connection goes haywire. I'd love to be warned that it's in a high-draw situation instead of it just going dead.
I installed it on my Transformer Prime. So far, so good. Around 2/3 of the time under 1%/hr of battery usage.
Would be nice, if you would add a "min/mean/max" CPU usage for the time period of possible. Basically, instead of only collecting time/battery percentage, you could collect other system useful data.
And why not, trying to figure the "charging speed". This would also be nice, I suspect some of my USB chargers to be less efficient/fast.
And... It might be possible to detect batteries that will soon die! Above average %hr... I have a lot of ideas for you.
profete162 said:
Hello all,
Here is my 2 cents contribution to all the people that are wondering why their batteries are out in 10 hours!
I would like to share my tool, and maybe get help with my code if people are interested.
This goal of this app is to help you to detect what is going wrong with your battery by displaying values of the drain. It will never analyse or detect an app!
MARKET LINK: https://market.android.com/details?id=com.WazaBe.android.BatteryDrain
Click to expand...
Click to collapse
i will add your app to my battery saving tips if you dont mind, please do send me a pm to confirm

Linaro code can speed up Android like 10 times! We need that Linaro code!

Read this!
http://www.cnx-software.com/2012/06...k-android-to-shame-on-ti-pandaboard-omap4430/
Video on Youtube:
http://www.youtube.com/watch?feature=player_embedded&v=mrQRYmYip6Q
Good news from second comment:
"CM people can obviously pick up what we’ve done – so can Google, we’ll be submitting the changes to AOSP shortly."
SGS + Linaro = SGS3 - ​
wow ...
that would be great ...
I knew that Android is bad-coded !
Found these.....
http://forum.xda-developers.com/showthread.php?p=27045594
http://forum.xda-developers.com/showthread.php?p=27045119
http://www.androidauthority.com/linaro-android-is-up-to-twice-as-fast-as-stock-android-92831/
http://www.linaro.org/linaro-blog/2012/04/30/linaro-android-running-on-galaxy-nexus/
How to do it:
{
"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"
}
Here's the GIT Link: http://android.git.linaro.org/gitweb?p=kernel/panda.git;a=summary
Damn the world, if this comes to I9000!
This is a revolution!
gokussjx said:
Found these.....
http://forum.xda-developers.com/showthread.php?p=27045594
http://forum.xda-developers.com/showthread.php?p=27045119
http://www.androidauthority.com/linaro-android-is-up-to-twice-as-fast-as-stock-android-92831/
http://www.linaro.org/linaro-blog/2012/04/30/linaro-android-running-on-galaxy-nexus/
How to do it:
Here's the GIT Link: http://android.git.linaro.org/gitweb?p=kernel/panda.git;a=summary
Damn the world, if this comes to I9000!
This is a revolution!
Click to expand...
Click to collapse
I've already asked DerTeufel if he could take a look at the kernel sources . But it only speeds up parts of the system.
@goku can u provide link to download the KB3 modem.since u have tried all others in India.
on topicstratosk and krarvind,hope u guys are following this.
hmm veeery interesting......
+20xp, post added
+1 million XP has been added to your account
I hope something useful comes out of this for our beloved i9000. And ofcourse Android in general. These guys are pro!
nice find man, got me really pumped, that things STILL can get better for our old device, but maybe I shouldn't be pumped since maybe there's nothing to gain for us.
Android really is a piece of **** im surprised it even functions at all. Next device will be a Windows Phone, this by far is the smoothest interaction i've ever experienced with a smart phone. Hopefully more apps will be available.
kunjar said:
Android really is a piece of **** im surprised it even functions at all. Next device will be a Windows Phone, this by far is the smoothest interaction i've ever experienced with a smart phone. Hopefully more apps will be available.
Click to expand...
Click to collapse
Big LOL to you.

			
				
senotrius said:
@goku can u provide link to download the KB3 modem.since u have tried all others in India.
on topicstratosk and krarvind,hope u guys are following this.
Click to expand...
Click to collapse
SGS GT-i9000 KB3 Modem
burakgon said:
Big LOL to you.
Click to expand...
Click to collapse
Class
wow
mnm9994u said:
SGS GT-i9000 KB3 Modem
Click to expand...
Click to collapse
Those answers are better PMed
Peace.
kunjar said:
Android really is a piece of **** im surprised it even functions at all. Next device will be a Windows Phone, this by far is the smoothest interaction i've ever experienced with a smart phone. Hopefully more apps will be available.
Click to expand...
Click to collapse
lol have fun with your next senior phone with windows mobile, i hope you can make much calls with it and send many text massages because WM is very limited for the rest
Sent from my Samsung Galaxy S with Tapatalk.
is ther any one working to port this for i9000 ?
mohammad13 said:
is ther any one working to port this for i9000 ?
Click to expand...
Click to collapse
Cm9 gerrit code review is full of linaro commits.

Misunderstanding

there is so much webtop 3.0 hate when you go looking for info.. either by linux gurus (which immediately earns you my respect, don't get me wrong) or folks who just desperately want to multi task by re-sizing windows =p
perhaps you all aren't aware of what you're actually getting. check it out
this is how we manage files (app launch time: instant)
{
"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 how we work with documents (app launch time: instant)
this is how we browse the web (app launch time: instant)
this is how we end our day (app launch time: instant)
these are just examples of what we get in tablet mode with various market apps. they will look bigger and better at lapdock HD resolutions. so, think about it please.. then beg your local dev for webtop 3.0 support when ics drivers get here. (i'm assuming a port of webtop 3 roms would be a possibility with ics drivers but i'm not sure on that and that there is a small chance (speculation) we won't get webtop 3 with an official ics due to negative feedback or that we won't get official anything.)
Which phone is used for test?
Zeljko1234 said:
Which phone is used for test?
Click to expand...
Click to collapse
huh? if you're referring to my 'supposed' launch times those are just estimates or rather more accurately comparisons. generally speaking, when you touch a launcher on an android system rocking 1ghz + 1gb ram it may as well be instant. if you can't measure the time without slow motion.. now lets look at webtop 2.0
click the firefox icon and start counting. this isn't science. this is pointing out the obvious that was obviously overlooked? xD
A.aaron you just hit the nail on the head of why I ditched that oddly wonderful webtop. I couldn't put a finger on it but you did; waiting several seconds to launch good old lightweight firefox on a dual core 1gb ddr2 ram linux machine, and it takes forever! This wasn't even something I realized when I used it so much, as it was easily overloaded. I liked it, but I couldn't quite figure out why I repeatedly wanted vanilla android. It was the obviously overlooked, the stupidly slow speed of webtop for the quite capable hardware. A complete disappointment, further hampered by carrier stupidity. Anyhow, I still think the AP20H is powerful:
Ever played C.H.A.O.S? runs butter smooth stock kernel maximum settings, and much smoother than a CM9 touchpad overclocked to dual core snapdragon s3 at 1.7 ghz. This thing can handle a lot, if the software didn't suck. Webtop 3.0 looks like the anti-suck, being android itself presented much more reasonably
i believe that's specifically why they scripted in autostart. i'm not sure why they wasted like 60px for the dock because essentially its ffos. if they'd advertised it as that it would at least appear to be what it actually is. but i mean, have you tried to scroll facebook in that thing? lol
webtop 3 is a step in the right direction. as a student i can use the office apps native to the platform to do my work assuming i have a decent size screen and reliable input. i've got that, i just need the os =D
and i'll prove it, assuming we get the update this quarter.
The Netflix app sucks major ass. Probably should have used a better example.
Also, showing screenshots from two completely different devices gets kinda confusing.

[THEORY] Remove Touchpad Lag in JB + Theoretically Boost GPU!

My Theory + Story, Keep parts in-mind as they come together slowly,
PT1:
Hey Guys today i wanted to SuperClean & Restart my Device, so i Attempted to type "su", Instead i typed "du" and Suddenly all file locations listed just in my face, and it took like 10 seconds as each directory was flying by and i Saw a tone of writting but a couple of listings caught my eye, It was something like "irq/"
PT2:
Like a 2 weeks ago i got a new laptop, and it had decent specs, Intel HD 3000 as a iGPU and an Intel i3 Clocked at 2.10GHz, so I downloaded Black ops 2 in Hope to get it running at a decent 30FPs at least on Multiplayer, So I Fired it up and it was at an appauling 9FPs, Casually Treyarch gave me the "Optimal" Settings or sth, but then i lowerd them down to Low and saw a big boost to about 30FPs AVG but i was still upset with the frequent FPs Drops, so instead i Google'd some ways of Boosting the Blops 2 FPs, and the First thread that came up was "FPS Tweaks for Black ops 2", So this Thread showed me how to modify the windows Prioritys, It works with IRQ's (Remember this from PT1?) so i Popped up the registry and modifyed my IRQ of my CMOS/Clock Control to 1 and my GFX Card to 2, Now black Ops 2 Was Blazin Fast, i had 50 FPs avg and the lowest drops were about 38 FPs!
PT3:
Within the Listings in Terminal Emulator (after scrolling to find it...) i found "irq/161/synaptics_touchpad", So Isnt this the touchpads in the xPlay?, Well Yes It probably is, so after scrolling down the irq list i found multiple things that could be prioritized (cypress_touchscreen = more responsiveness!, but couldent find gpu.. ), so I thought about the Touchpad Lag in JB, and so well if we were able to prioritize this then wouldent the touchpads in JB be smooth?, Theoretically YES, but it hasent been done yet!, i dont know if simply moving the folder to the "irq/1/" would prioritize this or whether lots of other things are Linked to it, so wouldent this break it?, Well Maby.. Thing is its dangerous to test this and im not even sure if this is the priority stuffs!
I hope we can get this working and finally Fix the touchpad lag at least, but dont forget this an be done for multiple pices of hardware if we can identify the hardware!,
Screenies in Second Post!
Screenies:
{
"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"
}
Sent from my R800i using xda app-developers app
Hahaha man maybe we should try it and see what happens, but I have to admit that I like your theory
Enviado desde mi Xperia Play
The problem if i remember correctly is that when we touch the touchpads a lot of events starts, and this cause the lag; if you want more information look into farenheit's thread, something like a year ago he and Dan were studing the problem better
Sent from my Xperia Play using Tapatalk 4 Beta
Totally wrong.
You can't edit these things, because are "virtual files" of processes that are running in your device, so the memory always is writing onto these files, and there is no content, only bits. If you have knowledge in linux /proc= process.
Theoretically Boost GPU!
Click to expand...
Click to collapse
Boosting GPU = Increasing lag in games.
It's a direct relationship in Xperia Play.
This is my theory
D.Spirit said:
Boosting GPU = Increasing lag in games.
It's a direct relationship in Xperia Play.
This is my theory
Click to expand...
Click to collapse
no, what we have seen is overclocking the GPU, not boost its priority,
gangstermartorell said:
You can't edit these things, because are "virtual files" of processes that are running in your device, so the memory always is writing onto these files, and there is no content, only bits. If you have knowledge in linux /proc= process.
Click to expand...
Click to collapse
Oh lol, well there goes my theory unless someone else can chip in to support it,
EDIT
wait wouldent moving the process then to a higher priority still work then?, its like the same?, it would still work if it were to be processes!
[email protected] said:
The problem if i remember correctly is that when we touch the touchpads a lot of events starts, and this cause the lag; if you want more information look into farenheit's thread, something like a year ago he and Dan were studing the problem better
Sent from my Xperia Play using Tapatalk 4 Beta
Click to expand...
Click to collapse
Tnx but i already knew this,
Guys its impossible,
After doing intensive reasearch I found out that the irq in linux cant be change withouy physical rearagement of hardware, ;(
Sent from my R800i using xda app-developers app
EDIT
After more Reasearch, it cant be changed, for sure, as i even tried copying, cutting, renaming the synaptics touchpad file on GB only tho, also the Kernel dosent handle IRQ's so no go for that either,

[XAP][OEM] Collection of apps for lumia 630 [SAMSUNG][HTC]

Hi! I decided to post here some ,,unsupported,, oem marketplace apps for other devices that also work on lumia 630. It is most likely to work on other devices than lumia 630, but since I only have this device, I can say that apps were tested before published here. (apps are open-source)
All apps are up to date till today 22.12.2015 , directly from windows phone store. I do not plan for future updates.
Keep in mind that no one is responsible for any damages that can occur !
Enjoy, and feel free to comment.
{
"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"
}
For_DOWNLOAD: link1link2
reserved
MaDaLiNoSt said:
Hi! I decided to post here some ,,unsupported,, oem marketplace apps for other devices that also work on lumia 630. It is most likely to work on other devices than lumia 630, but since I only have this device, I can say that apps were tested before published here. (apps are open-source)
All apps are up to date till today 22.12.2015 , directly from windows phone store. I do not plan for future updates.
Keep in mind that no one is responsible for any damages that can occur !
Enjoy, and feel free to comment.
For_DOWNLOAD: link1link2
Click to expand...
Click to collapse
can you try to give core app..i want a display core app ..because it containt brightness slider......thanks...
All working on lumia 530 moded with wm10.... dictionary said device not autorized to run this app
640 xl all working.
A AJAY said:
can you try to give core app..i want a display core app ..because it containt brightness slider......thanks...
Click to expand...
Click to collapse
What core app???? did you mean nokia display settings?
augustinionut said:
All working on lumia 530 moded with wm10.... dictionary said device not autorized to run this app
Click to expand...
Click to collapse
try to change Manufacturer name to SAMSUNG before first launch
Tnx, but uninstaled dictionary..... i see no use .....
MaDaLiNoSt said:
What core app???? did you mean nokia display settings?
Click to expand...
Click to collapse
ya ....exactly....display setting app.
A AJAY said:
ya ....exactly....display setting app.
Click to expand...
Click to collapse
this is the final version:
Members, please don't repackage anothers work and redistribute it without permission first and always. And especially don't distribute it in their thread.
Thanks,
Darth
Forum Moderator
Anothers mean microsoft?
x, but uninstaled dictionary..... i see no use
Juara ads said:
x, but uninstaled dictionary..... i see no use
Click to expand...
Click to collapse
Yeah, it can be replaced by any dictionary app from the store.
Sent from my SM-J500F using XDA-Developers mobile app
MaDaLiNoSt said:
this is the final version:
Click to expand...
Click to collapse
how did you get those xap??
i tried pulling them from store but they were encrypted.
copied them from phone but manifest error.
Hritwik said:
how did you get those xap??
i tried pulling them from store but they were encrypted.
copied them from phone but manifest error.
Click to expand...
Click to collapse
yes it it the latest version because I moved again to android platform.
I used more methods to gets these xaps from windows store, but now I don.t really remeber them.
The game samrubik works well on ATIV S.
Too bad I can't find the RSS Times, Photogram and Artistic Effect apps.

Categories

Resources