So, I was searching around the Nexus 4 forum when I found this exert from the Harsh Kernel thread. Don't know if this would be doable on our phones, but I tried it through terminal and it didn't seem to work. But . . . . I'm not the smartest Linux user . .
Well, our cpu are made at some quality standards. We have 4 different quality of cpu for apq8064 from Qualcomm. so depending on which one is on your phone it selects frequency table from slow, nominal, fast and faster.
Google kernel source have same frequency table for fast and faster. So those with faster are not getting their extra advantage
Quote:
You can identify you CPU chip by below command in terminal.
adb shell dmesg | grep PVS
It will give you some output as given example below
Code:
adb shell dmesg | grep PVS
[ 0.873920] acpuclk-8064 acpuclk-8064: ACPU PVS: FAST
And faster binned CPU has lot to do with UV, when you look as frequency table of faster, it is already preconfigured to have lower voltages than fast, and lot lower than slow binned.
Phones with faster binned should have better battery than slower binned phone out of box without any other configuration.
And for UV its already hardcoded and can be adjusted by System Tuner app further. And OC I am not willing to add. Maybe will adjust frequency(underclock) later on but hardcoded and tested.
Click to expand...
Click to collapse
Here's the Linky to the actual thread
That's a good question. Hmm. Seems like there should be a forum for questions like this and the answers to those questions...
Nastybutler said:
That's a good question. Hmm. Seems like there should be a forum for questions like this and the answers to those questions...
Click to expand...
Click to collapse
Oh I see what you just did there... :thumbup:
Well played, sir, well played.
Sent from my LG-E970 using xda app-developers app
Nastybutler said:
That's a good question. Hmm. Seems like there should be a forum for questions like this and the answers to those questions...
Click to expand...
Click to collapse
I literally thought I was in the Q&A forum. My bad.
(Waits for the Mods to move to correct forum)
While you've read the thread . . . . any idea on if this would work for our devices?
Globalrebel said:
I literally thought I was in the Q&A forum. My bad.
Click to expand...
Click to collapse
I thought I'd go for a gentle, subtle route as opposed to the usual, "This is in the wrong forum" reply.
Globalrebel said:
While you've read the thread . . . . any idea on if this would work for our devices?
Click to expand...
Click to collapse
I hope someone much smarter and more knowledgeable than I can answer this question; it's way out of my depth.
Get Sk8erwitskil in this thread. I had no idea about this until he was talking about it in his kernel thread
Sent from my LG-E970 using xda premium
This command doesn't work for our kernel. I also looked at the entire dmsg and couldn't find anything close to that.
Patsfan123 said:
This command doesn't work for our kernel. I also looked at the entire dmsg and couldn't find anything close to that.
Click to expand...
Click to collapse
you need to be rooted and grant root access to android shell.
try this one:
reboot
open android terminal emulator
su
cat /proc/last_kmsg | grep PVS
{
"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"
}
chrone said:
you need to be rooted and grant root access to android shell.
try this one:
reboot
open android terminal emulator
su
cat /proc/last_kmsg | grep PVS
Click to expand...
Click to collapse
That didn't work for me.
Sent from my badass LG Optimus G
Nastybutler said:
That didn't work for me.
Sent from my badass LG Optimus G
Click to expand...
Click to collapse
oops sorry, i was on nexus 4, thought we're using same hardware and the method would work.
Sent from my Nexus 4
chrone said:
oops sorry, i was on nexus 4, thought we're using same hardware and the method would work.
Sent from my Nexus 4
Click to expand...
Click to collapse
It was worth a shot. Thanks for trying.
Sent from my Nexus 7 using Tapatalk HD
chrone said:
you need to be rooted and grant root access to android shell.
try this one:
reboot
open android terminal emulator
su
cat /proc/last_kmsg | grep PVS
Click to expand...
Click to collapse
You may have to reboot twice in a row. /proc/last_kmsg holds the kernel message buffer as it was when you last rebooted. But it's limited in size and older messages get thrown away to make room for new. So the first time you reboot, if the relevant info has already scrolled past, it won't be saved. The second time you reboot, the messages from the beginning of the boot are still there
(also, depending on your rom and how you rooted, you may not have grep, but you should have busybox - so if "grep" is not found, use "busybox grep" in its place)
Here's what I see on mine (stock rom):
[70-01-01 00:00:00.070] get_pvs: ACPU PVS: Faster
(this is before the time gets set)
jdock said:
You may have to reboot twice in a row. /proc/last_kmsg holds the kernel message buffer as it was when you last rebooted. But it's limited in size and older messages get thrown away to make room for new. So the first time you reboot, if the relevant info has already scrolled past, it won't be saved. The second time you reboot, the messages from the beginning of the boot are still there
(also, depending on your rom and how you rooted, you may not have grep, but you should have busybox - so if "grep" is not found, use "busybox grep" in its place)
Here's what I see on mine (stock rom):
[70-01-01 00:00:00.070] get_pvs: ACPU PVS: Faster
(this is before the time gets set)
Click to expand...
Click to collapse
Rebooting twice did the trick I think! It tells me my ACPU PVS is 1. Does that mean I have the slowest CPU?
Sent from my Nexus 7 using Tapatalk HD
Nastybutler said:
Rebooting twice did the trick I think! It tells me my ACPU PVS is 1. Does that mean I have the slowest CPU?
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
@Nastybutler, I bet you had eco mode on. Lol. I did this with eco mode on and it showed "1". With echo mode off it showed "FASTER".
Sent from my LG-E970 using xda premium
Cojam1 said:
@Nastybutler, I bet you had eco mode on. Lol. I did this with eco mode on and it showed "1". With echo mode off it showed "FASTER".
Sent from my LG-E970 using xda premium
Click to expand...
Click to collapse
Nope. I haven't used Eco mode since going to the SnowJB ROM. Guess I'll try it again just to see.
Sent from my Nexus 7 using Tapatalk HD
Nastybutler said:
Nope. I haven't used Eco mode since going to the SnowJB ROM. Guess I'll try it again just to see.
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
Oh well, my bad. . Give it a shot though and see with you come up with.
Sent from my LG-E970 using xda premium
Nastybutler said:
Nope. I haven't used Eco mode since going to the SnowJB ROM. Guess I'll try it again just to see.
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
It looks like you do have eco mode at least enabled, look at the leaf in the status bar of the screen shot.
Sent from my LG-E970 using xda premium
have you guys succeed by doing this command line?
adb shell dmesg | grep PVS
Click to expand...
Click to collapse
jsylvia007 said:
It looks like you do have eco mode at least enabled, look at the leaf in the status bar of the screen shot.
Click to expand...
Click to collapse
That's Power Saver mode which has nothing to do with the processor. It just changes the phone's profile when the battery hits a certain level.
Sent from my Nexus 7 using Tapatalk HD
Related
Anyone know how to stop wifi from going to sleep? I have it set to never turn off yet it always does.... Thanks
Sent from my VM670 using Tapatalk
Sent from my VM670 using Tapatalk
Try REGPON wifi Keepalive from the market.
nixie2121 said:
Anyone know how to stop wifi from going to sleep? I have it set to never turn off yet it always does.... Thanks
Sent from my VM670 using Tapatalk
Sent from my VM670 using Tapatalk
Click to expand...
Click to collapse
Have you checked the Gtabcomb Q&A thread for an answer? If it's not there, ask there and somebody that's usign Gtabcomb might answer you.
TJEvans said:
Have you checked the Gtabcomb Q&A thread for an answer? If it's not there, ask there and somebody that's usign Gtabcomb might answer you.
Click to expand...
Click to collapse
For some reason i cant post there. I get some kind of permission!?
Sent from my GtabComb using Tapatalk
darren1 said:
Try REGPON wifi Keepalive from the market.
Click to expand...
Click to collapse
So far seems to be working... Thanks
Sent from my GtabComb using Tapatalk
Nothing seems to work.... Help Please
nixie2121 said:
Nothing seems to work.... Help Please
Click to expand...
Click to collapse
When does the WiFi turn off? Immediately after the screen does, or 15 minutes after that, or after a few hours?
There is a trade-off between keeping devices like WiFi on and extending battery life. Android prefers the latter and tries to go into suspend mode if it can. If you want to keep WiFi on all the time, you'll have to keep a wakelock active using some of the apps from Market which are designed to do this.
To see what I mean, try this:
Start the default Android music player and set it to play something in a loop. The default music player will set a wakelock and prevent the system from going into suspend mode. This should keep your WiFi active as long as the music plays.
Thanks.. Any suggestions on a app?
Sent from my VM670 using Tapatalk
nixie2121 said:
Thanks.. Any suggestions on a app?
Click to expand...
Click to collapse
I never use such apps, so I can't recommend any. You can, of course, also set a wake lock from the command line. Install the Superuser app from Market, if not already installed, and then inside a Terminal Emulator window, type:
To set a wake lock:
Code:
$ [B]su[/B]
# [B]echo user_lock > /sys/power/wake_lock[/B]
To remove the (same) wake lock:
Code:
$ [B]su[/B]
# [B]echo user_lock > /sys/power/wake_unlock[/B]
The "user_lock", above, can be any word you want, but, you have to use the same word for both setting and then unsetting the lock. Ie., don't use "user_lock" when setting and "xyzzy" when unsetting. Also, only type the stuff in bold.
Figured I would start one so people have a proper place to talk about it.
Inb4 people asking where to find the builds, they can be found on goo.im or the goomanager app that can be acquired on the part store. They can also be found on his github under his forum name.
I would like people to know that every device is different. If you don't occur one of these bugs, then you are fortunate. If someone brings up something that i do not know about, i will add it to the list
Known bugs (that i know about):
-Google Hangouts ~ Video but no sound
-Sound is out of whack in 8/23 build
~Possible Bugs
-some have also said their Wi-Fi wasn't working
-possible hardware acceleration breakage
Users must be on CWM 5.8.4.8 (non-touch), 5.8.4.3 (touch) RomManager Recoveries Page
OR
TeamWinRecoveryProject (TWRP) 2.2.1.1 TWRP2-i717
Else user will see "abort 7 errors."
If user is able to flash CM9/CM10, and get no abort status 7, yet still is having problems with a ROM itself, the problem is not likely the recovery image being used.
Many users have used the latest CWM and TWRP (mentioned above) to flash all of the latest ROMs, including: CM9, CM10, PA, AOKP, GB, ICS, etc. without any problems.
Click to expand...
Click to collapse
Build #10 is out
http://goo.im/devs/h0tw1r3/SGH-I717/cyanogenmod/10
New Gapps at http://goo.im/devs/teameos/roms/eos3/gapps/gapps-jb-20120802-eos.zip
And I'll just place these right here too
gapps-jb-20120802-eos.zip
Gallery2.apk
Just making sure, since I haven't seen anything discussing it, but no one else's camera is working? I get the error cannot connect to camera, just like when I had the Atrix on ICS.
Sent from my SAMSUNG-SGH-I717 using xda premium
there was a camera-related commit last night, so maybe they figured it out. We'll just have to wait and test the next nightly that has it.
Torch worked for me when I ran it.
Video Accel. I think is broken.
slowpc said:
Torch worked for me when I ran it.
Video Accel. I think is broken.
Click to expand...
Click to collapse
I agree on the hardware acceleration but i didn't want to put it in the OP until i got more opinions on the matter.
Torch is blacked out in the notification settings and my flashlight app won't turn it on either.
Sent from Outer Space
I can confirm torch working. Quite nicely, in fact. On CM9, there would be some lag trying to turn it on. Turns on instantly in CMX!
Sent from my SAMSUNG-SGH-I717 using xda premium
Sinful Animosity said:
I can confirm torch working. Quite nicely, in fact. On CM9, there would be some lag trying to turn it on. Turns on instantly in CMX!
Sent from my SAMSUNG-SGH-I717 using xda premium
Click to expand...
Click to collapse
in any case
{
"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 Outer Space
YouTube worked fine for me..
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Works fine for me:
Torch
WiFi
Oc up to 1.83
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
Is it just me or does cyanogenmod have a shaky relationship with cameras? Its nearly a deal breaker for me. Is it possible to put Samsung camera on CM?
Sent from my SAMSUNG-SGH-I717 using xda premium
I think it has to do with drivers. When ICS came out, almost no one had a working ROM with camera.
Anyone having a problem with YouTube going all grey in landscape? In portrait mode its fine.
Sent from my SAMSUNG-SGH-I717 using xda premium
Sinful Animosity said:
I think it has to do with drivers. When ICS came out, almost no one had a working ROM with camera.
Anyone having a problem with YouTube going all grey in landscape? In portrait mode its fine.
Sent from my SAMSUNG-SGH-I717 using xda premium
Click to expand...
Click to collapse
I've updated the OP a couple times since the thread was created.
I personally am also having trouble with landscape mode in YouTube, but i took a screenshot and it came out fine in my gallery. So it must be in the display drivers, might be related to the hardware acceleration, and the video i tried to watch earlier didn't load HD or HQ when i tried it earlier, I've been watching anime so i haven't tried any more videos
Sent from Outer Space
The tabletUI kicks in too low... the gui looks awful at 172 dpi. Particularly notifications.
Thanks for starting this thread. I can't figure out Goo.im interface for the life of me lol..
I tried out the rom briefly (twice) and my experience with it is as followed:
Not working: Camera, Google Now, LTE not connecting [only Hspa (5%) and 3g (95%)], and Youtube, MXPlayer, Super Video in landscape had gray grainish playback. And weird thing when you flash and boot, in setup screen there is Emergency Call: Mother. I don't know what that means but it was weird.
Otherwise, the rom is super fast and smooth. However I think JamieD81's rom was much faster and smoother for whatever reason.
Keep us updated when next release hits
dsp0704 said:
Thanks for starting this thread. I can't figure out Goo.im interface for the life of me lol..
I tried out the rom briefly (twice) and my experience with it is as followed:
Not working: Camera, Google Now, LTE not connecting [only Hspa (5%) and 3g (95%)], and Youtube, MXPlayer, Super Video in landscape had gray grainish playback. And weird thing when you flash and boot, in setup screen there is Emergency Call: Mother. I don't know what that means but it was weird.
Otherwise, the rom is super fast and smooth. However I think JamieD81's rom was much faster and smoother for whatever reason.
Keep us updated when next release hits
Click to expand...
Click to collapse
when you say google now, what exactly do you mean? and the LTE can apparently be fixed by changing your bearer to LTE in APN settings and possibly changing the interface from ipv4 to ipv4/ipv6.
no idea about the emergency call but there's something with the build that has to do with the landscape being gray, i couldn't give a cause with my current knowledge.
and about goo.im, you just have to go to to devs > h0tw1r3 > SGH-I717 > unsupported for the cm10 stuff
Delete
Send from my beaned out note using XDA premium.
Mechapanda said:
when you say google now, what exactly do you mean? and the LTE can apparently be fixed by changing your bearer to LTE in APN settings and possibly changing the interface from ipv4 to ipv4/ipv6.
no idea about the emergency call but there's something with the build that has to do with the landscape being gray, i couldn't give a cause with my current knowledge.
and about goo.im, you just have to go to to devs > h0tw1r3 > SGH-I717 > unsupported for the cm10 stuff
Click to expand...
Click to collapse
This is Google now. Tap your search button
Send from my beaned out note using XDA premium.
How about battery use? I was almost dead after 7 hrs....
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
dafoxs said:
This is Google now. Tap your search button
Send from my beaned out note using XDA premium.
Click to expand...
Click to collapse
It's working as i can see.
Sent from Outer Space
Mechapanda said:
It's working as i can see.
Sent from Outer Space
Click to expand...
Click to collapse
Except for voice
Send from my beaned out note using XDA premium.
Loving the phone blazing fast liking it better then my galaxy nexus and galaxy s3. I think development will pick up soon. Good job LG
Sent from my LG-E970 using xda premium
Dsmforlife92 said:
Loving the phone blazing fast liking it better then my galaxy nexus and galaxy s3. I think development will pick up soon. Good job LG
Sent from my LG-E970 using xda premium
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Just got mine yesterday. I like it so far. Camera isn't as good my Note 2 or. Gs3 but knew it wouldn't be. I think it's a keeper
Sent from my LG-E970 using Tapatalk 2
ratchetjaw said:
Just got mine yesterday. I like it so far. Camera isn't as good my Note 2 or. Gs3 but knew it wouldn't be. I think it's a keeper
Sent from my LG-E970 using Tapatalk 2
Click to expand...
Click to collapse
Check out _Epic's Camera mod in development for a nice improvement :thumbup::thumbup:
Sent from my LG-E970 using Xparent ICS Tapatalk 2
JohnCorleone said:
Check out _Epic's Camera mod in development for a nice improvement :thumbup::thumbup:
Sent from my LG-E970 using Xparent ICS Tapatalk 2
Click to expand...
Click to collapse
Okay will check it out. Had actually returned mine and got a white note 2 to go with my gray one. Plan was one stock and one rooted. After a few days with 2 of the same devices I realize how dumb that is unless I were a developer so will be switching one back to an Optimus G. Wish I could get a white one though
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
ratchetjaw said:
Okay will check it out. Had actually returned mine and got a white note 2 to go with my gray one. Plan was one stock and one rooted. After a few days with 2 of the same devices I realize how dumb that is unless I were a developer so will be switching one back to an Optimus G. Wish I could get a white one though
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
Click to expand...
Click to collapse
Good choice OG is a very good phone
Sent from my LG-E970 using xda premium
Dsmforlife92 said:
Good choice OG is a very good phone
Sent from my LG-E970 using xda premium
Click to expand...
Click to collapse
Just made the swap. Now to read up on rooting this one. Still not sure i want to root it but i want this camera fix
---------- Post added at 11:56 AM ---------- Previous post was at 10:56 AM ----------
Loading up my info. One thing I really wanted to check is the miricast works great with my allshare dongle. What's better is the dual play. That feature there makes this better than on my Note 2. Now do iroot or not.
ratchetjaw said:
Just made the swap. Now to read up on rooting this one. Still not sure i want to root it but i want this camera fix
---------- Post added at 11:56 AM ---------- Previous post was at 10:56 AM ----------
Loading up my info. One thing I really wanted to check is the miricast works great with my allshare dongle. What's better is the dual play. That feature there makes this better than on my Note 2. Now do iroot or not.
Click to expand...
Click to collapse
Rooting is worth it for the camera fix and xsMagical's Google Now port alone.
Nastybutler said:
Rooting is worth it for the camera fix and xsMagical's Google Now port alone.
Click to expand...
Click to collapse
I am trying lol. Have Rooted literally over 30 phones but this one is giving me trouble. Have all the files but neither of my laptops is recognizing when i run the script. It says drivers are installed successfully. Going to try my windows 8 netbook and see
ratchetjaw said:
I am trying lol. Have Rooted literally over 30 phones but this one is giving me trouble. Have all the files but neither of my laptops is recognizing when i run the script. It says drivers are installed successfully. Going to try my windows 8 netbook and see
Click to expand...
Click to collapse
I had to run the script twice. (Windows 8)
Pony Express said:
I had to run the script twice. (Windows 8)
Click to expand...
Click to collapse
I am trying now on my windows 8 ultrabook.If this doesnt get it not sure what to do. Tried new cables and all
---------- Post added at 03:01 PM ---------- Previous post was at 02:48 PM ----------
Still not recognizing my phone when i run the script. Pathway not found
Are you on software ver. E97011c ? If so, it may not be possible to root.
Edit:It seems that I remember having phone in charge mode rather than mtd, sorry lots going on.
Pony Express said:
Are you on software ver. E97011c ? If so, it may not be possible to root.
Edit:It seems that I remember having phone in charge mode rather than mtd, sorry lots going on.
Click to expand...
Click to collapse
No just checked that. Still on the older version. I left it in charge mode also
---------- Post added at 03:58 PM ---------- Previous post was at 03:57 PM ----------
Keep getting this
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
ratchetjaw said:
No just checked that. Still on the older version. I left it in charge mode also
---------- Post added at 03:58 PM ---------- Previous post was at 03:57 PM ----------
Keep getting this
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
Click to expand...
Click to collapse
If you see that screen Just press any key to to continue and you should be fine and try in media sync too. I had the same screen and it worked
Sent from my LG-E970 using xda premium
Dsmforlife92 said:
If you see that screen Just press any key to to continue and you should be fine and try in media sync too. I had the same screen and it worked
Sent from my LG-E970 using xda premium
Click to expand...
Click to collapse
Okay will give it another go. Thank you
Just press the "any key" and you should be good. also, put it in mtp and i'm sure you already set debugging to enabled but double check that as well. should work if on older version of software.
If that doesn't work and you have a Windows 7 x64 bit, you can try to run bigworm50's root method.
Dsmforlife92 said:
If you see that screen Just press any key to to continue and you should be fine and try in media sync too. I had the same screen and it worked
Sent from my LG-E970 using xda premium
Click to expand...
Click to collapse
Still a no go, must be a sign to leave this one unrooted lol. I mainly just wanted the camera fix. Will keep trying
ratchetjaw said:
Still a no go, must be a sign to leave this one unrooted lol. I mainly just wanted the camera fix. Will keep trying
Click to expand...
Click to collapse
Is usb debugging checked, make sure in media sync when plugged in and check unknown sources in security. Some switching back and forth from charged only to media sync helps too
Sent from my LG-E970 using xda premium
ratchetjaw said:
Still a no go, must be a sign to leave this one unrooted lol. I mainly just wanted the camera fix. Will keep trying
Click to expand...
Click to collapse
What software version are you running
Sent from my LG-E970 using xda premium
Dsmforlife92 said:
What software version are you running
Sent from my LG-E970 using xda premium
Click to expand...
Click to collapse
On the computer? windows xp and tried windows 8 . On the phone its E97010o
{
"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"
}
Click to expand...
Click to collapse
PER-APP-DPI/LAYOUT. This is not tablet mode! Hybrid engine allows you to target apps individually. You get to pick their actual layouts which can tranform content drastically. Keep in mind, this has nothing to do with build.prop hacks or DPI changes. We list all layouts an app brings, you choose one, its as easy as that. It does not matter if your device runs itself in Phone-, Phablet or Tablet-UI, your apps will always look as you like. On top of that you can scale apps, to fit your screen, that way you can even bring full fledged tablet apps and make them run perfectly. Nothing will break, nothing will shrink, your market will be fine. Additionally we have rewritten many parts of the android framework and fixed countless of AOSP bugs to make way for these modifications - our "tablet mode" runs better on a phone than on a real tablet, that is guaranteed.
Click to expand...
Click to collapse
PER-APP-COLOR, Paranoidandroids newest invention. Define apps in your regular hybrid panel. See your phone fade into the color definition of your current app, press home or go elsewhere and it fades back. Create as many combinations you like, you can even dabble with opacity. This feature is made possible by our hybrid engine, which is unique to this rom.
Click to expand...
Click to collapse
"To be honest, this is not tablet mode at all, it has nothing to do with silly build.prop hacks.
This is the first and only Android rom to feature true Hybrid mode.
This rom lets you scale and project every app, every widget, even systemcomponents individually.
Remember, android is modular, everything is an app: Lockscreen, navigationbar, dialogs, popups, keyboards, widgets, and your regular apps of course.
Apps have the capability to switch into various designs or layouts according to the device they run on.
This can result in a complete new experience as many apps will transform to the better.
Now for every element that you like chose a mode (PhoneUI, Phablet/Nexus-7UI, TabletUI) and/or a size.
You are 100% independent of the system DPI which runs nicely in whatever value it has been assigned to.
You do not need to boot your phone into a certain DPI. Neither will most of the changes you apply require a reboot.
You will not suffer from the myriads of troubles which normally haunt you under build.prop tablet mode.
Your market, phone, etc. will all work, apps won't shrink on you unless you shrink them yourself.
This project will entirely transform your device, but retain the aesthetics and the feel of your phone."
Click to expand...
Click to collapse
Built from source using this guide:
http://forum.xda-developers.com/showthread.php?t=1863547
This rom was build using Mevordel's tree so it has all the same problems cm10 has.
Downloads:
Galaxy Player 5/ S WiFi 5
PA-2.57.4
Latest (March 7)
US - http://www.mediafire.com/?pbhs2lb3w4ce7xx
INTL - http://www.mediafire.com/?33ahuoaeja1d3a6
Older Versions:
http://www.mediafire.com/?3ge42h33flptm
Click to expand...
Click to collapse
Galaxy Player 4/ S WiFi 4
PA-2.57.5
Latest (April 30)
http://www.mediafire.com/?88vj26trhzw2wsg
Click to expand...
Click to collapse
Dont forget the Gapps, even if you are updating.
Gapps - http://www.mediafire.com/?e8wuqk72997ucbg
Original PA Boot Animation (put in system/media if you want it) -
http://www.mediafire.com/?9jx8xalw403ol1y
Click to expand...
Click to collapse
First do a backup! If you are updating, I would reccomend backing up your PA preferences.
1. Download rom and push to device that is running cm9 or above
2. Factory Reset and wipe system if comming from different rom
*if comming from cm10, just wipe system
3. wipe cache and dalvik cache
4. install zip
5. install gapps - even if updating
6. reboot and wait for a long time- if stuck at boot animation for 5+ mins, just hold power key
Click to expand...
Click to collapse
DISCLAIMER:
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY. BY DOWNLOADING AND FLASHING THIS ROM, YOU AGREE TO NOT HOLD ME LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES TO YOUR GALAXY PLAYER( INCLUDING, BUT NOT LIMITED TO, BRICKING, BOOTLOOPS, REDUCED DEVICE FUNCTIONALITY, LOSS OF USE, DATA, OR PROFITS, FIRES OR EXPLOSIONS DUE TO OVERCLOCKING, AND/OR PONIES JUMPING OUT OF THE DEVICE) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.BY FLASHING THIS OR ANY OTHER ROM AND/OR KERNEL, YOU ALSO ACKNOWLDEGE THAT YOUR WARANTY IS VOIDED.YOU ALSO AGREE THAT YOU WILL NOT USE THIS ROM FOR ANY PURPOSES PROHIBITED BY UNITED STATES LAW, INCLUDING, WITHOUT LIMITATION, THE DEVELOPMENT, DESIGN, MANUFACTURE OR PRODUCTION OF NUCLEAR MISSILES, OR CHEMICAL OR BIOLOGICAL WEAPONS
Click to expand...
Click to collapse
Youtube Demo courtesy of cm9alpha:
http://www.youtube.com/watch?v=npPzcw3BQ8A
Updated Demo:
https://www.youtube.com/watch?feature=plcp&v=fZZz7C1IT1U
Special Thanks
Mevordel – for his superb work in getting us Jellybean and for all his help
JackpotCalvin, DZonikg, Koala888, and everyone else that helped with JB
gmillz – for building the original PA rom for the GP.
gokussjx – for creating the compilation guide.
Utacka - for forking the PA repo when it was stable 2.x source, & continuing to maintain it.
PA – for creating Paranoid Android and all its awesomeness.
Did you test it yourself already? Its booting up right now, either its taking forever or its a bootloop.
Sent from my MB886 using xda app-developers app
EcHoFiiVe said:
Did you test it yourself already? Its booting up right now, either its taking forever or its a bootloop.
Sent from my MB886 using xda app-developers app
Click to expand...
Click to collapse
it take a while...
i took a shower and it finished afterwards.
IT WORKS!!!!!! IT WORKS I LOVE YOU THANK YOU SO MUCH!!!!!!!!
Sent from my MB886 using xda app-developers app
EcHoFiiVe said:
IT WORKS!!!!!! IT WORKS I LOVE YOU THANK YOU SO MUCH!!!!!!!!
Sent from my MB886 using xda app-developers app
Click to expand...
Click to collapse
Compatible w/ Mevordel's kernel?
This uses his kernel
Sent from my YP-G70 using xda app-developers app
What are the benefits of this from the CM10?
Hollow_Ninja said:
What are the benefits of this from the CM10?
Click to expand...
Click to collapse
There is something called Hybrid Engine in PA. Just go on their website to see their awesomeness.
Sent from my MB886 using xda app-developers app
FYI mevordels button patch works on this ROM
Sent from my YP-G70 using xda app-developers app
Coming from cm10 do I have to wipe data, or just system?
Sent from my YP-G70 using xda app-developers app
augiem94 said:
Coming from cm10 do I have to wipe data, or just system?
Sent from my YP-G70 using xda app-developers app
Click to expand...
Click to collapse
I did that to be safe. However if anyone would like to try otherwise... feel free, I don't think that it matters
Sent from my YP-G70 using xda app-developers app
Does this have the exact same problems as the CM10?
Hollow_Ninja said:
Does this have the exact same problems as the CM10?
Click to expand...
Click to collapse
Yes
Sent from my YP-G70 using xda app-developers app
Booted rather fast coming from cm10 with just a system wipe
Sent from my YP-G70 using xda app-developers app
All you did was wipe /system?
Hollow_Ninja said:
All you did was wipe /system?
Click to expand...
Click to collapse
Yes
Sent from my YP-G70 using xda app-developers app
Man this takes a long time to boot up I'll tell you how it goes once it boot up if it does at all
Sent from my Xoom using xda premium
Cm9aphla said:
Man this takes a long time to boot up I'll tell you how it goes once it boot up if it does at all
Sent from my Xoom using xda premium
Click to expand...
Click to collapse
First boot does take patience.
Sent from my YP-G70 using xda app-developers app
Well it's still booting as we speak so I guess you just have to let the awesomeness do its work.
Sent from my Xoom using xda premium
---------- Post added at 11:14 PM ---------- Previous post was at 10:50 PM ----------
iurnait how did it take for yours to boot up
Sent from my Xoom using xda premium
Cm9aphla said:
Well it's still booting as we speak so I guess you just have to let the awesomeness do its work.
Sent from my Xoom using xda premium
---------- Post added at 11:14 PM ---------- Previous post was at 10:50 PM ----------
iurnait how did it take for yours to boot up
Sent from my Xoom using xda premium
Click to expand...
Click to collapse
I got impatient the first time so I did a force reboot.
Sent from my YP-G70 using xda app-developers app
Introduction:
This is my first xposed module. I couldn't find a current xposed module that allowed me to enable call recording on my T-Mobile Galaxy S5 via the menu while in a call.
So I made one.
Download:
TWCallRecorder
QR Code:
{
"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 app requires Xposed
Issues:
None that I know of
Details:
This mod has a simple UI to enable/disable call recording. When installed, this will override any CSC settings. You can enable the recording button (replaces add call), and/or recording in menu.
After changing any setting, you will need to reboot for changes to take affect. I can't figure out a reliable hook yet to prevent this need. There's a convenient notification to prompt you to reboot.
Confirmed working so far on:
-SM-G900T
-SM-G900A
-SM-N900T
-SM-N900V
Thanks:
rovo89 for Xposed
All xposed mod devs who's code is up for browsing on github
Source:
https://github.com/deVorteX/XCallRecorder
Can you add support for other devices like note 3?
Sent from my SM-N900T using XDA Premium 4 mobile app
Would this work on AOSP?
Sent from my SPH-L710 using XDA Free mobile app
flexxoo said:
Can you add support for other devices like note 3?
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I can look into it, did you try it anyway? I dint have a note 3, so I can't test. If it doesn't work, let me know and I'll see what I can do.
Sent from my SM-G900T using Tapatalk
jorv976 said:
Would this work on AOSP?
Sent from my SPH-L710 using XDA Free mobile app
Click to expand...
Click to collapse
It's pretty specific to Samsung's incallui, so I'd say it's not likely.
Samsung has the recorder built in, just hidden, this mod just exposes the option.
Sent from my SM-G900T using Tapatalk
DevVorteX said:
I can look into it, did you try it anyway? I dint have a note 3, so I can't test. If it doesn't work, let me know and I'll see what I can do.
Sent from my SM-G900T using Tapatalk
Click to expand...
Click to collapse
Yes I did and no it doesn't work hope you can figure it out, thanks!!
Sent from my SM-N900T using XDA Premium 4 mobile app
What folder are the recordings stored in? I'm trying this out on an AT&T S5, which has a slightly different InCallUI.apk than the G900T, so it could just be that the module isn't working for me. But I do have a "Record" entry in the call menu, so I'm hopeful, but I can't find any recordings that I've made.
harland3 said:
What folder are the recordings stored in? I'm trying this out on an AT&T S5, which has a slightly different InCallUI.apk than the G900T, so it could just be that the module isn't working for me. But I do have a "Record" entry in the call menu, so I'm hopeful, but I can't find any recordings that I've made.
Click to expand...
Click to collapse
They are saved in sdcard/Sounds on my phone. You should be able to find them in "Voice Recorder" if you can't find them there.. If it's not working, let me know. I'll see if I can make adjustments.
flexxoo said:
Yes I did and no it doesn't work hope you can figure it out, thanks!!
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Try this: http://dl-count.xposed.info/modules/com.devortex.TWCallRecorder_v2_26dc02.apk
It's in the xposed repo under "experimental", but I figure a direct link should be easier to get to.
Let me know if this works for you.
DevVorteX said:
They are saved in sdcard/Sounds on my phone. You should be able to find them in "Voice Recorder" if you can't find them there.. If it's not working, let me know. I'll see if I can make adjustments.
Click to expand...
Click to collapse
Thanks for the response, but unfortunately, it's not working on this variant. Like I said, it does add the "Record" entry into the call screen settings, but the "Add Call" button doesn't change to "Record" and the recordings don't actually work (not found in either location, at least).
TWCallRecorder gets Superuser privileges when I start a phone call, though, so everything else seems to be working fine. It's just this stupid carrier-specific phone apk screwing things up.
Yeah, sorry to hear that.
Like I've stated, this mod only exposes the hidden features that are built into the phone app. So, it's possible that the call recording is just not native on the ATT variant. It's funny that it can still show the record option in the menu. It's either something weird that's causing the recording not to work, or ATT removed the feature but forgot to remove that one menu piece.
If I get a few minutes, I'll try to look into it further, but I can't guarantee anything.
DevVorteX said:
Try this: http://dl-count.xposed.info/modules/com.devortex.TWCallRecorder_v2_26dc02.apk
It's in the xposed repo under "experimental", but I figure a direct link should be easier to get to.
Let me know if this works for you.
Click to expand...
Click to collapse
Nope is not working still, thanks for trying to fixed.
Sent from my SM-N900T using XDA Premium 4 mobile app
flexxoo said:
Can you add support for other devices like note 3?
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
There is already an Xposed module for call recording that works on the Note 3 running latest NF1 from T-Mobile
Sent from my SM-N900T using Tapatalk
harland3 said:
Thanks for the response, but unfortunately, it's not working on this variant. Like I said, it does add the "Record" entry into the call screen settings, but the "Add Call" button doesn't change to "Record" and the recordings don't actually work (not found in either location, at least).
TWCallRecorder gets Superuser privileges when I start a phone call, though, so everything else seems to be working fine. It's just this stupid carrier-specific phone apk screwing things up.
Click to expand...
Click to collapse
Try out this new version. I had forgotten one change in the last one.
http://dl-count.xposed.info/modules/com.devortex.TWCallRecorder_v3_46beb2.apk
Let me know if it works.
DevVorteX said:
Try out this new version. I had forgotten one change in the last one.
http://dl-count.xposed.info/modules/com.devortex.TWCallRecorder_v3_46beb2.apk
Let me know if it works.
Click to expand...
Click to collapse
I want you to add it to your module is more convenient to have a module that support all of the touchwiz devices like the name said it!!!
If u can if not thanks anyways!!!
Sent from my SM-N900T using XDA Premium 4 mobile app
flexxoo said:
I want you to add it to your module is more convenient to have a module that support all of the touchwiz devices like the name said it!!!
If u can if not thanks anyways!!!
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Did you test the latest? I'm wondering if it works, I'd just updated it today.
Sent from my SM-G900T using Tapatalk
DevVorteX said:
Did you test the latest? I'm wondering if it works, I'd just updated it today.
Sent from my SM-G900T using Tapatalk
Click to expand...
Click to collapse
nope still dont work!
flexxoo said:
nope still dont work!
Click to expand...
Click to collapse
Ok, I know what it is, I'll fix it when I get a chance. Thanks for you're patience.
Sent from my SM-G900T using Tapatalk
flexxoo said:
nope still dont work!
Click to expand...
Click to collapse
Can you try this one and let me know: http://dl-count.xposed.info/modules/com.devortex.TWCallRecorder_v4_b0bbaf.apk
thanks for your help.
DevVorteX said:
Can you try this one and let me know: http://dl-count.xposed.info/modules/com.devortex.TWCallRecorder_v4_b0bbaf.apk
thanks for your help.
Click to expand...
Click to collapse
Hey, somewhere along the way it started working on my G900A!
The "Add call" button still doesn't change to a record button, but the entry in the overflow menu works now. Thanks for the work you put into getting this working on other phones!