Post your Benchmark - Transformer TF300T General

This is my latest antutu benchmark, post yours http://db.tt/J8VvEh9l
http://imageshack.us/photo/my-images/132/screenshot2012103114525.jpg

Here is mine
{
"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"
}
Edit: damm i didn't notice, that you want antutu scrores. Have to take some now.

Here's mine running hydro jb and unt's kernel, also have journaling off on the internal data and sdcard partition. Everyone please state your setup so we can compare and help each other get better results.
Sent from my ASUS Transformer Pad TF300T using Tapatalk 2

[email protected] v2 with v6 supercharged script and internal journal off(don't look at sdcard speeds its a old 2gb one xD):
Sent from my ASUS Transformer Pad TF300T using xda app-developers app

what's journaling off? can somebody post the link pls. thanks.

brochador said:
what's journaling off? can somebody post the link pls. thanks.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=33328348&postcount=409

Rom Asus Hydro 4.1

[email protected] ..1600MHz

xSvenHD said:
http://forum.xda-developers.com/showpost.php?p=33328348&postcount=409
Click to expand...
Click to collapse
help, im at my adb now, but when i try to type adb shell, it says adb server out of date. killing
then
error:device not found..
edit: now it's
daemon not running, strating port on 5037
daemon started succesfully
error:device not found

brochador said:
help, im at my adb now, but when i try to type adb shell, it says adb server out of date. killing
then
error:device not found..
edit: now it's
daemon not running, strating port on 5037
daemon started succesfully
error:device not found
Click to expand...
Click to collapse
I got this problem to.
Update your ADB ?
If that don't work look in taskmanager process and look if there are 2 adb running.
If that is unistall 1 of them. ( i got also 2 running for some reason :S it was from asus and from Android SDK)

xSvenHD said:
I got this problem to.
Update your ADB ?
If that don't work look in taskmanager process and look if there are 2 adb running.
If that is unistall 1 of them. ( i got also 2 running for some reason :S it was from asus and from Android SDK)
Click to expand...
Click to collapse
My adb is updated, i only have 1 adb running on my processes, i ended it start again and same result. I also tried to type adb kill-server, start again but still no luck.
Sent from my R800i using Tapatalk 2

Related

installLocation feature and HTC

Hi there,
it seems to be that some manufactor's, like HTC (Sense 3.0), overwrite the "installLocation" attribute through own patched android os versions.
I don't know if this is true, but in fact i have the problem that my app SD-Booster can be moved to SD-Card without a "installLocation" XML statement in the AndroidManifest.xml file.
Well, i guess they use own implemented formulas to verify each app, but in this case it doesn't work very well.
HTC Nexus One (Stock Rom 2.3.3): SD-Booster v1.5.1 can't be moved (option disabled)
HTC Sensation (HTC Stock Rom/Sense 3.0/2.3.3) SD-Booster v1.5.1 can be moved!
Any ideas?
Regards
Akusari
Here are some screenshots, shows up the ****:
Identical installations...
HTC Nexus One (works correct)
{
"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"
}
HTC Sensation (failed, allow moving)
Well this can be overiden with ADB:
adb shell
setInstallLocation 2
So HTC could well have set this in their ROM... seems strange, but I guess you have proof
So if there is no way to stop htc from letting users move your app you could do a check for install location and disable the functionality (if any will be comprised by the app moving) and prompt the user to move it back before letting them use the app
From something awesome
killersnowman said:
So if there is no way to stop htc from letting users move your app you could do a check for install location and disable the functionality (if any will be comprised by the app moving) and prompt the user to move it back before letting them use the app
From something awesome
Click to expand...
Click to collapse
Yes, it looks like that i must do something in this direction...
eatmold said:
Well this can be overiden with ADB:
adb shell
setInstallLocation 2
So HTC could well have set this in their ROM... seems strange, but I guess you have proof
Click to expand...
Click to collapse
Thanks for the information
Yes, it's pretty heavy, isn't it ?
I hope some other devs doing a verification as well and if it's a real problem we should find more app issues anyway.
Regards,
Akusari

Adb GUI QtADB

Hey I just found a GUI for some of the simpler ADB commands. Its great for those with little programming experience who flash roms such as myself and currently do adb commands through command prompt.
Thanks to 7ymekk for his hard work on QtADB.
Click here for the thread
Here for his website
Unfortunately the screenshots I made arent uploading properly, so please refer to the website or linked thread for screenshots.
DONT FORGET!!!! This will not work without the Android Sdk setup, drivers installed and the platform-tools addition being downloaded in the sdk manager.
Drivers are here under 2-3 rooting
4-1 gives instructions on how to install SDK, it is now on r16 sdk and the link there will take you to the correct sdk. You must open the sdk manager once installed and install platform tools. Additionally if you choose to set a system variable the path is wrong in the file. the correct path should be C:\android-sdk-windows\platform-tools, though yours may be different depending on how you install and your specific computer.
Here are some shell commands to use with the GUI
Please dont forget to thank 7ymekk
come on people
100 views and no replies? Is it helpful, do you like it? Did you at least visit the guys thread? or is this topic completely useless and I never should have posted it?
irule9000 said:
100 views and no replies? Is it helpful, do you like it? Did you at least visit the guys thread? or is this topic completely useless and I never should have posted it?
Click to expand...
Click to collapse
Funny, I've waiting for the same thing...someone to say it's awesome or it sucks...lol.
Sent from my SPH-D700 using XDA App
i personally think its helpful, but i want the opinion of the community
Thanks for the tip, I'll try it out later--gotta get ready for Friday night!
{
"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"
}
irule9000 said:
Click to expand...
Click to collapse
+1
Just what i needed to make recovering some images from a friends phone with a dead screen!. Cheers
nobleskill said:
+1
Just what i needed to make recovering some images from a friends phone with a dead screen!. Cheers
Click to expand...
Click to collapse
It works fiine for me, although ive used it for a few months now, it even has an adb shell, which is useful.

USB-OTG, Unable to get it working...

Hey Guys,
I'm running Paranoid Android on my Nexus 4 and have tried several different kernels from, franco.kernel, Mirage, AK and stock-PA but all of them do the same thing, I've connected it like you can see below:
{
"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"
}
However when I load StickMount and try to mount it does the following even though on my Nexus 10 it works fine
Any help?
Try this and enable he OTG with synapse app.
Kernel: http://forum.xda-developers.com/nex...nel-ultimate-unleashed-kernel-series-t2845768
Synapse: https://play.google.com/store/apps/details?id=com.af.synapse&hl=en
zertix said:
Try this and enable he OTG with synapse app.
Kernel: http://forum.xda-developers.com/nex...nel-ultimate-unleashed-kernel-series-t2845768
Synapse: https://play.google.com/store/apps/details?id=com.af.synapse&hl=en
Click to expand...
Click to collapse
I installed the Kernel, tried to load synapse and it says No UCI Support Detected... :S
Hyflex said:
I installed the Kernel, tried to load synapse and it says No UCI Support Detected... :S
Click to expand...
Click to collapse
If you using synapse you need to flash ukm after flashing the kernel then it will work.
Rohit02 said:
If you using synapse you need to flash ukm after flashing the kernel then it will work.
Click to expand...
Click to collapse
Ahh, that works. Thank you.
Does anyone know why the symlinks aren't working?
If I go to /sdcard/usbStorage/ the SDCard is accessible via the /SDA1/ folder; however what is sda2 for... it appears blank on my screen when I go into it.
Hyflex said:
Hey Guys,
I'm running Paranoid Android on my Nexus 4 and have tried several different kernels from, franco.kernel, Mirage, AK and stock-PA but all of them do the same thing, I've connected it like you can see below:
However when I load StickMount and try to mount it does the following even though on my Nexus 10 it works fine
Any help?
Click to expand...
Click to collapse
What setup are you using to have otg? :silly:
zertix said:
What setup are you using to have otg? :silly:
Click to expand...
Click to collapse
A OTG-Y cable with a USB stick in the end..., exactly as you see in the picture: http://i.imgur.com/8h1IYmK.png
I also can't copy my music from /sdcard/Music to /sdcard/USBStorage/sd1 as it says there isn't enough space :/
Thanks guys.
I have been trying for 2 days to get USB OTG working on a Nexus 4.
This thread was the most helpful.

npd35k released

{
"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 Pixel C using XDA-Developers mobile app
Awesome
Sent from my iPhone using Tapatalk
can someone post a system.img?
Google has up on the beta page for download
Sent from my Pixel C using XDA Premium HD app
Anybody else getting constant reboots with this version?
Tried upgrading to N from stock and it's dropped me into a bootloop. Now looking for the OTA file to see if an adb sideload will fix the problem
No boot loops or reboot issues here
Sent from my Nexus 6P using XDA-Developers mobile app
Running fine on both my pixel c and Nexus 6
Sent from my Pixel C using XDA Premium HD app
May be placebo, but my wifi suffered on preview 2, now it's back to normal like it was on MM and N preview 1.
peterk-1 said:
Tried upgrading to N from stock and it's dropped me into a bootloop. Now looking for the OTA file to see if an adb sideload will fix the problem
Click to expand...
Click to collapse
I was f***ed yesterday, and an ADB sideload is the only thing that allowed to get Android back at all.
brando56894 said:
can someone post a system.img?
Click to expand...
Click to collapse
You need the vendor.img as well .. to be safe
Try this package .. Update.ZIP_PixelC_Ryu_NPD35K-system-vendor.zip -> to be installed via TWRP.
Have a look here .. http://forum.xda-developers.com/pixel-c/development/twrp-flashable-monthly-update-zip-pixel-t3375591
Cheers
Seems to be working fine for me at the moment, haven't really noticed anything different from dev preview 2 though.
Sent from my Pixel C using Tapatalk
browngeek said:
Seems to be working fine for me at the moment, haven't really noticed anything different from dev preview 2 though.
Sent from my Pixel C using Tapatalk
Click to expand...
Click to collapse
Much more stable.... That was the main change.

Metasploit on android trick!

Hey everyone, i searched for this and apparently no one has "discovered" this until now.
And i'm surprised because it's really simple.
I was randomly trying to boot kali Nethunter on my I9300 (even tho it's not a supported device), And i was trying to fix the wellknown "terminal not found" bug after i downloaded the FULL chroot.
After that i went in my terminal and typed:
-Su
-bootkali
Since Nethunter still wasn't working, i started typing random commands in the terminal, only for fun, until i typed "Msfconsole".
After that BOOOM.
Metasploit booted up.
I was really surprised, and i tried with things you do in Metasploit, Like exploiting and other stuff..
And it worked!
So, without even knowing, i just " bypassed" the fact that Nethunter wasn't working.
Extra:
You can also download other utilities with basic commands, such as "sudo apt-get install".
SO GUYS, EVEN THO NETHUNTER IS NOT WORKING ON YOUR DEVICE, YOU CAN STILL USE THE MOST IMPORTANT UTILITIES IN KALI LINUX, HAVE FUN
KNOWN ISSUES:
Well, i do not expect aircrack to work properly since every device has its own WiFi chipset.
{
"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 GT-I9300 using XDA-Developers mobile app
[Update] exploits work!
IMPORTANT:
Instead of "msfpayload" use "msfvenom -p".
Sent from my GT-I9300 using XDA-Developers mobile app
I would love to see development on this subject.
Sent from my LGMS631 using XDA-Developers mobile app
DizKiller said:
I would love to see development on this subject.
Sent from my LGMS631 using XDA-Developers mobile app
Click to expand...
Click to collapse
Actually i think it will work as well..
In fact since my GT i9300 was not a supported device by Nethunter, i simply flashed the nexus 5 marshmallow build since it is of course a pure android ROM and since i had cyanogenmod 13..
This may interest you:
http://forum.xda-developers.com/showthread.php?t=3384218
Sent from my GT-I9300 using XDA-Developers mobile app
Command not found
Please someone has solution for this
msfconsole : command not found
S1luX said:
[Update] exploits work!
IMPORTANT:
Instead of "msfpayload" use "msfvenom -p".
Sent from my GT-I9300 using XDA-Developers mobile app
Click to expand...
Click to collapse
Oh well Im gonna say it. Yeah it will work. All manner of things can be done using dirtyc0w payloads.
Bad News actually. It can crack the g925v.

Categories

Resources