Related
Hi all,
I realize this is a post about a Motorola phone but please bear with me.
As you might know, the Milestone firmware is firmly locked, unlike its cousin Droid. Among many things, this forbids overclocking because we can't change the kernel and unlock new frequencies.
However I developed a solution that allows overclocking by changing key structures directly in the kernel memory in runtime. All you need is a rooted phone; no flashing involved. For this to work, the module must know two memory addresses that are specific to each kernel. Fortunately, Motorola appears to have reused its kernel on most 2.1 firmwares, and I've yet to come across a firmware where it doesn't work by default. Confirmed working are Central Europe, Telus and Brazilian firmwares. Testers are welcome to give it a try.
Now for the relevant part for XDA: in theory this can be applied to any kernel on any other phone. You may say it's unneeded because you can already overclock; but you must flash a specific kernel to get a particular speed. It would be much better to be able to set any maximum frequency/voltage on the fly without flashing or rebooting. For instance, you could overclock to 1.0 GHz before a browsing or gaming session and then return to a lower frequency like 600 MHz, though still overcloked, for battery savings and safety. It's up to you.
Milestone users can try it out now:
http://code.google.com/p/milestone-overclock/
For the rest of you, what do you think?
sounds fantastic, I'd love to check it out but for the life of me I can't find the page.
If you want to pm it to me, I'll post it.
Nice. Telus Milestone User here. Would love to learn how to do this for mine.
Here is the project link:
http://code.google.com/p/milestone-overclock/
found it. looks like a fantastic idea.
How can we help get the addresses?
awesome .....wht there is no milestone/droid section here is beyond me ....wtf
Because it was decreed months ago by someone and no one seems to like changing their mind once they make a decision in this day and age.....
but it's need to root, could you fix it?
stevecai said:
but it's need to root, could you fix it?
Click to expand...
Click to collapse
what's the problem with rooting the milestone? There's plenty of solutions for that. Just no custom kernel/ramdisk, which this works around by using a kernel module.
hi,
i use the 2.1-reu version on my milestone,
but in order to prevent the 2.1 introduced alarm bug,
i have updated the kernel (only) to the 2.1-telus
(via a sbf).
is possible to use this mod to overlock my phone?
how?
if not, how help you to obtain the addresses?
thank's and continue your great work!
robert
gemini002 said:
awesome .....wht there is no milestone/droid section here is beyond me ....wtf
Click to expand...
Click to collapse
XDA is a HTC developer forum, not an Android forum. Google some moto modding sites, i know modmymoto.com is pretty good, found out how to root the Cliq (garbage) there.
staticshadow said:
XDA is a HTC developer forum, not an Android forum. Google some moto modding sites, i know modmymoto.com is pretty good, found out how to root the Cliq (garbage) there.
Click to expand...
Click to collapse
I have read this explanation several times.
I do not mind, but then because there are subforums dedicated to sonyericsson, hp, etc in xda.
modmymoto is good but the best developers site is, withous any doubt, xda-developers!
Re: milestone-overclock
Xda-developers is for htc and android is for porn.
Welcome to xda btw and great job. Now prepared to be flamed for uttering the M word.
-------------------------------------
sent via xda app from my milestone
ady said:
android is for porn.
Click to expand...
Click to collapse
are you Steve Jobs ?
miragu said:
Hi all,
Now for the relevant part for XDA: in theory this can be applied to any kernel on any other phone.
Click to expand...
Click to collapse
Will the method to find the right address that will be posted at /wiki/Disassembly work with every phone and kernel,too?
Has the app something like a setting where you can just change the address to the one you found with the method above?
Would really love an overclocked 2.1 on the HTC HERO. There is no oc-2.1-kernel for the Hero, yet.
Thanks for the great work, til now!
this is a good via to mod any application.
please, publish the source code of your applicacion ASAP.
thx
Source code for the kernel module released
Hi all,
Thank you for your support. I've just uploaded the source code for the kernel module and also the standalone module itself (it's included in the apk but still). Will write the Disassembly section soon, stay tuned.
miragu said:
Hi all,
Thank you for your support. I've just uploaded the source code for the kernel module and also the standalone module itself (it's included in the apk but still). Will write the Disassembly section soon, stay tuned.
Click to expand...
Click to collapse
hi,
i'm interested on include this in my system applications directory,
in order to prevent your deletion on hardreset, and in order to make it available FOREVER
the instructions are that:
cp OverClock.apk /system/app
cp OverClock.ko /system/lib
????
thx
The overclock.ko is created automatically when you press the "Load module" button in /data/data/pt.com.darksun.milestoneoverclock/files/overclock.ko. You don't need to copy it. I'm providing it separately so that people can load/bundle it without ever running the apk.
bartito said:
hi,
i'm interested on include this in my system applications directory,
in order to prevent your deletion on hardreset, and in order to make it available FOREVER
the instructions are that:
cp OverClock.apk /system/app
cp OverClock.ko /system/lib
????
thx
Click to expand...
Click to collapse
ok,
if i'm interested on have overclocking on my milestone after boot the system, and don't interested on manually execute the apk on each reboot, i need only to copy the OverClock.ko to /data/data/pt.com.darksun.milestoneoverclock/files/overclock.ko on boot time ?
but in your wiki page says to execute "insmod overclock.ko max_rate=800000 max_vsel=62"
please, provide me instructions to set overclock in boot time
The module created by the apk is preserved across reboots. However, if you want to run the module completely standalone I recommend you put it in /data/local/overclock.ko and run insmod /data/local/overclock.ko max_rate=800000 max_vsel=62
Are there any custom kernels out yet for the DROID2? I've searched high and low online and I'm not seeing any, the reason why is I'm looking to run Ubuntu on the Droid 2(as detailed on NexusOneHacks ) and I keep getting a no loop device error, which from what I've seen means it isn't enabled in the kernel.
pixl8d said:
Are there any custom kernels out yet for the DROID2? I've searched high and low online and I'm not seeing any, the reason why is I'm looking to run Ubuntu on the Droid 2(as detailed on NexusOneHacks ) and I keep getting a no loop device error, which from what I've seen means it isn't enabled in the kernel.
Click to expand...
Click to collapse
No. The bootloader is locked, making custom kernels impossible (unless someone figures out how to crack/bypass the signature verification process).
However, it may be possible to get Ubuntu working if you can build whatever Ubuntu requires as a module (you can load the module with insmod). You could then use the stock kernel with the mobile Ubuntu files from the N1. You would probably have to make significant modifications to the rest of the system to get it to work properly on the Droid 2.
The ROM Download page for Liquid 3.0 shows downloads for chevyno1 kernels for both the Droid2 and the DroidX.
Is it possible to flash different kernels on this device?
If so, can you please provide details and instruction or perhaps provide a link to further info?
Thanks!
I am totally new to this and I got my Wildfire couple of weeks ago. English is not my native language so excuse me if I write something wrong but I hope that you will understand my request. I dont really understand this rooting and flashin custom roms and everything, so I have few questions :
1.) What is rooting ? I read that it means accessing root directory but I dont fully understand that.
2.) Custom roms, what do I really get with them ?
3.) Kernel, what is that ?
4.) Can OC and flashing custom rom's be harmfull for my phone ? Can something blow up ?
5.) Is it possible to change language of my phone to croatian with those custom roms ? I tried with morelocale and apps simillar to that, but it translates only half of the interface.
I would be very gratefull if someone could explain these terms to me into the smallest details so I could understand everything. Thank you.
anyone ? pleasee
Well not a techie myself but there is a thread generally explains this in the Android forum of you look for it.
Rooting means opening access to the system file on the phone that is normally not accessible this let's you change files and system attribute like themes etc. And mods that let's you install from sdcard.
Kernal is the instructions to the CPU how it should work.
Oveclocking are predefined or scaled instructions to make the CPU run at higher speed than the default in stock roms, available on custom roms only, will make the system smoother less waiting loading times. It will generate more heat than normal but hardly will blow anything up.
Custom roms are tweaked versions of sense or original android, they include functions like app2sd, most useful as it puts files to SD card and work with the phone releasing resource so you can install many more apps. Of course downside is SD card is operating more decreasing its life but depends on the card reliability and good branded ones these days they last for years.
As for you language you should read the Rom threads.
Sent from my HTC Wildfire using XDA App with Wildpuzzle v0.8
1: http://en.wikipedia.org/wiki/Rooting_(Android_OS)
2: Read the ROM thread. More often than not, the features are listed there. There is no specific answer as to what you get by installing Custom ROM's. It differs from ROM to ROM. Some offer performance, some offer stability and so on.
3: The interface which controls the hardware, basically. It is a modified form of Linux kernel, and, to know what a kernel does, you can look it up on Wikipedia.
4: No, it cant blow up. That being said, it is not recommended to keep the phone OC'ed 24x7 at very high values. A moderate OC doesnt have any negative effects, with maybe a reduction in the lifespan of the hardware, but, IMO, that will be seen over a very long period of time.
5: No idea, sorry. Never required any other language apart from English myself.
1.) Rooting is simply "HACKING" your phone so you can put whatever you'd like to on it (Custom ROMs and such).
2.) Better battery life, more customization and such.
3.) Too deep, but in simple words kernel is the base of the OS running in your phone (apperently Android is UNIX based).
4.) Small risks only, if you're doing something wrong. I didn't get any problem myself though.
5.) Yes. Not fully as said, but yes.
hmmm I think that I understand everything now. Thank you all for the given informations.
and I have one more question : does anyone know for how long will I have to wait until I can root my 2.2 Froyo ?
karacic said:
and I have one more question : does anyone know for how long will I have to wait until I can root my 2.2 Froyo ?
Click to expand...
Click to collapse
Till unrEVOked gets the HBOOT cracked again (no specific date )
To change the cpu power and make the battery long lasting one i rooted my phone do i need to install a custom rom or theres an app i can just install on original sense to manage cpu and battery like from custom roms?
raniero1 said:
To change the cpu power and make the battery long lasting one i rooted my phone do i need to install a custom rom or theres an app i can just install on original sense to manage cpu and battery like from custom roms?
Click to expand...
Click to collapse
You just need SetCPU. Since you are not looking to overclock, you don't require another kernel or a Custom ROM.
raniero1 said:
To change the cpu power and make the battery long lasting one i rooted my phone do i need to install a custom rom or theres an app i can just install on original sense to manage cpu and battery like from custom roms?
Click to expand...
Click to collapse
If you're looking at underclocking be careful as not enough CPU power will cause lag and freezes.
Sent from my HTC Wildfire using XDA App
ZooMas said:
Till unrEVOked gets the HBOOT cracked again (no specific date )
Click to expand...
Click to collapse
ok thanks, I thought that maybe someon knows that it will be done in month or some specific time.
karacic said:
ok thanks, I thought that maybe someon knows that it will be done in month or some specific time.
Click to expand...
Click to collapse
Nope. No one has an ETA, and this holds true for (mostly) all dev related work / releases like this, Not just unrevoked.
I thought it was like that, but there is no harm in asking I hope that it will be soon because I want new rom because official is disaster.
(6/30/15) Newest LLFK for T-Mobile Note EDGE N915T Lollipop.
Now has TCP congestion control options with default TCP Westwood
This version is flashable using TWRP.
Features:
SELinux=Permissive option
init.d support
adbd insecure
TCP congestion controls: TCP options include Westwood, cubic, reno among others: default is Westwood
Modifications that need to be made when using LLFK kernel
1)In build.prop set
ro.securestorage.support=false
2)For those that use AllShare Cast you will need to do two things.
First, add the following line at the end of build.prop
wlan.wfd.hdcp=disable
second, you need to have the Xposed module Wanum Xposed installed. In Wanum select "security hacks" then check box of Fake system status
Download link:
https://www.dropbox.com/s/6bg9l8qqcmmh83x/llfk_permissive_initd_adbd_tcp_lpop.zip?dl=0
Check below for other information that might come in handy and good luck!
(06/11/15)New Low Lying Fruit Kernel (LLFK) for Tmobile Note Edge (lollipop)
I've added adb insecure to kernel. This gives you root access to modify /system on phone from a pc
Features:
SELinux = Permissive option
init.d support
adb insecure
download link
https://www.dropbox.com/s/kr7xb22449p497w/llfk_permissive_initd_adbd_lpop.zip?dl=0
(06/10/15) Low Lying Fruit Kernel (LLFK) for Tmobile Note Edge (N915T)
Two new flashable kernels. One for Lollipop the other for Kitkat.
Lollipop: This new version has init.d support so, for example, you can write scripts that run on boot up. (more below).
Features:
SELinux = Permissive option
init.d support
https://www.dropbox.com/s/k8w423ecoj1covs/llfk_permissive_initd_lpop.zip?dl=0
Kitkat:This version now has TCP congestion control options available (e.g. Westwood)
Features:
SELinux = Permissive option
init.d support
adb insecure (allows you to have r/w access to phone's /system from you pc)
TCP congestion control options
Thanks to JT man for testing
https://www.dropbox.com/s/jbifzsuztb73wpg/llfk_permissive_initd_adbd_tcp_kkat.zip?dl=0
Example of init.d script to automatically set SELinux=permissive given here
https://forums.oneplus.net/threads/how-to-selinux-permissive.314120/
couple notes on how-to-selinux-permissive
1)You only need have permissions of /sys/fs/selinux/enforce set to 644
2)Make sure permission of init.d script is 775
One more thing, knox based warnings can be silenced using wanum.
(05/27/15) Low Lying Fruit Kernel (LLFK) for Tmobile Note Edge (N915T) running Lollipop.
For those that miss having SELinux=Permissive on their T-mobile Note Edge running lollipop, here is a kernel
that supports this setting. The kernel is based on the Tmobile Note Edge Lollipop source code. The only thing that was
changed was a setting in the kernel's Makefile to allow the user to choose whether they want to have SELinux=Permissive
as described for the previous Kitkat version of LLFK below.
NOTE: This time around, the kernel is packaged as a zip file than can be directly flashed in recovery.
But before I go any further I need to give credit to @TEKHD for providing a zipped
version of the T-Mobile kernel I could modify and, in addition, for testing it.
Please buy him a well deserved cup of coffee!
Once you have flashed the kernel and rebooted you are ready to set SELinux=permissive by opening a terminal and typing
su
and
setenforce 0
To check it worked, go to settings > About device and you should see, under SE for Android status, that it is now set to Permissive.
An alternative way to change the setting with this kernel is to use the apk SeLinuxModeChanger. Unfortunately this apk is no longer
available at the play store but you can still download it from the F-Droid site.
https://f-droid.org/repository/browse/?fdfilter=selinuxmodechanger&fdid=com.mrbimc.selinux
A third option would be to set up an init.d script if your rom permits it.
I must admit, at the time of this writing, I'm still on KitKat and have yet to try this on my phone. I'll be checking out lollipop soon
but till then, let me know if/how it works. If successful I'll start adding a few more low lying fruit I've picked!
Remember to do a full nandroid back-up before trying this so your phone can return to its original state before trying llfk if needed.
The usual disclaimer applies!
Good Luck!
lollipop LLFK download link:
WAIT! Only one person has tried this version and although it worked for him, I still consider it beta at best. You have been warned!
WAIT! WAIT! One more thing: You need to do the following otherwise you may experience problems with WIFI:
Download the apk BuildProp Editor and use it to set
ro.securestorage.support=false (thanks @TEKHD for checking this)
WAIT! WAIT! WAIT! May be an issue with private mode not working (see http://forum.xda-developers.com/showpost.php?p=61033627&postcount=109 ). I did not have this problem on kitkit. I am unable to test till next week so if someone can check it out that would be great.
http://www.4shared.com/zip/Z8g1u3FHba/llfk_permissive_lpop.html
dropbox link
https://www.dropbox.com/s/ud84t2fc3n9sqdg/llfk_permissive_lpop.zip?dl=0
Below only applies to the KitKat version.
(04/07/15) Update:
Well, I had a little time and decided to add a feature to LLFK. So for now it has the following three capabilities.
1)Allows you to set SELinux = Permissive
2)adb insecure
3)init.d support
Here is the link for the tar file. (follow same instructions given below to install via ODIN):
http://www.4shared.com/archive/2PepSJcPce/llfk_permissive_initd_adbtar.html
Let me know if/how it works...
New features:
The kernel is now adb insecure. This was accomplished by replacing the adbd file in ramdisk with one due to @freeza. Big thanks to him (as in buy him a cup of coffee!) for giving me permission to use it. With adb insecure you can now remount system as r/w from your pc which can come in handy at times.
The kernel has init.d support (Allows you to run scripts from boot) by modifying the ramdisk using the instructions in STEP 1 (Making kernel ready) of the following post
http://forum.xda-developers.com/showthread.php?t=2287540
So this part is done for LLFK
For it to work, the user still needs to make some minor modifications (add a file and create a directory) in their rom. To do this, please follow all 4 parts of STEP 2 (Making Rom Ready) in the same post.
Once you have completed STEP 2 you are ready to try some scripts.
You can search the Internet for init.d scripts to try.
For example there are some init.d scripts in the later half of the following post to give you an idea.
http://en.miui.com/thread-5685-1-1.html
If folks can experiment to see what scripts work I will make a list and post it here.
Seems to work OK on Hyperdrive and Lab Rats (let me know otherwise).
CAVEAT: When testing whether init.d support was successfully implemented I had tried some scripts (like echo "2048" > /sys/devices/virtual/bdi/179:0/read_ahead_kb; ) that should have modified some kernel settings at boot up. But as it turns out there are a set of scripts that run after boot up that supersede these settings. These scripts are in the file /etc/init.qcom.post_boot.sh. (some other neat stuff to play around with in there!) If you want those scripts to not take effect you can simply comment them out and then your init.d scripts will work.
The usual disclaimer and Good Luck
Original post 1/30/15
**********************************************************************************************************************************************************************
Hi. I thought I'd give out this kernel which allows one to set SELinux=permissive for a rooted T-Mobile Note Edge with base NK3. This setting is needed if you would like to run Linux on Android and, I believe Viper4Android if you are so inclined, as well as some other specialized apps (for future reference, let me know what apps you use that need this setting). Once you have loaded this kernel you can use the app SELinuxModeChanger, found in the play store, to set SELinux=Permissive and back to Enforcing. Note, this setting is maintained until you change it back in the app (rebooting will not change the setting). Anyways, what I am providing is a gzipped tar file that you can download, gunzip and then load on your phone using ODIN (version 3.07 worked fine for me, goes in PDA). Remember, this kernel is ONLY for the T-Mobile N915T NK3 rom. Actually, I have only tested it on the Lab Rats rom so hopefully it will work on other roms for T-Moble N915T with NK3 base.
As most folks like to have a name for their kernel I've decided to call this the "Low Lying Fruit Kernel" (LLFK) because it only has a minor change made to it. Indeed this kernel is about as low as it goes (lol) as not a single line of code is changed. I only changed an option in the Makefile from true to false. Details are given at the following github site.
https://github.com/mscion/Permissive-Kernel-N915T-EDGE/
Anyways, I've been using this kernel for over 10 days with no problems, but, of course , for those that try LLFK, the usual warnings apply! I am not responisble for anything that happens to your device as a conseqence of
using this kernel. Indeed you have to be crazy to try it as I have zero experience at this! You also might want to read this before you try setting SELinux=permissive:
http://en.wikipedia.org/wiki/Security-Enhanced_Linux
One more thing, while my preference is that an experienced dev make a kernel worthy of the N915T EDGE, I am open to suggestions to make some more modifications assuming the request are somewhat consistent with the philosophy of LLFK.
Thanks to @jimmydene84 for boot.img and @deeznutz1977 for testing!
Don't forget to do a full back up! Good luck!
Kernel Download link: For SELinux=Permissve option only
http://www.4shared.com/archive/oH5fE053ba/llfk_permissivetar.html
Hey that you that working. I was wondering if there was anyway you would make/try to make the same type of mod/kernel for the sprint version. N915P I believe it is. I will be more than willing to help anyway I can.
The reason I need SELinux to permissive is because to use certain bluetooth controller mapping apps u need it on permissive. Specifically the OG Moga Pocket, that controller only works with the pivot app. In order to have android pick it up as a hid controller, I need the app I use to access linux. I really hate to ask but it looks like there's very limited dev for sprint ?
VenpaCasa said:
Hey that you that working. I was wondering if there was anyway you would make/try to make the same type of mod/kernel for the sprint version. N915P I believe it is. I will be more than willing to help anyway I can.
The reason I need SELinux to permissive is because to use certain bluetooth controller mapping apps u need it on permissive. Specifically the OG Moga Pocket, that controller only works with the pivot app. In order to have android pick it up as a hid controller, I need the app I use to access linux. I really hate to ask but it looks like there's very limited dev for sprint ?
Click to expand...
Click to collapse
Ok, As long as you are willing to test it! Presumably no harm will be done as long as you do a full nandroid back up. Give me a few days to gather files and such...
Awesome @mscion
deeznutz1977 said:
Awesome @mscion
Click to expand...
Click to collapse
Thanks! What would be even more awesome is if someone tries it and it works! lol.
I'll flash it now kind sir
mscion said:
Ok, As long as you are willing to test it! Presumably no harm will be done as long as you do a full nandroid back up. Give me a few days to gather files and such...
Click to expand...
Click to collapse
Omg dude if ur really serious, hell yeah I'm willing to test. I'm extremely greatful n lost for words right now. Thanks so much for just attempting ?? at least. Made my day lol
deeznutz1977 said:
I'll flash it now kind sir
Click to expand...
Click to collapse
I hope you mean Odin it! Drum roll please....
mscion said:
I hope you mean Odin it! Drum roll please....
Click to expand...
Click to collapse
kernel is not se android enforcing
@mscion you still had to use the selinux changer app correct?
deeznutz1977 said:
kernel is not se android enforcing
Click to expand...
Click to collapse
Hi @deeznutz1977. Depending on rom, I think when you boot up you will get that message. Please check in settings > about device and see what SE for android is showing. For now I have pulled the kernel because I unwittingly used the boot.img from lab rats rom to pack in my zImage file that allows permissive setting, cause I thought it was not modded. I am currently waiting to hear from @jimmydene84...
deeznutz1977 said:
@mscion you still had to use the selinux changer app correct?
Click to expand...
Click to collapse
Yes. Check the OP for more details. Once you have installed this kernel, you have the option to turn permissive on or off with this app. You should also be able to set it from command line as well. May I ask which rom are you using? Also, as I just mentioned I need to check with jimmydene84 about his boot.img...
mscion said:
Yes. Check the OP for more details. Once you have installed this kernel, you have the option to turn permissive on or off with this app. You should also be able to set it from command line as well. May I ask which rom are you using? Also, as I just mentioned I need to check with jimmydene84 about his boot.img...
Click to expand...
Click to collapse
Stock deodexed. And sorry about not reading the op. Don't you know that all of the cool people don't read ops
Sent from my SM-N915T using Tapatalk
@mscion I asked jimmydene to pm you ...
deeznutz1977 said:
@mscion I asked jimmydene to pm you ...
Click to expand...
Click to collapse
Thanks very much! We're all good. I'm putting the link back up shortly.
Got excited for a minute I thought deeznutz1977 said he flashed on a Sprint Note Edge. Had to read it over a couple times.
VenpaCasa said:
Got excited for a minute I thought deeznutz1977 said he flashed on a Sprint Note Edge. Had to read it over a couple times.
Click to expand...
Click to collapse
Almost there. It appears to have compiled fine. I need to download the sprint rom and extract its boot.img file so I can pack the file for you to odin. Maybe this afternoon...
I will use the sprint deodexed version NK1, to extract boot.img from, that @snovvman has posted in the sprint developers thread. (hope that is ok! EDIT: We're good!)
mscion said:
Almost there. It appears to have compiled fine. I need to download the sprint rom and extract its boot.img file so I can pack the file for you to odin. Maybe this afternoon...
I will use the sprint deodexed version NK1, to extract boot.img from, that @snovvman has posted in the sprint developers thread. (hope that is ok! EDIT: We're good!)
Click to expand...
Click to collapse
Honestly your awesome. I was starting to regret my purchase too. I'll assume you weren't asking me if it's ok but if you were, yeah that's fine. I'm actually any using that ROM
EDIT: Just saw your edit n thanks (to both) that's so awesome! I owe you guys!
When ubr done are you going to post here or a new thread?
VenpaCasa said:
When ubr done are you going to post here or a new thread?
Click to expand...
Click to collapse
Just pm'd you with link. If it works I'll post it in this thread.
Q&A for SM-T330NU Rom Development Cyanogenmod 11
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for SM-T330NU Rom Development Cyanogenmod 11. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
cyanogenmod 11 sm-t231
Hello friends wondering if there will be a cyanogenmod 11 for the sm-T231 It's my tablet and I love to get away touchwichz If anyone knows of any future project thanks alert
nice
based off aosp? edit- can flash pa gapps?
I have attempted to connect my device to PC with this ROM installed but it fails to install MTP.
halo12lol said:
based off aosp? edit- can flash pa gapps?
Click to expand...
Click to collapse
I have PA Gapps 3-08 running fine on recent Cyanogen Mod 11 port for the T330NU with no issue..
However the PA GAPPs developer (TKruzze) no longer makes GAPPs packages..
If you have the latest PA GAPPs, it should work..
halo12lol said:
based off aosp? edit- can flash pa gapps?
Click to expand...
Click to collapse
Hi, i have included a micro package in OP. Read OP.
wire55 said:
I have attempted to connect my device to PC with this ROM installed but it fails to install MTP.
Click to expand...
Click to collapse
W, hey okay i add mtp to my todo list though i don't own a computer that mtp would actually work on, so it'll be guesswork.
Also now that sound is sorted, i'll take a look at the magnetic cover thingamawhatzit. Though i like to turn my screen
on and off the old fashioned way. :silly:
You folks don't expect too much more, I do have other stuff I have to get to.
m
moonbutt74 said:
Hi, i have included a micro package in OP. Read OP.
W, hey okay i add mtp to my todo list though i don't own a computer that mtp would actually work on, so it'll be guesswork.
Also now that sound is sorted, i'll take a look at the magnetic cover thingamawhatzit. Though i like to turn my screen
on and off the old fashioned way. :silly:
You folks don't expect too much more, I do have other stuff I have to get to.
m
Click to expand...
Click to collapse
Thank you for all your help. I understand you have thing to do, so you do what you feel is more important.
wire55 said:
Thank you for all your help. I understand you have thing to do, so you do what you feel is more important.
Click to expand...
Click to collapse
Sure, i've never had a magnetic cover, the basic idea is closed screen off, and open screen on right ?
also can you test out bluetoothiness, keyboard, i've never done audio streaming so i don't know much to that end.
m
moonbutt74 said:
Sure, i've never had a magnetic cover, the basic idea is closed screen off, and open screen on right ?
also can you test out bluetoothiness, keyboard, i've never done audio streaming so i don't know much to that end.
m
Click to expand...
Click to collapse
If I had a Bluetooth device I would test that for you but I don't have one.
---------- Post added at 04:19 AM ---------- Previous post was at 04:18 AM ----------
And yes the the magnetic cover question. I will do all the testing with that if ya need me to
extra
theme engine working? also want a video of ROM working if u can, thx.
edit - I'm happy to see that there is a person working on the t330nu. that means my money doesn't go to waste
edit 2 - the very much, I'm tired of seeing tricked up stock custom Roms?
halo12lol said:
theme engine working? also want a video of ROM working if u can, thx.
edit - I'm happy to see that there is a person working on the t330nu. that means my money doesn't go to waste
edit 2 - the very much, I'm tired of seeing tricked up stock custom Roms��
Click to expand...
Click to collapse
No videos. This is a high [low] class [rent] operation I'm runnin here. xD
Now here's the kicker, after i get a final decent build, i'm going back to stock. Why?
[ploop] , nuff sed. xD
m
@moonbutt74 hey did anyone else have this problem or just me? When I charge my tablet it goes to 25 percent then it doesn't rise. I wake up in the morning its at 25 I restart and it kicks to 100..
zach61797 said:
@moonbutt74 hey did anyone else have this problem or just me? When I charge my tablet it goes to 25 percent then it doesn't rise. I wake up in the morning its at 25 I restart and it kicks to 100..
Click to expand...
Click to collapse
Z,
hi, i have no issue but, i also maintain my tab regularly with sdmaid, you may need to clear out battery stats.
Also, are you running the rom with or without the kernel update? Lastly how many background processes do you
have running?
m
moonbutt74 said:
Z,
hi, i have no issue but, i also maintain my tab regularly with sdmaid, you may need to clear out battery stats.
Also, are you running the rom with or without the kernel update? Lastly how many background processes do you
have running?
m
Click to expand...
Click to collapse
Ok 1. How do I clear the stats
2. I updated it today
3. Idk how many processes I have running how do I check?
zach61797 said:
Ok 1. How do I clear the stats
2. I updated it today
3. Idk how many processes I have running how do I check?
Click to expand...
Click to collapse
Z,
hi again :silly:
you can run in terminal
ps
also you can also connect via adb and run adb shell, then as root [su] run
powertop
i say to do that one through adb because it doesn't display correctly and is kind of unmanagable in the tab's
terminal window.
Also try modifying you performance settings, on the updated kernel you should be set to ondemand/cfq
m
moonbutt74 said:
Z,
hi again :silly:
you can run in terminal
ps
also you can also connect via adb and run adb shell, then as root [su] run
powertop
i say to do that one through adb because it doesn't display correctly and is kind of unmanagable in the tab's
terminal window.
Also try modifying you performance settings, on the updated kernel you should be set to ondemand/cfq
m
Click to expand...
Click to collapse
Okay thanks and speaking of performance why can't I overclock at all like it kicks it back down?
zach61797 said:
Okay thanks and speaking of performance why can't I overclock at all like it kicks it back down?
Click to expand...
Click to collapse
Umm, because it's not overclocked.
Also skip the powertop approach, i forgot to config in the kernel, i'll get that in the next build.
I know nothing about overclocking, yet.
m
moonbutt74 said:
Umm, because it's not overclocked.
Also skip the powertop approach, i forgot to config in the kernel, i'll get that in the next build.
I know nothing about overclocking, yet.
m
Click to expand...
Click to collapse
Okay thanks looking forward to updates for this rom. Also I was wondering.. For the ROMs for the t530 tabs like the cm12 one they now have. What would need to be done to get it booting... I heard all the ROMs with the same board need is a working kernel.. Idk if that's right but if it is would the kernel for this ROM get the cm 12 ROM booting or does it need a new one?
zach61797 said:
Okay thanks looking forward to updates for this rom. Also I was wondering.. For the ROMs for the t530 tabs like the cm12 one they now have. What would need to be done to get it booting... I heard all the ROMs with the same board need is a working kernel.. Idk if that's right but if it is would the kernel for this ROM get the cm 12 ROM booting or does it need a new one?
Click to expand...
Click to collapse
For the most part that's somewhat true correct, however i haven't bothered because the roms are being packaged with the block setup
as opposed to the tried and true way and i just don't have the patience to unpack that setup and repack it.
To be truthful i think i've gotten addicted to this stuff in a slightly mentally unstable kind of way :silly:
And as such am running multiple projects at once, so if you want to chip in on trying that approach, downoad one of the
sm-t53xx builds, get it unpacked and repacked cm11 style and link me to it, a respectable site, not 4shared or dumbass gator
or any place like that, and i'll see what i can do. my current attempts with bliss keep breaking at camerawrapper issues and gps issues.
m
moonbutt74 said:
For the most part that's somewhat true correct, however i haven't bothered because the roms are being packaged with the block setup
as opposed to the tried and true way and i just don't have the patience to unpack that setup and repack it.
To be truthful i think i've gotten addicted to this stuff in a slightly mentally unstable kind of way :silly:
And as such am running multiple projects at once, so if you want to chip in on trying that approach, downoad one of the
sm-t53xx builds, get it unpacked and repacked cm11 style and link me to it, a respectable site, not 4shared or dumbass gator
or any place like that, and i'll see what i can do. my current attempts with bliss keep breaking at camerawrapper issues and gps issues.
m
Click to expand...
Click to collapse
Id love to waste time to get it working but I'm no developer by any means... I will do some googling and see if I can... I love to waste time on this stuff so thanks for the info I will message u if I am anywhere near successful... If you have any good links to show how to do it it would be very helpful. Thanks