I tried to port MIUI V4, but the phone is stuck on boot. In logcat i found this:
I/ServiceManager( 144): service 'media.audio_flinger' died
I/ServiceManager( 144): service 'media.camera' died
I/ServiceManager( 144): service 'media.player' died
I/ServiceManager( 144): service 'media.audio_policy' died
I copied libandroid_runtime.so from the port, but it didn't help.
Can anyone help?
seryi363 said:
I tried to port MIUI V4, but the phone is stuck on boot. In logcat i found this:
I/ServiceManager( 144): service 'media.audio_flinger' died
I/ServiceManager( 144): service 'media.camera' died
I/ServiceManager( 144): service 'media.player' died
I/ServiceManager( 144): service 'media.audio_policy' died
I copied libandroid_runtime.so from the port, but it didn't help.
Can anyone help?
Click to expand...
Click to collapse
Just IGNORE them.
Post whole logcat and I'll see if I can help you, but remember: what you posted are not the reason why your MIUI won't boot.
And another thing: from which phone are you porting?
xpirt
xpirt said:
Just IGNORE them.
Post whole logcat and I'll see if I can help you, but remember: what you posted are not the reason why your MIUI won't boot.
And another thing: from which phone are you porting?
xpirt
Click to expand...
Click to collapse
Here is logcat.I'm trying to port from Incredible S.
seryi363 said:
Here is logcat.I'm trying to port from Incredible S.
Click to expand...
Click to collapse
OK. Try replacing libandroid_servers.so and tell me if it boots!
xpirt
xpirt said:
OK. Try replacing libandroid_servers.so and tell me if it boots!
xpirt
Click to expand...
Click to collapse
Didn't boot.
It's the dalvik vm which is causing the bootloop, but I don't know how to fix it
Sent from my HTC Desire X using xda premium
dansou901 said:
It's the dalvik vm which is causing the bootloop, but I don't know how to fix it
Sent from my HTC Desire X using xda premium
Click to expand...
Click to collapse
Yes this is. To fix decompile framework.jar and replace AssetManager.smali from CM9. @seryi363
If it doesn't work compare the two files and add constructors or methods missing on MIUI's AssetManager.smali.
xpirt
Can anyone help me with editing AssetManager.smali ? My Pc is broken and i can`t do it by myself.
seryi363 said:
Can anyone help me with editing AssetManager.smali ? My Pc is broken and i can`t do it by myself.
Click to expand...
Click to collapse
tell me what to do.
Come on gmail chat.
my address [email protected]
CM9 framework.jar decompiled without issues.
miui framework.jar gave two warnings:
Warning: class Lcom/android/internal/widget/LockPatternUtils; has duplicate meth
od getPowerButtonInstantlyLocks()Z, Ignoring.
Warning: class Lcom/android/internal/widget/LockPatternUtils; has duplicate meth
od setPowerButtonInstantlyLocks(Z)V, Ignoring.
But i think it doesnt matter much
Where is AssetManager.smali ??? i cant find it. Give me the folder where it might be.
neXus PRIME said:
CM9 framework.jar decompiled without issues.
miui framework.jar gave two warnings:
Warning: class Lcom/android/internal/widget/LockPatternUtils; has duplicate meth
od getPowerButtonInstantlyLocks()Z, Ignoring.
Warning: class Lcom/android/internal/widget/LockPatternUtils; has duplicate meth
od setPowerButtonInstantlyLocks(Z)V, Ignoring.
But i think it doesnt matter much
Where is AssetManager.smali ??? i cant find it. Give me the folder where it might be.
Click to expand...
Click to collapse
In framework\smali\android\content\res.
hi
seryi363 said:
In framework\smali\android\content\res.
Click to expand...
Click to collapse
Which one from attached file??
neXus PRIME said:
Which one from attached file??
Click to expand...
Click to collapse
AssetManager.smali
seryi363 said:
AssetManager.smali
Click to expand...
Click to collapse
Why you not pull AssetManager.smali from CM9 and from port rom and compare them?
Btw are you basing it on CM9?
xpirt
Too many differences. What to copy from cm9 assetmanager to miui assetmanager smali ?
Sent from my HTC Desire X using xda app-developers app
neXus PRIME said:
Too many differences. What to copy from cm9 assetmanager to miui assetmanager smali ?
Sent from my HTC Desire X using xda app-developers app
Click to expand...
Click to collapse
Do you use notepad++ compare plugin?
And did you try to replace?
xpirt
xpirt said:
Do you use notepad++ compare plugin?
And did you try to replace?
xpirt
Click to expand...
Click to collapse
I have meld in linux, and win merge in windows. I just don't know which lines to copy. Method or private numbers.
Sent from my HTC Desire X using xda app-developers app
neXus PRIME said:
I have meld in linux, and win merge in windows. I just don't know which lines to copy. Method or private numbers.
Sent from my HTC Desire X using xda app-developers app
Click to expand...
Click to collapse
But usually private numbers (ints, bools, ecc) are not connected with methods? Isn't there something in common?
Btw methods have to be copied in any case.
xpirt
@seryi363
I ported the sk8erboy's One V MIUI v4 3.2.22 sense based to our Desire X also I successfully booted it and fix a lot of bugs, the two remaining bugs are Camera that instead of real image there is a black image and streaming videos are not working, and as is a sense based rom no more CM9 bugs (bluetooth,ecc.).
If you want I can give my build and you can figure out the 2 bugs and release your stable version, also the difference between this and sk8erboy's Miui is that mine is ALL multilingual instead of 3 there are 25.
So I did want to release it but as I will be on vacation for 2months I will don't have time to release and keep updated it, ecc.
So if you want just give credits to me for boot it and kernel editing , @sk8erboy for his base files, and @neXus PRIME for his neXus Kernel as base and I will send you and you can do what you want with it
xpirt
xpirt said:
@seryi363
I ported the sk8erboy's One V MIUI v4 3.2.22 sense based to our Desire X also I successfully booted it and fix a lot of bugs, the two remaining bugs are Camera that instead of real image there is a black image and streaming videos are not working, and as is a sense based rom no more CM9 bugs (bluetooth,ecc.).
If you want I can give my build and you can figure out the 2 bugs and release your stable version, also the difference between this and sk8erboy's Miui is that mine is ALL multilingual instead of 3 there are 25.
So I did want to release it but as I will be on vacation for 2months I will don't have time to release and keep updated it, ecc.
So if you want just give credits to me for boot it and kernel editing , @sk8erboy for his base files, and @neXus PRIME for his neXus Kernel as base and I will send you and you can do what you want with it
xpirt
Click to expand...
Click to collapse
Give me the download link too. And thanks a lot. Great work.
Related
Hello,
I have repacked the stock froyo FRF72 release as an update.zip. I also made an update.zip for rooting it.
DOWNLOAD FROM HERE
Good
I also made a single update.zip
-- dead link --
I guess we now should try to deodex it
hmm so can i flash as a update.zip using frf50 kang froyo sp3 and amons 1.7.1?
edit flashed this file as an update without renaming anything 4shared.com/get/320532706/fe050bf0/update-nexusone-FRF72-root-sig.html worked fine thanx man
Lox_Dev said:
Hello,
I have repacked the stock froyo FRF72 release as an update.zip. I also made an update.zip for rooting it.
DOWNLOAD FROM HERE
Click to expand...
Click to collapse
thanks! i have been too lazy today to flash back to stock to get this lol. i will deodex and upload
Jr33 said:
thanks! i have been too lazy today to flash back to stock to get this lol. i will deodex and upload
Click to expand...
Click to collapse
thank you for deodex'in !!
Jr33 said:
thanks! i have been too lazy today to flash back to stock to get this lol. i will deodex and upload
Click to expand...
Click to collapse
Nice, thanks. Can't wait.
Thanks! I'm still having an issue with google voice. I tried one of the other releases that just upgraded some files. It shows GV as installed (and cannot be uninstalled) from the market and settings menu, but the shortcuts say this application is not installed!
I am just going to wipe, I don't have much on my phone anyways.
Thanks!
I had deodexed it for haykuro, hes been 2 busy to release so here try this. Its not flashable, just a system/app and framework deodex, only thing i had problems with was bluetooth.apk
Link
For future releases, those of u curious as to how to deodex, either refer to jesusfreke's google code page or use a script like the one in my signature.
Daneshm90 said:
I had deodexed it for haykuro, hes been 2 busy to release so here try this. Its not flashable, just a system/app and framework deodex, only thing i had problems with was bluetooth.apk
Link
For future releases, those of u curious as to how to deodex, either refer to jesusfreke's google code page or use a script like the one in my signature.
Click to expand...
Click to collapse
thanks.
but:
Code:
W/dalvikvm( 297): ERROR: Unable to find decl for native Lcom/android/server/Watchdog;.native_dumpKernelStacks (Ljava/lang/String;)V
E/JNIHelp ( 297): RegisterNatives failed for 'com/android/server/Watchdog'
E/AndroidRuntime( 297): Unable to register all android natives
I/ServiceManager( 54): service 'media.audio_flinger' died
I/ServiceManager( 54): service 'media.player' died
I/ServiceManager( 54): service 'media.camera' died
I/ServiceManager( 54): service 'media.audio_policy' died
bluetooth.apk requires a special bootclass path
Jr33 said:
bluetooth.apk requires a special bootclass path
Click to expand...
Click to collapse
Deer Jr33
When the deodex'ed /system ??
Jr33 said:
bluetooth.apk requires a special bootclass path
Click to expand...
Click to collapse
Ah i see. What is it n how'd u know wht it was ? Additionally, do you normally do anything *extra* when deodexing a froyo dump ? i just deodexed framework, n then used that as a base to deodex the apps.
Daneshm90 said:
Ah i see. What is it n how'd u know wht it was ? Additionally, do you normally do anything *extra* when deodexing a froyo dump ? i just deodexed framework, n then used that as a base to deodex the apps.
Click to expand...
Click to collapse
i don't do anything extra. btw the bootclaspath is javax.obex.jar. usually the error it spits out will point you in the right direction. the update.zip is uploading now. i also modded the boot.img for adb remounts
Jr33 said:
i don't do anything extra. btw the bootclaspath is javax.obex.jar. usually the error it spits out will point you in the right direction. the update.zip is uploading now. i also modded the boot.img for adb remounts
Click to expand...
Click to collapse
Hmm i see, wonder why mine is causing errors
W/e yea i see it now in the error it mentions that, thnx for tht
http://www.mediafire.com/?mzt3ub0htyt
i didn't add the modded boot.img because it was giving me issues and i need to get off the pc for the night
Jr33 said:
http://www.mediafire.com/?mzt3ub0htyt
i didn't add the modded boot.img because it was giving me issues and i need to get off the pc for the night
Click to expand...
Click to collapse
Thanks bro, you're the best!
eViL D: said:
Thanks bro, you're the best!
Click to expand...
Click to collapse
yes he is!
thanks Jr33!
lol .. the two Devs I was going to post this to, both already replied. Good stuff
leonnib4 said:
yes he is!
thanks Jr33!
Click to expand...
Click to collapse
just to let you know bro
FRF72 themed ( 928droid )
framework-res.apk applied successfully with mmorph now !
back in business
Is there any new radio with this build? I have serious issues with original FROYO radio where my phone is frequently unreachable although I've got full signal bars and still surfing with 3G.
-------------------------------------
Sent via the XDA Tapatalk App
I asked this over in Android General and I was pointed here: http://forum.xda-developers.com/showthread.php?t=1598713
Could anyone confirm if this would allow porting of a ROM like HTC Sense to the Xperia?
I posted this here as I reckon that if it is indeed possible, it could be of some use to the dev community in here. If not, mods can delete this
Our phone only has 480mb internal storage.
HTC Sense is well over 1gb just for the ROM.
Sent from R800x
that's wron
a normal sense 4.0a rom needs 420mb system partition
our is only 300mb.
so we need to decrease the zip (remove apps) and move some apps to /data in zip.
then symlink /data
and then we can go porting it
I would use a Sense 4 rom , I'm going to mess around later lol.
TheCraig said:
I would use a Sense 4 rom , I'm going to mess around later lol.
Click to expand...
Click to collapse
Remember, you can only use a ROM for a device on the same Arm as Xperia Play.
I'm gonna have a look at messing around with the HTC One S firmware
ok, i will make a thread for a sense 4 port
i am working on it too
nickholtus said:
ok, i will make a thread for our sense 4 port
i am working on it too
Click to expand...
Click to collapse
Really ?
Sent from my Xperia Play using Tapatalk 2
RublJow said:
Really ?
Sent from my Xperia Play using Tapatalk 2
Click to expand...
Click to collapse
This is what exploring outside of he Xperia Play thread gets you
Sorting out permissions on the HTC One S Cyanogenmod ROM. Hopefully, with some luck, I should be good to go by the end of the night
Crossing my fingers I dont get some kind of catastrophic brick haha
Moment of truth guys
I'll report back if anything works....I hope *gulp*
Stuck at kernel :S
I'll keep trying though
can you upload your current version?
then i can take a look
nickholtus said:
can you upload your current version?
then i can take a look
Click to expand...
Click to collapse
I know what the error is. I need to jump into Linux to unpack the kernel and edit the init.rc file (Only possible on Linux).
Going to flash back to MIUI temporarily to move the files onto my SD card to shift them onto Linux. Going to do that a bit later on as Im going to be a bit busy. If I get anything working I'll PM you and Dropbox the ROM for you to try If all comes back working, I'll release it to the general users
This will hopefully be my first ROM development
Tried again and can't get past the kernel screen.
Back to the drawing board. Gonna try a Samsung CM7 build now
Having no luck with this. Any devs with more knowledge than me feel free to take over
CTU_Loscombe said:
Tried again and can't get past the kernel screen.
Back to the drawing board. Gonna try a Samsung CM7 build now
Having no luck with this. Any devs with more knowledge than me feel free to take over
Click to expand...
Click to collapse
Same thing happens with the arc rom I'm trying to port. Did you edit the boot class path?
Sent from my Xperia Play using Tapatalk 2
miui arc rom should boot when you edit all the audio libs (in /lib/hw the first 4 files and in /lib all files with libaudio...)
don't need to edit the rest to get it booting
Zerosuit Connor said:
Same thing happens with the arc rom I'm trying to port. Did you edit the boot class path?
Sent from my Xperia Play using Tapatalk 2
Click to expand...
Click to collapse
Yeah. I hate this script editing
Sent from my Xperia Play using xda premium
you don't need to edit scripts...
nickholtus said:
you don't need to edit scripts...
Click to expand...
Click to collapse
Wanna draw up a tut for us ? I'm sure all the play users would be delighted. I currently can't get anything at all to boot following multiple tuts.
Sent from my Xperia Play using Tapatalk 2
nickholtus said:
you don't need to edit scripts...
Click to expand...
Click to collapse
The instructions say to edit the updater-script though :S
Sent from my Xperia Play using xda premium
lol, that's very easy.
i really don't follow that guid, because it is not %100 right
nickholtus said:
lol, that's very easy.
i really don't follow that guid, because it is not %100 right
Click to expand...
Click to collapse
Maybe you could write up better instructions for us
Sent from my Xperia Play using xda premium
ok guys i used blind n dumb 's guide to port joy os but im not getting past kernel logo this time i got a logcat please check it it was too big for paste bin so its on media fire:http://www.mediafire.com/?347jx0tdvzhjbur and thanks
EDIT:LOGCAT couldnt be put in attachments cuz max file size for txt is 256 kbs
LukBoy99 said:
ok guys i used blind n dumb 's guide to port joy os but im not getting past kernel logo this time i got a logcat please check it it was too big for paste bin so its on media fire:http://www.mediafire.com/?347jx0tdvzhjbur and thanks
Click to expand...
Click to collapse
Logcats aren't that big, you might want to consider just adding them to your post as attachments If you scroll down you will find the 'manage attachments' option. It's much easier than using external sites.
SmG67 said:
Logcats aren't that big, you might want to consider just adding them to your post as attachments If you scroll down you will find the 'manage attachments' option. It's much easier than using external sites.
Click to expand...
Click to collapse
cant be put,max size for txt files is 256 kb,ATLAST SMG67 FAILS!!
LukBoy99 said:
ok guys i used blind n dumb 's guide to port joy os but im not getting past kernel logo this time i got a logcat please check it it was too big for paste bin so its on media fire:http://www.mediafire.com/?347jx0tdvzhjbur and thanks
EDIT:LOGCAT couldnt be put in attachments cuz max file size for txt is 256 kbs
Click to expand...
Click to collapse
Try using libandroid_runtime.so from the port or vice versa!!!
deba1994 said:
Try using libandroid_runtime.so from the port or vice versa!!!
Click to expand...
Click to collapse
ok i also attached logcat for ur rom in the other thread
deba1994 said:
Try using libandroid_runtime.so from the port or vice versa!!!
Click to expand...
Click to collapse
Same fail,can u check the logcat?maybe that helps
try to replace
E/JNIHelp ( 2791): RegisterNatives failed for 'android/media/MediaRecorder'
use mediarecorder from base rom thats all and try.....
resac said:
E/JNIHelp ( 2791): RegisterNatives failed for 'android/media/MediaRecorder'
use mediarecorder from base rom thats all and try.....
Click to expand...
Click to collapse
where can i get that media recorder?sorry im so noob
LukBoy99 said:
where can i get that media recorder?sorry im so noob
Click to expand...
Click to collapse
in framework.jar
decompile the framework.jar
in that
android/media/MediaRecorder*.smali
Replace all MediaRecorder*.smali . and agin give me log so will try to help u out.
resac said:
in framework.jar
decompile the framework.jar
in that
android/media/MediaRecorder*.smali
Replace all MediaRecorder*.smali . and agin give me log so will try to help u out.
Click to expand...
Click to collapse
i fixed rest of proplems but couldnt fix that media recorder thing can u tell me exactly how to compile and recompile? here is the new logcat
1. Remove files from
/system/etc/init.d/*
and add new from other stable rom
2. Dont use any file like libcamera**** and libaudio**** from MiniCM7 or other. Is no work on this rom.
Or just here
1. Grab app, framework and other files needed for JoyOS
2. Ask nAa for use his rom for base
3. Remove from his rom app, framework and other trash
4. Add JoyOS files.
Try boot.
LukBoy99 said:
i fixed rest of proplems but couldnt fix that media recorder thing can u tell me exactly how to compile and recompile? here is the new logcat
Click to expand...
Click to collapse
locate this file in libmedia_jni.so joyos original rom, rom modified to copy and replace the same file, ready.
Joyos rom: / system / lib / libmedia_jni.so
copy to
Joyos Port: / system / lib / libmedia_jni.so
ReversBrasil said:
locate this file in libmedia_jni.so joyos original rom, rom modified to copy and replace the same file, ready.
Joyos rom: / system / lib / libmedia_jni.so
copy to
Joyos Port: / system / lib / libmedia_jni.so
Click to expand...
Click to collapse
Ok gonna do tmrrw
Sent from my U20i using xda app-developers app
First of all thanks for the developers who atleast took a look at our device
It is really hard to say that i can't go further.I have tried everything upto my level but the fact is we don't have the proper resources and after all we are having a low end samsung phone which means aftermarket development is nearly impossible.
But i still hope someday this device going to see it's dawn.we have to wait for that.
Thanks for everyone who supported me on this fix.
sambathpkr said:
hello guys,
for the past two weeks i'm trying to fix the ril in psych_half's cyanogenmod 10.1 buid.he already told that trying to fix ril causes com.android.phone has stopped working and crashes the entire system.later i found out that this problem is mainly because of the line added in the build.prop for telephony.
"ro.telephony.ril_class="
the ril class name should be as that of the Ril hardware used in our device.because of the spreadtrum chip used in our device many people cant figure out the ril_class name.giving wrong name force closes the telephony.eventhough i have done a lot of research in internet i couldn't find the ril_class.yesterday by interpretting several logcats i found out the ril class name as follows
'ro.telephony.ril_class=RIL":good:
sounds weird..!!???but it works.so phone force close fixed:good:
by adding these lines in build.prop
in SYSTEM PROPERTIES
ro.telephony.ril_class=RIL
rild.libpath=/system/lib/libreference-ril.so
in ADDITIONAL PROPERTIES
persist.sys.sprd.modemreset=0
and adding these files from stock rom's /system/bin to cm's /system/bin
modemd
dttexe
engmodemclient
engappclient
engpccclient
engservice
by adding these things nearly fixes the ril.once i got my carrier name on the lockscreen once.but i dont know how it happened.
the main problem seen in the logcat is everything working fine except the radio turning off suddenly.even the ril connects to the socket.
i'm attaching the logcat below.looking forward to fix ril.
developers take a look at this logcat and give us some suggestions
i've also tried to manually turn on the radio by dialing *#*#4636#*#*.but some time it works but sometimes not
so dont loose hope on this little device.little bit of hardwork required.
Click to expand...
Click to collapse
Excellent We are quite close to a revolution....
Pls tell me if u hv anything u want me to look up (since i cant do the things u do in linux)
I hv not been able to contact @psych.half
may be he can fix now tht u once got the ril working hmm ?
T3snake said:
Excellent We are quite close to a revolution....
Pls tell me if u hv anything u want me to look up (since i cant do the things u do in linux)
I hv not been able to contact @psych.half
may be he can fix now tht u once got the ril working hmm ?
Click to expand...
Click to collapse
yeah I've also tried to contact him but he is not available.I think he disabled his account .
I'm trying with my best..everything works fine in the logcat except the radio turning off suddenly.we have to find a workaround for that.
tag cm developers ..mm so that we can find a clue or they may help us?
By the way awesome work dude ...happy to see someone still working on this device ..best of luck
Bro you do awesome job
Sent from my GT-S5282 using Tapatalk
---------- Post added at 11:27 AM ---------- Previous post was at 11:26 AM ----------
Ill try to do build.prop edit but no one guide me
Sent from my GT-S5282 using Tapatalk
sambathpkr said:
hello guys,
for the past two weeks i'm trying to fix the ril in psych_half's cyanogenmod 10.1 buid.he already told that trying to fix ril causes com.android.phone has stopped working and crashes the entire system.later i found out that this problem is mainly because of the line added in the build.prop for telephony.
"ro.telephony.ril_class="
the ril class name should be as that of the Ril hardware used in our device.because of the spreadtrum chip used in our device many people cant figure out the ril_class name.giving wrong name force closes the telephony.eventhough i have done a lot of research in internet i couldn't find the ril_class.yesterday by interpretting several logcats i found out the ril class name as follows
'ro.telephony.ril_class=RIL":good:
sounds weird..!!???but it works.so phone force close fixed:good:
by adding these lines in build.prop
in SYSTEM PROPERTIES
ro.telephony.ril_class=RIL
rild.libpath=/system/lib/libreference-ril.so
in ADDITIONAL PROPERTIES
persist.sys.sprd.modemreset=0
and adding these files from stock rom's /system/bin to cm's /system/bin
modemd
dttexe
engmodemclient
engappclient
engpccclient
engservice
by adding these things nearly fixes the ril.once i got my carrier name on the lockscreen once.but i dont know how it happened.
the main problem seen in the logcat is everything working fine except the radio turning off suddenly.even the ril connects to the socket.
i'm attaching the logcat below.looking forward to fix ril.
developers take a look at this logcat and give us some suggestions
i've also tried to manually turn on the radio by dialing *#*#4636#*#*.but some time it works but sometimes not
so dont loose hope on this little device.little bit of hardwork required.
Click to expand...
Click to collapse
try replacing rild with the stock roms rild
jerin jose said:
try replacing rild with the stock roms rild
Click to expand...
Click to collapse
that not working(ppl hv tried but u just cant do that)
Can you give screenshot of carrier showing ?
Sent from my GT-S5282 using Tapatalk
akshaygalaxystarmod said:
Can you give screenshot of carrier showing ?
Sent from my GT-S5282 using Tapatalk
Click to expand...
Click to collapse
I told I got it once..but I dont know how that happened.
Okay
Sent from my GT-S5282 using Tapatalk
friends please ask help from various developers you know or you don't know.I know that most of the developers not respond for our request.but some one may be interested.find that some one.but do not spam their inbox.ask help from them through pm once if they are ok then they will reply for our pm.if they are not replying leave it.I don't know what happened [email protected]_half if he is there it'll be helpful
while asking help mention this post and ask to take a look at this logcat.I've started to ask..u guys also try.
@sambathpkr
The rild.libpath uses libsec-ril.so and also make sure you use the correct rild file(in the bin folder)!
v_superuser said:
@sambathpkr
The rild.libpath uses libsec-ril.so and also make sure you use the correct rild file(in the bin folder)!
Click to expand...
Click to collapse
thanks for ur suggestion
but our phone uses spreadtrum chip,
we are not having libsecril-so,
and we are using the correct rild file named rild_sp
or the libsecril.so is present somewhere else except /system/lib.
and we are using files from stock
T3snake said:
that not working(ppl hv tried but u just cant do that)
Click to expand...
Click to collapse
look at this error
Code:
D/RIL ( 107): onRequest: OEM_HOOK_RAW sState=1
D/RIL ( 107): RIL_REQUEST_OEM_HOOK_RAW: data[0]=12
D/RIL ( 107): RIL_REQUEST_OEM_HOOK_RAW: data[1]=e
D/RIL ( 107): RIL_REQUEST_OEM_HOOK_RAW: data[2]=0
D/RIL ( 107): RIL_REQUEST_OEM_HOOK_RAW: data[3]=4
D/RIL ( 107): else RIL_REQUEST_OEM_HOOK_RAW
E/RILC ( 107): RIL_onRequestComplete: invalid RIL_Token
D/RIL_ATD ( 108): SetAtdStatus(), 1_0_0
D/RIL_ATD ( 108): SERIALNO: R21D5409GER
D/RIL_ATD ( 108): ril.serialnumber: R21D5409GER
D/RIL_ATD ( 108): ListenFD()
its all abt rild i guess
---------- Post added at 01:52 PM ---------- Previous post was at 01:38 PM ----------
I am not talking abt rild_sp .I am talking abt rild but it is not there in the stock rom
how u r certain that is because of rild.I can't find any clue on your log...??
sambathpkr said:
how u r certain that is because of rild.I can't find any clue on your log...??
Click to expand...
Click to collapse
i did sm research work bro
any progress?
ask
is there no any other problems than the radio?
booompannnes! said:
is there no any other problems than the radio?
Click to expand...
Click to collapse
camera and radio thats all
Sent from my GT-S5282 using Tapatalk
booompannnes! said:
is there no any other problems than the radio?
Click to expand...
Click to collapse
T3snake said:
camera and radio thats all
Sent from my GT-S5282 using Tapatalk
Click to expand...
Click to collapse
Another problem you forgot it ...microphone not working I tried to record some things it didn't worked and to be sure I tried talking jenjer app but I get message error "can't open microphone ".. .
I'm running LOS 14.1 on desire 816 and I tried modding my systemui.apk by decompiling it, replacing some xml files from the drawables folder. After recompiling it, I replace it with my stock apk, but when I started my phone it said systemui shows FC. I created one zip also which decompiles replaces and recompiles the apk via recovery also but the results were same. @STRYDER~007 and @Chetan Lodha can you guyz help me
rjcool1999 said:
I'm running LOS 14.1 on desire 816 and I tried modding my systemui.apk by decompiling it, replacing some xml files from the drawables folder. After recompiling it, I replace it with my stock apk, but when I started my phone it said systemui shows FC. I created one zip also which decompiles replaces and recompiles the apk via recovery also but the results were same. @STRYDER~007 and @Chetan Lodha can you guyz help me
Click to expand...
Click to collapse
did you sign it??
Chetan Lodha said:
did you sign it??
Click to expand...
Click to collapse
Yup.......I'm using BD Freak's advanced apktool so I signed it using that tool
Sent from my Htc Desire 816 dual sim using XDA Labs
rjcool1999 said:
Yup.......I'm using BD Freak's advanced apktool so I signed it using that tool
Click to expand...
Click to collapse
Try a tool that's been updated more recently or diy, and check the mods you made too, just because an apk builds with no errors doesn't mean you haven't made any that would break the apk.
XperienceD said:
Try a tool that's been updated more recently or diy, and check the mods you made too, just because an apk builds with no errors doesn't mean you haven't made any that would break the apk.
Click to expand...
Click to collapse
Oooo I didn't knew that, btw can you give me the link of the new tool and how do I figure out whats the error
Sent from my Htc Desire 816 dual sim using XDA Labs
rjcool1999 said:
Oooo I didn't knew that, btw can you give me the link of the new tool and how do I figure out whats the error
Click to expand...
Click to collapse
I only use the cmd prompt method, Tickle My Android is generally kept up to date if you prefer a program to do it for you. As for the error you need to check the xmls you've modified.
XperienceD said:
I only use the cmd prompt method, Tickle My Android is generally kept up to date if you prefer a program to do it for you. As for the error you need to check the xmls you've modified.
Click to expand...
Click to collapse
If I send u the original systemui.apk along with the modded one with the names of modded xml mentioned, will you be able to figure out the problem. As far as tickle my android is concerned, I'm unable to use it, I've it on my pc nd decompiling while using cmd gives me some error so I prefer using advanced apk tool
Sent from my Htc Desire 816 dual sim using XDA Labs
rjcool1999 said:
If I send u the original systemui.apk along with the modded one with the names of modded xml mentioned, will you be able to figure out the problem.
Click to expand...
Click to collapse
Just the xmls should do.
rjcool1999 said:
As far as tickle my android is concerned, I'm unable to use it, I've it on my pc nd decompiling while using cmd gives me some error so I prefer using advanced apk tool
Click to expand...
Click to collapse
I've just replaced the old apktool.jar with the latest in the 1-BDFreak folder and decompiled, recompiled and signed my framework-res with no issues so give that try too.
XperienceD said:
Just the xmls should do.
I've just replaced the old apktool.jar with the latest in the 1-BDFreak folder and decompiled, recompiled and signed my framework-res with no issues so give that try too.
Click to expand...
Click to collapse
Yep I downloaded the latest apktool yesterday only so will give it a shot nd I'll surely send u the original and modded xml files
Sent from my Htc Desire 816 dual sim using XDA Labs
@XperienceD this is the zip
Sent from my Htc Desire 816 dual sim using XDA Labs
rjcool1999 said:
@XperienceD this is the zip
Click to expand...
Click to collapse
That isn't a SystemUI.apk it's some kind of theme zip so wouldn't replace your SystemUI with it.
XperienceD said:
That isn't a SystemUI.apk it's some kind of theme zip so wouldn't replace your SystemUI with it.
Click to expand...
Click to collapse
Okkk so can you tell me how can I change the statusbar and qs icons of LOS 14.1, I dnt like the stock icons, and want to replace them with Xperia/Sense 8 icons. Any guide or help plz
Sent from my Htc Desire 816 dual sim using XDA Labs
I'm getting this error while trying to recompile with the original signature, compiles perfectly with a new signature
Sent from my Htc Desire 816 dual sim using XDA Labs
rjcool1999 said:
I'm getting this error while trying to recompile with the original signature, compiles perfectly with a new signature
Click to expand...
Click to collapse
u need to use original signature else systemui will fc.....just build apk and the copy meta-inf and Androidmanifest.xml from original apk
Chetan Lodha said:
u need to use original signature else systemui will fc.....just build apk and the copy meta-inf and Androidmanifest.xml from original apk
Click to expand...
Click to collapse
And paste them where?????
Sent from my Htc Desire 816 dual sim using XDA Labs
rjcool1999 said:
And paste them where?????
Click to expand...
Click to collapse
in newly built apk
Chetan Lodha said:
in newly built apk
Click to expand...
Click to collapse
Okkk tysm for the help. One question.....LOS 14.1 is already available for the d816 so is it possible to compile the systemui.apk for the d816 from XOSP source code??????????
Sent from my Htc Desire 816 dual sim using XDA Labs
rjcool1999 said:
Okkk tysm for the help. One question.....LOS 14.1 is already available for the d816 so is it possible to compile the systemui.apk for the d816 from XOSP source code??????????
Click to expand...
Click to collapse
it wont work....xosp is based on caf so you cannot directly use xosp systemui on los
Chetan Lodha said:
it wont work....xosp is based on caf so you cannot directly use xosp systemui on los
Click to expand...
Click to collapse
Aare yaar.......I dont have knowledge of building a rom and I'm totally a noobe in coding nd I'm bored of this **** stock ui:crying:
Sent from my Htc Desire 816 dual sim using XDA Labs
rjcool1999 said:
Aare yaar.......I dont have knowledge of building a rom and I'm totally a noobe in coding nd I'm bored of this **** stock ui:crying:
Click to expand...
Click to collapse
First learn how to modify an apk - [How To] use Apktool then read a few GUIDES.