[Q][HELP] Samsung Galaxy Core Plus (CS02) SM-G350 - CWM Recovery - Samsung Galaxy Core Plus Questions & Answers

Hello, I am trying to customize a ROM for the Galaxy Core Plus (SM-G350) -> see links.txt.zip, I was able to root it, but I am not able to get/find a CWM which is running on this device.
So I decided to create an own CWM for it, but my tries failed. (recovery builder, building CWM from scratch ...)
The stock rom (G350XXUAMKB) could be found at -> see links.txt.zip
Anyone can help me creating a CWM for it, please?
Thx
attached the file for the kitchen ( was not able to test it ) and the file with the external links for this post (Specification Core Plus, and stock rom)

xTheer said:
Hello, I am trying to customize a ROM for the Galaxy Core Plus (SM-G350) -> see links.txt.zip, I was able to root it, but I am not able to get/find a CWM which is running on this device.
So I decided to create an own CWM for it, but my tries failed. (recovery builder, building CWM from scratch ...)
The stock rom (G350XXUAMKB) could be found at -> see links.txt.zip
Anyone can help me creating a CWM for it, please?
Thx
attached the file for the kitchen ( was not able to test it ) and the file with the external links for this post (Specification Core Plus, and stock rom)
Click to expand...
Click to collapse
Hi, I want to know your core plus is running on 4.2 android version or 4.1.2 .. and u can(( try )) our cwm ... or ask the maker of our cwm ...
Hit thanks if I have helped uh
Sent from my GT-I8262 using XDA Premium 4 mobile app

Hi,
Android 4.2.2
Baseband G350XXUAMKB
Kernel: 3.4.5-1845929 [email protected] #1
Build: JDQ39. G350XXUAMKB
Wehre to find your CWM? Who was creating your CWM?
Thx
Sent from my HTC One using xda app-developers app

xTheer said:
Hi,
Android 4.2.2
Baseband G350XXUAMKB
Kernel: 3.4.5-1845929 [email protected] #1
Build: JDQ39. G350XXUAMKB
Wehre to find your CWM? Who was creating your CWM?
Thx
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Let some more people buys core plus and u will get cwm
Sent from my GT-I8262 using XDA Premium 4 mobile app

Hello.
I will like to buy this phone but the problem is that this phone is from another operator in my country.
I've read that is possible to root the phone, but my question is that if is possible to sim unlock the phone when rooted?
Best regards :victory:

I am buying this phone yesterday and i really look into a CWM....is there any here?

no currently no any cwm fr core plus
Sent from my GT-I8262 using XDA Premium 4 mobile app

xTheer said:
Hello, I am trying to customize a ROM for the Galaxy Core Plus (SM-G350) -> see links.txt.zip, I was able to root it, but I am not able to get/find a CWM which is running on this device.
So I decided to create an own CWM for it, but my tries failed. (recovery builder, building CWM from scratch ...)
The stock rom (G350XXUAMKB) could be found at -> see links.txt.zip
Anyone can help me creating a CWM for it, please?
Thx
attached the file for the kitchen ( was not able to test it ) and the file with the external links for this post (Specification Core Plus, and stock rom)
Click to expand...
Click to collapse
Hi, how did you success to root this phone? I didn't success yet...

frankee207 said:
Hi, how did you success to root this phone? I didn't success yet...
Click to expand...
Click to collapse
see here !
http://forum.xda-developers.com/showpost.php?p=52329801&postcount=10

Thanks so much!

What's the progress with CWM and roms for Samsung galaxy core plus? I even can't root this phone

A way to root and install custom roms for this phone would be appreciated greatly
Sent from my S3 running AOKP KK 4.4.4 Nightly

Root is done.

tomasX8 said:
Root is done.
Click to expand...
Click to collapse
Hello,
How did you manage that?

klugway said:
Hello,
How did you manage that?
Click to expand...
Click to collapse
vROOT

I have build CWM Recovery for this device.
I've build CWM Recovery for this device but I don't know if it's working because I'm afraid breaking my device...
I'm 50% sure that my current version doesn't work because I'm missing some values...
If you have experience and want to help me, please help me then
(I can give my current files if you ask)
Unfinished files with errors (I believe that I have the errors.)
- BoardConfig.mk
Code:
BOARD_KERNEL_CMDLINE :=
BOARD_KERNEL_BASE := 0x
BOARD_KERNEL_PAGESIZE :=

So how is it going now? Any progresses so far?

Polyparadox said:
So how is it going now? Any progresses so far?
Click to expand...
Click to collapse
I'm still stuck with some values and sizes...

santeri3700 said:
I'm still stuck with some values and sizes...
Click to expand...
Click to collapse
Maybe I can help you. I can't program in java but maybe I could help you in any other way.
I really want to have a custom recovery system for our phone models.

Polyparadox said:
Maybe I can help you. I can't program in java but maybe I could help you in any other way.
I really want to have a custom recovery system for our phone models.
Click to expand...
Click to collapse
I would really appreciate it!
Do you have any experience with Linux? Do you have Ubuntu..? Do you use IRC?
---------- Post added at 10:40 AM ---------- Previous post was at 09:52 AM ----------
I have made some progress!
Everything else is ready (I think) but I'm not sure how to get the partition sizes..
BoardConfig.mk:
Code:
BOARD_KERNEL_CMDLINE :=
BOARD_KERNEL_BASE := 0x82000000
BOARD_KERNEL_PAGESIZE := 4096
# fix this up by examining /proc/mtd on a running device
BOARD_BOOTIMAGE_PARTITION_SIZE := 0x105c0000
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 0x105c0000
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x105c0000
BOARD_USERDATAIMAGE_PARTITION_SIZE := 0x105c0000
BOARD_FLASH_BLOCK_SIZE := 131072
/proc/emmc:
Code:
dev: size erasesize name
mmcblk0p1: 00000800 00000400 "cal"
mmcblk0p2: 00000200 00000400 "sysparm_dep"
mmcblk0p3: 00000200 00000400 "parm-spml_dep"
mmcblk0p4: 00000200 00000400 "RF_CAL_FILE"
mmcblk0p5: 00004000 00000400 "KERNEL"
mmcblk0p6: 00004000 00000400 "RECOVERY"
mmcblk0p7: 00009600 00000400 "modem"
mmcblk0p8: 00000400 00000400 "reserved"
mmcblk0p9: 00001000 00000400 "SBL1"
mmcblk0p10: 00001000 00000400 "SBL2"
mmcblk0p11: 00004000 00000400 "PARAM"
mmcblk0p12: 00000400 00000400 "DTSBK"
mmcblk0p13: 00000400 00000400 "DTS"
mmcblk0p14: 00000200 00000400 "FOTA_SIG"
mmcblk0p15: 0000a000 00000400 "efs"
mmcblk0p16: 00064000 00000400 "CSC"
mmcblk0p17: 00241570 00000400 "system"
mmcblk0p18: 0000f000 00000400 "HIDDEN"
mmcblk0p19: 0046c000 00000400 "userdata"
Boot.img unpacking log:
Code:
BOARD_KERNEL_CMDLINE
BOARD_KERNEL_BASE 82000000
BOARD_PAGE_SIZE 4096
[email protected]:~/buildsource#

Related

Official ICS Beta released for ARC S, Neo V and Ray

I dont really understand why only for this devices but please someone make it work on the Play!
Link: http://forum.xda-developers.com/showthread.php?p=20329850#post20329850
From xperia blog -
The alpha ROM will only work on three Xperia phones: arc S, neo V and ray. For those Xperia arc and Xperia neo users wondering whether they should try this, you are warned not to as the phones have different partition layouts compared to the arc S and neo V.
EDIT- Was meant to explain why it was only for those devices ; they prob have the same partition layout.
Nabeel_Nabs said:
From xperia blog -
The alpha ROM will only work on three Xperia phones: arc S, neo V and ray. For those Xperia arc and Xperia neo users wondering whether they should try this, you are warned not to as the phones have different partition layouts compared to the arc S and neo V.
Click to expand...
Click to collapse
But that does not mean that a dev can not change it a bit to make it work on the play correctly.
im downloading the arcs build now to examine it
i would take al look on this.
Maybe i get it working for the play (would be nice)
nickholtus said:
i would take al look on this.
Maybe i get it working for the play (would be nice)
Click to expand...
Click to collapse
nick extract the kernel from the arcs build and try flashing that with your ICS update.zip
might work!
In the arc forum they confirmed that the arc s build works on the arc. Maybe it works on the play too?
directly flashing the files to play partly works, im working through fixing issues now
edit: ok currently stuck at : D/dalvikvm( 630): GC_CONCURRENT freed 260K, 4% free 9790K/10119K, paused 2ms+3m
s
I/SurfaceFlinger( 647): SurfaceFlinger is starting
I/SurfaceFlinger( 647): SurfaceFlinger's main thread ready to run. Initializing
graphics H/W...
E/HAL ( 647): load: module=/system/lib/hw/gralloc.msm7x30.so
E/HAL ( 647): Cannot load library: link_image[1908]: 647 missing essentia
l tables
E/FramebufferNativeWindow( 647): Couldn't get gralloc module
E/SurfaceFlinger( 647): Display subsystem failed to initialize. check logs. exi
ting...
happens for both sensors and gralloc,
from wich phone are you using the files?
neo v arc s or ray
DJ_Steve said:
directly flashing the files to play partly works, im working through fixing issues now
edit: ok currently stuck at : D/dalvikvm( 630): GC_CONCURRENT freed 260K, 4% free 9790K/10119K, paused 2ms+3m
s
I/SurfaceFlinger( 647): SurfaceFlinger is starting
I/SurfaceFlinger( 647): SurfaceFlinger's main thread ready to run. Initializing
graphics H/W...
E/HAL ( 647): load: module=/system/lib/hw/gralloc.msm7x30.so
E/HAL ( 647): Cannot load library: link_image[1908]: 647 missing essentia
l tables
E/FramebufferNativeWindow( 647): Couldn't get gralloc module
E/SurfaceFlinger( 647): Display subsystem failed to initialize. check logs. exi
ting...
happens for both sensors and gralloc,
Click to expand...
Click to collapse
That means exactly? Also did you use the arc version or the neo v version?
IE-coRe said:
That means exactly? Also did you use the arc version or the neo v version?
Click to expand...
Click to collapse
Edit: haha nick was quicker xD
oh i clicked the quote insetead the edit button. Sorry^^
arc s version, was first one i picked it means its missing something somewhere but im not certain what
But you where able to install it and it boots?
it flashes and attempts to boot but no display due to those errors, but adb is runnind (although i needed to slightly mod boot img to get adb )
okay... doomloard said he will take a look on the play when he is done with the arc. lets hope he can help.
ill keep playing also
---------- Post added at 06:46 PM ---------- Previous post was at 06:45 PM ----------
my modified boot image that forces adb mode rather than mtp is available : http://build.streakdroid.com/bootic.img
maybe you can use neo v (did you replaced files in boot.img with some files from play boot.img?
what files would need replacing, other than for uevent maybe, ill look at that next
............
nickholtus said:
maybe you can try it with this kernel: http://www.multiupload.com/7K22QRYC05
Click to expand...
Click to collapse
what kernel is that and what phone is it for ?

[Q] Jelly Bean Mini for P705

Hi All,
I installed the [ROM][L7]Jelly-Bean Mini Project 4.1.2(Release-5) on my P705. This is by far the best Rom for my device.
I have installed V10j Baseband. I have the following issues.
1. I do not have mobile Data, I can call and sms etc but cannot access internet over Mobile Data. I only receive mobile data if I add a v20 baseband but v20 doesn't work with this Rom. the other Rom i.e Kitkat or Carbon etc are still under development and are not really stable for me.
2. No Stock Radio.
Is it possible Port the Rom above with a v20 baseband or any other alternative so I can have internet access over mobile Network?
Is it possible to include stock Radio in the next release?
Thank you for the good work done on these rom, My device is reliving with this Rom.
Kersley
kerswhite said:
Hi All,
I installed the [ROM][L7]Jelly-Bean Mini Project 4.1.2(Release-5) on my P705. This is by far the best Rom for my device.
I have installed V10j Baseband. I have the following issues.
1. I do not have mobile Data, I can call and sms etc but cannot access internet over Mobile Data. I only receive mobile data if I add a v20 baseband but v20 doesn't work with this Rom. the other Rom i.e Kitkat or Carbon etc are still under development and are not really stable for me.
2. No Stock Radio.
Is it possible Port the Rom above with a v20 baseband or any other alternative so I can have internet access over mobile Network?
Is it possible to include stock Radio in the next release?
Thank you for the good work done on these rom, My device is reliving with this Rom.
Kersley
Click to expand...
Click to collapse
Radio is not working on all custom roms
Mobile Internet
zodex said:
Radio is not working on all custom roms
Click to expand...
Click to collapse
Thanks Zodex, As long as radio is concerned that's not a problem.
The only big issue is with Mobile Data which simply doesn't work. I confirm that on v20 baseband it works flawlessly, but v20 is not supported with this rom as I don't have network. that's driving me nuts. please help. I need mobile data working.
hi !
i really think that you have to clean your phone and reinstalling ....and quietly .
download :
this V10baseband ( it's a v10K "europe")=> https://drive.google.com/folderview?id=0B2Yt4LYuF0UuSkZUanB5Sm83azg&usp=sharing
the rom
this P705 kernel here (for you !) => http://forum.xda-developers.com/showthread.php?t=2619072
in CWM :
-wipe cache
-wipe data/factory
-wipe dalvik
-mont and storage : format SDcard (not the external Sd !!! where there are your .zip downloaded previously for to flash ) + format "system" => that all ! no other !!!
...and then flash in this order : ROM + P705 kernel +v10 baseband + Gapps
reboot you phone ,do the first install ,(try it few minutes ...) and reboot it( 1 or 2 times ) for to "fix" the rom if you have problems .
3g not working
Loulou-13 said:
hi !
i really think that you have to clean your phone and reinstalling ....and quietly .
download :
this V10baseband ( it's a v10K "europe")=> https://drive.google.com/folderview?id=0B2Yt4LYuF0UuSkZUanB5Sm83azg&usp=sharing
the rom
this P705 kernel here (for you !) => http://forum.xda-developers.com/showthread.php?t=2619072
in CWM :
-wipe cache
-wipe data/factory
-wipe dalvik
-mont and storage : format SDcard (not the external Sd !!! where there are your .zip downloaded previously for to flash ) + format "system" => that all ! no other !!!
...and then flash in this order : ROM + P705 kernel +v10 baseband + Gapps
reboot you phone ,do the first install ,(try it few minutes ...) and reboot it( 1 or 2 times ) for to "fix" the rom if you have problems .
Click to expand...
Click to collapse
I am trying this right now. I haven't seen anyone having this issue before so it's probably only me. everything else works except that network data 3g etc. i am desperate.
Problem Solved
kerswhite said:
I am trying this right now. I haven't seen anyone having this issue before so it's probably only me. everything else works except that network data 3g etc. i am desperate.
Click to expand...
Click to collapse
Fantastic, it was worth asking. i did try this once and I got all my applications etc back as if nothing happened. So i restarted the whole process. Wipe all, formated the whole system and started with a clean install. after that I added the network settings for my ISP, it said that registering with the proxy server failed but I can actually see the E on my network and since I am in a no network coverage sometimes in my office so, I can confirm that this is now working.. Thank you for your time guys. Loulou - 13. thanks a lot.
kerswhite said:
Fantastic, it was worth asking. i did try this once and I got all my applications etc back as if nothing happened. So i restarted the whole process. Wipe all, formated the whole system and started with a clean install. after that I added the network settings for my ISP, it said that registering with the proxy server failed but I can actually see the E on my network and since I am in a no network coverage sometimes in my office so, I can confirm that this is now working.. Thank you for your time guys. Loulou - 13. thanks a lot.
Click to expand...
Click to collapse
if you are happy ,click ":good: tanks " at the bottom of the pseudo and avatar
3g not working
In fact it stopped working again today. I seriously dont want to start flashing everything again as it would be my 50th flash probably. Any solution for me guys?
I never have this problem with a v20 baseband. I cant post to the developper forum on jelly bean mini to request for a built with v20a baseband, anyone know whether this is possible. If yes can someone request this for me on the jbmini post?
impossible to have a custom rom 4.1.2 with a V20 baseband because they are real ICS base... but with JB adds .
your problem is very strange !
look your APN very very carefully !
on my phone i have "near" to 100 flash i think ...L7 is a good phone !
---------- Post added at 01:40 PM ---------- Previous post was at 01:32 PM ----------
test by edit ( write or replace existing) the buit.prop values with these one .....and reboot phone :
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.hsdpa.category=16
ro.ril.hsupa.category=6
ro.telephony.default_network=3
for that ,with "es.explorer" for example you can edit this build.prop.
Packet data
Loulou-13 said:
I really appreciate your great work, but I still have these issues.
There was a couple of lines missing in what you gave me. I added ro.ril.hsdpa.category=16
ro.ril.hsupa.category=6, but it still wouldn'nt work,
below is a complete paste of the build prop. can you please direct me in the right way?
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=JZO54K
ro.build.display.id=cm_p705-userdebug 4.1.2 JZO54K eng.jenkins.20131006.114111 test-keys
ro.build.version.incremental=eng.jenkins.20131006.114111
ro.build.version.sdk=16
ro.build.version.codename=REL
ro.build.version.release=4.1.2
ro.modname=Jelly Bean Mini Project
ro.build.date=Sun Oct 6 11:41:41 PDT 2013
ro.build.date.utc=1381084901
ro.build.type=userdebug
ro.build.user=jenkins
ro.build.host=fedee
ro.build.tags=test-keys
ro.product.model=LG-P705
ro.product.brand=lge
ro.product.name=u0_open_eu
ro.product.device=p705
ro.product.board=p705
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=LGE
ro.product.locale.language=es
ro.product.locale.region=ES
ro.wifi.channels=
ro.board.platform=msm7x27a
# ro.build.product is obsolete; use ro.product.device
ro.build.product=p705
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=u0_open_eu-user 4.0.3 IML74K lgp705-V10a.20120418.144808 release-keys
ro.build.fingerprint=lge/u0_open_eu/u0:4.0.3/IML74K/lgp705-V10a.20120418.144808:user/release-keys
ro.build.characteristics=default
ro.cm.device=p705
# end build properties
#
# system.prop for p705
#
ro.sf.hwrotation=180
ro.sf.lcd_density=200
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.rommanager.developerid=JellyBeanMiniProject
keyguard.no_require_sim=true
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.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.modversion=Release-5
ro.modnamever=JBMP-Release-5
ro.config.ringtone=Orion.ogg
ro.config.notification_sound=Deneb.ogg
ro.config.alarm_alert=Hassium.ogg
ro.carrier=unknown
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.hsdpa.category=16
ro.ril.hsupa.category=6
ro.adb.qemud=1
debug.fb.rgb565=0
debug.sf.hw=1
debug.composition.type=mdp
ro.opengles.version=131072
com.qc.hardware=true
persist.sys.use_dithering=0
wifi.interface=wlan0
rild.libpath=/system/lib/libril-qc-1.so
ro.telephony.ril_class=LGEQualcommUiccRIL
ro.telephony.default_network=3
telephony.lteOnGsmDevice=0
persist.sys.usb.config=mtp,adb
ro.max.fling_velocity=12000
sys.mem.max_hidden_apps=15
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=96m
dalvik.vm.lockprof.threshold=500
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
# Graphics & Misc Properties
debug.composition.7x27A.type=mdp
ro.use_data_netmgrd=true
persist.data.ds_fmc_app.mode=0
ro.staticwallpaper.pixelformat=RGB_565
ro.max.fling_velocity=12000
httplive.enable.discontinuity=true
dev.pm.dyn_samplingrate=1
dev.pm.dyn_sample_period=700000
com.qc.hdmi_out=false
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
debug.gr.numframebuffers=3
debug.qc.hardware=true
debug.enabletr=false
debug.hwui.render_dirty_regions=false
debug.sf.hw=1
debug.egl.hw=1
persist.sys.use_16bpp_alpha=1
dalvik.vm.heaptargetutilization=0.25
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=2m
ro.adb.secure=0
persist.sys.usb.config=mtp,adb
persist.service.adb.enable=1
ro.debuggable=1
ro.adb.qemud=1
debug.camcorder.disablemeta=1
persist.sys.scrollingcache=3
# Memory
# ro.zram.default=0
persist.sys.purgeable_assets=1
# Increase SKIA decode memory capability for progressive jpg file
ro.media.dec.jpeg.memcap = 20000000
ro.media.enc.jpeg.quality=100
dalvik.vm.checkjni=0
dalvik.vm.debug.alloc=0
dalvik.vm.dexopt-flags=v=a,o=v,m=y,u=y
dalvik.vm.execution-mode=int:jit
Click to expand...
Click to collapse
It must work , but you don't feel it ( do a speed data test on 3g/h with this app for example => https://play.google.com/store/apps/...rch_result&rdid=com.fhsarl.degrouptest&rdot=1 )
and install ADAWAY apk (see XDA) too ( all blocked spams are not charged => win some bandwidtch !)
no internet
Loulou-13 said:
It must work , but you don't feel it ( do a speed data test on 3g/h with this app for example => https://play.google.com/store/apps/...rch_result&rdid=com.fhsarl.degrouptest&rdot=1 )
and install ADAWAY apk (see XDA) too ( all blocked spams are not charged => win some bandwidtch !)
Click to expand...
Click to collapse
Loulou,
I have tried this and not working at, i tried reflashing with same issues. can you propose any other rom which is as smooth as this one but with a working 3g connection.
kerswhite said:
Loulou,
I have tried this and not working at, i tried reflashing with same issues. can you propose any other rom which is as smooth as this one but with a working 3g connection.
Click to expand...
Click to collapse
CM10 official + Phenom kernel V4.4 ..... and these scripts => http://forum.xda-developers.com/showthread.php?t=2630242
LG l7 giving up Jelly Bean Mini because of the Data Issues
Loulou-13 said:
CM10 official + Phenom kernel V4.4 ..... and these scripts => http://forum.xda-developers.com/showthread.php?t=2630242
Click to expand...
Click to collapse
Can you now give me the best tips to get my device working as smooth as possible with KitKat. I can confirm that 3g data works with Kitkat and v20d baseband. This phone is my personal phone but I use it for work purposes as the company pays for the plan. So i occasionally need to look at my emails when off from the office.
I still haven't been able to install it though, trying to do a clean install now.
for KK , CM11 and others are good for daily use , according to goods feedbacks on thread ! :good:

Discovery Elite 32Gb and Elife E7 Unofficial Omnirom 5.1.1

It's time to port Lollipop for our phone.
First of all. I'm not a developer. I'm just a Computer Teacher. And i have some skills about linux and android.This project will be an educational for me too.
Fİrst of all, all thanks to feroxxx and Ravikirancg for helps​
And there is a beta version. watch it​
​
Here is the link with feroxxx's words
Hi guys,
i'm sharing Omnirom 5.1 with you. This rom is not stable but you can use it if you don't mind camera. we know what is working and not working .
please dont write again and again same errors.
how to flash rom:
1.flash our twrp 2.8.7.0 recovery (linked below)
2.make a full backup
3.make a full wipe (exclude sdcard)
4.then flash omnirom 5.1 zip
5.reboot system
wait a bit and now taste a bit lollipop
A suggestion from me: Dont forget to take backup for your stock rom and omnirom seperatly. with this you can easily back to your stock rom and back again to omni.
Download Link: https://www.androidfilehost.com/?w=files&flid=34248
TWRP Recovery 2.8.7.0 : https://drive.google.com/file/d/0B02cvSUYp8r1YVNvLU0xVTdtRG8/view?usp=sharing
Please use twrp 2.8.7.0 otherwise you will get errors that i cant solve.
Not Works:
-Camera
XDA:DevDB Information
Discovery Elite 32Gb and Elife E7 Unofficial Omnirom 5.1.1, ROM for the GiONEE Elife E7
Contributors
mkursadulusoy, Ravikirancg, feroxxx, MertUslu
Source Code: https://github.com/feroxx/
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: Omnirom
Version Information
Status: Beta
Created 2015-01-22
Last Updated 2015-12-06
Reserved
@Ravikirancg
I would like to ask you that whether uve seen the kernel source or not...its not complete. ravikiran was trying to get the kernel working and got few success on booting it. So i think first of all we should try getting the kernel source working.
GTARaja said:
I would like to ask you that whether uve seen the kernel source or not...its not complete. ravikiran was trying to get the kernel working and got few success on booting it. So i think first of all we should try getting the kernel source working.
Click to expand...
Click to collapse
about this subject. we will work with Ravikirancg about this. now i'm comparing elite and e7 kernels. so we can start test it. and of course we will release a test version.
I'm interested in helping in this project, the thing is that I do not have any previous experience in CM porting or android kernel building.
Do you have any links/documentation for how to do that? what will be of a great help if there is some high level overview of the activities, something like a road map, for example, we need to have the kernel sources, then we need to compile it, then what? I mean, something to lay out the milestones so we can seek for closure.
I've noticed that Sony Xperia Z2 (CM code name Sirius) is very close in terms of HW specs to E7, can that be leveraged for the sake of this effort?
Please let me know how I can help as I have he interest and time.
-T
Lollipop Project
Is there any progress Lollipop Project for Gionne Elife E7 ?
kernel
About building kernel i wanna point out tha kernel does seem to work just that it doesn't have display drivers I tried xperia z1 KitKat and that shows sign of booting but no display
Our best shot is with one plus one i guess. anyway i will be back trying again after 8th to get some kernel working. As it seems ravikiran and GTAraja is back too. Maybe we can finally get some Cyanogenmod goodness
dhirajranger said:
About building kernel i wanna point out tha kernel does seem to work just that it doesn't have display drivers I tried xperia z1 KitKat and that shows sign of booting but no display
Our best shot is with one plus one i guess. anyway i will be back trying again after 8th to get some kernel working. As it seems ravikiran and GTAraja is back too. Maybe we can finally get some Cyanogenmod goodness
Click to expand...
Click to collapse
just ask some good devs to build a bootable kernel for us..
Oneplus One devs could surely help us here because they both use the same size display from same manufacture JDI
some devs who could help us..
http://forum.xda-developers.com/oneplus-one/orig-development/kernel-franco-kernel-r1-t2800871
http://forum.xda-developers.com/one...ernel-boeffla-kernel-1-0-2-0-beta-09-t2899974
http://forum.xda-developers.com/oneplus-one/orig-development/kernel-green-machine-v1-0-0-t2979540
http://forum.xda-developers.com/one...ent/kernel-furnace-1-0-0-oneplus-one-t2817651
http://forum.xda-developers.com/one...naro-optimized-franco-kernel-o3-aosp-t2861919
seriously gionee should just release the proper sources of the device..
i wrote all of this developers. i hope they will help us.
Kardeşim lollipop yaparsan süpersin var ya. Bende s4 var. Lollipop kullanıyorum. Çok beğendim. fakat arkadaşımda olduğu için yazıyorum. Gm kitkat için söz verdi temmuz 2014te fakat alt modeli discovery için bile verdi elite e vermedi. İnşallah romu yapabilirsin. Tanıdığım iyi arkadaşlar var . İngilizcen iyiyse sana çok yardımcı olurlar. @alemtro @AL_IRAQI @citymen34
Citymen34 özcan romu yapan bir Türk. Zamanları varsa sana yardımcı olurlar. Rom hakkında çok geniş bilgiye sahipler. Onların yaptıkları romları kullanıyorum.
---------- Post added at 10:35 PM ---------- Previous post was at 10:29 PM ----------
Ayrıca da recovery olarak philz, yükleyici olarak aroma installer kullanabilirsin
@mkursadulusoy
Kitkat ile kernel değişebilir. İstersen Kitkat update geldikten sonra o kernel üzerinde çalışmaya başla.
Elimizden geldiğince dilimizin döndüğünce yardım etmeye hazırım.
facebook.com/HotTouchBaby
MertUslu said:
@mkursadulusoy
Kitkat ile kernel değişebilir. İstersen Kitkat update geldikten sonra o kernel üzerinde çalışmaya başla.
Elimizden geldiğince dilimizin döndüğünce yardım etmeye hazırım.
facebook.com/HotTouchBaby
Click to expand...
Click to collapse
değişse bile yenisini paylaşacak mı gm bizimle? veya kurulu işletim sisteminden kernel i ayıklayabilecek miyiz?
mkursadulusoy said:
değişse bile yenisini paylaşacak mı gm bizimle? veya kurulu işletim sisteminden kernel i ayıklayabilecek miyiz?
Click to expand...
Click to collapse
Stock kerneli aldığımız gibi imaj olarak alabiliriz ama cihazdan ama romdan.
MertUslu said:
Stock kerneli aldığımız gibi imaj olarak alabiliriz ama cihazdan ama romdan.
Click to expand...
Click to collapse
kerneli almadık biz. kerneli burakgoncu diye birisi paylaştı sadece. o paylaşmadan önce yoktu elimizde.
one plus one kernel working
guys i have a good news probably I flashed a kernel made for one plus one the phone boots and goes into recovery. i cant get cm working due to system partition of stock rom being different. can anybody help ?
and kindly use English it is in the forum rules. everybody wants to know what you were talking about
in this situation you must send us a log so we can look at it and say whats wrong. about messages in turkish. a friend sai to me: we are waiting for kitkat update and then they will update the kernel. so you can get this kernel and work on it.
mkursadulusoy said:
in this situation you must send us a log so we can look at it and say whats wrong. about messages in turkish. a friend sai to me: we are waiting for kitkat update and then they will update the kernel. so you can get this kernel and work on it.
Click to expand...
Click to collapse
hi sorry for not posting logs actually twrp is not letting me copy logs every time i copy logs to sd-card the file is empty. Anyway there are only two errors
1. unable to execute update binary
2. unable to mount system
i think we need to build cm12 from one plus one source hoping that stock cm12/11 of one plus one would work directly was too much i guess. but kernel boots and display works means we can use one plus sources right?
dhirajranger said:
hi sorry for not posting logs actually twrp is not letting me copy logs every time i copy logs to sd-card the file is empty. Anyway there are only two errors
1. unable to execute update binary
2. unable to mount system
i think we need to build cm12 from one plus one source hoping that stock cm12/11 of one plus one would work directly was too much i guess. but kernel boots and display works means we can use one plus sources right?
Click to expand...
Click to collapse
its hard to say. it can be a yes or no. display problem is oone of our our problems. its workiing ok. but. opo uses snapdragon 801 and we use 800. opo have 16/64 gb and we have 16/32. so hoping to directly work is so far from us. but of course we can use some fatures from opo.
mkursadulusoy said:
kerneli almadık biz. kerneli burakgoncu diye birisi paylaştı sadece. o paylaşmadan önce yoktu elimizde.
Click to expand...
Click to collapse
Burak Göncü .. Neyse sen şuan ne kadar ilerleyebildin detaylı olarak anlatsan yaptığın işlemleri eksik olanları söylersen belki yardımım dokunabilir.

Is it possible to root the ZTE Blade V7 Lite?

Hi,
I would love to get mu device (ZTE Blade V7 Lite) rooted but I can't get it to work myself.
I tried KingRoot and KingoRoot (pc and apk). Are there any other possibilities to root this device?
Thanks in advance!
i think I may have found a way to install recovery twrp and flash root but haven't had the nerve to try it because have no stock firmware in case anything goes wrong
here is for the supersu to flash by twrp http://www.mediafire.com/file/55d2pf92w4nwag1/UPDATE-SuperSU-v2.76-20160630161323(2).zip
here is the twrp to flash by sp flashtool http://www.mediafire.com/file/lr3ls9xonfc9trf/zte_v7_lite_twrp.rar
again I found these looking online and don't take credit for other peoples work
I haven't used sp flashtool before so hopefully you might find someone whos used it
Sparko612 said:
here is for the supersu to flash by twrp http://www.mediafire.com/file/55d2pf92w4nwag1/UPDATE-SuperSU-v2.76-20160630161323(2).zip
here is the twrp to flash by sp flashtool http://www.mediafire.com/file/lr3ls9xonfc9trf/zte_v7_lite_twrp.rar
again I found these looking online and don't take credit for other peoples work
I haven't used sp flashtool before so hopefully you might find someone whos used it
Click to expand...
Click to collapse
cant flash the image, ive started building a database for our tool
so far i have
-drivers
-stock firmware(extracted myself)
-scatter file
-semi working recovery
im in the processing of gaining root and fixing recovery, very early stages tho
could you put a link for your stock firmware and scatter file as I have bricked my phone and cant seem to find anywhere a stock firmware and scatter file at all for this device please
Hi guyz @Sparko612 and @Ricky Divjakovski
Have you found a solution for root and unbrick?
Until I can find stock firmware and scatter file then currently not sorry mate
MrOops said:
Hi guyz @Sparko612 and @Ricky Divjakovski
Have you found a solution for root and unbrick?
Click to expand...
Click to collapse
closest i got was dumping the firmware via dirtycow, since then i have discontinued development as i dont have the device anymore..
Sparko612 said:
could you put a link for your stock firmware and scatter file as I have bricked my phone and cant seem to find anywhere a stock firmware and scatter file at all for this device please
Click to expand...
Click to collapse
Hello,
Take the rom from this link. https://drive.google.com/uc?id=0B8NdSu-RzkHNZkZMWmxrOWtWeGs&export=download
It's named: MT6735__ZTE__ZTE_BLADE_V7_LITE__ZTE_BLADE_V0720__6.0__ZTE_BLADE_V7_LITE_B13.zip.
In Smart Phone Flash Tool take the scatterfile from this rom!
IMPORTANT: If you got an error while flashing you have to flash every position at it's own. One after one, Step by step!!
Don't flash the userdata!!
After that i was able to start the phone. Before that, my phone wasn't able to boot, or anything else. No LED, no charging.
Hope it works also for you. Sorry for my english... :good::laugh:
Thankyou followed the guide and phone working again thankyou so much. Only have nv warning err = 0x10 when WiFi is turned on comes up as another WiFi access point
Sparko612 said:
Thankyou followed the guide and phone working again thankyou so much. Only have nv warning err = 0x10 when WiFi is turned on comes up as another WiFi access point
Click to expand...
Click to collapse
Me too, and unknown IMEI also, but here's the solution.
How to Restore NVRAM.bin Using SP Flash Tool & Permanent Fix Invalid IMEI Error.
https://afterroot.wordpress.com/2015/07/22/mtk-restore-nvram-bin/
Here is the NVRAM.bin File. I have uploaded it on google drive!
https://drive.google.com/file/d/0B8NdSu-RzkHNd0NvUGt0N0VKbDQ/view
Greetings.
i want to root my zte blade v7 too but cant make it work please help
---------- Post added at 06:17 AM ---------- Previous post was at 06:13 AM ----------
sepp12 said:
Me too, and unknown IMEI also, but it's not so a big problem for me.
This is because the MAC address begins with an 0.
This can't be fixed permanent without ROOT !!
We have to wait for any rooting solution.
My phone works with this 2 errors anyway.
Greetings.
Click to expand...
Click to collapse
i just cant get it to work and now im getting very impatient
5th july 2017.. anyone know how to root zte blade v7 lite? pls?
Hope dies last.
??
hmmm no root solution yet?
No.
I think, I may have found a solution.
www .zunite. org /2016/12/zte-blade-v7-lite-twrp-root .html (sorry for those spaces/I'm not allowed to post urls)
On that website (which is not English unfortunately) there is a guide on how to install TWRP and then SuperSu on the v7 Lite. There are also images of the phone in the twrp menu, so I think it's not a fake. I won't test it, until I have a new phone because I don't want to brick my main device.
Philipp0002 said:
I think, I may have found a solution.
www .zunite. org /2016/12/zte-blade-v7-lite-twrp-root .html (sorry for those spaces/I'm not allowed to post urls)
On that website (which is not English unfortunately) there is a guide on how to install TWRP and then SuperSu on the v7 Lite. There are also images of the phone in the twrp menu, so I think it's not a fake. I won't test it, until I have a new phone because I don't want to brick my main device.
Click to expand...
Click to collapse
Doesn't work. I have tried it a few times. No way to get into TWRP!
How can one use dirtycow to dump ZTE Blade V7 Lite recovery firmware?
Ricky Divjakovski said:
closest i got was dumping the firmware via dirtycow, since then i have discontinued development as i dont have the device anymore..
Click to expand...
Click to collapse
I just got one of these handsets and I've been struggling to look for a way to root it and think it may be possible by following some of the instructions at:
http://4pda.ru/forum/index.php?showtopic=742105&st=100
Unfortunately before I do that I need a copy of my firmware. It seems you managed to get dirtycow to get you into an elevated shell where you could run dd to image your recovery and boot.
How did you do this (in as much detail as you have time to spare).
So far I've read about the various dirtycow exploit packages but from what I understand none will get you to a fully rooted state with 32 bit android 6.
The last supported version is 32 bit android 5.
https://forum.xda-developers.com/android/software-hacking/root-tool-dirtycow-apk-adb-t3525120
Unfortunately the ADB version didn't work.
Code:
[email protected]_BLADE_V0720:/data/local/tmp $ ./exploit.sh
./exploit.sh

 ( )
 ~(^^^^)~
 ) @@ \~_ |\
 / | \ \~ / CVE-2016-5195
 ( 0 0 ) \ | | Lollipop (32bits)
 ---___/~ \ | | SeLinux bye
 /'__/ | ~-_____/ |
o _ ~----~ ___---~
 O // | |
 ((~\ _| -|
 o O //-_ \/ | ~ |
 ^ \_ / ~ |
 | ~ |
 | / ~ |
 | ( |
 \ \ /\
 / -_____-\ \ ~~-*
 | / \ \
 / / / /
 /~ | /~ |
 ~~~~ ~~~~

# Device:P635A32_JP_DWB

-Getting uid 0->Ok.
-Checking permissive run-as.->No
-Dump policy->Ok
(Android M policy compatibility mode)
(Android M policy compatibility mode)
(Android M policy compatibility mode)
(Android M policy compatibility mode)
(Android M policy compatibility mode)
-Dump initreadelf: Error: /data/local/tmp/init.dump: Failed to read file's magic number
printf: 0x: invalid number

Error searching shellcode addr, already patched?
[email protected]_BLADE_V0720:/data/local/tmp $ su
[CODE]
There is also some android 6 64 bit variant.
[url]https://github.com/hyln9/VIKIROOT[/url]
Given my ZTE Blade V7 Lite has a android 6 the first version doesn't sound like it will work.
As for teh second version it seems the ZTE Blade V7 Lite is on a 32 bit kernal so it won't run.
[CODE]
[email protected]_BLADE_V0720:/data/local/tmp $ ./exploit
./exploit
/system/bin/sh: ./exploit: not executable: 64-bit ELF file
[CODE]
[CODE]
Processor : ARMv7 Processor rev 4 (v7l)
processor : 0
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 32.39
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm sha2
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Hardware : MT6735P
Revision : 0000
Serial : 0000000000000000
There is also some information at
https://github.com/matteoserva/dirtycow-arm32
But I'm not familiar enough to understand how it relates to the ZTE Blade V7 Lite and if it will be possible.
Any tips you can provide would be much appreciated.
Can I assume this discussion applies to the Blade Max Z as well? It has Android 7.1. There is nothing around about rooting it.

Can someone send me stock LGInCall.apk and LGContacts.apk from system/app-priv?

So I installed twrp, and installed modded stock kernel/ ROM and then flashed superSU.
The only problem i have now is that calls are not being shown in second screen, and are instead shown on main screen with no way to escape them rather than either deny or accept the call.. So i think this must be an old app maybe? The settings in the app for showing calls on second screen while in apps doesn't work either..
I would really appreciate it if someone could send me their LGInCall.apk and LGContacts.apk if they know they allow calls to be shown in second screen.
Thanks in advance
Not sure what the second screen is in reference to really. I would provide those apps to you but I'm not seeing them listed exactly like your request. Here is what I have...
Code:
1|elsa:/ # pm list packages -s
package:com.hy.system.fontserver
package:com.android.LGSetupWizard
package:com.android.cts.priv.ctsshim
package:com.gd.mobicore.pa
package:com.google.android.ext.services
package:com.android.providers.telephony
package:com.google.android.googlequicksearchbox
package:com.android.providers.calendar
package:com.android.providers.media
package:com.lge.systemservice
package:com.google.android.onetimeinitializer
package:com.google.android.ext.shared
package:com.android.wallpapercropper
package:com.quicinc.cne.CNEService
package:com.lge.signboard.initialguide
package:com.lge.vrplayer
package:org.simalliance.openmobileapi.service
package:com.lge.quicktools
package:com.android.documentsui
package:com.lge.mirrorlink
package:com.android.externalstorage
package:com.evernote.promohelper
package:com.lge.android.atservice
package:com.android.htmlviewer
package:com.lge.wfd.spmirroring.source
package:com.lge.app.floating.res
package:com.android.mms.service
package:com.lge.sui.widget
package:com.android.providers.downloads
package:com.lge.camera
package:com.lge.touchcontrol
package:com.lge.effect
package:com.lge.eltest
package:com.lge.LGSetupView
package:com.lge.homeselector
package:com.lge.ime.solution.text
package:com.lge.springcleaning
package:com.crucialtec.uaf
package:com.lge.gnsstest
package:com.lge.fmradio
package:com.lge.wifihotspotwidget
package:com.google.android.configupdater
package:com.lge.musiccontroller
package:com.crucialsoft.fido.client
package:com.android.defcontainer
package:com.android.providers.downloads.ui
package:com.android.pacprocessor
package:com.lge.shutdownmonitor
package:com.lge.videoeditorres
package:com.ipsec.service
package:com.lge.signaturewallpaper
package:com.android.certinstaller
package:com.android.carrierconfig
package:com.google.android.marvin.talkback
package:com.lge.launcher2.theme.optimus
package:com.android.settingsaccessibility
package:android
package:com.lge.upsell
package:com.android.contacts
package:com.qualcomm.wfd.service
package:com.lge.lockscreensettings
package:com.lge.icecontacts
package:com.lge.gallery.vr.wallpaper
package:com.lge.ia.task.incalagent
package:com.lge.wernicke.nlp
package:com.android.egg
package:com.android.mtp
package:com.android.nfc
package:com.android.stk
package:com.android.backupconfirm
package:com.lge.iftttmanager
package:com.lge.exchange
package:com.lge.wapservice
package:com.android.statementservice
package:com.android.calendar
package:com.lge.ia.task.smartsetting
package:com.qualcomm.qti.auth.secureextauthservice
package:com.lge.ims.rcsprovider
package:com.google.android.setupwizard
package:com.lge.ipservice
package:com.qualcomm.qcrilmsgtunnel
package:com.android.providers.settings
package:com.android.sharedstoragebackup
package:com.android.printspooler
package:com.uei.lg.quicksetsdk.irblaster
package:com.ti.server
package:com.android.incallui
package:com.android.frameworks.telresources
package:com.lge.wfds.service.v3
package:com.lge.video.vr.wallpaper
package:com.lge.gnsspostest
package:com.android.inputdevices
package:com.lge.voicecare
package:com.lge.gba.android
package:com.lge.eula
package:com.lge.gcuv
package:com.lge.task
package:com.qti.dpmserviceapp
package:com.lge.themesquare
package:com.lge.theme.blackgold
package:com.lge.gestureanswering
package:com.google.android.webview
package:com.lge.launcher2
package:com.lge.launcher3
package:com.lge.musicshare
package:com.android.server.telecom
package:com.google.android.syncadapters.contacts
package:com.lge.vragent
package:com.android.facelock
package:com.android.keychain
package:com.lge.ipprovider
package:com.google.android.calculator
package:com.android.chrome
package:com.android.gallery3d
package:com.google.android.packageinstaller
package:com.google.android.gms
package:com.google.android.gsf
package:com.google.android.tts
package:com.lge.gnss.airtest
package:com.lge.signboard.settings
package:com.lge.wifi.p2p
package:com.lge.wificall
package:com.lge.bluetoothsetting
package:com.lge.hotspotlauncher
package:com.android.proxyhandler
package:com.google.android.feedback
package:com.google.android.printservice.recommendation
package:com.google.android.apps.photos
package:com.google.android.syncadapters.calendar
package:com.android.managedprovisioning
package:com.lge.coneshortcut
package:com.lge.themeservice
package:com.lge.filemanager
package:com.ipsec.vpnclient
package:com.lge.intelligent
package:com.android.providers.partnerbookmarks
package:com.google.android.gsf.login
package:com.android.wallpaper.livepicker
package:com.android.apps.tag
package:com.lge.easyhome
package:com.lge.hiddenmenu
package:com.lge
package:com.lge.onehandcontroller
package:com.lge.networksettings
package:com.lt.dra
package:com.google.android.backuptransport
package:com.lge.privacylock
package:com.lge.provider.signboard
package:com.lge.mtalk.sf
package:com.android.bookmarkprovider
package:com.android.settings
package:com.lge.conerecent
package:com.qualcomm.location
package:com.qualcomm.simcontacts
package:com.lge.NfcSettings
package:com.lt.echolocate
package:com.android.cts.ctsshim
package:com.lge.appwidget.signature
package:com.qualcomm.qti.tetherservice
package:com.lge.eulaprovider
package:com.lge.ime
package:com.lge.ims
package:com.lge.mlt
package:com.lge.wernicke
package:com.android.vpndialogs
package:com.lge.videoplayer
package:com.qualcomm.location.XT
package:com.lge.lgdrm.permission
package:com.lge.wifisettings
package:com.android.phone
package:com.android.shell
package:com.android.wallpaperbackup
package:com.android.providers.blockednumber
package:com.lge.drmservice
package:com.lge.videostudio
package:com.lge.sizechangable.musicwidget.widget
package:com.android.providers.userdictionary
package:com.lge.hifirecorder
package:com.lge.cic.eden.service
package:com.lge.gnsslogcat
package:com.android.location.fused
package:com.android.systemui
package:com.lge.provider.systemui
package:com.android.bluetoothmidiservice
package:com.lge.provider.lockscreensettings
package:com.lge.clock
package:com.lge.email
package:com.lge.imsvt
package:com.lge.leccp
package:com.lge.music
package:com.lge.inputdevices
package:com.lge.gametuner
package:com.crucialsoft.asm
package:com.lge.lginstallservies
package:com.lge.signboard
package:com.android.bluetooth
package:com.qualcomm.timeservice
package:com.qualcomm.atfwd
package:com.android.providers.contacts
package:com.lge.servicemenu
package:com.android.captiveportallogin
package:com.lge.ime.solution.handwriting
package:com.lge.theme.highcontrast
elsa:/ #
How would those apps have started failing for you?
You could probably press back or home on the navbar to silence the call. If that doesn't work enable the "flip to silence call" under Settings>Call>More>Gestures.

Categories

Resources