Related
Could any of the verizon owners please provide a copy of the MediaHub.apk app as well as a copy of their build.prop just to verify the setup to use the apk on non verizon tabs. Thanks
Using Galaxy Tab 7.7 P6800
I had removed that app from my pad, but made a backup.
prscott1 said:
I had removed that app from my pad, but made a backup.
Click to expand...
Click to collapse
Thanks
Using Galaxy Tab 7.7 P6800
prscott1 said:
I had removed that app from my pad, but made a backup.
Click to expand...
Click to collapse
Anyway you can share your build.prop or take a screen shot of it. I installed the app changed my build.prop to show as verizon tab but app won't open. If anyone else can share your thoughts, thanks.
Using Galaxy Tab 7.7 P6800
Here ya go.
Code:
[email protected]fied1A:~$ adb kill-server
[email protected]:~$ adb connect 10.83.94.242:8000
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
connected to 10.83.94.242:8000
[email protected]:~$ adb shell
$ cat /system/build.prop
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=HTJ85B
ro.build.display.id=HTJ85B.I815FA02
ro.build.version.incremental=I815FA02
ro.build.version.sdk=13
ro.build.version.codename=REL
ro.build.version.release=3.2
ro.build.date=Thu Jan 19 15:19:14 KST 2012
ro.build.date.utc=1326953954
ro.build.type=user
ro.build.user=se.infra
ro.build.host=SEP-79
ro.build.tags=release-keys
ro.product.model=SCH-I815
ro.product.brand=Verizon
ro.product.name=SCH-I815
ro.product.device=SCH-I815
ro.product.board=SCH-I815
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=s5pc210
# ro.build.product is obsolete; use ro.product.device
ro.build.product=SCH-I815
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=SCH-I815-user 3.2 HTJ85B I815FA02 release-keys
ro.build.fingerprint=Verizon/SCH-I815/SCH-I815:3.2/HTJ85B/I815FA02:user/release-keys
ro.build.characteristics=tablet
ro.flash.resolution=1080
# Samsung Specific Properties
ro.build.PDA=I815FA02
ro.build.hidden_ver=I815FA02
ro.build.changelist=619502
# end build properties
#
# system.prop for smdkc210
#
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
wifi.interface=wlan0
wlan.driver.apmode "unloaded"
#
# system prop for Keyguard
#
keyguard.no_require_sim=yes
ro.setupwizard.prepay_setup_url=http://quickaccess.verizonwireless.com/bbportal/oem/start.do?imsi=^1
ro.setupwizard.prepay_redir_url=quickaccess.verizonwireless.com
ro.setupwizard.timeout=60000
ro.setupwizard.host.url=http://www.google.com
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.com.google.clientidbase=android-samsung
ro.com.google.locationfeatures=1
ro.opengles.version=131072
ro.com.google.clientidbase=android-samsung
ro.com.google.clientidbase.ms=android-verizon
ro.com.google.clientidbase.am=android-verizon
ro.com.google.clientidbase.gmm=android-samsung
ro.com.google.clientidbase.yt=android-verizon
ro.csc.sales_code=VZW
ro.secdevenc=true
ro.secdirenc=true
ro.secfulldirenc=true
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=288m
drm.service.enabled=true
ro.setupwizard.mode=OPTIONAL
ro.setupwizard.enterprise_mode=1
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.error.receiver.system.apps=com.google.android.feedback
ro.com.google.clientidbase=android-samsung
ro.com.google.gmsversion=3.2_r6
ro.error.receiver.default=com.samsung.receiver.error
keyguard.no_require_sim=true
ro.com.android.dataroaming=false
ro.config.ringtone=S_Over_the_horizon.ogg
ro.config.notification_sound=S_Whistle.ogg
ro.config.alarm_alert=Good_Morning.ogg
dev.sfbootcomplete=0
dev.powersave_fps=0
ro.ril.hsxpa=1
ro.ril.gprsclass=10
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
Thanks now I just need to figure out what to change without messing mine up lol
Using Galaxy Tab 7.7 P6800
adinis78 said:
Thanks now I just need to figure out what to change without messing mine up lol
Using Galaxy Tab 7.7 P6800
Click to expand...
Click to collapse
Did you install it by copying it to system/app and then rebooting or did you install it as a user app? If you copied it to the system/app directory, did you check the permissions of the file first?
HTH.
prscott1 said:
Did you install it by copying it to system/app and then rebooting or did you install it as a user app? If you copied it to the system/app directory, did you check the permissions of the file first?
HTH.
Click to expand...
Click to collapse
Installed as user app. How do I check the permissions?
Using Galaxy Tab 7.7 P6800
So i tried to modify the build.prop by changing GT-P6800 to SCH-I815 to spoof the app into thinking its installed in a Verizon tab but no luck. Any suggestions?
Using Galaxy Tab 7.7 P6800
adinis78 said:
Installed as user app. How do I check the permissions?
Using Galaxy Tab 7.7 P6800
Click to expand...
Click to collapse
You should uninstall it as a user app and use adb to push it to /system/app/ directory.
to check permissions:
adb shell
ls -l /system/app/filename.ext
where filename.ext is the name of the apk.
Compare it to any of the other files in the /system/app folder
do
ls -l /system/app
The thing is that I don't know how to use adb, but I have already copied it to the system/app. I don't know what else to do for it to work, that's if it even will work. It shows up as com.Samsung.mediahub.apk
Using Galaxy Tab 7.7 P6800
prscott1 said:
You should uninstall it as a user app and use adb to push it to /system/app/ directory.
to check permissions:
adb shell
ls -l /system/app/filename.ext
where filename.ext is the name of the apk.
Compare it to any of the other files in the /system/app fold
ls -l /system/app
Click to expand...
Click to collapse
So i used the ls -l /system/app on terminal emulator and noticed that all the apps contain a .apk and .odex extention, I also noticed that mediahub does not show up even though its in the system/app. If i click on com.Samsung.madiahub.apk I can select to install it but it says its already installed. Anyone with more knowledge if they can help me sort this out. Sorry for being such a pain in the @$$
Using Galaxy Tab 7.7 P6800
This is how the app is saved
Sent from my SCG-I815 using xda premium
These are the permissions, not sure what that means
Sent from my SCG-I815 using xda premium
adinis78 said:
These are the permissions, not sure what that means
Sent from my SCG-I815 using xda premium
Click to expand...
Click to collapse
The short answer is those permissions are fine.
If you want a bit more detail, unix filesystems have three permissions per file, and each permission assigned to three categories of users. The permissions are read, write, and execute, and the user categories are owner, group, and everyone, respectively. So you have rw-rw-r-- meaning that the owner (usually root for android files) and everyone in the file's group (in android terms, anyone with the permission to read/write the sd card) can read and write but not execute the file, and everyone can read it. The last one is the most important, that everyone have read permission. If you're wondering why an app doesn't need "execute" permission, just remember that permissions are a low-level filesystem construct and apps are actually packages of higher-level stuff. Execute permission is only relevant to native binaries (think .exe files in Windows) and scripts (think .bat files). The latter is relevant if you ever modify your init.d scripts, as they need to be executable.
As for why the app isn't working, I have no idea. You could try to change your build.prop again with SCH-I815 instead of SCG-I815 like you seem to have currently (at least, according to your forum signature thing). I'm not surprised that Samsung would lock down their hub apps per device though. Have you tried media hub apk from SGS2 or something similar?
You know what I thought I had changed the build.prop back to read gt-p6800 but I guess I didn't, thanks for that. I did make changes to the build.prop to read sch-i815 as per another member that provided their verizon build.prop and i kept getting screen refreshes so i had to restore the system. I don't know what else to try. I am sure it could be done as I was able to do it on my original tab using mediahub and build.prop from att tab and run it on tmobile tab and it worked so i thought this would be the same. If i where to use the mediahub hub from the sg2 I would be stuck in the same predicament. Hopefully someone whit a lot more knowledge can shade some light. Thank you for the info and help.
You might want to just flash the rooted, deodexed stock rom found in the development section rather than try to piece together stock again. The apk I posted earlier was from my own debloated, deodexed rom.
prscott1 said:
You might want to just flash the rooted, deodexed stock rom found in the development section rather than try to piece together stock again. The apk I posted earlier was from my own debloated, deodexed rom.
Click to expand...
Click to collapse
Then loose ability to get Samsung update if i do that
Sent from my GT-P6800 using xda premium
Welcome to Gen8 CYANOBIZ Support thread!
ATTENTION: This build is stil in early Beta stage! Bizcuite is not responsible of bricked tabs, world war or some kind of alien invasion!
What is this thread for?
This thread is made to help people run CYANOBIZ Unofficial CM9 on their tabs, report bugs related to this ROM and share tips and tweaks.
Before adding your problem(s):
Make sure you are running the latest release of CYANOBIZ !
Make sure your problems is not already listen in the OP (aka this post) !
Bug/Problem list:
Bluetooth can work only by command in Terminal Emulator. Not fixed yet.
Camera. Preview only (can not take pictures for now). Not fixed yet.
Battery stats (% works but no notification of charge). Not fixed yet.
Each problem reported by user will be posted here after its accepted. Remember to use the latest build before reporting.
How to install CM9 step by step:
You have to install SDE before you attempt to install CM9. Follow the guide in this thread: http://forum.xda-developers.com/showthread.php?t=930197
From now on you have to download the files only from this thread: http://forum.xda-developers.com/showthread.php?t=1941377
Step 1: Download and decompress (unzip) CM9 image file. Rename it to "openaos-cm.img".
always remember to download the file made for your device. Each device has different specification like screen size, RAM, etc.
Step 2: Download zImage.zip (its usually named with the date of the build like "zimage041013.zip") and rename it to "zImage". Do NOT decompress it!
Step 3: Download "initramfs.cpio.gz".
Step 4: Download "data.img.tar.gz", decompress it and choose the size that fits to your needs. (This file will be used to install apps. If you usually install low amount of apps you can use 256MB. Recommended size: 512 MB.. After you decompress it, rename it to "data_ICS.img" and copy it to the root of your internal storage.
Step 5: Copy the decompressed CM9 system file (openaos-cm.img) to the root of your internal storage.
Step 6: Create a new text file. Insert this line: ICS||/openaos-cm.img|/init|0Archos|ARCHOS|ARCHOS|/init and save it. Rename the text file to "menu.lst" and copy it to the internal storage. (If it doesnt work open "menu.lst" with Notepad++ and add one additional line below by pressing enter)
Step 7: Installing the kernel and initramfs.cpio.gz:
Reboot your tab into recovery. Select Recovery System => Developer Edition Menu => Flash Kernel and Initramfs. Connect your tab to your PC via USB and copy the files from steps 2 and 3. (Its recommended to copy the files one by one)
You are done! :good:
Currently the kernel is not supported by other ROMs (except stock firmware with stock kernel).
How to add swap file
Use adb or Terminal Emulator and add these lines:
If you are going to copy the lines copy it line by line do not copy-paste the whole guide else it wont work!
swapoff -a
rm /swapfile
rm /system/etc/fstab
dd if=/dev/zero of=/swapfile bs=1024 count=50000
mkswap /swapfile
touch /system/etc/fstab
echo "/swapfile none swap sw 0 0" >> /system/etc/fstab
swapoff /dev/block/ramzswap0
swapon -a /swapfile
This activates a swap file of 50MB in the root of your system image file (CYANOBIZ_xxx.img also knows as openaos-cm.img
Do NOT increase the size over 50MB because the system will become full and it will result in a bootloop!
How to activate swap in internal SD card (storage). This way you can put highter value like 128MB/256MB/512MB/etc.
Use adb or Terminal Emulator and add these lines:
If you are going to copy the lines copy it line by line do not copy-paste the whole guide else it wont work!
swapoff -a
rm /mnt/storage/swapfile
rm /system/etc/fstab
dd if=/dev/zero of=/mnt/storage/swapfile bs=1024 count=128000
mkswap /mnt/storage/swapfile
touch /system/etc/fstab
echo "/mnt/storage/swapfile none swap sw 0 0" >> /system/etc/fstab
swapoff /dev/block/ramzswap0
swapon -a /mnt/storage/swapfile
If you want to see if it's working type "cat /proc/swaps"
You should see this:
cat /proc/swaps
Filename Type Size Used Priority
/mnt/storage/swapfile file 127972 0 -1
You swapfile is done!
Notice: Sometimes a logcat worths more then a hundred words.
If you like the ROM and you'd like to support it feel free to donate to Bizcuite. This way you can tell him a huge "Thank You" and support his job.
CYANOBIZ Unofficial CM9 Tips & Tweaks
These tweaks come with no warranty! There is a change of bootloop if you edit the wrong value.
Open your root File Explorer (most people use RootExplorer) then go to /system and add these lines to your Build.prop file:
# ADDITIONAL_BUILD_PROPERTIES
#
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
wifi.interface=tiwlan0
net.dns1=8.8.8.8
net.dns2=8.8.4.4
qemu.hw.mainkeys=1
wifi.supplicant_scan_interval=120
persist.sys.usb.config=mass_storage,adb
ro.telephony.default_network=0
# dalvik props
persist.adb.notify=0
dalvik.vm.heapstartsize=25m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapsize=160m
#dalvik.vm.dexopt-flags=m=y
#dalvik.vm.heapstartsize=5m
#dalvik.vm.heapgrowthlimit=48m
#dalvik.vm.heapsize=196m
dalvik.vm.dexopt-flags m=y,o=v,u=y
ro.fb.mode=1
ro.sf.compbypass.enable=0
# persist.sys.shutdown.mode=hibernate
ro.config.hw_quickpoweron=true
mot.proximity.delay=25
ro.mot.buttonlight.timeout=0
ro.max.fling_velocity=12000
ro.min.fling_velocity=8000
ro.ril.disable.power.collapse=1
debug.sf.hw=1
debug.composition.type=gpu
debug.composition.type=c2d
windowsmgr.max_events_per_sec=240
ro.ui.fullscreen=false
debug.performance.tuning=1
debug.qctwa.preservebuf=1
dev.pm.dyn_samplingrate=1
video.accelerate.hw=1
ro.vold.umsdirtyratio=20
debug.overlayui.enable=1
debug.egl.hw=1
hw3d.force=1
persist.sys.composition.type=c2d
persist.sys.ui.hw=0
#ro.telephony.call_ring.delay=0
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.carrier=wifi-only
#crash tab don't enable it
#debug.enabletr=true
Many thanks for your works Mavasilisk. It's perfect!! Just don't forget the "e" in Bizcuite :angel:
Upload of first BETA release is in progres
Don't forget, if you install my kernel, you will NOT be able to use others OS (except original Firmware with original kernel of course)
Maybe we must add "This release is not official and not supported by cyanogen".
Bizcuite
bizcuite said:
Many thanks for your works Mavasilisk. It's perfect!! Just don't forget the "e" in Bizcuite :angel:
Upload of first BETA release is in progres
Don't forget, if you install my kernel, you will NOT be able to use others OS (except original Firmware with original kernel of course)
Maybe we must add "This release is not official and not supported by cyanogen".
Bizcuite
Click to expand...
Click to collapse
Updated. Sorry, I was so focused so I missed "e" in your nickname. Cant wait to try the first beta!
Mavasilisk said:
Updated. Sorry, I was so focused so I missed "e" in your nickname. Cant wait to try the first beta!
Click to expand...
Click to collapse
First page updated in dev section.
Link updated
Bizcuite
Sent from my GT-N7100 using xda app-developers app
How is sleep with CM9? I used to find with CM7 Bull my tab used to use more power than stock Froyo when sleeping. Also how well does Chrome work with 256mb ram? Thanks.
I prefer Boat Browser. Its very fast and snappy with the new HW. I can compare it to Opera. Chome is just....not my taste.
Browsers
Mavasilisk said:
I prefer Boat Browser. Its very fast and snappy with the new HW. I can compare it to Opera. Chome is just....not my taste.
Click to expand...
Click to collapse
Yes Boat browser works best but is laggy on bigger pages and force closes when I try to start flash content - flash player is still not working. Other browsers force close on bigger pages and chrome is slow. Opera final still dont work, beta is working but freezes on first couple starts. Even stock browser freezes on first couple starts and crashed system once and then started to work pretty normal. Most interesting thing is with Puffin browsers, they worked well under 1.8 and now Puffin free cant even start and Puffin paid freezes or force close when I try to start some web address or edit speed dial. I edited vm heapsize but it didnt help. I am still suspicious on GPU driver. Rom is fast and many apps and games works but we still have some major problems. Keep up with good work Biz and I hope that we will get stable rom soon.
Biz, check for dalvik cache and cache errors. I had some problems with apps when I forgot to wipe caches.
WiFi
Mavasilisk said:
Biz, check for dalvik cache and cache errors. I had some problems with apps when I forgot to wipe caches.
Click to expand...
Click to collapse
I dont have problem with cache but you were right we still have problems with wifi driver, that is our major problem for now. I hope that Biz will find good driver and recompile it soon.
aleksandarvs said:
I dont have problem with cache but you were right we still have problems with wifi driver, that is our major problem for now. I hope that Biz will find good driver and recompile it soon.
Click to expand...
Click to collapse
I try both. Today i have try to compile the driver module from cm9 sources and with archos gen8 stock kernel.
Compilation success but the driver doesn't want to be insert. I have warning during compilation and this failed the insertion.
Can you say me which security you use to connect you to your wifi?
I think that there is an issue with wpa1/2 security.
Because when i am at work i have no pb, it's a free hotspot wifi without any security just a login.
Bizcuite
Sent from my GT-N7100 using xda app-developers app
I am using WPA-PSK-CCMP and I can make it crash pretty often.
Hi Biz,
congrats to your excellent your CM9 Build. It's pretty fast. However I have a A70S like Mavasilisk and also have the same problems. I can make the tablet crash and reboot with Angry Birds Space with WIFI enabled. However if I disable Wifi and reboot so that the systems boots with WIFI off I can play the game. After another reboot with WIFI enabled the game crashes again.
I have a completely fresh system with nes data_ICS and I'm on WPA WLAN encryption.
groovey2k said:
Hi Biz,
congrats to your excellent your CM9 Build. It's pretty fast. However I have a A70S like Mavasilisk and also have the same problems. I can make the tablet crash and reboot with Angry Birds Space with WIFI enabled. However if I disable Wifi and reboot so that the systems boots with WIFI off I can play the game. After another reboot with WIFI enabled the game crashes again.
I have a completely fresh system with nes data_ICS and I'm on WPA WLAN encryption.
Click to expand...
Click to collapse
TO ALL WHO USES BETA 2.0 (only 2.0 a 2.1 will be upload this evening), PLEASE CHANGE THOSE VALUES:
in /init.rc:
Code:
write /proc/cpu/alignment 1
The original value is 4
And in /system/build.prop:
search "vm.heapsize" and set the value to 192m
Crashes/Kernel Panic must be a REAL old story.
Bizcuite
bizcuite said:
TO ALL WHO USES BETA 2.0 (only 2.0 a 2.1 will be upload this evening), PLEASE CHANGE THOSE VALUES:
in /init.rc:
Code:
write /proc/cpu/alignment 1
The original value is 4
And in /system/build.prop:
search "vm.heapsize" and set the value to 192m
Crashes/Kernel Panic must be a REAL old story.
Bizcuite
Click to expand...
Click to collapse
This post was a wrong way
Jut edit init.rc and change the value of this line: write /proc/sys/kernel/panic_on_oops 0
Set the value to 0.
The will be really stable!!!
Bizcuite
Sent from my GT-I9003 using xda app-developers app
So alignment to 1 or 2 ?
Mavasilisk said:
So alignment to 1 or 2 ?
Click to expand...
Click to collapse
4
Bizcuite
Sent from my GT-N7100 using xda app-developers app
First page (OP) updated with How-to add swapfile guide!
Ok, Good tutorial this rom rocks.
FYO, after upgrade my swap to 1G and my cpu to 1200... Chrome style unusable. I Think our poor gen8 is style weak to it...
Regards,
Rabbit
Try with OC to 1100.
>> DOWNLOAD <<
I9000_JWB_JW2_JW1_stock.zip is:
- rooted 3 file repack of XWJWB_XEEJW2_XWJW1 firmware
---- latest ChainsDD Superuser
---- latest busybox
---- proper symlinks
- Odin 3.07 for flashing
- 512.pit file (USE ONLY THIS ONE) for repartition
What is not done:
- no extended CWM recovery - this may come later
- no modifications - this will come later
How to install:
NOTE: this instalation will wipe your system and user data but leave internal /sdcard/ untouched
- backup current messages / call logs / apps+data / wifi and bt
- put your device in DOWNLOAD MODE
- connect to PC
- open Odin and place files as shown at screenshot from attatchemnt (do not use other pit files) and hit Start
* if you feel confident you might like to change CSC file to one matching your location to get for ex. Swype language support
- enjoy Your rooted XWJWB - restore messages / call logs / apps+data / wifi and bt
What was done:
- clean JWB_JW2_JW1 flash with repartition
- rooting
- installing Superuser.apk - v 3.1.3
- installing busybox (+symlinks) - v 1.21.0.git
- dumping factoryfs.rfs (rooted system partition)
* i know it could be done cleaner but it will do the trick
- assembling 3 file package out of it
XWJWB MODIFICATIONS, LINKS --- --- --- --- --- --- --- --- --- --- --- --- ---
> rom-g's % battery mod --- test version
> non increasing ringtone --- test version
> Status/Quick- bar's icons --- test version < UNSTABLE - use at own risk - NFO
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
Thanks to:
- Samsung for still releasing updates for I9000
- Grooby for helping me root it
- XDA for keeping I9000 forums
changelog
it will be made with latest tools available, only odex and most probably an Odin flashable only ;]
What modifications will be included in next release:
+ BROWSERFIX - FULLSCREEN + background fix for transparent background + max tab number extended from 4 to 8
+ VOLSNDFIX - changes the annoying tone of volume_change on keypress to CUSTOMIZABLE mp3 file
(those files are located in /system/media/audio/ui/ files Volume-1.mp3 to Volume-7.mp3)
+ 1 % stepping battery xml status/loading + battery mod
+ GSM/Wifi/Data Connection icons turns green/colored when connected (few data connection png types in customizations)
+ Fully enabled SIP Wifi/3g
+ Camera hacks: 'Low Battery' Hack + 'Shutter' Hack + Audio Hack (no audio hack version also aviable in customization)
+ Enabled stay awake for ac and usb in settings/applications/development
+ "Use incoming call volume for notifications" tweak
+ Enabled dock options
+ Mms hacks: no conversion to mms after 3 smses / 100 recivers / send time
+ Phone hack: autorotating dialer and call screen / non increasing ringtone
This might be included in future release but probably will not be:
+ VideoPlayer & MusicPlayer working under 15%
(when ill find the mod files)
+ Status bar a bit transparent (100% transparent version also aviable)
+ Notification area transparent and tweaked: removed carrier text, size tweaks, clear button moved
(i am unsure if transparency is needed, might be i will end up only with some tweaks)
+ Touchwiz3 tweaks: 5 icon dock, transparent appdrawer, transparent shortcut area in appdrawer, no app icon background, 4x4 stock appdrawer and workspace (landsca version also aviable in customization)
(i think i will pick some of those modifications in furure releases)
+ Extended power menu /reboot,recovery,download mode/
(no need for it, stock means no custom recovery so no need to for that menu)
+ CRT 'screen off animation' (optional version wo CRT screen off animation)
(it looks fine but breaks screen off / dim off animation - might be that this modification will be optional)
+ AOSP lockscreen / Glass-Stock Lockscreen
(no need for those)
feel free to express your opinions
recovery 2e would be a great addition
mrplowdan said:
recovery 2e would be a great addition
Click to expand...
Click to collapse
exactly
Thanks for the file.
By the way how do you root this build?, stock kernel? 2.6.35.7-1217612 if so can you provide separate package for the kernel?
it is allready rooted and custom recovery - we will think about it
custom recovery so you can break something? NEVER! =)
# is enought if you want to play with the phone
rom-g's % battery mod --- test version
>> DOWNLOAD <<
sorry for hotfile link but xda system allows files up to 8mb only uploaded
* if You do not understand the below - do not try to do it
> adb push framework-res.apk /sdcard/framework-res.apk
> adb shell
$ su
# stop
# mount -o rw,remount /dev/block/stl9 /system
# rm /system/framework/framework-res.apk
# cp /sdcard/framework-res.apk /system/framework/framework-res.apk
# cd /system/framework/
# chmod 644 /system/framework/framework-res.apk
# ls -l
[...]
-rw-r--r-- root root 9943479 2013-06-01 14:33 framework-res.apk
[...]
# sync
# reboot
>
Click to expand...
Click to collapse
if something, somehow fails:
extract factoryfs.rfs from PDA_XWJWB.tar (first post package)
tar it (after it will be factoryfs.tar) and flash as PDA in Odin via download mode - this will overwrite the /system/ partition with correct filesystem wo touching Your data
non increasing ringtone --- test version
>> DOWNLOAD <<
* if You do not understand the below - do not try it
> adb push Phone.odex /sdcard/Phone.odex
> adb shell
$ su
# stop
# mount -o rw,remount /dev/block/stl9 /system
# rm /system/app/Phone.odex
# cp /sdcard/Phone.odex /system/app/Phone.odex
# cd /system/app/
# chmod 644 /system/app/Phone.odex
# ls -l
[...]
-rw-r--r-- root root 816104 2013-06-03 15:32 Phone.odex
[...]
# sync
# reboot
>
Click to expand...
Click to collapse
if something, somehow fails:
extract factoryfs.rfs from PDA_XWJWB.tar (first post package)
tar it (after it will be factoryfs.tar) and flash as PDA in Odin via download mode - this will overwrite the /system/ partition with correct filesystem wo touching Your data
Status/Quick- bar's icons --- test version
>> DOWNLOAD <<
* if You do not understand the below - do not try it
> adb push SystemUI.apk /sdcard/SystemUI.apk
> adb shell
$ su
# stop
# mount -o rw,remount /dev/block/stl9 /system
# rm /system/app/SystemUI.apk
# cp /sdcard/SystemUI.apk /system/app/SystemUI.apk
# cd /system/app/
# chmod 644 /system/app/SystemUI.apk
# ls -l
[...]
-rw-r--r-- root root 253909 2013-06-03 16:13 SystemUI.apk
[...]
# sync
# reboot
>
Click to expand...
Click to collapse
if something, somehow fails:
extract factoryfs.rfs from PDA_XWJWB.tar (first post package)
tar it (after it will be factoryfs.tar) and flash as PDA in Odin via download mode - this will overwrite the /system/ partition with correct filesystem wo touching Your data
i am marking SystemUI mod UNSTABLE - use at own risk
ive noticed once SystemUI crashing and reloading to stock GB icons
ive also managed to do fast bugreport command afterwards and hopfully some data were dumped to analyze that incident
btw i am still waiting for beta tools to be released for testing that will hopefully iron the bugs i submited to authors and let me finish stock+ modifications =)
JWB stock kernel addition request
I have found this stock rom to be fantastic.
The only thing missing is notification support (bln style).
Anyone know how to add the required support for this?
ta.
i can add the mod to system files but you would still need a kernel with bln support
Might have to try going back to Semaphore 2.74 to get bln support. Seems a shame to go backwards.
I'm not sure if stock JWB kernel supports deep idle and other advanced features, but battery life and performance seems great so far.
I wonder if bln could be added via a loadable kernel module? I'll do some googling...
i think you could build own kernel based on latest ssources aviable and just add bln support
idk how about deep idle but stock for sure supports deep sleep
more on bln suport XWVVB
tried installing many different kernels.... Ran into all sorts of incompatibilities.
In the end installed
JWB CWM (deodex root semaphore 2.7.4 MultiCSC WIPE)
from : http://forum.xda-developers.com/showthread.php?t=2205881
then CWM, bln from market.
now it appears to be stable, bu bln only works on gmail, sms messages display on lockscreen, which is nice but i think disable bln as the lockscreen lights up! Another launcher might be the only way to go here...not sure.
thats the patch your missing https://github.com/neldar/backlight...atches/i9000-jvh/bln-i9000-jvh-services.patch i guess
I recently rooted and installed a custom rom (xXx No Limits following guide in their thread) on my Galaxy S5 (Europe, G900F).
Everything went well other than a little confusion during these steps:
9. Boot the phone into custom recovery (TWRP 3.0.0.0)
10. Hit ?Wipe? and then ?Advanced Wipe?
11. Go to Install Section, select Rom zip, flash the rom and reboot.
12. Wipe Dalvik / Art Cache, System, Data and Cache.
Click to expand...
Click to collapse
What i did was first i wiped everything except my SD using advance wipe, then installed the rom, and then wiped Dalvic and Cache.
Since everything worked fine i didn't think more of it but after running into a new problem i think i may have done something wrong here, or else the problem is something entirely different.
After setting up the phone with the newly installed custom ROM i was happy while installing all the apps i use daily - And then it struck me i forgot to make a separate vCard backup for my contacts, and i previously didn't use any cloud service or have the linked to my google account.
I figured i could restore my TWRP backup i made following the guide, then make a vCard backup of my contacts and save it to my pc - then reinstall the custom ROM and use the vCard backup. But i insisted there had to be a way to extract my contacts some other way and back them up and i went googling for awhile.
Found a few solutions:
Find some files from the TWRP backup and change the file extension to zip/tar.gz and extract a file from there and convert to using a website - Sounds easy but for some reason my 7zip refuses to recognize the files as archives.
Another solution would be to extract the files from the backup directly from the phone using apps like Titanum Backup (Pro, wich i bought for this reason) or AppExtractor. But neither of those app will recognize my backup? I have read several threads about people having the same problems and tried following some of the answers which included going to Menu -> Preferences -> Backup settings: Backup folder location and scan for backups, but it wont find any. Reading some more i notice something is different with my folders. People in other threads got instructed to look for /storage/emulated/0/TWRP/BACKUPS and i also have that folder, but my backup isnt there. My backup lies in /storage/E409-3EDC/TWRP/BACKUPS
AppExtractor cant find my backup either but wont allow me to search for it.
Further more i read about another app called Nandriod Manager and installed it. This app WILL find the backup but has no way of extracting what i specifically need.
Am i right in assuming this is cause by some mistake i made in the steps mentioned first in this thread?
If anyone is interrested this is the xXx.options.prop settings i used for installation:
Code:
# xXx.options.prop
#
# RomBase by xda member xXx
#
# Configuration file to allow customize the installation
#
# I agree to use any part of my work to create more advanced custom ROM,
# but it would be great if you add me to the credits
#
prop.version=14
use.prop.in.zip=0
#-----------------------------------------------------------------------
# Enable root access and install the SuperSU app (thanks to @Chainfire)
# Please Note: Do NOT install Root if you want to stay with Knox 0x0!!
# Allowed values:
# 0 - do not enable root access
# 1 - enable root access with SuperSU by chainfire
# 2 - Experiental - SuperSU + suhide by @chainfire to get Safety Net & Pokemon Go working
root.supersu=1
# Deodex ROM during install (change this value only if you really need it!)
# Allowed values: 0 - Odex; 1 - Deodex;
deodexed.rom=1
# Kernel
# Allowed values: 0 - Stock Kernel; 1 - PhoeniX Kernel; 2 - CrazySuperKernel; 3 - Boeffla-Kernel
kernel=0
# sdcard Fix Permissions script
# fix ownership and permissions of files and directories on the sdcard to what they would be
# if Android OS had put them there itself, since some apps can't access pushed files that have root.root as owner/group
# Sometimes Apps FC when trying to access/write files on sdcard even with correct r/w permissions.
# This might fix this issues
# Please Note: Depending on how much files you have stored on your sdcard it can take
# up to several minutes to scan and fix it!!
# Don't become nervous when Rom flashing process will stuck here for a while,
# it will continue - Promised !!
# Allowed values:
# 0 - disabled
# 1 - enabled (default)
sdcard.fix=1
# Keyboard
# Please Note: Key vibration doesn't work on the S6 Keyboard!!
# Allowed values:
# 0 - Stock Keyboard
# 1 - S6 Keyboard - no key vibration, better choose newer C5 keyboard
# 2 - Sony Xperia Keyboard - very clean and plenty of optional settings
# 3 - C5 Keyboard - newest Samsung keyboard
keyboard.mod=3
# SystemUI mods
# Allowed values:
# 0 - Pure Stock SystemUI
# 1 - White theme, 3minit battery, rounded notifications and recents, Sdcard notifications fix
# 2 - Good Lock - no further mods or fixes. Fingerprint is not supported. Don't try it!
# 3 - White theme, rounded notifications and recents, Sdcard notifications fix
systemui.mod=2
# xXx Tweaks
# - A collection of system tweaks which optimizes overall speeds and RAM management
# - deodex the rom
# - 5-Way Reboot menu
# - Privat Mode fixed
# - Changed default Window Animation Scales to 0.5 for faster animations
# - Updated hosts file for Adblock
# - Qualcomm Adreno 330 Beta Drivers for better GPU Performance with Stability Fix by @DAS82 based the on @airidosas252 framework
# - Screen Overlay Fix
# - SystemUpdateService Disabler
# Allowed values:
# 0 - xXx Tweaks disabled
# 1 - xXx Tweaks enabled (default)
# 2 - xXx Tweaks + Qualcomm Adreno 330 Beta Drivers
xXx.tweaks=1
# Camera Mod
# Please Note: If you choose the modded Camera xXx Tweaks will be installed as well!
# Allowed values:
# 0 - stock camera (default)
# 1 - camera mod thanks to @amk1
camera.mod=1
# Screen Overlay Fix
# This will bypass the Android Screen Overlay Security and don't bother you anymore to disable previous activated
# Please Note: This will make you device vulnerable to Tapjacking!
# Allowed values:
# 0 - stock settings (default) (max Tapjacking security)
# 1 - modified Android Screen Overlay Security (for your convenience)
screen.overlay.fix=1
# Xposed Framework
# Allowed values:
# 0 - Xposed NOT installed
# 1 - Xposed + Original Rovo Xposed Installer (default)
# 2 - Xposed + Material Design Xposed Installer
xposed=2
# Sound Mods
# Allowed values:
# 0 - NO Sound Mod
# 1 - OLD - V4A Combo - Viper4Android + Sony Beats + eXtremeBeats Aural Maximizer by @guitardedhero and @Ben Feutrill
# 2 - OLD - V4A Combo + Dolby ATMOS
# 3 - NEW - Viper4Arise/eXtremeBeats Combo by @A.R.I.S.E. Sound Systems and @Ben Feutrill (default)
sound.mod=3
# Take care of security-related system files if there are any (SuperSU PIN, Avast Anti-Thelf in root mode).
# Allowed values: 1 - make a backup and then restore at the end of installation, 0 - skip backup
security.files=1
# Force overwrite your current recovery by stock recovery matched to the ROM version
# (by default it is overwritten only if KNOX 0x0 status has been detected).
# Allowed values: 1 - force overwrite current recovery, 0 - check KNOX status and overwrite if 0x0
stock.recovery=0
# CSC Selection. Allowed values:
# KCSC - Keep current CSC, recommended in most cases (automatic selection or copy your current CSC contents).
# You can force the use of natively supported CSC by typing (use UPPERCASE!):
# ALB, ALE, ARO, ATL, ATO, AUT, BGL, BMC, BTU, BVO, CHO, CMF, COO, CYO, DBT, DTM, EON, ETL, EUR, H3G, ILO, ITV, KSA, LUX, MEO,
# MET, MOB, MOT, MSR, MWD, NEE, NZC, OMD, OMN, ORX, PCI, PCW, PEO, PHE, PHN, PRO, ROM, SEB, SEE, SER, SIO, SWC, TDR, TEB,
# TEM, TEN, TMZ, TNZ, TOP, TPA, TPH, TSI, TSR, TTT, TUR, TWO, UPO, VD2, VDH, VDS, VIA, VIM, VNO, XEF, XEH, XEO, XME, XTC, ZTO
CSC=KCSC
Since it has built in sdcard fix that should not be the problem.
I hope i'm not confusing anyone more than i do myself because i must admit i cannot wrap my head around it. Might have something to do with this being the first time i mess around with rooting/custom rom on my phone.
Any help is greatly appreciated!
{
"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"
}
T-Mobile USA LG-H830 30c
Thread best viewed in desktop/mobile browser (not XDA app!).
This thread provides multiple methods for installing 30c on the T-Mobile H830. Methods include using LG Bridge, flashing KDZ w/ LGUP + UPPERCUT or using TWRP to flash a complete stock "ROM" zip.
Please read the Install Directions, FAQ and Notes sections below and use the thread search before flashing any files or posting questions in this thread
30c Information:
Anti-Rollback Version: 01
Android Version: 8.0
Android security patch level: Aug 1, 2018
Baseband version: MPSS.TH.2.0.c1.4-00070-M8996FAAAANAZM-1.161091.1.163432.2
Kernel version: 3.18.71
Build date: Aug 13, 2018
Build ID: OPR1.170623.032
Stock 30c build.prop: Click button below to view..
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=OPR1.170623.032
ro.build.display.id=OPR1.170623.032
ro.build.version.incremental=182251913485f
ro.build.version.sdk=26
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=8.0.0
ro.build.version.security_patch=2018-08-01
ro.build.version.base_os=
ro.build.date=Mon Aug 13 19:13:41 KST 2018
ro.build.date.utc=1534155221
ro.build.type=user
ro.build.user=jenkins
ro.build.host=LGEACI5R5
ro.build.tags=release-keys
ro.build.flavor=h1_tmo_us-user
ro.build.ab_update=false
ro.product.model=LG-H830
ro.product.brand=lge
ro.product.name=h1_tmo_us
ro.product.device=h1
# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
# use ro.product.cpu.abilist instead.
ro.product.cpu.abi=arm64-v8a
ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
ro.product.cpu.abilist32=armeabi-v7a,armeabi
ro.product.cpu.abilist64=arm64-v8a
ro.product.manufacturer=LGE
ro.product.locale=en-US
ro.wifi.channels=
# ro.build.product is obsolete; use ro.product.device
ro.build.product=h1
# Do not try to parse description, fingerprint, or thumbprint
ro.build.description=h1_tmo_us-user 8.0.0 OPR1.170623.032 182251913485f release-keys
ro.build.fingerprint=lge/h1_tmo_us/h1:8.0.0/OPR1.170623.032/182251913485f:user/release-keys
ro.build.characteristics=default
# end build properties
# begin build properties
# autogenerated by vendor_buildinfo.sh
ro.product.board=msm8996
ro.board.platform=msm8996
# end build properties
#
# from device/qcom/msm8996/system.prop
#
#
# system.prop for msm8996
#
#rild.libpath=/system/lib/libreference-ril.so
rild.libpath=/vendor/lib64/libril-qc-qmi-1.so
#rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
# Start in global mode
# TODO: Please DO NOT enable the next line when you merge CAF
#ro.telephony.default_network=10
debug.sf.enable_hwc_vds=1
debug.sf.hw=1
debug.sf.latch_unsignaled=1
debug.egl.hw=1
debug.gralloc.enable_fb_ubwc=1
#dalvik.vm.heapsize=36m
dev.pm.dyn_samplingrate=1
persist.demo.hdmirotationlock=false
sdm.debug.disable_skip_validate=1
#ro.hdmi.enable=true
#
# system props for the cne module
#
persist.cne.feature=1
#system prop for enabling/disabling Android XLAT
persist.net.doxlat=false
#system props for the MM modules
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-scan=true
mmp.enable.3g2=true
media.aac_51_output_enabled=true
mm.enable.smoothstreaming=true
media.settings.xml=/vendor/etc/media_profiles_vendor.xml
#185971 is decimal sum of supported parsers in AAL
#37491 is decimal sum of supported codecs in AAL
#codecsPARSER_)AAC AC3 AMR_NB AMR_WB ASF AVI DTS FLV 3GP 3G2 MKV MP2PS MP2TS MP3 OGG QCP WAV FLAC AIFF APE
mm.enable.qcom_parser=1048575
persist.mm.enable.prefetch=true
# Additional i/p buffer in case of encoder DCVS
vidc.enc.dcvs.extra-buff-count=2
# disable PQ feature by default
vendor.vidc.enc.disable.pq=true
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data.netmgrd.qos.enable=true
persist.data.mode=concurrent
#system props for time-services
persist.timed.enable=true
# system property for maximum number of HFP client connections
bt.max.hfpclient.connections=1
# System property for cabl
ro.qualcomm.cabl=0
#
# System props for telephony
# System prop to turn on CdmaLTEPhone always
telephony.lteOnCdmaDevice=1
#Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#
#snapdragon value add features
#
#system prop for RmNet Data
persist.rmnet.data.enable=true
persist.data.wda.enable=true
persist.data.df.dl_mode=5
persist.data.df.ul_mode=5
persist.data.df.agg.dl_pkt=10
persist.data.df.agg.dl_size=4096
persist.data.df.mux_count=8
persist.data.df.iwlan_mux=9
persist.data.df.dev_name=rmnet_usb0
#property to enable user to access Google WFD settings
#persist.debug.wfd.enable=1
##property to choose between virtual/external wfd display
persist.sys.wfd.virtual=0
#property to enable sde downscale feature for external display
#sdm.debug.downscale_external=1
#property to specify the number of frames to skip before setting hint
sdm.perf_hint_window=50
#property to disable validate. Validate feature is only for SDM845 & SDM670
sdm.debug.disable_skip_validate=1
# system prop for NFC DT
ro.nfc.port=I2C
#property to enable WFD WL solution
ro.vendor.wl_library=libqti-wl.so
#property for vendor specific library
ro.vendor.gt_library=libqti-gt.so
ro.vendor.at_library=libqti-at.so
sys.games.gt.prof=1
#hwui properties
ro.hwui.texture_cache_size=72
ro.hwui.layer_cache_size=48
ro.hwui.r_buffer_cache_size=8
ro.hwui.path_cache_size=32
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=6
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
#default usb composition
#persist.sys.usb.config=diag,serial_cdev,serial_tty,rmnet_ipa,mass_storage,adb
#property to enable VDS WFD solution
persist.hwc.enable_vds=1
#Enable stm events
persist.debug.coresight.config=stm-events
#property to enable fingerprint
persist.qfp=false
#default pd_enable value
persist.sys.pd_enable=0
#Disable rotator split feature
sdm.debug.disable_rotator_split=1
#Increase cached app limit
#ro.vendor.qti.sys.fw.bg_apps_limit=60
# Create zram disk
ro.vendor.qti.config.zram=true
#Camera fullscreen doesn't show navigation bar
Camera.no_navigation_bar=true
#property for game detection feature
debug.enable.gamed=0
#Disable face beautification
persist.ts.postmakeup=false
persist.ts.rtmakeup=false
#Enable device orientation sensor
ro.qti.sensors.dev_ori=false
ro.qti.sensors.pmd=false
ro.qti.sensors.sta_detect=false
ro.qti.sensors.mot_detect=false
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.product.first_api_level=23
ro.build.target_operator=TMO
ro.build.target_country=US
ro.telephony.default_network=9
telephony.lteOnCdmaDevice=0
ro.lge.lcd_default_brightness=156
ro.lge.lcd_auto_brightness_mode=true
ro.dev.fmode=0
ro.dev.fmode_exif=0
wlan.chip.version=bcm4358
wlan.lge.softap5g=true
wlan.lge.softapwps=false
wlan.lge.txpower=true
persist.gsm.sms.disablelog=64
persist.service.email.enable=0
persist.dpm.feature=0
persist.service.bdroid.oosu=true
ro.sf.lcd_density=640
sdm.composition_simulation=2048
sys.hwc_disable_hdr=1
persist.sys.strictmode.disable=true
ro.config.vibrate_type=1
persist.service.fg.enable=0
persist.service.crash.enable=0
persist.sys.ssr.restart_level=ALL_ENABLE
ro.movetosdcard.enable=true
ro.camera.notify_nfc=1
ro.task_snapshot.cache_size=1
ro.lge.disable_maximum_battery_saver_mode=true
ro.config.ringtone=00_T-Jingle.ogg
ro.lge.noise.suppression=1
ro.lge.ns.default=1
persist.audio.nsenabled=ON
persist.audio.voice.clarity=off
persist.audio.handset_rx_type=DEFAULT
ro.vendor.audio.sdk.fluencetype=nxp
ro.config.vc_call_vol_steps=7
ro.config.vc_call_vol_default=4
audio.offload.24bit.enable=1
audio.offload.pcm.enable=true
persist.vendor.audio.spkr.cal.duration=0
persist.audio.dual_audio=ON
persist.audio.twin_headset=DISABLE
persist.audio.twin_headset_on=0
ro.config.media_vol_extend=ON
ro.lge.vib_magnitude_index=0,127,155,184,212,226,240,255
lge.vib.max_vol=2088
vendor.voice.path.for.pcm.voip=false
ro.config.notification_sound=Crystal.ogg
ro.config.alarm_alert=Life_Is_Good_Alarm.ogg
ro.config.timer_alert=Timer.ogg
vendor.audio.offload.gapless.enabled=true
vendor.audio.offload.multiple.enabled=true
audio.offload.video=false
audio.offload.pcm.16bit.enable=false
vendor.audio.dolby.ds2.enabled=false
vendor.audio.dolby.ds2.hardbypass=false
persist.vendor.audio.speaker.prot.enable=true
vendor.audio.hw.aac.encoder=true
lge.config.call_music_ring_attn=20
ro.lge.voice.clarity=1
ro.frp.pst=/dev/block/bootdevice/by-name/persistent
ro.carrier=unknown
ro.lge.lguiversion=6.2
ro.lge.build.basetag=LAMPOR180305
ro.lge.build.branch=msm8996_o_anna_elsa_h1_mp_180116
sys.knockon.knockoff.distance=10
ro.lge.audio_soundexception=true
sys.lge.bnrd=0
ro.lge.capp_ZDi_O=true
lge.zdi.actionsend=false
lge.zdi.onactivityresult=true
lge.zdi.dragdropintent=false
ro.lge.capp_emotional_led=true
wlan.lge.wfd.bitratecontrol=true
wlan.lge.wfd.source=true
lge.signed_image=true
config.disable_otadexopt=true
persist.sys.disable_rescue=true
persist.service.removelog=0
persist.service.main.enable=0
persist.service.system.enable=0
persist.service.radio.enable=0
persist.service.events.enable=0
persist.service.kernel.enable=0
persist.service.packet.enable=0
persist.service.storage.low=0
persist.service.power.enable=0
persist.service.memory.enable=0
persist.service.ccaudit.enable=0
persist.service.ims.enable=0
persist.service.logsize.setting=0
persist.service.logsize.enable=0
persist.service.ims.iface=0
persist.service.xfrm.enable=0
ro.logd.size=4M
ro.afwdata.LGfeatureset=TMUSBASE
persist.service.privacy.enable=0
persist.lg.data.block_ssdp=0
persist.telephony.oosisdc=false
persist.lg.data.fd=-1
persist.vendor.radio.disable_retry=true
persist.lg.data.iwlan=1
persist.lg.data.usewdrssi=1
persist.lg.data.block_dr=false
ro.lge.swversion_arb=ARB01
ro.lge.swversion=H83030c
ro.lge.swversion_short=V30c
ro.lge.swversion_rev=0
ro.lge.swversion_vendor=LG
ro.lge.swversion_sltype=AT
ro.lge.factoryversion=LGH830AT-00-V30c-TMO-US-AUG-13-2018-ARB01+0
qemu.hw.mainkeys=0
ro.hardware.nfc_nci=nqx.default
ro.vendor.extension_library=libqti-perfd-client.so
persist.radio.apm_sim_not_pwdn=1
persist.vendor.radio.sib16_support=1
persist.vendor.radio.custom_ecc=1
persist.vendor.radio.rat_on=combine
sys.vendor.shutdown.waittime=500
ro.build.shutdown_timeout=0
ro.opengles.version=196610
af.fast_track_multiplier=1
vendor.audio_hal.period_size=192
persist.vendor.audio.fluence.voicecall=true
persist.vendor.audio.fluence.voicerec=false
persist.vendor.audio.fluence.speaker=true
vendor.audio.tunnel.encode=false
vendor.audio.offload.buffer.size.kb=64
vendor.audio.offload.track.enable=true
audio.deep_buffer.media=true
vendor.audio.offload.multiaac.enable=true
vendor.audio.offload.passthrough=false
ro.vendor.audio.sdk.ssr=false
vendor.audio.safx.pbe.enabled=true
vendor.audio.parser.ip.buffer.size=262144
vendor.audio.use.sw.alac.decoder=true
vendor.audio.use.sw.ape.decoder=true
vendor.audio.flac.sw.decoder.24bit=true
persist.vendor.bt.enable.splita2dp=false
camera.disable_zsl_mode=1
rild.libpath=/system/vendor/lib64/libril-qc-qmi-1.so
qcom.bluetooth.soc=rome
ro.bluetooth.emb_wp_mode=true
ro.bluetooth.wipower=true
ro.boot.svelte=1
persist.debug.sensors.hal=i
debug.qualcomm.sns.daemon=i
debug.qualcomm.sns.libsensor1=e
persist.sensors.mag_filter_size=8
persist.sensors.knock_delay=1000
persist.sensors.wul_multilevel=3
persist.sensors.wul_thresh0=2
persist.sensors.wul_thresh1=10
persist.sensors.wul_thresh2=15
persist.sensors.wul_delay=3000
persist.sensors.onhand.en=0
persist.fp.show_percent=false
ro.lge.game_auto_mode=1
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=256m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.25
dalvik.vm.heapminfree=4m
dalvik.vm.heapmaxfree=16m
ro.config.max_starting_bg=32
ro.sys.fw.bg_apps_limit=64
ro.sys.fw.bg_cached_ratio=0.5
ro.sys.fw.mOomMinFree1=73728
ro.sys.fw.mOomMinFree2=92160
ro.sys.fw.mOomMinFree3=110592
ro.sys.fw.mOomMinFree4=129024
ro.sys.fw.mOomMinFree5=376200
ro.sys.fw.mOomMinFree6=558304
persist.service.odm_log.noti=true
persist.service.odm_log.svc=true
ro.telephony.emgss=true
ro.qcom.ad=1
ro.qcom.ad.sensortype=1
ro.qcom.ad.calib.data=/system/media/display/calib.cfg
ro.lge.support_vr=true
ro.lge.hwbinder.vm.size=512
persist.lgiqc.ext=1
persist.ltdra.enable=1
tangible_device_config=B1BCNAOTNA
lge.normalizer.param=version2.0/false/13/true/8000/1/3000/0.5
ro.com.lge.mada=gms_3.1
ro.control_privapp_permissions=enforce
ro.com.google.clientidbase=android-om-lge
ro.com.google.clientidbase.ms=android-hms-tmobile-us
ro.com.google.clientidbase.yt=android-om-lge
ro.com.google.clientidbase.am=android-tmobile-us
ro.com.google.clientidbase.gmm=android-om-lge
ro.setupwizard.suppress_d2d=true
ro.opa.eligible_device=true
ro.setupwizard.require_network=ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=8.0_201806
ro.com.google.apphider=off
ro.setupwizard.rotation_locked=true
ro.setupwizard.wifi_on_exit=false
lge.nfc.vendor=nxp
wlan.chip.vendor=brcm
wifi.lge.patch=true
wlan.lge.concurrency=MCC
wlan.lge.supportsimaka=yes
wlan.lge.wifidisplay=both
wifi.lge.common_hotspot=true
wifi.lge.supportp2p5g=full
wlan.lge.traffic.trigger=100
wlan.lge.fastroaming=true
wlan.lge.dcf.enable=true
wlan.lge.passpoint_setting=true
wlan.lge.feature.version=1705
friends.lge.app.toast=1
wifi.lge.disable_pcas=true
ro.product.ims=epdg
ro.treble.enabled=false
persist.sys.dalvik.vm.lib.2=libart.so
dalvik.vm.isa.arm64.variant=kryo
dalvik.vm.isa.arm64.features=default
dalvik.vm.isa.arm.variant=cortex-a9
dalvik.vm.isa.arm.features=default
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.expect.recovery_id=0xed03e63ab847ac42f981f475e0e939cea7744b32000000000000000000000000
Downloads:
Click button below to view downloads for 30c, H830 and all G5 variants.
Please do not mirror zips!
LG-H83030c.ARB01.TMO.US.COMPLETE.FLASHABLE.zip
COMPLETE zip is 100% stock
Flash COMPLETE zip in TWRP -> wipe cache -> flash Magisk to root and keep TWRP.
OPTIONAL: After flashing, remount /system RW -> delete /system/recovery-from-boot.p to guarantee TWRP sticks
COMPLETE zip does NOT include stock recovery. Won't overwrite TWRP but stock recovery will replace TWRP if you don't repack boot.img or delete recovery-from-boot.p after flashing COMPLETE zip
LG-H83030c.ARB01.TMO.US.BOOTLOADER.MODEM.FLASHABLE.zip
contains all the partitions related to bootloader/bootstack/modem
Flash zip in TWRP
Not required if using the COMPLETE zip. This would be for those who using AOSP-type roms who want to be on latest bootstack or people on stock who want to try a different bootstack version for some reason.
H83030c_00_0813.kdz
Official stock fw/sw file from LG
Flash in Download Mode (laf) with LGUP or LG Flash etc
Codefire Directories:
G5 IMGs, drivers, KDZs, ZIPs and more can be found in the following directories...
LG-H83030c | LG-H830 | LG G5
MD5 Sums:
Click button below to view MD5 for each file...
887cdfca173ea4bbbb5592a16043a460 ./LG-H83030c.ARB01.TMO.US.COMPLETE.FLASHABLE.zip
21efea3993fafa6603d9f7adf65adbff ./LG-H83030c.ARB01.TMO.US.BOOTLOADER.MODEM.FLASHABLE.zip
e53475e425f90bbb82994e03a6ee6a95 ./LG-H83030c.TMO.US.BOOT.FLASHABLE.zip
6f8b58848a36bd2e7b555d52e0a5fc5d ./H83030c_00_0813.kdz
15bc82584049ec3a7c62d921c2897267 ./rct.h83030c.img
f9a88df01cadde74295f2e5af40652f2 ./cmnlib64.h83030c.arb01.img
87784ba18f37fd33076721f5c70710b8 ./raw_resources.h83030c.img
3aef5949f55eae3a273d8c9a1a5e83c5 ./system.h83030c.img
5fecf12dbfc305e348afffad01064b5b ./keymaster.h83030c.arb01.img
a51b6ad254b409a65c256fbf71d39c3a ./devcfg.h83030c.arb01.img
343ffad574a33ea700655f4a995a83aa ./laf.h83030c.img
15bc82584049ec3a7c62d921c2897267 ./factory.h83030c.img
50ff52f182343404236e56fd5ef7e93b ./sec.h83030c.img
3e4b9b8d1848448d09b923b91b41b892 ./xbl2.h83030c.arb01.img
36bdf2d44f6f2304e41699053cf26935 ./msadp.h83030c.arb01.img
990c4a5009352d0c06affb31d9734b23 ./rpm.h83030c.arb01.img
bffac89112485bff9371fbca634ce27b ./tz.h83030c.arb01.img
55f0651fbce8897195849843217ab1a7 ./cmnlib.h83030c.arb01.img
92b855899dc6f542a8aff1bc5d445155 ./modem.h83030c.arb01.img
19db4299c33e81d8f25052b52ee7ed15 ./hyp.h83030c.arb01.img
3e4b9b8d1848448d09b923b91b41b892 ./xbl.h83030c.arb01.img
0483eef0a6e5d3b744c91011620e2986 ./pmic.h83030c.arb01.img
308b36c333933e92d101fc8c2302d858 ./recovery.h83030c.img
38b05b4564c9531d294d7e103189ba4a ./persist.h83030c.img
84b22b7a93be82e1f849b54f4bbcf20a ./boot.h83030c.img
fe44f3259ad66e242b5e12460df3c83e ./aboot.h83030c.arb01.img
7f550400e9985d4f30f799e95111d193 ./apdp.h83030c.arb01.img
4cd12b3a42be39aa775dd87ed0612cc8 ./LGUP_H83030c.dll
Install Directions:
You can install H830 30c using the following methods...
Using LG Bridge on pc/mac. LG Bridge app will download latest available software and automatically install it.
Using LGUP + UPPERCUT. Download the 30c KDZ and manually flash it with LGUP.
Using TWRP to flash my 30c COMPLETE zip. Then flash MAGISK or delete the /system/recovery-from-boot.p file so you don't lose TWRP!
All methods listed above are described in full step by step detail below. Click button below to view...
For no root/100% stock just flash the KDZ. Flash KDZ with either LG Bridge or LGUP.
LG Bridge downloads and flashes the KDZ automatically but can be weird/buggy.
LGUP requires downloading 30c KDZ file yourself but it's pretty simple after that.
If you have TWRP and want to keep it or want root then you'll want the zip files.
LG Bridge Directions:
Click button below to view steps
1. Download/install LG Bridge for Windows or Mac.
2. Launch LG Bridge and connect G5 while it is still booted in Android.
3. LG Bridge will detect and connect to your device then scan for updates. Update if available.
LGUP Directions:
Click button below to view steps
1. Download the following three(3) files on Windows PC (Windows only. Mac/Linux? Use a Windows Virtual Machine):
LGUP
UPPERCUT
Latest LG Windows PC drivers
2. Download KDZ. Install LGUP 1.14 and LG USB drivers if not already installed.
3. Turn OFF device then place in Download Mode: Hold Volume Up while plugging in USB cable.
4. Double-click the UPPERCUT.exe to load LGUP...
How-to use LGUP and flash software:
Select device
Check BIN File box under File Type then select KDZ file
Check "Upgrade" box. Refurbish will not work. To *Refurbish* (wipe data), boot into stock recovery and do a factory reset.
Click START button to flash file to G5 (you may have to close and reopen LGUP before being able to hit Start)
Install via TWRP Directions:
Click button below to view steps
Below are options for flashing zips in TWRP.
IF YOU FLASH THE COMPLETE ZIP YOU WILL LOSE TWRP UNLESS YOU FLASH A ZIP THAT REPACKS THE BOOT.IMG OR YOU DELETE THE "recovery-from-boot.p" FILE IN /SYSTEM.
ZIPS THAT REPACK THE BOOT.IMG INCLUDE SUPERSU OR MAGISK.
To flash the 30c ZIPs you need TWRP installed.
A. Stock ROOTED.
Click the button below to view steps
1. Download the following two files and place on G5 internal or external SD card.
LG-H83030c-Flashable.COMPLETE-ARB01.zip
Latest MAGISK Stable. Thanks to topjohnwu!
2. (re)Boot into TWRP
3. Wipe cache!
4. Install the COMPLETE ZIP then Magisk:
LG-H83030c-Flashable.COMPLETE-ARB01.zip (Install > select zip > swipe to confirm/flash)
Magisk or SuperSU zip (Install > select zip > swipe to confirm/flash)
After zips finish flashing you can reboot! If TWRP asks if you want to install SU, hit no. If TWRP says No OS installed, ignore it.
B. Stock UNROOTED + Keeping TWRP.
Two options here:
A. Flash COMPLETE zip then mount system and delete the /system/recovery-from-boot.p file.
or
B. Flashing a zip that repacks the boot.img... using the COMPLETE zip + no-verity-opt-encrypt.zip OR boot repack zip (or some other zip you have that repacks boot).
Data unencrypted users: Use no-verity-opt-encrypt.zip. Those keeping data encryption: boot repack zip.
If you don't want TWRP/root and don't want to use a KDZ.. flash the COMPLETE zip by itself.
Click the button below to view steps for method B
1. Download files and place on G5 internal or external SD card.
Have encrypted data and no external sdcard? Use ADB Sideload in TWRP.
LG-H83030c-Flashable.COMPLETE-ARB01.zip
no-verity-opt-encrypt-4.1.zip.Thanks to @jcadduono!
android-boot-repack.zip. Thanks to @jcadduono!
2. (re)Boot into TWRP
3. Install the COMPLETE ZIP + noverity/bootrepack ZIP:
LG-H83030c-Flashable.COMPLETE-ARB01.zip (Install > select zip > swipe to confirm/flash)
no-verity-opt-encrypt.zip OR android-boot-repack.zip (Install > select zip > swipe to confirm/flash)
After zips finish flashing you can reboot! If TWRP asks if you want to install SU, hit no. If TWRP says No OS installed, ignore it.
FAQ:
Click button below to view FAQ
Q: Why isn't this ROM pre-rooted? Are there any mods?
A: I leave all modifications up to the user, therefore it is up to the user to decide which root method/zip to use or which mods to flash etc. Simply flash the COMPLETE zip then flash the latest MAGISK zip right after and you'll have a stock-rooted ROM that's rooted using Magisk. Want a debloated stock rom? Users/devs should put together a flashable zip that deletes apks and other files from the stock roms.. no need to create a whole new 2GB+ rom zip just because you want a few apks removed. The same is true with many mods... flashable mod zips could be used to make changes to this stock base rom.. a whole new rom isn't needed just because a few APKs or XMLs were modified.
Q: Why did I lose TWRP after flashing this ROM?
A: Android attempts to remove any installed custom recovery(TWRP) each time you boot into Android. To avoid this you can either modify the boot.img or remove the "recovery-from-boot.p" file which is found in the root of your /system partition. Android is able to build the new stock recovery.img when you boot into Android by using the "recovery-from-boot.p" file inside system. But when the boot.img is modified (using Magisk or SuperSU for example) Android will no longer try to rebuild a stock recovery.img based off the boot.img. Or you can delete the "recovery-from-boot.p" file and Android no longer knows how to rebuild stock recovery and TWRP sticks.
Q: Anti-Rollback 01? What does this mean?
A: It means if you flash 30c you can't flash anything lower than anti-rollback (ARB) v01. 10A was v00. If you manage to flash 10A bootstack (bootloader/modem) after already being on 10D or higher you will brick. If I had to guess... LG/T-Mobile did this to stop people from using the custom 10A TOT that installs TWRP. Just don't flash any 10A files and you're fine (as of Sept 2018.. can't predict future builds...)
Q: I don't care about root or TWRP.. do I have to worry about this fuse stuff?
A: Nope, if you don't want root or TWRP just use LG Bridge or LGUP to upgrade to stock 30c and keep it movin'.
Q: Why does the boot.img need to be repacked?
A: boot.img is repacked for systemless root. You also need to repack the boot.img to stop TWRP from getting replaced with stock recovery the first time you boot into android after installing a new system/boot. A patch file in the system.img uses the boot.img when it's 100% stock and builds/flashes a stock recovery image... and this would replace TWRP. So to keep TWRP and keep a stock system.img you just repack the boot.img with either the SuperSU/Magisk, verity/encryption zip or the boot repacked zip. If you don't care about keeping TWRP none of this matters.
Q: How do I know if /data and /sdcard are encrypted?
A: If you never used TWRP or wiped/formatted data then you have encrypted data. Have TWRP and aren't sure? Boot into TWRP and try to browse /data or /sdcard... if both are empty then you are encrypted. Can you see stuff in /data and /sdcard? Then your data is not safe and not encrypted(but at least you can see files in TWRP, right?...).
NOTES:
Fastboot boot/flash commands still removed. Yes, the anti-rollback version is still version 01 so yes it is possible to downgrade to N (20A for root) still. UPPERCUT is still working to downgrade from 30c to 20a. The Complete zip is huge(just over 2GB).. sideload and pushing to /tmp directory to flash might not work (didn't for me.. used external sdcard).
Click to expand...
Click to collapse
y u quote OP?
For more G5 info see my All-in-One Thread HERE
Follow me on twitter for future updates on LG-related things - twitter.com/@utoprime
Find this thread helpful? Hit the Thanks button!
Feeling extra generous? Click my name at the top of any post and hit donate or click here.
#TEAMCODEFIRE
Downloading.
I'll give some comments after flashing.
lesterp0310 said:
Downloading.
I'll give some comments after flashing.
Click to expand...
Click to collapse
Hey, you done flashing? i wanna go buy this phone, how do you see the Oreo Update
Great job!Thanks
Just now flashed the complete flashable zip file -> wiped cache/dalvik -> flashed Magisk-17.1.zip -> flashed TWRP3.2.3.zip
After it rebooted, it said "Android id upgrading" -> 100% done.
So far, no problem with it. but it takes 1-2 days to see if everything works with no problem.
I didn't wiped system or data, and I have my Microsoft Launcher and widgets back and working. Camera works fine (wide and records)
I'll post here if I face any problem.
Zip flashed without any problem wiping data(without wiping data/media), cache and dalvik, but for an unknown reason I couldn't flash magisk 17.2, so TWRP was replaced with stock recovery after reboot.
During the first boot, the data partition couldn't be decrypted even if it was NOT encrypted, so the only option was a hard reset. After that it booted fine but my internal storage was formatted.
The rom is great so far, very smooth with some ui improvements. The only thing I miss from my previous rom is kcal support because of the burn screen problem I have.
SaidJan said:
Just now flashed the complete flashable zip file -> wiped cache/dalvik -> flashed Magisk-17.1.zip -> flashed TWRP3.2.3.zip
After it rebooted, it said "Android id upgrading" -> 100% done.
So far, no problem with it. but it takes 1-2 days to see if everything works with no problem.
I didn't wiped system or data, and I have my Microsoft Launcher and widgets back and working. Camera works fine (wide and records)
I'll post here if I face any problem.
Click to expand...
Click to collapse
Tried this but it is stuck on the Tmobile screen, any ideas?
Can you get into TWRP?
If not, you'll probably need to LGUP back to 20A and start over. If you want to keep TWRP and root.
SaidJan said:
Just now flashed the complete flashable zip file -> wiped cache/dalvik -> flashed Magisk-17.1.zip -> flashed TWRP3.2.3.zip
After it rebooted, it said "Android id upgrading" -> 100% done.
So far, no problem with it. but it takes 1-2 days to see if everything works with no problem.
I didn't wiped system or data, and I have my Microsoft Launcher and widgets back and working. Camera works fine (wide and records)
I'll post here if I face any problem.
Click to expand...
Click to collapse
Can u give link download TWRP3.2.3.zip ?
lordseth666 said:
Can u give link download TWRP3.2.3.zip ?
Click to expand...
Click to collapse
Search your device here TWRP Official website
Also, anyone know why this happened to me? I guess I messed up with Lucky Patcher
SaidJan said:
Search your device here TWRP Official website
Click to expand...
Click to collapse
Just file .img can't found .zip
---------- Post added at 06:36 AM ---------- Previous post was at 06:35 AM ----------
SaidJan said:
Search your device here TWRP Official website
Also, anyone know why this happened to me? I guess I messed up with Lucky Patcher
Click to expand...
Click to collapse
Just .img no .zip
lordseth666 said:
Just file .img can't found .zip
Click to expand...
Click to collapse
Download img. go to twrp or your recovery. In install part, tap on IMAGE FILE button. so it shows you .img files.
SaidJan said:
Download img. go to twrp or your recovery. In install part, tap on IMAGE FILE button. so it shows you .img files.
Click to expand...
Click to collapse
Thank u very much
Anyone noticed anything that is not noted in the changelog?
It looks like they finally fixed fast charging that was broken in Nougat. It doesn't kick off fast charge anymore.
Sent from my LG-H830 using Tapatalk
Tried using Uppercut but the upgrade gave me an error code at 38%. Now phone is stuck at firmware update screen when I power it on. Can't refurbish either because its not supported. Im not rooted btw. Is there some way for me to downgrade via Uppercut to h83020a? Did it brick somehow? What can i do? Thanks for the help guys I really appreciate it. :crying:
Sdobron said:
Anyone noticed anything that is not noted in the changelog?
Click to expand...
Click to collapse
this red warning and unlock count in bootloader/fastboot mode seems new.. (at least compared to 20a.. I forgot to check on 20o)
AgentWafflezz said:
Tried using Uppercut but the upgrade gave me an error code at 38%. Now phone is stuck at firmware update screen when I power it on. Can't refurbish either because its not supported. Im not rooted btw. Is there some way for me to downgrade via Uppercut to h83020a? Did it brick somehow? What can i do? Thanks for the help guys I really appreciate it. :crying:
Click to expand...
Click to collapse
LGUP usually doesn't fail that late into the flash (38%) unless connection between phone and computer is interrupted or there's an issue with the phone like bad blocks on the EMMC/UFS... strange.
try reflashing 30c KDZ again to see if it finishes.
But yes, you can downgrade to 20a KDZ by just selecting the 20a KDZ and flashing the same way you flashed 30c... select upgrade and flash KDZ.
or use LG Bridge if staying stock/unrooted.
tylerxian said:
I used UPPERCUT (upgrade option) to downgrade to 20a, but I'm stuck on a perpetual Secure boot-up blank screen that has Settings force closing on me at all times.
What should I do next?
Click to expand...
Click to collapse
data has to be wiped when you downgrade. factory reset.
I used UPPERCUT (upgrade option) to downgrade to 20a, but I'm stuck on a perpetual Secure boot-up blank screen that has Settings force closing on me at all times.
What should I do next?
autoprime said:
this red warning and unlock count in bootloader/fastboot mode seems new.. (at least compared to 20a.. I forgot to check on 20o)
LGUP usually doesn't fail that late into the flash (38%) unless connection between phone and computer is interrupted or there's an issue with the phone like bad blocks on the EMMC/UFS... strange.
try reflashing 30c KDZ again to see if it finishes.
But yes, you can downgrade to 20a KDZ by just selecting the 20a KDZ and flashing the same way you flashed 30c... select upgrade and flash KDZ.
or use LG Bridge if staying stock/unrooted.
data has to be wiped when you downgrade. factory reset.
Click to expand...
Click to collapse
Thank you finally fixed it by removing my sim card and sd card from the phone it was weird. I had to re-flash 5 times for it to work. Every time I flashed the percentage kept getting stuck at a higher number first it was stuck at 38 then 46 , 67, 82 and it finished on the fifth attempt. Probably my drivers were bugged. It wasn't the cable I changed it to another one I had laying around. This never happened to me before. It works perfectly now. I don't know why but it this update feels a bit slower to me compared to nougat even with minimal apps installed all bloatware disabled and hibernation manager with advanced task manager auto killing background specific apps every 3 mins. Although i do feel the battery is improved quite a bit. Just did a 3 hour call and it only dropped 4% when in nougat it used to drop around 11% with the same apps/ lawnchair launcher installed. Overall im pretty happy I didn't brick it thanks for the help guys.
autoprime said:
this red warning and unlock count in bootloader/fastboot mode seems new.. (at least compared to 20a.. I forgot to check on 20o).
Click to expand...
Click to collapse
20o not support unlockbootloader...
Im still on fulmic, it hard to move to this oreo, is it worth if i move to this oreo update?
AgentWafflezz said:
Thank you finally fixed it by removing my sim card and sd card from the phone it was weird. I had to re-flash 5 times for it to work. Every time I flashed the percentage kept getting stuck at a higher number first it was stuck at 38 then 46 , 67, 82 and it finished on the fifth attempt. Probably my drivers were bugged. It wasn't the cable I changed it to another one I had laying around. This never happened to me before. It works perfectly now. I don't know why but it this update feels a bit slower to me compared to nougat even with minimal apps installed all bloatware disabled and hibernation manager with advanced task manager auto killing background specific apps every 3 mins. Although i do feel the battery is improved quite a bit. Just did a 3 hour call and it only dropped 4% when in nougat it used to drop around 11% with the same apps/ lawnchair launcher installed. Overall im pretty happy I didn't brick it thanks for the help guys.
Click to expand...
Click to collapse
"Advanced task managers" are all but useless now and will not help your phone. The native Android task managing has improved greatly since the days of... MM? Lollipop? It's a disservice and you end up slowing down your own phone. Even Greenify, which I personally tweaked to heck and swore by, is not as necessary now.