Hi,
I created a popup-menu in my actionbar using a custom action provider. I use API 18.
I have an icon in the right edge of the action bar, if I click this icon my popup menu appears, so far no problem.
If I click the icon, following message appears in the Log:
android log invalid package identifier when getting bag for resource number 0xffffffff
I don't know what this warning means and where it comes from, can someone tell me or give me a hint?
Thans for any help!
Still need help on this topic - please!
is there any idea how to examine the cause of warnings like:
android log invalid package identifier when getting bag for resource number 0xffffffff
What is typically the reason for those warnings? Do I have to do anything or can I leave it like it is?
Thanks for any help!
Related
I have Qtek2020 ( O2 , XdaII ) with Rom 1.03.00 USA
I want to upgrade to the version 1.72.181 UK.. is possible?
i try to install various version of ROM but i recieve the same error
ERROR 120 Country ID error
pleaze help me
this thread is about how to get around the country id error
http://forum.xda-developers.com/viewtopic.php?t=12101
yes, i try to do this..
but i don't understand this point
[cut]
To change the operator ID:
1. Click on the Address menu item then click on Goto.
2. In the window that is displayed, ensure decimal and absolute are selected, type 74 into the entry field then click OK. This will position you at the operator string location.
3. Using either character entry on the right or hex entry on the left, enter the operator string device should be (or what you want it to be Smile ). Note that any non-used character positions should be edited to contain null (0x00) which can only be entered in the left hand side of the window.
To change the language ID:
1. Again, click on the Address menu item then click on Goto.
2. In the window that is displayed, ensure decimal and absolute are selected, type 94 into the entry field then click OK. This will position you at the language string location.
3. Using either character entry on the right or hex entry on the left, enter the language string your device should be. Again, any non-used character positions should be edited to contain null (0x00) which can only be entered in the left hand side of the window.
[/cut]
because i don't know what i write in the LanguageID and operator ID
and finally i don't understand the difference from OS version and Extended ROM Version ..
hi,
contact me in pm....i will explain you in Italian.
Ciao
I went through all the steps to UL the phone but when I copy and paste the text for the token identifier & hit submit, I keep getting an error saying the unlocking failed:
Error Code: Invalid Bootloader Token Length.
Error Reason: The submitted Token appears to be the wrong length and won\'t work
I have copied & pasted it 3 times including the start/end etc & it fails everytime.
What the heck am I doing wrong??
~John
never mind, I tried again & it worked
I am developing an android application and wanted to add a Web View with the Web kit engine inside the application. I get errors when I add a new package inside the app activity folder, i.e. (package remote.mobile.droidapp; existing package name.
(package lewisham.ac.uk) new package I added for web view....... It gives me an option to move the existing app package to the new package with the url link I'm trying to create for web view. The code I added is:
WebView myWebView = (WebView) findViewById(R.id.webview);
WebSettings webSettings = myWebView.getSettings();
webSettings.setJavaScriptEnabled(true);
I also got an error with (R.id.webview), id within this area of the code. Its giving me an option to Create field 'id' in type 'R' or Create constant 'id' in type 'R'. I am truly grateful for any help, thanks.
Trying to unlock it, and I get Error Code: 140. Error Reason: Token Decryption Fail.. This is what I'm posting:
Code:
<<<< Identifier Token Start >>>>
37F74C65340519FD6E25FB2CA2271089
2168B73D6E0103D19CBB2B954B951FA2
9593F282B1085AF4EF64BAA50CEDFAD4
E107464FE0BBE9F816B60844ACEB7012
9458C4E0B21E13D323D9A5F6392C21A5
C654BC49DCD526EA7B86E9F60DE34BB9
889FECBBCF0CC099ADF24D425CE88CEA
94370242071EDA0E06AD5CCF867BD815
E991F0BCF6D437B4014277FFFA28F154
3D7FE22FB9232EC51A4668307B28EDB3
C34D85120DE8FA9C36AB0E01BEC9B436
0D341F4A297FD946AA0002B4AF1CAA51
1B4001C2B5A80E5FDF61AEA3FBFC03AD
53BE3AFAB30EC2A3E3B595A0435D6CDC
DB95A9F6EAC9F9B111739966534CD881
E1276AD06C988108F9DE655DC5B48853
<<<<< Identifier Token End >>>>>
Don't use the start and end stuff with <<>> around it, just the numbers and letters in between.
Hi,
We have acquired RAM image of android phone using LiME & trying to analyze with volatility framework. We have downloaded volatility & now created a profile for our Android kernel.Till this it is working fine.But now we are stuck in the below command.Can some one please help
python vol.py --profile=LinuxGT_S7582ARM -f /root/Desktop/space/ram.lime linux_psaux
we are getting this o/p
Volatility Foundation Volatility Framework 2.5
Pid Uid Gid Arguments
No suitable address space mapping found
Tried to open image as:
MachOAddressSpace: mac: need base
LimeAddressSpace: lime: need base
WindowsHiberFileSpace32: No base Address Space
WindowsCrashDumpSpace64BitMap: No base Address Space
WindowsCrashDumpSpace64: No base Address Space
HPAKAddressSpace: No base Address Space
VirtualBoxCoreDumpElf64: No base Address Space
VMWareMetaAddressSpace: No base Address Space
VMWareAddressSpace: No base Address Space
QemuCoreDumpElf: No base Address Space
WindowsCrashDumpSpace32: No base Address Space
AMD64PagedMemory: No base Address Space
IA32PagedMemoryPae: No base Address Space
IA32PagedMemory: No base Address Space
OSXPmemELF: No base Address Space
MachOAddressSpace: MachO Header signature invalid
MachOAddressSpace: MachO Header signature invalid
LimeAddressSpace: Invalid Lime header signature
WindowsHiberFileSpace32: PO_MEMORY_IMAGE is not available in profile
WindowsCrashDumpSpace64BitMap: Header signature invalid
WindowsCrashDumpSpace64: Header signature invalid
HPAKAddressSpace: Invalid magic found
VirtualBoxCoreDumpElf64: ELF Header signature invalid
VMWareMetaAddressSpace: VMware metadata file is not available
VMWareAddressSpace: Invalid VMware signature: 0xc0002588
QemuCoreDumpElf: ELF Header signature invalid
WindowsCrashDumpSpace32: Header signature invalid
AMD64PagedMemory: Incompatible profile LinuxGT_S7582ARM selected
IA32PagedMemoryPae: Failed valid Address Space check
IA32PagedMemory: Failed valid Address Space check
OSXPmemELF: ELF Header signature invalid
FileAddressSpace: Must be first Address Space
ArmAddressSpace: Failed valid Address Space check
We have also tried other commands
python vol.py --profile=LinuxGT_S7582ARM -f /root/Desktop/space/ram.lime linux_psscan
but getting the error as below
ERROR : volatility.debug : You must specify something to do (try -h)