Hello, I have been trying to get wifi working with this rom but I have so far been unable to. Im wondering, hoping, if anyone could give me any insight into what the problems is. I would really appreciate any feedback you can give to help further the development of this board. Thank You. View attachment dmesg.txt
View attachment logcat.txt
esach said:
Hello, I have been trying to get wifi working with this rom but I have so far been unable to. Im wondering, hoping, if anyone could give me any insight into what the problems is. I would really appreciate any feedback you can give to help further the development of this board. Thank You. View attachment 2744690
View attachment 2744691
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2439564
Im not so sure its a kernel problem but blackhawk kernel 2.1 is for the 4.1 rom, this is 4.4.2.
esach said:
Im not so sure its a kernel problem but blackhawk kernel 2.1 is for the 4.1 rom, this is 4.4.2.
Click to expand...
Click to collapse
I know that but blackhawk kernel 2.1 solves the wifi problem (like yours) to a lot of roms (4.1.2) and maybe you can think or found something or you can ask for help from ketut.kumajaya who develop 4.2.2 now.
Im sorry I should have first stated that I wouldn't have gotten this far if it werent for ketut's 4.2.2 kernel. Ive just added cma and selinux stuff to get it to boot into 4.4.2.
esach said:
Im sorry I should have first stated that I wouldn't have gotten this far if it werent for ketut's 4.2.2 kernel. Ive just added cma and selinux stuff to get it to boot into 4.4.2.
Click to expand...
Click to collapse
You have a link to this rom?
esach said:
Hello, I have been trying to get wifi working with this rom but I have so far been unable to. Im wondering, hoping, if anyone could give me any insight into what the problems is. I would really appreciate any feedback you can give to help further the development of this board. Thank You. View attachment 2744690
View attachment 2744691
Click to expand...
Click to collapse
Wow. 4.4.2 for t210r. Hope wifi works. Have you tried litetransformertest5.zip rather than blackhawk kernel 2.1? Im not goodvat this stuff. Just a suggestion.
Sent from my SM-T210R using XDA Free mobile app
Oh finally.Logcat shows 4.4.2:cyclops:
please, a link...
we want to play too.
anything but mega...
if you can give us link to the rom we will do everything to get wifi to work
plz give us rom link everyone want to use this rom
Sent from my SM-T211 using Tapatalk
wifi fix (not sure)
esach said:
Hello, I have been trying to get wifi working with this rom but I have so far been unable to. Im wondering, hoping, if anyone could give me any insight into what the problems is. I would really appreciate any feedback you can give to help further the development of this board. Thank You. View attachment 2744690
View attachment 2744691
Click to expand...
Click to collapse
flash this for fix wifi
Anil Shovo said:
flash this for fix wifi
Click to expand...
Click to collapse
Thanks I hope he is gonna post his build
Sent from my GT-I9105P using XDA Free mobile app
safariking said:
Thanks I hope he is gonna post his build
Sent from my GT-I9105P using XDA Free mobile app
Click to expand...
Click to collapse
where is he I think he should upload his rom for our
Sent from my SM-T211 using Tapatalk
Anil Shovo said:
where is he I think he should upload his rom for our
Sent from my SM-T211 using Tapatalk
Click to expand...
Click to collapse
He is offline. still didn't hear our request
There are alot of problems that still need to be worked on but for me right now wifi is the most important.
Ive only tested this on the sm-t210r model with twrp 2.3.6.0. Please do not flash if you do not have the same model!!!
https://drive.google.com/file/d/0ByQ6UGF5Dt__UWJTWDZjNTdBQzA/edit?usp=sharing
The second libsurfaceflinger has BOARD_EGL_NEEDS_LEGACY_FB enabled which fixes the color issue but for some reason it disables hwc.
Dumpsys shows GLES enabled instead of HWC_2D, which slows down the ui alot.
https://drive.google.com/file/d/0ByQ6UGF5Dt__RG1RRkRsVGRoV1U/edit?usp=sharing
Xhteam github has code for wifi but it is for jellybean, and getting it to work on kitkat is difficult. Fixing this error in logcat E/WifiStateMachine( 467): Failed to reload STA firmware java.lang.IllegalArgumentException: command '7 softap fwreload wlan0 STA' failed with '501 7 SoftAP command has failed' I think should fix wifi. Im just not sure why the error is occurring, or what needs to be changed to fix it.
esach said:
There are alot of problems that still need to be worked on but for me right now wifi is the most important.
Ive only tested this on the sm-t210r model with twrp 2.3.6.0.
https://drive.google.com/file/d/0ByQ6UGF5Dt__UWJTWDZjNTdBQzA/edit?usp=sharing
The second libsurfaceflinger has BOARD_EGL_NEEDS_LEGACY_FB enabled which fixes the color issue but for some reason it disables hwc.
Dumpsys shows GLES enabled instead of HWC_2D, which slows down the ui alot.
https://drive.google.com/file/d/0ByQ6UGF5Dt__RG1RRkRsVGRoV1U/edit?usp=sharing
Click to expand...
Click to collapse
thnx for upload it request to other dev for fix it
Sent from my SM-T211 using Tapatalk
---------- Post added at 03:57 AM ---------- Previous post was at 03:50 AM ----------
safariking said:
if you can give us link to the rom we will do everything to get wifi to work
Click to expand...
Click to collapse
link https://drive.google.com/file/d/0ByQ6UGF5Dt__UWJTWDZjNTdBQzA/preview
Sent from my SM-T211 using Tapatalk
@esach legacy fb won't work due to the blob not supporting but what will work is setting
COMMON_GLOBAL_CFLAGS += -DMRVL_HARDWARE += -DNO_RGBX_8888
The marvel hardware is for fixing the camera I'm working on libcamera_client now and we only support rgb_565 pixel format
commit here https://github.com/CyanogenMod/andr...mmit/a8f3e4e53cad835d0d57b85a6ce1b7416e95ba73
found idea from here and from compiling twrp it required 565 pixel format to correct colors
https://github.com/xhteam/frameworks-native/commit/046612834dd05fc763c902d2c0a7b355bc67764b
Unjustified Dev said:
@esach legacy fb won't work due to the blob not supporting but what will work is setting
COMMON_GLOBAL_CFLAGS += -DMRVL_HARDWARE += -DNO_RGBX_8888
The marvel hardware is for fixing the camera I'm working on libcamera_client now and we only support rgb_565 pixel format
commit here https://github.com/CyanogenMod/andr...mmit/a8f3e4e53cad835d0d57b85a6ce1b7416e95ba73
found idea from here and from compiling twrp it required 565 pixel format to correct colors
https://github.com/xhteam/frameworks-native/commit/046612834dd05fc763c902d2c0a7b355bc67764b
Click to expand...
Click to collapse
nice to see you here
Sent from my SM-T211 using Tapatalk
Related
Hi guys!
CyanogenMod have released cm10.2 for several days on github.
I have tried to build cm10.2 for SU640/P930 with the help of dczz Feishui,Men and so on.
Now,Phone can get into system,but I came across a serious problem:easily hot reboot.
In the days,I don't have time to fix the problems.
so post it out now!
Anyone can change and fix this rom as long as you are interested .
I will open sourse on github.com as soon as I can.
===================================================================
Aug.28:
Today,I will post the cm10.2's sourse of LG su640.
Anyone can download and use as long as you are interested .
My github:https://github.com/joyoki
Noticefication:
1)my sourse come from Rmcc's CM10.1,so Thx again.
2)I have checked Rmcc's cm10.2 sourse of P930,he focus on kernel and display and fix many bugs and errors.
3) I'm freshman,so just can fix display and apps,kernel don't change. you can directly use cm10.1' kernel sourse to build.
4)About P93X,Rmcc have post offical cm10.2 on Aug. 27.I have check his sourse,It's better than mine,so there is no need to post P93X's version.sorry...
Hope can help you!
============================================================
Aug.26:
chalog:
Fix rebooting
Fix Sdcard (Thx for Rmcc)
bugs:
Reported by you
Rom Download:
Su640:
Release3-cm-10.2-20130826-UNOFFICIAL-su640
p93x:
Release3-cm-10.2-20130826-UNOFFICIAL-p930
Rom is Uploading...
==========================================
Aug.25:
Rebooting is Fixed,but not perfect. you should switch on "Disable HW overlays" in Settings-Develoer options.th
This is theView attachment cm10.2-8.20log.txt caught by Feishui about hot rebooting
sdcard is the problem of Fstab. It will be fixed in the later version.
Today, I provide two way to flash the rom:The Backup To Restore and The Flashable ZIP
If you are interested,you can have a try.
At last,Looking forward to Rmcc's offical CM10.2.
Rom Download:
The Backup To Restore
The Flashable ZIP
Notification:
1.The Rom is released for developers and experienced users.You may come across serviral rebooting.
2.If your phone get into system,but easily rebooting, you must go Settings-Developer options to switch on "Disable HW overlays"
3.The Backup To Restore is same with The Flashable ZIP,you don't need to download all.
4.Above all,This is a Dev ,There are many bugs,so I am not responsible for bricked devices, dead SD cards, or any other issues that may arise from flashing this ROM !
5.About P93X,LU6200 and VS920 ,it is Dev version and is easy to port based on this rom, so don't provide for the moment.
P93X port guide: you just delete "etc" and "boot" of this rom instead of P93X'CM10.1,It will work well.Good luck to you
=========================================
Aug.23:
I have find a method to Fix Rebooting.
I will test again to make sure the method is working. The Fixed Rom will be post as soon as possible.
Please Just Wait a Moment.
New ScreenShot:
http://note.youdao.com/share/?id=387922c50460a2716c8a406dc6809b95&type=note
Rom Download: Please Wait For Fix Rom...
Very cool. Thanks for sharing
Sent from my LG-P930 using Tapatalk 4
Waiting for P930. Anyway thanks for developing.
Delete post
Any responses from susers?
slg1119 said:
Thanks...
I want fix this rom
but....
I'm only have SHW-E210S
Navik, You will check this github
https://github.com/OPENSEMC
https://github.com/Team-Hydra
Click to expand...
Click to collapse
Very thanks.I have check some days ago,but not work.
Now I kil the HW,Hot Rebooting is fixed.
Anyway thx again.
Built my own for the p930 today - worked well but did not get a data signal. Checked and the apn list was empty. Did you have this issue ? A cursor test of other features seemed to work gps/bluetooth etc...
Nz
notzippy said:
Built my own for the p930 today - worked well but did not get a data signal. Checked and the apn list was empty. Did you have this issue ? A cursor test of other features seemed to work gps/bluetooth etc...
Nz
Click to expand...
Click to collapse
No, Data work well.you can use hiapn(an apn manage app in google play) to set apn.It's very easy.
I have built P93X's CM10.2 yesterday,but my network has some problem,uploading is very slowly.
if you cant slove ,you can try to port mine to p93x.
Good luck to you!
@navik @rmcc have you ever seen an error like this, http://pastebin.com/N0qr2nCP?
I'm currently trying to port to a 4.3 ROM and keep rebooting back into recovery.
Thanks.
nexwave-mat said:
@navik @rmcc have you ever seen an error like this, http://pastebin.com/N0qr2nCP?
I'm currently trying to port to a 4.3 ROM and keep rebooting back into recovery.
Thanks.
Click to expand...
Click to collapse
I can't open your URL .
Keeping rebooting back into recovery may show that you didn't mount your system,just mount boot.
Hope can help you!
What kernel is in this rom?
ancifil said:
What kernel is in this rom?
Click to expand...
Click to collapse
Kernel is 3.0.87,wind kernel.
I have test kernel 3.4 on Jelly Bean 4.22/4.3,It can get into system,but on display...There are too many bugs and problems to deal.
navik said:
I can't open your URL .
Keeping rebooting back into recovery may show that you didn't mount your system,just mount boot.
Hope can help you!
Click to expand...
Click to collapse
Try this, http://pastebin.com/N0qr2nCP
I have test kernel 3.4 on Jelly Bean 4.22/4.3,It can get into system,but on display...There are too many bugs and problems to deal.
Click to expand...
Click to collapse
I'm sure it is. But seems we will have good graphic performance in JB roms only on 3.4 kernels(i'm sorry but now with 3.0 it works with microlags and microdelays)... I hope it will come.
ancifil said:
I'm sure it is. But seems we will have good graphic performance in JB roms only on 3.4 roms(i'm sorry but now with 3.0 it works with microlags and microdelays)... I hope it will come.
Click to expand...
Click to collapse
Stupid LG, why they didn't release 4.1 930? It's unfair for nitro users
6783 said:
Stupid LG, why they didn't release 4.1 930? It's unfair for nitro users
Click to expand...
Click to collapse
Especially considering they released it for its virtual twin the su640.
Sent from my LG-P930 using xda app-developers app
nexwave-mat said:
Try this, http://pastebin.com/N0qr2nCP
Click to expand...
Click to collapse
Your log didn't show any errors,I wonder the problem is cased by your flash updater,but,I just guess.... not very sure...
Sent from my LG-SU640 using xda premium
6783 said:
Stupid LG, why they didn't release 4.1 930? It's unfair for nitro users
Click to expand...
Click to collapse
It's not just LG's problem,It also depend on AT&T.
Sent from my LG-SU640 using xda premium
navik said:
Your log didn't show any errors,I wonder the problem is cased by your flash updater,but,I just guess.... not very sure...
Sent from my LG-SU640 using xda premium
Click to expand...
Click to collapse
I'm pretty sure this line is the problem. Just can find the source of the problem.
Code:
[ 27.999572] init: critical process 'servicemanager' exited 4 times in 4 minutes; rebooting into recovery mode
Is it just my imagination, but are the only download links for the su640?
Sent from my LG-P930 using xda app-developers app
Hi All,
Trying to port MIUI V5 to our great device.........
I have some knowledge and skills, but it is not enough I guess.......
Initilly rom was not booting at all....... Now its stuck at the MI logo:crying:. Posting this here because I cannot post in the dev forums yet. Any help is appreciated. Especially if you are an experienced dev, please look into this...... Many of us will be benefited from this.......
Here is the link to my work...... The base is the official CM 10.2 nightly build. and the MIUI is from the Oppo Find 5.
http://www.mediafire.com/?w87mcsae5nm7w
After reading numerous tutorials I have got this far. Wont have mutch time in the coming week...... Office and all.....
so, any Dev looking at this, feel free to take over...........
I'll try it.
well, it seems none of the devs are interested in MIUI. Bummer..............................
Its the Best rom. I hope in a future we will take full functional MIUI =)
Sent from my LG-E986 using xda app-developers app
bhoyonkor said:
well, it seems none of the devs are interested in MIUI. Bummer..............................
Click to expand...
Click to collapse
I'm not a DEV so i tried to install your rom but not boot in to screen.
Need the DEV to help.
first, my english is poor. thank you for your understanding.
and, good. I want compliment your works. good try.
I've try to porting too. but .. right. not boot.
this is my works. this' base is mako 4.2.2 miui:
download via inclu: http://goo.gl/HTlkv0
Click to expand...
Click to collapse
miui_unsigned.zip first. and then miui_fix.zip.
and logcat:
************ Failure starting core service
java.lang.NullPointerException
at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:826)
at android.provider.Settings$Secure.getStringForUser(Settings.java:3712)
at android.provider.Settings$Secure.getIntForUser(Settings.java:3806)
at android.provider.Settings$Secure.getInt(Settings.java:3800)
at com.android.server.am.CoreSettingsObserver.populateCoreSettings(CoreSettingsObserver.java:93)
at com.android.server.am.CoreSettingsObserver.sendCoreSettings(CoreSettingsObserver.java:70)
at com.android.server.am.CoreSettingsObserver.<init>(CoreSettingsObserver.java:55)
at com.android.server.am.ActivityManagerService.installSystemProviders(ActivityManagerService.java:7000)
at com.android.server.ServerThread.run(SystemServer.java:305)
*** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread
android.content.res.Resources$NotFoundException: Resource ID #0x1110054
at android.content.res.Resources.getValue(Resources.java:1014)
at android.content.res.Resources.getBoolean(Resources.java:796)
at com.android.server.ServerThread.run(SystemServer.java:372)
service 'activity' died
(and ****ing died list)
Click to expand...
Click to collapse
anyone want to receive my baton?
I have tried it to, but the same problem stuck on boot, can some one help us?
What tutorial did you followed?
let me know if you found a working one,
miui v5 is awesome!!!!!!!!!!!!!!!!
I check the forum everyday to see if someone adapt MIUI for our OGP
Miui+5,5" fullHD = awesome
enviado desde el LG - E980 ~Learning english~
know somebody a developer that would help with porting miui to the optimus g pro?
Sent from my LG-E986 using xda app-developers app
toonvanstrijp said:
know somebody a developer that would help with porting miui to the optimus g pro?
Sent from my LG-E986 using xda app-developers app
Click to expand...
Click to collapse
This would be awesome once fix, that's for sure
leechanee1 said:
first, my english is poor. thank you for your understanding.
and, good. I want compliment your works. good try.
I've try to porting too. but .. right. not boot.
this is my works. this' base is mako 4.2.2 miui:
miui_unsigned.zip first. and then miui_fix.zip.
and logcat:
anyone want to receive my baton?
Click to expand...
Click to collapse
No boot bootloop?
HuNataniel said:
No boot bootloop?
Click to expand...
Click to collapse
yes
leechanee1 said:
yes
Click to expand...
Click to collapse
When do you expect to be bootable?
Its not a boot loop, if it was a boot loop it wil boot your phone fully again, but this is more cant boot up, i think its in the framework.jar or service.jar
Sent from my LG-E986 using xda app-developers app
---------- Post added at 05:07 PM ---------- Previous post was at 04:54 PM ----------
Please can somebody help me, i was trying to port miui and when i flash it back to stock with the kdz file, it says there is no internal sdcard, knows somebody a solution? Please help me, now i can't download, take pictures.
Sent from my LG-E986 using xda app-developers app
HuNataniel said:
When do you expect to be bootable?
Click to expand...
Click to collapse
Sorry, I'm not a dev-man. I can not expect anything about this.
leechanee1 said:
Sorry, I'm not a dev-man. I can not expect anything about this.
Click to expand...
Click to collapse
Who makes this rom? where the project site?
HuNataniel said:
Who makes this rom? where the project site?
Click to expand...
Click to collapse
i gonna try to make it, but it`s difficult, and my phone is hard bricked :`(, can someone help me? ik can`t enter download mode or anything else........:crying:
come on, dont give up
Can you get into recovery (cwm)?
enviado desde el LG - E980
toonvanstrijp said:
i gonna try to make it, but it`s difficult, and my phone is hard bricked :`(, can someone help me? ik can`t enter download mode or anything else........:crying:
Click to expand...
Click to collapse
Do not despair!
Try resetting the flash program (I think KDZ) in the main factory ruins.
He must go. But I think it's XDA forum has unbrick description.
Anyone who want to try MIUI V5 for G Pro, please PM me.
I'll sent a link with MIUI v5 work perfect.
This is the link: http://forum.xda-developers.com/showthread.php?p=46576222#post46576222
I most likely won't continue support since i'm a canadian g2 person. but i'd like to kick it off for someone that wants to continue..
I need some testers for the Sprint ls980 G2. right now i just have Carbon 4.3 aosp
I don't know if you guys are root yet or have recovery.. but TWRP with loki is what u would need to work properly
TEST ROM HERE
Yes you got me I'm in.. so hopefully this week ..
Sent from my SPH-L710 using XDA Premium 4 mobile app
Great rom
houstonn said:
I most likely won't continue support since i'm a canadian g2 person. but i'd like to kick it off for someone that wants to continue..
I need some testers for the Sprint ls980 G2. right now i just have Carbon 4.3 aosp
I don't know if you guys are root yet or have recovery.. but TWRP with loki is what u would need to work properly
Click to expand...
Click to collapse
This has worked wonderfully for me,
i find that it wont connect to data untill i go into the dialer and enter *#*#DATA#*#* once
so far no bugs that i can tell.......:fingers-crossed:
will report after i take it for a spin.
and do you mind if i post a link for this rom in the Sprint LG G2 Dev section? or maybe have the Mods move it to the right section?
ill se if i can put a request for this thread to be moved, this is great work.
i'm not a dev but i can post a tutorial on how to get it working of the Sprint G2 if you would like
Im eager to try this out by the way does it have rotation issues after trying cm10.2 i have rotation issues
Issues found
Okay been running this for about a week now and this is what I found so far:
-MMS doesn't work, I receive notifications for them but never download
-Wifi and bluetooth are buggy, toggles from the Quick Settings menu tend to get stuck after 2-3 toggles and require a reboot to fix
-Dialer doesn't pick up touches sometimes
-NFC gets stuck in on position and causes massive wakelocks. I ended up disabling NFCService and Tag Service to stop the issues
-Mobile Networks Section has GSM settings in it
-Flash seems disabled in AOSP Camera app
-Rotation issues like other AOSP roms
Besides that though the ROM is surprisingly usable for being one of the few roms available for the Sprint G2, I would definitely like to see your build code since it looks 90% in working condition.
I flashed and it booted and stuck on carbon logo.
Am I missing the gapps file?
Sent from my LG-LS980 using xda app-developers app
centro714 said:
I flashed and it booted and stuck on carbon logo.
Am I missing the gapps file?
Sent from my LG-LS980 using xda app-developers app
Click to expand...
Click to collapse
Yes but it should work without gapps go into the Verizon PA 4.3.1 and get those gapps. Did you wipe?
chris0160 said:
Yes but it should work without gapps go into the Verizon PA 4.3.1 and get those gapps. Did you wipe?
Click to expand...
Click to collapse
I did not wipe.. Will try again after I find gapps file. Can anyone provide a link to download? Can't seem to find it.
Sent from my LG-LS980 using xda app-developers app
centro714 said:
I did not wipe.. Will try again after I find gapps file. Can anyone provide a link to download? Can't seem to find it.
Sent from my LG-LS980 using xda app-developers app
Click to expand...
Click to collapse
usually the culprit of not wiping. its a given that you need to wipe every time you switch roms especially from stock to custom rom.
Just wiped and successfully flashed this ROM... so far awesome!
Still missing a few things that i'm thinking the 4.3.1 Gapps file will fix.. So can anyone provide me the link to download that file??? pleeasse!!
centro714 said:
Just wiped and successfully flashed this ROM... so far awesome!
Still missing a few things that i'm thinking the 4.3.1 Gapps file will fix.. So can anyone provide me the link to download that file??? pleeasse!!
Click to expand...
Click to collapse
Google it.... its something YOU can easily find.
x714x said:
Google it.... its something YOU can easily find.
Click to expand...
Click to collapse
i've tried, that's why i'm asking here... I don't want to flash the wrong gapp file.
I found this:
https://plus.google.com/107979589566958860409/posts/QEnJ25VanKN
Is this the right file?
To fix MMS, all the settings are found here to put the correct APN settings to get it up and working. http://buzzmobile.us/sprint-apn-settings-android-us/
x714x said:
Google it.... its something YOU can easily find.
Click to expand...
Click to collapse
You're cool!!
leroybrute said:
You're cool!!
Click to expand...
Click to collapse
Normally I get really ticked off with people saying to Google it, but seriously, it's freaking Gapps....It's literally the easiest thing to find in the entire Android development universe. I Googled 5 letters, and it was the very first thing that came up, or second(if you want goo.im directly).....
Koopa777 said:
Normally I get really ticked off with people saying to Google it, but seriously, it's freaking Gapps....It's literally the easiest thing to find in the entire Android development universe. I Googled 5 letters, and it was the very first thing that came up, or second(if you want goo.im directly).....
Click to expand...
Click to collapse
Get more out of the post, if you answer or help and then post the rude but obvious.
leroybrute said:
Get more out of the post, if you answer or help and then post the rude but obvious.
Click to expand...
Click to collapse
http://lmgtfy.com/?q=gapps
Click the second link, click the one for 4.3.0.
centro714 said:
i've tried, that's why i'm asking here... I don't want to flash the wrong gapp file.
I found this:
https://plus.google.com/107979589566958860409/posts/QEnJ25VanKN
Is this the right file?
Click to expand...
Click to collapse
Thanks to those that helped me out... I have a new g2 and wanted to install the right file. I have no idea what a gapp file is, let alone what it does. Better be safe than sorry.
Anyhow, the link I provided worked for those that are in my boat.
To the OP, this is a fantastic ROM. Thank you very much.
Sent from my LG-LS980 using xda app-developers app
Koopa777 said:
http://lmgtfy.com/?q=gapps
Click the second link, click the one for 4.3.0.
Click to expand...
Click to collapse
Wasn't aimed toward your post. And I don't need the file.
Running great
Sent from my LG-LS980 using XDA Premium HD app
Hey, does anyone know any mods that enable us to add the Data On/Off toggle. It's really annoying to use widgets for it.
I already tried this method but I get an error while opening "Settings.db":
http://forum.xda-developers.com/showthread.php?t=2342370
Sorry if someone already asked this question, I couldn't find an answer.
Thank you
SnowTauren said:
Hey, does anyone know any mods that enable us to add the Data On/Off toggle. It's really annoying to use widgets for it.
I already tried this method but I get an error while opening "Settings.db":
http://forum.xda-developers.com/showthread.php?t=2342370
Sorry if someone already asked this question, I couldn't find an answer.
Thank you
Click to expand...
Click to collapse
It depends on what rom you are on. Some AOSP roms have that option baked it. I know Slimrom has it, so I would guess that will03's version will have it as well. I believe you can get there through X-posed and/or Gravity Box as well.
seejeremy said:
It depends on what rom you are on. Some AOSP roms have that option baked it. I know Slimrom has it, so I would guess that will03's version will have it as well. I believe you can get there through X-posed and/or Gravity Box as well.
Click to expand...
Click to collapse
Thank you for your reply, I'm currently on stock rom and plan to say on it since it's the most stable from what I've tried . I'm not aware about X-posed or Gravity Box, I'll try to look into them.
SnowTauren said:
Thank you for your reply, I'm currently on stock rom and plan to say on it since it's the most stable from what I've tried . I'm not aware about X-posed or Gravity Box, I'll try to look into them.
Click to expand...
Click to collapse
You can try this exactly what I used...
http://forum.xda-developers.com/showthread.php?p=43042030
Make sure you enter the info right or it won't WORK!!!
Sent from my SGH-I317 using Tapatalk
Bajanman said:
You can try this exactly what I used...
http://forum.xda-developers.com/showthread.php?p=43042030
Make sure you enter the info right or it won't WORK!!!
Sent from my SGH-I317 using Tapatalk
Click to expand...
Click to collapse
That is exactly what I tried, but as I mentioned above I get an error on step 4. I'm not sure what causes the error though. Note: that I'm on a stock (rooted) rom. Any help would be appreciated.
Thanks
SnowTauren said:
That is exactly what I tried, but as I mentioned above I get an error on step 4. I'm not sure what causes the error though. Note: that I'm on a stock (rooted) rom. Any help would be appreciated.
Thanks
Click to expand...
Click to collapse
That's cuz you have the wrong version of the editor. That was happening to me also. So I just use the editor from the link I have you. Think it's 0.9
Sent from my SAMSUNG-SGH-I317 using Tapatalk
Bajanman said:
That's cuz you have the wrong version of the editor. That was happening to me also. So I just use the editor from the link I have you. Think it's 0.9
Sent from my SAMSUNG-SGH-I317 using Tapatalk
Click to expand...
Click to collapse
Yes sir! I definitely used the link to download and I just tried it again, it shows version 1.4.1 when you go into the download link and the version also shows up as 1.4.1 in application manager. I wasn't able to find any 0.9 apk. I hope this makes sense.
Thanks
SnowTauren said:
Yes sir! I definitely used the link to download and I just tried it again, it shows version 1.4.1 when you go into the download link and the version also shows up as 1.4.1 in application manager. I wasn't able to find any 0.9 apk. I hope this makes sense.
Thanks
Click to expand...
Click to collapse
Yeah that's the same version I have installed myself. Not sure why it's not working for you?[emoji49]
Sent from my SAMSUNG-SGH-I317 using Tapatalk
I need a couple people to test a Stock Rom to see if I can get it to work for GSM also. Currently the ROM is for Sprint. This is one of the ROM's I'm working on. http://forum.xda-developers.com/showthread.php?p=51429659
I'm trying to make it similar to what xboxfanj has done for the gee and geeb ROM's. It may not be possible with Stock, but I'll give it a shot.
Disclaimer: I'm not responsible for anything that may happen to your phone. You do this at your own risk.
Requirements:
Must know how to restore your EFS, just in case.
I like to use this. http://forum.xda-developers.com/attachment.php?attachmentid=1758398&d=1361757332
Make a nandroid backup before doing this, to restore with.
It's probably best if you have your version of the Stock ROM for your phone. Then I'll have you DL a stripped version of the ROM. Updates/fixes will be small as most of the changes will be in the build prop.
_______________________________________________________________
If you're interested PM me. I'll try to watch this thread, but it's probably best to ask in this thead. http://forum.xda-developers.com/showthread.php?p=51429659
Sounds like a brilliant idea. The dev numbers for all LGOGs are steadily decreasing, having unified stock roms will only result on good things. If i have time I will PM you this weekend. Everyone should get on this pr it may not happen.
Sent from my LG-E975 using XDA Premium 4 mobile app
am ready for the test.. :good:
krishnanmailbox1 said:
am ready for the test.. :good:
Click to expand...
Click to collapse
Pm sent. Thank you
You just need to make sure that it runs and everything right? If so, I can probably help you out and flash and give it a quick test
Anything specific you may want me to check?
geokilla said:
You just need to make sure that it runs and everything right? If so, I can probably help you out and flash and give it a quick test
Anything specific you may want me to check?
Click to expand...
Click to collapse
It'll run. sbelley is a lot of the reason for this. It ran on an E973. Calls worked but data didn't. So I need calls, data, and SD checked if you have it. The ROM you'll DL is as small as I could make it, so it's just part of Stocktimus. There shouldn't be any issues as far as losing EFS, but just in case, I want to make sure you have a backup. I'll send you a PM with instructions, in case you want to give it a shot. Thanks
Can i test it using multirom? If so, i'd like to try it as well.
Count on me E975 int
Sent from my LG-D802 using Tapatalk
grunch21 said:
Can i test it using multirom? If so, i'd like to try it as well.
Click to expand...
Click to collapse
MultiRom is still too new, so I'd rather not yet. I need to keep everything basic to start with. It'll be easier for me to try things if I need too.
If you're still interested, let me know.
joliv said:
Count on me E975 int
Sent from my LG-D802 using Tapatalk
Click to expand...
Click to collapse
PM sent
engine95 said:
MultiRom is still too new, so I'd rather not yet. I need to keep everything basic to start with. It'll be easier for me to try things if I need too.
If you're still interested, let me know.
Click to expand...
Click to collapse
Hmm. I've been using multirom to boot geeb, geespr and geehrc roms without issue, since all roms are separated except the sdcard. But i can understand your point of view.
Well, i guess the chance to try new thing is too alluring. Count me in. Do i need to flash different recovery?
grunch21 said:
Hmm. I've been using multirom to boot geeb, geespr and geehrc roms without issue, since all roms are separated except the sdcard. But i can understand your point of view.
Well, i guess the chance to try new thing is too alluring. Count me in. Do i need to flash different recovery?
Click to expand...
Click to collapse
Those are all CM/AOSP I'm sure, and Multiboot may very well work. My issue is working with LG Stock which is not as easy to go from CDMA to GSM. Yet. :fingers-crossed:
Give Multiboot a try. If it doesn't work then my preference is the KK version of TWRP from here. http://downloads.codefi.re/shelnutt2/freegee/LG-LS970/ Other KK compatible recoveries should work also.
I'll send you a PM in a sec.
I'll test, with an E970
MrZim4 said:
I'll test, with an E970
Click to expand...
Click to collapse
Oh cool. Your the model I needed. I'll send you a PM in about an hour. Thanks
Sent from my LG-LS970 using XDA Premium 4 mobile app
engine95 said:
PM sent[/QUOTE
My testing: definitely ROM doesn't apply to E975 from a network perspective. "Roaming" menu and "LTE settings" menus shouldn't exist, not applicable to GSM/WCDMA/LTE international. Calls / data unavailable.
Unless this is resolved, can't be used on E975. Keep good work. Cheers.
Sent from my LG-E975 using XDA Premium HD app
Click to expand...
Click to collapse
MrZim4 said:
I'll test, with an E970
Click to expand...
Click to collapse
ChummyDays said:
Another e970 here ..... Ready to test
Sent from my LG-E975 using Tapatalk
Click to expand...
Click to collapse
Pm's sent
Ok, I have enough testers now. So we'll be on hold for a little while. Thanks everybody!!
I'll test on E970 too, also do you mind PM'ing how I can apply crwolv's camera.apk mod?
nygfan760 said:
I'll test on E970 too, also do you mind PM'ing how I can apply crwolv's camera.apk mod?
Click to expand...
Click to collapse
Ok. I'll let you do it. Because you know of crwolv's camera mod which is part of Stocktimus. If I can make it work. 13MP vs 8MP.
PM sent
EhleGeOptimus said:
engine95 said:
PM sent[/QUOTE
My testing: definitely ROM doesn't apply to E975 from a network perspective. "Roaming" menu and "LTE settings" menus shouldn't exist, not applicable to GSM/WCDMA/LTE international. Calls / data unavailable.
Unless this is resolved, can't be used on E975. Keep good work. Cheers.
Sent from my LG-E975 using XDA Premium HD app
Click to expand...
Click to collapse
One more PM for the day.
Click to expand...
Click to collapse