Tab2 7" P3113
Would anyone know where the "static boot logo" image is stored??
{
"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"
}
have been searching fo a way to change this image, but cannot seem to find this info.
there was a "dos" style program that did this on the SGS II.
if someone knows how to do this, it would be appreciated
zedbra said:
Tab2 7" P3113
Would anyone know where the "static boot logo" image is stored??
have been searching fo a way to change this image, but cannot seem to find this info.
there was a "dos" style program that did this on the SGS II.
if someone knows how to do this, it would be appreciated
Click to expand...
Click to collapse
I would love to change this. I figure one day soon someone will create a script/app etc that will do this for us. I love this place.
That first image is stored on a partition that isn't mounted when the OS boots up. If I had to guess, I would assume that it's in the bootloader partition. Need to find someone that can explore that partitipn and pull the bitmap.
I think the name is "logo_espresso.jpg", i know it because my boot logo is broken and there is a text "logo_espresso.jpg draw failed
anindyaan said:
I think the name is "logo_espresso.jpg", i know it because my boot logo is broken and there is a text "logo_espresso.jpg draw failed
Click to expand...
Click to collapse
Same here,tried restoring backups/stock, unrooting my 5110... no luck.
As zedbra says, did it once on my SII, from a tutorial http://www.youtube.com/watch?v=_1gfr8vu4PM
IMO this is a nasty one...
Code:
# ls -l /dev/block/platform/omap/omap_hsmmc.1/by-name/ | grep PARAM
lrwxrwxrwx root root 2012-09-20 15:50 PARAM -> /dev/block/mmcblk0p4
# cat /dev/block/mmcblk0p4 > /sdcard/mmcblk0p4.raw
# strings /sdcard/mmcblk0p4.raw | grep espresso
logo_espresso7.jpg
logo_espresso7.jpg
logo_espresso10.jpg
logo_espresso10.jpg
logo_espresso10.jpg
The first image extracted from mmcblk0p4.raw using a hex editor:
UPDATE (logo_espresso7.jpg):
UPDATE 2 (logo_espresso10.jpg):
ketut.kumajaya said:
Code:
# ls -l /dev/block/platform/omap/omap_hsmmc.1/by-name/ | grep PARAM
lrwxrwxrwx root root 2012-09-20 15:50 PARAM -> /dev/block/mmcblk0p4
# cat /dev/block/mmcblk0p4 > /sdcard/mmcblk0p4.raw
# strings /sdcard/mmcblk0p4.raw | grep espresso
logo_espresso7.jpg
logo_espresso7.jpg
logo_espresso10.jpg
logo_espresso10.jpg
logo_espresso10.jpg
The first image extracted from mmcblk0p4.raw using a hex editor:
UPDATE (logo_espresso7.jpg):
UPDATE 2 (logo_espresso10.jpg):
Click to expand...
Click to collapse
Great, I can find the maps... but how to restore
Can you be a little more specific, I'm only a simple Modder, unfortunately not a complete Dev yet..
Thanks in advance!!
Vreestyle said:
Great, I can find the maps... but how to restore
Can you be a little more specific, I'm only a simple Modder, unfortunately not a complete Dev yet..
Thanks in advance!!
Click to expand...
Click to collapse
I will explain it when my Thanks Meter reach 2500
ketut.kumajaya said:
I will explain it when my Thanks Meter reach 2500
Click to expand...
Click to collapse
Well keep on replying then, 2500 - 1260 = 1240 / 8 (thanks a day) = 155 days...
a little more then 5 months huh?
Hmmmmm you funny man.... :silly:
Well here's another thanks.
Send from my Galaxy Tab 2 10.1 running CM10 JB
Vreestyle said:
Well keep on replying then, 2500 - 1260 = 1240 / 8 (thanks a day) = 155 days...
a little more then 5 months huh?
Hmmmmm you funny man.... :silly:
Well here's another thanks.
Click to expand...
Click to collapse
Ha..ha.. Dont forget to press my thanks button if this post is usefull to you
I found a script to extract param.lfs from http://z4ziggy.wordpress.com/2010/09/18/looking-into-param-lfs-file/
Have made a small modification for the range address mapping:
Code:
#!/bin/bash
# filename: extract-jpg.sh
starts=(`grep -Pabo $'\xFF\xD8' $1 | cut -f 1 -d :`)
ends=(`grep -Pabo $'\xFF\xD9' $1 | cut -f 1 -d :`)
for (( i = 0 ; i < ${#starts[@]} ; i++ )); do
end=$((ends[$i] + 2))
count=$((end - starts[$i]))
end=$((ends[$i] + 1))
echo "-I- Extracting ${starts[$i]}-${end}.jpg"
dd if=$1 bs=1 skip=${starts[$i]} count=$count > ${starts[$i]}-${end}.jpg
done
Galaxy Tab 2 7.0 without Samsung:
Still preparing a guide how to modify boot logo for espresso, no one interesting?
Of course I'm interested, as long as it is save..
Send from the godfather of smartphones to your face!!
Vreestyle said:
Of course I'm interested, as long as it is save..
Send from the godfather of smartphones to your face!!
Click to expand...
Click to collapse
Please check in P31xx development forum.
Related
This is the Droid 2 Rooting/Recovery thread,
Please post all things in regards to rooting and getting recovery on the Moto Droid 2. Maybe we can even get a bounty going for whoever is willing to work on it.
Edit: WHooo! http://forum.xda-developers.com/showthread.php?t=764950
got my hopes up with the title
Looks like the creator of exploid.c is working on the droid 2 now
I've already posted what he requested at http://c-skills.blogspot.com/2010/08/droid2.html
If anyone else is curious in the output, http://dl.dropbox.com/u/5816696/droid2_adb_output.txt
so i am guessing the superuser 2.3.3 app on the market will not install on the droid 2
luigi90210 said:
so i am guessing the superuser 2.3.3 app on the market will not install on the droid 2
Click to expand...
Click to collapse
That be a no.
But still it's cool to know we got some big dogs working on this.
I don't even have this phone but my brother does and it seriously needs a custom rom.
bad news, birdman's twitter said that without a droid 2 in hand, he can't work on root.
djh816 said:
bad news, birdman's twitter said that without a droid 2 in hand, he can't work on root.
Click to expand...
Click to collapse
Someone over at alldroid is trying to get the community to pull together and get him a device.
i can offer a droid2....
djisia87 said:
i can offer a droid2....
Click to expand...
Click to collapse
PLEASE tweet to _mrbirdman_ That would be amazing!
Yeah if you or someone could at least loan a Droid 2 to him for a bit, I'm sure we would get some results much faster than waiting for enough donations to buy one outright.
i can and will go back to my d1 to lend this guy my phone....rooting is becoming a make to brake deal with me....and now i hear we cant flash roms...how annoying...anyway how long do you all think if i sent my phone to this guy for a bit to use it to try and root it would it be before i got it back? would i get it back? and what if it just bricks or something then what.... like i said id be down to help everyone out just need to feel ok with this and my new d2
ruthlessbeatle said:
i can and will go back to my d1 to lend this guy my phone....rooting is becoming a make to brake deal with me....and now i hear we cant flash roms...how annoying...anyway how long do you all think if i sent my phone to this guy for a bit to use it to try and root it would it be before i got it back? would i get it back? and what if it just bricks or something then what.... like i said id be down to help everyone out just need to feel ok with this and my new d2
Click to expand...
Click to collapse
anyones guess on how long to get it rooted. i doubt it would get bricked and anyways once the sbf for droid 2 is out it could just be restored.
Loaning a device may not be necessary anymore..
http://c-skills.blogspot.com/2010/08/droid2.html
Who wants to test? It seems like we'd follow the same basic steps as the Droid X root method, but with some modifications for the new files and possibly a different directory.
karnovaran said:
Loaning a device may not be necessary anymore..
http://c-skills.blogspot.com/2010/08/droid2.html
Who wants to test? It seems like we'd follow the same basic steps as the Droid X root method, but with some modifications for the new files and possibly a different directory.
Click to expand...
Click to collapse
I'll try it out in just an hour and post results. If anyone cares to try before me, go ahead.
I've been trying, but received permission denied at rootshell.
/sqlite_stmt_journals doesn't exist, so I had to use /data/local/tmp. I tried hotplugging with WiFi, Bluetooth, Airplane, et al with no luck.
Code:
H:\Droid2Root>adb push exploid2-arm5.bin /data/local/tmp/exploid2-arm5.bin
199 KB/s (0 bytes in 9552.000s)
H:\Droid2Root>adb shell
$ cd data/local/tmp
cd data/local/tmp
$ chmod 0755 exploid2-arm5.bin
chmod 0755 exploid2-arm5.bin
$ ./exploid2-arm5.bin
./exploid2-arm5.bin
Android local root exploid (C) The Android Exploid Crew
[+] Using basedir=/data/local/tmp, path=/data/local/tmp/exploid2-arm5.bin
[+] opening NETLINK_KOBJECT_UEVENT socket
[+] sending add message ...
Try to invoke hotplug now, clicking at the wireless
settings, plugin USB key etc.
You succeeded if you find /system/bin/rootshell.
GUI might hang/restart meanwhile so be patient.
$ rootshell
rootshell
rootshell: permission denied
Successful..
{
"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"
}
Will write up some instructions. All credit to Sebastian Krahmer at http://c-skills.blogspot.com/
I got it to work! You have to execute the rageagainstthecage-arm5.bin in the same manner you did exploid2-arm5.bin first.
EDIT: I got the # rootshell but now SU doesn't want to work . . .
i want i want i want
hopefully soon you post how to do it
How to root the Droid 2
see new thread
So it's rooted, but we still need a recovery / flash solution so we can get this ridiculous Blur off the system.
Hi everyone!
I just find that TWEAKS
Is there anyone, who try to apply that?
I know it's require custom recovery but I like challenge
so I unpack .zip, read scripts, copy files where should be copy,
move "tmp" folder to root in phone.
Run kiftweak.sh script by terminal - it showed 2 errors which said something about missing location.
{
"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"
}
Anyway, after that my Linpack score grew from ~8 to ~8.5.
Quadrant score stayed unchanged at ~530, but graphic tests
become more smooth and gained 1-2fps.
Only problem for me is that I am not good with programming and codes
so there is big possibility that I screw something up
If someone could check this out would be cool
I test immedialty again
Y0RGI said:
Hi everyone!
I just find that TWEAKS
Is there anyone, who try to apply that?
I know it's require custom recovery but I like challenge
so I unpack .zip, read scripts, copy files where should be copy,
move "tmp" folder to root in phone.
Run kiftweak.sh script by terminal - it showed 2 errors which said something about missing location.
Anyway, after that my Linpack score grew from ~8 to ~8.5.
Quadrant score stayed unchanged at ~530, but graphic tests
become more smooth and gained 1-2fps.
Only problem for me is that I am not good with programming and codes
so there is big possibility that I screw something up
If someone could check this out would be cool
Click to expand...
Click to collapse
interesting
Can tell me the procedure to do with the terminal please? =)
What does it say it's missing?
Sent from my HERO200 using XDA Premium App
how did you get jit?
I have ~ 8 at ~8.2 at linpack but i don't win 1-2 fps at quadrant/neocore
how to enable the script ?
@jordane1993
I just type:
sh kiftweak.sh
@kifno
Then I only get 2 errors on console:
(i don't sure it was exactly that, ~80% sure)
"can't mount /data/fstab"
Or something like that.
Only "cant" and "fstab" i'm 100% sure ;P
And I apply MP version - if it matter at all
Y0RGI said:
@jordane1993
I just type:
sh kiftweak.sh
@kifno
Then I only get 2 errors on console:
(i don't sure it was exactly that, ~80% sure)
"can't mount /data/fstab"
Or something like that.
Only "cant" and "fstab" i'm 100% sure ;P
And I apply MP version - if it matter at all
Click to expand...
Click to collapse
Ill check that asap
Sent from my HERO200 using XDA Premium App
Y0RGI said:
Hi everyone!
I just find that TWEAKS
Is there anyone, who try to apply that?
I know it's require custom recovery but I like challenge
so I unpack .zip, read scripts, copy files where should be copy,
move "tmp" folder to root in phone.
Run kiftweak.sh script by terminal - it showed 2 errors which said something about missing location.
Anyway, after that my Linpack score grew from ~8 to ~8.5.
Quadrant score stayed unchanged at ~530, but graphic tests
become more smooth and gained 1-2fps.
Only problem for me is that I am not good with programming and codes
so there is big possibility that I screw something up
If someone could check this out would be cool
Click to expand...
Click to collapse
bro how to enable jit please help i got same base rom and fugu mod need jit help
There's post where I explained everything
divinesahil said:
bro how to enable jit please help i got same base rom and fugu mod need jit help
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=12558321&postcount=173
I ran the script in the command
sh / tmp / kiftweak.sh but nothing happens .... can tell me in detail if your manipulation vout please?
and if I rarely 2D quadrant peaks at 33 fps ....
jordane1993 said:
I ran the script in the command
sh / tmp / kiftweak.sh but nothing happens .... can tell me in detail if your manipulation vout please?
and if I rarely 2D quadrant peaks at 33 fps ....
Click to expand...
Click to collapse
Try executing it using gscript lite
Sent from my HERO200 using XDA Premium App
Y0RGI said:
@jordane1993
I just type:
sh kiftweak.sh
@kifno
Then I only get 2 errors on console:
(i don't sure it was exactly that, ~80% sure)
"can't mount /data/fstab"
Or something like that.
Only "cant" and "fstab" i'm 100% sure ;P
And I apply MP version - if it matter at all
Click to expand...
Click to collapse
My linpack @1300mhz is 5.35, with fugumod BE, with or without this tweak
Executing the tweaks didn't change my performace, phone seems more responsive, will test it more deeply
How do yo enabled jit?
what phone? i could automatically enable jit in this tweak....but some phones/roms are buggy with jit so i didn't
Samsumg Galaxy 3... since we are in the Samsung Galaxy 3 Forum.
Sent from my GT-I5800 using Tapatalk
so how can we fix the fstab not found error?
add fstab from a cyanogenmod rom to your rom that is of the same android system so get the fstab from a sense cyanogenmod rom and add it to your sense rom ......2.2 to 2.2....
hi all!
now that we have CWM will this work properly on SG3?
Disclaimer: This is untested on HTC devices. I would like this tested on an HTC device. This is a test of Cross-Platformability.
Introduction: I call this package my Basic Hacking Tools. This will install BASH, Busybox, IPCTool, STrace, TCPDump, and ViewMem. These are some of the most powerful tools available in the Linux terminal.
Requirements: You must be rooted. This runs on a Windows, Mac or Linux Desktop/Laptop.
Download: http://www.mediafire.com/?44bgg1pxd8aulbe
Running the application: Ensure you have Java on your computer. Double-click, or right-click-open with java. Ensure your device is in development or debug mode, connect it, click the do it button.
Testing: upon completion, open a terminal emulator program and type 'su' then 'tcpdump'. You should immediately begin seeing all network communications your device partakes in.. you can also try any of the other commands listed above (in lower case of course).
About: CASUAL stands for Cross-Platform ADB Scripting Unified Android Loader. It works on Linux, Windows and Mac. It is a packaging format and a scriping language written in JAVA programming language. It's goal is to make things easy.
App Picture operating on Ubuntu
{
"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"
}
Haha, your mediafire link isn't working.
Hey Adam, did you pick up a att one x?
sent from my HTC One X Rooted locked bootloader
vitaminxero said:
Haha, your mediafire link isn't working.
Click to expand...
Click to collapse
Thanks. Fixed.
Artimus009 said:
Hey Adam, did you pick up a att one x?
sent from my HTC One X Rooted locked bootloader
Click to expand...
Click to collapse
No. This is untested on HTC devices. Works great on rooted Galaxy Nexus and Samsung.
Hey Adam glad you are here. thanks for your work on the Nook Tab
Sent from my HTC One X using XDA
Im really excited to see you here, I have a captivate and was keeping up with your unbrickable mod !
Anyone have results of testing?
Only commands that seem to work are Strace and Busybox. The others spew errors, command or device not found etc.
ThisWasATriumph said:
Only commands that seem to work are Strace and Busybox. The others spew errors, command or device not found etc.
Click to expand...
Click to collapse
can you ls -l /system/bin for me?
also execute echo $PS1
so this is what I need..
Code:
ls -l /system/bin
bash
echo $PS1
Then I can figure it out.
Here you go
http://dl.dropbox.com/u/646915/terminal.TXT
edit: hold on i forgot the -l
Ok should be good to go.
ThisWasATriumph said:
Here you go
http://dl.dropbox.com/u/646915/terminal.TXT
edit: hold on i forgot the -l
Ok should be good to go.
Click to expand...
Click to collapse
Bash is working properly.
Heres my system. The precmd thing i have not yet figured out... it is part of the environmental variables for sh, but it is not expanded properly in bash because of the way bash handles varriables. Its working tbough.
Code:
export PATH=/data/local/bin:$PATH
[email protected]:/ $ bash --version
GNU bash, version 4.1.0(1)-release (arm-unknown-linux-gnu)
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
[email protected]:/ $ bash
bash: precmd: command not found
[email protected]:/ $
You can fix that precmd error with 'alias precmd=' as it is being executes as a program rather than a variable in bash.
i know im a little off topic here, but im sure i speak for many when i say, adam its an honor to see you here! this guy is a genius!
sorry for the off topic :'(
"hides"
Sent from my HTC One XL using xda premium
ptesmoke said:
i know im a little off topic here, but im sure i speak for many when i say, adam its an honor to see you here! this guy is a genius!
sorry for the off topic :'(
"hides"
Sent from my HTC One XL using xda premium
Click to expand...
Click to collapse
I couldn't of said it better myself. Every time I see his name in a thread for a device I own I think to myself, "Please tell me he owns this device too!!". Wish I had an 1/8 of all that knowledge.
Well if Adam is a genius he is needed over in the boatloader unlocking thread.... PLEASE.!!! LOL
Sent from my HTC One X using XDA
misctool from the rezound forum might also come in handy.
@Adam do you have a datasheet/user manual for the Qualcomm S4?
Sent from my HTC One X using xda premium
vitaminxero said:
Haha, your mediafire link isn't working.
Click to expand...
Click to collapse
.nice
bhundven said:
misctool from the rezound forum might also come in handy.
@Adam do you have a datasheet/user manual for the Qualcomm S4?
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
if i am not wrong you are a developer of galaxy s 4g phone right?
rpomponio said:
Well if Adam is a genius he is needed over in the boatloader unlocking thread.... PLEASE.!!! LOL
Sent from my HTC One X using XDA
Click to expand...
Click to collapse
boatloader lol . We dont have a problem with our bootloaders needing unlocked. we need s-off. It's easy to unlock the bootloader. Adam is here for his tool though, not s-off or unlocking.
Hi! Welcome to my first thread!
Firstly, I will not provide a full guide to build a kernel, because it is already available in another development section.
The problem if we want to change SGY bootsplash is, there is no *.rle file inside the ramdisk, different with older Samsung phone, (e.g.: Galaxy Mini).
But, it can be added with custom images, not changed at all, after default bootsplash, our custom image will be shown.
I'm using Ubuntu 11.10, with 2009q3-68 codesourcery arm toolchain, and the kernel source from http://opensource.samsung.com
Okay, directly to the guide
I assumed, all building environment has configured correctly, including the correct settings of Makefile
{
"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"
}
Click to expand...
Click to collapse
open the file browser, I'm using nautilus, and look inside common folder, and go to drivers/video/logo/
maybe it looks like this one :
Click to expand...
Click to collapse
find a image file named “logo_linux_clut224.ppm”, rename it to another name, so we do not lose the original.
Open your 240x320 image using gimp,
Click to expand...
Click to collapse
go to menu, image > mode > indexed, change the maximum numbers of color to 224,
Click to expand...
Click to collapse
now save the image as *.pnm image file type, but name as “logo_linux_clut224.ppm”, save it to the path common/drivers/video/logo/
Click to expand...
Click to collapse
and save as ASCII data format
now you have modified bootsplash logo
Click to expand...
Click to collapse
then, open your terminal, and point your current directory to “common” directory,
Click to expand...
Click to collapse
if this the first time for you build the kernel, do :
$ make bcm21553_totoro_05_defconfig
$ make menuconfig
Please don't change anything if you don't know.
if you had already build the kernel, and there's still your kernel configuration inside “.config” file, just do :
$ make menuconfig
menuconfig may looks like this one :
Click to expand...
Click to collapse
go to device drivers > graphics support > and mark the bootup logo [*] with space button,
then press enter, and configure like this
Click to expand...
Click to collapse
exit, and save your kernel configuration.
now you're ready to re-compile your kernel and build boot.img as usual
Big thanks to :
Maroc-OS for the clue
All Android developers
XDA
Android Indonesia
Nice guide.
Thanks for share Alfiyan Sys..
Will try later..
paws
Sent from my GT-S7500 using xda app-developers app
Tried it. It didnt change
shocklads said:
Nice guide.
Click to expand...
Click to collapse
thanks
savie said:
Thanks for share..
Will try later..
Click to expand...
Click to collapse
okay sir
[
hell_lock said:
Tried it. It didnt change
Click to expand...
Click to collapse
it works for me sir
hmm, try to check your init.rc file
maybe you need to change the line
export ANDROID_BOOTLOGO 1
Click to expand...
Click to collapse
to
export ANDROID_BOOTLOGO 0
Click to expand...
Click to collapse
I forgot to add this line, sorry
edit :
I tested, it seems working with "export ANDROID_BOOTLOGO 1" too
I dont know why it didnt work for me.. Can you check my boot.img?
Sent from my GT-S5360 using XDA
it worked... i did somethin wrong
hell_lock said:
it worked... i did somethin wrong
Click to expand...
Click to collapse
okay sir, i believe it works
Wow Very Nice Guide I wl Try It Today............ Thanks :good::good:
manoranjan2050 said:
Wow Very Nice Guide I wl Try It Today............ Thanks :good::good:
Click to expand...
Click to collapse
you're welcome
hell_lock said:
it worked... i did somethin wrong
Click to expand...
Click to collapse
hey hell_lock what part was it that you did wrong cause mine not worked too
Will try this later after I finish the EPM stuff. This is a great share!
Sent from my GT-S5360 using Tapatalk
thirdzcee said:
hey hell_lock what part was it that you did wrong cause mine not worked too
Click to expand...
Click to collapse
Use "make clean" command in /common folder and then try these steps. After you have done the configuration, enter this command "make oldconfig" to make compile faster
:good: nice guide
:highfive: easy to understand :victory:
i gave my old g3 to my sister and now the back and menu keys won't respond....
they stopped responding a long time ago but i didn't do anything since i was busy...
i doublt reflashing might help? but still will give it a go...
any help/advice?
I have read many post, where it is written that the problem is due to moisture...I was facing the same issue but I re-flashed the ROM, and the keys are working fine now.
Once also had this problem and found following command, grandmaster Marcelusbe provided, which fixes it:
Code:
/system/xbin/sqlite3 /data/data/com.android.providers.settings/databases/settings.db "INSERT INTO secure (name,value) VALUES ('device_provisioned','1');"
I put it into a script u have to run in adb shell or in terminal emulator (not sure if it works in there because of STOP command...)
Code:
#!/system/bin/sh
if test -e /system/xbin/sqlite3
then
stop
/system/xbin/sqlite3 /data/data/com.android.providers.settings/databases/settings.db "INSERT INTO secure (name,value) VALUES ('device_provisioned','1');"
sleep 1
reboot now
else
echo NoNoNo, sqlite is not installed!
fi
this prevents from have to do rom-flashing again...
you guys are just a little late, check the date.
reddead66 said:
you guys are just a little late, check the date.
Click to expand...
Click to collapse
LOL, saw only the post of yesterday
SOLUTION
I HAVE A SOLUTION HERE :
For Buttons Not Working
First :
Go to recovery mod in your phone and Check whether the center key is Working or not ........
If not ... Don't worry ..... Replace it from any shop ..... There are many services for Buttons in service .......
If the center key Works .... Dona need to replace the Button
Then its you <<< ROM >>> Problem :cyclops: ......
If your warranty of phone is expired .......
Then try to Root and flash a Custom ROM in it ...........
It will Confirm Work ........
<<< SURE >>>
Want to Know How to flash an Custom Rom and Root your Device ......
Check out my Post in <<< Galaxy 3 General Forum >>>
Post by ??? xda Santhosh ???
1 . [ HOW TO ] Root Android device < Especially for Samsung galaxy Apollo >
2 . Jelly bean [ CUSTOM ROM ] Odin package for Galaxy 3
{
"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"
}
Pikaa .... Pii
xda Santhosh said:
I HAVE A SOLUTION HERE :
For Buttons Not Working
First :
Go to recovery mod in your phone and Check whether the center key is Working or not ........
If not ... Don't worry ..... Replace it from any shop ..... There are many services for Buttons in service .......
If the center key Works .... Dona need to replace the Button
Then its you <<< ROM >>> Problem :cyclops: ......
If your warranty of phone is expired .......
Then try to Root and flash a Custom ROM in it ...........
It will Confirm Work ........
<<< SURE >>>
Want to Know How to flash an Custom Rom and Root your Device ......
Check out my Post in <<< Galaxy 3 General Forum >>>
Post by ??? xda Santhosh ???
1 . [ HOW TO ] Root Android device < Especially for Samsung galaxy Apollo >
2 . Jelly bean [ CUSTOM ROM ] Odin package for Galaxy 3
Pikaa .... Pii
Click to expand...
Click to collapse
did you read the posts above bro?
YES BRO
yes bro i've Read ...... But still I have no Idea About Terminal Emulator ......
So i posted My OWN IDEA >>>>>>
Nothing Wrong in that ,......
If my Information Was wrong ....
Try to Help me
Pikaa ....Piii
xda Santhosh said:
yes bro i've Read ...... But still I have no Idea About Terminal Emulator ......
So i posted My OWN IDEA >>>>>>
Nothing Wrong in that ,......
If my Information Was wrong ....
Try to Help me
Pikaa ....Piii
Click to expand...
Click to collapse
i posted this in 2013, its been more than a year since that...it has been mentioned in the above posts if you read them
SORRY
Sorry ........ Dude ...
I didnt read the post Above .......
:good::good::good: :good::good::good: :good::good::good:
R u till using Samsung G3 >>>>>>>>>>
That cool device ?????
:fingers-crossed:
xda Santhosh said:
R u till using Samsung G3 >>>>>>>>>>
That cool device ?????
:fingers-crossed:
Click to expand...
Click to collapse
nope, i gave it long ago...currently using a moto g...had ans S2 before that.