[ROM] Htc Explorer (pico) - Explorer_ICS - HTC Pico (Explorer)

Hello Friends!
So, i'm trying to port HTC Desire C rom to our HTC Explorer.
All help and advice are welcome, I don't want this rom to be "my rom" but a rom for all of us and a little bit of everyody SEE UPDATE NEWS BELLOW!!
Drooling mode:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Still not able to boot but it installs!
I followed this guide for help.
http://forum.xda-developers.com/show....php?t=1222746
-----
Help needed
I have doubts of what to do with this files I upload above. Now i'm trying with Stock rom and golf rom...the files are: build.pro, build.img, update.bin and update script,i'll update a folder with theses files from both roms! I guess this files are giving the problems because the rest of the tuturial is easy
So, Golf ---> Explorer, can someone with experience edit theses files so the rom dont have errors in booting up??? I made arrangents as I say below, but no sucess :S
-> build prop must have where is device and all...pico instead of golf!
->boot image must be of golf with bootclasspath line edited with stcoks'
-> Update binary (can i copy paste the stocks one?)
->Update script: this is the trick one, i dont know much :S
http://www.mediafire.com/?51v448c5d8hbu1z
Advice would be good too and take action in the port too, let's talk about it in this thread, let's make it a "Explorer's Community Rom"
-----
OTHER PORTS ICS or NOT
Rosie ICS Mod_by [email protected]
I bring u guys,yet, another mod! This time another one to our beloved Rosie, the love of our eyes and the eye candy of our Explorer!
Same drill, flash through recovery,choose stock or jaggy version (this time have no unmod thing, so flash if u really want to, I don't know why u wouldn't )
Download: http://www.mediafire.com/?gcbxp7jbwhk4mhb
---------------------------------------------------
Rosie Mod_by [email protected] - Mod and Unmod ZIP (just change the launcher home buttons to that circles)
Friends I got something for u!! Who likes Stock Rom or Jaggy Rom? Who likes the stock launcher but wished it was a little bit diferent? Well..wait no more!!
Just flash through recovery!
Download: http://www.mediafire.com/?7ocbx9c2ia80byu
------------------------------------------------------------------------
1)‎>>>>BLUEMOD_ZIP: FOR STOCK ROM AND JAGGY ROM!<<<<<<<<
>ZIP for install mod, and.....BIG NEWS: zip for remove mod (yes remove and back to before mode!!)
>Back story: I applied the blue-mod theme (see original thread) to my phone but not manually, i tried as dicribed but still getting error in android commander so i make a zip to flash. I creat bluemod_zip based on the mod by user jinjamal in xda (great mod sir!!!)
I sucessful created a install zip, but how to unninstall? I didn't know..I started to think and I came with a way to do it!!
Ladies and gentelmen I present you the files:
>>>Download (it says green but is the blue mod!)<<<<<
>To those who have stock rom: http://www.mediafire.com/download.php?6w7m9b2lrx8gs87
>To those who have jaggy rom: http://www.mediafire.com/download.php?z06ue2ur76s393e
How to install/unninstall: zip of the folder in download (mod ou unmod) in sdcard, then just enter in recovery and "install zip from sd card"...Enjoy!! How simple is that???
>>>>Thanks friend Prasanna Chandra, Ashish Garg, Aabhas Lall and many more that replied to me in facebook group!! And of course to the creator of the mod jinjamal of XDA)
...........................................................
NEWS: Hello friends! It's sad day for me, I'll have to abandon for a while the work in Porting golf rom to our ics University matters Nevertheless I want to thank all u guys who helped me and made me do things i didnt think i could do or learn related with android!! I had a lot of phone putting together de "bluemod zip"
I'll work in the mod when I can (See updates section below for my current developments!)
Thanks friends
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
NEWS!!!!
So I was trying a little bit more!
Here my Updater-script and recovery.log of same instalation. Can u find errors? I can't acess logcat
Recovery.log http://pastebin.com/LAejRqKs
Updater-script: http://pastebin.com/hhVfH1E9
HERE IS THE LINK FOR MY WORK UNTIL NOW (DO NOT INSTALL; IT WONT BOOT; I'M NOT RESPONSIBLE):
http://www.mediafire.com/?aeflfe78i2767ok
Experienced DEVS Call-out for help
For now thanks to: thomas.raines, benjamin.j.goodwin, QuBe2 and dafabsl for help me where I "returned".
Best regards from Portugal

hmm gr8 i hope so u will succeed....

I will try to get this working this weekend, also for everyone else, try to use this forum for HTC explorer development rather than the Facebook group, makes things easier for everyone.
Don't forget to vote so that the HTC explorer gets its known section, (sorry I don't know the link, you can search for it).
And lastly if anyone has free time, try to help modafoca with porting cyanogenmod, do it for the community.
Thanks.

Time tries all.

Hopefully with all your help I'll make it work!

I'm starting messing with the files!
Any help regarding:
Boot.img
Updater-script
Updater binary
Build.prop
would be much apreciate!!
For example:
how can I mess with this files for the port to work, for example..copy the boot.img from stock to golf, copy the update binary, edit those lines of build prop (as saidin the guide)..and the big problem: updater-script :S
Cheers
Gonna test 3 diferent files I made! Wish me luck

Very warm luck for your rom
If need any help i will be happy to oblige

Get boot.img tools from here- https://github.com/sakindia123/kernel-htc-pico
Split both Htc Explorer and Desire C boot.img's
Code:
tools/mkbootfs boot | gzip > unpack/boot.img-ramdisk-new.gz
mkdir -p target_img
tools/mkbootimg --kernel unpack/boot.img-zImage --ramdisk unpack/boot.img-ramdisk-new.gz -o target_img/boot.img --base `cat unpack/boot.img-base`
cp target_img/boot.img output
COmpare bootclasspath and init scripts and take care of permissions,esp. ril and radio

sakindia123 said:
Get boot.img tools from here- https://github.com/sakindia123/kernel-htc-pico
Split both Htc Explorer and Desire C boot.img's
Code:
tools/mkbootfs boot | gzip > unpack/boot.img-ramdisk-new.gz
mkdir -p target_img
tools/mkbootimg --kernel unpack/boot.img-zImage --ramdisk unpack/boot.img-ramdisk-new.gz -o target_img/boot.img --base `cat unpack/boot.img-base`
cp target_img/boot.img output
COmpare bootclasspath and init scripts and take care of permissions,esp. ril and radio
Click to expand...
Click to collapse
Friend i arrenged a way to make it automatic:
With DSIXDA Kitchen It treats of that part automaticlay, then i'm gonna try the guide, yet, again

W8ing for the day when my little explorer will be running ICS perfectly..

gargashish0901 said:
W8ing for the day when my littlej explorer will be running ICS perfectly..
Click to expand...
Click to collapse
Let's hope for the best

Btw where the pic has been taken explorer running ICS..
Sent from my HTC Explorer A310e using Tapatalk 2

gargashish0901 said:
Btw where the pic has been taken explorer running ICS..
Sent from my HTC Explorer A310e using Tapatalk 2
Click to expand...
Click to collapse
It's a draw i made in paint, it's how it will look like ;D

ourico4 said:
It's a draw i made in paint, it's how it will look like ;D
Click to expand...
Click to collapse
Haha i was also thinking u made it..
Sent from my HTC Explorer A310e using Tapatalk 2

ourico4 said:
It's a draw i made in paint, it's how it will look like ;D
Click to expand...
Click to collapse
I'd have thought this would have been obvious from the poor quality screenshot on the much higher quality image of the device itself. (No offence).

Good luck you will figure it out
Sent from my HTC Explorer A310e

SifJar said:
I'd have thought this would have been obvious from the poor quality screenshot on the much higher quality image of the device itself. (No offence).
Click to expand...
Click to collapse
Non takken
I did what i could friend, i'll see if i can uplaod a better looking

aishiscool said:
Good luck you will figure it out
Sent from my HTC Explorer A310e
Click to expand...
Click to collapse
Thanks friend! Our little HTC Explorer deserves, it's a great machine!!
I Don't have very much knowledge, but i'll try verymuch, hope my persistence win, eheh
Cheers all!

Hello friends! It's sad day for me, I'll have to abandon the work in Porting golf rom to our ics University matters Nevertheless I want to thank all u guys who helped me and made me do things i didnt think i could do or learn related with android!! I had a lot of phone putting together de "bluemod zip"
Thanks friends
I'll put the link to my "best" work until now, but it DONT BOOT, but installs...Hope u can make something of that!
Here it is, DONT PUT IT ON YOUR PHONE, NEEDS WORK:
http://www.mediafire.com/?fc6nxhg5a4tpwv5
Best regards!

ourico4 said:
Hello friends! It's sad day for me, I'll have to abandon the work in Porting golf rom to our ics University matters Nevertheless I want to thank all u guys who helped me and made me do things i didnt think i could do or learn related with android!! I had a lot of phone putting together de "bluemod zip"
Thanks friends
I'll put the link to my "best" work until now, but it DONT BOOT, but installs...Hope u can make something of that!
Here it is, DONT PUT IT ON YOUR PHONE, NEEDS WORK:
http://www.mediafire.com/?fc6nxhg5a4tpwv5
Best regards!
Click to expand...
Click to collapse
Any news? Is anyone currently working on this

Related

[App] Battery Icon Mod 1.0

See second post for updates and info about the current status of this project.
Credit for this also goes to a wonderful app developer, appelflap, who wrote the app, provides excellent support and will receive thanks and part of the contributions from the donate version on the market. He is a fantastic developer; I urge everyone who would donate to me to send some his way as well
General Description
Battery Icon Mod is a general app (root required) for turning the standard battery icon into something more useful and more sophisticated.
The (ambitious) goal is to serve mods with this app for as many devices as possible. See second post for the devices/roms that are currently supported.
Important
Make a nandroid backup. I've written a very simple guide how to do this with Rom Manager here. (Really it costs you only a minute or so. Very easy to do)
If you apply a wrong version or you stumble upon a corrupted one (although all versions are tested)... you may ending up with a unbootable device. In that case you have to flash your firmware again... OR just do a simple restore of your backup (I will describe a general restore procedure later on)
Only choose the version that matches your device and rom. Also make sure that the rom version matches your current rom.
Sometimes [/I]mods for a particular rom will also work on another rom. However that's not the rule, more an exception. If you try, make sure you have a backup of your system.
Requests
If your device/rom isn't supported post a request with a copy of your framework-res.apk (it's in the /system/framework directory) with a description of the device and rom you have.
Note: The international Samsung Galaxy S (GT-I9000) will still be supported by this app. Post your requests there. Later these two projects will be merged together.'
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Themers and modders
Like to share your modded framework-res.apk? Post it in this thread (with a description of course of the device and rom it is supposed to run on) and we will put a link to it in the app.
Credits
To all modders and to theimpaler747 who made the first steps of this general project possible, and for appelflap, who is an excellent and supportive app developer who does things with apps I cannot . And of course the guys behind UOT Kitchen, who made this work so much more easy. Thanks.
Donations
There's a donation version in the Android Market (search for: Battery Icon Mod). Donations are mainly for paying the server that hosts the mods, and for putting these mods together (theimpaler747). Thanks!
Unfortunately, but needed at this moment:
Two (not tested) restore procedures for if you have a boot loop and didn't make a Nandroid backup.
Both methods require that you have adb installed. If not, download the Android SDK from here: http://developer.android.com/sdk/index.html and find the adb program in the subdirectory "platform-tools".
Method 1 - update.zip method:
Create your own update.zip with which you install the backup of the modified file back in restore mode.
The instructions for this and the tool needed for it can be downloaded here: http://dl.dropbox.com/u/17635874/restore.zip
CREDITS: The tool/script that is used to create the update.zip is another brilliant tool of the creator of APK Manager: Daneshm90. The thread of this tool can be found here (another pearl I found on xda-dev lately (I had to repackage it to make the restore procedure simpler)
Method 2 - shell method
Install and run SuperOneClick and choose "Shell Root"
Start ADB, wait for the # prompt and enter the following commands:
#busybox mount -o remount,rw /system (or mount -o ro,remount -t yaffs2 /dev/block/mtdblock3 /system if there's no busybox)
#rm /system/framework/framework-res.apk
#cp /sdcard/framework-res.apk /system/framework/framework-res.apk
#chown root.root /system/framework/framework-res.apk
#chmod 644 /system/framework/framework-res.apk
#reboot
Again these methods are not fully tested. They "should" work. Feedback is very much appreciated.
(Nevertheless if these methods don't work it should get your guys going in searching in the right direction to get out of a boot looper)
Reserved here from me, thanks appelflap for compiling ours together into a nice application! More phones to come, and please donate to help buy server space if you enjoy this! Thank you
List of currently supported devices!
GT-I9000
Epic 4G
HTC Hero CDMA
Nexus One
HTC Magic
Samsung Intercept
HTC Desire HD
Droid 1
Droid Incredible
HTC Evo
HTC Hero GSM
Dell Streak
Nexus S
Evo Shift
Others I can't recall right now
More always on the way!
looks good but can we push this app even further and make it install full themes?
mysteryemotionz said:
looks good but can we push this app even further and make it install full themes?
Click to expand...
Click to collapse
That'd be good if we had more time and server space Right now, I'm going to be focused on as many roms and as many devices as I can for the battery mod
App is now on the market
mysteryemotionz said:
looks good but can we push this app even further and make it install full themes?
Click to expand...
Click to collapse
That would be nice!!!!!
a454nova said:
That would be nice!!!!!
Click to expand...
Click to collapse
Yeah, maybe we'll incorporate other elements later when we're done supporting the battery icons for almost every phone
Can I go back to default and how?
xriderx66 said:
Can I go back to default and how?
Click to expand...
Click to collapse
Yes you can, are on on the app or did you just flash one?
any eta when its coming back up...
thanks
jsanta11 said:
any eta when its coming back up...
thanks
Click to expand...
Click to collapse
I'd say no more than an hour
theimpaler747 said:
I'd say no more than an hour
Click to expand...
Click to collapse
Up again! With some new mods for the Epic
appelflap said:
Up again! With some new mods for the Epic
Click to expand...
Click to collapse
Yes sir, and more to come from my end, N1 MIUI support
Bump, new version on the market and here
If you could get this working on the EVO, I'd love to test it.
parabola01 said:
If you could get this working on the EVO, I'd love to test it.
Click to expand...
Click to collapse
Excellent!! I needed an Evo tester! PM me your gtalk if you would I'll get right on it if you PM me asap, I was just doing N1
When this is up and running on the evo with myns rom, I'll be all over this. Awesome looking app, can't wait to try it out
Sent from my HTC EVO using XDA app
chumpysv said:
When this is up and running on the evo with myns rom, I'll be all over this. Awesome looking app, can't wait to try out our
Sent from my HTC EVO using XDA app
Click to expand...
Click to collapse
Awesome, want to help me test for the Evo? I really need an Evo tester
does this work for stock 2.1

[Bootscreen] Halo Reach Android Edition (Finally)

After almost 4 weeks of putting together storyboards, computer crashes, time constraints with the animation, testing, starting over, finally settling on a storyboard, more testing, editing, a broken car that won't start, being stranded at home for 2 days due to the weather, I am PROUD to give you Halo Reach Android Bootscreen. I hope you all enjoy, I am currently rocking it on my rooted EVO. Be aware the animation is a little longer than what most are used to for a bootscreen.
Major thanks to Rivertamer for his help testing!
IMPORTANT: Tiffany84 has just created flashable files for users, the links are below the animated gif. The original files still attached to the post are not flashable and require adb push or copying from your sdcard to the appropriate system directory.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thank you againTiffany84 for packing this up in flashable zips for everyone.
This is for roms where the bootanimation resides in /system/customize/resource and has the audio.
http://db.tt/23eRQnO *Currently not working, working on it*
This one is for roms where bootanimation resides in /system/media and does not include sound since it's not supported.
http://db.tt/8ckaZk1 *Currently not working, working on it*
-Crack
Nice work! Ill try this out.
Sent from my EVO using Tapatalk
this looks fantastic. I will be giving this a go here in a few mins.
This is freaking awesome dude! Will this work with Myns RLS5 ?
Looks kool, thanks.
corzo002 said:
This is freaking awesome dude! Will this work with Myns RLS5 ?
Click to expand...
Click to collapse
it works with any ROM, as long as you follow the instructions
Crack you are the man bro, that looks awesome. Been waiting for this for so long. Now I just gotta wait for Tiffany or somebody else to make a flashable zip lol..
SpydaPig said:
Crack you are the man bro, that looks awesome. Been waiting for this for so long. Now I just gotta wait for Tiffany or somebody else to make a flashable zip lol..
Click to expand...
Click to collapse
I'll shoot Tiffany a PM and see if she can crank that out for ya... Unless someone else gets there first of course.
http://db.tt/23eRQnO
http://db.tt/8ckaZk1
Here's a flashable zip for the halo bootanimation. The first one is for people that are running a rom with the bootanimation located in system/customize/resource. The second is for people that are running a rom with the bootanimation located in system/media. The first one has the sound included but the second one does not because there is not a way to use sound for the bootanimation on a rom that has the bootanimation located in system/media. Just wipe dalvik/cache and flash.
Crackanug said:
I'll shoot Tiffany a PM and see if she can crank that out for ya... Unless someone else gets there first of course.
Click to expand...
Click to collapse
Thanks Crack. I'll look you up on COD cuz i know you mentioned you play that game.
Tiffany84 said:
http://db.tt/23eRQnO
http://db.tt/8ckaZk1
Here's a flashable zip for the halo bootanimation. The first one is for people that are running a rom with the bootanimation located in system/customize/resource. The second is for people that are running a rom with the bootanimation located in system/media. The first one has the sound included but the second one does not because there is not a way to use sound for the bootanimation on a rom that has the bootanimation located in system/media. Just wipe dalvik/cache and flash.
Click to expand...
Click to collapse
Thanks Tiff You got right on it quick like always.
SpydaPig said:
Thanks Tiff You got right on it quick like always.
Click to expand...
Click to collapse
I gotcha buddy. Not a problem. Glad I could help.
Just installed and just like the others you constructed, it is awesome..
So what's your next bootject that your working on....
Sent from my Supersonic EVO Using 4G Speeds
K-Driod said:
Just installed and just like the others you constructed, it is awesome..
So what's your next bootject that your working on....
Sent from my Supersonic EVO Using 4G Speeds
Click to expand...
Click to collapse
Glad you like it man, I hope everyone does. Next up, Modern Warfare 2, Star Wars, Transformers, Terminator. Maybe not in that order, but if people have requests I am more than happy to accommodate when I have the free time. Suggestions or ideas are welcome as well.
wow again u should make a thread with all your anims man unless u have one and i missed that ..
This looks pretty sweet.
One thing though, for those with roms using the system/media folder. You can add any boot sound you like, just make or get your mp3 file.
Using Root explorer
Rename the file to android_audio.mp3
Then copy the file to the system/media folder.
i Love it and i'm not even a Halo fan but i want this Boot animation
regalpimpin said:
This looks pretty sweet.
One thing though, for those with roms using the system/media folder. You can add any boot sound you like, just make or get your mp3 file.
Using Root explorer
Rename the file to android_audio.mp3
Then copy the file to the system/media folder.
Click to expand...
Click to collapse
I just tried renaming and moving the audio like u said and it did not work. I've been looking for awhile to find a way to add the audio on roms that store the bootanimation in system/media but haven't had any luck so I was really hoping this would be the answer. Question, I take it u have done this and it worked so can u tell me what rom u are currently running that u were able to do this. Just curious to see if its a sense rom or aosp. Thanks.
Crackanug said:
After almost 4 weeks of putting together storyboards, computer crashes, time constraints with the animation, testing, starting over, finally settling on a storyboard, more testing, editing, a broken car that won't start, being stranded at home for 2 days due to the weather, I am PROUD to give you Halo Reach Android Bootscreen. I hope you all enjoy, I am currently rocking it on my rooted EVO. Be aware the animation is a little longer than what most are used to for a bootscreen.
Major thanks to Rivertamer for his help testing!
IMPORTANT: Tiffany84 has just created flashable files for users, the links are below the animated gif. The original files still attached to the post are not flashable and require adb push or copying from your sdcard to the appropriate system directory.
Thank you againTiffany84 for packing this up in flashable zips for everyone.
This is for roms where the bootanimation resides in /system/customize/resource and has the audio.
http://db.tt/23eRQnO
This one is for roms where bootanimation resides in /system/media and does not include sound since it's not supported.
http://db.tt/8ckaZk1
-Crack
Click to expand...
Click to collapse
First I would like to say thank you for creating that. It looks pretty awesome.
Also, I have an HTC Evo with MikFroyo 4.4 Which one would I use for my setup? I have not done any custom bootscreens or anything like that, so this is new to me.
And lastly, do you have any other animations out there? If your work here is any sign, I would like to see what else you have come up with.
Thank you,
Whiteice
Crackanug said:
Glad you like it man, I hope everyone does. Next up, Modern Warfare 2, Star Wars, Transformers, Terminator. Maybe not in that order, but if people have requests I am more than happy to accommodate when I have the free time. Suggestions or ideas are welcome as well.
Click to expand...
Click to collapse
Love this boot animation!! I personally can't wait til the Star wars one.. keep up the good work

[DEV][SENSE] Porting sense to other sense devices.

Hello and welcome to my porting guide, it works 9/10, the 1/10 it doesn't use mans best friend
ADB LOGCAT
it works wonders you know PM me with any questions or helpful tips
Disclaimer: I am not responsible for bricking or blowing you up or causing your balls to shrink or you to see ghosts or anything, i am not responsible, your an adult act like one. you choose to do this on your own values, please dont expect me to buy you a new device, you broke it. i am not saying these work 100% of the time so don't blame me if it doesn't.
HERE IS WHAT YOU NEED TO DO FOR HTC ROMS
SYSTEM/ETC
Delete the PPP,WIFI, SOUNDIMAGE and FIRMWARE FOLDERS
Replace with folders from target device
REPLACE ALL .CSV FILES
REPLACE ALL CODEC.TXT FILES
REPLACE VOLD.FSTAB
ALL FROM THE TARGET DEVICE
SOME TIMES YOU MIGHT NEED TO DO THE FOLLOWING FOR CAMERA TO WORK
voVidDec.dat
media_profiles.xml
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SYSTEM/BIN
Replace the following with the target device versions
VOLD
AKMD
SND3254
SH
RMT_STORAGE
SH0
WPA_SUPPLICANT
***
ANYTHING WITH CAMERA INSIDE IT AWB_CAMERA (IF CAMERA DOESN'T WORK)
SOUND8660 *Might be SOUND7X30* (||Replace it with your board number||found in the build.prop||)
SYSTEM/LIB
Delete EGL FOLDER
Replace it with EGL from target Device
Delete HW FOLDER
Replace it with HW from target device
REPLACE ALL THESE LIBS WITH TARGET DEVICE LIBS
libEGL.so
libGLESv1_CM.so
libGLESv2.so
libsurfaceflinger.so
libsurfaceflinger_client.so
liboverlay.so
libmm-omxcore.so
libOmxVenc.so
libOmxVdec.so
libOmxCore.so
libgsl.so
libaudio.so
libhtc_acoustic.so
libmmjpeg.so
liboemcamera.so
libsrsprocessing.so
libvomemedia.so
libhtc_ril.so
libril.so
libreference-ril.so
libui.so
libmmjpeg2.so (if it has multiple cameras)
***
IF YOU EVER REPLACE MODE10 FILES REPLACE FUSION.FX.JAR IN SYSTEM/FRAMEWORK AS WELL! NEVER MIX THESE FILES!
NEVER MIX GRAPHIC LIBS AND NEVER MIX HW LIBS!
NEVER HAVE TWO OF THE SAME LIB, FOR EXAMPLE spade.gps and shooter.gps THEY WONT WORK
Delete the modules folder
replace with modules folder from target device
BOOT IMAGE
Delete boot.img
Replace with the one from the target device
SYSTEM/USR
DELETE KEYCHARS AND KEYLAYOUT FOLDER
REPLACE WITH FOLDERS FROM TARGET DEVICE
BUILD.PROP
Change the following lines to your target devices corresponding lines
ro.product.model=
ro.product.brand=
ro.product.name=
ro.product.device=
ro.product.board=
ro.product.cpu.abi=
ro.product.cpu.abi2=
ro.product.manufacturer=
ro.product.locale.language=
wifi.interface=
debug.sf.hw=1 (ALWAYS =1)
windowsmgr.max_events_per_sec=60
DON'T TOUCH ANYTHING ELSE UNLESS YOUR EXPIERENCED IN PORTING.​
Updated and added more libs.
Congratulations mate! I'm sure a lot of devs will find it very useful!
mike1986. said:
Congratulations mate! I'm sure a lot of devs will find it very useful!
Click to expand...
Click to collapse
Cheers pal
thanks
thanks for this, its like u read my mind ive been trying the last few days to port a rom and i didnt do alot of the things listed and couldnt get it to boot
but also theres something u should add to the post, u have to change the mount points in the updater script to your devices (only have xp with evo and evo shift but i think its different alot of phones, can the points in an updater script in a zip for your device)
also ive been told the system/etc/firmware is something that should be added too, sorry not trying to criticize im just trying to get all the info i can and put it all together to hopefully get a working rom and thought id share
Looks great!
Thanks Sam, you made my day
Wow .. Very interesting post !! Thank you !!!
pwnyourace said:
thanks for this, its like u read my mind ive been trying the last few days to port a rom and i didnt do alot of the things listed and couldnt get it to boot
but also theres something u should add to the post, u have to change the mount points in the updater script to your devices (only have xp with evo and evo shift but i think its different alot of phones, can the points in an updater script in a zip for your device)
also ive been told the system/etc/firmware is something that should be added too, sorry not trying to criticize im just trying to get all the info i can and put it all together to hopefully get a working rom and thought id share
Click to expand...
Click to collapse
I completely forgot that, thanks mate
I will attempt this tutorial soon, but nobody has had luck porting Sense 2.x and much less sense 3.x to the CDMA Desire. Would anybody be willing to help? We don't have 2.2 Kernel source so we are stuck booting off a froyo kernel.
samuel2706 said:
I completely forgot that, thanks mate
Click to expand...
Click to collapse
also the update binary should be swapped
Is this likely to work on a Samsung galaxy s mesmerize? I'd like to try it... we have gingerbread, cm7, etc ..
Sent from my MIUI SCH-i500
sageDieu said:
Is this likely to work on a Samsung galaxy s mesmerize? I'd like to try it... we have gingerbread, cm7, etc ..
Sent from my MIUI SCH-i500
Click to expand...
Click to collapse
[DEV][SENSE] you can try it but i doubt it will work pal
pwnyourace said:
also the update binary should be swapped
Click to expand...
Click to collapse
i don't think thats needed but thank you anyway, if i come across that error i shall ermm change it lol
samuel2706 said:
i don't think thats needed but thank you anyway, if i come across that error i shall ermm change it lol
Click to expand...
Click to collapse
i just tried it and got error 7 which means somethings wrong with the META-INF folder and i swapped the update-binary and it didnt give me any problems (on evo shift)
Very cool. I will definitely play with this later.
I did your porting steps, didn't test yet cuz of no phone. but lets say everything went fine, after How would I be able to tweak the new rom(which I created, Thnx to you) for more stability, smoothness, and performance, aside from the graphic glitches.
I have A Hd2, and I ported from Sergio76 CoreDroid V1.6 the files you have in the Tutorial to His work on the Sensation V2.0.
You are a boss Samuel! I got it booting!
samuel2706 said:
i don't think thats needed but thank you anyway, if i come across that error i shall ermm change it lol
Click to expand...
Click to collapse
It is needed, Recovery acts pretty retarted when it's using the wrong update-binary, it's needed
But, OMG THANKS A LOT There's so much I missed when I ported other ROMs... I didn't do 3/4 of this
Mine won't even boot. Logcat doesn't even show anything going on Just says Waiting for Device.

The biggest sgs4g development thread

Hi every one I want help improve the SGS4G by stimulating galaxy 4g users to develop, so I am going to give you a couple of links to help develop for the galaxy s 4g(BE CAREFUL WITH WHAT ARE YOU MESSING IF YOU SCREW UP YOUR PHONE I AM NOT GOING TO BE RESPONSIBLE )
http://www.codecademy.com is a great page to start learning how to write JavaScripts codes. Is a very funny, curious and a very interactive page for noobs like me
http://forum.xda-developers.com/showthread.php?t=1661770 This is a post made by neroyoung that helps people how to start developing and making roms for android. Personally I thing this videos made by neroyoung are the best way to begin developing for our phone
REMEMBER THAT GALAXY S 4G IS NOT VIBRANT OR OTHER ANDROID PHONE:highfive:
EXTRA
http://forum.xda-developers.com/showthread.php?t=1697040 This is a post by dark_knight35 that have a bunch of build.prop that I have personally tested in the galaxy s 4g and I most say that it works GREAT FOR OUR DEVICE!!!! ( I am using currently Raver's Valhalla Black Edition FB modified with thomas.raine's lighting zap):good::good:
http://forum.xda-developers.com/showthread.php?t=1227269 This is a post by knzo that some buid.props from the last link are repeated but some are not repeated so enjoy with another big buid.probs package for your phone (IMPORTANT YOU MUST CHECK THAT THE BUID.PRO AREN'T REPEATED OR YOUR DEVICE WILL BE SLOW AS HELL)
UPDATE
http://forum.xda-developers.com/showthread.php?t=1446233 This an basic kitchen for the great aspiring themers and basic for the rom developers the application is pretty cool all you need is install the application and taraaa!! you have a cool themers app (NOTE: It only works with ubuntu soo sorry bill and steve ) (2 NOTE: Don't come and say to me that this application doesn't runs on ubuntu I have tested with ubuntu 12 and linux mint 12)
http://forum.xda-developers.com/showthread.php?t=1491689 This kitchen is almost the same as the early but it as more developers options and it as a nice interface I preferable like this app more because it has more features and a nice interfece
NOW THE BIG ONE
http://forum.xda-developers.com/showthread.php?t=1635108 THIS IS THE BIGGEST GUIDE RECOPIILATION OUT THERE you will never find such a good thread like this is AMAZING I spend like 3 Hours just reading six guide it's amazing WHEN YOU GO TO THIS THREAD SAY THANKS TO THIS GUY PLEASE HE REALLY DID HIS BEST FOR THE GUIDE
MORE COOL EXTRA
Some cool bootanimations just for you guys the easiest way to install this is to use Root Explorer. Download the file and rename to bootanimation.zip. Copy the file and navigate to system/media change the permissions to R/W (read/write) by clicking the button in the top right. Rename the existing bootanimation.zip to bootanimation.bak. Then paste the file in this directory. Change permission back to R/O (read only). Reboot and enjoy the show.
THE SIMPSONS who loves simspsons I love simpsons do you love simpsons whatever lol(homer voice: Humm android:silly::silly
http://downloadandroidrom.com/file/bootanimation/800x480/Simpsons/bootanimation.zip
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ICS BOOTANIMATION NOT ICS !!! Do you want an ICS experience in gingerbread then check the ICS bootanimation http://downloadandroidrom.com/file/bootanimation/800x480/ICS/bootanimation.zip
REACTOR this is a cool bootanimation that is like the first xbox console bootanimation check it out it's pretty awesome for show to your friends:victory:http://downloadandroidrom.com/file/bootanimation/800x480/Reactor/bootanimation.zip
SERIOUS DEVELOPMENT
http://forum.xda-developers.com/wiki/Samsung_Galaxy_S/SGH-T959V/Building_From_Source A pretty good guide to start building from source kernels and roms you can follow to this link http://source.android.com/source/building.html
Initialization a build environment you can choose from this http://source.android.com/source/initializing.html or this http://forum.xda-developers.com/wiki/Samsung_Galaxy_S/SGH-T959V/Setup_A_Build_Environment
links this are one of the requirements for building from source
http://source.android.com/source/downloading.html This one of the requirements for building a source rom or kernel you must remember this is this heart for your rom development
LOGCAT
After you make your rom or kernel please check with a logcat if you find an error https://play.google.com/store/apps/...t#?t=W251bGwsMSwxLDEsIm9yZy5qdGIuYWxvZ2NhdCJd
I WANT TWEAKS FOR MY SGS4G
Well you have two tweaks options first you have(IMPOTANT IT ONLY WORKS FOR BML ROMS):
A.S 14-1 by dsexton702
http://forum.xda-developers.com/showthread.php?t=1236779
LIGHTING ZAP
http://forum.xda-developers.com/showthread.php?t=1386027
I WANT TO MAKE MY PHONE INVINCIBLE A.K.A CHUCK NORRIS
You have to be patient and respect the complete guide, this is a guide made by AdamOutler this guide will transform your phone from UN-BRICKEABLE http://forum.xda-developers.com/showthread.php?t=1333424
I WANNA MAKE A COOL BOOTANIMATION AN CHANGING THE BOOTLOADER GRAPHIC
OK first making a bootanimation not risky follow this guide http://forum.ppcgeeks.com/android-d...ry-create-preview-manage-boot-animations.html Now making a bootloader graphic is dangerous (i'm not the kind of guy who says this "weird word") but anyway here is the link http://forum.xda-developers.com/showthread.php?t=1493466
I'M NOOB I HAVE FROYO AND I WANT GINGERBREAD
Classic stuff you just have to follow Lumin30 guide http://forum.xda-developers.com/showpost.php?p=21953587&postcount=1 and then read for the love of GOD
I WANT CUSTOM ROMS
OK so let's start first with someting basic YOU MUST BE ROOT WITH CWM
FIRST FROYO ROMS:
ROMMMMMMMIT BETA 1 http://forum.xda-developers.com/showthread.php?t=1116484
TRIGGER 0.4 http://forum.xda-developers.com/showthread.php?t=1117486
BIONIX FROST 6/11/11 http://forum.xda-developers.com/showthread.php?t=1119986
VOMMMMIT - TEMPLATE ROM http://forum.xda-developers.com/showthread.php?t=1124047
SGS4G-Bionix Black Ice - Public Test http://forum.xda-developers.com/showthread.php?t=1131257
Black Ice - Stable.2 http://forum.xda-developers.com/showthread.php?t=1134979
Team (ACID) Beautiful SGS4G http://forum.xda-developers.com/showthread.php?t=1150804
Audiophile:Frayo The Bump in your trunk or the... updated http://forum.xda-developers.com/showthread.php?t=1161553
Audiophile Series: Redux: v1.3.3 http://forum.xda-developers.com/showthread.php?t=1195878
GINGERBREAD
Hebrew Vahalla 3.5(sorry itzik2sh for forget uploading your thread) http://forum.xda-developers.com/showthread.php?t=1448860
Team Acid GB2.3.4-Audiophile FTW Edition yawn i guess i sould hand out updates lol http://forum.xda-developers.com/showthread.php?t=1214260
Cwm-GB-2.3.6-Octane-V3.0 XPLOD NO CIQ EDITION http://forum.xda-developers.com/showthread.php?t=1305145
*ROM* SCOMv4.4 and Floyd Edition http://forum.xda-developers.com/showthread.php?t=1574130
Valhalla Black FB Edition http://forum.xda-developers.com/showthread.php?t=1598561
Valhalla Final [KJ6 Based][Happy Holidays] http://forum.xda-developers.com/showthread.php?t=1402966
Barebone http://forum.xda-developers.com/showthread.php?t=1669364
Pure Entity™ | FireStorm™ Series http://forum.xda-developers.com/showthread.php?t=1668614
UNNAMED http://forum.xda-developers.com/showthread.php?t=1556882
icbinb 2.3.7_v2 http://forum.xda-developers.com/showthread.php?t=1278389
MTD ROMS
CyanogenMod 7.2 http://forum.xda-developers.com/showthread.php?t=1618016
updated* *ROM* miui-Revenge-mtd http://forum.xda-developers.com/showthread.php?t=1625341
updated* *rom* DianXinOS/TapasOS build 2 http://forum.xda-developers.com/showthread.php?t=1706923
ROM][WIP][Team NoOb.LuLz]Ligux Port[*UPDATED*] http://forum.xda-developers.com/showthread.php?t=1702236
*rom* moKeeOS-mtd http://forum.xda-developers.com/showthread.php?t=1690787
ROM][WIP][Team NoOb.LuLz]Shendu OS[*UPDATED* - ORIGINAL PORTED] http://forum.xda-developers.com/showthread.php?t=1702255
joyOS build 1 http://forum.xda-developers.com/showthread.php?t=1688784
Q/A
I HATE YOU MAN THIS IS TO COMPLICATED FOR ME
Nothing is complicated is just that you must read and read to learn and being a pro:victory:
I WANT "X" GUIDE FOR DEVELOP "X" STUFF FOR THE PHONE
Of course I will update this thread each time you want any guide you only have to write a comment and I will use my magic crystal ball ....GOOGLE:laugh:
MAN I LOVE YOU THANKS FOR YOUR AWESOME THREAD WILL YOU MERRY ME?
Ahh NOOO! with just saying thanks you just make my day better
CAN I DONATED YOU?
No=I'm just 13 years old an I live on Venezuela and more important I don't have credit card LOL
DOES THIS WORKS FOR OTHER DEVICES?
Of course yes but only the bootanimations (check if your device is HDPI),the NOT galaxy s 4g guides threads and the build.pro
TEST MY KERNEL OR TEST MY ROM
No I will help you with logcats but no testing your roms or kernels (I don't want an expensive paperweight.. and being grounded)
CAN I TROLL YOU?
NO!!!!!!!
WHERE'S THE THANKS BOTTOM I CAN FIND IT?
This question doesn't deserve a respectful answer
HAA YOU BRICKED MY PHONE YOU [email protected]&*@
Has the op says be careful with your messing up THATS WY I LEAVE YOU THE UN-BRICKEABLE MOD FOR ONLY HARD BRICKS
HIT THANKS IF I HELPED!!:good:
ON NEXT UPDATE
PICS PERSONALLY TAKEN BY ME OF EVERY ROM
YOU TELL ME....
Thanks! I like how the first link is interactive, and showing you how to code little by little. I'll have to check these out more in detail sometime. Should be very helpful for people wanting to get their feet wet in doing their own development.
The 2 other links you posted have an extra "http://" at the beginning which gives an invalid link. I took one of them out and got to the right page, but wanted to let you know so you can edit the OP.
I would say if anyone else has any other helpful links, post them up!
Links now working sorry about that!! ( I didnt checked before because i was studing for the final exams )
thread updated with more fun:victory::victory::victory:
like a machine more cool stuff added
Solrac, it might be better if you would concentrate your efforts on updating our wiki since some information has already been repeated a few times, particularly the roms list. If you wind up putting them in the wiki then other users can edit it once you decide to not update this thread. I've seen it happen to at least two other threads already which is why team acid have moved some of our instructions to the wiki.
Sent from my SGH-T959V
Ohh sorry man I see if i can only updated the wiki I thinked that I was doing a good job by trying making a super post ( I spend like 2 hours making it)
Sent from my SGH-T959V using XDA
solrac1212 said:
Ohh sorry man I see if i can only updated the wiki I thinked that I was doing a good job by trying making a super post ( I spend like 2 hours making it)
Sent from my SGH-T959V using XDA
Click to expand...
Click to collapse
I agree with fb most people *we hope* would read the wiki and find all this awesome info
and if you do update the wiki update the way java6 is installed because unless i did it wrong i could get it working with this:
Code:
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
sudo apt-get update
sudo apt-get install sun-java6-jdk
Looks like the package isn't in the archive anymore. I had to do this to install java6 jdk.
Code:
sudo add-apt-repository [B]ppa:ferramroberto/java[/B]
sudo apt-get update
sudo apt-get install sun-java6-jdk
erikmm said:
I agree with fb most people *we hope* would read the wiki and find all this awesome info
and if you do update the wiki update the way java6 is installed because unless i did it wrong i could get it working with this:
Code:
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
sudo apt-get update
sudo apt-get install sun-java6-jdk
Looks like the package isn't in the archive anymore. I had to do this to install java6 jdk.
Code:
sudo add-apt-repository [B]ppa:ferramroberto/java[/B]
sudo apt-get update
sudo apt-get install sun-java6-jdk
Click to expand...
Click to collapse
Well erikmm I have a question are you going to had something to the wiki or I should update with my stuff first to the wiki?
solrac1212 said:
Well erikmm I have a question are you going to had something to the wiki or I should update with my stuff first to the wiki?
Click to expand...
Click to collapse
i don't have time to do it so if you can go ahead bro i was just adding my two cents to improve it by adding the correct java6 installation instructions.
Ok tomorrow is THE BIG WIKI'S DAY....on small step for the developers on big step for noobs and users EDIT: Don't worry erikmm I will do all the dirty job tomorrow cuz' is Friday for the love of GOD finally!!!
I am missing one of the ROMs in the list.
Sent from my SGH-T959V using xda premium
Oh sorry itzik2sh forget me man right now i will upload the thread EDIT: check it now itzik2sh your rom is now uploaded
Sent from my SGH-T959V using XDA
I don't think JavaScript and Java is the same. Or am I mistaken that Android reads JavaScript and not Java?
---------- Post added at 10:08 AM ---------- Previous post was at 09:52 AM ----------
solrac1212 said:
MORE COOL EXTRA
Some cool bootanimations just for you guys the easiest way to install this is to use Root Explorer. Download the file and rename to bootanimation.zip. Copy the file and navigate to system/media change the permissions to R/W (read/write) by clicking the button in the top right. Rename the existing bootanimation.zip to bootanimation.bak. Then paste the file in this directory. Change permission back to R/O (read only). Reboot and enjoy the show.
ICS BOOTANIMATION NOT ICS !!! Do you want an ICS experience in gingerbread then check the ICS bootanimation http://downloadandroidrom.com/file/bootanimation/800x480/ICS/bootanimation.zip
I WANNA MAKE A COOL BOOTANIMATION AN CHANGING THE BOOTLOADER GRAPHIC
OK first making a bootanimation not risky follow this guide http://forum.ppcgeeks.com/android-d...ry-create-preview-manage-boot-animations.html Now making a bootloader graphic is dangerous (i'm not the kind of guy who says this "weird word") but anyway here is the link http://forum.xda-developers.com/showthread.php?t=1493466
Click to expand...
Click to collapse
I'm confused and lost and scared. What is the difference between changing the bootanimation and bootloader graphic?
bootloader graphic is the second animation but if you are scared dont change that animation and the bootanimation you dont have to worry you only have to check if the bootanimation is HDPI
EDIT: java and javascript is not the same ( java is for ui and javascript is for web pages and other stuff)
Sent from my SGH-T959V using xda app-developers app
solrac1212 said:
bootloader graphic is the second animation but if you are scared dont change that animation and the bootanimation you dont have to worry you only have to check if the bootanimation is HDPI
Sent from my SGH-T959V using xda app-developers app
Click to expand...
Click to collapse
Ok thanks I was a bit paranoid. If the phone fails to load the bootanimation it falls back to a "Android" logo correct? Cause that's what happened to me
in theory yes if you still scared bootloader graphic then dont play with that I am warning you because im not going to be responsible of bricks
Sent from my SGH-T959V using xda app-developers app

[MOD/Fix]Re-enable back button menu

Hello! As of the review device of HTC One has a back button to map the menu key and remove the ugly black menu bar on the bottom of the screen. But the retail devices(at least on the germany variant) got that removed or broken. I have modded the Settings.apk of the HTC One to reenable back that option.
Please test as I don't have the device to test it on my own. A feedback would be great
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credits to androidpolice.com for the sample image. :good:
Credits to eisteh for testing
Instructions:
1. Overwrite the old Settings.apk on /system/app.
2. Delete the dex file located on /data/dalvik-cache/[email protected]@[email protected]
3. Reboot device.
4. Check if it shows up on the "Display, gestures & buttons" menu on the settings.
Blinkfeed mod to disable/enable blinkfeed coming soon once I get my device.
*Waiting for handtec*
I've tested the replacement method and it doesn't work for me (O2 Germany Device).
Hi! When did you test it? I just made this awhile ago. The old version didnt work.
this morning. But i test the new version asap and give you feedback.
Make sure to backup then delete the original Settings.apk and yeah delete the dex file.
Almost forgot you need to reboot after.
No, didn't work. After replace and delete dex the settings didn't work complete. After reboot the settings are back without the back button option. hmm
AW: [MOD/Fix]Re-enable back button menu
partially working...
Mod removes 3dot menu, but longpress did not work
(runningroundnakedwinking)
U have to flash in recovery and wipe cache/dalvik!
Maximus 7 one'ed...
How i can flash a .apk in recovery? Sorry, i'm noob
AW: [MOD/Fix]Re-enable back button menu
Gimme 20 minutes, i had to test something ....
@Riyal
Great job buddy, mod is fully working if u flash it in recovery!
One little thing to do,
u have to hit the back button ABSOLUTE exactly!
if not.... Kicked by console (he back's u twice^^)
Swoosh82 said:
How i can flash a .apk in recovery? Sorry, i'm noob
Click to expand...
Click to collapse
custom recovery installed?
Edit2:
flash attached .zip in recovery and wipe cache/dalvik...
ALL CREDITS TO RIYAL
one'ed...
Hello guys! Thanks for testing! And glad it worked lol! I decompiled again tried looking why it didn't work on Swoosh82 so I didn't get to see the replies at once. Anyways thanks @deagleone for confirming that it's working Was about to pull my hair off looking for the problem
And to those who are interested in using this to include in their ROM or whatever just go ahead no need to ask permission to me
Hi Riyal...
i think the Problem is the Kernel, if u replace sys apps using RootExplorer etc. after reboot they are replaced with the old ones...
Flash in recovery did the trick (systemui, framework, etc)
And once more thanks for spending your Hair :fingers-crossed:
Good job, very well done. Funny enough HTC has changed the method from 1.26 to 1.27, but old method did not work (but did on full 1.26 ROM). So they obviously had a different approach, before they ultimately removed it. So thx for bringing it back.
deagleone said:
Hi Riyal...
i think the Problem is the Kernel, if u replace sys apps using RootExplorer etc. after reboot they are replaced with the old ones...
Flash in recovery did the trick (systemui, framework, etc)
And once more thanks for spending your Hair :fingers-crossed:
Click to expand...
Click to collapse
A kernel couldn't do that. And that's weird looks like HTC One has some rollback function on system apps? @[email protected]
he_stheone64 said:
Good job, very well done. Funny enough HTC has changed the method from 1.26 to 1.27, but old method did not work (but did on full 1.26 ROM). So they obviously had a different approach, before they ultimately removed it. So thx for bringing it back.
Click to expand...
Click to collapse
I am not sure about the different versions. What I did was just download mike's ARHD and checked what things I can tinker with it.
Hi Guys
i've installed the mod in the recovery with the zip file.
Now i can't enter the setting anymore. Tried to push the apk manually, no success.
Maybe the problem is, that i use the original O2 firmware.
Hope you can help.
sry for my english
superseeder said:
Hi Guys
i've installed the mod in the recovery with the zip file.
Now i can't enter the setting anymore. Tried to push the apk manually, no success.
Maybe the problem is, that i use the original O2 firmware.
Hope you can help.
sry for my english
Click to expand...
Click to collapse
I am not sure about the firmware versions yet. But the Settings.apk came from mike's ARHD ROM. Perhaps if you guys can provide me with a O2 Settings.apk then I think I can make one for you devices.
Riyal said:
A kernel couldn't do that. And that's weird looks like HTC One has some rollback function on system apps? @[email protected]
I am not sure about the different versions. What I did was just download mike's ARHD and checked what things I can tinker with it.
Click to expand...
Click to collapse
It is the kernel, it was this way with my one x
Basically the kernel implements write protection on the system partition, so you write to it and nothing ever sticks. There are work arounds but one is a little risky and the other we just have to wait for kernel source
Sent from my One X using Tapatalk 2
Riyal said:
I am not sure about the firmware versions yet. But the Settings.apk came from mike's ARHD ROM. Perhaps if you guys can provide me with a O2 Settings.apk then I think I can make one for you devices.
Click to expand...
Click to collapse
Problem is, i did no backup
I'm downloading ARHD right now :victory:
superchilpil said:
It is the kernel, it was this way with my one x
Basically the kernel implements write protection on the system partition, so you write to it and nothing ever sticks. There are work arounds but one is a little risky and the other we just have to wait for kernel source
Sent from my One X using Tapatalk 2
Click to expand...
Click to collapse
Ohh ok sorry never had a One Series device yet Wonder how they do that. For it to become replaceable but get's restored on boot it needs to store files on ram. But that's not the case. Hmmm HTC One got my interest more Can't wait to tinker with it's kernel :victory:
superseeder said:
Problem is, i did no backup
I'm downloading ARHD right now :victory:
Click to expand...
Click to collapse
lol I did say you should back up first Anyways go ahead you did unlock your bootloader to flash custom ROMs anyways.
Riyal said:
lol I did say you should back up first Anyways go ahead you did unlock your bootloader to flash custom ROMs anyways.
Click to expand...
Click to collapse
No i unlocked because of your Mod
Now i have to wait till the Download had finished (really slow Internet :crying

Categories

Resources