[Q] Bootanimation + remove recent apps from notificationbar - HTC Wildfire S

Hello,
I have 2 problems changing my HTC Wildfire S (Stock, Android version 2.3.5, HTC sense 2.1, Softwarenr. 2.26.401.3) to my personal needs
1] bootanimation
I tried every guide i found to get my custom bootanimation on my phone. Using a guide (http://www.vikitech.com/10661/complete-guide-customizing-android-boot-animation) I first created a zip file and then placed it instead of the original bootanimation.zip file at /system/customize/resource. When i booted i just get a black screen for a minute or 2 and then the phone is booted. So the phone boots without bootanimation, just black screen.
Here is a link to my zip file https://www.dropbox.com/s/ugzbbq2jcfpbf3s/htcbeatsgoogle_bootanimation.zip
Can someone take a look, maybe i did something wrong?
2] remove recent apps from notification bar
I just can't get this done. I tried for 3 days and tried every guide i found.
Including this guides:
http://forum.xda-developers.com/showthread.php?t=1225558
http://forum.xda-developers.com/showthread.php?t=1760697
http://forum.xda-developers.com/showthread.php?t=1208320
Do i have to try something different?
Thanks in advance!

jonasdhondt said:
Hello,
2] remove recent apps from notification bar
I just can't get this done. I tried for 3 days and tried every guide i found.
Including this guides:
http://forum.xda-developers.com/showthread.php?t=1225558
http://forum.xda-developers.com/showthread.php?t=1760697
http://forum.xda-developers.com/showthread.php?t=1208320
Do i have to try something different?
Thanks in advance!
Click to expand...
Click to collapse
For remove recent apps you have to add one more line like 'const/4 v0, 0x0' before the mentioned line. It'll work.
check the link here:
http://androidforums.com/4650478-post1.html
Hope this may be useful (If really press 'Thanks")

I be uploaded the edited system you and made thread in deveelopment look it up.
Sent from my HTC Wildfire S A510e using xda app-developers app

Senthamil said:
For remove recent apps you have to add one more line like 'const/4 v0, 0x0' before the mentioned line. It'll work.
check the link here[/url]
Hope this may be useful (If really press 'Thanks")
Click to expand...
Click to collapse
Senthamil, thanks for your reply but the link you give me suggests the following:
Code:
:goto_0
const/4 v0, 0x0
sput-boolean v0, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z
but my code gives the following:
Code:
:goto_[B][COLOR="red"]27[/COLOR][/B]
sput-boolean v0, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z
I can't find goto_0... ?
I allready tried the following:
Code:
:goto_27
const/4 v0, 0x0
sput-boolean v0, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z
and
Code:
:goto_27
sput-boolean v[B][COLOR="Red"]2[/COLOR][/B], Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z
.
What should i do?

baluuu said:
I be uploaded the edited system you and made thread in deveelopment look it up.
Sent from my HTC Wildfire S A510e using xda app-developers app
Click to expand...
Click to collapse
Baluuu, i did what your thread said and user your file (sense 2.1) but it just doesn't works. When i paste it in the system/app the statusbar wants to close and i get the repeating error for that, when i reboot the statusbar is gone....
What am i doing wrong?

Is the somebody who knows how to solve this problems? I spended all day searching for the sollution. It seems like my phone is different :s.
Sent from my HTC Wildfire S A510e using xda app-developers app

jonasdhondt said:
Is the somebody who knows how to solve this problems? I spended all day searching for the sollution. It seems like my phone is different :s.
Sent from my HTC Wildfire S A510e using xda app-developers app
Click to expand...
Click to collapse
I don't understand why i can't find any answers..

jonasdhondt said:
Hello,
I have 2 problems changing my HTC Wildfire S (Stock, Android version 2.3.5, HTC sense 2.1, Softwarenr. 2.26.401.3) to my personal needs
1] bootanimation
I tried every guide i found to get my custom bootanimation on my phone. Using a guide (http://www.vikitech.com/10661/complete-guide-customizing-android-boot-animation) I first created a zip file and then placed it instead of the original bootanimation.zip file at /system/customize/resource. When i booted i just get a black screen for a minute or 2 and then the phone is booted. So the phone boots without bootanimation, just black screen.
Here is a link to my zip file https://www.dropbox.com/s/ugzbbq2jcfpbf3s/htcbeatsgoogle_bootanimation.zip
Can someone take a look, maybe i did something wrong?
Thanks in advance!
Click to expand...
Click to collapse
I changed the zip compression method from normal to store.
Try the attached zip...your boot animation should work now.

For the bootanimation you can try this tool http://forum.xda-developers.com/showthread.php?t=1678540
Sent from my HTC Wildfire S A510e using xda app-developers app

jonasdhondt said:
I don't understand why i can't find any answers..
Click to expand...
Click to collapse
as with the recent app, it's a bit tricky if you are on a custom rom.
tools available like the autoapktool often fails in compiling systemui apk if it has been moded already.
you have to start with a stock systemui apk and encorporate all your modifications into it.

klacenas said:
as with the recent app, it's a bit tricky if you are on a custom rom.
tools available like the autoapktool often fails in compiling systemui apk if it has been moded already.
you have to start with a stock systemui apk and encorporate all your modifications into it.
Click to expand...
Click to collapse
I have a custom rom, but can't find how to disable the recent apps...

Tera Tike said:
I changed the zip compression method from normal to store.
Try the attached zip...your boot animation should work now.
Click to expand...
Click to collapse
It works fine, what did you changed? compression method to store? explain plz.

Related

[mod] extended power menu - need help!

Hey guy, I'm trying to port the extended power menu using this guide
http://forum.xda-developers.com/showthread.php?t=1169443
I managed to make the first part work.
However with the second part (editing android.policy.jar) I get stuck on the first static Samsung logo after reboot.
Does anyone have a clue, or is anyone willing to help?
I attached my modified files. I'm using GingerICE 2.1 ROM.
This is definitely what we need pressing the power button allows to reboot...reboot to recovery or power off like CM...
Poke me if I am wrong...just sharing..
Sent from my GT-I8150 using xda premium
fender90 i have decompilied your android.policy.jar and in GlobalAction.smali it looks all good
...but in the folder you forgot to create the files GlobalAction$10.smali and $11 and $12 like it say in the howto, read this part:
Code:
c/ Come on, we're almost there ...
Now copy the "out/com/android/internal/policy/impl/GlobalActions$4.Smali" to "out/com/android/internal/policy/impl/GlobalActions$8.Smali".
We choose #4 because it is one that contains the shutdown of the phone. We will rename it 8 because it's 8 in the next free issue ...
Remember this if ever in a future version of the files they are change.
d/ Now open the new file "out/com/android/internal/policy/impl/GlobalActions$8.Smali" and replace in, all occurrences of "\GlobalActions$4" with "\GlobalActions$8"
Then, Replace :
Code:
const/4 v1, 0x1
invoke-static {v0, v1}, Lcom/android/internal/app/ShutdownThread;->shutdown(Landroid/content/Context;Z)V
With :
Code:
const/4 v1, 0x1
const-string v2, "now"
invoke-static {v0, v2, v1}, Lcom/android/internal/app/ShutdownThread;->reboot(Landroid/content/Context;Ljava/lang/String;Z)V
e/ Save the file and copy it to "out/com/android/internal/policy/impl/GlobalActions$9.Smali"
Open it and replace in, all occurrences of "\GlobalActions$8" with "\GlobalActions$9
and
const-string v2, "now" with const-string v2, "recovery"
f/ Save the file and copy it to "out/com/android/internal/policy/impl/GlobalActions$10.Smali"
Open it and replace in, all occurrences of "\GlobalActions$9" with "\GlobalActions$10
and
const-string v2, "recovery" with const-string v2, "download"
Save the file and then ... compile it all!
I think this is the problem,maybe
Amazing, I'll try when I get back home!
Inviato dal mio GT-I8150 usando Tapatalk
fender90 said:
Amazing, I'll try when I get back home!
Inviato dal mio GT-I8150 usando Tapatalk
Click to expand...
Click to collapse
Use this guide http://forum.xda-developers.com/showthread.php?t=811532 This is what I used on the exhibit and that guide does not edit the framework.jar and when you do the edit make sure your placing it where it says look at the code above and below
Update: i mixed those guides because neither of them matches the Wonder files, and this time, and I got some progress: the phone boots!
However, when pressing the power button, I get a force close and it reloads the launcher.
I'm attaching the modified files, so you guys can help me spot the mistake
fender90 said:
Update: i mixed those guides because neither of them matches the Wonder files, and this time, and I got some progress: the phone boots!
However, when pressing the power button, I get a force close and it reloads the launcher.
I'm attaching the modified files, so you guys can help me spot the mistake
Click to expand...
Click to collapse
Probably this afternoon i'll give it a look, i like this mod
Have you boys tried last Black note hybrid? I think is that what you looking for
Sent from my GT-I8150 using XDA
pemati said:
Have you boys tried last Black note hybrid? I think is that what you looking for
Sent from my GT-I8150 using XDA
Click to expand...
Click to collapse
I don't know it has this mod, i still use stock rom
However...fender90, u have done a very little error in GlobalActions.smali, if u see ur file in line 647 and then in line 659 u surely understand there are two 0x3
Instead in GlobalAction$10.smali, and also 11 and 12, u have to delete line 54 cause u use sput command in line 52 that do what we want.
I attach the files modified by me, rename in .smali and try them
pemati said:
Have you boys tried last Black note hybrid? I think is that what you looking for
Sent from my GT-I8150 using XDA
Click to expand...
Click to collapse
i think what u r saying is the extended "NOTIFICATION" menu, but fender90 is working on the extended "POWER" menu, its the menu when u press the power button long enough, a window will pop up with options like shutdown, airplane mode, etc
Yes you right but in that panel under reboot option are options for recovery or download mode. Hope is that what is fender looking for
Sent from my GT-I8150 using XDA
pemati said:
Have you boys tried last Black note hybrid? I think is that what you looking for
Sent from my GT-I8150 using XDA
Click to expand...
Click to collapse
Stop TrollinLaLa!
Sent from my GT-I8150 using xda premium
Any progress for this file. Its really helps for other modified stock roms.
vhick said:
Any progress for this file. Its really helps for other modified stock roms.
Click to expand...
Click to collapse
what rom are u using? im using bionicv2 and ive flashed this http://forum.xda-developers.com/showthread.php?t=1597368 , i dont know if it will work on stock rom though
I used stock rom that is modified using dsixda Kitchen. I will try this though.
Thanks
andynroid said:
This is definitely what we need pressing the power button allows to reboot...reboot to recovery or power off like CM...
Poke me if I am wrong...just sharing..
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
+1
I really want it too...
a.fontenele said:
+1
I really want it too...
Click to expand...
Click to collapse
This mod is already available to our device. Just take a look at the Theme&Apps section.
If you are taking about http://forum.xda-developers.com/showthread.php?t=1658833 I already checked... It's for deoxed ROMs though...
Sent from my GT-I8150B using Tapatalk 2
a.fontenele said:
If you are taking about http://forum.xda-developers.com/showthread.php?t=1658833 I already checked... It's for deoxed ROMs though...
Sent from my GT-I8150B using Tapatalk 2
Click to expand...
Click to collapse
Yes, of course. Deodex enables theme editing. I haven't seen any theme for odex rom so far.
yewsiong said:
Yes, of course. Deodex enables theme editing. I haven't seen any theme for odex rom so far.
Click to expand...
Click to collapse
one question buddy, what do we need to deodex? and what does deodexing does to our phone? sorry for my bad english.

The updates make me jealous

i had long ago rooted my device , i lost my nandroid back up on the second day when i had flashed a custom rom..
and now i use a so callled stock rom that i downloaded from somewhere idk
i dont get ny updates.. y is this so? ??
Why stock rom??? Get back on CM7 !
Or install a custom stock rom - get .sense - it's got sense v3.5.
*se-nsei. said:
Why stock rom??? Get back on CM7 !
Or install a custom stock rom - get .sense - it's got sense v3.5.
Click to expand...
Click to collapse
yeah bro i know that .. comon i am a tester of that rom i m in your team of wfsdev and you dont realize wierd.. nywys.. but i do think that my touch isnt that much responsive as it was and i think my radio should be updated
Forget about official updates if you have rooted device.
Wow, neither of you helped this guy, or even tried.
The only thing I would know to do is to find the original ruu for your carrier, flash that, and see where you stand. I'm pretty sure the updater only checks for firmware versions. NOT su installation. Could be wrong though...
mhrsolanki2020 said:
i had long ago rooted my device , i lost my nandroid back up on the second day when i had flashed a custom rom..
and now i use a so callled stock rom that i downloaded from somewhere idk
i dont get ny updates.. y is this so? ??
Click to expand...
Click to collapse
I think I can help you but I have a question
What does boot.img and system.yaffs2.img contain?
Edit: no need to feel sad, the update won't release in India for some time.
Sent from my HTC A510e using XDA
BigChillin said:
Wow, neither of you helped this guy, or even tried.
The only thing I would know to do is to find the original ruu for your carrier, flash that, and see where you stand. I'm pretty sure the updater only checks for firmware versions. NOT su installation. Could be wrong though...
Click to expand...
Click to collapse
We've been searching for a long time . It isn't there!
Sent from my HTC A510e using XDA
vbhtt said:
I think I can help you but I have a question
What does boot.img and system.yaffs2.img contain?
Edit: no need to feel sad, the update won't release in India for some time.
Sent from my HTC A510e using XDA
Click to expand...
Click to collapse
The boot.img contains all the data that is required for booting like boot animation your kernal and all .. the.system.yaffs2.img contains all the system apps (HTC likes , sense. , rosie n all ) .. its like a structure .. will explain you in detail when I sit on my lappy I can't wrote that Much with my cell
Sent from my HTC Wildfire S A510e using xda premium
BigChillin said:
Wow, neither of you helped this guy, or even tried.
The only thing I would know to do is to find the original ruu for your carrier, flash that, and see where you stand. I'm pretty sure the updater only checks for firmware versions. NOT su installation. Could be wrong though...
Click to expand...
Click to collapse
i actually tried to download the ruu of aisa but then when i extract the rom.zip from %temp% ie c:temp/rom.zip and try to extract it the error comes that it is not proper file like it is damaged (dont remember the exact error) then i have to break the operation .. so i posted ..
ny one from india can make a backup and just mail me the boot.img and system.yaffs2.img from the clockworkmod folder in the sd card???
vbhtt said:
I think I can help you but I have a question
What does boot.img and system.yaffs2.img contain?
Edit: no need to feel sad, the update won't release in India for some time.
Sent from my HTC A510e using XDA
Click to expand...
Click to collapse
see bro i explained you about the boot.img its only that much now in detail fr system.yaffs2.img (can be told as system.img too)
system.img is the system folder in your rom. when it is extracted it becomes the system folder..
if you go into system folder yyou will see these folders..
Code:
app
bin
customize
etc
fonts
framework
lip
lost+found
media
usr
xbin
and a file named build.prop
app:
Code:
it is a folder where all system apps are there..
you can paste a apk there to make it the system app
(the system apps dont get updates from market mostly
bin:
Code:
it hellps the icons to animate..
like if the animation has 9 images then to move those nine images
(that is to animate those nine images to become one animation)
the commands are given here in bin
(as far as i know i may be wrong about this)
customize:
Code:
all the customisations are here like your boot animation
(the default one not the customized one)
your default wall paper.. etc
etc:
Code:
all the permisions and etc are here
like the permisions of su , the bluetooth paired devices
your wifi passwords and all
fonts :
Code:
no explaination needed
framework:
Code:
it is a folder where all the jar files are located..
the jar files are used for all the work you do ..
like if you assign the MENU key with a Launcher then
tht assigning is saved into a jar
(this is never used with launchers its just an example)
if you wanna change the theme then you can edit
the framework-res.apk in it :D
lib:
Code:
all the lib like sound plugins this plugin that plugin
lost+found:
Code:
i dont know , its allways empty for me :(
donnt know what it is
media:
Code:
here you can paste the bootanimation.zip
of your own choice to have a
customized bootanimation.zip .
usr:
Code:
here all the icons are located ..
the icon of wifi bluetooth keyboard and all
xbin:
Code:
it is just a bin mostly used as a temp folder :D
the build.prop
Code:
its a file that is as like the updater script
but doesnt update nything but shows the information in the rom,
like what is the build of the rom
what version of the sense
what resolution you want
(the default is 120 but it is changable :D)
got things clear?
I got an idea. Go to HTC service centre and shed 500 re, rest they will do
Sent from my HTC Wildfire S A510e using XDA
peace.nitish said:
I got an idea. Go to HTC service centre and shed 500 re, rest they will do
Sent from my HTC Wildfire S A510e using XDA
Click to expand...
Click to collapse
bro if i go there with this version then i am pretty sure that i am gonna loose my warranty ..
Not a problem for me coz I am a cellphone retailer. Hehe
Sent from my HTC Wildfire S A510e using XDA
peace.nitish said:
Not a problem for me coz I am a cellphone retailer. Hehe
Sent from my HTC Wildfire S A510e using XDA
Click to expand...
Click to collapse
oh then the warranty wont be affecting you

[MOD][SecPhone] Enable Call Recording on Jelly bean

This is a simple howto enable Call recording on the Galaxy S3 Firmewares for Jelly bean Roms.
If you take a look at the source code, you will notice that call rec is default enabled for some Countries (KOR,JAP...), what i did is just enabling it after all CSC checks.
You need to decompile SecPhone.apk, use my repacked Apk_Manager (it should work for any ICS file 4.0.3/4.0.4/4.1.1).
Open "SecPhone.apk\smali\com\android\phone\PhoneFeature .smali", go to "makeFeature()V" method, and make the changes :
Code:
.line 792
invoke-static {}, Lcom/android/phone/PhoneFeature;->makeFeatureForJapan()V
.line 796
:cond_d
invoke-static {}, Lcom/android/phone/PhoneFeature;->makeFeatureForUsa()V
.line 797
[COLOR=Green] ++sget-object v0, Lcom/android/phone/PhoneFeature;->mFeatureList:Ljava/util/HashMap;
[/COLOR] [COLOR=Green] ++const-string v2, "voice_call_recording"
[/COLOR] [COLOR=Green] ++const/4 v4, 0x1
[/COLOR] [COLOR=Green] ++invoke-static {v4}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
[/COLOR] [COLOR=Green] ++move-result-object v3
[/COLOR] [COLOR=Green] ++invoke-virtual {v0, v2, v3}, Ljava/util/HashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;[/COLOR]
return-void
Compile and enjoy.
Attached cwm patch works on Deodexed LI2 Roms only.
Nice.
Tried it and it worked properly. Great work as always.
great mod,
mate, can you please provide a CWM recovery path for DLI1 firmware too?
thanks
This only works for stock roms right? SlimBean for instance has no SecPhone.asp.
Hy wanam,
please could you make a XXDLI5 version ?
I tried the apk manager but when decompiling i get errors....
First time doing this and I get a "java not installed"
where do I put this thing to get java working when It IS installed on my PC??
Thanks.
Hy wanam,
i extracted the secphone.apk from your wanamlite 3.3 and put it in mey kristofpetho JB 1.6 rom and works perfect. So not need anymore
MasterTB said:
First time doing this and I get a "java not installed"
where do I put this thing to get java working when It IS installed on my PC??
Thanks.
Click to expand...
Click to collapse
Is your java set up correctly? is it in your path?
apk manager is best used in the root of c drive
That's what I thought and there's where I put it but I still get the error. Win7 32bits and 64bits...
Same issue on both pc's.
MasterTB said:
That's what I thought and there's where I put it but I still get the error. Win7 32bits and 64bits...
Same issue on both pc's.
Click to expand...
Click to collapse
dirty fix:
install BOTH 32 bit & 64 bit version...one should go in programs, the other should auto install in x86 programs
no guarantees....
java doesnt seem to like w7 64bit..it messes around with folder locations and reg entries
Hi, I can't understand how to "use" (install) this Apk_Manager so I can decompile SecPhone.apk. Do you install it on the S3? on the computer?? How? I just can't get it working. Sorry & Thanx for the hepl!
Can you please provide a CWM recovery path for DLI7 firmware too? Thank's
bhavadas said:
Hi, I can't understand how to "use" (install) this Apk_Manager so I can decompile SecPhone.apk. Do you install it on the S3? on the computer?? How? I just can't get it working. Sorry & Thanx for the hepl!
Click to expand...
Click to collapse
same doubts.
OP can you plz elaborate a bit more for noobs like me ?
bhavadas said:
Hi, I can't understand how to "use" (install) this Apk_Manager so I can decompile SecPhone.apk. Do you install it on the S3? on the computer?? How? I just can't get it working. Sorry & Thanx for the hepl!
Click to expand...
Click to collapse
NOT install just unzip on your PC C:drive
put you need to modify apk on the place-apk-here-for-modding
click script
Here is XXDLI7 latest JB leak deodexed and moded SecPhone.apk with call recording.
Thank's to Wanam.
ausdim said:
Here is XXDLI7 latest JB leak deodexed and moded SecPhone.apk with call recording.
Thank's to Wanam.
Click to expand...
Click to collapse
Doesn't work
Sent from my GT-I9300 using xda premium
M_aqui said:
Doesn't work
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Working good.
You are doing something worng.
This is for deodexed roms.
If you have odexed dont forget to delete SecPhone.odex
Sent from my GT-I9300 using Tapatalk 2
ausdim said:
Working good.
You are doing something worng.
This is for deodexed roms.
If you have odexed dont forget to delete SecPhone.odex
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
You're right, I forgot to delete SecPhone.odex
Thank's :good:
Nice work wanam! does it work on CM10? Or CM9 for your ICS fix?
Its not working for me, maybe my mistake, I try it again..
Sent from my GT-I9300 using xda app-developers app

[MOD/ HOW TO] Enable WiFi Tethering

THIS IS FOR THE BRAVE PEOPLE ONLY!!!
I deodexed my own system in order to do this modification.
I replaced the files manually using an on device file explorer.
I do not recommend doing this if you aren't comfortable dealing with smali.
I got tethering working by modifying:
TetheringProvision.apk
/com/sec/tetheringprovision/TetheringProvisionActivity$5.smali
--return -1 instead of 0
Code:
.line 990
iget-object v0, p0, Lcom/sec/tetheringprovision/TetheringProvisionActivity$5;->this$0:Lcom/sec/tetheringprovision/TetheringProvisionActivity;
[COLOR=Red]-- const/4 v1, 0x0
[/COLOR][COLOR=YellowGreen]++ const/4 v1, -0x1[/COLOR]
#calls: Lcom/sec/tetheringprovision/TetheringProvisionActivity;->sendResult(I)V
invoke-static {v0, v1}, Lcom/sec/tetheringprovision/TetheringProvisionActivity;->access$800(Lcom/sec/tetheringprovision/TetheringProvisionActivity;I)V
Click to expand...
Click to collapse
&&
/com/sec/tetheringprovision/TetheringProvisionActivity$TetheringPlanCheckTask.smali
--change auth links to localhost
Code:
.line 1081
const-string v0, "[COLOR=Red]127.0.0.1[/COLOR]"
iput-object v0, p0, Lcom/sec/tetheringprovision/TetheringProvisionActivity$TetheringPlanCheckTask;->ATTTetheringPlanCheckURL:Ljava/lang/String;
.line 1082
const-string v0, "[COLOR=Red]127.0.0.1[/COLOR]"
iput-object v0, p0, Lcom/sec/tetheringprovision/TetheringProvisionActivity$TetheringPlanCheckTask;->ATTMHSPlanCheckURL:Ljava/lang/String;
Click to expand...
Click to collapse
It fails the authentication quickly and anonymously by calling localhost (127.0.0.1) and allows hot spot enabling after.
The modified APK is attached. Rename existing APK and ODEX file to .BAK then place modded APK in system/app and reboot.
UPDATE: The attached APK is out of date and obsolete. See my dev-resources thread for an updated deodexed system installer based on the newest system release that includes this mod.
I'm content with just using Foxfi/PDANet, haha. Works fine, i tested it last night
nice, thanks for the info OP!
breakingspell said:
I'm content with just using Foxfi/PDANet, haha. Works fine, i tested it last night
Click to expand...
Click to collapse
Does the S4 need to be rooted to use Foxfi/pdanet?
newbie101 said:
Does the S4 need to be rooted to use Foxfi/pdanet?
Click to expand...
Click to collapse
Supposedly not, that's their selling point.
I guess I'm not that familiar with .smali but how did you get root permission?
Sent from my SAMSUNG-SGH-I337 using xda premium
n311.dunkle said:
I guess I'm not that familiar with .smali but how did you get root permission?
Sent from my SAMSUNG-SGH-I337 using xda premium
Click to expand...
Click to collapse
Really man? How did he root? Spend 30 seconds looking at the forum.
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
geoldr said:
Really man? How did he root? Spend 30 seconds looking at the forum.
Sent from my SAMSUNG-SGH-I337 using xda app-developers app
Click to expand...
Click to collapse
Harsh much? The "original" Android development forum had one topic and one sticky. I didn't even think to look there. My bad but seriously I hate when people post rude comments that don't even answer the question asked. Keep it to yourself if you don't feel like being helpful.
Sent from my SAMSUNG-SGH-I337 using xda premium
Since you modified the apk already we should be able to push the apk into the system and change the permissions using a root Explorer. Even if you mess up this apk won't brink anything. The worst case is your tethering just won't work. You can even just rename the old system files to .bak just incase.
Can you post up the modified apk...
Sent from my SAMSUNG-SGH-I337 using xda premium
breakingspell said:
I'm content with just using Foxfi/PDANet, haha. Works fine, i tested it last night
Click to expand...
Click to collapse
I jut tried the free version to see if it would work, and it did not work for me.
BigDogPooh said:
Since you modified the apk already we should be able to push the apk into the system and change the permissions using a root Explorer. Even if you mess up this apk won't brink anything. The worst case is your tethering just won't work. You can even just rename the old system files to .bak just incase.
Can you post up the modified apk...
Sent from my SAMSUNG-SGH-I337 using xda premium
Click to expand...
Click to collapse
Posted modded APK in OP.
alwayslearning said:
I jut tried the free version to see if it would work, and it did not work for me.
Click to expand...
Click to collapse
You installed PDAnet from their website, right? The Foxfi branded version is blocked for AT&T customers on the play store
breakingspell said:
You installed PDAnet from their website, right? The Foxfi branded version is blocked for AT&T customers on the play store
Click to expand...
Click to collapse
yes I did, I only installed FoxFi off the PDA site because it could be tired before you buy. Has anyone else gotten the free one to work? Or do you need to have the full version?
alwayslearning said:
yes I did, I only installed FoxFi off the PDA site because it could be tired before you buy. Has anyone else gotten the free one to work? Or do you need to have the full version?
Click to expand...
Click to collapse
The free version works fine for me, no extra configuration or anything. Are you rooted?
breakingspell said:
The free version works fine for me, no extra configuration or anything. Are you rooted?
Click to expand...
Click to collapse
no I am full stock, but I do need this to work. I will re-download and re-install to see if that works.
alwayslearning said:
no I am full stock, but I do need this to work. I will re-download and re-install to see if that works.
Click to expand...
Click to collapse
I'm rooted, but PDAnet never requested root access. Does it give you a specific error or message?
breakingspell said:
I'm rooted, but PDAnet never requested root access. Does it give you a specific error or message?
Click to expand...
Click to collapse
it just stops and says "unfortunately, FoxFi has stopped
I think you guys should make a discussion thread for FoxFi in another section.
Please keep discussion here in regard to the posted mod.
breakingspell said:
I'm rooted, but PDAnet never requested root access. Does it give you a specific error or message?
Click to expand...
Click to collapse
okay, I got it to work :good:
I had gone to the FoxFi website like it said in the store, I now went to PDANet+ site and downloaded the bundle and it worked, thanks for the tip this will help a lot until the custom ROMs come out.
Thanks for this. I will def try it out when I get my phone. can't wait to start hacking it.

[SOLVED] Porting Sense 4.1 Lite help =/

I've started to port Sense 4.1 lite from HTC Desire X 1.18.401.1 to our phone. I've been following this guide to port it, but when booting I always get a blackscreen and it doesn't do anything =/. I can't enable ADB, even though I've added persist.service adb.enable line in the build.prop. I know that it generates things in the data partition, because the ADB in recovery shows it. Does anyone have any ideas on how to get this working?
may be you have to edit res-framework.apk to make a rom working!
gulsher said:
may be you have to edit res-framework.apk to make a rom working!
Click to expand...
Click to collapse
Do you know what parts of it? I'm not so great at sense rom porting =/
Decompile
1. Download these files:
http://dl.dropbox.com/u/54258750/apktool1.4.2.31e6dc5.jar
md5: 38db374a2f733000b1b0309b2b99f74b
http://dl.dropbox.com/u/54258750/aapt.exe (from the latest R16 SDK)
md5: 26a35ee028ed08d7ad0d18ffb6bb587a
http://dl.dropbox.com/u/54258750/apktool.bat
md5: 2bf3b895011fc4b1801edcfbabfdc295
2. Copy all files to your 'Windows' directory and rename apktool1.4.2.31e6dc5.jar to apktool.jar
3. Open command prompt, and install framework (apktool if framework-res.apk)
4. Decompile with apktool1.4.2.31e6dc5.jar (everytime use this to decompile framework-res.apk)
apktool d framework-res.apk
Rebuild
1. Download http://code.google.com/p/android-apktool/downloads/detail?name=apktool1.4.3.tar.bz2 and copy to your windows directory (overwrite the old apktool.jar)
md5: 3d0478c4d23c7829edc024266697fef9
2. apktool b framework-res
3. extract all files from 'dist\apktool-res.apk' and create new archive with winrar or 7zip (archive type: zip | compression method: store)
4. resign
5. zipalign
6. Rename to famework-res.apk
---------- Post added at 09:04 PM ---------- Previous post was at 09:01 PM ----------
try to copy these lib
Libandroid_runtime.so
Libandroid_servers.so
Libmedia_jni.so
if rom is not booting
MameTozhio said:
I've started to port Sense 4.1 lite from HTC Desire X 1.18.401.1 to our phone. I've been following this guide to port it, but when booting I always get a blackscreen and it doesn't do anything =/. I can't enable ADB, even though I've added persist.service adb.enable line in the build.prop. I know that it generates things in the data partition, because the ADB in recovery shows it. Does anyone have any ideas on how to get this working?
Click to expand...
Click to collapse
Waiting for your Android 4.0.4 Sense 4.1 :good:
Well I managed to get it to show Boot animation, I edited the build.prop.
I still can't get a logcat, I tried to make an init.d script to logcat a file to the sdcard, but that didn't want to work.
I'm using my own guide now, but no matter what I do it doesn't boot.. anyone else able to help?
I've also switched base to Asia HK 2.24.708.1, it isn't much different from the telus_wwe base I was using.
That thread your using wont work for Sense. You have to use Rom Kitchen Porting. I managed to get the Desire X 1.14.401.1 working but the camera didn't. And it was real slow. I've been trying the same. I've had a bunch of working ones, they just sucked.
bandit97 said:
That thread your using wont work for Sense. You have to use Rom Kitchen Porting. I managed to get the Desire X 1.14.401.1 working but the camera didn't. And it was real slow. I've been trying the same. I've had a bunch of working ones, they just sucked.
Click to expand...
Click to collapse
I don't use that thread anymore to port. Link me to the ROM kitchen porting? Oh, and for camera:
libchromatix*.so
LibOlaEngine.so
LibOlaEngineNew.so
libhtccamera.so
liboemcamera.so
libcamera*.so
libmm*.so
In /system/etc:
media_profiles.xml
MameTozhio said:
I don't use that thread anymore to port. Link me to the ROM kitchen porting? Oh, and for camera:
libchromatix*.so
LibOlaEngine.so
LibOlaEngineNew.so
libhtccamera.so
liboemcamera.so
libcamera*.so
libmm*.so
In /system/etc:
media_profiles.xml
Click to expand...
Click to collapse
I don't know of a guide. Its pretty self explanatory in Rom Kitchen using its porting tool. Maybe I could give it a try and upload a base for you.
bandit97 said:
I don't know of a guide. Its pretty self explanatory in Rom Kitchen using its porting tool. Maybe I could give it a try and upload a base for you.
Click to expand...
Click to collapse
I'm going to try using the kitchen porter.. just downloaded the master from github, just waiting for 1.18.401.1 from DX to finish downloading.
Delete- figured it out!
I used the android kitchen to port it, I can't get it to boot now. Does anyone have any ideas? (Sorry for all the double posts ._.)
Sent from my Nexus 4 using xda app-developers app
Can you give a link to the base your using?
Sent from my HTC One V using xda app-developers app
http://forum.xda-developers.com/showthread.php?p=36280811
The hTC Asia HK 2.24.701.1 version.
Sent from my Nexus 4 using xda app-developers app
Oh I ment what your trying to port.
Sent from my HTC One V using xda app-developers app
bandit97 said:
Oh I ment what your trying to port.
Sent from my HTC One V using xda app-developers app
Click to expand...
Click to collapse
Oh.
http://forum.xda-developers.com/showpost.php?p=39658634&postcount=2
MameTozhio said:
Oh.
http://forum.xda-developers.com/showpost.php?p=39658634&postcount=2
Click to expand...
Click to collapse
Yeah I've been trying without luck as well. It probably has to do with different screen size, symlinks and or 4.03 as base. Ill mess around for a bit. I'm not sure if your just trying to get 4.04. I managed to port Desire S 4.0.4 but it was slow and the camera didn't work as I said.
bandit97 said:
Yeah I've been trying without luck as well. It probably has to do with different screen size, symlinks and or 4.03 as base. Ill mess around for a bit. I'm not sure if your just trying to get 4.04. I managed to port Desire S 4.0.4 but it was slow and the camera didn't work as I said.
Click to expand...
Click to collapse
I'm really only trying to get Sense 4.1 lite.
MameTozhio said:
I'm really only trying to get Sense 4.1 lite.
Click to expand...
Click to collapse
I got http://forum.xda-developers.com/showthread.php?t=2006392 working. For myself. Thats the one I had problems with though. You need to gut a lot of stuff out of it. And I don't know if he would allow public porting or not. If you want help we could do it together. I still have a booting rom from that. I know a bit more now so I think I could do it better.
bandit97 said:
I got http://forum.xda-developers.com/showthread.php?t=2006392 working. For myself. Thats the one I had problems with though. You need to gut a lot of stuff out of it. And I don't know if he would allow public porting or not. If you want help we could do it together. I still have a booting rom from that. I know a bit more now so I think I could do it better.
Click to expand...
Click to collapse
Yeah, I've also got my own method of porting that doesn't require a lot of gutting and produces a working ROM. It just doesn't work for Desire X sense ports..

Categories

Resources