[KERNEL][JB][29/08] Pharagon HQ | v1 | Lite | STOCK ROMs | Camera Features improved - Xperia Z Original Android Development

IM LEAVING THE DEVICE, FOR SOME ECONOMICAL DOWNGRADE ( OPTIMUS X4 HD )
i need some pieces for my PC, so, this kernel, is now, discontinued, if someone have any questions
ask by PM.
Good night, or good morning depending of where u live i present you after intense work ( for a noob )
{
"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"
}
Im posting here for you guys my first developed kernel ( more or less ) using the sony sources, and after some intense
researching ( i really never tried to make a kernel ) got tons of errors, so i searched and searched, and finally did it
The questions some may have in mind.
About the kernel
Q: Is the kernel working fine, withouth bugs?
A: Yea in theory its like a small kernel lite modifications, no bugs
( except the posible bugs from media/video ) remember to report!
Q: why is this kernel for, and why you wanted to do it?
A: I did it because the camera stills pretty poor and i want to improve it. ( even with my lack of knowledge )
still not good as it should be, but im still researching on it untill i reach my limits or my pathience goes off.
Others
Q: If there are fine tuned kernels, why a nooby (like me) should make one?
A: Well im just putting all my efforts to improve the thing that lacks the most on android phones
the camera and no one try to improve it, because... i just dont know why, but i will try to.
Q: WTF with those spellings?
A: Apologize me, im still learning english XD
> Pharagon HQ v1 :: hosted on wuala ::
v1
MPEG-4 Visual capabilities unlocked
h263 codec, has raised his bitrate to maximum of 100mbps.
codec swapped to m4v (mpeg4visual/h263) for all resolutions, working on stock sony cam.
includes custom media profiles to make profit of.
1080p 30mbps | 720p 20mbps | 480p 10mbps ( highest quality/vs/size )
not working so great, to have more control of bitrates, use LG Camera from market and mpeg4 as codec/encoder.
Audio encoding increased up to 640kbps ( maximum quality superb! )
Click to expand...
Click to collapse
I'm planning to add some overclock/undervolting as extra, and some tweaking ( small ) for performance, and keep
researching on camera, and see how far i can go until i stack my face to the wall.
Happy flashing.

Source code, and updates
Version 1
Pharagon HQ Kernel Source Code ( only important/modified files, also include the directories )
UPDATE
Code:
The basic modifications are based on encoding files only ( decoding are just OK )
it has a anoying structure, and i still cant understand why the bitrate works with MPEG4
but it doesnt with h264, but stills on the way, maybe some one could find that out.
focus on msm_enc.c and .h and 1080/720p folders, GL.
SCREENSHOOTS / SAMPLES
VID SAMPLE1: http://www.wuala.com/ErosizeD/PHOTO-VIDEO SAMPLES/Xperia Z/MOV_0042.mp4/
( sorry guys i didnt thought that i got my hand over the microphone so you wont hear so much )
GITHUB PATCH if you plan to add to your kernel.
Add the following.
https://github.com/ErosizeD/sony_yuga_kernel/commit/d128e0aab64129f19ad5aec378effd87531aa86c
and
https://github.com/ErosizeD/sony_yuga_kernel/commit/b76ed3ed2f1d478f613f2c85e84dff611b88eb3b
With this and using my media profiles attached to the post, you should be able to fully use 100mbps at MPEG4 Visual (h263)
and keep working h264 just in case.

there will improvements Future
Thanks for the KERNEL

|ErosizeD| said:
.
Click to expand...
Click to collapse
Tried out the kernel , wifi doesn work, video working fine at higher bit rates even 100Mbit with 30 fps with lgcamera , cant wait for more updates

have you got your changed sources about ? github?
(ideally you should link to them under GPL )
if so I'll have a play with them on cm10.2 kernel, if they are good can always get them pushed as patches to CM

|ErosizeD| said:
Reserved just in case
Click to expand...
Click to collapse
XdroidPerfect said:
there will improvements Future
Thanks for the KERNEL
Click to expand...
Click to collapse
In theory it will, but i dont know how far i can go in terms of camera improvements.
rezzsha said:
Tried out the kernel , wifi doesn work, video working fine at higher bit rates even 100Mbit with 30 fps with lgcamera , cant wait for more updates
Click to expand...
Click to collapse
Wifi doesnt work? but it works for me
fards said:
have you got your changed sources about ? github?
(ideally you should link to them under GPL )
if so I'll have a play with them on cm10.2 kernel, if they are good can always get them pushed as patches to CM
Click to expand...
Click to collapse
Yes, but i never used github be4, how i should start? ( my net is really really slow )

Great to see more than one custom kernels for our Z
Sent from voldemort's nose

|ErosizeD| said:
In theory it will, but i dont know how far i can go in terms of camera improvements.
Wifi doesnt work? but it works for me
Yes, but i never used github be4, how i should start? ( my net is really really slow )
Click to expand...
Click to collapse
its not too hard (but can be frustrating)
you can follow through the help on github
https://help.github.com/articles/set-up-git
and here,
https://help.github.com/articles/create-a-repo
if you want help let me know.
*** Alternatively ***
if you want then put the source files you've changed (no need for any others)
in a zip/tar.gz and upload them to your first post as an attachment that will be the easiest for you to start with they should be really tiny
I'm not sure if there's a stock sony kernel on github, if there is you can sign up to the site, then "fork" the kernel and make your changes manually on there, no need to upload or download anything that way
I have a sony kernel on there but its for CM .
you can see it as an example though of how things work.
https://github.com/fards/android_kernel_sony_apq8064/tree/cm-10.2

fards said:
its not too hard (but can be frustrating)
you can follow through the help on github
https://help.github.com/articles/set-up-git
and here,
https://help.github.com/articles/create-a-repo
if you want help let me know.
*** Alternatively ***
if you want then put the source files you've changed (no need for any others)
in a zip/tar.gz and upload them to your first post as an attachment that will be the easiest for you to start with they should be really tiny
I'm not sure if there's a stock sony kernel on github, if there is you can sign up to the site, then "fork" the kernel and make your changes manually on there, no need to upload or download anything that way
I have a sony kernel on there but its for CM .
you can see it as an example though of how things work.
https://github.com/fards/android_kernel_sony_apq8064/tree/cm-10.2
Click to expand...
Click to collapse
EDIT: i did a small zip with important and modified files.
If you wan to add it to your kernel, maybe i can help you, doing those modifications on some "testing" github for CM, or you can try to add it yourself.
I did some modifications like adding 5.1 High profile level for 264, but still seems that doesnt work maybe some missing extra modification or code.

Any noticeable difference in pictures . Anyone using this kernel or going to use it can give a sample of before and after?
Sent from my C6603

joejoe23 said:
Any noticeable difference in pictures . Anyone using this kernel or going to use it can give a sample of before and after?
Sent from my C6603
Click to expand...
Click to collapse
If you look at the changelog, there is no image improvemets yet, maybe just bit better compensation and exposure times
but about photo quality i didnt find anything good for making it better, still searching but withouth luck.

|ErosizeD| said:
If you look at the changelog, there is no image improvemets yet, maybe just bit better compensation and exposure times
but about photo quality i didnt find anything good for making it better, still searching but withouth luck.
Click to expand...
Click to collapse
Hey, you want some help with Github? Just sent me a pm and I'll help you set up github
BTW: kernel source needs to be online, so is it okay if I implement your changes in my kernel Source?

Technically krab he's done it fine, by posting his mods. But I reckon the more of us that can give him a hand the better...
Haven't had a chance to look yet. Will do later on my cm build.
Sent from my C6603 using Tapatalk 4

Two Thumbs Up , would love to see more features .
have not tried it yet but thanks for the efforts . :good:

fards said:
Technically krab he's done it fine, by posting his mods. But I reckon the more of us that can give him a hand the better...
Haven't had a chance to look yet. Will do later on my cm build.
Sent from my C6603 using Tapatalk 4
Click to expand...
Click to collapse
I know that maybe this will be forgotten but atleast i want to get some help or motivate other kernel developers to look-in-to this area...
im bit bussy this week ( college starting soon ) ill upload all the kernel on github, then ill post it to post n#2, but that zip aleardy
contains all the modifications, im still trying to fit out how sony ( or qualcomm ) handle the setup of the codecs, because
the bitrate unlock works for MPEG4 Visual (h263 encoding) but it doesnt work for any other container.
Ill really exited if there is someone that could help improving this kernel ( i see github allows you to make modifications ).
Well, good luck guys. ( im uploading some samples at 30mbps so you can check it out ).

great work! I really hate to see locked hardware/software...
if you can handle to get 60fps or more... this would be a must in all roms!

Nosfi said:
great work! I really hate to see locked hardware/software...
if you can handle to get 60fps or more... this would be a must in all roms!
Click to expand...
Click to collapse
This is what im trying to do, but i dont know why my modifications dont work, i guess im missing something.
i think im going to loook to the padfone 2 sources to see if there are any diference ( padfone2 does 720p at 60fps ).
I guess some other kernel devs goes in to this, so i could have some help and make better this device

joejoe23 said:
Any noticeable difference in pictures . Anyone using this kernel or going to use it can give a sample of before and after?
Sent from my C6603
Click to expand...
Click to collapse
As the maint post says, there only is video improvements for now, working to see if image quality can be raised too.

|ErosizeD| said:
As the maint post says, there only is video improvements for now, working to see if image quality can be raised too.
Click to expand...
Click to collapse
Nothing is impossible when it comes to Android

Destroyedbeauty said:
Nothing is impossible when it comes to Android
Click to expand...
Click to collapse
Nothing is imposible if its open source, not like Sony jpeg libs that are locked, by a public and private key ( we dont have the private ).
Open source? yea google its, but not sony at all... ( even other vendors )

Related

XRON-ified Q&A Everything NON Dev Related

First order of business PLEASE SHOW RESPECT​
Second order of business Though not mandatory please be sure to check
{
"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 those that have helped. This is called simple etiquette.​................and​
please remember to rate their work
This is found at the top of each page. This too helps dev's.
<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>
You are here at this forum by your own volition!
Others are not responsible for your mistakes​
Need help>>>> I can help Please be good to each other. Though love isn't the idea here. No question is to small, tho not all will be answered. We can learn as much from a noob with 3 posts as we can a dev with 5,000.​
OP asked me to place this here, it is from my thread "READ THIS! FAQ for noobs with HP Touchpad running Android. !READ THIS!"
Seeing as the Touchpad (known as "TP" from this point on) section is my hangout most of the day (I have a desk job...they don't expect me to actually work do they? pfft...) I have noticed a lot of confusion for people just coming over to the TP with Android and I know myself and many others get frustrated answering the same questions over and over again in the same threads, so I thought I'd try to put something together for what I think are the most common questions. Please add to the thread and I will update the OP. I'm hoping maybe this could be something we all could link to newbies so they can better help themselves familiarize themselves.
Please keep in mind that the TP is not a native Android device, meaning it was not designed to operate with Android on it. Being that this is the case, some things just aren't going to work until extensive work is done. We don't have drivers for some things etc. Patience is a virtue, yadda yadda and all that jazz.
If you do not have Android on your TP, here's how to get CM7 on your TP.
Lets do this.
I just installed Android and as soon as it starts up, it reboots! HALP!
It's sokay! Let it reboot a few times by itself. In my experience, it would reboot four times and then be fine. Why's it do it? I dunno...it just does.
Click to expand...
Click to collapse
How can I uninstall Android and just boot webOS?
See this video from reverendkjr. He has very good videos, check 'em out.
Click to expand...
Click to collapse
Does the Touchpad have GPS?
Short answer: NO. Long answer: Maybe? Some people claim that the Snapdragon APQ8060 CPU that is in the TP has the capability, and it certainly is a possibility as this the same CPU that is in a bunch of high end phones (T-Mobile Galaxy S II, Galaxy S II Skyrocket, HTC Vivid, Galaxy S II LTE, LG Nitro HD, etc). Maybe some day a developer will unlock it if it is a possibility. Currently though, there is no GPS on the TP.
Click to expand...
Click to collapse
What does the TP use for video?
The Snapdragon APQ8060 has a Adreno 220 GPU.
Adreno 220 GPU
Available in the Snapdragon S3 chipset, the Adreno 220 GPU features an enhanced level of 3D graphics performance, allowing for high-end, immersive gaming experiences previously limited to PCs and game consoles.
More than five times the graphics performance of the Adreno 200 GPU
Concurrent CPU, DSP, graphics, and MDP
Streaming textures that can combine video, camera, SVG and other image surfaces with 3D graphics
Supported APIs:
OpenGL ES 2.0
OpenGL ES 1.1
OpenVG 1.1
EGL 1.3
Direct3D Mobile
SVGT 1.2
Direct Draw
GDI
Concurrent CPU, DSP, graphics and MDP
Available on the Snapdragon S3 chipset, including:
MSM8060 with dual CPU up to 1.5 GHz
MSM8660 with dual CPU up to 1.5 GHz
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Does the camera work?
Nawp. Dalingrin, the main CM7 developer, has basically said he really doesn't care about getting the camera working. No worries though, you'll be able to use Zombie Booth eventually, as I know the developer community well enough to know that someone will step in and get it working.
Click to expand...
Click to collapse
What versions of Android are available for my TP?
Currently there are three. Cyanogenmod 7, Cyanogenmod 7 XRON-ified and MIUI 2.3.7. Currently, CM7 XRON-ified is the only one being actively developed, and it's great. Here's the main thread for it, show the developer Leoisright some love.
Click to expand...
Click to collapse
QQ !My WiFi is broked! QQ
Oi, this one has been beat to living hell and back. Wifi, for some works flawlessly, for others it doesn't work at all and yet for others it is finicky at best. The current "best" known fix, is just to uninstall everything. and then reinstall using the link I posted at the beginning of this thread. There are some applications that are said to correct the issue as well, but I haven't had any issues so I will include those as soon as someone refreshes my memory. :EDIT: Changing the channel to your router to either 4 or 10 seems to correct a lot of wifi issues. :EDIT 2: Here's a very good thread about correcting wifi. :EDIT 3: Make sure your date and time is set correctly in Settings.
Click to expand...
Click to collapse
SKYPE Y U NO VIDEO CALL?!
Same reason the camera doesn't work. Please stop asking. Skype works, just *NOT* video calling. :EDIT: It seems video Skype might work...I don't understand how, but people are claiming it does if you follow these directions.
Click to expand...
Click to collapse
I'm on CM7 XRON, why does my TP show up as a GT-i9100 (Samsung Galaxy SII)
The devs of XRON changed the build prop in the rom so that we have access to more apps on the market.
Click to expand...
Click to collapse
Does the TP have ICS yet?
Not yet, but it will. Dalingrin (follow him on twitter for updates, but DO NOT BUG HIM ABOUT ETA'S). He is a very good dev, one of the best. He's the one responsible for CM7 on both the TP and the Nook Color and he will be responsible for CM9 on the TP as well.
Click to expand...
Click to collapse
How can I have webOS boot by default instead of CM7?
By using an app called Cyboot from webOS or by doing the method posted in this thread.
Click to expand...
Click to collapse
Can I overclock my TP?
Yes, my app of choice is No Frills CPU Control. It's free, and doesn't use profiles. Clean simple and easy.
Click to expand...
Click to collapse
My videos and Youtube are blocky/skipping/etc. How do I fix this?
For videos you put on the device yourself, try an app called MX Video Player. I use it and 720p movies looks sexy. My TP get's used a lot for this as my daughter likes to watch movies on it. As far as Youtube and web videos, it's all up to the ROM devs.
Click to expand...
Click to collapse
3D intensive games are choppy and slow. Is there a fix?
If you have downclocked your CPU to save battery, this may be affecting it. If not, give Chainfire 3D a shot.
Click to expand...
Click to collapse
Sound becomes buggy/muddy/scratchy when screen turns off.
This is another known issue that we don't have a real fix for. Some claim a reboot fixes it temporarily. It does it with headphones as well, and some say that doing a reboot with the headphones plugged in correct the issue as well. Unfortunately it is something else we will have to just live with until a fix is found.
Click to expand...
Click to collapse
Why are some of my apps super small? like on my phone?
Unclick compatibility mode in spare parts.
Click to expand...
Click to collapse
Why aren't the tablet versions of apps showing?
It's a mobile Android version. ICS will fix.
Click to expand...
Click to collapse
Why won't Market connect?
Check to make sure the date and time is set correctly in Settings. This will also affect wireless connectivity.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
WIFI Help​
Thanks to: Krunk_Kraker
Krunk_Kracker said:
As we all know, some people are having issues with wi-fi being unpredictable and buggy on the TP. One method that seems to work more often than not is changing the wireless channel on your router. This is not a hard thing to do, but some people are having issue with accessing their routers.
This guide is for those of you on a Windows machine. Mac users, I have no idea what to tell you.
To start, we need to figure out what your IP address is. The quickest way to do this is to press Windows Key + R (Windows Key is beside left-alt). In the run box, type cmd and press enter. You should see a black box now with a blinking cursor. In this box, type ipconfig /all and press enter. Look for "Default Gateway" note this address down. Mine is 192.168.2.1 so we'll use this as the example.
Open up a new browser window or tab, and type in that IP address exactly as you noted it. You'll get a login notice, and this will differ depending on what router you have. Go to this website to get your default username and password: http://www.routerpasswords.com/.
Once you have access to your router, again, all of this will differ depending on the make and model of your router, but you need to look for a wireless tab. Once there, you need to look for something that says "Channel" or sometimes "SSID and Channel" (SSID is the name of your wireless)
After you have found the channel tab, use it to select a new channel. I've read that anything betwixt 1 through 4 works the best.
This is a vague walk-through, so please ask questions and I'll be sure to help.
Click to expand...
Click to collapse
Market Apps missing
I've installed the latest XRON 2.9.1. I still have market apps missing even though I've cleared the market cache/data in addition to clearing data on the google framework services. Tried the marketfix that seems to be old and outdated. I can't find HD widgets, Box.NET along with various apps.
Help?
I had problems getting box.net from the market but went to the amazon market and it installed just fine
Sent from my GT-i9100 using Tapatalk
reboots when screen sleeps
Hello I just installed the latest XRON ROM and am having constant reboot issue when the screen goes to sleep.
I followed the OP steps for installing as an upgrade from CM and have since cleared the Dalvik cache at least once. Any suggestions short of a full wipe?
Celtyc said:
Hello I just installed the latest XRON ROM and am having constant reboot issue when the screen goes to sleep.
I followed the OP steps for installing as an upgrade from CM and have since cleared the Dalvik cache at least once. Any suggestions short of a full wipe?
Click to expand...
Click to collapse
i think coming from cm7 to odexed rom you are better to wipedata/factoryreset
then reboot recovery and flash the xron zip.
colin_404 said:
i think coming from cm7 to odexed rom you are better to wipedata/factoryreset
then reboot recovery and flash the xron zip.
Click to expand...
Click to collapse
there are directions in the op of XRON
tomween1 said:
there are directions in the op of XRON
Click to expand...
Click to collapse
sorry
but i didn't ask the question merly tried to help with an answer , in a Q&A thread.
colin_404 said:
sorry
but i didn't ask the question merly tried to help with an answer , in a Q&A thread.
Click to expand...
Click to collapse
I think he was agreeing with you, and meant that in the OP for the XRON rom Leo says to do a full wipe (even if upgrading from an older XRON version).
What is Odex?
I installed the CM7 XRONified Odex 2.8 version a couple weeks ago. And really loving it so far. But not sure what Odex means. And I see there is an "Odexer" app on it.
If Odex is a good thing, is it already Odexed or do I need to Odex it with this app? It gives basic instructions on how to do it, just not sure if I should or it's already done. I also noticed in my System\Apps folder all my *.APK files also have a match *.ODEX, so I'm guessing it's Odexed?
Thanks.
Ravynmagi said:
What is Odex?
I installed the CM7 XRONified Odex 2.8 version a couple weeks ago. And really loving it so far. But not sure what Odex means. And I see there is an "Odexer" app on it.
If Odex is a good thing, is it already Odexed or do I need to Odex it with this app? It gives basic instructions on how to do it, just not sure if I should or it's already done. I also noticed in my System\Apps folder all my *.APK files also have a match *.ODEX, so I'm guessing it's Odexed?
Thanks.
Click to expand...
Click to collapse
Odex stands for Optimized DEX. This is just the roms compiled version of the classes.dex file (dex= Dalvik Executable Format).
To get from the odex version to classes.dex the term deodex is used.
In rom manager what do we call an xron tp?
Don't call it anything in ROM manager because Rom manager does not work on out build. Just saying.....
-- Sent from my TouchPad using Communities
Moshe5368 said:
Don't call it anything in ROM manager because Rom manager does not work on out build. Just saying.....
-- Sent from my TouchPad using Communities
Click to expand...
Click to collapse
Really? I swear I have seen screen captures with rom manager on peoples homescreen.
ROM manager will not work with xron the developer (koush)has not ported it over yet. Several folks keep it around but it is of no use to you with xron or cm7.
Sent from my GT-i9100 using Tapatalk

[ROM][BETA][3G ONLY] Magnolia Tab 1.1 BETA [Rooted Stock w/ Tweaks]

This Beta is CLOSED. I have a tweaked stock rom up in this forum, so please see that if you want to try it out. I will be releasing an RC 1 of this ROM, with theming and more mods within a week or so. Thanks.
Steve
Hello all. I'm back, and together with Task 650, have created a nice little ROM that I would like to ask up to 10 people to beta test for me over the next few days or however long it takes to make it as solid as can be. In the interests of full disclosure, yes, I am the guy who made his first Samsung ROM and bricked a few users' devices...please see that thread (http://forum.xda-developers.com/showpost.php?p=22760426&postcount=115) for an explanation of what went wrong, and why it won't happen again.
Here is a screenshot of the new, non-bricking, beta ROM running on my Galaxy Tab 7.7:
{
"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"
}
Anyway, right now, this is basically a stock ROM that I put together based on P6800ZSLA2 TGY (Hong Kong), along with Task 650's help/advice/tweaks, with these features:
1. Deodexed,
2. Zipaligned,
3. Stock kernel,
4. Init.d support (ALL CREDIT to TASK 650 for his scripts, this is some bad-ass work);
5. Zipalign, sqlite optimization scripts (thanks to Task for suggesting these as good scripts for the tab, and to their authors for the scripts themselves. I will be adding some scripts I like as I test them out and see how they translate to this device),
6. Busybox run parts (thanks to Task 650 for providing these),
6. build.prop tweaks for improved wifi, screen responsiveness, keeping home app in memory, higher camera/video quality, etc. (credit to Task 650 for these),
7. stock theme/minimal recoding extended powermenu (thanks eznow for the example),
8. Optimized pngs and smali-based tweaks for a smoother stock launcher experience (more to come...),
8. I think that's it...
[Coming Soon
1. Hidden screenshot/quicklaunch button (optional);
2. Theming for samsung widgets;
3. More (hopefully including working hidebar app)...
I plan to use this ROM as the base for future ROMS, and after beta testing, anyone can use it as a base for their own ROMs, provided they give me credit and ask Task to use his tweaks and give him credit for them (or remove the tweaks altogether). My future ROMs will have lots of customizations that I am already itching for, from smali-based tweaks, like getting rid of the screenshot button (why the hell is it right there? ) multi-tweak apps like they have for HTC devices, and hiding the taskbar (the hidebar app doesn't work on this tablet) to theming, which, if you google my HTC ROMs (esp. Incredible 1 & 2 Magnolia ROMs) on XDA, I am heavily into...
Anyway, I am glad to have a new start, and hope to be a major contributor over here in Sammy land...
If you wish to become a beta tester, please PM me, and I will provide you with a link. Clearly this testing is not for the faint of heart or people with no knowledge or experience with flashing and using custom ROMs...while I am extremely confident that the ROM is safe as hell, I just want potential testers to be aware that there is always some risk involved in flshing any ROM, and especially a beta like this
Thanks, and I hope this works out for all...
Steve
Hi there!
Firstly, thanks for taking the time and effort to share your work. Everyone makes mistakes/accidents and it's obvious you're a nice guy so keep up the good work i say!
Also, i have a 6810 (wifi only) is this just for the 6800?
Cheers
crunchie-uk said:
Hi there!
Firstly, thanks for taking the time and effort to share your work. Everyone makes mistakes/accidents and it's obvious you're a nice guy so keep up the good work i say!
Also, i have a 6810 (wifi only) is this just for the 6800?
Cheers
Click to expand...
Click to collapse
Just 6800, sorry...
Im willing to try but what languages does this ROM have ???
Coolman4now said:
Im willing to try but what languages does this ROM have ???
Click to expand...
Click to collapse
All languages (well, you know, all major ones...). It will default to US English (I set it that way) for setup, keyboard, etc. and time zone is Hong Kong by default, but you can choose whatever you want. Again, if you want to try, please pm me. thanks!
Steve
goodnight steve, we have the same firmware and for me hide the application bar works without any problems ........ aside, I would have liked to be part of your new beta tester but the problem is that I do not master the language at all shakspear, and I too superficielement control computer .... in the meantime I wish you luck and thank you in advance for all that you do and will do for the community. If that may help p 6800 is overclockable via the App tegrak ..... mine is overclocked and to date the tablet no longer suffer from any slowdown whatever it is ..... Good luck on the part of a future user.....
micger21 said:
goodnight steve, we have the same firmware and for me hide the application bar works without any problems ........ aside, I would have liked to be part of your new beta tester but the problem is that I do not master the language at all shakspear, and I too superficielement control computer .... in the meantime I wish you luck and thank you in advance for all that you do and will do for the community. If that may help p 6800 is overclockable via the App tegrak ..... mine is overclocked and to date the tablet no longer suffer from any slowdown whatever it is ..... Good luck on the part of a future user.....
View attachment 911888
View attachment 911889
Click to expand...
Click to collapse
Your hidebar app works? Maybe I have an outdated version...I'll take a look. I hope that's the case. Do you have a screenshot with the bar hidden? My app would run fine, and the statusbar icon is there, but no hiding...
Oh, and there is french on this, as I said above, it has all major languages (dont Francaise), you select whatever you want at the first screen of setup...it's just set to english by default.
Steve
Steve, are we going to have more fee ram at all from this new custom ROM you are doing for us? I ask because I can't really have multitasking with this 7.7 unlike my Note which is running so much better than this HC stuff. My dolphin browser half the time will have to reload if I went back to home and accessed another app. Will wait for your kind answers and I'm not smart enough to be any beta tester.
Sent from my GT-P6800 using XDA Premium App
Kia ora mate.
What is and isn't working on your rom? Might be keen to test for you since this hk rom updated from kies is disgustingly laggy. Driving me bonkas! Especially since my sgs2 is running like a cut cat on ICS.
Cheers
Sent from my Samsung Galaxy 7.7 way down here
Hi sk806,would you send to me?
Sent from my GT-P6800 using XDA App
jaffanz said:
Kia ora mate.
What is and isn't working on your rom? Might be keen to test for you since this hk rom updated from kies is disgustingly laggy. Driving me bonkas! Especially since mygs2 is running like a cut cat on ICS.
Cheers
Sent from my Samsung Galaxy 7.7 way down here
Click to expand...
Click to collapse
Everything works, as far as i can tell. I do not have a sim in there, so can't say about any potential network issues....
c4Lvin said:
Steve, are we going to have more fee ram at all from this new custom ROM you are doing for us? I ask because I can't really have multitasking with this 7.7 unlike my Note which is running so much better than this HC stuff. My dolphin browser half the time will have to reload if I went back to home and accessed another app. Will wait for your kind answers and I'm not smart enough to be any beta tester.
Sent from my GT-P6800 using XDA Premium App
Click to expand...
Click to collapse
Yes. I plan to have scripts in place that will increase available ram. Right now, i just want to get to the point where we know the build is stable, through testing, then I'll start to tweak more.
I will say that I experience no lag on the current. Build, running my usual email, browser, music, market, etc. I generally use ADW EX, but am using stock home while testing., and it is smooth...
nklalex said:
Hi sk806,would you send to me?
Sent from my GT-P6800 using XDA App
Click to expand...
Click to collapse
Could you please send me your request via a pm? I ask because that way i have all the testers names and can send out one pm with the link, rather than look all over the place. Thanks!
Still don't have my 7.7 but good to see your still making ROM's and
got teamed up to make it even better. Now let's try and not talk about history...but future
Q: I've always been a fan of removing the notification bars in any OS, so that
animated, or static backgrounds would fill the whole scree to the last pixel.
On the 3,7" HTC HD1 it was such a major improvement that people would
ask if I'd bought a bigger phone.
Just hoping more people than just me like transparency themes and hiding notification bar to "enlarge" screen.
Keep up the good work
Nice. You got around to getting it out to the public. Or at least testing. I'm 100% sure things are going to go smooth as hell this time around bro.
task650 said:
Nice. You got around to getting it out to the public. Or at least testing. I'm 100% sure things are going to go smooth as hell this time around bro.
Click to expand...
Click to collapse
Yep, think so.... Thanks for all your help.
Sent from my ADR6425LVW using xda premium
OK. Got all the testers I need. All who sent me a pm will be getting a link in the next 12-24 hours. Just doing some final diligence and will send right out. Stupid work getting in the way....
Sent from my ADR6425LVW using xda premium
sk806 said:
Yep, think so.... Thanks for all your help.
Sent from my ADR6425LVW using xda premium
Click to expand...
Click to collapse
no problem. anytime.
sk806 said:
OK. Got all the testers I need. All who sent me a pm will be getting a link in the next 12-24 hours. Just doing some final diligence and will send right out. Stupid work getting in the way....
Sent from my ADR6425LVW using xda premium
Click to expand...
Click to collapse
stupid work, stupid bills, stupid reality. lmao
hi, thank for your info....

droid 3 rom updates no rombot we need links here

Rombot/droidhive is down seriously anyway anyone with latest links please let's get em out there seems to be new ones out there but with rombot down they been hard to find any suggestions
already been posted several times
http://rombot.krackflashers.com/ROMs/solana/kexec/
thnx a bunch
DoubleYouPee said:
already been posted several times
http://rombot.krackflashers.com/ROMs/solana/kexec/
Click to expand...
Click to collapse
Everytime I've tried to find the latest link I've been directed to the downed site hey by the way how to flash a new kernel from tar.gz file with cwm try kexec on some of the cm9builds lol maybe strike gold I've been trying to figure that one out
whiterabbit1 said:
Everytime I've tried to find the latest link I've been directed to the downed site hey by the way how to flash a new kernel from tar.gz file with cwm try kexec on some of the cm9builds lol maybe strike gold I've been trying to figure that one out
Click to expand...
Click to collapse
uh..what?
You don't flash a new kernel. The new kernel comes with the kexec builds
no no no
DoubleYouPee said:
uh..what?
You don't flash a new kernel. The new kernel comes with the kexec builds
Click to expand...
Click to collapse
We got builds out there that are non kex bud try em out on cm9 or somethin or other builds ya know run the kexec kernel in cm9
whiterabbit1 said:
We got builds out there that are non kex bud try em out on cm9 or somethin or other builds ya know run the kexec kernel in cm9
Click to expand...
Click to collapse
Yes the older CM9 are for use with the stock kernel. You can't use them with new kernel - there's no use either way
it sounded good in my head lmao
DoubleYouPee said:
Yes the older CM9 are for use with the stock kernel. You can't use them with new kernel - there's no use either way
Click to expand...
Click to collapse
Lol ok now how to oc this
whiterabbit1 said:
Lol ok now how to oc this
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"
}
You still don't get it, do you?
nope? not shure whaddya mean bro
SeiferTV said:
You still don't get it, do you?
Click to expand...
Click to collapse
I thought once we had a stable enough kernel we could run oc on this (overclock)
whiterabbit1 said:
I thought once we had a stable enough kernel we could run oc on this (overclock)
Click to expand...
Click to collapse
We don't have a stable kernel yet. They are still building it
Sent from my XT860 using xda premium
ok thnx endroid ive been running the latest kexec for about an hour
Endoroid said:
We don't have a stable kernel yet. They are still building it
Sent from my XT860 using xda premium
Click to expand...
Click to collapse
Its ok there's lil things but yeah lil things nothin major guys at least not to me so far
whiterabbit1 said:
Its ok there's lil things but yeah lil things nothin major guys at least not to me so far
Click to expand...
Click to collapse
They are not "little things"
The phone has issues with audio for some users, and issues with sleep mode for others.
Battery life is not too good so far. Keyboard issues. Camera doesn't work.
You're underestimating the huge work devs are doing on this by saying that there are no mayor issues.
There's a LOT of work required to fix this "little things", as you call them, and you don't seem to even know enough to understand how much work that is.
You should learn some respect.
Once the kernel is stable some one is going to take the time to overclock the phone, that's for sure. Until then you should wait patiently and use the spare time to learn a little. Maybe that way you can even help the community.
All your questions are answered in the dev thread, read about it there (mentions a few places why this kernel is already overclocked even...)
say that again with audio and camera and this is non kex i got one with kexec
SeiferTV said:
They are not "little things"
The phone has issues with audio for some users, and issues with sleep mode for others.
Battery life is not too good so far. Keyboard issues. Camera doesn't work.
You're underestimating the huge work devs are doing on this by saying that there are no mayor issues.
There's a LOT of work required to fix this "little things", as you call them, and you don't seem to even know enough to understand how much work that is.
You should learn some respect.
Once the kernel is stable some one is going to take the time to overclock the phone, that's for sure. Until then you should wait patiently and use the spare time to learn a little. Maybe that way you can even help the community.
Click to expand...
Click to collapse
Don't know why everyone says unstable its my dailydriver also hardware working hardcore and what you talking respect better ask someone Ibeen here forever buying beers besides teamhaters proved everyone who said ya cant oc this wrong its completely stable. So before running your mouth figure out what we wanna accomplish (oc) and try not say Icant be done cuase this is your shut down hopefully you learnd something
Also Igot jellybean on the d3 4.1.1 but no baseband yet so that's still in the works look up hashofcodes solana roms
Holy mother of run on sentence!
Sent from my XT860 using xda premium
My understanding is only some D3s will run at 1.2GHz and while this may seem like an overclock, its actually a case of the stock settings being an underclock of some binned chips (1-1.2GHz).
Sent from my DROID3 using xda app-developers app
Phibernaut said:
My understanding is only some D3s will run at 1.2GHz and while this may seem like an overclock, its actually a case of the stock settings being an underclock of some binned chips (1-1.2GHz).
Sent from my DROID3 using xda app-developers app
Click to expand...
Click to collapse
Don't try explaining anything to this guy, many of us have tried, but there's no use.
He just either wants to see the "1200" number on his settings, or he wants to feel like a "0mg l33t h4x0r" or something like that, because all he seems to care about is overclocking. Even tho' the rom he's trying to overclock is still in alpha stage and the developers are logically focused on getting it to a complete state before getting to OC ( if they ever get to that )
He'll just dismiss whatever you say talking like the whole comunity is begging for OC or talking like he's leading cutting edge innovation, while neither of those are true.
SeiferTV said:
Don't try explaining anything to this guy, many of us have tried, but there's no use.
He just either wants to see the "1200" number on his settings, or he wants to feel like a "0mg l33t h4x0r" or something like that, because all he seems to care about is overclocking. Even tho' the rom he's trying to overclock is still in alpha stage and the developers are logically focused on getting it to a complete state before getting to OC ( if they ever get to that )
He'll just dismiss whatever you say talking like the whole comunity is begging for OC or talking like he's leading cutting edge innovation, while neither of those are true.
Click to expand...
Click to collapse
Don't forget he hates punctuation.
Sent from my XT860 using xda premium
He's not even using a Kexec based rom. Its hard to tell, because the font he uses causes eye cancer, but he's using a OC 2.3 moto kernel.
His argument is moot. We are arguing about space flight and he's arguing that his tricycle has tassles, which we already know about. If its not kexec, it doesn't matter. Let him play with his tassels.
Sent from my DROID3 using xda premium

[Video][Discussion] KitKat 4.4 for our p970

Hey people!
I thought ill open a new thread instead of spamming the development thread
This thread is meant for discussion about KitKat and our p970.
Also i just finished a video about the first testrun, sorry for the dirty display and the damaged phone, but thats the best i can afford
Theres still WIP (Work In Progress) but sooner or later it will be quiet useable
by the way, it already runs super smooth
build is based on CM-11.0 + Velox
> Development Thread <
Here is the video:
LINK
Evisceration said:
Hey people!
I thought ill open a new thread instead of spamming the development thread
This thread is meant for discussion about KitKat and our p970.
Also i just finished a video about the first testrun, sorry for the dirty display and the damaged phone, but thats the best i can afford
Theres still WIP (Work In Progress) but sooner or later it will be quiet useable
by the way, it already runs super smooth
build is based on CM-11.0 + Velox
> Development Thread <
Here is the video:
Click to expand...
Click to collapse
As you mentioned above, It's runs SUPER SMOOTH while it's not even beta. (I guess it's Alpha build)
Good work!
Great work! I have registered just to say this
It was very unstable, but after wiping data it's ready for joking friends
Phone is getting hot very fast when screen is enabled (but it can sleep, so it's not hungry ).
Also, as you wrote, camera, sd-card not working, but Wi-Fi is not working too.
I'm continue testing...
matshch said:
Great work! I have registered just to say this
It was very unstable, but after wiping data it's ready for joking friends
Phone is getting hot very fast when screen is enabled (but it can sleep, so it's not hungry ).
Also, as you wrote, camera, sd-card not working, but Wi-Fi is not working too.
I'm continue testing...
Click to expand...
Click to collapse
thank you so much, that really makes me smile and happy, that i do what i do!
implemented a lot of (possible?) bugfixes, building and testing
i want to get the sdcard working very quickly, its one of the core part requirements of my usage.
Evisceration said:
thank you so much, that really makes me smile and happy, that i do what i do!
implemented a lot of (possible?) bugfixes, building and testing
i want to get the sdcard working very quickly, its one of the core part requirements of my usage.
Click to expand...
Click to collapse
I'm installing each version of your firmware from 1.0.6.1, and it's getting better each time
I think troubles with Media Server and Camera related to sdcard trouble.
Also, Browser works bad - page is flickering all time, but anything else works great Maybe it's related to OC GPU?
I can logcat or do something else if you need... Maybe I can look out the problem myself, but it will took too long to understand source code I never develop firmwares, only apps...(
matshch said:
I'm installing each version of your firmware from 1.0.6.1, and it's getting better each time
I think troubles with Media Server and Camera related to sdcard trouble.
Also, Browser works bad - page is flickering all time, but anything else works great Maybe it's related to OC GPU?
I can logcat or do something else if you need... Maybe I can look out the problem myself, but it will took too long to understand source code I never develop firmwares, only apps...(
Click to expand...
Click to collapse
thank you again
mediaserver can be, camera i dont think but also possible..
thats because of the EGL, have to look into this.
the GPU Overclock is so little and heavily tested
thanks, its always welcome but please wait a bit, im currently changing a lot, also cyanogenmod updates a lot.
lets start the logcatting a bit later
thats cool!
Evisceration said:
thanks, its always welcome but please wait a bit, im currently changing a lot, also cyanogenmod updates a lot.
lets start the logcatting a bit later
Click to expand...
Click to collapse
Okay, just say, when I'm need to open my terminal
wow looks great, is a privilege that developers like you work on our optimus black, thanks bro :good:
Cool!Great Work as always!I'll test it sooner today,help look for more bugs.Where did you upload the video?Can't watch as I'm on Xbox reading...
BlackPie said:
Cool!Great Work as always!I'll test it sooner today,help look for more bugs.Where did you upload the video?Can't watch as I'm on Xbox reading...
Click to expand...
Click to collapse
thanks
already did some additional builds, some bugs are gone but theres still a lot to do
the link is > here < (click on "here")
next build uploading tomorrow.
Nice efforts Evisceration.
OB now has great double android history (from 2.2 to 4.4) (its x 2).
tantrums said:
Nice efforts Evisceration.
OB now has great double android history (from 2.2 to 4.4) (its x 2).
Click to expand...
Click to collapse
thanks
yep, xonar_ already mentioned that in the dev thread
lets go for a triple?
Evisceration said:
thanks
yep, xonar_ already mentioned that in the dev thread
lets go for a triple?
Click to expand...
Click to collapse
Android 6.6 Milkshake?
Android 6.6 Muffin?
Android 6.6 Milo?(Link: http://en.wikipedia.org/wiki/Milo_(drink) )
So many possibilities with awesome developers like you guys!:good::good::good:
BlackPie said:
Android 6.6 Milkshake?
Android 6.6 Muffin?
Android 6.6 Milo?(Link: http://en.wikipedia.org/wiki/Milo_(drink) )
So many possibilities with awesome developers like you guys!:good::good::good:
Click to expand...
Click to collapse
Camera works
Music / Audio works
Sdcard works
uploading this build to the development thread for testing
{
"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"
}
Evisceration said:
Camera works
Music / Audio works
Sdcard works
uploading this build to the development thread for testing
Click to expand...
Click to collapse
Amazing job, thanks once again.
Just to be sure, does wifi work or not yet?
Gonna flash the new rom when its up though.
Coldstream said:
Amazing job, thanks once again.
Just to be sure, does wifi work or not yet?
Gonna flash the new rom when its up though.
Click to expand...
Click to collapse
yes, the wifi toggle works flawlessy but thats all, it doesnt want to scan, find, connect
but as i said, you can play with the toggle
second build is uploaded.
fixed camera (behaves like in previous velox builds, so 1 picture, you need to force close, can take another picture and repeat)
fixed audio
fixed sdcard
that all in one day, theres still much to do.
this can be used for the gpu? http://forum.xda-developers.com/showpost.php?p=47151583&postcount=282
lc641 said:
this can be used for the gpu? http://forum.xda-developers.com/showpost.php?p=47151583&postcount=282
Click to expand...
Click to collapse
included parts of it to the kernel, lets see how it behaves, thanks for pointing to this
https://github.com/Evisceration/lge-kernel-sniper/commit/6cd2594c71e6886d4764057d55818848633ec1b5
updated a lot, cleaning and building.
it didnt break, testing this build right now.
Wifi
Do you have any idea when the Wifi will work? I am very eager to test the KK in my OB, but I need the WiFi before! Ah, the ROM is getting really good, congratulations! :good::good::good::good:
thyagorct3 said:
Do you have any idea when the Wifi will work? I am very eager to test the KK in my OB, but I need the WiFi before! Ah, the ROM is getting really good, congratulations! :good::good::good::good:
Click to expand...
Click to collapse
i have no idea yet, any help about wifi is very welcome!
tested the recent build and it always gets smoother than before, also the wallpaper picker now doesnt crash anymore
exploring gerrits and repos for some wifi fixes.

[ROM] [4.4.4] [OFFICIAL-LEGACY] ParanoidAndroid 4.6 [BETA5] m7spr

{
"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"
}
PLEASE REFER TO THE CHANGELOG FOR CURRENT FEATURES.
IF IT'S NOT LISTED THERE, IT'S NOT IN THE BUILD​
INSTRUCTIONS,
1. UPDATE RECOVERY
2. FACTORY RESET (If coming from another rom or stock)
3. INSTALL MY BUILD or LEGACY BUILDS
4. INSTALL GAPPS
4. REBOOT
5. CUSTOM KERNELS MAY BREAK ROOT, SIMPLY RE-FLASH SUPERSU
PA 4+ UPDATES DO NOT NEED A FACTORY RESET.
CREDITS, AOSP/Google, Cyanogenmod, Goo, XDA, krebsmilk, Liquid, AOKP, EvanA, Team-Hydra, our users, supporters and donators, everyone who's helped us in the past,
heartfelt thanks to all of you!
Also for my cousin Dannie for testing it and everyone
Links:
Development:
XDA FORUM
GITHUB
Gerrit
BUG TRACKER
KERNEL
ISSUES:
you tell me
​
Nexus 5 Video Preview
Some screenshots
Nice to see a new rom coming to this device, thanks for the support man
Yeah no problem
Will download tonight and test tomorrow morning, thanks for the support!
Sent from my HTC One using Tapatalk
Sweet. Downloading right now. Will post results.
Up and running and so far so good the ROM is amazing especially with a Lollipop theme on. For some reason the camera likes to have a greenish overlay with the front camera and crashes using the denoise function will try 3rd party.
Tried Google camera and also has greenish effect on front camera which is weird
luigi311 said:
Up and running and so far so good besides the camera. For some reason the camera likes to have a greenish overlay with the front camera but other than that the ROM is amazing especially with a Lollipop theme on
Click to expand...
Click to collapse
hmm it could be the cm but ill look into it thanks
edit: i just comfirmed from my cousin he said it works for him the front facing camera did you install a kernel or something ?
@untz1456 i know this is a minor thing but where's the DSB and CardView RecentApps? Thanks in advance
untz1456 said:
hmm it could be the cm but ill look into it thanks
edit: i just comfirmed from my cousin he said it works for him the front facing camera did you install a kernel or something ?
Click to expand...
Click to collapse
I guess it just doesn't play nice with my in-dorm light. College dorm lights aren't exactly of good quality lol. This is the only time I've seen it though since I don't usually run CM based ROMs. I'll just write it up as a CM problem on this device since we all know the camera doesn't operate the same. Guess this ROM is perfect then good job [emoji1].
If anyone has problems connecting to sprint service go to mobile network and under Access Point Names change it to one of the Sprint ones. It switched to boost on its own once but hasn't happened since.
Diaz1999 said:
@untz1456 i know this is a minor thing but where's the DSB and CardView RecentApps? Thanks in advance
Click to expand...
Click to collapse
lol im sorry man i dont know what u mean i dont have the device but im guessing just hold your home button and i dont know what you mean by DBS lol
edit: im so stupid lol the DSB you will find it on display aswell as peak
luigi311 said:
I guess it just doesn't play nice with my in-dorm light. College dorm lights aren't exactly of good quality lol. This is the only time I've seen it though since I don't usually run CM based ROMs. I'll just write it up as a CM problem on this device since we all know the camera doesn't operate the same. Guess this ROM is perfect then good job [emoji1].
If anyone has problems connecting to sprint service go to mobile network and under Access Point Names change it to one of the Sprint ones. It switched to boost on its own once but hasn't happened since.
Click to expand...
Click to collapse
lol i feel you man im a college student my self and i dont think it is a cm issue i went to see the commits maybe its the build hmm but my cousin told me that it was working for him
edit: at first this was just personal my cousin told me to build it for him and he told me everyting worked and since no one has yet released it and kitkat is about to end why not release it so yeah
Is there a way to enable battery percentage in the status bar? This is my first time on PA in a while.. can't seem to find any status bar settings.
im.nick.hello said:
Is there a way to enable battery percentage in the status bar? This is my first time on PA in a while.. can't seem to find any status bar settings.
Click to expand...
Click to collapse
go to settings/battery/ and on the top left conner you will see a battery just click on that and it will give you the options to pick your battery on the status bar
Just for u guys that are curious how battery life is, haven't been able to give a report on normal use since I start playing games on my phone and they destroy the battery on this device in general but I was using my phone for the passed hour or so without gaming and this is how it is so far. I'll try to limit myself tomorrow and only use my phone to browse the internet and Tapatalk but no games and I'll let u guys know how it turns out. So far looks very promising.
untz1456 said:
lol im sorry man i dont know what u mean i dont have the device but im guessing just hold your home button and i dont know what you mean by DBS lol
edit: im so stupid lol the DSB you will find it on display aswell as peak
Click to expand...
Click to collapse
I'm sorry but it ain't there
Diaz1999 said:
I'm sorry but it ain't there
Click to expand...
Click to collapse
i just remember that pa just opened the source so it should be imply to the rom soon
edit: if you guys have any question it goes here http://forum.xda-developers.com//sprint-htc-one/help/qa-paranoidandroid-4-6-m7spr-t2923276 since i have less then 10 post
luigi311 said:
Just for u guys that are curious how battery life is, haven't been able to give a report on normal use since I start playing games on my phone and they destroy the battery on this device in general but I was using my phone for the passed hour or so without gaming and this is how it is so far. I'll try to limit myself tomorrow and only use my phone to browse the internet and Tapatalk but no games and I'll let u guys know how it turns out. So far looks very promising.
Click to expand...
Click to collapse
Holy crap. I usually only get around 4 to 5 hours of screen on time depending on the brightness even when only reddit/browsing. That is pretty awesome for 45 minutes of screen on time.
I might just have to flash this.
Been running this for almost a week now and am discovering it isn't tracking mobile data usage at all, only my wifi usage.
Is this a bug or some setting I overlooked?
Is there a specific radio that should be used with this rom? I keep losing data connectivity. I'll still be connected to the network and can make phone calls, but no 3g / lte data. I tried re-flashing the radio for the base I'm on, that has helped before when moving from sense or aosp roms but it didn't do anything.
I should note that data does work at first but after a half day or more sometimes it'll just be gone. I have not tried any other aosp roms lately, just this one.
It's very strange, it'll say connected via lte in the settings and show signal but no data....
I just restored a backup of a sense rom I did this morning and it's working fine.

Categories

Resources